.about-us-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 53vh;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    left-content: center;
    color: #ffffff8c;
    
}

.breatcome_title{
    margin-top: 190px;
}
.breatcome_title_inner h2 {
 color: #fff;
 margin: 0;
 font-size: 40px;
 margin-bottom: 6px;
 font-weight: 800;
 text-align: center;
 text-transform: uppercase;
 font-family: 'Montserrat', sans-serif;
}
.breatcome_content ul {
 text-align: center;
}
.breatcome_content ul li {
 list-style: none;
 color: #fff;
 font-size: 15px;
 font-weight: 500;
 text-transform: capitalize;
}
.breatcome_content ul li a {
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: 500;
 margin-right: 5px;
}
.breatcome_content ul li a i {
 margin-left: 5px;
}
/* Who we are section  */
   .about-us-section{
     padding: 80px 0 0;
   }


.about-us-conent-heading h6{
   font-weight: 700;
   
}

.about-us-conent-heading h6:before{
    position: absolute;
    content: "";
    top: 25px;
    display: block;
    width: 52px;
    height: 4px;
    background: #85c13f;
    left: 0;
    z-index: -1;
    border-radius: 0 0 5px 5px;
}
.about-us-conent-heading h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00663a;
    
}

.about-us-conent-para p{
   font-size: 18px;
   text-align: left;
   
}


/*.about-us-conent{
   margin-left: -40px;
   margin-right: 40px;
}*/


.about-us-conent .no-of-year{
	position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}

.no-of-year .year{
   border-color: #85c13f;
}
.year{
	font-size: 100px;
    font-weight: 600;
    line-height: 100px;
    padding: 3px 0 8px;
    margin-right: 20px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #00663a;
    
}

.text{
    width: 230px;
    margin-left: 20px;
    margin-top: 12px;
}

   .desktop{
    display: block;
   }
   .mobile{
    display: none;
   }

/*End who we aer section*/


/* Vision Mission section */
.vision-content{
  text-align: left;
}

.vision-content h3{
  
}
.vision-image{
    text-align: right;
}

.vision-section{
    margin-top: 95px;
}


.mission-content{
   text-align: right;
}

.mobile-mission-img{
    display: none!important;
}
.desktop-mission-img{
    display: block;
}




/* Time line section */

.timeline-section{
    margin-top: 60px;
    /* background-color: #00663a; */
    padding: 30px;
}
.timeline-section {
    padding: 60px 0;
}

.timeline-section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-top: 50px;
}
#timeline-tabs{
	/* background: #00663a; */
    color: #eee;
}
#timeline-tabs h6.section-title{
    color: #eee;
}


#timeline-tabs .nav-tabs {
    border-bottom: none;
}

#timeline-tabs .nav-tabs .nav-link {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.timeline-section .nav-tabs a{
    position: relative;
}
.timeline-section .nav-tabs a:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 50%;
}
.timeline-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #85c13f!important;
    position: absolute;
    bottom: 0;
    right: 50%;
}
.timeline-content h3{
    color: #13ab69;
    font-size: 100px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    line-height: 120px;
}
.timeline-content{
    text-align: center;
    margin-top: 25px;
}
.timeline-content h5{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    line-height: 80px;
}
.timeline-content p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    line-height: 26px;
}
    
.nav-tabs .nav-link.active{
    background:none!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border:none;
    color: #85c13f!important;
    font-size: 35px!important;
    font-weight: 700!important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border:none!important;
}

.timeline-section  .nav-item .nav-link active {
    color: #D0DF56 !important;
}




/* Certificate section */
.our-certificate-section{
    margin-top: 60px;
    padding: 30px;
}

/* .certificate-img img{
    margin-left: -30px; 
} */
/*our infrastructure*/

.most_popular_area {
  padding: 80px 0 80px;
}
.column-about{
    max-width: 50%;
    padding: 0 4px;
    display: inline-block;
}

.infra-row-1{
  margin-bottom: 20px;
}

.section-title h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00663a;
}


.desktop-infra{
  display: block!important;
}
.mobile-infra{
  display: none!important;
}
/*End our infrastructure*/

/*team Area */


.team_area {
	padding: 80px 0 0;
}

.infra-row .column-about :hover{
    transform: rotateY(0deg) scale(1.25);
    z-index: 1;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}

.infra-row{
    margin-left: 45px!important;
}
.section-title p{
  font-size: 18px;
}
.single_team {
	position: relative;
	margin-bottom: 30px;
	transition:.5s;
}
.single_team:hover .single_team_content{
	top: 54%;
	opacity:1;
}
.single_team_content {
	background: rgb(133 193 63);
	padding: 20px 0 33px;
	width: 86%;
	margin: auto;
	position: absolute;
	top: 68%;
	left: 0;
	right: 0;
	opacity: 0;
	transition:.5s;
}
.single_team_title {
	text-align: center;
}
.single_team_title h2 {
	font-size: 18px;
	color: #fff;
}
.single_team_title span {
	font-size: 14px;
	color: #fff;
}
.single_team_icon {
	text-align: center;
	padding-top: 13px;
}
.single_team_icon i {
	font-size: 19px;
	background: #00663a;
	color: #fff;
	height: 32px;
	width: 32px;
	margin: 3px;
	line-height: 32px;
}






/* End team area*/


/*USP Section*/
.about-usp-section{
   /*background: #00663a;*/
   padding: 70px 30px;
}

.usp-heading h6{
   color: #00663a;
}

.column-about :hover{
    transform: translate3d(0px, 0px, -250px);
}
/*USP Section*/


.vision-content p{
   text-align: left;
  
}

.mission-content p{
    text-align: left;
}

.most_popular_area{
    background-color: #c7c9ca45;
}

/* Responsive */


@media screen and (max-width: 1440px){
    .desktop-infra{
        display: block;
    }
   .mobile-infra{
      display: none;
   }

}


@media screen and (max-width: 1200px){
   .infra-row{
     margin-left: 45px!important;
   }
}

@media screen and (max-width: 1024px){
    .infra-row {
        margin-left: -35px !important;
    }
    .about-image{
        width: 450px;
    }
    .desktop{
        width: 480px;
    }
    .timeline-content p{
        padding: 20px;
    }
    .certificate-img{
      margin-left: -25px;
    }

    .certificate-img img{
        width: 225px;
    }
    .certificate-img {
        margin-left: -5px;
    }
    .most_popular_area {
        padding: 25px 0 80px;
    }
    .infra-img{
      height: 600px;
    }
    .infra-row-1 img{
      width: 530px;
    }
    .infra-row-2 img{
      width: 530px;
    }

    .about-us-banner-section{
       height: 25%;
    }

}

@media  screen and (max-width: 992px){
    .breatcome_area {
        height: 45vh;
    }
    .desktop{
        width: 460px;
    }
}

@media  screen and (max-width: 768px){
   
    .breatcome_area {
        height: 255px;
    }
    
   .desktop-infra{
      display: none!important;
    }
    .mobile-infra{
      display: block!important;
      margin-left: 65px;
    }
   .mobile-infra img{
      width: 750px;
      height: 585px;
      margin-bottom: 20px;
   }

    .mobile-infra img {
        width: 680px;
        height: 585px;
    }

    .certificate-img img {
        width: 165px;
    }

    .desktop {
        width: 350px;
    }

    .mobile-mission-img {
        display: none;
    }
    .desktop-mission-img{
        display: block;
    }
    
        .certificate-img {
        margin-left: 40px;
        margin-bottom: 25px;
    }
    .mission-content {
       text-align: left;
   }

}

 @media screen and (max-width: 550px){
      .about-us-banner-section {
        padding: 185px 0 85px;
        height: 110vh!important;
       
       }

     /*  .breatcome_area {
        height: 0px;
    }*/

       .desktop {
          width: 450px;
        }


         .desktop-infra{
          display: none!important;
        }
        .mobile-infra{
          display: block!important;
           margin-left: 25px;
        }
      .mobile-infra img {
        width: 450px;
        height: 590px;
        margin-left: 10px;
    }

    .desktop {
        width: 500px;
        margin-top: 30px;
    }

    .vision-image {
        text-align: center;
    }

    .vision-content {
        text-align: center;
    }

    .vision-content p {
       text-align: center;
    }

    .mission-image{
      text-align: center;
    }
    .mission-content {
       text-align: center;
    }
    .mission-content p {
       text-align: center;
    }   

    .our-certificate-section{
       text-align: center;
    }

    .certificate-img{
      margin-bottom: 20px;
    }

     .mobile-mission-img {
        display: block!important;
    }

    .desktop-mission-img{
       display: none!important;
    }

 }

 @media screen and (max-width: 476px){
     
     .about-us-banner-section {
        padding: 185px 0 85px;
        height: 75vh !important;
       
       }
     .desktop {
        width: 400px;
        margin-top: 30px;
    }

       .desktop-infra{
          display: none!important;
        }
        .mobile-infra{
          display: block!important;
           margin-left: -12px;
        }
  
     #timeline-tabs .nav-tabs{
        display: flex;
        flex-direction: column;
        max-width: 100px;
     }
     .timeline-content{
         margin-top: -190%;
         width: 100%;
         display: block;
         padding: 3.5% 14.5%;
         margin-left: 40px;
     }

     .timeline-content h3{
         font-size: 55px;
         line-height: 120px;
     }
      .mobile-mission-img {
        display: block!important;
    }

    .desktop-mission-img{
       display: none!important;
    }
 }
 @media  screen  and (max-width: 426px){

        .about-us-banner-section {
        padding: 185px 0 85px;
        height: 70vh  !important;;
       
       }
        .desktop-infra{
          display: none!important;
        }
        .mobile-infra{
          display: block!important;
           margin-left: -6px;
        }
        .mobile-infra img {
        width: 385px;
        height: 565px;
    }

    .timeline-content{
        margin-top: -135%;
        margin-left: 40px;

    }
    .timeline-content h5{
        line-height: 50px;
        margin-top: -30px;
    }
    .timeline-content p {
        padding: 13px;
        text-align: left;
    }
      .mobile-mission-img {
        display: block!important;
    }

    .desktop-mission-img{
       display: none!important;
    }
 }

@media  screen and (max-width: 376px){


    .about-us-conent-para p {
        font-size: 16px;
        text-align: left;
    }
   
      .about-us-banner-section {
        padding: 185px 0 85px;
        height: 60vh !important;
       
       }
       .mobile-infra img {
        width: 350px;
        height: 565px;
        margin-left: -10px;
    }
    .desktop {
        width: 345px;
        margin-top: 30px;
    }
    .desktop-infra{
          display: none!important;
    }
    .mobile-infra{
       display: block;
       margin-left: 1px;
    }
    #timeline-tabs .nav-tabs{
        display: flex;
        flex-direction: column;
        max-width: 100px;
     }
     .timeline-content{
         margin-top: -162%;
     }

     .timeline-content h3{
         font-size: 55px;
         line-height: 120px;
     }

     .timeline-content h5{
        line-height: 50px;
        margin-top: -30px;
     }
    .timeline-content p {
        padding: 10px;
        text-align: left;
    }
      .mobile-mission-img {
        display: block!important;
    }

    .desktop-mission-img{
       display: none!important;
    }
     
}
@media screen and (max-width: 320px){

    .about-us-banner-section {
        padding: 185px 0 85px;
       height: 46vh !important;
       
       }
   
       .about-us-section {
        padding: 25px 0 0;
       }
       .vision-section {
        margin-top: 40px;
       }
       .desktop{
        display: none!important;
       }
       .mobile{
        display: block!important;
        width: 300px;
       }
       .about-image{
           margin-top: 20px;
           margin-left: -6px;
       }
       .vision-image{
            text-align: center;
       }
       .vision-content {
          text-align: center;
       }
       .mission-content {
           text-align: center;
        }
        .mission-image{
            text-align: center;
        }
        .mobile-mission-img{
            display: block;
        }
        .desktop-mission-img{
            display: none;
        }

        .timeline-section{
            margin-top: -18px;
        }
        .about-form-section{
           margin-top: -35px;
        }

        .desktop-infra{
          display: none;
        }
        .mobile-infra{
          display: block;
        }

        .form-05-box-a{
          padding:0px 30px;
        }

        ._form_05_logo, ._form_05_socialmedia, .main-head{
            margin: 32px 0px;
        }
        ._form_05_logo h2{
            font-size: 28px;
        }
        ._form_05_logo p{
           margin: 10px 0 0 0;
        }
        .our-certificate-section {
           margin-top: 0px;
           padding: 10px 20px;
        }
       .certificate-img {
            margin-bottom: 10px;
        }

        .section-title h2 {
            font-size: 30px;
        }
        .most_popular_area {
           padding: 25px 0 82px;
        }

        .infra-image{
            margin-bottom: 10px;
        }

        #timeline-tabs .nav-tabs{
        display: flex;
        flex-direction: column;
        max-width: 100px;
     }
     .timeline-content{
         margin-top: -190%;
         width: 100%;
         display: block;
         padding: 3.5% 14.5%;
         margin-left: 40px;
     }

     .timeline-content h3{
         font-size: 55px;
         line-height: 120px;
     }

     .timeline-content h5{
        font-size: 33px;
        line-height: 48px;
        margin-top: -20px;
     }
     .timeline-content p {
        padding: 10px;
        text-align: left;
    }
    
    .mobile-infra img {
        width: 265px;
        height: 360px;
        margin-left: 10px;
    }

      .mobile-mission-img {
        display: block!important;
    }

    .desktop-mission-img{
       display: none!important;
    }
}


