/*
Theme Name: Braxford Consultancy
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: DAEB
Author URI: 
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/


@import url("css/fonts.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}

body {
  font-size: 17px; 
  line-height: normal;
  font-weight: 400;
  font-family: 'Poppins';
  color: #000; 
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset!important;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	padding: 10px;
	outline: none;
	color: #222;
}

button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}



a {
  background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}


.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}
.clear {
	clear:both;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 300px;
}

.left-shade {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 168px;
	background-image: url("images/blue-shade.png");
	background-repeat: repeat-y;
	background-position: right top;
	text-align: center;
}

.left-shade div {
	padding-top: 20px;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
}

.wrap {
	width: 94%;
	min-width: 300px;
	max-width: 1644px;
	margin: 0 auto;
}

.header {
	width: 100%;
	background-color: #fff;
	border-bottom: #d2d2d2 solid 1px;
}

.header-wrap {
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.logo {
	padding: 18px 0px 5px 0px;
	width: 440px;
}


.phone {
	margin-top: 22px;
	padding-left: 40px;
	background-image: url("images/phone.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 17px;
}

.phone h5 {
	text-transform: uppercase;
	line-height: 17px;
	padding-bottom: 2px;
}

.phone p {
	font-weight: bold;
	line-height: 17px;
}

.phone p a {
	color: #000;
	text-decoration: none;
}

.home-banner {
	width: 100%;
	flex-direction: row-reverse;
	border-bottom: #d2d2d2 solid 1px;
}

.hb-slider {
	width: 50%;
	height: 796px;
	overflow: hidden;
}

.hb-slider .bx-viewport, .hb-slider .bx-wrapper, .hb-slider .slider, .hb-slider .slider div {
	height: 100%!important;
}

.hb-slider .slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.hb-lhs {
	width: 50%;
	background-image: url("images/hb-lhs.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.hbl-content {
	width: 569px;
	margin: 173px 117px 0px auto;
}

.blue-box {
	background-color: #2d389c;
	padding: 30px 45px 30px 45px;
	color: #fff;
}

.blue-box h2 {
	font-size: 33px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 30px;
}

.learn-more a {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	padding: 0px 55px 0px 55px;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.learn-more a:hover {
	background-color: #6f76bb;
	color: #fff;
	text-decoration: none;
}

.hbl-content ul {
	padding-top: 40px;
}

.hbl-content ul li {
	display: inline-block;
	margin-right: 22px;
}

.hbl-content ul li a:hover {
	opacity: 0.7;
}

.wrap2 {
	width: 1166px;
	margin: 0 auto;
}

.services {
	text-align: center;
	padding: 80px 0px 60px 0px;
	color: #212121;
}

.services h2 {
	font-size: 45px;
	line-height: 50px;
	color: #212121;
	font-weight: bold;
	padding-bottom: 30px;
}

.services p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 55px;
	max-width: 890px;
	margin: 0 auto;
}

.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.services ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px -22px 0px -22px;
}

.services ul li {
	width: 358px;
	min-height: 275px;
	background-color: #fff;
	border-bottom: #dcdcdc solid 1px;
	margin: 0px 22px 44px 22px;
	position: relative;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.services ul li:hover {
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 20px;
	border-color: #fff;
}

.services ul li figure {
	height: 208px;
	overflow: hidden;
}

.services ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.services ul li:hover figure img {
	opacity: 0.8;
}

.services ul li h5 {
	padding: 20px 5px 20px 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

/* Contact */

.contact {
	background-image: url("images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 124px 0px 124px 0px;
	text-align: center;
}

.contact-box {
	background-color: #fff;
	border: #d3d3d3 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 810px;
	margin: 0 auto;
	padding: 35px 50px 45px 50px;
}

.contact-box h2 {
	font-size: 45px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
	padding-bottom: 28px;
}

.contact-box h2 strong {
	color: #2d389c;
}

.contact-box ul {
	margin: 0px -22px 10px -22px;
}

.contact-box ul li {
	font-size: 17px;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
	margin: 0px 22px 15px 22px;
	padding: 3px 0px 3px 33px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 22px;
}

.contact-box ul li:nth-child(1) {
	background-image: url("images/address.png");
}

.contact-box ul li:nth-child(2) {
	background-image: url("images/phone2.png");
}

.contact-box h5 {
	font-size: 18px;
	line-height: 22px;
	color: #525252;
	padding-bottom: 30px;
}

.cf-row {
	justify-content: space-between;
}

.cf-row .col {
	width: 29%;
}

.cf-box {
	padding-bottom: 20px;
}

.cf-box input {
	width: 100%;
	border: none;
	border-bottom: #001a4d solid 1px;
	height: 38px;
	padding: 0px!important;
	font-size: 15px;
	color: #001a4d;
}

.cf-box input:focus {
	border-bottom: #3d4abf solid 1px;
}

.cf-box textarea {
	width: 100%;
	border: none;
	border-bottom: #001a4d solid 1px;
	height: 65px!important;
	padding: 0px!important;
	font-size: 15px;
	color: #001a4d;
	resize: none;
	overflow: hidden;
}

.cf-box textarea:focus {
	border-bottom: #3d4abf solid 1px;
}

.cf-button input {
	height: 62px;
	padding: 0px 42px 0px 42px;
	background-color: #2d389c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.cf-button input:hover {
	background-color: #6f76bb;
	color: #fff;
}

/* Footer */

.footer {
	text-align: center;
	padding: 70px 0px 65px 0px;
	font-size: 15px;
	color: #000;
}

.footer-logo {
	padding-bottom: 80px;
}

.copy-right {
	justify-content: center;
}

.copy-right div {
	padding: 0px 18px 10px 18px;
	line-height: 20px;
}

.copy-right div a {
	color: #000;
	text-decoration: none;
}

.copy-right div a:hover {
	color: #2d389c;
	text-decoration: none;
}


/* Error Page */

.error-page {
	width: 94%;
	max-width: 1354px;
	margin: 0 auto;
	padding: 75px 0px 80px 0px;
}

.ep-content {
	justify-content: space-between;
	align-items: center;
}

.ep-content .lhs {
	width: 50%;
	color: #212121;
}

.ep-content .lhs h5 {
	font-size: 22px;
	line-height: 22px;
	color: #001a4d;
	font-weight: 500;
	margin-bottom: 26px;
	background-image: url("images/blue-line.png");
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 40px;
}

.ep-content .lhs h2 {
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	padding-bottom: 20px;
}

.ep-content .lhs p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
	border-bottom: #ececec solid 1px;
	margin-bottom: 40px;
}

.back a {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	padding: 0px 40px 0px 40px;
	background-color: #2d389c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.back a:hover {
	background-color: #6f76bb;
	color: #fff;
	text-decoration: none;
}

.ep-content .rhs {
	width: 50%;
}

/*Service*/

.service-banner {
	width: 100%;
	flex-direction: row-reverse;
	border-bottom: #d2d2d2 solid 1px;
	align-items: center;
}

.sb-rhs {
	width: 50%;
	height: 796px;
	overflow: hidden;
}

.sb-rhs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.sb-lhs {
	width: 50%;
	background-image: url("images/hb-lhs.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sbl-content {
	width: 620px;
	margin: 0px 75px 0px auto;
	color: #212121;
}

.sbl-content h5 {
	font-size: 22px;
	line-height: 22px;
	color: #001a4d;
	font-weight: 500;
	margin-bottom: 20px;
	background-image: url("images/blue-line.png");
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 40px;
}

.sbl-content h2 {
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
	padding-bottom: 25px;
}

.sbl-content p {
	font-size: 19px;
	line-height: 29px;
	padding-bottom: 30px;
}

.blue-button {
	padding-top: 10px;
}

.blue-button a {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	padding: 0px 55px 0px 55px;
	background-color: #2d389c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.blue-button a:hover {
	background-color: #6f76bb;
	color: #fff;
	text-decoration: none;
}

/*Gravity Form*/


.contact-box .gform_title {
	display: none;
}

.contact-box .gform_fields {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-box .gform_fields .cf-box {
	width: 29%;
}

.contact-box .gform_fields .large {
	width: 100%;
}


.contact-box .gform_wrapper .gform_validation_errors {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_description {
	font-size: 14px!important;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0px!important;
    padding: 0px!important;
	justify-content: center;
}

.contact-box .gform_button {
	height: 62px;
	padding: 0px 42px 0px 42px;
	background-color: #2d389c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact-box .gform_button:hover {
	background-color: #6f76bb;
	color: #fff;
}

@media only screen and (max-width: 1980px) {
	
.wrap {
	width: 81%;
}

}


@media only screen and (max-width: 1900px) {

	
.left-shade {
	width: 160px;
}

.left-shade div {
	max-width: 75%;
	margin: 0 auto;
}	
	
}


@media only screen and (max-width: 1800px) {
	
.left-shade {
	width: 148px;
}

.hb-slider {
	height: 780px;
}

.hbl-content {
	width: 560px;
	margin: 163px 100px 0px auto;
}

.blue-box {
	padding: 30px 40px 30px 40px;
}

.blue-box h2 {
	font-size: 32px;
	line-height: 40px;
}

.learn-more a {
	height: 60px;
	line-height: 60px;
}

.hbl-content ul {
	padding-top: 30px;
}

/* Contact */

.cf-button input {
	height: 60px;
}
	
.contact-box .gform_button {
	height: 60px;
}
	
/* Footer */

.footer {
	padding: 65px 0px 65px 0px;
}

.footer-logo {
	padding-bottom: 60px;
}


/* Error Page */

.error-page {
	width: 80%;
	padding: 65px 0px 70px 0px;
}
	
.back a {
	height: 60px;
	line-height: 60px;
}	

/*Service*/

.sb-rhs {
	height: 780px;
}

.sbl-content {
	width: 610px;
	margin: 0px 55px 0px auto;
}

.blue-button a {
	height: 60px;
	line-height: 60px;
}	
	
}


@media only screen and (max-width: 1700px) {
	

.left-shade {
	width: 130px;
}

.hb-slider {
	height: 770px;
}

.hbl-content {
	width: 530px;
	margin: 150px 90px 0px auto;
}

.blue-box h2 {
	font-size: 31px;
	line-height: 40px;
}

.services {
	padding: 70px 0px 50px 0px;
}

.services h2 {
	padding-bottom: 20px;
}

/* Contact */

.contact {
	padding: 114px 0px 114px 0px;
}


/*Service*/

.sb-rhs {
	height: 770px;
}

.sbl-content {
	width: 580px;
	margin: 0px 50px 0px auto;
}

.sbl-content h5 {
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 15px;
}

.sbl-content h2 {
	font-size: 44px;
	line-height: 54px;
	padding-bottom: 20px;
}

.sbl-content p {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 25px;
}

	
}


@media only screen and (max-width: 1600px) {
	
.left-shade {
	width: 120px;
}	
	
.hb-slider {
	height: 720px;
}

.hbl-content {
	width: 530px;
	margin: 150px 10% 0px auto;
}

.blue-box h2 {
	font-size: 30px;
	line-height: 40px;
}

.learn-more a {
	height: 52px;
	line-height: 52px;
	padding: 0px 45px 0px 45px;
}

.services {
	padding: 60px 0px 50px 0px;
}

.services h2 {
	font-size: 43px;
	line-height: 50px;
}

.services p {
	font-size: 19px;
	line-height: 29px;
	padding-bottom: 50px;
	max-width: 870px;
}

/* Contact */

.contact {
	padding: 110px 0px 110px 0px;
}

.contact-box h2 {
	font-size: 43px;
	line-height: 50px;
}

.cf-button input {
	height: 55px;
	padding: 0px 40px 0px 40px;
}

.contact-box .gform_button {
	height: 55px;
	padding: 0px 40px 0px 40px;
}	
	
/* Footer */


.footer-logo {
	max-width: 50%;
	margin: 0 auto;
}

/* Error Page */

.error-page {
	padding: 50px 0px 50px 0px;
}

.ep-content .lhs h5 {
	font-size: 21px;
	line-height: 21px;
}

.ep-content .lhs h2 {
	font-size: 43px;
}

.ep-content .lhs p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
}

.back a {
	height: 52px;
	line-height: 52px;
	padding: 0px 30px 0px 30px;
}

/*Service*/

.sb-rhs {
	height: 720px;
}

.sbl-content {
	width: 530px;
	margin: 0px 10% 0px auto;
}

.sbl-content h5 {
	font-size: 21px;
	line-height: 21px;
}

.sbl-content h2 {
	font-size: 43px;
	line-height: 53px;
}

.sbl-content p {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 25px;
}

.blue-button a {
	height: 52px;
	line-height: 52px;
	padding: 0px 45px 0px 45px;
}

}


@media only screen and (max-width: 1500px) {
	
.left-shade {
	width: 110px;
}

.left-shade div {
    max-width: 70%;
}	

.hb-slider {
	height: 700px;
}

.hbl-content {
	width: 520px;
	margin: 150px 9% 0px auto;
}

.blue-box h2 {
	font-size: 29px;
	line-height: 39px;
}

.wrap2 {
	max-width: 1166px;
	width: 82%;
}

.services ul {
	margin: 0px -1.5% 0px -1.5%;
}

.services ul li {
	width: 30%;
	min-height: 260px;
	margin: 0px 1.5% 40px 1.5%;
}

.services ul li figure {
	height: 200px;
}


/* Contact */

.contact {
	padding: 100px 0px 100px 0px;
}

.contact-box {
	width: 800px;
	padding: 35px 40px 40px 40px;
}


/* Error Page */

.error-page {
	padding: 40px 0px 40px 0px;
}
	
.ep-content .lhs h2 {
	font-size: 40px;
	line-height: 46px;
}	

/*Service*/

.sb-rhs {
	height: 700px;
}

.sbl-content {
	width: 520px;
	margin: 0px 7% 0px auto;
}

.sbl-content h2 {
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 15px;
}

.sbl-content p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
}

	
	
}

@media only screen and (max-width: 1400px) {
	
.left-shade {
	width: 100px;
}
	
.logo {
	padding: 18px 0px 5px 0px;
	width: 400px;
}

.phone {
	padding-left: 35px;
}

.hb-slider {
	height: 660px;
}

.hbl-content {
	width: 500px;
	margin: 130px 8% 0px auto;
}

.blue-box h2 {
	font-size: 27px;
	line-height: 37px;
}
	
.learn-more a {
    height: 50px;
    line-height: 50px;
    padding: 0px 40px 0px 40px;
	font-weight: 600;
}	

	
.services h2 {
    font-size: 40px;
    line-height: 50px;
}	

.services p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 40px;
    max-width: 850px;
}	

.services ul li {
	min-height: 250px;
	margin: 0px 1.5% 40px 1.5%;
}

.services ul li figure {
	height: 190px;
}

.services ul li h5 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}	

/* Contact */

.contact {
	padding: 80px 0px 80px 0px;
}

.contact-box h2 {
    font-size: 40px;
    line-height: 50px;
}

.contact-box ul li {
    font-weight: 600;
}	
	
.cf-button input {
    height: 50px;
	font-weight: 600;
}	
	
.contact-box .gform_button {
	height: 50px;
	font-weight: 600;
}	
	
	
.footer {
    padding: 55px 0px 55px 0px;
}	
	
.footer-logo {
    padding-bottom: 50px;
}	
	
/* Error Page */

.ep-content .lhs h5 {
	margin-bottom: 15px;
}	

.ep-content .lhs p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
}
	
.back a {
    height: 50px;
    line-height: 50px;
	font-weight: 600;
}	

/*Service*/

.sb-rhs {
	height: 660px;
}

.sbl-content {
	width: 500px;
	margin: 0px 6% 0px auto;
}
	
.sbl-content h5 {
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 10px;
}	

.sbl-content h2 {
	font-size: 38px;
	line-height: 46px;
	padding-bottom: 15px;
}

.sbl-content p {
	font-size: 17px;
	line-height: 25px;
}
	
.blue-button a {
    height: 50px;
    line-height: 50px;
    padding: 0px 35px 0px 35px;
	font-weight: 600;
}	
	
	
}

@media only screen and (max-width: 1300px) {
	

.left-shade {
	width: 90px;
}
	
.wrap {
    width: 82%;
}	

.logo {
	padding: 18px 0px 5px 0px;
	width: 340px;
}

.phone {
	margin-top: 20px;
}

.hb-slider {
	height: 630px;
}

.hbl-content {
	width: 470px;
	margin: 120px 7% 0px auto;
}

.blue-box {
	padding: 25px 35px 25px 35px;
}

.blue-box h2 {
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 20px;
}

.learn-more a {
	font-size: 17px;
}


.services {
	padding: 40px 0px 40px 0px;
}

.services h2 {
	font-size: 38px;
	line-height: 48px;
	padding-bottom: 15px;
}

.services p {
	font-size: 17px;
	line-height: 25px;
	max-width: 700px;
}

.services ul li {
	min-height: 255px;
}

.services ul li figure {
	height: 180px;
}

.services ul li h5 {
	padding: 15px 10px 15px 10px;
	font-size: 18px;
	line-height: 22px;
}

/* Contact */

.contact {
	padding: 90px 0px 90px 0px;
}
	
.contact-box h2 {
	font-size: 38px;
	line-height: 48px;
}
	
.contact-box h5 {
	font-size: 17px;
	line-height: 22px;
}

.cf-button input {
	font-size: 17px;
}
	
.contact-box .gform_button {
	font-size: 17px;
}		

/* Footer */

.copy-right {
	flex-wrap: wrap;
}

.copy-right div {
	padding: 0px 10px 20px 10px;
}


/* Error Page */


.ep-content .lhs h5 {
	font-size: 20px;
	line-height: 20px;
}

.ep-content .lhs h2 {
	font-size: 38px;
	line-height: 45px;
	padding-bottom: 10px;
}

.ep-content .lhs p {
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.back a {
	font-size: 17px;
}

/*Service*/


.sb-rhs {
	height: 630px;
}

.sbl-content {
	width: 470px;
	margin: 0px 5% 0px auto;
}
	
.sbl-content h5 {
	font-size: 20px;
	line-height: 20px;
}

.sbl-content h2 {
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 15px;
}

.sbl-content p {
	font-size: 16px;
	line-height: 25px;
}

.blue-button {
	padding-top: 0px;
}

.blue-button a {
	font-size: 17px;
}

	
}

@media only screen and (max-width: 1200px) {
	

.left-shade {
	width: 80px;
}
	
.wrap {
    width: 84%;
}	

.logo {
	padding: 18px 0px 7px 0px;
	width: 340px;
}

.phone {
	margin: 18px 100px 0px 0px;
}	

.hb-slider {
	height: 600px;
}

.hbl-content {
	width: 430px;
	margin: 110px 6% 0px auto;
}

.blue-box {
	padding: 25px 30px 25px 30px;
}

.blue-box h2 {
	font-size: 25px;
	line-height: 35px;
}

.services h2 {
	font-size: 37px;
	line-height: 47px;
}

.services ul li {
	min-height: 250px;
}

.services ul li figure {
	height: 175px;
}

.services ul li h5 {
	padding: 15px 10px 15px 10px;
	font-size: 17px;
	line-height: 21px;
}

/* Contact */

.contact {
	padding: 80px 0px 80px 0px;
}
	
.contact-box h2 {
	font-size: 37px;
	line-height: 47px;
}


/* Footer */

.footer {
    padding: 50px 0px 50px 0px;
}
	
.footer-logo {
    padding-bottom: 40px;
}	

/* Error Page */

.ep-content .lhs h2 {
	font-size: 37px;
	line-height: 47px;
}

/*Service*/


.sb-rhs {
	height: 600px;
}

.sbl-content {
	width: 440px;
	margin: 0px 5% 0px auto;
}
	
.sbl-content h2 {
	font-size: 34px;
	line-height: 44px;
	padding-bottom: 12px;
}

	
}

@media only screen and (max-width: 1100px) {

.left-shade {
	width: 6%;
	background-size: 140% auto;
}

.wrap {
	width: 93%;
}

.logo {
	width: 340px;
	padding-left: 4%;
}

.home-banner {
	flex-direction: row;
	display: inherit;
	width: 93%;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}

.hb-slider {
	width: auto;
	padding-left: 4%;
	height: 480px;
}

.hb-lhs {
	width: auto;
	padding-left: 4%;
}

.hbl-content {
	width: auto;
	margin: 30px 0px 0px 0px;
}

.blue-box {
	padding: 30px 40px 35px 40px;
}

.blue-box h2 {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 20px;
}

.learn-more a {
	height: 48px;
	line-height: 48px;
	padding: 0px 35px 0px 35px;
	font-size: 16px;
}

.wrap2 {
	width: 93%;
}

.services {
	padding: 40px 0px 20px 4%;
}

.services h2 {
	font-size: 36px;
	line-height: 46px;
}
.services p {
	max-width: 690px;
}

.services ul li {
	width: 40%;
	min-height: 275px;
}

.services ul li figure {
	height: 208px;
}

.services ul li h5 {
	padding: 20px 5px 20px 5px;
	font-size: 18px;
	line-height: 22px;
}

/* Contact */

.contact {
	padding: 70px 0px 70px 4%;
}

.contact-box h2 {
	font-size: 36px;
	line-height: 46px;
}

/* Footer */

.footer {
    padding: 40px 0px 30px 0px;
}
	
.footer-logo {
    padding-bottom: 30px;
}	
	
/* Error Page */

.error-page {
	width: 93%;
}

.ep-content .lhs {
	width: 46%;
	padding-left: 4%;
}

.ep-content .lhs h2 {
	font-size: 36px;
	line-height: 45px;
}

.back a {
	height: 48px;
	line-height: 48px;
}

/*Service*/

.service-banner {
	flex-direction: row;
	display: inherit;
	width: 93%;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}

.sb-rhs {
	width: auto;
	padding-left: 4%;
	height: 480px;
}

.sb-lhs {
	width: auto;
	padding-left: 4%;
	padding-top: 30px;
}

.sbl-content {
	width: auto;
	margin: 0px;
}

.sbl-content h2 {
	font-size: 36px;
	line-height: 46px;
}

.blue-button a {
	height: 48px;
	line-height: 48px;
}

	
}


@media only screen and (max-width: 992px) {
	
.logo {
	width: 310px;
	padding-left: 4%;
}
	
.phone {
	font-size: 16px;
}

.hb-slider {
	height: 400px;
}

.hb-lhs {
	width: auto;
	padding-left: 4%;
}

.hbl-content {
	margin: 20px 0px 0px 0px;
}

.blue-box {
	padding: 25px 35px 30px 35px;
}

.blue-box h2 {
	font-size: 23px;
	line-height: 34px;
	padding-bottom: 20px;
}

.learn-more a {
	height: 46px;
	line-height: 46px;
	padding: 0px 30px 0px 30px;
}

.services {
	padding: 40px 0px 20px 3%;
}

.services h2 {
	font-size: 35px;
	line-height: 45px;
}
.services p {
	max-width: 680px;
}

.services ul li {
	width: 40%;
	min-height: 260px;
}

.services ul li figure {
	height: 190px;
}

.services ul li h5 {
	padding: 15px 10px 15px 10px;
	font-size: 17px;
	line-height: 22px;
}

/* Contact */

.contact {
	padding: 60px 0px 60px 4%;
}
	
.contact-box {
    width: 93%;
	padding: 35px;
}	

.contact-box h2 {
    padding-bottom: 18px;
}	
	
.cf-row {
	display: inherit;
}	
	
.cf-row .col {
    width: auto;
}	
	
/* Error Page */

.ep-content .lhs h2 {
	font-size: 35px;
}

.ep-content .lhs p {
    font-size: 16px;
    line-height: 24px;
}
	
.back a {
	height: 46px;
	line-height: 46px;
}

/*Service*/

.sb-rhs {
	height: 400px;
}

.sb-lhs {
	padding-top: 25px;
}

.sbl-content {
	width: auto;
	margin: 0px;
}

.sbl-content h2 {
	font-size: 35px;
	line-height: 45px;
}

.blue-button a {
	height: 46px;
	line-height: 46px;
}	
	
.contact-box .gform_fields .cf-box {
	width: 100%;
}	
	
}


@media only screen and (max-width: 767px) {
	

.header-wrap {
	padding-top: 20px;
}	
		
.phone {
	display: none;
}

.hb-slider {
	height: 320px;
}

.blue-box {
	padding: 20px 25px 25px 25px;
}

.blue-box h2 {
	font-size: 21px;
	line-height: 31px;
}

.learn-more a {
	height: 40px;
	line-height: 40px;
	padding: 0px 25px 0px 25px;
	font-size: 15px;
}
	
.hbl-content ul {
    padding-top: 20px;
}	
	
.hbl-content ul li {
    margin-right: 15px;
}	
	
.hbl-content ul li img {
    max-height: 24px;
    width: auto;
}	

.services {
	padding: 30px 0px 20px 3%;
}

.services h2 {
	font-size: 34px;
	line-height: 44px;
}
	
.services p {
    font-size: 16px;
    line-height: 24px;
	padding-bottom: 30px;
}

.services ul li {
	width: 42%;
	min-height: inherit;
}

.services ul li figure {
	height: 130px;
}

.services ul li h5 {
	padding: 10px 6px 10px 6px;
	font-size: 15px;
	line-height: 20px;
}

/* Contact */

.contact {
	padding: 60px 0px 60px 4%;
}
	
.contact-box {
	padding: 30px;
}	

.contact-box h2 {
	font-size: 34px;
	line-height: 40px;
}	
	
.contact-box ul li {
    font-size: 15px;
    line-height: 18px;
	margin: 0px 12px 11px 12px;
}	

.contact-box h5 {
    font-size: 16px;
    line-height: 21px;
}	
	
.cf-button input {
    padding: 0px 25px 0px 25px;
	font-size: 15px;
}	
	
.contact-box .gform_button {
    padding: 0px 25px 0px 25px;
	font-size: 15px;
}		

.footer-logo {
    max-width: 70%;
	padding-bottom: 20px;
}
	
.copy-right div {
    padding: 0px 10px 6px 10px;
}	
	
/* Error Page */
	
.ep-content {
	display: inherit;
}	
	
.ep-content .lhs {
    width: auto;
}
	
.ep-content .rhs {
    width: auto;
	padding-top: 20px;
	text-align: center;
}	

.ep-content .lhs h2 {
	font-size: 35px;
}

.ep-content .lhs p {
    font-size: 16px;
    line-height: 24px;
}
	
.back a {
	height: 40px;
	line-height: 40px;
	padding: 0px 25px 0px 25px;
	font-size: 15px;
}

/*Service*/

.sb-rhs {
	height: 320px;
}

.sb-lhs {
	padding-top: 20px;
}

.sbl-content h2 {
	font-size: 34px;
	line-height: 44px;
}

.blue-button a {
	height: 40px;
	line-height: 40px;
	padding: 0px 25px 0px 25px;
	font-size: 15px;
}	
	
	
}

@media only screen and (max-width: 480px) {
	
.logo {
	width: 77%;
}	

.hb-slider {
	height: 240px;
}

.blue-box {
	padding: 15px 20px 20px 20px;
}

.blue-box h2 {
	font-size: 18px;
	line-height: 28px;
}

.services h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
}
	
.services p {
    font-size: 15px;
    line-height: 20px;
	padding-bottom: 30px;
}

.services ul li {
	width: 92%;
	min-height: inherit;
	margin: 0px 0px 20px 0px;
}

.services ul li figure {
	height: 150px;
}

.services ul li h5 {
	padding: 10px 6px 10px 6px;
	font-size: 15px;
	line-height: 20px;
}

/* Contact */

.contact {
	padding: 40px 0px 40px 4%;
}
	
.contact-box {
	padding: 20px;
}	

.contact-box h2 {
	font-size: 25px;
	line-height: 32px;
}	
	
.contact-box ul li {
    font-size: 15px;
    line-height: 18px;
	margin: 0px 12px 11px 12px;
	text-align: left;
}	

.contact-box h5 {
    font-size: 15px;
    line-height: 20px;
}	
	
.cf-box {
    padding-bottom: 10px;
}	
	
.cf-button input {
    padding: 0px 25px 0px 25px!important;
	font-size: 15px;
}	
	
.contact-box .gform_button {
    padding: 0px 25px 0px 25px!important;
	font-size: 15px;
}	
	
.footer {
    font-size: 14px;
}	

.footer-logo {
    max-width: 90%;
	padding-bottom: 20px;
}
	
.copy-right div {
    padding: 0px 10px 6px 10px;
}	
	
/* Error Page */
	
.ep-content .lhs h5 {
    font-size: 18px;
    line-height: 20px;
	margin-bottom: 10px;
}
	
.ep-content .lhs {
    width: auto;
}
	
.ep-content .rhs {
    width: auto;
	padding-top: 20px;
	text-align: center;
}	

.ep-content .lhs h2 {
	font-size: 30px;
}

.ep-content .lhs p {
    font-size: 16px;
    line-height: 24px;
}
	
.back a {
	height: 40px;
	line-height: 40px;
	padding: 0px 25px 0px 25px;
	font-size: 15px;
}

/*Service*/

.sb-rhs {
	height: 240px;
}

.sbl-content h5 {
    font-size: 18px;
    line-height: 20px;
}

.sbl-content h2 {
	font-size: 30px;
	line-height: 40px;
}

	
	
}

