body{
     margin:0;
     padding:0;
     font-size:16px;
     color: #000000;
     font-weight: 400;
     font-family: "Montserrat", sans-serif;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6{
     color: #000;
     margin-top: 10px;
     font-family: "Montserrat", sans-serif;
     font-weight: bold;
}
a{
    color: #3B1B3F;
}
a:focus, a:hover{
	text-decoration:none;
}
ul li{
    margin-bottom: 10px;
}

.navbar-brand>img {
    padding: 10px;
    float: left;
}
nav.navbar.bootsnav .nav > li .btn-primary {
    background-color: #3B1B3F !important;
    color: #fff;
    border-color: #3B1B3F;
    padding: 10px 20px;
}
nav.navbar.bootsnav .nav > li .btn-primary:hover{
    background-color: #0044b5 !important;
    border-color: #0044b5;
    color: #fff;
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav{
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
nav.navbar.navbar-default.bootsnav .navbar-nav > li > a{
    color: #3B1B3F;
    padding: 15px 15px;
    margin: 43px 0px;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #3B1B3F;
}
nav.navbar.bootsnav .navbar-brand{
    padding:0px;
    height: auto;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #0044b5;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #3B1B3F;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a, nav.navbar ul.nav > li.active > a:hover, 
nav.navbar ul.nav li.active > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
      color: #3B1B3F;
}  
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    cursor: pointer;
    background-color: #3B1B3F;
    padding: 6px 10px 2px;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.navbar-right{
    float: right !important;
}
.attr-nav {
    float: initial;
}
.attr-nav > ul > li > a {
    color: #3b1b40;
    display: block;
    padding: 2px 10px;
    position: relative;
    top: 2px;
}
.attr-nav li.search {
    font-size: 20px;
    float: none;
}
.navbar-header .attr-nav {
    display: none;
}
.breadcrumb > li + li:before{
    display: none;
}
button.top-sch {
    background-color: initial;
    border: none;
}
/*end-navbar*/
.carousel-caption {
    background-color: initial;
    top: 30%;
    left: 15%;
    margin: 0px;
    width: 45%;
    text-align: left;
}
.carousel-inner>.item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #1b0a30, #0000003b);
}
.carousel-caption h1 {
    color: #fff;
    margin: 0px;
    font-size: 48px;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px;
    line-height: 32px;
}
.carousel-caption a {
    height: auto;
    padding: 10px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #C9A24F;
    color: #ffffff;
}
.py-5{
    padding: 70px 0px;
}
.ms-title {
    font-size: 36px;
    margin: 0px;
    padding-bottom: 20px;
}
.welcome-logo img {
    width: 65%;
    border-radius: 100%;
}
.welcome-content .ms-title{
    color: #ffffff;
}
.welcome-content p{
    color: #ffffff;
}
.welcome-logo {
    text-align: center;
}
.welcome-section{
    background-color: #1b0a30;
}
.ms-purple {
    position: relative;
}
.ms-purple:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    background: #3B1B3F;
    height: 100%;
}
.why-mission-section.ms-purple:before{
    right: 0px;
    left: auto;
}
.ms-img{
    border: 15px solid #ffffff;
    border-radius: 50px;
}
.learnmore-btn {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
}
.why-img{
  overflow: hidden;
  display: inline-block;
  border: 15px solid #ffffff;
  border-radius: 50px;
  transition: box-shadow 0.4s ease;
}
.why-img img {
  transition: transform 0.5s ease;
}
.why-img:hover {
  box-shadow: 0 0 15px #3B1B3F;
}
.why-img:hover img {
  transform: scale(1.1) rotate(3deg);
}
.spark-icon {
    width: 30px;
    float: left;
    padding-top: 5px;
}
.appraoch-info {
    display: table-cell;
    padding-left: 20px;
}
.appraoch-list strong{
    color: #3B1B3F;
}
.quote-header h3{
    font-size: 36px;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.quote-header {
    display: flex;
    align-items: center;
    justify-content: end;
}
.quote-header .spark-icon{
    width: 100px;
}
.ms-help-section{
    background-color: #7023ca;
}
.kingdom-content p{
    color: #ffffff;
}
.kingdom-content .ms-title{
    color: #ffffff;
}
.kingdom-img img{
    border-radius: 100%;
    width: 65%;
}
.kingdom-img {
    text-align: center;
}
.kingdom-section {
    background-color: #3B1B3F;
}
.schedule-section {
    background-color: #1b0a30;
}
.focus-header img {
    width: 80px;
}
.focus-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 50px;
}
.focus-header  .ms-title {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
}
.focus-icon {
    background: #3B1B3F;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.focus-icon img {
    width: 30px;
}
.day-focus-content {
    display: table-cell;
    padding-left: 25px;
    height: 400px;
    overflow: hidden;
}
.day-focus-content h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.day-focus-content ul{
    padding-left: 20px;
}
.day-focus-content ul li {
    margin-bottom: 10px;
}
.focus-list-block {
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
}
.focus-section {
    position: relative;
}
.day-focus-bg {
    background-color: #3B1B3F;
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: -100px;
}
.day-focus-img img{
    transition: transform 0.4s ease;
}
.day-focus-img:hover img {
  transform: rotate(5deg) scale(1.05);
}
.staff-content {
    text-align: center;
}
.staff-content img {
    border: 10px solid #ffffff;
    border-radius: 100%;
    width: 60%;
}
.staff-content h3 {
    font-size: 36px;
}
.staff-content p {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 32px;
}
.staff-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
.staff-section {
    margin-top: -75px;
}
.discover-bg {
    position: relative;
    padding-bottom: 100px;
}
.discover-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 300px;
    height: 600px;
    background-color: #3B1B3F;
    z-index: -1;
}
.schedule-left-block {
    position: relative;
    width: 100%;
}
.schedule-left-block img {
    border: 10px solid #ffffff;
    border-radius: 50px;
}
.schedule-left-block {
  overflow: hidden;
}
.schedule-left-block {
  transition: transform 0.5s ease;
}
.schedule-left-block:hover{
  transform: scale(1.1); /* zoom in */
}

.del-space{
    display: none;
}
.discover-list i {
    width: 40px;
    height: 40px;
    background-color: #305a72;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}
.discover-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 20px;
}
.schedule-content {
    padding-left: 30px;
}
.schedule-content .ms-title, .discover-list li a, .discover-list li {
    color: #ffffff;
}
footer{
    border: none;
    background-color: #11071d;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 300px;
}
.footer-menu {
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer-menu li {
    margin: 0px 15px;
}
.footer-menu li a{
    color: #ffffff;
}
.copy-links p{
    color: #C9A24F;
    font-size: 16px;
    margin-bottom: 0px;
}
.power-info {
    font-size: 20px;
    margin: 0px;
    color: #C9A24F;
}
.power-info a{
    color: #C9A24F;
}
.nav.navbar-nav ul li {
    font-size: 16px;
    margin-bottom: 0px;
}
.add-ons-info {
    text-align: center;
}
.add-ons-info .ms-title {
    color: #fff;
    padding-bottom: 15px;
}
.add-ons-info p{
    color: #ffffff;
}
.add-on-list {
    margin-top: 20px;
}
.appraoch-list li {
    margin-bottom: 20px;
}
.appraoch-list {
    margin-bottom: 30px;
}
.quote-header h3{
    font-size: 36px;
    line-height: 1.3;
}
.contact_contact_form_fields .contact_form_group {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-info-list {
    margin-bottom: 30px;
}
.contact_con_input_control {
    height: 45px;
    border-radius: 5px;
}
.form-submit, .form-reset {
    font-size: 18px;
    background-color: #c9a24f;
    padding: 10px 50px;
    width: auto;
    min-width: auto;
    font-family: "Montserrat", sans-serif;
}
.form-submit{
    background-color: #3b1b3f;
}
.tier-section .day-focus-content {
    height: auto;
}
.tiers-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tiers-btn a {
    background-color: #3B1B3F;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    font-weight: 500;
    transition: all 0.3s linear;
}
.tiers-btn a:hover{
    background-color: #c9a24f;
    color: #ffffff;
}
#scrolltoup:hover{
    color: #ffffff;
}
.faith-section {
    background-color: #3B1B3F;
}
.faith-content {
    text-align: center;
    padding-top: 70px;
    margin: 0px auto;
}
.faith-content h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 25px;
}
.faith-content p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.ms-faith-logo img {
    width: 200px;
}
.faith-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 80px;
    padding-top: 50px;
}
.faith-col {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.faith-date-info h3 {
    font-size: 36px;
    line-height: 1.6;
    color: #fff;
}
.faith-more-btn .btn-primary {
    background-color: #C9A24F;
    border-color: #C9A24F;
    color: #1b4a14;
    padding: 18px 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.program-section {
    background-color: #3B1B3F;
}
.program-title {
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 0px;
}
.program-list h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
}
.program-list {
    text-align: center;
    padding-bottom: 30px;
}
.program-list p{
    color: #ffffff;
}
.program-bg {
    background-repeat: no-repeat;
    background-position: top center;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}
.valuble-info-section{
    background-color: #3B1B3F;
    padding: 60px 0px;
}
.ai-contact-info {
    text-align: center;
    padding-bottom: 45px;
}
.ai-contact-info h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
}
.ai-contact-info p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.ai-contact-form label {
    color: #ffffff;
    padding-left: 0px;
    text-align: right;
    padding-top: 12px;
}
.ai-contact-form .form-control {
    width: 75%;
}
.ai-contact-form .form-group {
    margin-bottom: 30px;
}
.ai-contact-form .form-control {
    width: 70%;
    background-color: #afdac1;
    border-color: #afdac1;
    height: 45px;
    border-top-left-radius: 20px;
}
.program-row {
    padding-bottom: 50px;
}

@media screen and (min-width: 1400px){
    .container{
        width: 1320px;
    }
    .carousel-caption h1{
        font-size: 62px;
    }
    .ms-purple:before, .discover-bg::before{
        width: 600px;
    }
    .focus-header {
        width: 50%;
    }
    .py-5{
        padding: 80px 0px;
    }
    p {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    ul li{
        font-size: 24px;
        margin-bottom: 10px;

    }
    .day-focus-content ul li {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .day-focus-content ul li{
        font-size: 20px;
    }
    .day-focus-content h3{
        font-size: 32px;
    }
    .day-focus-content p {
         font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ms-title {
        font-size: 42px;
    }
}
@media screen and (min-width: 1200px){
    .welcome-content {
        padding-right: 100px;
    }
    .ai-contact-info p{
        margin: 0px 10%;
    }
    .ai-contact-form {
        width: 600px;
        margin: 0px auto;
    }
    .ai-contact-info h2, .program-title{
        font-size: 42px;
    }
    .faith-content {
        width: 60%;
    }
}
@media (max-width: 1199px) and (min-width: 991px){
    .carousel-caption{
        width: 65%;
        top: 25%;
    }
    .quote-header h3{
        font-size: 30px;
    }
    .focus-header .ms-title {
        font-size: 36px;
    }
    .day-focus-content{
        padding-left: 0px;
        height: 500px;
    }
    .day-focus-content h3 {
        font-size: 24px;
    }
    .ms-title{
        font-size: 42px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    nav.navbar.navbar-default.bootsnav .navbar-nav > li > a {
        margin: 43px 0px;
        padding: 10px 10px;
    }
    .carousel-caption {
        width: 75%;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption p, .staff-content p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0px;
    }
    .carousel-caption a {
        padding: 6px 30px;
        font-size: 16px;
        width: auto;
        margin-top: 10px;
    }
    .ms-purple:before {
        width: 200px;
    }
    .ms-title{
        font-size: 36px;
    }
    .quote-header h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .focus-header .ms-title, .staff-content h3 {
        font-size: 28px;
    }
    .day-focus-content {
        display: block;
        padding-left: 10px;
    }
    .day-focus-content h3{
        font-size: 20px;
    }
    .focus-icon{
        width: 30px;
        height: 30px;
    }
    .focus-icon img {
        width: 20px;
    }
    .day-focus-content ul li {
        font-size: 16px;
    }
    .day-focus-content ul {
        padding-left: 10px;
    }
    .day-focus-bg{
        height: 350px;
    }
    .schedule-content{
        padding-right: 0px;
        padding-top: 50px;
        padding-left: 0px;
    }
    .schedule-left-block img{
        width: 250px;
    }
    .footer-logo img {
        width: 200px;
    }
    .copy-links p{
        font-size: 16px;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    nav.navbar.navbar-default.bootsnav .navbar-nav > li > a {
        margin: 0px;
        padding: 10px;
    }
     .carousel-caption, .carousel-inner>.item:before, .ms-purple:before, .discover-bg::before, .day-focus-bg{
        display: none;
    }
    .welcome-logo{
        padding: 0px;
    }
    .focus-header {
        width: 100%;
    }
    
    .focus-header .ms-title {
        padding: 0px 15px;
        font-size: 30px;
    }
    .day-focus-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .day-focus-content {
        padding-left: 10px;
        height: 100%;
    }
    .day-focus-content ul li, .staff-content p {
        font-size: 16px;
    }
    .staff-content h3, .ms-title{
        font-size: 30px;
    }
    .staff-content p{
        line-height: 24px;
    }
    .schedule-content {
        padding: 20px 0px 0px;
    }
    .discover-bg{
        padding-bottom: 30px;
    }
    .img2 {
        margin-top: 0px;
    }
    .footer-logo img {
        width: 200px;
    }
    .copy-links p{
        font-size: 16px;
    }
    .footer-menu li {
        display: block;
        margin-bottom: 15px;
    }
    .footer-menu {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .focus-header img {
        width: 35px;
    }
    .why-mission-section.ms-purple.py-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .kingdom-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .quote-header .spark-icon{
        width: 50px;
    }
    .quote-header h3 {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .quote-header {
        margin-bottom: 30px;
    }
    .welcome-logo img {
        width: 250px;
        display: block;
        margin: 0px auto;
    }
    .py-5 {
        padding: 30px 0px;
    }
    .why-img {
        display: block;
    } 
    .why-img img, .ms-img {
        width: 100%;
    }
    nav.navbar.bootsnav .navbar-nav .attr-nav {
        display: none;
    }
    .top-search{
        display: block;
    }
    .top-search .input-group-addon.close-search {
        display: none;
    }
    .about-page-section.why-mission-section.ms-purple.py-5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .faith-row, .faith-col{
        display: block;
    }
    .faith-content h2{
        font-size: 48px;
    }
}

@media (max-width: 539px) and (min-width: 320px){
   .ms-title {
        padding-bottom: 15px;
    }
}
