
*{
	font-family: "Poppins", sans-serif;
}

h1{
	font-weight:600 !important;
}

.hero-section{
	margin: 25px 0;
}

.hero-section > *{
	text-align: left;
}

.main_col{
	background: #d4edf4;
}

.btn-primary {
	background-color: #6ca6c1;
	border: #3d6c82;
}

.btn-primary:hover{
	background-color: #3d6c82;
	border: #1b333e;
}

.con_sec{
	background-color: #323060;
}

.con_form{
	background-color: white;
	padding: 50px;
	margin-bottom: 25px;
}


.f_col > div{
	margin-bottom:20px;
}

.btn-submit{
	background-color: green;
}
.btn-submit:hover{
	background-color: darkgreen;
}

.btn-phone{
	background-color: #3d6c82;
}

.btn-phone:hover{
	background-color: #1b333e;
}

.service_text, .about_sec, .why_sec{
	line-height: 1.9;
}

.phone_link{
	background-color: rgb(193, 207, 254);
	color: black;
	border-radius: 8px;
}

.phone_link:hover{
	background-color:rgb(110, 171, 255);
	color: black;
}


.text-justify {
    text-align: justify !important;
}

p.question{
	font-weight: 600;
	margin-top: 25px;
}

@media only screen and (max-width: 600px) {

	.hero-section > *{
		text-align: center;
	}

	.full-img-bg > img{
		padding: 0 !important;
		margin-top: 40px;
	}
	
	.service_image{
		padding: 0 !important;
		margin-bottom: 15px;
	}

	.service_text{
		padding:0 !important;
		font-size: 14px;
		margin-bottom: 25px;
		line-height: 2.0;
	}

	.con_form{
		padding: 50px 20px;
	}

	.row > .form-group:first-child{
		margin-bottom: 20px;
	}

	.foot_small{
		margin-top: 0! important;
	}

}