body{
	background-color: white;
}

.wrapper{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}


/* -------------------Start Header Area Style-------------------*/
.header-area{
	width: 100%;
	height: 100px;
	display: inline-block;
	position:fixed;
	z-index:9999;
	background-color: rgba(255,255,255,1);
}

.header-area.float-header {
    background-color: white;
    padding: 5px;
}

.logo{
	max-height: 40px;
	margin-top: 30px;
}


.navbar{
	float: right;
	padding: 2rem 1rem;
}

.bg-light{
	background-color: transparent !important;
}

.nav-link:hover{
	border-bottom: 2px solid #333333;
	color: yellow;

}

.navbar-nav .nav-link{
	padding-right:10px !important;
	padding-left:10px !important;
}

.navbar-light .navbar-nav .nav-link{
	color: #616161;
	font-weight: 600;
}

.navbar-light .navbar-nav .active>.nav-link{
	color: #4aa7dc;
	border-bottom: 2px solid #4aa7dc;
	font-weight: 600;
}

.dropdown-item {
	background-color: black;
	color: #ffffff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
   	background-color: #024e79;
}

/* -------------------End Header Area Style--------------------------*/

/* -------------------Start Banner Area Style-------------------*/

#banner {
	display: inline-block;
	width: 100%;

	}

#banner>img { width: 100%;}

/* ---------------------End Banner Area Style---------------------*/


/* -----------------Start Explore Area Style-----------------*/
.Explore-area{
	background-color: #f9f9f9;
	width: 100%;
	text-align: center;
	padding: 50px;
	color: #6b6868;
	font-size: 16px;
	display: inline-block;
}

.Explore-area h1{
	font-weight: 600;
	padding-bottom: 30px;
	font-size: 36px;
	color: #4aa7dc;
}

.more{
	text-align: center;
	margin-bottom: 50px;
}

.more img:hover{
	transform: scale(1.1);
}


.home-area{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	color: #6b6868;
	font-size: 16px;
	display: inline-block;
	padding: 50px;
}

#services{
	max-width: 31.333% !important;
}

#services img{
	width: 100%;
}

#services img:hover{
	transform: scale(1.1);
}

#services h4{
	margin-top: 20px;
	color: #6B6868;
}

#services h4:hover{
	text-decoration: none;
	border: none;
	color: #6B6868;
	transform: scale(0.9);
}

#services a:hover{
	text-decoration: none;
	border: none;
	color: #6B6868;
	transform: scale(0.9);
}


#services2{
	max-width: 33.333% !important;
}

#services2 img{
	width: 100%;
}

#services2 img:hover{
	transform: scale(1.1);
}

#services2 h4{
	margin-top: 20px;
	color: #6B6868;
}

#services2 h4:hover{
	text-decoration: none;
	border: none;
	color: #6B6868;
	transform: scale(0.9);
}

#services2 a:hover{
	text-decoration: none;
	border: none;
	color: #6B6868;
	transform: scale(0.9);
}

#all img:hover{
	transform: scale(1.1);

}

.image:hover{
	transform: translateY(-8px);
}

/* -------------End Explore Area Style------------------*/


/* -----------------Start About Area Style-----------------*/
.about-area{
	background-color: #ffffff;
	width: 100%;
	text-align:center;
	padding: 50px;
	color: #6b6868;
	font-size: 16px;
	display: inline-block;
}

.about-area h1{
	font-weight: normal;
	font-size: 15px;
	color: #6b6868;
}


/* -------------End Abou Area Style------------------*/




/* -----------------Start Vision Area Style-----------------*/
.vision-area{

	width: 100%;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	background-color: #4aaddf;
	 width: 100%;
    padding: 50px;
	color: #ffffff;
}

#background-overlay{
    background-color: #4aaddf;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    padding: 50px;
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
}

.vision-area h1{
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 36px;
	color: #ffffff;
	font-weight: 600;
	text-align: left;
}

.vision-area>a{
	text-align: right;
	color:#797979 !important;
}

/* -------------End vision Area Style------------------*/



/* -----------------Start Footer Area Style-------------*/

footer{
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	background-color: #4aaddf;
	color: white;
	text-align: center;
	display: inline-block;
}

footer a {
	color:white;
	padding-left: 20px;
	font-size: 12px;

}

/* -----------------End Footer Area Style-------------*/

@media only screen and (max-width: 600px) {

	#services{
	max-width: 100% !important;
	margin-top: 20px;
}

#services2{
	max-width: 50% !important;
}

.bg-light{
	background-color: White !important;
}

#banner>img { margin-top: 110px;}

.Explore-area{
	padding: 10px;
}

#services img{
	margin-top: 0px !important;
}

#res{
	width: 50%;
}

.b-img{
	margin-top: 100px !important;
}

.vision-area{
  padding: 10px;
}

.vision-area h1{
	font-size: 24px;
}


.Explore-area h1{
	font-size: 28px;
	padding-bottom: 10px;
}



}