
				html, body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
body{
	padding-top: 80px;
}
.navigationbar{
background-color: #e6f0f2;
padding: 10px;
box-shadow: 1px 1px 8px 1px lightgrey;
}
.site-header{
padding: 30px;
}
.navbar-brand {

font-size: 34px;
font-weight: bolder;

}
.navbar-brand img{
width: 100px;

}
.navbar-brand i{
color: orange;
font-size: 45px;
}
.site-header a{
color: white;

}
.nav-item a{
padding: 10px 0px 10px 0px;
border-radius: 3px;
font-size: 16px;
color: black;
}
.nav-item .nav-link{
color: #13287e;
}

.nav-item{
padding-left: 45px;
font-weight: bolder;
}
.bannersection{	
	background-image: url(../img/bannerimg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 650px;
	}
	.bannertext h2{
  font-size: 50px;
  font-weight: bolder;
  color: black;
	}
	.bannerbtn a{
		font-size: 16px;
		background-color: #13287e;
		padding: 14px 22px 14px 22px;
		color: white;
		border-radius: 5px;
		font-weight: bolder;
	}
	.bannertext{
		padding-top: 250px;
	}
	.aboutsection{
		margin-top: 150px;
	}
	.aboutbox{
		background-color: #13287e;
		padding: 30px;
		border-radius: 8px;
		transition: .6s;
	}
.aboutbox:hover{
	box-shadow:0px 8px 6px 0px black;
}
.abouttext h4{
	color: #13287e;
}
.abouttext h2{
	font-size: 35px;
	font-weight: bolder;
	color: black;
}
.aboutbtn a{
	font-size: 18px;
	font-weight: bolder;
	padding: 12px 18px 12px 18px;
	border-radius: 4px;
	color: white;
	background-color: #13287e;
}
.servicesection{
	margin-top: 150px;
}
.servicebox{
	
	
	transition: .6s;
}
.servicebox:hover{
	margin-top: -10px;
}

.serviceheading h2{
	font-size: 45px;
	font-weight: bolder;
	color: black;
	text-align: center;
}
.servicetext{
	padding: 20px;
	background-color: white;
	box-shadow: 1px 1px 8px 1px lightgrey;
}
.otherbg{
	margin-top: 150px;
	background-image: url(../img/otherbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 650px;
}
.otherbox{
	background-color: white;
	box-shadow: 1px 1px 8px 1px lightgrey;
	padding: 25px;
	border-radius: 10px;
	margin-top: 120px;
}
.otherbox h2{
	font-size: 32px;
	color: black;
}
.otherbox h4{
	
	color:  #13287e;
}
.otherbox h1{
	font-size: 40px;
	font-weight: bolder;
	color:  #13287e;
}




.pricingsection{
	margin-top: 150px;
}
.pricingbox{
	padding: 45px;
	background-color: white;
	box-shadow: 1px 1px 8px 1px lightgrey;
}
.pricingbox ul li{
	list-style: none;
	line-height: 38px;
	font-size: 18px;
	color: black;
}
.pricingbtn a{
	background-color: #13287e;
	color: white;
	font-size: 18px;
	padding: 14px 28px 14px 28px;
	border-radius: 2px;
}
.activeprice{
	background-color: #13287e;
	color: white;
}
.activeprice ul li{
	list-style: none;
	line-height: 38px;
	font-size: 18px;
	color: white;
}
.activeprice .pricingbtn a{
	background-color:white;
	color: #13287e;
	font-size: 18px;
	padding: 14px 28px 14px 28px;
	border-radius: 2px;
}
.footersection{

	margin-top: 100px;
	/*font-family: cursive;*/
}
.footersection h1{
	color: white;

}
.footersection ul{
	padding: 0px;
}
.footersection ul li{
	line-height: 50px;
	list-style: none;
}
.footersection ul li i{
	font-size: 28px;
	color: white;
}
.footerlayer{
	background-color:#13287e;
	padding-top: 100px;
	padding-bottom: 50px;
}
.copyrightsection{
	background-color: black;
	padding: 12px;
	
}
@media(max-width: 768px){
       body{
		padding-top: 0px;
	}
	.nav-item {
    padding-left: 20px;
    font-weight: bolder;
}
}


@media(max-width: 767px){
	body{
		padding-top: 0px;
	}
	.bannersection{
		min-height: 590px;
	}
	.bannertext h2 {
    font-size: 32px;
    
}
.otherbg{
	min-height: 833px;
}
.nav-item {
    padding-left: 80px;
 
}
}