@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap');
ol, ul {
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Rubik', sans-serif;
}
body {
	font-family: 'Rubik', sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.7em;
	font-weight:500;
}
/*=========menu========*/
.top-menu {
	padding: 13px 0;
	float: left;
	width: 100%;
	background: rgba(50, 115, 235, 0.1);
	border-bottom: 2px solid #3273eb;
}
.top-menu img {
	width: 27%;
}
.social {
	float:right;
	margin-top: 2%;
}
.social li {
	float: left;
	list-style: none;
	padding: 0 8px;
	font-size: 17px;
	color: #ffffff;
	background: #6286c7;
	margin: 0 4px;
}
.social li:hover {
	background:#272453;
	transition: all ease-in-out 0.5s;
}
.bnr-content {
	padding: 150px 0 200px 0;
}
.bnr-content h1 {
	font-size: 58px;
	color: #3273eb;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0px;
}
.bnr-content p {
	font-size: 25px;
	line-height: 1.4;
}
/*========/menu========*/

/*========banner=======*/
.banner {
	background-image:url(../images/banner-img.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0;
}
.btn.btn-default {
	background: #272453;
	border: 7px solid #272453;
	border-radius: 0px;
	padding: 10px 20px;
	margin-top: 3%;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.btn.btn-default:hover {
	background: #3273eb;
	border-color: #3273eb;
	transition: all ease-in-out 0.3s;
}
.inner-bnr {
	background-image:url(../images/about-bnr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.inner-bnr-2 {
	background-image:url(../images/contact-bnr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.inner-bnr-3 {
	background-color:#d3dae6;
}
.in-bnr-content {
	padding: 90px 0;
}
.in-bnr-content h1 {
	font-size: 48px;
	color: #272453;
	font-weight:bold;
}
.content {
	padding: 100px 0;
}
.content p {
	font-size: 18px;
	font-weight: 400;
	padding: 7px 0;
}
.contact {
	background: #f2f2f2;
	padding: 20px;
}
.fa.fa-map-marker {
	font-size: 26px;
	display: table-cell;
	width: 30px;
	color: #3273eb;
	vertical-align: top;
}
.fa.fa-phone {
	font-size: 26px;
	display: table-cell;
	width: 30px;
	color: #3273eb;
	vertical-align: top;
}
.fa.fa-envelope {
	font-size: 26px;
	display: table-cell;
	width: 40px;
	color: #3273eb;
	vertical-align: top;
}
.contact p {
	font-size: 16px;
	line-height: 1.7em;
	display: table;
}
.contact-1 {
	background: #f2f2f2;
	padding: 20px 20px 45px 20px;
}
.contact-1 p {
	font-size: 16px;
	line-height: 1.7em;
	display: table;
}
.content hr {
	margin-bottom: 4%;
}
/*========/banner=======*/

/*===========claim-form============*/
.fom-box {
	background: #f2f2f2;
	padding: 50px 70px;
}
#see-me {
	margin-left: 4%;
}
.fom-box h3 {
	color: #3273eb;
	padding: 10px 0;
	font-weight: 600;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e9e9e9;
	border-radius: 0px;
}
/*===========claim-form============*/

/*============Footer=============*/
.footer {
	background: #d3dae6;
	padding: 2.5% 0px 2% 0;
}
.footer img {
	width: 22%;
	margin: 0 auto;
	padding-bottom: 3%;
}
.links li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
	text-transform: uppercase;
}
.links li a {
	color: #272453;
}
.links .active a {
	color: #3273eb;
}
.links li a:hover {
	color: #3273eb;
	text-decoration:none;
	transition:all ease-in-out 0.3s;
}
.l-c {
	background-color: #c3ccda;
	padding: 14px 0 0px 0;
	text-align: center;
}
.l-c p {
	font-size:14px;
	color:#333;
	text-align:center;
}

/*============/Footer=============*/

/*============media query=============*/


@media screen and (max-width: 768px) and (min-width: 320px) {
.bnr-content {
 padding: 80px 0 120px 0;
}
.bnr-content h1 {
 font-size: 28px;
}
.bnr-content p {
 font-size: 18px;
}
.btn.btn-default {
 font-size:14px;
 padding: 8px 10px;
 margin-top: 5%;
}
.social li {
 padding: 0 6px;
 margin: 0 3px;
}
.top-menu img {
 width: 70%;
}
.in-bnr-content h1 {
    font-size: 29px;
}
.contact {
    margin-bottom: 7%;
}
.contact-1 {
    margin-bottom: 7%;
}
}
/*============/media query=============*/
