@charset "utf-8";
/* CSS Document */
.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 400px;
}
.contact-header-pic{
	background-color: #DCDCDC;
	height: 400px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.4);
	margin-top: 0px !important;
}
.text-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute!important;
  direction: ltr;
  text-align: center;
  z-index: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
	width: 100%;
}
.text-content h2{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 40px;
	margin-top: 20px;
}
.under-line{
	border-bottom: 4px solid #fff;
	width: 100px;
	z-index: 200;
	margin: 0 auto;
}
.text-content h5{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500 !important;
}
#contacts{
	direction:ltr;
	margin-top:-60px;
	margin-bottom:50px;	
}
.contact{
	height: auto;
	background-color: #FFFFFF;
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);*/
	padding:20px 10px;
}
.contact-text {
	direction:ltr !important;
	height:400px;
	padding: 25px; 
}
.contact-text h5{
	direction: ltr !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1e88e5;
}
.address{
	direction: ltr !important;
	color: #363636;
}
.address p{
	max-width:350px !important;
	padding-top: 0px;
}
.address h5{
	direction: ltr;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1e88e5;
}

.tel{
	direction: ltr;
	color: #363636;
}
.tel p{
	direction: ltr !important;
	max-width:350px !important;
	padding-top: 0px;
}
.tel h5{
	direction: ltr !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1e88e5;
}
.time{
	direction: ltr;
	color: #363636;
}
.time p{
	direction: ltr !important;
	max-width:350px !important;
	padding-top: 0px;
}
.time h5{
	direction: ltr !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1e88e5;
}
.contact-form {
	height:400px;
	direction: ltr !important;
	text-align: left !important;
	padding: 25px; 
}
.contact-form h5{
	direction: ltr !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1e88e5;
}
.contact-form i{
	text-align: right !important;
}
.textarea-container{
	margin-bottom: 30px;
	direction: ltr !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	color: blue!important;
}
.textarea-container p{
	font-size: 16px !important;
	color: blue !important;
}
.contact-btn btn{
	margin-right: 10px !important;
}
.contact-btn i{
	padding-right: 10px;
}
.map{
	height: 300px;
}

.contact-text p{
    word-wrap: break-word;
    white-space:pre-wrap;
}


.btn-simple:hover{
	color: #fff !important;
	border-color: #1e88e5 !important;
}





