/*----GLOBAL STYLE-----*/

body{
    font-family: "Open Sans", "san-serif";
    color: #444444;
}

a{
    color: #2AAA8A;
    text-decoration: none;
}

p {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
    font-size: 15px;
    word-spacing: normal;
    
  }

a:hover{
    color: #2AAA8A;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Raleway", sans-serif;
}



/*----TOP BAR----*/
#topbar{
    background: #fff;
    height: 40px;
    font-size: 14px;
    transition:all 0.5s;
    z-index: 996;
}
#topbar .topbar-scrolled{
    top: -40px;
}

#topbar .contact-info a{
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

#topbar .contact-info a:hover{
    color: #3fbbc0;
}

#topbar .contact-info i{
    color: #3fbbc0;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;

}

#topbar .contact-info i:first-child{
    margin-left: 0;
}

#topbar .social-links a{
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover{
    color: #1977cc;
}

#topbar .social-links a:first-child{
    border-left: 0;
}

/******HEADER*****/
#header{
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);

}

#header.header-scrolled{
    top: 0;
}

#header .logo{
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppin" sans-serif;
}

#header .logo a{
    color: #FF8C00;

}

#header .logo a img{
    max-height: 40px;
}


/*****NAVBAR*****/
.navbar{
    padding: 0;
}

.navbar ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li{
    position: relative;
}

.navbar > ul > li{
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
}

.navbar a, .navbar a:focus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #2c4964;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px;
}

.navbar a i, .navbar a:focus i{
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a{
    color: #2AAA8A;
    border-color: #2AAA8A;
}


/***CONTACTUS BUTTON***/

.contactus-btn{
    margin-left: 25px;
    background: #FF8C00;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.contactus-btn:hover{
    background: #2AAA8A;
    color: #fff;
}

@media (max-width: 768px){
    .contactus-btn{
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

/******MOBILE NAVIGATION*****/

.mobile-nav-toggle{
    color: #FF8C00;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle .bi-x{
    color: #fff;
}

@media (max-width: 991px){
    .mobile-nav-toggle{
        display: block;
    }
    .navbar ul{
        display: none;
    }
}

.navbar-mobile{
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(95, 86, 45, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle{
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul{
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile >ul >li{
    padding: 0;
}

.navbar-mobile a{
    padding: 10px 20px;
    font-size: 15px;
    color: #2c4964;
    border: none;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a{
    color: #2AAA8A;
}

.navbar-mobile .getstarted{
    margin: 15px;
}

/*******GLOBAL SECTION******/
section{
    padding: 60px 0;
    overflow: hidden;
}
.section-bg{

    background-color: #f1f7fd;


}
.section-title{
    text-align: center;
    padding-bottom: 30px;

}

.section-title h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;

}

.section-title h2::before{
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50%-60px);


}

.section-title h2::after{

    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #2AAA8A;
    bottom: 0;
    left: calc(50% - 20px);

}

.section-title p{
    margin-bottom: 0;
}
/******HOME SECTION******/
#home{
    width: 100%;
    height: 90vh;
    background: url("../img/newwmountain.jpeg") top center;
    background-size: cover;
    background-position: center;
}


#home .container{
    position: relative;
}

#home h1{
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #FF8C00;
}

#home h2{
    color: #e2f7f2;
    margin: 10px 0 0 0;
    font-size: 24px;

}

#home .btn-get-started{
    font-family: sans-serif, "Raleway";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #FF8C00;
}

#home .btn-get-started:hover{
    background: #2AAA8A;
}

@media(min-width: 1024px){
    #home{
        background-attachment: fixed;
    }
    
}

@media(max-width: 992px){
    #home{
        margin-bottom: 0;
        height: 100vh;

    }
    #home .container{
        padding-bottom: 63px;

    }

    #home h1{
        font-size: 28px;
        line-height: 36px;
    }

    #home h2{

        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;

    }
    
}

@media(max-width: 600px){

    #home{
        height: 110vh;

    }

}


/*****FEATURED VALUES OF THE COMPANY*****/

.features-services .icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.features-services .icon-box::before{
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.features-services .icon-box:hover::before{
    background: #2AAA8A;
    top: 0;
    border-radius: 0px;
}

.features-services .icon{
    margin-bottom: 15px;

}

.features-services .icon i{
    font-size: 48px;
    line-height: 1;
    color: #FF8C00;
    transition: all 0.3s ease-in-out;
}

.features-services .title{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}


.features-services .title a{
    color: #111;

}

.features-services .description{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;

}

.features-services .icon-box:hover .title a, .features-services .icon-box:hover .description{

    color: #fff;

}

.features-services .icon-box:hover .icon i{

    color: #fff;

}

/******ABOUT OUR COMPANY******/
.ourcompany .icon-boxes h4{
    font-size: 18px;
    color: #4b7dab;
    margin-bottom: 15px;
}

.ourcompany .icon-boxes h3{
    font-size: 28px;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15x;
}

.ourcompany .icon-box{
    margin-top: 40px;
}

.ourcompany .icon-box .icon{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #ffc400fa;
    border-radius: 50px;
    transition: 0.5s;
}

.ourcompany .icon-box .icon i{
    color: #ffc400fa;
    font-size: 32px;
}

.ourcompany .icon-box:hover .icon{
    background: #FF8C00;
    background-color: #FF8C00;
}

.ourcompany .icon-box:hover .icon i{
    color: #fff;
}

.ourcompany .icon-box .title{
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
.ourcompany .icon-box .title a{
    color: #343a40;
    transition: 0.3s;

}

.ourcompany .icon-box .title a:hover{
    color: #1977cc;
}

.ourcompany .icon-box .description{
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

.ourcompany .video-box{
    background: url("../images/ecoo.jpeg") center center no-repeat;
    background-size: cover;
    min-height: 500px;
}


/****COUNTS******/

.counts{
    padding-bottom: 30px;
}

.counts .count-box{
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
}

.counts .count-box i{
    display: block;
    font-size: 30px;
    color: #FF8C00;
    float: left;
}

.counts .count-box span{
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #555555;
    margin-left: 50px;
}

.counts .count-box p{
    padding: 30px 0 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.counts .count-box a{
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7b7b7b;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover{
    color: #3fbbc0;
}


/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
    font-size: 36px;
    float: left;
    color: #ffb600;
  }
  
  .ts-service-box .ts-service-box-content {
    margin-left: 62px;
    margin-bottom: 30px;
  }
  
  .tab-content .ts-service-box .ts-service-box-content {
    margin-left: 90px;
  }
  
  .ts-service-box .ts-service-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  
  .ts-service-box .ts-service-box-info {
    margin-left: 25px;
    margin-bottom: 40px;
  }
  
  .service-box-title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  
  .service-box-title a {
    color: #333;
  }
  
  .service-box-title a:hover {
    color: #FF8C00;
  }
  
  /* Service box bg */
  .ts-service-box-bg {
    background: #252525;
    color: #fff;
    padding: 30px;
  }
  
  .ts-service-box-bg h4,
  .ts-service-box-bg h3 {
    color: #fff;
  }
  

/****NEW SERVICES****/
/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
    font-size: 36px;
    float: left;
    color: #ffb600;
  }
  
  
  
  
  
  
  /* Icon squre */
  .ts-service-icon.icon-round i {
    font-size: 24px;
    color: #fff;
    background: #ffb600;
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
  }
  
  /* Icon left */
  .ts-service-box.icon-left .ts-service-box-icon {
    float: left;
  }
  
  .ts-service-box.icon-left .ts-service-box-icon i {
    background: #ffb600;
    color: #fff;
  }
  
  .ts-service-box.icon-left .ts-service-box-info {
    margin-left: 90px;
  }
  
  
  
  .ts-service-icon i {
    font-size: 28px;
    margin-right: 15px;
    margin-top: 2px;
  }
  
 
  
  /* Service Classic */
  .ts-service-classic .ts-service-icon i {
    font-size: 24px;
    float: left;
    color: #fff;
    background: #ffb600;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
  }
  
  
  
  .ts-service-classic:hover .ts-service-icon i {
    background: #ffb600;
  }
  
/*****END SERVICES***********/  

/******OUR SERVICES********/

.ourservices .icon-box{
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}

.ourservices .icon-box .icon{ 

    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #FF8C00;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;  
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}


.ourservices .icon-box .icon i{
    color: #fff;
    font-size: 28px;
}

.ourservices .icon-box .icon::before{
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #ffd000;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.ourservices .icon-box h4{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.ourservices .icon-box h4 a{
    color: #2c4964;
}

.ourservices .icon-box p{
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.ourservices .icon-box:hover{
    background: #2AAA8A;
    background-color: #2AAA8A;
}

.ourservices .icon-box:hover .icon{
    background: #fff;
}

.ourservices .icon-box:hover .icon i{
    color: #FF8C00;
}

.ourservices .icon-box:hover .icon::before{
    background: #ffc400f5;
}

.ourservices .icon-box:hover h4 a, .ourservices .icon-box:hover p{
    color: #fff;
}


/********SLIDER***********/
#slidercustom{
    font-family: 'poppins', sans-serif;
  
    padding: 3rem 2rem;
   
    
    
}



#slidercustom h2{
    text-align: center;
    padding: 3rem;
    font-size: 3.5rem;
    margin-bottom: 3rem;
}

.slick-slider{
    margin: 0px 10px;
   

}

.slick-slider img{
    width: 100%;
}


/*********OUR GALLERY*********/
.gallery{
    padding: 80px 0px;
}


img{
    max-width: 100%;
}

.gallery img{
    background: #fff;
    padding: 15px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}


#gallery-popup .modal-img{

    width: 100%;

}
/********END OUR GALLERY*****/

/******SOME OF OUR PROJECTS*******/

#services{

    background-color: #dbe5e6;
    padding: 30px 0px;

}

#services h1{
    font-weight: 900;
    font-size: 34px;
    padding-bottom: 5px;
}

.title{
    text-align: center;
    padding: 25px 0px;
}

.card-body{
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
}

.card{
    margin: 20px 10px;
}

.card-body a{
    color: #0c7f90;
    text-decoration: none;
    font-size: 15px;
    margin-top: auto;
    font-weight: 600;
}

.card-body a:hover{
    color: #0c7f90;
    text-decoration: none;
}






.cards {
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    grid-auto-rows: auto;
    gap: 20px;
    font-family: sans-serif;
    padding-top: 30px;
}

.cards * {
    box-sizing: border-box;
}

.card__image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
}

.card__content {
    line-height: 1.5;
    font-size: 0.9em;
    padding: 15px;
    background: #fafafa;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
}

.card__content > p:first-of-type {
    margin-top: 0;
}

.card__content > p:last-of-type {
    margin-bottom: 0;
}

.card__info {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555555;
    background: #eeeeee;
    font-size: 0.8em;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
}

.card__info i {
    font-size: 0.9em;
    margin-right: 8px;
}

.card__link {
    color: #64968c;
    text-decoration: none;
}

.card__link:hover {
    text-decoration: underline;
}



/********CONTACTS**********/
.contact .info{
    width: 100%;
    background: #fff;
}
.contact .info i{
    font-size: 20px;
    color: #1977cc;
    float: left;
    height: 44px;
    width: 44px;
    background: #d9f1f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4{
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}

.contact .info p{
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab;
}

.contact .info .email, .contact .info .phone{
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i{
    background: #2AAA8A;
    color: #fff;
}

.contact .php-email-form{
    width: 100%;
    background: #fff;
}

.contact .php-email-form input, .contact .php-email-form textarea{
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;

}

.contact .php-email-form input{
    height: 44px;
}

.contact .php-email-form textarea{
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"]{
    background: #FF8C00;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover{
    background: #2AAA8A;
}


/***********FOOTER SECTION**********/
#footer{
    background: #eeeeee;
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 14px;
}

#footer .footer-top{
    background: #f6f6f6;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info{
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3{
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "roboto", sans-serif;
}
#footer .footer-top .social-links a{
    font-size: 18px;
    display: inline-block;
    background: #FF8C00;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover{
    background: #65c9cd;
    text-decoration: none;
}

#footer .footer-top h4{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul{

    list-style: none;
    padding: 0;
    margin: 0;

}

#footer .footer-top .footer-links ul i{
    padding-left: 2px;
    color: #3fbbc0;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child{
    padding-top: 0;
}

#footer .footer-top .footer-links ul a{
    color: #555555;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .copyright{
    text-align: center;
    padding-top: 30px;
}

#footer .credits{
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}


/****PRE LOADER****/
.back-to-top{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #FF8C00;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i{
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover{
    background: #FF8C00;
    color: #fff;
}

.back-to-top.active{
    visibility: visible;
    opacity: 1;
}
/**newa***/

.padding {
    padding-bottom: 90px;
    padding-top: 90px;
}



.content_wrap .news_box {
    background: #fff;
    margin: -50px auto 0;
    padding: 20px 15px;
    padding-bottom: 0;
    position: relative;
    width: 92%;
    z-index: 1;
}

.content_wrap .news_box h4 {
    font-weight: bold;
}

.content_wrap .news_box .commment li {
    margin-bottom: 10px;
    margin-top: 10px;
}

#director_slider .post,
.teacher .post {
    background: rgba(48, 111, 190, .75);
    color: #fff;
    font-size: 0.875em;
    padding: 5px 15px;
    position: absolute;
    right: -100%;
    bottom: 0;
    border-bottom-right-radius: 4px;
    opacity: 0;
}

#director_slider .item:hover .post,
.teacher:hover .post {
    opacity: 1;
    right: 0;
}

#text_rotator_parent {
    background: url(../images/text-rotator.jpg) no-repeat;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.rotate_caption {
    padding: 10% 1%;
}

#text_rotator h1,
#text_rotator p {
    color: #fff;
}

#text_rotator p {
    margin: 10px 0 0 0;
    font-size: 18px;
}

#text_rotator a {
    margin: 30px 3px 5px 3px;
}

/**newsend**/

#footer{
    background-color: #dbe5e6;
}

#a{
    background-color: #dbe5e6;
}



      #slidee{
        width:280px;
        height:220px;
        background: url(/img/slideimg/pic1.JPG);
        margin-right: 100px;
        animation: slide 10s infinite;
        }
        
        @keyframes slide{
        
        25%{
        background: url(/img/slideimg/pic2.JPG)
        }
        
        50%{
        background: url(/img/slideimg/pic3.JPG)
        }
        
        75%{
        background: url(/img/slideimg/pic4.JPG)
        }
        
        
        }
 


 /*play btn*/
 .play-btn{
     width: 50px;
     position: relative;
     top: -50%;
     cursor: pointer;
     transition: 0.5s;
     opacity: 0;

 }
/*
 .col-md-6:hover .play-btn{
     opacity: 1;

 }

 .col-4:hover .play-btn{
    opacity: 1;

}*/

.new:hover .play-btn{
    opacity: 1;

}

 .modal-content{
     background: transparent !important;
     border: none;
 }
        
        

















