/*site-header*/
.site-header{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	background: linear-gradient(90deg, #BCDBE5 30%, #ffffff 30%);
	padding: 100px 0px;
	padding-top: 150px;
}
.header-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}


.header-banner{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items:flex-start;
	justify-content: center;
}

.header-banner-img{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.header-banner-img img{
    width: 100%;
	-moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    object-fit: cover;
    object-position: center;
}
.header-banner-img-1 img{
	min-height: 600px;
	object-fit: cover;
	padding: 10px;
	background: #ffffff;
}
@media screen and (max-width:1000px){
	.header-grid{
		display: block !important;
	}
.header-banner-img-1 img{
	min-height: 0px !important;
	max-height: 300px !important;
}
.site-header{
	background: linear-gradient(180deg, #BCDBE5 35%, #ffffff 35%) !important;
	padding: 50px 0px !important;
	padding-top: 100px !important;
}
.header-banner-img-2 img{
	width: auto !important;
	max-width: 400px !important;
}
}
@media screen and (max-width:500px){
	.header-banner-img-2 img{
	width: 100% !important;
	max-width: 100% !important;
}
.header-banner-img-1 img{
	max-height: 200px !important;
}
.header-banner-img-2{
	margin-top: 20px !important;
}
.site-header{
	background: linear-gradient(180deg, #BCDBE5 27%, #ffffff 27%) !important;
}
}
.header-banner-img-2{
	margin-top: 30px;
}
.header-banner-img-2 img{
	position: relative;
	width: 100%;
	height: auto;
}
.main-contact{
	position: relative;
	width: 100%;
	height: auto;
	padding:0px 50px;
}
@media screen and (max-width:1000px){
	.main-contact{
		margin-top: 50px !important;
	}
}
@media screen and (max-width:500px){
	.main-contact{
		padding: 0px !important;
	}
}
.contact-details{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
.contact-details h1{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.contact-details ul{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}
.contact-details ul li{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 17px;
}
.contact-details ul li p{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #768089;
}
.contact-details ul li a{
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.contact-details ul li a:hover{
	border-color: #ffffff;
}
/*contact-form*/
.contact-form,
.contact-form form{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
.contact-form{
	margin-top: 50px;
}
.contact-form h3{
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	color: #252525;
}
.form-input{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.form-input input{
	position: relative;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	outline: none;
	border: none;
	background: #F2F3F5;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	border: 1px solid #D1D1D1;
}
.form-input input::placeholder{
	color: #444444;
	font-size: 14px;
	font-weight: 500;
}
.form-input textarea:focus,
.form-input input:focus{
	border-color: #151A1E;
}
.form-input textarea{
	position: relative;
	width: 100%;
	height: 120px;
	padding: 10px 20px;
	outline: none;
	border: none;
	background: #F2F3F5;
	color: #444444;
	transition: all 0.3s ease-in-out;
	resize: none;
	border-radius: 3px;
	border: 1px solid #D1D1D1;
}
.form-input textarea::placeholder{
	color: #444444;
	font-size: 14px;
	font-weight: 500;
}

.form-input input[type="submit"]{
position: relative;
	background:#0F70E6;
	border: 1px solid #0F70E6;
	width: auto;
	padding: 5px 20px;
	border-radius: 30px;
	height: 55px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	text-align: center;
	-webkit-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	-moz-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
}


/*map-sec*/
.map-sec{
	position: relative;
	width: 100%;
	height: auto;
}
.map-sec iframe{
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
	height: 600px;
	margin-bottom: -5px;
}
@media screen and (max-width:500px){
	.map-sec iframe{
		height: 400px !important;
	}
}
@media screen and (max-width:400px){
	.map-sec iframe{
		height: 300px !important;
	}
}
.site-footer{
	margin-top: 0px !important;
}