@import url('https://fonts.googleapis.com/css?family=Changa');



/*************************************************/


/* Variables */


/*************************************************/

.bg-none {
    background: none !important;
}

.bg-light-brown {
    background: #403834;
}

.bg-yellow {
    background: #DDA333;
}

.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body {
    font-family: 'Changa', tahoma, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.center {
    text-align: center !important;
    margin: auto !important;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    font-family: 'Changa', tahoma, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Changa', tahoma, sans-serif !important;
}

ul {
    padding: 0;
    margin: 0;
}


/*************************************************/


/* Custom */


/*************************************************/

header {
    background: url("../images/header-bg.jpg");
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 3em;
}

header .logo {
    margin-bottom: 3em;
}

header .social {
    padding: 0;
    margin: 0 0 0;
}

header .social li {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

header .social li a {
    margin: auto;
    display: block;
}

header .social li i {
    width: 40px;
    height: 40px;
    border: 1px solid #403834;
    color: #403834;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 9px;
    font-size: 18px;
}

header .social li:hover i {
    background: #403834;
    color: #fff;
}

header.inner-header {
    height: auto;
    padding-bottom: 2em;
}

.navbar-light {
    border: none;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: white;
    background: #DDA333;
}

.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
    color: white;
    background: #DDA333;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    border-radius: 15px;
    padding: 8px 17px;
    margin: 3px;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: white;
    background: #403834;
}

.navbar-light .dropdown a {
    background: none !important;
}

.navbar-light .dropdown a:hover {
    color: white;
    background: #DDA333 !important;
}

.navbar-light .dropdown .dropdown-menu li {
    border: none !important;
    margin-right: 0;
}

.navbar-light .dropdown .dropdown-menu li a {
    border: none !important;
    color: white;
    padding: 10px 5px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
}

.navbar-light .dropdown .dropdown-menu li:hover a {
    border: none !important;
    color: white !important;
    background: #403834 !important;
}

.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
    color: white;
    background: #403834 !important;
}

.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
    color: white;
    background: #403834 !important;
}

.common-wrapper {
    padding: 3em 0;
}

.lazy {
    opacity: 0;
}

.loaded {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-light-brown {
    background: #403834;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-light-brown:hover {
    background: none;
    color: #403834;
    box-shadow: inset 0 0 0 2px #403834;
}

.btn-yellow {
    background: #DDA333;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-yellow:hover {
    background: none;
    color: #DDA333;
    box-shadow: inset 0 0 0 2px #DDA333;
}

.btn-light-brown-outlined {
    box-shadow: inset 0 0 0 2px #403834;
    background: none;
    color: #403834 !important;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-light-brown-outlined:hover {
    background: #403834;
    color: #fff !important;
}

.btn-yellow-outlined {
    box-shadow: inset 0 0 0 2px #DDA333;
    background: none;
    color: #DDA333 !important;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-yellow-outlined:hover {
    background: #DDA333;
    color: #fff !important;
}

.btn-white-outlined {
    box-shadow: inset 0 0 0 2px white;
    background: none;
    color: white !important;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-white-outlined:hover {
    background: white;
    color: #DDA333 !important;
}

.header-caption {
    margin-top: 15vh;
    color: #fff;
}

.header-caption h4 {
    font-size: 35px;
    margin-bottom: 1em;
}

.header-caption p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto 2.5em;
}

.header-caption .btn {
    font-size: 22px;
    border-radius: 40px;
}

.about {
    background: url("../images/bg.jpg") center center;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 3em;
}

.about p {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}

.section-title {
    font-size: 30px;
    color: #101010;
    font-weight: bold;
}

.additional-title {
    color: #5b1f1f;
    font-size: 36px;
}

.section-description {
    color: #101010;
    font-size: 14px;
    line-height: 30px;
    width: 70%;
    margin: 0 auto 4em;
}

.mixed-title {
    color: #fff;
    font-size: 32px;
}

.mixed-title span {
    color: #DDA333;
    font-size: 18px;
    display: block;
}

.small-mixed-title {
    color: #fff;
    font-size: 18px;
}

.small-mixed-title span {
    color: #DDA333;
    display: block;
}

.small-mixed-title a {
    color: #fff;
    font-size: 18px;
}

.small-mixed-title a span {
    color: #DDA333;
    display: block;
}

.single-course-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 2em;
}

.single-course-wrapper img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.single-course-wrapper .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40% 1em 1em;
    background: rgba(42, 24, 16, 0.65);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-course-wrapper .icon {
    width: 130px;
    height: 100px;
    margin: auto;
    overflow: hidden;
}

.single-course-wrapper .icon img {
    width: auto !important;
    height: auto !important;
    min-height: 10px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.single-course-wrapper h2 {
    line-height: 16px;
    margin: 5px 0;
    min-height: 60px;
}

.single-course-wrapper h2 a {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}

.single-course-wrapper:hover .cover {
    background: rgba(221, 163, 51, 0.81);
}

.single-course-wrapper:hover .btn {
    background: #403834;
    color: #fff;
}

.essentials-pillars {
    background: url("../images/bg2.jpg") center center;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 6em 0;
}

.essentials-pillars .col-md:last-of-type .single-pillar .icon:after {
    display: none;
}

.single-pillar {
    margin-bottom: 2em;
}

.single-pillar h2 {
    line-height: 30px;
}

.single-pillar .icon {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: inline-flex;
    background: #DDA333;
    margin-bottom: 1em;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-pillar .icon:after {
    content: '';
    width: 100px;
    height: 0px;
    border-top: 4px dotted white;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 50%;
}

.single-pillar .icon a {
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.single-pillar .icon img {
    margin: auto;
    width: auto;
    height: auto;
    max-height: 60%;
    max-width: 60%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-pillar:hover .icon {
    box-shadow: 0 0 0 8px #a4792b, inset 0 0 0 8px #c6992d, inset 0 0 0 16px #e1a43d;
}

.single-pillar:hover .icon img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.happy-to-join {
    background: #DDA333;
    padding: 3em 0;
    position: relative;
}

.happy-to-join p {
    font-size: 32px;
    color: #150f0b;
    font-weight: bold;
}

.happy-to-join .pray-img {
    position: absolute;
    left: 22%;
    bottom: 0;
}

footer {
    background: url("../images/footer-bg.jpg") center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 4em 0 0;
    color: #fff;
}

footer .subscribe h5 {
    font-size: 45px;
    color: #fff;
}

footer .subscribe p {
    font-size: 14px;
    color: #fff;
}

footer .subscribe-form {
    width: 70%;
    margin: auto;
}

footer .subscribe-form form {
    position: relative;
}

footer .subscribe-form form .btn {
    background: #DDA333;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    color: #fff;
    height: 42px;
    width: 42px;
}

footer .subscribe-form form .form-control {
    background: none;
    border-radius: 40px;
    height: 48px;
}

footer .subscribe-form form .form-control:focus {
    border-color: #DDA333;
    box-shadow: 0 0 0 0.2rem rgba(221, 163, 51, 0.25);
}

footer .social {
    padding: 0;
    margin: 1em 0 0 0;
}

footer .social li {
    padding: 0 !important;
    margin: 0 0 10px !important;
    text-align: center;
}

footer .social li a {
    margin: auto;
    display: block;
}

footer .social li i {
    width: 40px;
    height: 40px;
    border: 1px solid #403834;
    color: #403834;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 9px;
    font-size: 18px;
}

footer .social li:hover i {
    background: #403834;
    color: #fff;
}

footer .footer-nav {
    padding: 1.5em 0;
    margin: 1em 0;
}

footer .footer-nav ul li {
    display: inline-block;
}

footer .footer-nav ul li a {
    padding: 10px 15px;
    border-radius: 30px;
}

footer .footer-nav ul li:hover a {
    color: white;
    background: #DDA333;
}

footer .copyrights {
    padding: 10px 0;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer a:hover {
    color: #eee;
    text-decoration: none;
}

.go-top {
    position: fixed;
    bottom: 2em;
    left: 2em;
    text-decoration: none;
    background: #DDA333;
    color: white;
    font-size: 12px;
    padding: 1em 1.3em;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    z-index: 999999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.go-top i {
    color: #fff;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.owl-carousel.owl-rtl {
    margin: 0;
}

.owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-nav button {
    display: inline-block !important;
    position: absolute;
    color: #b8c1c9 !important;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #b8c1c9 !important;
    text-align: center;
    outline: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-nav button:hover {
    background: #DDA333 !important;
    color: #fff !important;
    border: 1px solid #DDA333 !important;
}

.owl-nav button.owl-prev {
    left: -30px;
}

.owl-nav button.owl-next {
    right: -30px;
}

.contact-form .form-control {
    margin: 10px 0;
    min-height: 50px;
}

.contact-form .form-control:focus {
    border-color: #DDA333;
    box-shadow: 0 0 0 0.2rem rgba(221, 163, 51, 0.25);
}

.contact-form label {
    font-weight: bold;
    margin-bottom: -5px;
}

.login .form-control,
.login .form-control:focus,
.login .input-group-addon {
    border-color: #e1e1e1;
}

.login .help-text a {
    color: #DDA333;
    margin: 10px 0;
    display: inline-block;
}

.login .signup-form form {
    color: #999;
    /* border-radius: 3px; */
    margin-bottom: 15px;
    background: #dda33324;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login .signup-form hr {
    margin: 0 -30px 20px;
}

.login .signup-form .input-group {
    margin-bottom: 20px;
}

.login .signup-form label {
    font-weight: normal;
    font-size: 13px;
}

.login .signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
}

.login .input-group-text {
    width: 40px;
    text-align: center;
}

.login .signup-form input[type="checkbox"] {
    margin-top: 2px;
}

.login .signup-form a {
    color: #DDA333;
    text-decoration: underline;
}

.login .signup-form a:hover {
    text-decoration: none;
}

.login .signup-form form a {
    color: #DDA333;
    text-decoration: none;
}

.login .signup-form form a:hover {
    text-decoration: underline;
}

.login .signup-form .fa {
    font-size: 21px;
}


/*************************************************/


/* Responsive */


/*************************************************/

@media all and (max-width: 768px) {
    .section-description {
        width: 100%;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        margin: auto;
    }
    .header-caption {
        margin-top: 5vh;
    }
    .single-pillar .icon:after {
        display: none;
    }
    .happy-to-join .pray-img {
        display: none;
    }
    .happy-to-join {
        text-align: center;
        padding: 1em 0;
    }
    .happy-to-join p {
        font-size: 18px;
        margin: 0;
    }
}

@media all and (max-width: 425px) {
    header .logo {
        padding: 10px;
        border-radius: 0;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    header .social {
        float: none;
        text-align: center;
        border: none !important;
        margin-top: 0;
        margin-bottom: 1em;
    }
    header .logo img {
        margin: 0 auto;
    }
    footer .copyrights,
    footer .copyrights .cr {
        text-align: center;
    }
    .single-course-wrapper {
        height: auto;
    }
    .single-course-wrapper .cover {
        padding: 10% 1em 1em;
    }
}