/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
    font-family: 'Ubuntu', sans-serif;
    background:#ffffff;
    margin: 0;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
}
.wg-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1100;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.avatar {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border: 5px #bf8a3b solid;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
.avatar img {
    width: 100%;
    height: auto;
}


p,ul li,ol li{
    margin:0;
    font-size:16px;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-family: 'Poppins', sans-serif;
}
/*ul,label{
margin:0;
padding:0;
}*/

a {
    color: #b4976e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #b4976e;
    text-decoration: none;
}

body a:hover{
    text-decoration:none;
}

input, button, select, textarea{
    outline: none;
}

input[type="submit"],input[type="reset"],a{
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
/*img{
width:100%;
}*/


/*-- banner --*/

.logo-right{
    float:left;
}

.logo {
    float: left;
    margin-left: 0;
    width: 240px;
    padding: 5px;
}

.header-section .container-fluid{
    padding-left: 0px;
}

.header-section .navbar-default {
    background-color: #1e252b;
    border-color: #1e252b;
    border: none;
}

.header-section .navbar{
    margin-bottom:0px;
}
.header-section .navbar-nav > li > a{
    padding: 30px 22px;
}

.header-section .navbar-default .navbar-nav > .active > a, .header-section .navbar-default .navbar-nav > .active > a:hover, .header-section .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #b4986e;
}

.header-section .navbar-default .navbar-nav > li > a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    color: #b4986e;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-right: -4px;
}

/*.navbar-default {
background-color: #fff;
border-color: transparent;
}

.navbar-right {
float: none !important;
text-transform: uppercase;
background:#fff;
text-align: center;

}
.navbar-default .navbar-nav > li > a {
color: #000000;
font-size: 1em;
font-weight: 600;
text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover {
color: #ff9900;
}
.navbar .container-fluid .navbar-brand {
margin: 25px 670px;
font-size: 40px;
font-weight:900;
}*/

.w3l-info .fa ,.social-icons .fa,.social .fa{
    display: inline-block;
    color: #fff;
    font-size: 2em;
    padding: 0em 0.6em;
    margin-bottom: 20px;
}
.w3l-info .fa-facebook:hover {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    color: #3b5998;
    font-size: 2em;
    transition:1s all;
    -webkit-transition:1s all;
}
.w3l-info .fa-pinterest-p:hover {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    color: #bd081c;
    font-size: 2em;
    padding: 0em 0.6em;
    transition:1s all;
    -webkit-transition:1s all;
    -moz-transition:1s all;
}
.w3l-info .fa-google-plus:hover {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    color: #dd4b39;
    font-size: 2em;
    padding: 0em 0.6em;
    transition:1s all;
    -webkit-transition:1s all;
    -moz-transition:1s all;
}
.w3l-info .fa-twitter:hover {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    color: #1da1f2;
    font-size: 2em;
    padding: 0em 0.6em;
    transition:1s all;
    -webkit-transition:1s all;
    -moz-transition:1s all;
}
.social-media {
    margin: 5em 0em 2em;
}
.social-media li {
    display: inline-block;
}
.navbar {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.logo a {
    color: #fff;
    border: 9px solid #fff;
    padding: 0.5em;
    font-weight: 600;
    font-size: 2em;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
}
.w3l-banner {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.w3l-banner1 {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.banner-dott {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding:50px 0;
}
.banner-dott1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding:80px 0;
}
.w3l-info {
    text-align: center;
}
.w3l-info h2,.w3l-info h3{
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    line-height:1.4em;
    letter-spacing:2px;
    margin-bottom: 40px;
}
.w3l-info p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: .5em auto;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.grid1 {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 60px;
    border: 1px solid #fff;
    transition: 0.5s all;
}
.grid1:hover {
    background: rgba(0, 0, 0, 0.65);
}
.agileinfo-news-button a {
    padding: 8px 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    outline: none;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f99104;
    -webkit-transition-property: color;
    /* transition-property: color; */
    /* -webkit-transition-duration: 0.3s; */
    /* transition-duration: 0.3s; */
}
.agileinfo-news-button {
    margin-top: 35px;
}
/* //banner */

/*--search--*/
.number{
    float:left;
}
.number p {
    display: inline;
    padding: 30px 12px;
    font-size: 16px;
    /*border-left: 1px solid #b5986e;*/
    line-height: 80px;
    color: #b5986e;
    text-transform: uppercase;
    font-weight: bold;
}
.number i.fa {
    font-size: 16px;
    line-height: 60px;
    color: #b4976e;
    cursor: pointer;
    margin-right: 5px;
}

.number p:hover a, .number p:hover i.fa {
    color: #fff;
}

.sb-search {
    position: absolute;
    right: 18%;
    top:0px;
    width: 0%;
    min-width:42px;
    margin-top:14px;
    height:40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 3px;
    border: none;
    outline: none;
    background:#b5986e;
    width: 68%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 5px 15px;
    font-size: 15px;
    color: #ffffff;
    border-radius:50px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}
.sb-search-input:-moz-placeholder {
    color: #ffffff;
}
.sb-search-input::-moz-placeholder {
    color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
    color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
    width:30px;
    height:40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
    padding: 0;
    margin: 0;
    line-height:71px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: url('../images/search.png') no-repeat -3px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}
.sb-icon-search {
    background: #b5986e url(../images/search.png) no-repeat 3px 10px;
    background-size: 28px;
    z-index: 90;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
    width:72%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
    background:  url('../images/search.png') no-repeat 3px 10px;
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
/*--//search--*/

/*-- navigation section --*/
div p button, div p .login-link, .login-link {
    top: 0;
    right: 0px;
    width: 80px;
    padding: 1.2em;
    position: fixed;
    z-index: 999;
    border: none;
    background: #b5986e;
}

div p button .fa{
    color: #fff;
    font-size: 42px;
}

section p button img {
    color:#fff;
    font-size:1em;
}

div p .login-link, .login-link{
    right: 60px;
    padding: 1.1em;
    display: none;
    width: 58px;
    background: transparent;
}

div p .login-link i, .login-link i {
    color: #b5986e;
    font-size: 24px;
    position: relative;
    left: 5px;
}

/*-- //navigation section --*/




/* about */
.contact,.team,div#about,div#stats,.gallery,.events,.covid {
    padding: 50px 0;
}
.admission{
    padding: 120px 0;
}
.about .grid {
    text-align: center;
    padding: 0 40px;
}
.about .grid i.fa {
    font-size: 50px;
    color: #b5986e;
    margin-bottom: 20px;
}
.about img, .gallery-info img{
    width: 100%;
}

/*.about i.fa.fa-pencil, .services i.fa.fa-pencil {
color: #E91E63;
}
.about i.fa.fa-book, .services i.fa.fa-book {
color: #b5986e;
}
.about i.fa.fa-flask, .services i.fa.fa-flask {
color: #2d9e32;
}*/
.about .grid h3{
    font-size: 17px;
    color: #999;
    color: #1e252b;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}
.about-head h3, .meet-head h3 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000;
}

.meet-head h3{
    font-size: 30px;
}

.about-top-grids p {
    margin: 0 0 1rem;
    line-height: 1.8;
}

.bottomgridtext h3 {
    color: #fff;
    margin: 50px 0 20px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 27px;
}
.bottomgridtext p {
    color: #fff;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight:100;
}
.bottomgridtext{
    padding-left: 40px;
    padding-right: 100px;
    background: #ececec;
    background: #1e252b;
    padding-bottom: 86px;
    height: 338px;
}
.about-bottom-grid1 {
    margin-top: 70px;
}
.readmore-w3 a {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 0px;
    margin: 2.5em 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}
.readmore-w3 i.fa.fa-long-arrow-right {
    padding-left: 15px;
}
.bottomgridimg {
    padding: 0;
}
.bottomleft {
    padding-left: 60px;
    padding-right: 50px;
    background: #eaeaea;
    background: #1e252b;
    background: #b5986e;
    padding-bottom: 86px;
}
/* //about */

/* services */
div#services {
    background: url(../images/services.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center;
    margin: 50px 0;
}
.services h3 {
    color: #fff;
}
.service1 ,.service2 ,.service3 ,.service4 {
    background: #999; 
    background: rgba(153, 153, 153, 0.46);
    background: rgba(0, 0, 0, 0.46);
    padding: 30px 10px;
    transition:0.5s all;
}
.service1:hover, .service2:hover, .service3:hover, .service4:hover {
    background: rgba(0, 0, 0, 0.65);
}
.services h4 {
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
}
.servicebottomtext p {
    color: #dcdcdc;
    line-height: 30px;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 60px 0 0 0;
    padding: 35px;
    background: rgb(181, 152, 110,0.74);
}

.icon i.fa {
    font-size: 50px;
    color: #fff;
}
.service-top-grids {
    margin-bottom: 30px;
}
/* //services */


/* Team */
.team img {
    width: 100%;
}
.services{
    background: url(../images/h2.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
} 
.inner-team1{
    box-shadow: 0 1px 1px #ddd;
    padding:0 0 10px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
}
.inner-team1:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
}
.team1 h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}
.team1 h4 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
    letter-spacing: 1px;
    color: #b5986e;
    font-weight: normal;
}
.team1 p {
    color: #212121;
    color: #757575;
    line-height: 26px;
    padding: 20px;
    text-align: center;
}
.team1 {
    padding: 8px;
}
.team-social a i {
    color: #000;
    font-size: 16px;
    border: 1px solid #8a8a8a;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 15px;
}
.inner-team1 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    border: 1px solid #d4d4d4;
}
.team-social{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    text-align: center;
    margin-bottom: 10px;
}
.inner-team1:hover div.team-social {
    display: block;
    bottom: 100px;
    left: 68px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.team i.fa.fa-twitter {
    color: #1da1f2;
}
.team i.fa.fa-twitter:hover {
    color: #fff;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition:1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fa.fa-pinterest-p{
    color: #bd081c;
}
.team i.fa.fa-pinterest-p:hover{
    color: #fff;
    background: #bd081c;
    border: 1px solid #bd081c;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition:1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fa.fa-linkedin{
    color: #e68523;
}
.team i.fa.fa-linkedin:hover{
    color: #fff;
    background: #e68523;
    border:1px solid #e68523;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition:1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
/* Team */

/*--stats-section--*/
.count-agileits {
    background: #999;
    background: #191d20;
    background: rgba(217, 79, 189, 0.7);
    background:#ffffff;
}
.count-grids {
    width: 100%;
    background: #000;
    background: #151515;
}
.count-grid span {
    background: #da4bbd;
    background: #b5986e;
    display: block;
    width: 65px;
    height: 2px;
    margin: 0 auto;
}
.count-grid h4 {
    font-size: 4em;
    color:#fff;
}
.count-grid h5 {
    font-size: 1em;
    color: #a7a7a7;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
.count-grid i {
    font-size: 3em;
    color: #b5986e;
    width: 70px;
    height: 100%;
    padding-top: 0;
}

.numscroller {
    font-size: 2.5em;
    color: #fff;
    padding: 0.3em 0;
}
.count-grids h3 span {
    color: #fff;
}


.count.hvr-bounce-to-bottom {
    text-align: center;
}
.count-grid {
    text-align: center;
    border-right: 1px solid #999;
    padding: 40px;
}


/*--parallax-js--*/
/* ---- stats.js ---- */

.count-particles{
    background: #000022;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: bold;
}

.js-count-particles{
    font-size: 1.1em;
}

#stats,
.count-particles{
    -webkit-user-select: none;
}

#stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles{
    border-radius: 0 0 3px 3px;
}
.statsimg {
    background: url(../images/stats.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center;
    /*min-height: 600px;*/
    padding: 80px 0;
    margin-top: 50px; 
}
.statsimg h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    top: -40px;
}

#testimonials .carousel-inner{
    background: rgba(0,0,0,0.5);
    height: 220px;
}

/*#testimonials .carousel-inner .item{
padding: 0 15px;
}*/

.testimonial_para, .testimonial_fa, #testimonials .carousel-inner .item h4 strong, .testimonial_para span, .testimonial_para-1{
    color: #fff;
    margin: 0 0 1em;
}

.testimonial_fa{
    padding-left: 15px;
    padding-top: 15px;
}
.testimonial_para{
    font-family: 'Dancing Script', cursive;
    line-height: 1.8;
    padding: 0 15px;
    font-size: 17px;
}
.testimonial_para-1{
    font-family: 'Dancing Script', cursive;
    line-height: 1.8; 
}

#testimonials .carousel-inner .item h4{
    margin-bottom: 5px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}


.faq, .contact {
    padding-top: 70px;
}

.accordion-container,
.set {
    position: relative;
    width: 100%
}
.accordion-container {
    max-width: 100%;
    float: left
}
.accordion-container>h2,
.set>a {
    color: #fff;
    border-bottom: 1px solid #fff
}
.accordion-container>h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px
}
.set {
    height: auto;
    background-color: #303030;
    box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    margin-bottom: 10px
}
.set>a {
    display: block;
    font-size: 19px;
    padding: 18px 30px;
    font-family: inherit;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #1e252b;
}
.set>a i {
    float: right;
    margin-top: 2px;
    color: #fff
}
.set>a.active {
    background: #b4986e;
    color: #fff
}
.set .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: none;
    padding-top: 15px;
}
.set .content p {
    padding: 10px 0;
    margin: 0;
    color: #666;
    margin-inline-start: 18px
}
.set .content h4 {
    margin-inline-start: 18px;
    font-weight: 700;
    color: #b4986e;
}
.set .content ul {
    /*padding-top: 15px;*/
    padding-bottom: 15px
}
.set .content ul li {
    padding: 10px 0 0;
    margin: 0 5px;
    color: #666;
    font-size: 16px;
    text-align: left;
}

/*.quote {
padding-top: 16%;
}
.statsimg span {
background: #ffffff;
display: block;
width: 70%;
height: 2px;
margin: 0 auto;
}*/
/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
canvas.particles-js-canvas-el{
    height:540px!important;
}

/*--//parallax-js--*/
/*--//stats-section--*/

/*--modal--*/
.modal-content  img{
    width:100%;
}
.modal-content h4 {
    color: #b5986e;
    text-align: center;
    font-size: 30px;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.modal-content h5 {
    color: #b5986e;
    padding-top: 15px;
    font-size: 22px;
}
.modal-content p{
    color:#636363;
    font-size:14px;
    line-height:25px;
    padding-top: 10px;
}
.modal-header {
    padding: 30px;
}
/*--//modal--*/
/*--gallery--*/
.gallery-grids {
    padding:5px;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img{
    max-width: inherit;
}
/*--image-zoom--*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*--//image-zoom--*/
/*--//gallery--*/

/*-- contact --*/
/*.sign-gd-two ul li {
color: #000;
margin: 25px 0;
font-size: 16px;
letter-spacing: 2px;
font-weight: 400;
list-style-type: none;
text-align: left;
}

.sign-gd-two ul li {
margin-bottom: 15px;
}
.sign-gd-two ul li.p2 {
margin-left: 34px;
margin-top: 0px;
}
.sign-gd-two ul li i {
color: #b5986e;
margin-right: 10px;
font-size: 20px;
vertical-align: top;
}*/


.single.contact-info li {
    margin-top: 30px; 
    font-family: 'Poppins', sans-serif;
}

.single.contact-info li .contact-icon {
    display: block;
    float: left;
    margin-right:0px;
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    /* border: 1px solid #f0f0f0; */
    color: #b4986e;
    text-align: center;
    /* line-height: 50px; */
    font-size: 16px;
}

.single.contact-info li .info {
    overflow: hidden; 
}

.panel-default > .panel-heading {
    color: #ffff;
    background-color: #1e252b;
    border-color: #1e252b;
}

/*b, strong {
text-transform: uppercase;
color: #000;
}*/
.map-home a {
    color: #000;
}
.map-home a:hover {
    color: #b4986e;
}
ul.top-links {
    margin-left: 15px;
    padding: 0;
}
ul.top-links li {
    display: inline-block;
    /* margin-top: 15px !important;*/
}
ul.top-links li a i.fa {
    margin-right: 10px;
    color: #f53753;
    color: #fff;
    font-size: 15px;
    background: #656565;
    padding: 0.7em 0;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 14px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}
.top-links i.fa.fa-facebook {
    background: #3b5998;
}
.top-links i.fa.fa-facebook:hover {
    background: #fff;
    color: #3b5998;
    border: 1px solid #3b5998;
}
.top-links i.fa.fa-google-plus {
    background: #dd4b39;
}
.top-links i.fa.fa-google-plus:hover {
    background: #fff;
    color: #dd4b39;
    border: 1px solid #dd4b39;
}
.top-links i.fa.fa-twitter {
    background: #0087da;
}
.top-links i.fa.fa-twitter:hover {
    background: #fff;
    color: #0087da;
    border: 1px solid #0087da;
}
.top-links i.fa.fa-linkedin {
    background: #0077b5;
}
.top-links i.fa.fa-linkedin:hover {
    background: #fff;
    color: #0077b5;
    border: 1px solid #3b5998;
}
.map iframe {
    border: none;
    width: 100%;
    height: 413px;
}
.map {
    padding: 0;
}
.map-home h3 {
    color: #b5986e;
    font-weight: normal;
    font-size: 25px;
}

/* contact form */
.contact-w3ls input[type="text"], .contact-w3ls input[type="email"] {
    width: 100%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .85em 1em;
    margin-bottom: 20px;
    border: solid 1px #c7c7c7;
    -webkit-appearance: none;
    display: inline-block;
}
.contact-w3ls textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    border: solid 1px #c7c7c7;
    min-height: 5em;
    -webkit-appearance: none;
}
.contact-w3ls input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .5em 2em;
    /*margin-left: 13px;*/
    font-size: 1em;
    -webkit-appearance: none;
    background: #1e252b;
    border: 1px solid #1e252b;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    /* width: 100%; */
    letter-spacing: 1px;
}
.contact-w3ls input[type="submit"]:hover {
    background: transparent;
    color:#1e252b;
}
.contact-w3ls h3,.ser-top h3,.w3ls-heading h3,.agileits_w3layouts_head h3,.customer h3{
    text-transform: uppercase;
    text-align: center;
    font-size:30px;
    color:#000;
    margin-bottom:2em;
}
label.header {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    text-transform: capitalize;
    float: left;
    margin-bottom: 8px;
}
.form-control {
    border: none;
    box-shadow: none;
}
.contact-left,.contact-right {
    padding: 0;
}
h3.connect {
    margin-top: 43px;
}

.contact-w3ls .form-control:focus{
    border-color: #b4986e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 152, 110, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 152, 110, .6);
}
/* //contact form */

/*-- //contact --*/

/* map */
iframe {
    width: 100%;
    border: none;
    height: 700px;
}
/* //map */

/* copyright */
.copyright-agile {
    text-align: center;
    padding: 1.5em 0;
    background: #1e252b;
}
.copyright-agile p {
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
}
.copyright-agile a {
    color: #b5986e;
    text-decoration: none;
}
.copyright-agile a:hover {
    color: #ffffff;
}
/* //copyright */

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999; 
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/

.panel-title{
    text-align: center;
}
.onlineform .form-control{
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 34px;
}

.onlineform .form-control:focus {
    border-color: #b4986e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 152, 110, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 152, 110, .6);
}

.req {
    color: red;
}

.onlineform .form-group label{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

.onlineform h4.pagetitleh2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.onlineformbtn{
    outline: none;
    color: #fff;
    padding: .5em 2em;
    margin-left: 13px;
    font-size: 1em;
    -webkit-appearance: none;
    background: #1e252b;
    border: 1px solid #1e252b;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    /* width: 100%; */
    letter-spacing: 1px;
    margin-top: 35px;
}

.onlineformbtn:hover{
    background: transparent;
    color: #1e252b;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff;
    background-color: #b4986e;
    border-color: #b4986e;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #1e252b;
    border-color: #1e252b;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #1e252b;
    border-color: #1e252b;
}

li.parsley-required {
    font-size: 12px;
}

.text-danger p {
    color: #a94442;
    font-size: 12px;
}

#notfound {
    position: relative;
    height: 92.9vh;
}

#notfound .notfound, #notfound .coming{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound, .coming {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.coming{
    background: #f7f7f7;
    padding: 50px 0 40px;
}

.notfound .notfound-404, .coming .notfound-404 {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Poppins';
    color: #ececec;
    font-weight: 900;
    font-size: 276px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-family: 'Poppins';
    font-size: 45px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
}

.notfound p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;

}

.notfound a {
    font-family: 'Poppins';
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #b4986e;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #fff;
    border-color: #b4986e;
    color: #b4986e;
}

.coming h2 {
    font-family: 'Poppins';
    font-size: 48px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
}

.coming p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;

}

.coming a {
    font-family: 'Poppins';
    font-size: 14px;
    text-decoration: none;
    color: #b4986e;
}

.coming a:hover {
    color: #333;
}

.header-section .navbar-default .navbar-nav > .open > a, .header-section .navbar-default .navbar-nav > .open > a:hover, .header-section .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #b4986e;
}

.header-section .navbar-default .navbar-nav > li > a:hover, .header-section .navbar-default .navbar-nav > li > a:focus{
    color: #fff;
    background-color: #b4986e;
}

#submenu-1.dropdown-menu{
    background-color: #1e252b;
    padding: 0;
}
#submenu-1.dropdown-menu > li > a{
    color: #b4976e;
    padding: 12px 20px;
}

#submenu-1.dropdown-menu > li > a:hover, #submenu-1.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #b4986e;
}

.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
.testimonial_btn{
    background-color: transparent !important;
    color: #fff !important;
}

.meetus-div img{
    margin-right: 25px;
    width: 200px;
}

.meetus-div p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.meet{
    padding-top: 150px;
    padding-bottom: 50px;
}
.message {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.admin-content {
    margin-bottom: 30px;
}

.admin-content {
    height: 135px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    background-color: #f7f7f7;
    padding: 15px 15px 0;
}

.admin img {
    width: 100%;
}

.admin-content h4{
    font-size: 20px;
    line-height: 1.2;
    height: 45px;
}

.admin-content p{
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
}

.teachers .admin-content {
    background: #fff;
}

.radio-inline, .checkbox-inline{
    top: 2px;
}

textarea#guardian_address {
    height: 60px;
}

.donate {
    padding-top: 150px;
}


.donate .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;    
}

.donate .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.donate .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.donate .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.donate .icon-box .icon svg path {
    transition: 0.5s;
    fill: #1e252b;
}

.donate .icon-box:hover .icon path {
    fill: #b4986e;
}

.donate .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
    color: #333;
}

.donate .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.donate .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.donate .icon-box p span{
    color: #b4976e;
    font-size: 24px;
    font-weight: bold;
}

.donate .icon-box p a{
    font-size: 24px;
    font-weight: bold;
}

.donate .icon-box img{
    z-index: 9;
}


.events .events-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
}

.events .events-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #b4986e;
    position: relative;
}

.events .events-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #b4986e;
    margin-bottom: 10px;
}

.events .events-item h5 {
    font-size: 16px;
    background: #f7f8f9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.events .events-item ul {
    padding-left: 20px;
}

.events .events-item ul li {
    padding-bottom: 10px;
}

.events .events-item:last-child {
    padding-bottom: 0;
}

.events .events-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #b4986e;
}

.events .col-lg-6 .events-item:last-child {
    padding-bottom: 25px;
}

.gray{
    background-color: #F7F7F7;
}

.features {
    padding: 50px 0;
}

.features .icon-box {
    border: 1px solid #b4986e;
    padding: 30px 20px;
    border-radius: 8px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #b4986e;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.mt-5, .my-5 {
    margin-top: 48px!important;
}


.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.46);
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
    height: 100%;
    width: 100%;
    margin-bottom: 25px;
}

.services .icon-box .title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
    color: #fff;
}

.services .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.services .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    -webkit-flex: 1 1 auto;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.display-flex [class*=col-]{
    margin:0 -.3px;
}

.about .content{
    text-align: center;
    padding:50px 30px 30px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 1rem;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #b4976e;
    line-height: 1;
}

.about .content p {
    margin-bottom: 1rem;
}
.about .content table th {
    text-align: center;
}

.covid .content {
    font-size: 15px;
}

.covid .content h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1.5rem;
}

.covid .content ul {
    list-style: none;
    padding: 0;
}

.covid .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.covid .content ul i {
    font-size: 24px;
    color: #b4986e;
    position: absolute;
    left: 0;
    top: -2px;
}

.covid .content p{
    margin-bottom: 1rem;
}

.covid .img-thumbnail{
    border: 1px solid #b5986e;
    margin-bottom: 35px;
}

.font-italic {
    font-style: italic!important;
}

/* responsive design */


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


@media screen and (max-width: 1440px){
    /*.logo {
    padding-left: 100px;
}*/
    .sb-search {
        right: 20%;
    }
    /*.statsimg h3 {
    font-size: 30px;
}*/
    .header-section .navbar-nav > li > a {
        padding: 30px 12px;
    }
}

@media screen and (max-width: 1380px){
    .logo{
        width: 126px;
        top: 18px;
        position: relative;
    }
    .number p{
        padding: 30px 12px;
    }
}

@media screen and (max-width: 1280px){
    /*.sb-search {
    right: 22%;
}
    .statsimg h3 {
    font-size: 31px;
}
    .logo{
    width: 200px;
}*/
    .header-section .navbar-nav > li > a{
        padding: 30px 5px;
    }
    .number p {
        padding: 30px 5px;
    }

    .header-section .navbar-default .navbar-nav > .active > a, .header-section .navbar-default .navbar-nav > .active > a:hover, .header-section .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color:transparent;
    }

}
@media screen and (max-width: 1080px){
    .sb-search {
        right: 23%;
    }	
    .w3l-info h2, .w3l-info h3 {
        font-size: 2.8em;
    }
    .grid1 {
        padding: 20px 20px;
    }
    .flexslider-info {
        margin: 11em 0em 10em;
    }
    .bottomgridtext h3 {
        font-size: 23px;
    }
    .bottomgridtext,.bottomleft{
        padding-right: 40px;
        padding-bottom: 31px;
    }
    .icon i.fa {
        font-size: 40px;
    }
    .serviceicon {
        padding-right: 0;
    }
    /*.statsimg h3 {
    font-size: 35px;
}
    .statsimg span {
    width: 90%;
}
    .statsimg {
    min-height: 500px;
}*/
    .sign-gd-two ul li {
        font-size: 15px;
    }
    iframe {
        height: 400px;
    }
    .header-section .navbar-default .navbar-nav > li > a, .navbar-nav .number p a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px){
    .flexslider-info {
        margin: 11em 0em 8em;
    }
    /*.logo {
    padding-left: 85px;
}*/
    .services .col-md-3 {
        padding: 5px;
    }
    .team1 p {
        padding: 20px 10px;
        font-size: 15px;
    }
    /*.statsimg h3 {
    font-size: 31px;
}*/
}
@media screen and (max-width: 991px){
    .sb-search {
        right: 25%;
    }
    .w3l-info h2, .w3l-info h3 {
        font-size: 2.3em;
        letter-spacing: 0px;
    }
    .w3l-banner .col-md-4{
        padding:5px;
        width: 33.33%;
        float: left;
    }
    .about .grid {
        padding: 0 10px;
        width: 25%;
        float: left;
    }
    .bottomgridtext {
        padding: 40px;
    }
    .bottomgridtext h3 {
        margin: 10px 0 20px 0;
    }
    .services .col-md-3 {
        padding: 5px;
        width: 25%;
        float: left;
    }
    .service1, .service2, .service3, .service4{
        height: 180px;
    }
    .icon {
        margin-bottom: 15px;
    }
    .servicebottomtext {
        padding: 0;
    }
    .servicebottomtext p {
        margin: 30px 5px;
    }
    .team1 {
        padding: 8px;
        width: 50%;
        float: left;
        margin-bottom:40px;
    }
    .team1:nth-child(3) {
        margin-bottom: 0;
    }
    .team1:nth-child(4) {
        margin-bottom: 0;
    }
    .gallery-grids {
        width: 33.33%;
        float: left;
    }
    .count-grid {
        padding: 20px;
        width: 25%;
        float: left;
    }
    /*.statsimg h3 {
    font-size: 32px;
}*/
    .drop-pad.sign-gd-two {
        width: 100%;
        float: left;
    }
    .contact-w3ls {
        width: 100%;
        float: left;
    }
    .flexslider-info {
        margin: 9em 0em 8em;
    }	
}

@media screen and (max-width: 800px){
    .sb-search {
        right: 29%;
    }
    .logo h1 {
        font-size: 36px;
    }
    .flexslider-info {
        margin: 8em 0em;
    }
    .count-grid {
        padding: 20px 0;
    }
    .numscroller {
        font-size: 2em;
    }
    /*.statsimg {
    min-height: 380px;
}
    .statsimg h3 {
    font-size: 25px;
}*/
}
@media screen and (max-width: 768px){
    .logo {
        padding: 0;
        top:0;
        width: 240px;
    }
    .number i.fa {
        font-size: 24px;
        line-height: 53px;
    }
    .logo li {
        font-size: 39px;
    }
    .about-head h3 {
        font-size: 37px;
        margin-bottom: 37px;
    }
    .row.display-flex{
        display: block;
    }
}
@media screen and (max-width: 736px){
    .sb-search {
        right: 31%;
        margin-top: 10px;
    }
    .w3l-info h2, .w3l-info h3 {
        font-size: 2.1em;
    }
    /*.statsimg h3 {
    font-size: 22px;
}*/
    iframe {
        height: 350px;
    }
    /*.drop-pad.sign-gd-two {
    width: 50%;
    float: none;
    margin: 0 auto;
}
    .form-control {
    width: 100%;
    height: 93px;
}
    .contact-w3ls input[type="submit"] {
    margin-top: 210px;
}
    .contact-w3ls {
    width: 90%;
    float: none;
    margin: 0 auto;
}
    .contact-w3ls textarea {
    min-height: 13em;
}
    .contact-w3ls input[type="submit"] {
    margin-top: 160px;
}*/

    .w3l-info p {
        font-size: 1.05em;
    }
    .number{display: none;}
    div p .login-link{display: block;}
    div p button{
        width: 58px;
        padding: 1em;
    }
    .logo{width: 190px;}
    div p button, div p .login-link{
        background: transparent;
    }
    div p button i, div p .login-link i{
        color: #b5986e;
    }
    div p button .fa{
        font-size: 24px;
        color: #b5986e;
    }
}
@media screen and (max-width: 667px){
    .sb-search {
        right: 34%;
    }
    .w3l-info h2, .w3l-info h3 {
        font-size: 2em;
    }
    .flexslider-info {
        margin: 6em 0em;
    }
    .grid1 {
        padding: 20px 10px;
    }
    .w3l-info p {
        font-size: 1em;
    }
    .about .grid h3 {
        font-size: 16px;
    }
    .services .col-md-3 {
        padding: 5px;
        width: 100%;
        float: left;
    }
    .service-top-grids {
        margin-bottom: 0px;
    }
    .services h4 {
        font-size: 17px;
    }
    .contact, .team, div#about, div#stats, .gallery, .covid {
        padding: 30px 0;
    }
    .numscroller {
        font-size: 1.6em;
    }
    /*.statsimg {
    min-height: 291px;
}
    .statsimg h3 {
    font-size: 20px;
}*/
    .drop-pad.sign-gd-two {
        width: 60%;
    }
    #testimonials .carousel-inner{
        height: auto;
    }
    .admin-content{
        height: 100px;
    }
    .admin-content h4{
        height: 30px;
    }
}
@media screen and (max-width: 640px){
    .w3l-info h2, .w3l-info h3 {
        font-size: 1.8em;
    }
    .about .grid {
        padding: 0 25px;
        width: 50%;
        float: left;
        margin-bottom: 40px;
    }
    .about .grid:nth-child(3) {
        margin-bottom: 0px;
    }
    .about .grid:nth-child(4) {
        margin-bottom: 0px;
    }
    .count-grid {
        padding: 20px;
        width: 50%;
        float: left;
        border-bottom: 1px solid #bbb;
    }
    /*.statsimg h3 {
    font-size: 19px;
}*/
}
@media screen and (max-width: 600px){
    .logo h1 {
        font-size: 30px;
    }
    i.glyphicon.glyphicon-book {
        font-size: 32px;
    }
    .number p {
        padding: 18px 10px;
        font-size: 17px;
    }
    .w3l-info h2, .w3l-info h3 {
        font-size: 1.7em;
    }
    .w3l-info p {
        font-size: 14px;
    }
    .about .grid {
        padding: 0 25px;
        width: 50%;
        float: left;
        margin-bottom: 40px;
    }
    .about .grid:nth-child(3) {
        margin-bottom: 0px;
    }
    .about .grid:nth-child(4){
        margin-bottom: 0px;
    }
    .service1, .service2, .service3, .service4 {
        padding: 20px 10px;
        text-align: center;
    }
    .contact-w3ls {
        width: 94%;
    }
    iframe {
        height: 300px;
    }
    .copyright-agile p {
        font-size: 14px;
    }
}
@media screen and (max-width: 568px){
    .w3l-info p {
        letter-spacing: 0px;
    }
    /*.statsimg {
    min-height: 300px;
}*/
    .drop-pad.sign-gd-two {
        width: 65%;
    }
    .grid1 {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 480px){
    .w3l-banner{
        background-position: center;
    }
    .logo {
        text-align: center;
    }
    .number {
        float: left;
        padding-left:20px;
        text-align: center;
    }
    .number p {
        padding: 10px;
        font-size: 17px;
        border: 1px solid #b5986e;
    }
    .sb-search {
        right: 4%;
        top: 7%;
    }
    .w3l-banner .col-md-4 {
        width: 100%;
        float: none;
    }
    .w3l-info h2, .w3l-info h3 {
        font-size: 1.4em;
    }
    .w3l-info p {
        letter-spacing: 1px;
        font-size: 15px;
    }
    .w3l-info .fa, .social-icons .fa, .social .fa {
        margin-bottom: 10px;
    }
    .flexslider-info {
        margin: 3em 0em 5em;
    }
    .bottomgridtext {
        padding: 30px;
    }
    .team1 p {
        font-size: 14px;
    }
    .about-head h3 {
        font-size: 33px;
    }
    .team1 h4 {
        font-size: 16px;
    }
    .gallery-grids {
        width: 50%;
        float: left;
    }
    .count-grid {
        width: 50%;
        float: left;
        border-bottom: 1px solid #999;
    }
    .drop-pad.sign-gd-two {
        width: 75%;
    }
    .map-home h3 {
        font-size: 20px;
    }
    .copyright-agile p {
        padding: 0 20px;
        line-height: 26px;
    }
    .statsimg h3 {
        font-size: 20px;
        line-height: 30px;
    }
    label.radio-inline {
        padding-left: 5px;
    }
    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -15px;
    }
    #notfound{
        height: 88vh;
    }
    .notfound .notfound-404 h1 {
        font-size: 162px;
    }
    .notfound h2 {
        font-size: 26px;
    }
    .sign-gd-two ul li span{display: block;}
    .meetus-div img{
        margin-bottom: 25px;
        margin-right: 0px;
        width: 100%;
    }
    .meet-head h3{
        font-size: 22px;
    }
    .onlineformbtn{
        margin-top: 0;
    }
    .admission .form-group.pull-right {
        float: none !important;
        text-align: center;
    }
    .header-section .navbar-nav > li > a {
        padding: 25px 5px;
    }
}
@media screen and (max-width: 414px){
    .w3l-info p {
        font-size: 14px;
    }
    .bottomgridtext h3 {
        font-size: 19px;
    }
    .bottomgridtext p {
        font-size: 14px;
    }
    .services h4 {
        font-size: 16px;
    }
    .team1 {
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .team1:nth-child(3) {
        margin-bottom: 40px;
    }
    .drop-pad.sign-gd-two {
        width: 85%;
    }
    .contact-w3ls {
        width: 100%;
    }
    .about .grid {
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .about .grid:nth-child(3) {
        margin-bottom: 40px;
    }
    .bottomgridtext h3 {
        line-height: 30px;
    }
    .team1 {
        width: 90%;
    }
    .team1 p {
        padding: 20px;
    }
    .gallery-grids {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .drop-pad.sign-gd-two {
        width: 100%;
    }
    .sign-gd-two ul li {
        margin: 15px 0;
    }
    .sb-search {
        top: 47%;
    }
}
@media screen and (max-width: 384px){
    .count-grid {
        width: 100%;
        float: none;
        border-bottom: 1px solid #999;
    }
}
@media screen and (max-width: 375px){
    .services .col-md-3 {
        padding: 5px;
        width: 100%;
        float: none;
    }
    .servicebottomtext p {
        padding: 25px;
    }
    /*.form-control {
    padding: 0;
}*/
    .copyright-agile p{
        font-size: 12px;
    }
    #notfound{
        height: 84vh;
    }
    .header-section .navbar-nav > li > a {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 320px){
    .w3l-info h2, .w3l-info h3 {
        margin-bottom: 20px;
    }
    .about .grid {
        width: 100%;
    }
    .servicebottomtext p {
        padding: 20px;
    }
    .team1 {
        width: 100%;
    }
    .gallery-grids {
        width: 100%;
    }
    .count-grid {
        width: 100%;
    }
    .statsimg h3 {
        font-size: 19px;
        line-height: 28px;
    }
    /*.statsimg {
    min-height: 200px;
}*/
    .sign-gd-two ul li {
        letter-spacing: 0px;
    }
    .contact-w3ls {
        padding: 5px;
    }
    .contact-w3ls input[type="submit"] {
        margin-top: 150px;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0;
    }
    .navbar-nav>li {
        float: none;
        display: block;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .nav.navbar-nav.navbar-right {
        display: none;
    }
    .navbar-collapse.collapse {
        transition: height 0.2s;
    }
    .navbar-collapse.collapsing {
        height: 0 !important;
    }
    .navbar-collapse.collapse.in {
        max-height: none;
        height: 100vh !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .navbar-toggle{
        border: none;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #b5986e;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 5px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #1e252b;
    }
    .header-section .container-fluid {
        padding-left: 15px;
    }
    .header-section .navbar-default .navbar-nav > .active > a, .header-section .navbar-default .navbar-nav > .active > a:hover, .header-section .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #b5986e;
    }
}

/* //responsive design */