@charset "UTF-8";
.gnav__menu__item a{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    color: #333 !important; 
}
#contact_bg{
	color: #fff !important;
}
.top_bg {
    height: 40vh;
    overflow: hidden;
    position: relative;
    background: #fff;
    max-width: 100%;
	display: flex;
    align-items: center;
}
.txt_area{
	margin: 0 auto;
	display: flex;
    align-items: center;
	flex-direction: column;
}
h1{
	font-size: 2em;
	font-weight: 600;
	font-family: Work Sans,sans-serif;
	color: #535353;	
	margin-bottom: 15px;
	letter-spacing: .1em !important;
}
.txt_area p{
	font-size: 1.4em;
	color: #535353;	
}
.contact_sec{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px
}
.contact_h1{
	padding-left: 20px;
	border-left: 9px solid  #b22222;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 60px;
}
.thanks_sec{
	width: 100%;
	max-width: 980px;
	height: 200px;;
	margin: 100px auto 0;
	padding: 0 16px
}
.thanks_sec p{
	font-size: 1.6em;
	text-align: center;
	padding-bottom: 30px;
}
.thanks_btn{
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.thanks_btn a{
	display: inline-block;
	padding: 15px 20px;
	background: #333;
	text-align: center;
	color: #fff;
	width: 30%;
	    border-radius: 3px;
}
.thanks_btn a:hover{
	opacity: .8;
}
.thanks_btn a::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form_ttl{
	    display: inline-block !important;
    padding-top: 3px !important;
    margin-left: 10px !important;
    font-size: 1em !important;
    color: #000 !important;
}