/***************************************************************************************
Theme Name: Faulkner Removals
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.3
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900|Montserrat+Alternates:300,400,500,700|Kalam:300,400,700);
@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/MontserratLight.eot');
    src: url('library/fonts/MontserratLight.eot') format('embedded-opentype'),
         url('library/fonts/MontserratLight.woff2') format('woff2'),
         url('library/fonts/MontserratLight.woff') format('woff'),
         url('library/fonts/MontserratLight.ttf') format('truetype'),
         url('library/fonts/MontserratLight.svg#MontserratLight') format('svg');
	font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/MontserratRegular.eot');
    src: url('library/fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('library/fonts/MontserratRegular.woff2') format('woff2'),
         url('library/fonts/MontserratRegular.woff') format('woff'),
         url('library/fonts/MontserratRegular.ttf') format('truetype'),
         url('library/fonts/MontserratRegular.svg#MontserratRegular') format('svg');
	font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/MontserratSemiBold.eot');
    src: url('library/fonts/MontserratSemiBold.eot') format('embedded-opentype'),
         url('library/fonts/MontserratSemiBold.woff2') format('woff2'),
         url('library/fonts/MontserratSemiBold.woff') format('woff'),
         url('library/fonts/MontserratSemiBold.ttf') format('truetype'),
         url('library/fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
	font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/MontserratBold.eot');
    src: url('library/fonts/MontserratBold.eot') format('embedded-opentype'),
         url('library/fonts/MontserratBold.woff2') format('woff2'),
         url('library/fonts/MontserratBold.woff') format('woff'),
         url('library/fonts/MontserratBold.ttf') format('truetype'),
         url('library/fonts/MontserratBold.svg#MontserratBold') format('svg');
	font-weight: 700;
    font-style: normal;
	font-display: swap;
}
.kalam{
	font-family: 'Kalam', cursive;
}
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #1f1f1f;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.007rem;
	font-weight: 300;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	color: #275a8e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 30px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.875rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.375rem;
}
h6 {
	font-size: 1.188rem;
}
.montserrat-alternates{
	font-family: 'Montserrat Alternates', sans-serif;
}
a {
	color: #1d63a5;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
img.imageborder05 {
    padding: 8px 8px 12px;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    border-width: 3px\9;
    border-style: solid\9;
    border-color: #CCCCCC\9;
}
p {
	margin: 0 0 30px;
	padding: 0;
}
p:last-child{
	margin-bottom: 0;
}
table {
	margin: 30px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #c4c4c4;
	color: transparent;
	height: 1px;
	margin: 30px 0;
}
blockquote {
    border-left: 7px solid #15487b;
    margin: 30px 0;
    padding: 0 30px;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}

.grey-box{
	background:#f5f5f5;
	padding:40px;
	margin-top:30px;
}

.grey-box ul{
margin-bottom:0;
}

::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 60px 0;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-white *{
	color: #fff;
}

ul.list-none{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
ul.list-none:before,
ul.list-none:after{
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after{
	clear: both;
}
ul{
	margin: 0 0 30px;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.py-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}

.extra-wide .container{
	max-width: 1350px;
	width: 100%;
}
.max-wide .container{
	max-width: 1920px;
	width: 100%;
}

.grid-line{
	background: url(library/images/grid-line.jpg) repeat-y center center;
}

/******************************************
GLOBAL LAYOUT STYLES
******************************************/
.main-container{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
}
/* Header */
.main-header {
	border-top: 2px solid #f7f1e3;
	padding: 40px 0 50px;
}
.logo {
	float: left;
	padding: 0;
	text-align: center;
}
.logo a, .logo img {
	line-height: 0;
}
.logo img {
	width: 273px;
}
.header_right {
	float: right;
	padding-top: 25px;
}
.tagline {
	color: #275a8e;
	float: left;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 8px 74px 10px 0;
	text-transform: uppercase;
}
.header_phone {
	background: url(library/images/icons/icon_phone.png) no-repeat left 5px;
	color: #1a334d;
	float: left;
	font-size: 2.146rem;
	font-weight: 400;
	line-height: 1;
	padding: 3px 0 3px 54px;
}
.header_phone a {
	color: #1a334d;
	text-decoration: none;
}
.top-menu {
	background: #1a334d;
	position: relative;
	z-index: 1010;
}
.menu-icon{
	display: none;
}


/* Footer */
.main-footer *{
	color: #fff;
}
.main-footer {
	background: #275a8e;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding: 75px 0;
}
.main-footer .footer-inner > div {
	float: left;
	padding-top: 12px;
}
.footer-logo{
	padding: 0 !important;
}
.footer-copyright{
	font-size: 1.007rem;
	font-weight: 300;
	margin: 0 40px 0 80px;
}
.footer-menu a{
	font-size: 1.007rem;
	font-weight: 300;
	margin: 0 2px;
}
.footer-phone{
	float: right !important;
	font-size: 2.146rem;
	font-weight: 400;
}
.footer-phone a {
	text-decoration: none;
}
.footer-phone span{
	background: url("library/images/icons/icon_phone-2.png") no-repeat left center;
	padding-left: 55px;
}

.service_list, .other_services {
	*zoom: 1;
}
.service_list:before, .other_services:before,
.service_list:after, .other_services:after {
	content: "";
	display: table;
	line-height: 0;
}
.service_list:after, .other_services:after {
	clear: both;
}
.service_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.service_list li {
	display: block;
	margin-top: 25px;
}
.service_list li a {
	border: 1px solid #c4c4c4;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 32px 10px 22px 218px;
	text-decoration: none;
}
.service_list li:first-child a {
	background: url(library/images/moving_business.jpg) no-repeat 28px 23px;
}
.service_list li:first-child + li a {
	background: url(library/images/moving_home.jpg) no-repeat 22px 19px;
}
.other_services {
	list-style: none;
	margin: 46px 0 0;
	padding: 0;
}
.other_services li {
	float: left;
	width: 47.987616%;
}
.other_services li:first-child + li {
	float: right;
}

/*** Enter your style for global layout here ***/


/******************************************
HOMEPAGE STYLES
******************************************/
/* Home Banner */
.home-banner {
	background: url("library/images/banner-home.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 70px 0 55px;
}
.banner-caption *{
	color: #fff;
}
.banner-caption:after{
	/* background: url("library/images/icons/icon_arrow.png") no-repeat 0 0;
	content: "";
	height: 58px;
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 138px; */
}
.banner-caption{
	float: left;
	padding-right: 8%;
	position: relative;
}
.banner-caption h1{
	font-size: 3.739rem;
	font-weight: 400;
}
.banner-caption h4{
	font-size: 1.596rem;
	font-weight: 300;
	margin: 0 0 80px;
}
.banner-caption h4 > span{
	background:  url("library/images/icons/icon_underline.png") no-repeat 1px bottom;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	display: inline-block;
    padding-bottom: 4px;
}
.banner-caption ul > li{
	background:  url("library/images/icons/icon_checkbox.png") no-repeat left center;
	padding: 1px 0 1px 65px;
	margin: 0 0 20px;
}

.banner-form ul > li{
	background:  url("library/images/icons/icon_checkbox.png") no-repeat left center;
	padding: 1px 0 1px 65px;
	margin: 0 0 20px;
	color:white;
}

.banner-form{
	padding-left: 0;
}
.banner-form form{
	background-color: #1a334d;
	width: 100%;
	padding: 40px;
}
.banner-form ul.gform_fields{
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-form h3.widgettitle,
.banner-form ul.gform_fields li.gform_validation_container,
.banner-form ul.gform_fields .gfield_label,
.banner-form ul.gform_fields .validation_message{
	display: none;
}
.banner-form form input,
.banner-form form h3.gform_title{
	text-transform: uppercase;
}
.banner-form form h3.gform_title{
	color: #fff !important;
	letter-spacing: 3px;
}
.banner-form form input[type="submit"],
.banner-form form h3.gform_title{
	font-size: 1.532rem;
	font-weight: 500;
}
.banner-form form input{
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	border: 0;
	margin: 0 0 25px;
}
.banner-form form input[type="submit"]{
	background: #f7af02 url("library/images/icons/icon_mail.png") no-repeat 25px center;
	color: #fff;
	text-align: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px 0 90px;
	margin: 0;
}
.banner-form form input[type="submit"]:hover{
	background-color: #e1a004
}
.banner-form .gform_validation_error h3.gform_title{
	margin-bottom: 15px;
}

/* Home Portals */
.home-row-01.home-portals .container {
	max-width: 1440px;
    width: 100%;
}
.home-portals{
	margin: 0;
	padding: 100px 0;
	text-align: center;
}
.home-portals h2{}
.home-portals h3{
	text-decoration: underline;
	color: #333;
}
.home-portals ul{
	display: flex;
	padding: 40px 0 0;
	margin: 0;
	justify-content: center;
}
.home-portals ul > li{
	/* float: left; */
	width: 25%;
	/*margin-right: 4.7%;*/
	padding: 0 20px;
}
.home-portals ul > li:last-child{
	margin-right: 0;
}
.home-portals ul > li:hover > a,
.home-portals ul > li > a{
	color: #fff;
	text-decoration: none;
}
.home-portals .portal-title{
	background-color: #1a334d;
	display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
	padding: 28px 25px 28px 25px;
	text-align: left;
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.home-portals ul > li:hover .portal-title{
	background-color: #f7af02;
}
.home-portals .portal-photo{
	position: relative;
	display: block;
	overflow: hidden;
}
.home-portals .portal-photo img{
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.home-portals ul > li:hover .portal-photo img{
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}

/* Home Extra Contents */
.blue-bg {
	background-color: #1761a7;
	margin-top: 53px;
	padding: 40px 20px 40px;
}
.blue-bg * {
	color: #ffffff;
}
.interstate-section {
	border-top: 1px solid #22456d;
	padding-bottom: 110px;
	padding-top: 80px;
	text-align: center;
}

.home-row-03{
	background-color: #ebebeb;
	border-top: 10px solid #d1d1d1;
	border-bottom: 10px solid #d1d1d1;
	padding: 50px 0 5px !important;
}
.home-row-03 .col-three-fifth{
	margin-top: 60px;
}
.home-row-03 h6{
	text-decoration: underline;
	font-weight: 400;
}
.home-extra-content-row-2{
	padding: 60px 0 80px;
}
.ec-row-4 ul > li,
.home-row-04 ul > li{
	background:  url("library/images/icons/icon_checklist.png") no-repeat left center;
	padding-left: 74px;
	margin: 0 0 30px;
}
.ec-row-4 ul > li:last-child,
.home-row-04 ul > li:last-child{
	background: none;
	padding-top: 15px;
}
.home-row-04 h2{
	margin: 40px 0 35px 74px;
}

/* Testimonials */
.testimonial-bar{
	border-top: 1px solid #22456d;
	padding: 60px 0;
}
.testimonial-bar ul{
	margin: 0;
}
.testimonial-bar ul > li{
	background:  url("library/images/icons/testi-stars.png") no-repeat center bottom;
	float: left;
	width: 30.2%;
	margin-right: 4.7%;
	text-align: center;
	padding: 15px 20px 40px;
}
.testimonial-bar ul > li:last-child{
	margin-right: 0;
}
.testimonial-bar ul > li strong{
	display: block;
}
.testi-text{
	padding: 15px 20px;
}


/*** Homepage - Enter any style for elements on homepage here ***/


/******************************************
INNERPAGES STYLES
******************************************/
/* Inner Banner */
.inner-banner {
	background: url(library/images/banner-home.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 44px 0;
}
.inner-banner h1{
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 55px;
	color: #fff;
	margin: 0;
}
.banner-button{
	text-align: right;
}

body.inner .mainbody{
	padding-top: 30px !important;
}

/* Contact page */
body.page-contact div.gform_wrapper .gfield_required, div.gform_wrapper ul.gform_fields .validation_message {
    display: inline-block;
	color: #1f1f1f;
}
body.page-contact textarea,
body.page-contact input[type="email"],
body.page-contact input[type="tel"],
body.page-contact input[type="number"],
body.page-contact input[type="text"]{
	border: 1px solid #B7B7B7 !important;
}
body.page-contact input[type="submit"]{
	width: auto !important;
}

/* Price Quote Form */
body.page-get-a-quote .inner-banner,
body.page-quote-form-step-2 .inner-banner{
	display: none;
}
.price-quote-wrapper{
	background: url("library/images/banner-home.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 60px 0 50px;
}
.price-quote-form{
	text-align: center;
}
.price-quote-form form:before {
	background: url(library/images/take-a-minute.png) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: "";
	height: 132px;
	position: absolute;
	right: -229px;
	top: 70px;
	width: 188px;
}
.price-quote-form form{
	background-color: #19334e;
	max-width: 715px !important;
	width: 100%;
	margin: 0 auto;
	padding: 80px 90px;
	position: relative;
}
.price-quote-form h1{
	color: #fff;
    font-weight: 400;
	margin: 0 0 50px;
}
.price-quote-form .gfield{
	text-align: left;
	color: #fff;
}
.price-quote-form .gfield label{
	color: #fff;
    display: block;
	margin: 0 0 5px;
} 
.price-quote-form .gfield input,
.price-quote-form .gfield textarea{
	border: 0 none;
    color: #696969;
    font-size: 1rem;
    font-weight: 400;
    height: 46px;
    line-height: 22px;
    margin: 0;
    padding: 20px;
    width: 100%;
}
.price-quote-form .gfield textarea{
	height: 136px;
}
.price-quote-form .gfield{
	color: #fff;
}
.price-quote-form .checkbox{
	margin: 30px 0 37px !important;
}
.price-quote-form .gfield input[type="checkbox"]{
	float: left;
    width: auto;
	margin-right: 12px;
}
.price-quote-form .checkbox div.label{
	line-height: 34px;
	margin-left: 32px;
}
.price-quote-form div.gform_wrapper div.gform_footer input[type="submit"] {
	background: #f7af02 url("library/images/icons/icon_mail.png") no-repeat 25px center;
	margin: 0;
	letter-spacing: 3px;
	text-align: center;
}
.download-box {
	background: #2A425B;
	font-size: 18px;
	padding: 40px !important;
	text-align: center !important;
	color: #fff !important;
}
.download-box p {
	color: #fff !important;
}
.download-box p a {
	color: #82B4E7 !important;
	font-weight: bold;
	font-size: 17px;
	padding: 0 0 0 50px;
	background: url('https://www.faulknerremovals.com.au/wp-content/uploads/icon-download.png') no-repeat left center;
}
.gform_wrapper .top_label input[type="file"].medium {
	height: 80px;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/

/*********************
LANDING PAGE
*********************/
body.landing-page .banner-form form{
	background-color: #ff8000;
	padding: 45px 40px 50px;
}
body.landing-page .banner-form form input[type="submit"]{
	background-color: #1a334d;
	background-image: url("library/images/icons/icon_mail-2.png");
	text-align: left;
	padding-left: 90px;
}
body.landing-page .banner-form form input[type="submit"]:hover{
	background-color: #21456b;
}
body.landing-page h4{
	font-size: 1.625rem;
	font-weight: 400;
	color: #333;
}
body.landing-page .banner-form form h3.gform_title{
	font-size: 1.625rem;
	font-weight: 400;
	color: #333;
	margin: 0 0 30px;
}
body.landing-page .kalam{
	font-size: 2.625rem;
    text-decoration: underline;
}
.map-route{
	float: left;
	width: 55.13%;
}
.banner-form {
    float: right;
    width: 41.45%;
}
body.landing-page .banner-form form input[type="submit"]:hover {
    background-color: #21456b !important;
}
body.landing-page div.gform_wrapper div.validation_error{
	border-top: 2px solid #fa313d;
	border-bottom: 2px solid #fa313d;
	color: #fff;
	font-weight: 500;
}
body.landing-page div.gform_wrapper ul.gform_fields li.gfield_error textarea, div.gform_wrapper ul.gform_fields li.gfield_error input {
    border: 2px solid #fa313d !important;
}
.info-box{
	background-color: #275a8e;
	padding: 18px 20px 20px;
}
.info-box p{
	background: url(library/images/icons/icon_infos.png) no-repeat 0 50%;
	font-size: 1rem;
    line-height: 1.2;
	color: #fff;
	padding-left: 45px;
}
.info-box p a{
	color: #ff8000;

}
.extra-content{
	padding: 60px 0;
}
.extra-content.ec-row-3,
.extra-content.ec-row-1{
	background-color: #ebebeb;
}
.extra-content.ec-row-4,
.extra-content.ec-row-2{
	background-color: #fff;
}
.extra-content.ec-row-4{
	padding: 60px 0px 0px 0px;
}

ul.location-listing{
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
	padding: 5px 0 24px;
	margin-bottom: 0;
}
ul.location-listing li{
	background: url(library/images/icons/icon_checklist-2.png) no-repeat 0 7px;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
	color: #1f1f1f;
	padding-left: 30px;
	padding-bottom: 20px;
}
.ec-row-2 img{
	margin-bottom: 0;
}
.cta-box-question{
	position: relative;
	background-color: #1a334d;
	padding: 37px 30px;
	/* margin-top: 155px; */
}
.cta-box-question h3{
	float: left;
	width: 31%;
	font-size: 1.75rem;
	color: #fff;
	font-weight: 400;
	margin: 12px 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cta-box-question p{
	float: left;
	width: 42%;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 1.375rem;
	line-height: 1.4;
	color: #fff;
	padding: 0 1.5%;
	margin: 0;
}
.cta-box-question p > a{
	color: #ff8000;
}
.cta-quote-button {
    float: right;
    text-align: right;
    width: 27%;
}
a.get-quote{
	background-color: #f7af02;
	font-size: 1.531rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 20px 35px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}
a.get-quote:hover{
	background-color: #d19503;
}
.extra-content hr{
	border-width: 3px;
	height: 3px;
}
.transport-wrapper:before,
.transport-wrapper:after {
	content: "";
	display: table;
	line-height: 0;
}
.transport-wrapper:after {
	clear: both;
}
.transport-wrapper{
	position: relative;
	/* background: url(library/images/transport-road.png) no-repeat center 80px; */
}
.transport-wrapper > img{
    position: absolute;
    top: 78px;
	left: 0;
}
.transport-road{
	position: absolute;
	top: 78px;
	left: 0;
}
.transport-content{
	float: left;
	width: 31.62%;
	margin-right: 2.57%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.transport-content.last{
	margin-right: 0;
}
.transport-content p:first-child{
	margin-bottom: 0;
}
.transport-content h5{
	font-size: 1.438rem;
	color: #ff8000;
	text-transform: uppercase;
	margin-bottom: 14px;
    margin-top: -20px;
	position: relative;
	z-index: 2;
}
.transport-content h6{
	font-size: 1.25rem;
	font-weight: 400;
	color: #1f1f1f;
}


/******************************************
BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #CECECE;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-main{
	padding-right: 200px;
	position: relative;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	position: absolute;
	right: 0;
	top: 7px;
}
.post-image img,
.post-list-thumbnail img{
	border: 3px solid #CECECE;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
/* h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
} */
.post-image {
	margin: 30px 0;
}
.post-image img{
	width: auto !important;
}

.blog-cta{
	background:#15487b;
	padding:30px 20px;
}

.blog-cta p {
	margin:0;
	color:#fff;
	text-align:center;
}
.back-to-blog{
	padding-bottom: 15px;
}
body.single .entry-content img{
	width: 100%;
}
.post-readmore{
	padding-top: 8px;
}

/******************************************
NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
	padding: 0 10px;
	margin-left: -2px;
}
nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li:before {
	background-color: #485c71;
	content: "";
	height: 12px;
	width: 2px;
	position: absolute;
	right: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after,
nav.main-nav ul.nav > li:last-child:before {
	display: none;
}
nav.main-nav ul.nav > li > a:after {
	background-color: #fff;
	content: "";
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav.main-nav ul.nav > li:hover > a:after {
	width: 100%;
}
nav.main-nav ul.nav > li > a {
	position: relative;
	display: block;
	background: none;
	border: none;
	color: #fff;
	font: 300 1.125rem/76px 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	*zoom: 1;
	z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #fff;
	text-decoration: none;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: 400;
}
nav.main-nav ul.nav li ul {
	background: #1761A7;;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	display: block;
	background: none;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.2em;
	padding: 14px 10px 14px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #1a334d;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #1a334d;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	left: 7px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #1f62a6;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: rgba(255,255,255,0.15);
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 35px;
}
.sfm-navicon {
	width: 35px;
}
.sfm-navicon:before {
    top: 9px;
}
.sfm-navicon:after {
    top: -9px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}

#gform_wrapper_5.gform_wrapper .gfield_required {
	color: #FFF;
	display: inline-block;
}
.page-id-519 .inner-banner .banner-button {
	display: none;
}
ul#gform_fields_5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
ul#gform_fields_5 > li {
    width: 100%;
}
li#field_5_1, li#field_5_2 {
    width: 60% !important;
}
li#field_5_16, li#field_5_17 {
    width: 40% !important;
    padding-left: 20px;
}
li#field_5_16 label, li#field_5_17 label {
	opacity: 0;
}
/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 992px) {
	/* Extra Classname */
	.md-text-right{
		text-align: right;
	}
	.md-float-right{
		float: right;
	}

	/* Extra Paddings */
	.pt-80{ padding-top: 80px;}
	.pt-70{ padding-top: 70px;}
	.pt-60{ padding-top: 60px;}
	.pt-50{ padding-top: 50px;}
	.pt-40{ padding-top: 40px;}
	.pt-30{ padding-top: 30px;}
	.pt-20{ padding-top: 20px;}
	.pt-15{ padding-top: 15px;}
	.pt-10{ padding-top: 10px;}
	.pt-5{ padding-top: 5px;}
	.pb-80{ padding-bottom: 80px;}
	.pb-70{ padding-bottom: 70px;}
	.pb-60{ padding-bottom: 60px;}
	.pb-50{ padding-bottom: 50px;}
	.pb-40{ padding-bottom: 40px;}
	.pb-30{ padding-bottom: 30px;}
	.pb-20{ padding-bottom: 20px;}
	.pb-15{ padding-bottom: 15px;}
	.pb-10{ padding-bottom: 10px;}
	.pb-5{ padding-bottom: 5px;}
	.pl-80{ padding-left: 80px;}
	.pl-70{ padding-left: 70px;}
	.pl-60{ padding-left: 60px;}
	.pl-50{ padding-left: 50px;}
	.pl-40{ padding-left: 40px;}
	.pl-30{ padding-left: 30px;}
	.pl-20{ padding-left: 20px;}
	.pl-15{ padding-left: 15px;}
	.pl-10{ padding-left: 10px;}
	.pl-5{ padding-left: 5px;}
	.pl-0{ padding-left: 0;}
	.pr-80{ padding-right: 80px;}
	.pr-70{ padding-right: 70px;}
	.pr-60{ padding-right: 60px;}
	.pr-50{ padding-right: 50px;}
	.pr-40{ padding-right: 40px;}
	.pr-30{ padding-right: 30px;}
	.pr-20{ padding-right: 20px;}
	.pr-15{ padding-right: 15px;}
	.pr-10{ padding-right: 10px;}
	.pr-5{ padding-right: 5px;}
	.pr-0{ padding-right: 0;}

	/* Extra Margins */
	.mb-70{ margin-bottom: 70px;}
	.mb-60{ margin-bottom: 60px;}
	.mb-50{ margin-bottom: 50px;}
	.mb-40{ margin-bottom: 40px;}
	.mb-30{ margin-bottom: 30px;}
	.mb-20{ margin-bottom: 20px;}
	.mb-15{ margin-bottom: 15px;}
	.mb-10{ margin-bottom: 10px;}
	.mb-5{ margin-bottom: 5px;}
	.mr-70{ margin-right: 70px;}
	.mr-60{ margin-right: 60px;}
	.mr-50{ margin-right: 50px;}
	.mr-40{ margin-right: 40px;}
	.mr-30{ margin-right: 30px;}
	.mr-20{ margin-right: 20px;}
	.mr-15{ margin-right: 15px;}
	.mr-10{ margin-right: 10px;}
	.mr-5{ margin-right: 5px;}
	.ml-70{ margin-left: 70px;}
	.ml-60{ margin-left: 60px;}
	.ml-50{ margin-left: 50px;}
	.ml-40{ margin-left: 40px;}
	.ml-30{ margin-left: 30px;}
	.ml-20{ margin-left: 20px;}
	.ml-15{ margin-left: 15px;}
	.ml-10{ margin-left: 10px;}
	.ml-5{ margin-left: 5px;}
}
@media (max-width: 1440px) {
    html{font-size: 90% !important;}
    
    /* Header */
	.main-header {
		padding: 25px 0 28px;
	}
	.logo img {
		width: 240px;
	}
	.header_right {
		padding-top: 20px;
	}
	.header_phone{
		font-size: 2.125rem;
	}
	nav.main-nav ul.nav > li > a{
		font-size: 1.125rem;
		line-height: 60px;
	}

    /* Home Banner */
	.home-banner{
		padding: 40px 0;
	}
	.banner-caption:after{
		right: 30px;
	}
	.banner-caption h1 {
		font-size: 3.125rem;
	}
	.banner-caption h4{
		font-size: 1.35rem;
		margin-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	html{font-size: 90% !important;}
	body, p, td, ul, li{
		font-size: 1rem;
		line-height: 1.45em;
	}
	h1, h2, h3, h4, h5, h6, p{
		margin: 0 0 24px;
	}
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.375rem;
	}
	h5 {
		font-size: 1.25rem;
	}
	h6 {
		font-size: 1.125rem;
	}

	/* General Styles */
	.extra-content {
		padding: 50px 0;
	}

	/* Home Portals */
	.home-portals ul {
		padding: 0 0 10px;
	}
	.home-portals .portal-title {
		font-size: 1.375rem;
		padding: 20px 15px 20px 30px;
	}
	.home-row-03{
		padding: 50px 0 0;
	}
	.home-row-04 {
		padding: 20px 0 40px;
	}
	.home-row-04 h2 {
		margin: 50px 0 24px 65px;
	}
	.ec-row-4 ul > li,
	.home-row-04 ul > li{
		margin: 0 0 24px;
		padding-left: 65px;
	}
	.ec-row-4 ul > li:last-child,
	.home-row-04 ul > li:last-child {
		padding-top: 5px;
	}

	/* Inner Banner */
	.inner-banner{
		padding: 45px 0;
	}
	.inner-banner h1{
		font-size: 2.125rem;
	}

	/* Footer */
	.footer-copyright{
		margin-left: 50px;
	}
	.footer-phone{
		font-size: 2rem;
	}
	.price-quote-form form:before {
		height: 105px;
		width: 150px;
		right: -160px;
	}

	/*** Enter your custom style here ***/
}

@media (max-width: 1100px) {

	/*** Enter your custom style here ***/


	.testimonial-bar {
		padding: 50px 0;
	}
	.testi-text {
		padding: 15px 10px;
	}

	.main-footer{
		padding: 50px 0;
	}
	.footer-copyright {
		margin: 0 30px 0 40px;
	}
	.footer-phone {
		font-size: 1.75rem;
	}
	.footer-phone span{
		padding-left: 44px;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
	.price-quote-form form:before {
		height: 91px;
		width: 130px;
		right: -150px;
	}

	/* LANDING PAGE */
	.ec-row-2 img{
		width: 430px;
	}
	.cta-box-question{
		/* margin-top: 40px; */
		padding: 30px 25px;
	}
	body.landing-page .kalam{
		font-size: 2.125rem;
	}
	body.landing-page h4{
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	.md-alignright{
		float: right;
	}
	.md-textright{
		text-align: right;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 2.25rem;
	}
	h2 {
		font-size: 1.75rem;
	}

	.extra-content, .mainbody {
		padding: 50px 0;
	}

	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}

	/* Gravity Form */
	div.gform_wrapper ul.gform_fields li.gfield {
		margin: 0 0 15px !important;
	}

	/* Sidebar */
	.main-sidebar .widget {
		margin-bottom: 30px;
	}
	.main-sidebar ul.menu > li > a {
		font-size: 1.125rem;
		padding: 15px 10px 15px 20px;
	}
	.sidebar_box {
		background-size: 105px auto;
		padding: 20px 80px 32px 15px;
	}
	.sidebar_box a.em-button{
		padding: 8px;
	}
	.service_list li a {
		font-size: 24px;
		padding: 32px 10px 22px 160px;
	}
	.service_list li:first-child a {
		background-position: 13px 18px;
	}
	.service_list li:first-child + li a {
		background-position: 7px 12px;
	}

	/* Header */
	.main-header {
		padding: 25px 0 20px;
	}
	.header_right > div,
	.header_right,
	.logo {
		float: none;
		text-align: center;
	}
	.logo img {
		width: 200px;
	}
	.tagline{
		padding: 5px 0 15px;
	}
	.header_phone{
		display: inline-block;
	}

	/* Home Banner */
	.home-row-03.column-vertical-align .row,
	.home-banner.column-vertical-align .row{
		display: flex;
	}
	.banner-caption {
		padding-right: 5%;
	}
	.banner-caption:after {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		right: 0;
		bottom: -15px;
	}
	.banner-caption h1 {
		font-size: 2.5rem;
	}
	.banner-caption h4 {
		font-size: 1.25rem;
		margin-bottom: 40px;
	}
	.banner-caption ul > li {
		padding-left: 40px;
		-webkit-background-size: 22px auto;
		-moz-background-size: 22px auto;
		-o-background-size: 22px auto;
		background-size: 22px auto;
	}
	.banner-form form {
		padding: 25px 24px 30px;
	}
	.banner-form form input[type="submit"], .banner-form form h3.gform_title {
		font-size: 1.25rem !important;
	}
	.banner-form form input[type="submit"] {
		padding: 0 20px 0 65px !important;
		background-position: 20px center;
	}

	/* Home Portals */
	.home-portals {
		padding: 50px 0 30px;
	}
	.home-portals ul {
		padding: 10px 0 40px;
	}
	.home-portals .portal-title {
		font-size: 1.235rem;
		padding: 15px 10px 15px 15px;
	}

	/* Home Extra Contents */
	.home-row-03{
		padding: 40px 0 20px;
	}
	.home-row-04 {
		padding: 10px 0 30px;
	}
	.home-row-04 h2 {
		margin: 40px 0 20px 60px;
	}
	.ec-row-4 ul > li,
	.home-row-04 ul > li{
		margin: 0 0 20px;
		padding-left: 60px;
	}

	/* Inner Banner */
	.inner-banner{
		padding: 40px 0;
	}
	.inner-banner h1{
		line-height: 45px;
	}
	.banner-button a.em-button {
		padding: 0 20px;
		letter-spacing: 1px;
		height: 45px;
		line-height: 45px;
	}

	/* Footer */
	.main-footer{
		padding: 40px 0;
	}
	.main-footer .footer-inner > div {
		float: none !important;
		padding: 14px 0 !important;
		text-align: center;
	}

	.price-quote-wrapper{
		padding: 40px 0;
	}
	.price-quote-form h1{
		margin: 0 0 30px;
	}
	.price-quote-form form{
		padding: 50px 60px;
	}
	.price-quote-form form:before {
		display: none;
	}

	/* LANDING PAGE */
	body.landing-page .banner-form{
		padding: 0;
	}
	body.landing-page .banner-form form {
		padding: 25px 25px 30px;
	}
	body.landing-page .banner-form form h4{
		font-size: 1.25rem;
	}
	.extra-content {
		padding: 40px 0;
	}
	.cta-box-question {
		/* margin-top: 30px; */
		padding: 20px 20px 15px;
	}
	.cta-box-question h3,
	.cta-box-question p,
	.cta-box-question div{
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	a.get-quote{
		font-size: 1.25rem;
		padding: 14px 24px;
	}
	ul.location-listing{
		columns: 4;
		-webkit-columns: 4;
		-moz-columns: 4;
	}
	ul.location-listing li{
		background-position: 0 4px;
		font-size: 1rem;
		padding-bottom: 14px;
		padding-left: 22px;
	}
	.transport-road{
		top: 60px;
	}

	/*** Enter your custom style here ***/
}

@media (min-width: 768px) {
	.sm-alignright{
		float: right;
	}
	.sm-textright{
		text-align: right;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	
	/*Banner*/
	.banner-caption * {
    text-align: center;
	}
	
	.banner-caption .em-button{
		margin-left: 0 !important;
		margin-bottom: 25px;
	}
	
	.banner-form {
		text-align:center;
	}
	
	.banner-form ul > li {
    background: none;
	padding: 0;
	margin: 20px 0 0 0px;
	}
	
/*------*/
	
	.sfm-rollback {
		display: block;
	}
	.top-menu{
		display: none;
	}

	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}

	.extra-content, .mainbody {
		padding: 40px 0;
	}

	.hidden-sm-down{
		display: none !important;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		display: block;
		padding: 7.5px 0;
		text-align: center;
	}

	/* Sidebar */
	.main-sidebar {
		padding-top: 30px;
		margin: 0;
	}


	/* Main Menu */
	#top_menu {
		*zoom: 1;
	}
	#top_menu:before,
	#top_menu:after {
		content: "";
		display: table;
		line-height: 0;
	}
	#top_menu:after {
		clear: both;
	}
	#top_menu {
		float: none;
		padding: 12px 20px !important;
		position: relative;
		width: auto;
		z-index: 999999;
	}
	.responsive_wrap {
		background: #fff;
	}
	.menu-icon {
		background: #fff;
		color: #fff;
		cursor: pointer;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		padding: 0;
		text-decoration: none;
	}
	.menu_slash {
		width: 45px;
		height: 40px;
		float: right;
		background: #eaeaea url('library/images/ph_menu_extend.png') center center no-repeat;
		padding: 0;
		font-size: 16px;
		text-indent: -9999em;
		line-height: 22px;
		font-size: 1px;
	}
	.menu_text {
	    float: left;
		padding: 10px 5px 10px 17px;
	    font: normal 18px/20px Arial, Helvetica, sans-serif;
	    padding-right: 5px;
		color: #090909;
	}
	.menu-icon span {
		display: none;
	}

	/* main nav */
	.responsive_wrap  {
		display: none;
	}
	#top_menu .main-nav{
		width: 100%;
		clear: both;
		z-index: 10000;
		padding: 0;
		border: none;
		margin: 0;
	}
	#top_menu .main-nav li{
		background: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #888;
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#top_menu .main-nav li a:after{
		display: none;
	}
	#top_menu .main-nav a,
	#top_menu .main-nav ul a{
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-width: 0;
		color: #090909 !important;
		display: block;
		font-size: 14px;
		font-weight: normal;
		height: auto;
		line-height: 18px;
		margin: 0;
		padding: 10px 25px;
		text-shadow: none !important;
	}
	#top_menu .main-nav li.current-menu-item a,
	#top_menu .main-nav a:hover,
	#top_menu .main-nav ul a:hover{
		background-color: #ff8000;
		border-bottom-width: 0;
		color: #fff !important;
		text-decoration: none;
	}

	/* Dropdown */
	#top_menu .main-nav ul{
		background: none;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
		padding: 0;
		position: static;
		width: 100%;
		visibility: visible;
		opacity: 1;
	}
	#top_menu .main-nav ul li:before{
		display: none;
	}
	#top_menu .main-nav ul li{
		background: none;
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#top_menu .main-nav ul a{
		color: #262626;
		font-size: 14px;
		font-weight: normal;
		line-height: 120%;
		padding: 10px 35px;
		text-decoration: none;
	}
	#top_menu .main-nav ul a {
		padding: 10px 35px;
	}
	#top_menu .main-nav ul ul.sub-menu a {
		padding: 10px 60px;
	}

	/* Home Banner */
	.home-row-03.column-vertical-align .row,
	.home-banner.column-vertical-align .row{
		display: block;
	}
	.banner-caption:after, .banner-caption h1 > br {
		display: none;
	}

	.banner-caption,
	.banner-form{
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	.transport-road,
	.banner-caption:after,
	.banner-caption h1 > br{
		display: none;
	}
	.banner-caption h4 {
		margin: 0 0 40px;
	}

	.home-portals {
		padding: 30px 0 20px;
	}
	.home-portals ul {
		display: block;
		padding: 5px 0 10px;
	}
	.home-portals ul > li {
		float: none;
		margin: 0 0 24px;
		width: 100%;
	}

	.ec-row-4 ul > li:last-child,
	.home-row-04 ul > li:last-child,
	.home-row-04,
	.home-row-03{
		text-align: center;
	}
	.home-row-03{
		padding-bottom: 0;
	}
	.ec-row-4 ul > li,
	.home-row-04 ul > li{
		text-align: left;

	}
	.ec-row-4 ul > li:last-child,
	.home-row-04 ul > li:last-child{
		padding-left: 0;
	}

	.testimonial-bar {
		padding: 40px 0 1px;
	}
	.testimonial-bar ul > li {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.banner_button {
		display: none;
	}

	.price-quote-form form{
		padding: 40px;
	}
	.price-quote-form .form-field input[type="submit"]{
		letter-spacing: 0;
		padding-left: 75px;
	}

	/* LANDING PAGE */
	.extra-content {
		padding: 30px 0;
	}
	.map-route{
		width: 100%;
		margin: 0 0 20px;
	}
	.map-route img{
		width: 100% !important;
	}
	ul.location-listing{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		padding: 0 0 10px;
	}
	ul.location-listing li{
		padding-bottom: 10px;
	}
	.transport-wrapper > img{
		display: none;
	}
	.transport-content {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	.transport-content h5{
		margin-top: -35px;
	}
	.transport-content.last{
		margin-bottom: 0;
	}

	/* Inner Banner */
	.inner-banner{
		padding: 20px 0;
	}
	.inner-banner h1{
		font-size: 1.75rem;
		line-height: 1.2;
	}



	/*** Enter your custom style here ***/
}

@media (max-width: 480px) {

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	h2.entry-title {
		font-size: 1.75rem;
	}
	.post-list-main{
		padding-right: 0;
	}
	.post-list-thumbnail {
		position: static;
	}
	
	.service_list li {
		margin-top: 10px;
	}
	.service_list li a {
		font-size: 16px;
		padding: 22px 10px 17px 105px;
	}
	.service_list li:first-child a {
	    background-position: 1px 12px;
	    background-size: 90px auto;
	}
	.service_list li:first-child + li a {
	    background-position: 0 10px;
	    background-size: 95px auto;
	}
	.other_services {
		margin-top: 30px;
	}

	/*.banner-caption ul > li{
	background:  url("library/images/icons/icon_checkbox.png") no-repeat left center;
	padding: 1px 0 1px 65px;
	margin: 0 0 20px;
}*/

/*.banner-form ul > li{
	margin-top:45px!important;
	background:  url("library/images/icons/icon_checkbox.phng") no-repeat left center;
	padding: 1px 0 1px 65px;
	margin: 0 0 20px;
	color:white;
}*/
	
	.banner-caption.h1 {
		
		text-align:center!important;
	}
	/*** Enter your custom style here ***/
	.main-header .header_button {
		float: none !important;
		margin-top: 15px;
	}
}

@media (max-width: 479px) {
	/* LANDING PAGE */
	ul.location-listing{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		padding: 0 0 10px;
	}
	
	
	/*.banner-caption ul > li{
	background:  url("library/images/icons/icon_checkbox.png") no-repeat left center;
	padding: 1px 0 1px 65px;
	margin: 0 0 20px;
}

.banner-form ul > li{
	margin-top:45px!important;
	background:  url("library/images/icons/icon_checkbox.phng") no-repeat left center;
	padding: 1px 0 1px 65px;
	margin: 0 0 20px;
	color:white;
}*/
	
	.banner-caption.h1 {
		
		text-align:center!important;
	}
}
.form-note {
	margin-top: -60px;    
	position: relative;
}
@media (max-width: 991px) {
	.price-quote-form form {
		padding-bottom: 60px;
	}
	.form-note {
		margin-top: -45px;
	}
}