*{
	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: #000;
}

.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 #000;
 background-color: #000;
}

.nav-btn a:hover{
	color: #000;
	background-color: transparent;
	transition: 1s ease;
}






.navbar-nav .nav-link{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.navbar-nav .nav-link:hover{
	color:#000 !important;
	text-decoration: underline;
}

.navbar-nav .active a{
	color:#000 !important;
	text-decoration: underline;
}




.home-banner{
	width: 100%;
	height: 100vh;
	
	background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(images/home-banner.jpg);
	background-repeat: no-repeat;
	
	background-position: center center;
	background-size: cover;
	
	position: relative;
}





.hero-text{
	position: absolute;
	text-align: center;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

.hero-text h1{
	text-align: center;
	padding: 0;
	font-size: 65px;
	margin: 0;	
    text-transform: uppercase;
    font-weight: 700;
}
.hero-text p{
	text-align: center;
	font-size: 27px;
	padding: 0;
    margin-bottom: 30px;
}

.banner-btn {
   
 font-size: 15px;
   border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
}

.banner-btn:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
	transition: 1s 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: #000;
	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: 30px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
}

.home-section1-icon-wrap{
	padding: 0px 0px;
	background-color: #fff;
}

.home-section1-icon{
	margin-top:30px;
	margin-bottom: 30px;
	text-align: center;
	
}


.home-section1-icon img{
	
}

.home-section1-icon i{
	font-size: 38px;
	color: #000;
	margin-bottom: 10px;
}

.home-section1-icon h3{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}

.home-section1-icon p{
	font-size: 15px;
	color: #888888;
	font-weight: 400;
	margin-top: 10px;
	color: maroon;
}


.home-section1-icon a{
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

.home-section1-icon a:hover{
   color: #000;
}



.home-section1-icon a i{
	font-size: 15px;
	color: #000;
	margin-left: 5px;
}


.gpay_details{
	background-color: #02daf7;
	padding: 0px 30px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 15px 0px;
	padding-top: 30px;
	text-align: center;

	
	
}


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;
  }



/*.............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/contactus-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: #000;
  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: #000;
	color: #fff;
	margin-top: 30px;
	display:inline-block;
	font-size: 17px;
	border: 2px solid #000;
}

.contact-btn:hover{
  color: #000;
  text-decoration: none;
  background-color: transparent;
 
  
}







/*.............meadia queries......*/

@media screen and (max-width: 1200px) {

	

	.contactus-sec-part1 i{
		margin-bottom: 10px;
	}


}






@media screen and (max-width: 1100px) {


	.home-section1{
      margin-top: 0px;
	}


}




@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;
	}


     
	  .home-section1-content-wrap{
		padding-top: 50px;
	  }

	

}


@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;
  
   }


	


	.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;
	}

	
	 .footer-main{
		text-align: center;
	 }
	 .footer-main h3{
		margin-top: 30px;
	 }


	 .footer-main h4{
		margin-top: 30px;
	 }


}

@media screen and (max-width: 575px) {

	.home-banner{
   
    text-align: center;
  
   }



	.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: 500px) {

	 
	.hero-text{
        text-align: center;
    }

    .hero-text h1{
        font-size: 32px;
       
    }
    
    .hero-text p{
        font-size: 15px;
       
    }

	

}




@media screen and (max-width: 380px) {

	.hero-text{
        margin-top: 11%;
    }
	

}