

:root {

    --color-black: #000;
    --color-white: #fff;
    --color-green: #8db514;
    --color-text: #26211d;

    --body-font: 'Open Sans', sans-serif;
    /* --heading-font: 'Raleway', sans-serif; */

}

/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif; 
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font) !important;
    color: var(--color-text) !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    text-align: justify;
}

html, body {
    overflow-x: hidden;
}

p:last-child {
    margin-bottom: 0 !important;
}

a {
    color: var(--color-black);
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover, a:focus {
    color: var(--color-black);
    text-decoration: none;
}

::selection {
    background: #1abc9c;
    color: #fff
}

::-moz-selection {
    background: #1abc9c;
    color: #fff
}

img {
    max-width: 100%;
}

h1, h2, .heading {
    font-family: var(--body-font);
    color: var(--color-text);
    position: relative;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}

.btn {
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    outline: none;
    box-shadow: none !important;
    letter-spacing: 0;
    position: relative;
    min-width: 100px;
    z-index: 1;
    overflow: hidden;
    font-family: var(--body-font);
    background-color: transparent;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.btn:hover {
    background-color: #4d4641;
    color: #fff !important;
}

.btn-black {
    height: 44px !important;
    line-height: 28px !important;
    color: #26211d !important;
    border: 2px solid #4d4641 !important;
    border-radius: 0 !important;
}

ul{
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.sec-space{
    padding: 70px 0;
}

figure {
    margin: 0 !important;
}




/* Loader Animation Start */

/* @-webkit-keyframes outer {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes outer {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes inner {
    0% {
        -webkit-transform: rotate(-100.8deg);
        -moz-transform: rotate(-100.8deg);
        transform: rotate(-100.8deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes inner {
    0% {
        -webkit-transform: rotate(-100.8deg);
        -moz-transform: rotate(-100.8deg);
        transform: rotate(-100.8deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes arc {
    0% {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: 0
    }

    40% {
        stroke-dasharray: 151.55043px,210.48671px;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: -151.55043px
    }
}

@keyframes arc {
    0% {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: 0
    }

    40% {
        stroke-dasharray: 151.55043px,210.48671px;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 1 210.48671px;
        stroke-dashoffset: -151.55043px
    }
}

.qode-lazy-preloader {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    display: inline-block;
    line-height: normal;
    z-index: 10;
    -webkit-animation: outer 6.6s linear infinite;
    animation: outer 6.6s linear infinite
}

.ajax_loader,.meta {
    display: none
}

.qode-lazy-preloader svg {
    -webkit-animation: inner 1.32s linear infinite;
    animation: inner 1.32s linear infinite
}

.qode-lazy-preloader svg circle {
    fill: none;
    stroke: #1abc9c;
    stroke-linecap: round;
    -webkit-animation: arc 1.32s cubic-bezier(.8,0,.4,.8) infinite;
    animation: arc 1.32s cubic-bezier(.8,0,.4,.8) infinite
}

img[data-lazy=true] {
    opacity: 0
} */

/* Loader Animation End */





/*-- Scrollbar start --*/
/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #8F8F8F;
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--color-green);
}
/*-- Scrollbar end --*/


/*---- Common css ends here ----*/

 /* Back to top Button start   */
#button {
    display: inline-block;
    background-color: transparent;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    border: 2px solid #B0B0B0;
    position: fixed;
    bottom: 56px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #b0b0b0;
  }
  #button:hover {
    cursor: pointer;
    background-color: #E8E8E8;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  
 /* Back to top Button end   */


/* Sticky Header start */
.header-appear{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: var(--color-green);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    padding: 0;
}

@-webkit-keyframes animationFade {

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}



@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

}



@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

}
/* Sticky Header start */


/* Header Top start */
.header-top{
    background: #26211d;
    padding: 4px 0;
}
.music a{
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--body-font);
}
.sound-icon{
    width: 45px; 
    float: left;
}
.section_inner_div{
    position: absolute;
    left: 0;
}
.right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icons ul li a i {
    color: #7e7874;
    font-size: 18px;
    transition: all 0.4s;
}
.social-icons ul li a i:hover{
    color: var(--color-white);
    font-size: 18px;
}
.social-icons ul li{
    display: inline-block;
    margin-right: 15px;
}
.form-select{
    padding: 1px 2.25rem 1px 0.75rem !important;
    font-size: 13px !important;
    border-radius: 0 !important;
}
/*---- Header Top end ----*/



/*---- Header Menubar start ----*/
#myHeader {
    width: 100%;
}

.menumain {
    width: 100%;
    transition: all .5s ease;
    background: var(--color-green);
}
.navbar-brand{
    margin-right: 4rem !important;
}
.navbar-brand img{
    width: 260px;
    height: auto;
    object-fit: contain;
}
.menumain nav.navbar {
    transition: all .5s ease;
    padding: 0;
}

.navbar .navbar-collapse>ul>li {
    padding: 0 16px;
    position: relative;
}

.navbar .navbar-collapse>ul>li>a {
    color: #26211d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: var(--body-font);
    display: inline-block;
    padding: 40px 8px;
}

.navbar .navbar-collapse>ul>li>a:hover {
    color: #26211d75;
}

.navbar .navbar-collapse>ul>li>a:hover::after {
    width: 25px;
}
/* .navbar .navbar-collapse>ul>li>a.active{
    background: #627e0e;
    color: var(--color-white);
    padding: 40px 20px;
    height: 100%;
} */
.navbar .navbar-collapse>ul>li.current-menu-item>a{
    background: #627e0e;
    color: var(--color-white);
    padding: 40px 20px;
    height: 100%;
}

.navbar-expand-lg .navbar-collapse {
    width: 100%;
    justify-content: end;
}

.navbar-toggler{
    border: 2px solid #404f13 !important;
    color: #404f13;
}

.header-appear .navbar .navbar-collapse>ul>li>a{
    padding: 25px 8px;
}
.header-appear .navbar .navbar-collapse>ul>li.current-menu-item>a{
    padding: 25px 20px;
}
.header-appear .navbar-brand img {
    width: 200px;
}

.header-appear .navbar .navbar-collapse.show>ul>li>a {
    padding: 9px 8px !important;
}
.header-appear .navbar .navbar-collapse.show>ul>li>a.active {
    padding: 9px 8px !important;
    background: transparent;
}
/*---- Header Menubar end ----*/



/*---- Banner start ----*/
/* .banner{
    margin-top: 98px;
} */
/* .banner .carousel-item{
    height: 650px;
} */
.banner-img{
    padding-top: 36%;
    position: relative;
}
.banner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.owl-dots{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel button.owl-dot{
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    border: 3px solid var(--color-white) !important;
    opacity: 1 !important;
    background: #8b8b8b !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.owl-carousel button.owl-dot.active{
    border-color: var(--color-black) !important;
    background: var(--color-white) !important;
}
.owl-carousel .owl-dot{
    opacity: 0;
    transition: 300ms ease-in-out;
}
.banner:hover .owl-carousel .owl-dot{
    opacity: 1 !important;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav button.owl-next {
    right: 8%;
    position: inherit;
}
.owl-nav button.owl-prev {
    left: 8%;
    position: inherit;
}
.owl-nav .fa{
    color: #ffffff60;
    font-size: 60px;
    transition: 0.2s ease-in-out;
}
.owl-nav .fa:hover{
    color: #fff;
}
/*---- Banner end ----*/



/*---- Content Box start ----*/
.content-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border: 4px solid #8db514;
}

.content-text {
    color: #26211d;
    font-size: 15px;
    margin-top: 10px;
}
/*---- Content Box end ----*/



/*---- About us start ----*/
.heading h2{
    font-size: 26px;
    color: #26211d;
    text-transform: inherit;
    line-height: 37px;
    text-align: center;
    margin-bottom: 50px !important;
    font-weight: 800;
    text-transform: uppercase;
}
.heading h2::after {
    border-bottom: 4px solid var(--color-green);
    padding-bottom: 5px;
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 8px;
}
.about h3 {
    display: block;
    line-height: 31px;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #26211d;
    font-weight: 600;
    margin-bottom: 25px !important;
}

.about-img img {
    border: 6px solid #fff;
    box-shadow: 1px 4px 8px 3px rgba(0,0,0,0.2);
    height: 300px;
    object-fit: cover;
    width: 100%;
}
/*---- About us end ----*/


/*---- Sub banner start ----*/
.sub-banner img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
}
/*---- Sub banner end ----*/


/*---- Latest News start ----*/
.news .content-img img{
    height: 250px;
}

.left-news-heading {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 3px;
    color: #120a0c;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 29px;
}

.news-para{
    height: 122px;
    overflow-y: scroll;
}
/*---- Latest News end ----*/


/*---- Footer start ----*/
.footer-bg{
    background: #262626;
}
.footer-bg p{
    color: #818181;
}
.footer-wrapper{
    padding-right: 50px;
}
.footer-wrapper .contact-title{
    color: var(--color-green);
}
.footer-wrapper h2{
    color: var(--color-white);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px ;
}
.footer-wrapper .item {
    margin-bottom: 17px;
    border-bottom: 1px solid #4b4b4b;
    padding: 0 0 10px 0;
}
.footer-wrapper .item:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}

.item .icons {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #8F8F8F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #8F8F8F;
}
.contact-info {
    display: inline-block;
    padding-left: 12px;
    vertical-align: top;
    width: calc(88% - 28px);
}
.footer-bg .text-address {
    color: #818181;
    word-wrap: break-word;
}
.footer-bg .social-icons ul li a i{
    font-size: 24px;
}
.footer-bg .social-icons ul li{
    margin-right: 30px;
}
.footer-wrapper a:last-child{
    display: inline;
}

.footer_bottom {
    display: block;
    background-color: #1b1b1b;
    padding: 16px 0; 
}
.copyright-text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #818181;
}
/*---- Footer end ----*/

.inner-banner {
    background-image: url('../images/inner-banner.jpg');
    background-repeat: no repeat;
    background-position: top;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    background-size: cover;
    position: relative;
}
.breadcrumb {
    margin-bottom: 0rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
.breadcrumb-item a{
    font-size: 22px;
    color: var(--color-white);
    font-weight: 600;
}
.breadcrumb-item a:hover{
    color: var(--color-white);
}
.breadcrumb-item.active {
    font-size: 22px;
    color: var(--color-white) !important;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: var(--color-white) !important;
    content: var(--bs-breadcrumb-divider, "/");
}


/*-- About Us page start --*/
.about-img-1 img{
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.about-img-2 img{
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.learning-content p{
    border-left: 3px solid #8db514;
    padding-left: 10px;
    margin-bottom: 25px;
}
.about-content .about-row-2 {
    padding-top: 40px!important;
}
/*-- About Us page end --*/


/*-- Teaching and Learning page start --*/
.teacher-sec{
    background: #deece9;
}
.teacher-content-head h3{
    font-size: 24px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 15px;
}
.teacher-content-wrapper{
    background: #a3bf4f;
    border-top: 4px solid var(--color-green);
    border-bottom: 4px solid var(--color-green);
}
.teacher-img{
    overflow: hidden;
}
.teacher-img img {
    margin: 0;
    width: 100%;
    height: 400px;
    object-position: top;
    object-fit: cover;
    transition: all 0.4s;
}
.teacher-content-wrapper:hover img, .children-content-wrapper:hover img{
    transform: scale(1.1);
}
.teacher-details::-webkit-scrollbar-track{
    background: #a3bf4f;
}
.detail-box{
    padding: 20px 15px;
}
.teacher-details {
    height: 160px;
    overflow: auto;
}
.teacher-details h5{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-white);
}
.teacher-details p{
    color: var(--color-white);
}

.teacher-row{
    margin: 0 -12px;
}
.teacher-row [class*="col-"]{
    padding: 0 12px;
}
/*-- Teaching and Learning page end --*/




/*-- News page start --*/

.news-wrapper img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}
.news-wrapper{
    padding: 30px 0;
    border-bottom: 1px solid #d6d1d1 ;
}
.news-sec .news-wrapper:first-child{
    padding-top: 0;
}
.news-sec .news-wrapper:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.news-content h5 a{
    color: var(--color-text);
}
.img-blog{
    text-align: center;
}

/*-- News page end --*/


/*-- Contact Us page start --*/

.contact-form{
    background: url('../images/form-bg.jpg') no-repeat center;
    height: auto;
    width: 100%;
    background-size: cover;
}
.contact-box .fa {
    font-size: 69px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.contact-box {
    background: #423338;
    color: #fff;
    padding: 40px 20px;
    height: 300px;
    text-align: center;
    border-radius: 4px;
    border: 1px dashed #ecc;
}
.contact-info-heading {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 18px !important;
    margin-top: 30px;
    color: #fff;
}
.contact-box p{
    margin-bottom: 0;
}
.contact-box p a {
    color: #fff;
    overflow-wrap: break-word;
    text-transform: none;
    font-size: 16px;
    line-height: 28px;
}

.c-form [class*="col-"]{
    margin: 0 auto;
}
.form-control {
    padding: 15px !important;
    border-radius: 0 !important;
    border: none !important;
    font-family: 'Raleway', sans-serif;
}
.contact-form label {
    color: #fff;
    font-size: 16px;
    font-family: var(--body-font);
}
input[type="submit"] {
    height: 46px;
    line-height: 44px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Raleway' ,sans-serif;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--color-white);
    color: var(--color-white);
    margin-left: auto;
    transition: all 0.4s;
}
input[type="submit"]:hover{
    background: var(--color-white);
    color: var(--color-green);
}

/*-- Contact Us page end --*/




/*-- Children page start --*/

.children-data{
    background: #f6f6f6;
}
.children-data .container .children-table:nth-child(3) {
    margin: 20px 0 10px 0!important;
}
.children-table p{
    font-size: 17px;
    font-family: var(--body-font);
    color: #303030;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.children-table .table-responsive{
    border-radius: 4px;
    border-collapse: collapse;
}
.children-table .table-responsive tr {
    border-bottom: 1px solid #ccc;
}

.children-study{
    background: #deece9;
}
.children-content-wrapper{
    border-top: 4px solid var(--color-green);
    background: var(--color-white);
}
.children-content-wrapper .teacher-details h5{
    font-size: 21px;
    text-align: center;
    color: var(--color-text);
}
.children-content-wrapper .teacher-details h6{
    text-align: center;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.children-content-wrapper .teacher-details p{
    color: var(--color-text);
}
.children-content-wrapper .teacher-details {
    height: 220px;
    overflow: auto;
}
.children-content-wrapper .detail-box{
    padding: 20px 40px;
}

/*-- Children page end --*/




/*-- Gallery page start --*/

.zoom-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    transition: 400ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.zoom{
    overflow: hidden;
}
.zoom-img{
    position: relative;
    padding-top: 72%;
}
/* .zoom::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: red;
    opacity: 0;
} */
.zoom-img:hover img{
    transform: scale(1.1);
}
/* .zoom:hover::before{
    opacity: 0.5;
    z-index: 1;
} */

.gallery{
    background: #f6f6f6;
}
.gallery-filter .nav-tabs{
    border: none;
    row-gap: 14px;
}
.gallery-filter .nav-tabs .nav-link.active {
    color: var(--color-white) !important;
    background-color: var(--color-green) !important;
    border-color: transparent !important;
}
.gallery-filter .nav-link {
    padding: 7px 22px !important;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 5px;
    color: #818181 !important;
    border-bottom: -moz-calc;
    background: #edeaea !important;
    border-radius: 0 !important;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}

/*-- Gallery page end --*/





