.contact_section {
    background: #0d0d0d;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
	margin-top:130px;
    z-index: 999;
    padding: 70px 0;
	border-top: 5px solid #ec931b;
    border-bottom: 5px solid #ec931b;
}
.left_contant {
    width: 18%;
    float: left;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.left_contant p {
    color: #fff;
}
.right_contant {
    width: 500px;
    float: right;
    padding-right: 15%;
	max-width:100%;
	text-align:center;
}
.right_contant h1 {
    text-align: center;
    color: #fff;
}
.right_contant .wpcf7 input[type="text"], .right_contant .wpcf7 input[type="email"], .right_contant .wpcf7 input[type="password"], .right_contant .wpcf7 input[type="tel"] {
	padding: 0 15px;
    width: 100%;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
	height:30px;
	margin-bottom: 15px;
}
.right_contant .wpcf7 textarea {
	padding:15px;
    width: 100%;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
	height:108px;
	resize:none;
	margin-bottom: 15px;	
}
.right_contant .wpcf7 span.wpcf7-form-control-wrap { padding-right:0;}

.right_contant .wpcf7 input[type="submit"] {
	border:1px solid #fff;
	padding:6px 30px;
	color:#fff;
	text-transform:uppercase;
	background: transparent;	
}
.right_contant .wpcf7 input[type="submit"]:hover {
	background:#ec931b;
	border:1px solid #ec931b;
}
.left_contant img {
    margin-bottom: 30px;
}

.half_sec {
    width: 46%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}
.half_sec + .half_sec {
    float: right;
    width: 46%;
    padding-right: 0;
}

.gdlr-logo {
    margin-top: 40px !important;
}

.gdlr-main-menu > li:hover > a, .gdlr-main-menu > li.current-menu-item > a, .gdlr-main-menu > li.current-menu-ancestor > a {
    color: #ec931b !important;}

div#gdlr-navigation-gimmick {
    background-color: #ec931b !important;
}

.gdlr-service-slideshow-content .service-slideshow-gimmick, .gdlr-service-slideshow-content:before {
    border-color: #ec931b !important;
}

.gdlr-service-slideshow-item .service-slideshow-item-title {
    font-size: 22px !important;}

.fancybox-wrap.linkwrapClass .fancybox-inner {
    width: 100% !important;
    height: auto !important;
    color: #000;
    font-size: 17px;
}
.fancybox-wrap.linkwrapClass .fancybox-inner .service-popup-linksec {
  }
.fancybox-wrap.linkwrapClass {
    max-width: 680px !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
}
.service-link-content {
    width: 100% !important;
}

.service-link-content p{
   padding:35px;
}


