*{
	box-sizing: border-box;

}

html{
	scroll-behavior: smooth;
}


body{
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	overflow-x: hidden;
    
}

.top-head{
    padding: 10px 0px;
    background-color:#eefff7;
	padding-left: 35px;
}

.top-head p{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}


.top-head-icon{
margin-left: 20px;
color: #5bb88b;
}

.navbar-nav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.navbar-brand{
	font-size: 35px;
	font-weight: 700;
	padding: 0;
	
}




.nav-btn a{
	color:#fff;
	text-decoration: none;
	padding: 10px 20px;
 border: 2px solid #5bb88b;
 background-color: #5bb88b;
}

.nav-btn a:hover{
	color: #5bb88b;
	background-color: transparent;
}






.navbar-nav .nav-link{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.navbar-nav .nav-link:hover{
	color:#5bb88b !important;
}

.navbar-nav .active a{
	color:#5bb88b !important;
}





	.carousel-caption{
		position: absolute;
		
		left: 9% !important;
		text-align: left !important;
		top: 30%;
	
	}
	
	.carousel-caption p {
		color: #fff;
	font-size: 22px;
	font-weight: 300;
	}
	
	
	
	.carousel-caption h5 {
		color: #fff;
	   font-size: 60px;
	  font-weight: 700;
	}


	.carousel-item img{
		filter:brightness(.5);
		
	}
	
	
	.banner-text-slim{
		font-weight: 300;
	}
	
	
	
	.slider-btn1{
		padding: 10px 20px;
	background-color: #5bb88b;
	color: #fff;
	font-size: 16px;
	border: 1px solid #5bb88b;
	margin-right: 10px;
	margin-top: 20px;
	display: inline-block;
	}
	
	.slider-btn1:hover{
		text-decoration: none;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: .5s ease;
	}
	
	.slider-btn2{
		padding: 10px 20px;
		background-color: #fff;
		color: #5bb88b;
		font-size: 16px;
		border:1px solid #fff;
		margin-top: 20px;
		display: inline-block;
	}
	
	.slider-btn2:hover{
		text-decoration: none;
	color: #fff;
	background-color: transparent;
	transition: .5s ease;
	}
	










.home-section1{
	background-color: #fbfbfb;
	
	padding-top: 0px;
	padding-bottom: 100px;
   
	
}

.home-section1-content-wrap{
	
	background-color: #fff;
	padding: 0px 30px;
	padding-top: 100px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 15px 0px;
   
	
	
}


.home-section1-content-mainhead h5{
	font-size: 13px;
	font-weight: 600;
    color: #5bb88b;
	text-transform: uppercase;
}

.home-section1-content-mainhead h2{
	color: #000;
	font-size: 35px;
	font-weight: 600;
	
}

.light-heading{
   font-weight: 200;
}

.home-section1-content-wrap p{
	margin-top: 40px;
	color: #888888;
	font-size: 15px;
}

.home-section1-icon-wrap{
	padding: 0px 0px;
	background-color: #fff;
}

.home-section1-icon{
	margin-top:30px;
	margin-bottom: 30px;
}


.home-section1-icon img{
	border: 4px solid #5bb88b;
}

.home-section1-icon i{
	font-size: 38px;
	color: #5bb88b;
	margin-bottom: 10px;
}

.home-section1-icon h3{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}

.home-section1-icon p{
	font-size: 15px;
	color: #888888;
	font-weight: 400;
	margin-top: 20px;
}


.home-section1-icon a{
	color: #5bb88b;
	text-decoration: none;
	font-size: 15px;
}

.home-section1-icon a:hover{
   color: #000;
}



.home-section1-icon a i{
	font-size: 15px;
	color: #5bb88b;
	margin-left: 5px;
}



.home-section2{
	background:linear-gradient(rgba(91,184,131,0.5),rgba(91,184,131,0.5)), url(images/home-sec2-bg.jpg);
	background-repeat: no-repeat;
	
	background-position: center center;
	background-size: cover;
	padding: 0px 0px;
}

.home-section2 .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}


.home-section2-content-wrap{
	background-color: #eefff7;
	padding-top: 100px;
	padding-left: 100px;
	padding-bottom: 100px;
}


.home-section2-content-wrap h5{

	font-size: 13px;
	font-weight: 600;
    color: #5bb88b;
	text-transform: uppercase;

}

.home-section2-content-wrap h2{
	color: #000;
	font-size: 35px;
	font-weight: 600;
	
}

.home-section2-content-wrap h3{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-top: 30px;
}

.home-section2-content-wrap p{
	color: #888888;
	font-size: 15px;
	margin-bottom: 30px;
}

.home-section2-content-wrap h4{
	color: #888888;
	font-size: 14px;
}

.home-section2-content-wrap i{
	color: #5bb88b;
	margin-right: 10px;
}

.home-section2-btn{
	background-color: #5bb88b;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #5bb88b;
  transition:.5s ease-in-out;
  font-size: 15px;
  margin-top:70px;
}

.home-section2-btn:hover{
	background-color: transparent;
	color: #5bb88b;
	text-decoration: none;
}

.home-section2-box-wrap{
	padding:100px 0px;
	background-color: #eefff7;
	height: 100%;
	padding-right: 50px;
	
}

.home-section2-box{
	background-color: #5bb88b;
	padding:30px 20px;
	margin-top: 180px;
}

.home-section2-box h2{
	color: #fff;
	font-weight: 900;
	font-size: 35px;
}

.home-section2-box h3{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
}




.home-section3{
	padding: 100px 0px;
	background-color: #fff;
}



.home-section3 h5{

	font-size: 13px;
	font-weight: 600;
    color: #5bb88b;
	text-transform: uppercase;
    text-align: center;
}

.home-section3 h2{
	color: #000;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

.home-section3-team-wrap h3{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-top: 20px;
}


.home-section3-team-wrap h4{
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	text-align: center;
}



.home-section4{
	padding: 100px 0px;
	background-color: #eefff7;
	padding-bottom: 200px;
}




.home-section4-part1 h5{
	font-size: 13px;
	font-weight: 600;
    color: #5bb88b;
	text-transform: uppercase;
    
}

.home-section4-part1 h2{
	color: #000;
	font-size: 35px;
	font-weight: 600;	
}

.home-section4-part1 p{
	font-size: 15px;
	color: #888888;
	font-weight: 400;
	margin-top: 20px;
}


.home-section4-btn{
	background-color: #5bb88b;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #5bb88b;
  transition:.5s ease-in-out;
  font-size: 15px;
  margin-top:20px;
}

.home-section4-btn:hover{
	background-color: transparent;
	color: #5bb88b;
	text-decoration: none;
}


.home-section4-part2{
	padding-top: 25px;
}

.home-section4-part2-icon-wrap{
	margin-bottom: 50px;
}

.home-section4-part2-icon-wrap i{
	font-size: 30px;
	color: #5bb88b;
	margin-top: 8px;
}


.home-section4-part2-icon-wrap h2{
	color:#000;
	font-size: 30px;
	font-weight: 600;
   
	
}

.home-section4-part2-icon-wrap h3{
	font-size: 14px;
	font-weight: 600;
	color: #888888;
}


.home-section5{
	padding-top: 0;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
}



.home-section5-icon-wrap{
	padding: 0px 25px;
	background-color: #fff;
	margin-top: -100px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 15px 0px;
}

.home-section5-icon{
	margin-top:50px;
	margin-bottom: 30px;
}

.home-section5-icon i{
	font-size: 38px;
	color: #5bb88b;
	margin-bottom: 10px;
}

.home-section5-icon h3{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}

.home-section5-icon p{
	font-size: 15px;
	color: #888888;
	font-weight: 400;
	margin-top: 20px;
}


.home-section5-icon a{
	color: #5bb88b;
	text-decoration: none;
	font-size: 15px;
}

.home-section5-icon a:hover{
   color: #000;
}



.home-section5-icon a i{
	font-size: 15px;
	color: #5bb88b;
	margin-left: 5px;
}


.home-section6{
	padding: 100px 0px;
	background-color: #5bb88b;

}

.home-section6-part1 h5{
	font-size: 13px;
	font-weight: 600;
    color: #fff;
	text-transform: uppercase;
    
}

.home-section6-part1 h2{
	color: #fff;
	font-size: 35px;
	font-weight: 600;	
}

.home-section6-part1 p{
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin-top: 20px;
}


.home-section6-btn{
	background-color: #fff;
  padding: 10px 30px;
  color: #5bb88b;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #fff;
  transition:.5s ease-in-out;
  font-size: 15px;
  margin-top:20px;
}

.home-section6-btn:hover{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.home-section6-part2{
	padding-top: 40px;
}


.home-section6-part2-wrap{
   background-color: #fff;
   padding: 30px 50px;
}


.home-section6-part2-wrap i{

    font-size: 30px;
	color: #5bb88b;
	margin-top: 8px;
}


.home-section6-part2-wrap h2{
	color:#000;
	font-size: 30px;
	font-weight: 600;
}

.home-section6-part2-wrap h3{
	font-size: 14px;
	font-weight: 600;
	color: #888888;
	margin-bottom: 30px;
}



footer{
	background-color: #212529;
	padding: 50px 0px;
	padding-bottom: 0px;
}

.footer-main h3{
  font-size: 25px;
  color: #fff;	
  margin-bottom: 20px;
  font-weight: 300;
}


.footer-main p{
	font-size: 14px;
	color: #707579;
}

.footer-main h4{
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 300;
}

.footer-main h5{
	color: #707579;
	font-size: 17px;
  }

  .footer-main a{
	font-size: 14px;
	color: #707579;
	display: inline-block;
	margin-top: 5px;
  }

  .footer-social{
	margin-bottom: 50px;
  }
  

  .footer-social i{
	font-size: 35px;
	color: #888888;
	margin-right: 10px;
  }

  .footer-social i:hover{
      color: #fff;
  }


  .footer-bottom{
	padding: 30px 0px;
	text-align: center;
	color: #707579;
	background-color: #363b42;
	margin-top: 30px;
  }


/*.............about-us......*/

.aboutus-banner{
	width: 100%;
  height: 40vh;
  background:linear-gradient(rgba(91,184,131,0.5),rgba(91,184,131,0.5)), url(images/aboutus-banner.jpg);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
	
}

.aboutus-banner h2{
	text-align: center; 
	padding-top: 100px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}


.aboutus-sec1{
	padding: 100px 0px;
	background-color: #fff;
}

.aboutus-sec1 h5{
	font-size: 13px;
font-weight: 600;
color: #5bb88b;
text-transform: uppercase;
}

.aboutus-sec1 h2{
	color: #000;
font-size: 35px;
font-weight: 600;
}

.aboutus-sec1 p{
	font-size: 15px;
color: #888888;
font-weight: 400;
margin-top: 20px;
}

.aboutus-sec1 h4{
	color: #888888;
font-size: 14px;
}

.aboutus-sec1 i{
	color: #5bb88b;
margin-right: 10px;
}


.aboutus-sec1-btn{
    background-color: #5bb88b;
padding: 10px 30px;
color: #fff;
display: inline-block;
text-decoration: none;
border: 2px solid #5bb88b;
transition: .5s ease-in-out;
font-size: 15px;
margin-top: 40px;
}

.aboutus-sec1-btn:hover{
	background-color: transparent;
    color: #5bb88b;
    text-decoration: none;
}

.aboutus-sec1-img1{
   width: 60%;
   position: absolute;
   right:0;
   z-index: 98;
   filter: grayscale(2.6);
}

.aboutus-sec1-img2{
	width:50%;
	margin-top: 150px;
	z-index: 99;
	position: absolute;
	filter: grayscale(2.6);
}

.aboutus-extrasec{
	padding: 70px 0px;
	background-color:#5bb88b;
}


.aboutus-extrasec-part1 h5{
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.aboutus-extrasec-part1 h2{
	color: #fff;
font-size: 35px;
font-weight: 600;
}

.aboutus-extrasec-part1 p{
	font-size: 15px;
color: #fff;
font-weight: 400;
margin-top: 20px;
margin-right: 100px;
}

.aboutus-extrasec-part1 img{
	width: 80%;
	margin-top: 10px;
	filter: grayscale(2.6);
}


.aboutus-extrasec-part2{
 padding-top: 21px;
 
}

.aboutus-extrasec-part2 h2{
	color: #fff;
font-size: 35px;
font-weight: 600;
margin-bottom: 20px;
}


.aboutus-extrasec-part2 h3{
	color: #fff;
	font-size: 25px;
}

.aboutus-extrasec-part2 p{
	color: #eefff7;
	font-size: 13px;
	margin-bottom: 40px;
}

.aboutus-extrasec-part2 i{
	color: #fbfbfb;

}






.aboutus-sec2{
	padding: 100px 0px;
	background-color: #eefff7;
}

.aboutus-sec2-head-wrap h5{
	font-size: 13px;
	font-weight: 600;
	color: #5bb88b;
	text-transform: uppercase;
}

.aboutus-sec2-head-wrap h2{
	color: #000;
	font-size: 35px;
	font-weight: 600;
}

.aboutus-sec2-head-wrap p{
	font-size: 15px;
color: #888888;
font-weight: 400;
margin-top: 20px;
}

.aboutus-sec2-btn-pad{
	text-align: right;
}


.aboutus-sec2-btn{
    background-color: #5bb88b;
padding: 10px 30px;
color: #fff;
display: inline-block;
text-decoration: none;
border: 2px solid #5bb88b;
transition: .5s ease-in-out;
font-size: 15px;
margin-top: 20px;
text-align: center;
}

.aboutus-sec2-btn:hover{
	background-color: transparent;
    color: #5bb88b;
    text-decoration: none;
}


.aboutus-sec2-features-wrap{
  margin-top: 40px;
}


.aboutus-sec2-features{
	background-color: #fff;
	text-align: center;
	padding: 20px 20px;
}

.aboutus-sec2-features i{
	font-size: 38px;
color: #5bb88b;
margin-bottom: 10px;
margin-top: 20px;
}


.aboutus-sec2-features h4{
	font-size: 20px;
color: #000;
font-weight: 600;
margin-top: 10px;
}


.aboutus-sec2-features p{
font-size: 15px;
color: #888888;
font-weight: 400;
margin-top: 10px;
}

.aboutus-sec3{
	padding: 100px 0px;
	background-color: #5bb88b;
}

.aboutus-sec3-part1{
	background-color: #5bb88b;
	padding: 0px 30px;
}

.aboutus-sec3-part1 h5{
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.aboutus-sec3-part1 h2{
	color: #fff;
font-size: 35px;
font-weight: 600;
}

.aboutus-sec3-part1 p{
	font-size: 15px;
color: #fff;
font-weight: 400;
margin-top: 10px;
}

.aboutus-sec3 img{
	filter: grayscale(.8);
}



/*.............services......*/

.services-banner{
	width: 100%;
  height: 40vh;
  background:linear-gradient(rgba(91,184,131,0.5),rgba(91,184,131,0.5)), url(images/services-banner.jpg);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
	
}

.services-banner h2{
	text-align: center; 
	padding-top: 100px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}


.services-sec1{
	padding: 100px 0px;
	background-color: #fff;
	padding-bottom: 200px;
}

.services-sec1 h5{
	font-size: 13px;
font-weight: 600;
color: #5bb88b;
text-transform: uppercase;
}

.services-sec1 h2{
	color: #000;
font-size: 35px;
font-weight: 600;
}

.services-sec1 p{
	font-size: 15px;
color: #888888;
font-weight: 400;
margin-top: 20px;
}


.services-sec1-btn{
    background-color: #5bb88b;
padding: 10px 30px;
color: #fff;
display: inline-block;
text-decoration: none;
border: 2px solid #5bb88b;
transition: .5s ease-in-out;
font-size: 15px;
margin-top: 20px;
}

.services-sec1-btn:hover{
	background-color: transparent;
    color: #5bb88b;
    text-decoration: none;
}

.services-sec1-img1{
   width: 70%;
   position: absolute;
   right:5%;
   top:5%;
   z-index: 98;
   filter: grayscale(2.6);
}


.services-sec1-box1{
  width: 50%;
  height: 200px;
  background-color: #5bb88b;
  float: right;
}

.services-sec1-box2{
	width: 15%;
	height: 70px;
	background-color: #5bb88b;
	position: absolute;
	bottom: -150px;
	left: 110px;
	z-index: 110;
	
  }


  .services-sec2{
	background-color: #5bb88b;
	padding: 100px 0px;
  }

  .services-sec2-head{
	text-align: center;
  }

  .services-sec2-head h2{
	color:#fff;
	font-size: 35px;
   font-weight: 600;
   margin-bottom: 30px;
  }
  

  .services-sec2-item{
	background-color: #fff;
   text-align: center;
  padding: 20px 20px;
  margin-top: 20px;
  }


  .services-sec2-item i{
	font-size: 38px;
color: #5bb88b;
margin-bottom: 10px;
margin-top: 20px;

}


.services-sec2-item h4{
	font-size: 20px;
color: #000;
font-weight: 600;
margin-top: 10px;
}


.services-sec2-item p{
font-size: 15px;
color: #888888;
font-weight: 400;
margin-top: 10px;
}


.services-sec2-item:hover{
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}




/*.............contact us......*/


.contactus-banner{
	width: 100%;
  height: 40vh;
  background:linear-gradient(rgba(91,184,131,0.5),rgba(91,184,131,0.5)), url(images/conatctus-banner.jpg);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
	
}

.contactus-banner h2{
	text-align: center; 
	padding-top: 100px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}



.contactus-section{
	padding: 100px 0px;
	background-color: #fff;
	padding-bottom: 30px;
}


.contactus-section h2{
	color: #000;
font-size: 35px;
font-weight: 600;
text-align: center;
}


.contactus-sec-part1{
   margin-top: 100px;
}

.contactus-sec-part1-row-wrap{
   margin-bottom: 40px;
}


.contactus-sec-part1 i{
  color: #5bb88b;
  font-size: 25px;
}


.contactus-sec-part1 h3{
	font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.contactus-sec-part1 p{
	margin: 0;
	font-size: 17px;
  color: #888888;
  font-weight: 400;
  
}

.contactus-sec-part2{
	margin-top: 100px;
}


.contact-tb{
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	
}

.contact-tarea{
	width: 100%;
	height: 100px;
}


.contact-btn{
	padding: 10px 40px;
	background-color: #5bb88b;
	color: #fff;
	margin-top: 30px;
	display:inline-block;
	font-size: 17px;
	border: 2px solid #5bb88b;
}

.contact-btn:hover{
  color: #5bb88b;
  text-decoration: none;
  background-color: transparent;
 
  
}







/*.............meadia queries......*/

@media screen and (max-width: 1200px) {

	.services-sec1-box2{
		display: none;
	}

	.services-sec1{
		
		padding-bottom: 100px;
	}

	.contactus-sec-part1 i{
		margin-bottom: 10px;
	}

    .carousel-caption{
	    left: 9% !important;
		text-align: left !important;
		top: 20%;
	
	}
	.carousel-caption p {
		
	font-size: 20px;
	
	}
	
	
	.carousel-caption h5 {
		
	   font-size: 45px;
	  
	}



}






@media screen and (max-width: 1100px) {


	.home-section1{
      margin-top: 0px;
	}

	.aboutus-extrasec-part1 p{
	
	  margin-right: 0px;
	}

	.carousel-caption{
	    left: 9% !important;
		text-align: left !important;
		top: 20%;
	
	}


}




@media screen and (max-width: 992px) {
	.navbar-nav{
		position: static;
		left:none;
		transform:none;
	}


	.nav-btn{
		margin-top: 10px;
		display: inline-block;
		margin-bottom: 10px;
	}


	.carousel-caption{
	    
		top: 15%;
	
	}


	.carousel-caption p {
		
		font-size: 18px;
		
	}
		
		
		.carousel-caption h5 {
			
		   font-size: 35px;
		  
		}



	.home-banner-part2{
		
		height: 80vh;
		
	}
	
	.home-banner-part2 img{
	  width: 60%;
	  margin-left: 100px;
	  margin-top:70px;
	}

     
	  .home-section1-content-wrap{
		padding-top: 50px;
	  }


	.home-section2-box-wrap{
		padding-right: 20px;
	}

	.home-section2-box{
		padding: 30px 10px;
		margin-left: 20px;
		
	}

	.home-section2-box h3{
        font-size: 15px;
	}
	

	.services-sec1-box1{
		display: none;
	}
}


@media screen and (max-width: 768px) {

	.top-head{
		padding-left: 0px;
		text-align: center;
	}

	.menu-wrap {
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	}


	.home-banner{
 
    
    text-align: center;
  
   }

   

   .slider-btn1{
	display: none;
   }

   
   .slider-btn2{
	display: none;
   }


	
	
	


	.home-section1{
		
		padding-bottom: 50px;
	  }


	  .home-section1-content-wrap p{
		margin-top: 0px;
		margin-bottom: 40px;
	  }

	  .home-section1-icon{
		margin-top:0px;
		
	}

	.home-section1-icon p{
		margin-bottom: 10px;
		
	}

	.home-section1-icon img{
       margin-top: 10px;
	}

	

	  .home-section2{
		background-image: none;
	  }

	  .home-section2-content-wrap{
		padding: 50px 10%;
	  }

	  .home-section2-btn{
		margin-top: 30px;
	  }


	  .home-section2-box-wrap{
		padding:30px 0px;
		background-color: #eefff7;
		
		padding-right: 50px;
		padding-bottom: 70px;
		
	}

	.home-section2-box{
		margin-top: 0px;
		padding: 30px 40px;
		margin-left: 0px;
	}

	.home-section2-box h3{
        font-size: 20px;
	}

	.home-section3{
		padding: 50px 10%;
		
	}


	.home-section3 h2{
        margin-bottom: 20px;
	}

	.home-section3-team-wrap{
        margin-top: 40px;
		padding: 0px 20px;
	}

	.home-section4{
         text-align: center;
		 padding: 70px 5%;
	}


	.home-section4-btn{
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.home-section5{
		
		padding-bottom: 70px;
		
	}

	.home-section5-icon-wrap{
		text-align: center;
	}


	.home-section6{
		padding: 70px 0px;
       
	}  


	.home-section6-part2-wrap{
		text-align: center;
		padding: 40px 50px;
		margin-top: 20px;
	 }

	 .home-section6-part2-wrap i{
        margin-bottom: 10px;
		margin-top: 30px;
	 }

	 .footer-main{
		text-align: center;
	 }
	 .footer-main h3{
		margin-top: 30px;
	 }


	 .footer-main h4{
		margin-top: 30px;
	 }


	 .aboutus-sec1{
		padding: 50px 0px 500px 0px;
	
	}

	.aboutus-sec1-img1{
		right:20px;
		top:50px;
		
	 }


	 .aboutus-extrasec{
		padding: 50px 0px;
		padding-bottom: 20px;
	}


	.aboutus-extrasec-part1 img{
		width: 100%;
		
	}

	.aboutus-extrasec-part2{
		text-align: center;
	}

	.aboutus-extrasec-part2 h2{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.aboutus-extrasec-part2 p{
		margin-bottom: 50px;
	}


	 .aboutus-sec2{
		padding: 50px 0px;
		
	}

	.aboutus-sec2-head-wrap p{
	margin-top: 10px;
	}
	
    .aboutus-sec2-btn-pad{
		text-align:start;
	}

	.aboutus-sec2-features-wrap{
       margin-top: 70px;
	}


	.aboutus-sec2-features{
		margin-bottom: 20px;
	}


	.aboutus-sec3{
		padding: 50px 0px;
	}
	
    .aboutus-sec3-part1{
		
		padding: 10px 20px;
	}

	.aboutus-sec3 img{
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
	}


	


	.services-sec1-img1{
		width: 100%;
		position: static;
		filter: grayscale(2.6);
		margin-top:30px;
	 }



}

@media screen and (max-width: 575px) {

	.home-banner{
   
    text-align: center;
  
   }


   .carousel-caption p {
	
   font-size: 15px;
   font-weight: 300;
 }



.carousel-caption h5 {
	
    font-size: 25px;
   font-weight: 600;
}


  .banner-text-slim{
	font-weight: 300;
   }


	.contactus-section{
		padding: 50px 0px;
		
	}
	.contactus-sec-part1{
		margin-top: 70px;
		text-align: center;
	}
	.contactus-sec-part2{
        margin-top: 40px;
	}
}



@media screen and (max-width: 520px) {

	 

	.aboutus-sec1{
		padding: 50px 0px 450px 0px;
	
	}

	.aboutus-sec1-img1{
		width: 50%;

	 }

	 .services-sec1{
		padding: 50px 0px;
		
	}

	.services-sec2{
		
		padding: 60px 0px;
	  }


}


@media screen and (max-width: 450px) {

	.carousel-caption p {
	    display: none;
	  }

	  .carousel-caption h5 {
	    text-align: center;
		font-size: 20px;
	  }

	.home-section3{
		padding: 50px 15%;
		
	}


	.aboutus-sec1{
		padding: 50px 0px 400px 0px;
	
	}

}


@media screen and (max-width: 350px) {


	.aboutus-sec1{
		padding: 50px 0px 60px 0px;
	
	}

	.aboutus-sec1-img1{
		width: 100%;
		position: static;
		margin-top: 50px;
	 }

	 .aboutus-sec1-img2{
		display: none;
	 }

}