
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#ffffff !important;
}
.top-hd{
	background-color:#ffffff;
	padding:0px;
	border-bottom:1px solid #000000;
}
.top-hd .nav-link{
	color:#000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.top-hd .nav-link:hover{
	color:#0274be !important;
}
.top-hd .navbar-toggler{
	background-color:#0274be;
}
.welcome-sec {
	padding-top:50px;
}
.navbar-nav{
	color: #000000;
}

.welcome-sec h2{
	color: #000000;
	font-size: 30px;;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin: auto;
	display: table;
}
.welcome-sec h2:before{
	content: "";
	position: absolute;
	background-color: #0274be;
	width: 50px;
	height:4px;
	bottom: -10px;
	left: 50%;
    transform: translate(-50%);
}
.welcome-sec h6{
	color: #000000;
	text-align: center;
}
.welcome-sec p{
	color: #000000;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 28px;
}
.gallery-sec {
	padding-top: 100px;
	padding-bottom: 50px;
   }
.gallery-sec h2{
	color: #000000;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin: auto;
	display: table;
}
.gallery-sec h2:before {
    content: "";
    position: absolute;
    background-color: #0274be;
    width: 50px;
    height: 4px;
    bottom: -10px;
	left: 50%;
    transform: translate(-50%);
}

.ftr{
	background-color:#3a3a3a;
	padding: 50px 0px 50px 0px;
}
.links ul {
	list-style: none;
	padding-left: 0px;
}
.links ul li a {
	color: #ffffff;
	text-decoration: none;
	
}
.ftr h2{
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.ftr p{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.active{
	color: #0274be !important;
}
.blue-wrp{
	background-color: #0274be;
	padding: 50px;
}
.blue-wrp h5{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-align: center;
}
.blue-wrp p{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	text-align: center;
}
.fa-map-marker {
    font-size: 39px !important;
    border: 2px solid #ffffff;
    padding: 4px 10px;
    border-radius: 60px;
    width: 50px;
    text-align: center;
	
}
.fa-phone{
	font-size: 36px !important;
    border: 2px solid #ffffff;
    padding: 4px 10px;
    border-radius: 60px;
    width: 50px;
    text-align: center;
}
.fa-envelope{
	font-size: 26px !important;
    border: 2px solid #ffffff;
    padding: 10px 10px;
    border-radius: 60px;
    width: 50px;
    text-align: center;
}
.form-style{
	background-color: #ffffff !important;
	border: 1px solid #e4e4e4 !important;
	background-color: #f5f5f5 !important;
}