@import url(header.css);
@import url(footer.css);
@import url(home.css);
.banner{
	position: relative;
}
.banner:after{
	position: absolute;
	content: '';
	bottom: -10px;
	width: 50%;
	height: 10px;
	background-color: #3AA1C5;
}
.banner .caption{
	position: absolute;
    right: 100px;
    bottom: 70px;;
}
.banner .caption span{
	font-family: 'allerbold_italic';
	font-weight: bold;
	font-style: italic;
	font-size: 34px;
	color: #fff;
	display: block;
	text-align: right;
}
.banner .caption h1{
	font-family: 'allerbold';
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	text-align: right;
	color: #fff;
}
.about-section{
	background-color:#F6F6F6; 
}
.contact-section1 h2,
.service-section h2{
	font-family: 'allerregular';
	font-weight: normal;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #022a46;
}
.contact-section1 .form{
	width: 70%;
	margin: 0 auto;
}
.contact-section1 .form .form-control{
	font-family: 'allerlight';
	width: 100%;
	height: 67px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
	padding-left: 25px;
}
.contact-section1 .form textarea{
	font-family: 'allerlight';
	width: 100%;
	height: 183px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding-left: 25px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.contact-section1 .form button{
	padding: 12px 45px !important;
}
.detail-block{
	width: 100%;
	height: 116px;
	border-radius: 58px;
	background: #fff;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.detail-block .circle{
	width: 127px;
	height: 127px;
	background: #d7ecf4;
	border-radius: 50%;
	position: relative;
	margin-top: 70px;
	margin-left: 30px;
}
.detail-block .circle.second{
	margin-left: 0px;
}
.detail-block .circle img{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.detail-block a{
	font-family: 'allerlight';
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #000;
	display: block;
}
.detail-block a:hover{
	text-decoration: none;
	color: #3AA1C5;
}
.map{
	width: 70%;
	margin: 0 auto;
}
.map iframe{
	width: 100%;
	height: 450px;
}
.service-section .circle{
	width: 242px;
	height: 242px;
	background: #d7ecf4;
	border-radius: 50%;
	margin:0 auto;
}
.service-section .circle{
	padding-top: 100px;
	padding-right: 100px;
}
.service-section .inner-text{
	background-color: #F6F6F6;
	padding: 65px 65px 50px;
}
.circle-address{
	max-width: 150px;
}

@media only screen and (max-width: 1299px){
	.detail-block .circle{
		margin-left: 10px;
		width: 110px;
		height: 110px;
	}
}
@media only screen and (max-width: 991px){
	.banner .caption{
		bottom: 25px;
		right: 25px;
	}
	.banner .caption h1{
		font-size: 40px;
		line-height: 40px;
	}
	.banner .caption span{
		font-size: 25px;
	}
	.detail-block{
		height: 100px;
		width: 399px;
		margin: 0 auto;
	}
	.detail-block .circle,
	.detail-block .circle.second{
		margin-left: 20px;
		width: 110px;
		height: 110px;
	}
	.contact-section1 .form,
	.map{
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.banner .container{
		padding: 0;
	}
	.banner:after{
		display: none;
	}
	.banner .caption{
	    position: relative;
	    background-color: #3AA1C5;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    text-align: center;
	    padding: 5px;
	}
	.banner .caption h1{
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		padding: 0;
	}
	.banner .caption span{
		text-align: center;
	}
	.fees-block{
		margin-bottom: 40px;
	}
	.detail-block{
		width: 100%;
	}
	.detail-block .circle,
	.detail-block .circle.second{
		width: 80px;
		height: 80px;
		margin-left: 0px;
	}
	.detail-block a{
		font-size: 14px;
	}
	.map{
		height: auto;
	}
	.service-section .inner-text{
		padding: 30px 0px 10px;
	}
}