#get-in-touch{
	display: none;
}


#contact-section-one{
	width: 100%;
	height: auto;
	position: relative;
}
	#contact-section-one .contactus-form{
		width: 70%;
	}

		#contact-section-one .contactus-form h2 {
		    font-size: 39px;
		    padding-bottom: 30px;
		}

	#contact-section-one .contactus-form label{
		font-size: 16px;
		text-transform: uppercase;
		color: #bbb;
	}
	#contact-section-one .contactus-form input[type=text],
	#contact-section-one .contactus-form input[type=tel],
	#contact-section-one .contactus-form input[type=email],
	#contact-section-one .contactus-form textarea{
		border:none;
		border-bottom: solid 2px #fff;
		background-image:none;
		background-color:transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 16px;
		/* text-transform: uppercase; */
		outline: none !important;
		color: #fff;
	}
	#contact-section-one .contactus-form input[type=submit]{
		background-image: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		width: 62%;
		height: 75px;
		margin-top: 40px;
		color: #fff;
		border-color: #fff;
	}
		#contact-section-one .contactus-form input[type=submit]:hover{
			background-color: #cbaa45;
			border-color: #cbaa45;
			color: #fff;
		}
	#contact-section-one .contactus-form textarea{
		height: 60px;
		padding-bottom: 5px;
		resize: none;
		/*margin-top: 15px;*/
	}
	#contact-section-one .contactus-form .ajax-loader{
		display: none !important;
	}

	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	    width: 70%;
	}
	#contact-section-one .contactus-form div.wpcf7-response-output{
		margin: 15px 0 0;
		text-align: center;
	}
	#contact-section-one .contactus-form .wpcf7-form-control-wrap{
		display: block;
		width: 100%;
	}
	#contact-section-one .contactus-form .form-col{
			float: left;
			width: 47%;
			margin-left: 6%;
			margin-top: 12px;
		}
			#contact-section-one .contactus-form .form-col:first-child{
				margin-left: 0;
			}
		#contact-section-one .contactus-form .bottom-line {
		    border: solid 1px #032241;
		    margin-top: 61px;
		}

		#contact-section-one .contact-us-info{
			background: #032241;
			width: 50.31%;
			float: right;
		    margin-top: -60px;
		    position: relative;
		}
			#contact-section-one .contact-us-info:after{
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				background-image: url(../../images/contact-us/contact-overlay.png);
				background-repeat:  no-repeat;
				background-size: cover;
				content: "";
			}

			#contact-section-one .contact-us-info .cus-info-wrap{
				position: relative;
				z-index: 4;
				padding: 162px 0 215px 61px;
				width: 75%;
			}
				#contact-section-one .contact-us-info .cus-info-wrap .contact-logo{
				    font-size: 6vw;
				}
			#contact-section-one .contact-us-info .cus-info-wrap h3 {
			    color: #fff;
			    text-transform: uppercase;
			    font-size: 32px;
			    padding-top: 50px;
			    padding-bottom: 30px;
			}
			#contact-section-one .contact-us-info .cus-info-wrap p{
				color: #fff;
				font-weight: 300;
				font-size: 25px;
				clear: both;
				padding: 5px 0;
				font-style: normal !important;
			}
				#contact-section-one .contact-us-info .cus-info-wrap p em, 
				#contact-section-one .contact-us-info .cus-info-wrap p span{
					width: 57%;
					float: left;
				}
				#contact-section-one .contact-us-info .cus-info-wrap p a{
					color: #fff;
				}
					#contact-section-one .contact-us-info .cus-info-wrap p a:hover{
						color: #d2b66c;
						text-decoration: none;
					}
				#contact-section-one .contact-us-info .cus-info-wrap p i{
					float: left;
					color: #d2b66c;
					font-size: 26px;
				    margin-right: 15px;
				    margin-top: 8px;
				    width: 26px;
				}
				#contact-section-one .contact-us-info .cus-info-wrap p.cs-phone i {
				    transform: rotate(264deg);
				}	
				#contact-section-one .contact-us-info .cus-info-wrap .cs-email i {
				    font-size: 16px;
			        margin-top: 14px;
				}


		.info-line--top{
			top: 6%;
			left: -9%;
			width: 59%;
			height: 25%;
		}
			.info-line--top:before,
			.info-line--top:after{
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				background: #d2b66c;
			}
				.info-line--top:before{
					width: 100%;
					height: 21px;
				}
				.info-line--top:after{
					width: 21px;
					height: 100%;
				}
		.info-line--bottom{
			right: 25%;
			bottom: 9%;
			width: 62%;
			height: 173px;
		}
			.info-line--bottom:before,
			.info-line--bottom:after{
				content: '';
				display: block;
				position: absolute;
				bottom: 0;
				right: 0;
				background: #d2b66c;
			}
				.info-line--bottom:before{
					width: 100%;
					height: 21px;
				}
				.info-line--bottom:after{
					width: 21px;
					height: 100%;
				}

#contac-us-map {
    width: 100%;
	margin-top: 74px;
    margin-bottom: 150px;

}
	#contac-us-map iframe{
		width: 100%;
		display: block;
	}

.addtoany_content {
	display: none;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media(min-width: 1800px) and (max-width: 2199px) {
	.page-banner canvas{
		height: 450px !important;
	}
	.page_title_line_left{
		top: 220px !important;
	}
}
@media(min-width: 1800px) {
	.page-banner canvas{
		/* background-image: url(https://cdn.agentimagehosting.com/vYHcZxEnzr47srpPPrW8h/2018/04/contact-us-banner-2.jpg) !important; */
		/* background-size: 117vw !important; */
	}
}
@media only screen and (max-width: 1024px) {
	#contact-section-one .contact-us-info .cus-info-wrap{
		width: 100%;
	}
	.info-line--bottom {
	    right: 6%;
	}
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	#contact-section-one .contactus-form{
		float: none;
		width: 100%;
		margin-left: 0;
	    padding: 0 30px;
	}
	#contact-section-one .contact-us-info{
		float: none;
		width: 100%;
	    margin-top: 100px;
	}

	#contact-section-one .contactus-form input[type=submit]{
		float: none;
		margin: 50px auto 0;
	}
	#contac-us-map{
		margin-top: 0;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) | Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 767px) {
	#contact-section-one .contact-us-info .cus-info-wrap .contact-logo {
	    font-size: 43px;
	}

	#contact-section-one .contact-us-info .cus-info-wrap{
	    padding: 43px 0 121px 28px;	
	}
	.info-line--top,
	.info-line--bottom{
		display: none !important;
	}
	#contact-section-one .contact-us-info .cus-info-wrap{
		width: 100%;
	}
	#contact-section-one .contact-us-info .cus-info-wrap h3{
		padding-top: 19px;
		padding-bottom: 6px;
	}

	#contact-section-one .contact-us-info .cus-info-wrap p{
		font-size: 15px;
	}

	#contact-section-one .contact-us-info .cus-info-wrap .cs-email {
		padding-top: 13px;
	}
		#contact-section-one .contact-us-info .cus-info-wrap .cs-email i{
			margin-top: 5px;
		}

	.wpcf7-recaptcha > div{
	    width: 100% !important;
	}

	.wpcf7-recaptcha > div > div {
		transform: scale(0.9);
		margin-left: -18px;
	}
	#contact-section-one .contactus-form h2 {
    	font-size: 35px;
	}

	#contact-section-one .contactus-form{
		margin-top: 40px;
	}
	#contact-section-one .contactus-form .form-col{
		width: 100%;
		margin-left: 0 !important;
	}
}	


@media only screen and (max-width: 420px) {
    .page-banner canvas {
        height: 100px;
    }
    
    .page-banner .page-title {
    bottom: 20px;
}
}