@import url(font-awesome.min.css);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);@charset "utf-8"body {
    font-family: 'Roboto',sans-serif;
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify
}

a {
    text-decoration: none!important
}

p {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.padding_100 {
    padding: 100px 0
}

.padding_50 {
    padding: 50px 0
}

.padding_0 {
    padding: 0
}

.btn-default {
    background-color: #386840;
    border-radius: 24px;
    color: #fff;
    text-transform: capitalize;
    padding: 14px 20px;
    border: 1px solid #386840;
    font-weight: 700;
    font-size: 16px
}

.btn-default:hover {
    color: #386840;
    background-color: #fff;
    border-color: #386840;
    transition: 0.3s;
    border-radius: 24px
}

.heading {
    color: #434a4c;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 40px
}

.top {
    background-color: #386840;
    height: 45px
}

.top .social-media a {
    display: inline-block
}

.top .social-media a img {
    margin-right: 12px;
    padding: 13px 0 0 0
}

.top .social-media a:hover i {
    color: #fefefe;
    transition: 0.3s
}

.top .email p,.top .email p a {
    color: #fff
}

.top .email p {
    font-weight: 500;
    font-size: 14px;
    padding-top: 11px;
    display: inline-block
}

.top .cir p {
    margin-right: 5px
}

.top .email p i {
    margin-right: 10px
}

.top .login a,.top .translate a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase
}

.top .login {
    padding-top: 11px
}

.top .translate img {
    margin-right: 8px;
    margin-top: 2px;
    width: 20px;
    height: 20px
}

.top .translate {
    display: flex;
    padding-top: 11px;
    float: right
}

.top .cir p {
    font-size: 13px
}

.top .admission {
    padding-top: 11px;
    float: right;
    position: relative;
    z-index: 9
}

.top .admission i {
    color: #fff
}

.top .admission a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    height: 100px;
    box-shadow: 0 5px 5px 0 rgba(235,235,235,.7)
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #386840;
    text-transform: capitalize
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #386840;
    background-color: transparent
}

.navbar-right {
    margin-top: 24px
}

ul.dropdown-menu {
    display: none
}

.dropdown-menu {
    padding: 0
}

.navbar-nav>li.dropdown:hover ul.dropdown-menu {
    display: block
}

.navbar-right .dropdown-menu {
    right: -98px
}

.dropdown-menu>li>a {
    width: 100%;
    padding-left: 20px;
    line-height: 44px;z
    font-size: 16px;
    color: rgba(18,18,18,.7);
    text-transform: capitalize;
    clear: both;
    position: relative;
    outline: 0;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid #eee
}

.dropdown-menu>li>.genisisnav {
    text-transform: none
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #386840;
    padding-left: 30px;
    margin-top: 0
}

.navbar-fixed-top {
    top: unset
}

.navbar-brand>img {
    margin-top: -12px
}

li>ul.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 350px;
    white-space: nowrap;
    -webkit-box-shadow: 0 13px 25px -12px rgba(0,0,0,.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0,0,0,.25);
    box-shadow: 0 13px 25px -12px rgba(0,0,0,.25);
    border: 1px solid #eee
}

.sticky {
    position: sticky;
    top: -5px;
    width: 100%;
    transition: 100s;
    z-index: 9999
}

.floating {
    position: fixed;
    bottom: 5%;
    z-index: 999999;
    right: 7%
}

.floating .mail1 {
    background-color: #2c9d41;
    border-radius: 50%;
    height: 49px;
    width: 49px;
    position: relative;
    box-shadow: 0 0 5px 4px rgba(0,0,0,.7)
}

.floating .icon .fa {
    font-size: 70px;
    color: #fff
}

.floating a.icon {
    position: absolute;
    top: -9px;
    left: -6px
}

.navbar {
    margin-bottom: 0
}

.social {
    position: fixed;
    top: 20%;
    right: 0;
    -webkit-transform: translate(270px,0);
    -moz-transform: translate(270px,0);
    -ms-transform: translate(270px,0);
    -o-transform: translate(270px,0);
    transform: translate(270px,0);
    z-index: 9999
}

.social ul {
    padding: 0
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgba(56,104,64,.5);
    width: 320px;
    text-align: left;
    padding: 10px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.social ul li:hover {
    -webkit-transform: translate(-110px,0);
    -moz-transform: translate(-110px,0);
    -ms-transform: translate(-110px,0);
    -o-transform: translate(-110px,0);
    transform: translate(-110px,0);
    background: rgba(255,255,255,.4)
}

.social ul li:hover a {
    color: #000
}

.social ul li:hover .social-img {
    color: #fff;
    background: rgba(0,0,0,.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.social ul li .social-img {
    margin-right: 10px;
    color: #000;
    background: #fff;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    text-align: center
}

.social ul li a {
    color: #000;
    font-weight: 400;
    display: inline-flex
}

.social ul li .social-img img {
    width: 20px;
    height: 20px
}

.social ul li a span {
    padding-top: 11px
}

.home-banner {
    margin-top: -20px;
    position: relative;
    z-index: 1
}

.home-banner .banner1 {
    background: url(../images/home-banner.png) no-repeat top center;
    height: 561px
}

.home-banner .banner2 {
    background: url(../images/home-banner-2.png) no-repeat top center;
    height: 658px
}

.home-banner .banner3 {
    background: url(../images/home-banner-3.png) no-repeat top center;
    height: 658px
}

.home-banner .banner4 {
    background: url(../images/home-banner-4.png) no-repeat top center;
    height: 658px
}

.home-banner .banner-text {
    text-align: left;
    text-shadow: none;
    background: rgba(56,104,64,.4);
    padding: 21px 21px 1px 26px;
    margin-top: 42%;
    margin-left: 30px;
    width: 87%
}

.home-banner .banner-text .banner-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.home-banner .banner-text p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px
}

.home-banner .banner-text p .btn-default {
    background-color: transparent;
    border-color: #fff;
    border-radius: 24px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 24px
}

.home-banner .banner-text p .btn-default:hover {
    background-color: #fff
}

.inner-banner h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 19%
}

.inner-banner p {
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.inner-banner p a {
    color: #fff
}

.facility-banner {
    background: url(../images/facility-banner.png) no-repeat top center;
    height: 400px
}

.cbse-banner {
    background: url(../images/cbse-banner.png) no-repeat top center;
    height: 400px
}

.principal-banner {
    background: url(../images/principal-banner.png) no-repeat top center;
    height: 400px
}

.excellency-banner {
    background: url(../images/excellency-banner.png) no-repeat top center;
    height: 400px
}

.genesis-banner {
    background: url(../images/genesis-banner.png) no-repeat top center;
    height: 400px
}

.director-banner {
    background: url(../images/director-banner.png) no-repeat top center;
    height: 400px
}

.mission-vision-banner {
    background: url(../images/mission-vision-banner.png) no-repeat top center;
    height: 400px
}

.history-banner {
    background: url(../images/history-banner.png) no-repeat top center;
    height: 400px
}

.contact-banner {
    background: url(../images/contact-banner.png) no-repeat top center;
    height: 400px
}

.igcse-banner {
    background: url(../images/igcse-banner.png) no-repeat top center;
    height: 400px
}

.cambridge-banner {
    background: url(../images/cambridge-banner.png) no-repeat top center;
    height: 400px
}

.achivement-banner {
    background: url(../images/achivement-banner.png) no-repeat top center;
    height: 400px
}

.news-banner {
    background: url(../images/news-banner.png) no-repeat top center;
    height: 400px
}

.activity-detail-banner {
    background: url(../images/brush-teeth-banner.png) no-repeat top center;
    height: 400px
}

.activity-banner {
    background: url(../images/activity-banner.png) no-repeat top center;
    height: 400px
}

.circular-banner {
    background: url(../images/circulars-banner.png) no-repeat top center;
    height: 400px
}

.gallery-banner {
    background: url(../images/gallery-banner.png) no-repeat top center;
    height: 400px
}

.achievements-banner {
    background: url(../images/achievements-banner.png) no-repeat top center;
    height: 400px
}

.error-banner {
    background: url(../images/main-bg.jpg) no-repeat top center;
    height: 400px
}

.facilities-kids {
    background: url(../images/facility-kids.png);
    height: 100%
}

.facilities-kids h2 {
    color: #fff
}

.facilities-kids .container {
    text-align: center
}

.facilities-kids .facility-box {
    transition: all .2s ease-in-out;
    background-color: #f5f5f5;
    color: #434a4c;
    padding: 18px 10px;
    margin: 10px;
    width: 260px;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.facilities-kids .facility-box img {
    padding: 0;
    margin-bottom: 15px
}

.facilities-kids .facility-box:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 2px #fff
}

.circular .activity-block {
    transition: all .2s ease-in-out;
    color: #434a4c;
    padding: 18px;
    margin: 10px;
    width: 31%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.circular .activity-block img {
    padding: 0;
    margin-bottom: 15px
}

.circular .activity-block:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 10px #ccc
}

.circular .activity-block {
    background-color: #fff;
    box-shadow: 1px 1px 10px #ccc
}

.home-facility {
    padding-left: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1
}

.home-facility p {
    color: #333;
    font-size: 16px
}

.home-facility .facilty-details a {
    font-size: 14px;
    color: #386840
}

.home-facility .facilty-details h3 {
    font-weight: 700;
    color: #434a4c;
    font-size: 16px;
    margin-bottom: 10px
}

.home-facility .facilty-details p {
    font-size: 15px;
    font-weight: 400
}

.home-facility .facilty-details {
    margin-top: 30px
}

.home-facility .facility-box {
    background-color: #386840
}

.home-facility .facility-box h3 {
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center
}

.home-facility .facility-box {
    padding: 30px 0 0px 0;
    margin: 15px 15px 15px 0;
    border-radius: 5px
}

.home-facility .facility-box hr {
    border-top: 1px solid #76977b;
    margin: 30px 0
}

.home-facility .facility-box .form-control {
    height: 45px;
    padding: 6px 24px;
    font-size: 15px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 30px
}

.home-facility .facility-box .form-group {
    margin: 0 15px
}

.home-facility .facility-box .btn-default,.home-learning .btn-default {
    background-color: #fff;
    color: #333;
    padding: 14px 37px
}

.home-facility .facility-box p {
    padding-right: 0;
    padding-top: 20px
}

.home-facility p a.btn-default {
    margin-top: 30px
}

.home-infra {
    background-color: #f8f8f8;
}

.home-infra h3 {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: -48px;
    margin-left: 20px;
    position: absolute;
    padding: 5px 10px;
    background: rgba(0,0,0,.6)
}

.home-infra .m-top {
    margin-top: 31px
}

.home-infra .heading {
    margin-bottom: 45px
}

.home-infra .infra-image-box img:hover {
    transform: scale(1.3);
    transition: 0.3s
}

.home-counter {
    background: url(../images/home-counter-bg.png) no-repeat top center;
    height: 400px;
    padding-top: 100px
}

.home-counter .countercol h5 {
    font-weight: 700;
    color: #fff;
    font-size: 60px
}

.home-counter .countercol {
    text-align: center
}

.home-counter .countercol h5::after {
    content: "";
    display: block;
    border-bottom: 4px solid #fff;
    text-align: center;
    width: 44px;
    margin: 17px auto
}

.home-counter .countercol h4 {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px
}

.home-news .home-achieve {
    background-color: #f8f8f8;
    border-top: 5px solid #386840;
    border-radius: 4px;
    padding: 0 40px 0 20px
}

.home-news .home-achieve h5,.home-news .news-box .news-info h5 {
    font-weight: 500;
    color: #c1c1c1;
    font-size: 13px;
    margin-top: 20px;
    font-family: 'Lato',sans-serif
}

.home-news .home-achieve h2 {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    margin: 20px 0;
    line-height: 27px
}

.home-news .home-achieve p,.home-news .news-box .news-info p {
    color: #333;
    font-weight: 400
}

.home-news .home-achieve .home-achieve-box {
    border-bottom: 2px dotted #e8e8e8;
    padding: 35px 0
}

.home-news .home-achieve .home-achieve-box.last-child,.home-news .news-box.last-child {
    border: none
}

.home-achieve-box:hover img {
    transform: scale(1.1);
    transition: 0.3s
}

.home-achieve-box:hover h2 {
    color: #386840;
    transition: 0.3s
}

.home-news .scroll {
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 4px
}

.home-news .scroll .fa {
    color: #c1c1c1;
    font-size: 18px
}

.home-news .scroll:hover {
    background-color: #386840;
    transition: 0.3s
}

.home-news .scroll:hover .fa {
    color: #fff;
    transition: 0.3s
}

.home-news .news-box .news-circle {
    background-color: #333;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    padding-top: 20px
}

.home-news .news-box .news-circle h3 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    text-align: center
}

.home-news .news-box .news-circle p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400
}

.home-news .news-box {
    border-bottom: 2px dotted #e8e8e8;
    padding: 20px 0
}

.home-news .news-box .news-info h3 {
    font-weight: 700;
    color: #434a4c;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 20px
}

.home-news .news-box .news-info h5 {
    margin-top: 13px
}

.home-news .news-box .news-info p {
    margin-top: 20px;
    display: none
}

.home-news .news-box:hover .news-info p {
    display: block;
    transition: 0.3s
}

.home-news .news-box:hover .news-circle {
    background-color: #386840;
    transition: 0.3s
}

.home-news h5 i {
    margin-right: 10px
}

.home-learning {
    background: url(../images/home-learning-bg.png) no-repeat top center;
    height: 418px;
    padding-top: 80px;
    text-align: center
}

.home-learning .heading {
    color: #fff
}

.home-learning p {
    color: #f1f1f1;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center
}

.facilities .nav-stacked>li {
    background-color: #f5f5f5;
    margin-bottom: 15px
}

.facilities .nav>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 13px 15px
}

.facilities .nav>li>a:hover {
    background-color: #386840;
    color: #fff
}

.facilities .nav-stacked>li.active>a,.facilities .nav-stacked>li.active>a:focus,.facilities .nav-stacked>li.active>a:hover {
    background-color: #386840;
    color: #fff
}

.facilities .nav>li.active::after {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 30px solid #386840;
    border-bottom: 17px solid transparent;
    display: inline-block;
    position: absolute;
    content: "";
    right: -16px;
    top: 8px
}

.facilities .tab-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px
}

.facilities .hovereffect h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.facilities .hovereffect p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

.facilities .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: table;
    margin-top: 20px
}

.facilities .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: table
}

.facilities .hovereffect .overlay h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    line-height: 28px
}

.facilities .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.facilities .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.facilities .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px
}

.facilities .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.facilities .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.facilities .beforeclass li {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 8px
}

.facilities .tab-pane .beforeclass li::before {
    content: "\f105";
    margin-right: 8px;
    font-family: FontAwesome
}

.evaluation .tab-pane {
    background-color: #f5f5f5;
    height: auto;
    padding: 30px
}

.evaluation .nav-tabs>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #386840;
    text-transform: capitalize
}

.evaluation .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>li.hover {
    background-color: #f5f5f5;
    color: #666;
    padding: 10px 30px
}

.evaluation .nav-tabs {
    border: none
}

.evaluation .nav-tabs li {
    color: #666;
    display: flex
}

.evaluation .tab-pane ul li {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px
}

.evaluation .tab-pane ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px
}

.margin-css {
    margin-top: 50px
}

.news .subcontent {
    margin-top: -20px;
    margin-bottom: 20px
}

.news .subcontent .fa-user {
    margin-left: 15px
}

.aim .subcontent .fa-folder-open {
    margin-left: 15px
}

.news .news-box-main {
    margin-bottom: 40px
}

.news .news-box-main .news-box {
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    padding: 20px 30px;
    margin-top: 10%;
    margin-left: -27%
}

.news .news-box-main h4 {
    line-height: 26px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #434a4c
}

.news .news-box-main p {
    font-weight: 300;
    font-size: 15px;
    color: #434a4c
}

.news .news-box-main h5 {
    color: #666;
    font-weight: 400;
    font-size: 13px
}

.news .news-box-main h5 i {
    margin-right: 5px
}

.news .news-box-main a {
    color: #386840;
    font-weight: 700
}

.news .home-facility {
    background-color: transparent
}

.news {
    background-color: #f8f8f8
}

.news .news-box-main img {
    position: relative
}

.news .news-box-main .tag {
    text-transform: uppercase;
    background: rgba(56,104,64,.6);
    font-size: 13px;
    position: absolute;
    top: 29px;
    z-index: 99;
    padding: 6px 15px;
    color: #fff
}

.news-photos img {
    margin-bottom: 30px
}

.news-photos {
    background-color: #f8f8f8
}

.activity-detail .subcontent {
    margin-top: 5px;
    margin-bottom: 20px
}

.activity-detail .subcontent .fa-clock-o {
    margin-left: 15px
}

.activity-detail .hovereffect:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.activity-detail .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.activity-detail .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: table;
    margin-top: 20px
}

.activity-detail .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.activity-detail .activity-heading {
    font-weight: 700;
    color: #386840
}

.features {
    background: url(../images/features-bg.png) repeat top center;
    height: auto
}

.features li {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px
}

.features li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px
}

.features h2.heading {
    color: #fff
}

.curriculum p strong {
    color: #386840
}

.curriculum .table-bg {
    background-color: #f5f5f5
}

.curriculum .table-bg .table>tbody>tr>th {
    border-top: none;
    font-size: 20px;
    border-bottom: 2px solid #386840;
    color: #666;
    padding: 15px 20px
}

.curriculum .table-bg .table>tbody>tr>td {
    border-top: none;
    font-size: 16px;
    color: #666;
    padding: 15px 20px
}

.curriculum .nav-tabs>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #386840
}

.curriculum .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>li.hover {
    background-color: #f5f5f5;
    color: #666;
    padding: 10px 30px
}

.assessment {
    background: url(../images/assessment-bg.png) repeat top center;
    height: auto
}

.curriculum .nav-tabs {
    border: none
}

.faq .accordion_toggle {
    background: #f5f5f5;
    cursor: pointer;
    margin: 0 0 12px 0;
    padding: 16px 15px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    border: 1px solid #ececec
}

.faq .accordion_toggle label {
    font-weight: 500;
    margin-left: 16px;
    cursor: pointer;
    color: #666
}

.faq .accordion_toggle.accordion_toggle_active {
    position: relative;
    width: 100%
}

.faq .accordion_toggle.accordion_toggle_active label {
    color: #333
}

.faq .accordion_toggle i {
    font-size: 16px;
    color: #323232;
    position: absolute;
    left: 24px
}

.faq .accordion_toggle .fa-minus {
    display: none;
    color: #fff;
    position: absolute;
    left: 14px
}

.faq .accordion_toggle_active .fa-plus {
    display: none;
    color: #333
}

.faq .accordion_toggle_active .fa-minus {
    display: inline-block;
    color: #333;
    position: absolute;
    left: 14px
}

.faq .accordion_content {
    margin: 0 0 20px 0
}

.faq .accordion_content li {
    padding: 3px 18px;
    font-size: 16px;
    font-weight: 400;
    color: #7c8587;
    margin: 0 15px;
    color: #000;
    display: flex;
    border-left: 2px solid #ececec;
    line-height: 28px
}

.evaluation .margin_0 {
    margin-top: 0
}

.genesis h1 {
    font-size: 34px;
    font-weight: 700;
    color: #434a4c
}

.genesis h2.heading {
    font-size: 26px
}

.genesis p strong {
    color: #386840
}

.enroll {
    background: url(../images/enroll-bg-image.png) no-repeat top center;
    height: 374px;
    text-align: center
}

.enroll h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    margin-bottom: 30px
}

.enroll .btn-default {
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 15px 30px;
    border-color: transparent
}

.enroll .btn-default:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.highlights li {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px
}

.highlights li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px
}

.genesis .sidebanner1 {
    background: url(../images/genesis-image.png);
    height: 506px;
    width: 430px
}

.genesis .sidebanner2 {
    background: url(../images/genesis-image.png);
    height: 506px;
    width: 430px
}

.image-hover {
    overflow: hidden
}

.image-hover img {
    display: block;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.image-hover img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.aim .subcontent {
    margin-top: -20px;
    margin-bottom: 20px
}

.aim .subcontent .fa-user {
    margin-left: 15px
}

.aim .subcontent .fa-folder-open {
    margin-left: 15px
}

.contact .icon-bg {
    background-color: #386840;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px
}

.contact i {
    color: #fff;
    font-size: 26px;
    padding-top: 15px
}

.contact .details h3 {
    color: #100800;
    font-size: 22px;
    font-weight: 400
}

.contact .details p,.contact .details p a {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px
}

.contact .details {
    margin-bottom: 36px
}

.contact-form .form-control {
    background-color: #f8f8f8;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    box-shadow: none;
    margin-bottom: 22px;
    height: 38px
}

.contact-form .form-group textarea {
    width: 100%
}

.contact-form textarea.form-control {
    height: auto
}

.admission-form {
    background-color: #f5f5f5;
    padding: 30px
}

.admission-form .form-control {
    border-color: transparent;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    height: 40px;
    background-color: #fff
}

.admission-form .form-group {
    margin-bottom: 20px
}

.admission-form .form-control::placeholder {
    color: #999
}

.gallery .gallery-photos .gallery-img h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: -32px;
    text-transform: uppercase
}

.gallery .gallery-photos .gallery-img {
    margin-bottom: 40px
}

.circular .circular-tabs .nav-tabs>li.active>a,.circular .circular-tabs .nav-tabs>li:hover>a {
    border: none;
    background-color: #386840;
    color: #fff;
    transition: 0.3s
}

.circular .circular-tabs .nav-tabs>li {
    width: 100px;
    background-color: #f5f5f5;
    border: none;
    width: 275px;
    padding: 5px 0
}

.circular .circular-tabs .nav-tabs>li:hover,.circular .circular-tabs .nav-tabs>li.active {
    background-color: #386840;
    transition: 0.3s
}

.circular .circular-tabs .nav-tabs>li a {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    border: none;
    text-align: center
}

.circular .circular-tabs .nav-tabs {
    border-bottom: none
}

.circular .tab-content {
    padding-top: 50px
}

.circular .tab-content h2 {
    color: #151d41;
    font-weight: 400;
    font-size: 20px
}

.circular .tab-content .cir-box h3 {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    display: inline
}

.circular .tab-content .cir-box i {
    color: #666;
    font-size: 26px;
    margin-right: 10px
}

.circular .tab-content .cir-box p {
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

.circular .tab-content .cir-box p i {
    color: #999;
    margin-right: 10px;
    font-size: 14px
}

.circular .tab-content .cir-box p.date {
    margin-left: 20px
}

.circular .tab-content .cir-box h4,.circular .tab-content .cir-box h4 i {
    font-size: 16px;
    font-weight: 500;
    color: #386840;
    margin-top: 17px
}

.circular .tab-content .cir-box a {
    float: right
}

.circular .tab-content .cir-box {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-top: 30px
}

.circular .tab-content .last-child {
    border: none
}

.circular .circular-tabs .nav-tabs>li a::after {
    content: "";
    border-right: 1px solid #e2e7e3;
    right: 0;
    position: absolute;
    height: 26px
}

.circular .circular-tabs .nav-tabs>li a.last-child::after {
    display: none
}

.annuual .tab-content {
    padding-top: 0
}

.achieve .home-achieve .home-achieve-box p a {
    color: #386840;
    font-size: 13px;
    margin-top: 30px
}

.achieve .home-achieve .home-achieve-box {
    margin-bottom: 40px
}

.achieve .btn-default,.gallery-photos .btn-default {
    border-radius: 3px
}

.footer {
    background-color: #333;
    padding: 100px 0 0 0
}

.footer .footer-column h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px
}

.footer .footer-column .details {
    display: flex
}

.footer .footer-column .details i {
    font-size: 26px;
    color: #fff;
    margin-right: 10px
}

.footer .footer-column .details p,.footer .footer-column .details p a,.footer .footer-bottom p,.footer .footer-bottom p a {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.footer .footer-column .details {
    margin-bottom: 10px
}

.footer .footer-links li a {
    font-weight: 400;
    color: #fff;
    font-size: 16px
}

.footer .footer-links li {
    list-style-type: circle!important;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px
}

.footer .footer-links li:hover {
    list-style-type: disc!important;
    color: #fff;
    font-size: 15px;
    transition: 0.3s
}

.footer .footer-links ul {
    margin-left: 16px
}

.footer .footer-gallery img.torch {
    position: absolute;
    top: -19%;
    left: 64%
}

.footer .footer-gallery .m-top {
    margin-top: 25px
}

.footer .footer-gallery .hovereffect img {
    border-radius: 3px
}

.footer .footer-gallery .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.footer .footer-gallery .hovereffect .overlay {
    width: 89%;
    height: 86%;
    position: absolute;
    overflow: hidden;
    top: 6px;
    left: 5px
}

.footer .footer-gallery .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

.footer .footer-gallery .hovereffect:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.footer .footer-gallery .hovereffect:hover .overlay {
    background-color: #f4a93c;
    background-color: rgba(244,169,60,.8)
}

.footer .footer-gallery .hovereffect a {
    display: inline-block;
    margin: 24px 0 0 0;
    background-color: transparent;
    font-size: 20px
}

.footer .footer-gallery .hovereffect a {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase
}

.footer .footer-gallery .hovereffect:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.footer .footer-info {
    border-bottom: 2px solid #7c8587;
    padding-bottom: 50px
}

.footer .footer-bottom {
    text-align: center;
    padding: 40px 0 20px 0
}

.footer .footer-bottom p {
    line-height: 20px
}

.sitemap-dps h3 {
    color: #386840;
    font-size: 22px
}

.sitemap-dps ul li {
    margin-top: 35px
}

.sitemap-dps .padding-lt {
    padding-left: 30px
}

.sitemap-dps .padding-lt li {
    margin: 15px 0 3px 0;
    font-size: 20px;
    font-weight: 500
}

.sitemap-dps li a,.sitemap-dps .contactus a {
    color: #666
}

.sitemap-dps li a:hover {
    color: #555;
    font-weight: 600
}

.sitemap-dps .contactus a {
    font-weight: 500
}

.sitemap-dps .contactus a:hover {
    color: #386840
}

.sitemap-dps .contactus {
    line-height: 30px;
    margin-top: 2px;
    font-size: 16px
}

.sitemap-dps .linkclass {
    color: #386840
}

@media screen and (max-width: 400px) {
    .footer .footer-gallery .hovereffect img {
        margin-right:8px
    }

    .enroll h4 {
        font-size: 20px
    }

    .inner-banner h2 {
        margin-top: 58%
    }

    .home-banner .banner-text {
        margin-left: 34px;
        width: 80%;
        margin-top: 57%
    }

    .evaluation .nav-tabs>li>a {
        font-size: 13px
    }

    .evaluation .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>li.hover {
        padding: 10px 10px
    }
}

@media screen and (min-width: 401px) and (max-width:767px) {
    .footer .footer-gallery .hovereffect img {
        margin-right:14px
    }

    .enroll h4 {
        font-size: 24px
    }

    .inner-banner h2 {
        margin-top: 36%
    }

    .evaluation .nav-tabs li a {
        padding: 10px 4px
    }

    .home-banner .banner-text {
        margin-left: 46px;
        width: 80%;
        margin-top: 273px
    }

    .evaluation .nav-tabs>li>a {
        font-size: 14px
    }

    .evaluation .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>li.hover {
        padding: 10px 20px
    }
}

@media screen and (max-width: 767px) {
    .padding_100 {
        padding:50px 0
    }

    .heading {
        margin-bottom: 20px;
        line-height: 35px;
        font-size: 30px
    }

    .inner-banner h2 {
        font-size: 33px
    }

    .top {
        height: auto;
        padding: 10px 0
    }

    .email {
        text-align: center
    }

    .top .email p {
        font-size: 14px;
        padding-top: 0
    }

    .top .translate,.top .login {
        padding-top: 0
    }

    .social {
        top: 21%
    }

    .social ul li .social-img img {
        width: 15px;
        height: 15px
    }

    .social ul li .social-img {
        margin-right: 16px;
        padding-top: 7px;
        padding-left: 7px;
        width: 30px;
        height: 30px;
        font-size: 20px
    }

    .social ul li {
        margin: 5px -3px
    }

    .social ul li a span {
        padding-top: 5px
    }

    .top .admission {
        float: none;
        margin-right: 0;
        padding-top: 0
    }

    .top .admission p,.login p {
        text-align: center
    }

    .mobile-nav {
        padding: 12px 0;
        height: 90px
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #386840;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px
    }

    .sidenav a {
        padding: 4px 4px 5px 30px;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-weight: 700
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px
    }

    .sidenav ul li a {
        font-size: 15px;
        font-weight: 400
    }

    .p-l-25 {
        padding-left: 25px;
        padding-right: 20px
    }

    .sticky .mobile-nav {
        background-color: #fff
    }

    .footer {
        padding-top: 50px
    }

    .footer .footer-column h2 {
        margin-bottom: 20px
    }

    .footer-links {
        padding: 0 15px
    }

    .footer-links h2,.footer-gallery h2 {
        margin-top: 30px
    }

    .footer .footer-column .details i {
        margin-top: 5px;
        font-size: 18px
    }

    .footer .footer-gallery .hovereffect {
        width: auto
    }

    .footer .footer-info {
        padding-bottom: 10px
    }

    .footer .footer-bottom {
        padding: 20px 0
    }

    .home-banner .banner-text .banner-title {
        font-size: 26px;
        margin-bottom: 12px
    }

    .home-banner .banner-text p {
        text-align: left
    }

    .home-facility {
        padding: 15px;
        margin-top: 10%
    }

    .home-facility h2 {
        margin-top: 20px
    }

    .home-facility .facilty-details h3,.home-facility .facilty-details p,.home-facility .facilty-details a {
        margin-left: 0
    }

    .home-facility .facilty-details h3 {
        padding-top: 20px
    }

    .home-facility .facility-box {
        margin-top: 30px;
        margin-right: 0
    }

    .infra-image-box {
        margin-bottom: 30px
    }

    .home-infra h3 {
        margin-left: 55px
    }

    .home-counter {
        background-image: none;
        background-color: #345f3a;
        height: auto;
        padding: 40px 0
    }

    .home-counter .countercol h5 {
        font-size: 40px
    }

    .home-counter .countercol {
        margin-bottom: 30px
    }

    .home-news .news-box,.home-news .home-news-inner .heading {
        margin: 20px 20px
    }

    .home-learning {
        padding-top: 30px
    }

    .home-news .scroll {
        margin: 0 20px
    }

    .enroll {
        height: 340px
    }

    .enroll h4 {
        line-height: 40px
    }

    .facilities-kids .facility-box {
        margin: 0 auto 30px auto
    }

    .enroll {
        height: 350px
    }

    .enroll h4 {
        line-height: 45px
    }

    .genesis h1 {
        font-size: 33px;
        margin-top: 15px;
        text-align: center
    }

    .genesis .nameheading {
        text-align: center
    }

    .circular .tab-content .cir-box a {
        float: left
    }

    .circular .tab-content .cir-box h4 {
        margin-top: 0;
        margin-left: 20px
    }

    .circular .tab-content .cir-box p {
        margin-left: 20px
    }

    .circular .circular-tabs .nav-tabs>li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .circular .activity-block {
        width: 95%
    }

    .activity-detail iframe {
        width: 100%;
        margin-top: 20px
    }

    .activity-detail .subcontent {
        margin-bottom: 0
    }

    .aim .heading {
        font-size: 28px
    }

    .aim .subcontent {
        margin-top: 0
    }

    .news .subcontent {
        margin-top: 0
    }

    .news .news-box-main .news-box {
        padding: 20px 20px;
        margin-left: 0;
        margin-top: 4%
    }

    .news .home-facility .facility-box {
        margin: 0
    }

    .news .home-facility {
        padding-left: 0;
        margin-top: 0
    }

    .gallery-photos iframe {
        width: 100%
    }

    .contact .details h3 {
        margin-top: 17px
    }

    .enroll {
        padding: 30px 0
    }

    .facilities .nav>li.active::after {
        display: none
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .padding_100 {
        padding:50px 0
    }

    .top .email p {
        font-size: 11px;
        text-align: left
    }

    .navbar-brand>img {
        height: 60px;
        margin-top: 0
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 10px 6px
    }

    .dropdown-menu>li>a {
        font-size: 14px;
        line-height: 30px
    }

    .dropdown-menu li>ul.dropdown-menu {
        min-width: 330px
    }

    .footer {
        padding-top: 50px
    }

    .footer .footer-column .details p {
        font-size: 14px;
        line-height: 25px
    }

    .footer .footer-column .details i {
        font-size: 20px
    }

    .circular .activity-block {
        margin: 8px
    }

    .circular .circular-tabs .nav-tabs>li {
        width: 172px
    }

    .news .news-box-main .news-box {
        padding: 20px 20px;
        margin-left: 0;
        margin-top: 4%
    }

    .home-facility {
        margin: 0;
        padding-left: 0
    }

    .home-banner .banner-text {
        margin-top: 233px;
        margin-left: 67px;
        width: 102%
    }

    .home-facility {
        padding: 15px;
        margin-top: 6%
    }

    .home-facility .facilty-details h3,.home-facility .facilty-details p,.home-facility .facilty-details a {
        margin-left: 0
    }

    .home-facility .facilty-details p,.home-news .news-box .news-info p {
        text-align: left
    }

    .home-news .news-box .news-circle {
        margin-left: -20px
    }

    .contact .details h3 {
        font-size: 20px;
        margin-top: 10px;
        margin-left: 10px
    }

    .contact .details p {
        margin-top: 8px;
        font-size: 16px;
        margin-left: 10px
    }

    .home-infra h3 {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .padding_100 {
        padding:50px 0
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px 11px;
        font-size: 16px
    }

    .top .email p {
        font-size: 13px
    }

    .top .login {
        margin-left: -10px
    }

    .navbar-brand>img {
        height: 70px;
        margin-top: 0
    }

    .footer .footer-column .details p {
        text-align: left
    }

    .news .news-box-main .news-box {
        padding: 20px 20px;
        margin-left: 0;
        margin-top: 4%
    }

    .home-banner .banner-text {
        margin-left: 90px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-right {
        margin-top: -32px;
    }
}

ol li {
    list-style: decimal;
}

ul li, ol li {
    font-weight: 400;
    color: #666;
    font-size: 16px;
   
}

body {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.navbar-brand > img {
    margin-top: -32px;
}

.navbar-right {
    margin-top: 0px;
}
