@charset "utf-8";
/* CSS Document */

/*
	Theme Name: LogisCargo - shared on wplocker.com
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: Professionally Designed WordPress Theme For Logistics, Cargo, Warehouse, Transport and similar businesses.
	Version: 1.83
	Text Domain: logiscargo
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: white, custom-background, threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */



@font-face {
  font-family: 'Gilroy-Regular';
  src: url('assets/fonts/Gilroy-Regular.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/Gilroy-Regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/Gilroy-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Gilroy-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


.no-ttfmwrk header {}
.no-ttfmwrk.admin-bar header { /* top: 32px; */ }
.mainblock { /*padding-top: 80px; padding-bottom: 93px; */     background-color: #f4f5f7 }
.page-id-7 .mainblock {  background-color: #fff; }
.header-sticky.no-tpadd .mainblock { padding-top: 0; }
/*.hdr-overlap .mainblock,.header-sticky.no-tpadd.hdr-overlap .mainblock { padding-top: 0; }*/
.no-bpadd .mainblock { padding-bottom: 0; }
.no-tpadd .mainblock { padding-top: 0; }


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.margin2020 { margin: 0 20px 20px 0; }
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption { font-weight: bold; }
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.fl { float: left; }
.fr { float: right; }
ol.commentlist,ul.children {list-style: none;}

/* End of WordPress default styles */

/* Margins */
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.mbottom120 { margin-bottom: 120px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom60 { margin-bottom: 60px; }	
.mbottom40 { margin-bottom: 40px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom5 { margin-bottom: 5px; }
.tt-mr15 { margin-right: 15px;}
.tt-mr60 { margin-right: 60px;}
.ptop30 { padding-top: 30px; }
.no-tpadd .mbottom70.tpadd { margin-bottom: 0;}

.mainblock table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mainblock table th, .mainblock table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.mainblock table thead:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child td {
    border-top: 0;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	 font-family: 'Gilroy-Regular';
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
/* these common styles to be styled as per the theme look */
button, input, select, textarea {
    color: #888;
    font-size: 12px;
    padding: 13px 40px 14px 20px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #e8e8e8;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #b5985a;
}
#footer-wrap button, #footer-wrap input, #footer-wrap select, #footer-wrap textarea {
  border-color: #363637;
}
#footer-wrap input[type="reset"], #footer-wrap input[type="submit"] {
  border-color: #363637;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #fff;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    outline: medium none;
    padding: 0 43px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: #1cbac8 none repeat scroll 0 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #313131;
}
textarea { width: 100%; }
.page-numbers.dots { display: none; }

/*

__          _______  _      ____   _____ _  ________ _____    _____ ____  __  __ 
 \ \        / /  __ \| |    / __ \ / ____| |/ /  ____|  __ \  / ____/ __ \|  \/  |
  \ \  /\  / /| |__) | |   | |  | | |    | ' /| |__  | |__) || |   | |  | | \  / |
   \ \/  \/ / |  ___/| |   | |  | | |    |  < |  __| |  _  / | |   | |  | | |\/| |
    \  /\  /  | |    | |___| |__| | |____| . \| |____| | \ \ | |___| |__| | |  | |
     \/  \/   |_|    |______\____/ \_____|_|\_\______|_|  \_(_)_____\____/|_|  |_|
                                                                                  
                                                                                  

Sticky */

.sticky .post-title{
    position: relative;
}
.sticky .post-title a{
    padding-left: 25px;
}
.sticky .post-title a:before{
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}


.video-title {text-align: center;}
.wpcf7-form select {
    z-index: 5555555;
    background: transparent;
    -moz-appearance: none;
}
.title-block h1 {
    color: #fff;
}
.section.start-section {
    text-align: center;
}

/* WPML styles */
.widget_icl_lang_sel_widget.widget li::after { display: none;}
.top-language{	float: left;margin-right: 20px; }
#lang_sel_click { display: block; }
#lang_sel, #lang_sel_click {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
}
#lang_sel li, #lang_sel_click li  {
    width: 95px;
}
#lang_sel_click a, #lang_sel_click a:visited,
#lang_sel_click ul ul a, #lang_sel_click ul ul a:visited,
#lang_sel a, #lang_sel a:visited,
#lang_sel ul ul a, #lang_sel ul ul a:visited { border: none; line-height: 30px; color: #706A64 !important; }
#lang_sel_click ul ul,
#lang_sel ul ul { top: 30px; border:none; width: 95px; }
#lang_sel_click img.iclflag,
#lang_sel img.iclflag { float:left; top:10px; margin-right: 3px; }
#lang_sel_click li ul li img.iclflag,
#lang_sel li ul li img.iclflag { margin-right: 2px; }

#icl_lang_sel_widget #lang_sel_click ul ul li,
#icl_lang_sel_widget #lang_sel ul ul li,
#lang_sel_list.lang_sel_list_vertical a ,
#lang_sel_list.lang_sel_list_vertical ul { border:none !important; }
#lang_sel_list a, #lang_sel_list a:visited { font-size: 12px; line-height: 15px !important; }
ul.b #lang_sel_list { display: none;}
.menu-item-language img.iclflag { position: relative; top: -8px; }
.menu-item-language ul.submenu-languages img.iclflag { top: -5px; }
#lang_sel ul, #lang_sel li { padding: 0 !important; }
#tools ul.lang_sel_click:first-child li { padding: 0; }
#lang_sel{display:block;margin-top:2px;}
#lang_sel ul ul{z-index:100;}
#lang_sel li, #lang_sel_click li { width: auto; }

/* Common Comments styles */
.comment-head .date {
    color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
}
.comment-head .perma, .comment-head .edit {
    font-size: 12px;
}
.comment-text .name {
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
}


/* Hero shortcode classes */
.breadcrumb-area { }
.breadcrumb-area.dark h1 { color: #333333; }
.breadcrumb-area.light h1{ color: #231f20; }
.overlay-clr {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
h1.tt-title {
    color: #fff;
  font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.yt-breadcrumbs {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    color: #fff;
      font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}
.yt-breadcrumbs a{
    color: #fff;
}


.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #FBB12F;color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}



.logged-in .header.affix{
	top:32px !important;
}

.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}

.featured-post{
}

#content img{
	max-width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor{}


.nomargin > div > .row{
    margin-left:0;
    margin-right: 0;
}
.switcher-container{
    display: none;
}
.logged-in .header.downscrolled.upscrolled{
    top:64px !important;
}

.screen-reader-text{}
.alignright{}
.alignleft{}
.aligncenter{}

img.size-full.alignleft{
    margin-right:10px;
}
.widget ul li{
    border-bottom: none;
}
.comment span{
    display: none;
}

.single-post-page .comment-form input.submit{
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
        border: none;
    outline: none;
    background: #F7BE3D;
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.comments-box .single-comment .comment-text h3.comment-reply-title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;
}
h3.comment-reply-title:after{
    width: 35px;
    content: '';
    height: 3px;
    background: #F7BE3D;
    display: block;
    margin-top: 13px;

}
#commentform{
    margin-right: -15px;
    margin-left: -15px;
}
#commentform p{
    padding-right: 15px;
    padding-left: 15px;

}
.single-fact-counter .text-box {
    padding-left: 60px !important;
}
.contact-form.contact-page input.wpcf7-form-control.thm-btn{
        margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    width:auto;
        color: #202020;
        border: none;
    outline: none;
    background: #F7BE3D;
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.footer-top .wpcf7-form-control-wrap.number input {
    height: 45px;
    margin-right: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 0 15px;
    width: 66%;
    color: #ffffff;
}

.footer-top .wpcf7-form-control-wrap.number input:placeholder-shown {
    color: #ffffff;
}
.wpb_content_element{
    margin-bottom:0!important;
}

.header-info.pull-right .info-box .text-box{
    padding-left:35px;
}

.single-sidebar-widget ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    position: relative;
}
.main-menu-wrapper{
    z-index: 78!important;
}





.wpb_revslider_element .caption-h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.wpb_revslider_element .caption-p {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 28px;
}
.wpb_revslider_element .caption-divider span.divider {
  width: 1px;
  height: 90px;
  background: #fff;
  display: block;
}
.wpb_revslider_element .thm-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all .3s ease !important;
          transition: all .3s ease !important;
  font-weight: bold !important;
}
.wpb_revslider_element .thm-btn i {
  margin: 0;
  border-color: transparent;
}
.wpb_revslider_element .thm-btn i:after {
  display: none;
}
.wpb_revslider_element .thm-btn.inverse {
  background: #1FB5C7;
  color: #fff;
}
.wpb_revslider_element .thm-btn.inverse:hover {
  background: #F7BE3D;
  color: #202020;
}
.wpb_revslider_element .thm-btn.inverse i {
  color: #fff;
}
body.logged-in nav.sticky-fixed{
    top:42px!important;
}
body.logged-in header.sticky-fixed{
    top:32px!important;
}
body.header_4.logged-in nav.sticky-fixed{
    top:32px!important;	
}

.featured-post{
  background: #282b30;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color:#FFC000;
margin-right:15px;
font-weight: bold;
margin-bottom:20px;
}

.radio-box .wpcf7-list-item{
  display: block;
}
.blog-page .single-blog-post a.read-more{
      color: #fff;
    padding: 10px;
    background: #08ADD0;
    border-radius: 5px;
}
.blog-page .single-blog-post a.read-more:hover{
  color: #FBB12F;
}
@media screen and (max-width: 567px) {
    .header-info.pull-right{
        display: none !important;
    }
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a.comment-class{
      padding-right: 5px;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li span {
  padding-left:25px;
}

/*overflow*/
.vc_row[data-vc-full-width]{overflow:visible !important;}
body{overflow-x:hidden;}

/*search*/
.widget_search input[type="submit"]:hover{background: rgba(0,0,0,0) url(images/search.png) no-repeat 64% 50%;}

/*form*/
div.tt-has-overlay:before{content:'';display:block;content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#fa4242;opacity:.75;}
.cfform-submit{
	display:inline-block;
	border:none;
	outline:none;
	background:#fa4242;
	font-size:14px;
	line-height:28px;
	color:#fa4242;
	text-transform:uppercase;
	font-family:'Roboto',sans-serif;
	font-weight:500;
	padding-left:20px;
	padding-right:15px;
	border-radius:30px;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.cfform-submit:after{
	content:"\f0a9";
	display:inline-block;
	position:relative;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:16px;
	line-height:28px;
	color:#fff;    
	border-left: 0;
	margin-left:20px;
	padding-left:15px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.cfform-submit input.wpcf7-form-control.wpcf7-submit{ padding:0; color: #fff !important;}
.cfform-submit:hover{background:#1FB5C7;color:#fff;}
.cfform-submit:hover:after{color:#fff;border-color:#fff;}
.cfform-submit:hover input.wpcf7-form-control.wpcf7-submit{background:#1FB5C7;color:#fff!important;}

.thm-btn { border-radius: 30px; color: #fff; }

/*header 3*/
@media (min-width:1101px){
 .header_3 .main-menu-wrapper:not(.sticky-fixed){margin-top:0;margin-bottom:0;}
 .header_3 .main-menu-wrapper:not(.sticky-fixed) .menu-gradient{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
}

/*header 4 full-width*/
@media (min-width:1101px){
 .header_4 .main-menu-wrapper:not(.sticky-fixed){margin-top:0;margin-bottom:0;}
 .header_4 .main-menu-wrapper:not(.sticky-fixed) .menu-gradient{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
 .header_4 .main-menu-wrapper.full-width{height:65px;}
 .header_4 .main-menu-wrapper.full-width:not(.sticky-fixed) .menu-gradient{top:0;}
}

/*header-3*/
.header_2 #top-bar{position:fixed;top:0;left:0;width:100%;background:transparent;border-bottom:1px solid(#fa4242);z-index:100;}
.header_2 #top-bar .thm-container{max-width:100%;padding-left:40px;padding-right:40px;}
.header_2.topmenu #header2 {top:48px;}
.header_2.topmenu.admin-bar #header2 {top:84px;}
.header_2.admin-bar #header2, .header_2.admin-bar #top-bar{top:32px;}
/*
.header_2.admin-bar #header2 {top:80px;}
*/

/*footer widget*/
#footer{padding:60px 0 40px;}
.widget-lpinfo img{margin-bottom:30px;}
.widget-lpinfo p{color:#ffffff;}
.footer-read-more a{ }
.footer-read-more a:hover:after {
    color: #000 !important;
	display:none;
}
.footer-read-more a:hover {  }
.widget-social-links{margin-top:45px;}
.widget-social-links a{
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	border:1px solid #1FB5C7;
	border-radius:50%;
	margin-right:6px;
	color:#1FB5C7;
	font-size:18px;
	line-height:43px;
}
.accrodion-grp + .accrodion-grp .accrodion .accrodion-title{  border-top-color: rgba(0, 0, 0, 0);}
.accrodion .accrodion-content{    border-bottom: 1px solid #DEDEDE;}

.breadcrumb-area{position:relative; display:none; }
.breadcrumb-area:before{
    content:'';
    display:block;
    position:absolute;
    bottom:6px;
    left:0;
    width:100%;
    height:1px;
    background:#fff;
    opacity:0.3;
}
.widget-lpinfo { padding-top: 6px; }
.phone-number a { color: #d4d4d4; }
.header_1 .wpb_revslider_element{ margin-top: -55px }
.tt-bg-fixed{ background-attachment: fixed !important;background-size:cover;}
.footer-widget.widget_text ul.address .fa-fw{width: 11px;}
.footer-widget.widget_text ul.address i.icon{margin-left: 0;}
.footer-widget.widget_text ul.address span{}
.header-info .info-box .icon-box i{top:0;height:auto;line-height:normal;}
@media (max-width: 1100px){
    #header3 .nav-holder{margin-top:15px;text-align:right;}
}
@media (max-width: 1024px){
    #header3 .logo .logo{padding:0;}
    #header3 .nav-holder{position:absolute;right:10px;margin-top:0;}
}
@media (max-width: 480px){
    #header3 .thm-container{position:relative;}
    #header3 .nav-holder{width:100%;top:0;}
    #header3 .nav-holder .nav-header{padding:18px 0;}
    #header3 .logo .logo{text-align:left;}
    #header3 .nav-holder .nav-header button{width: 55px;padding:0;}
}
.ui-selectmenu-menu{display:none;}
.ui-selectmenu-open{display:block;}


@media (max-width: 600px) {
	body.logged-in nav.sticky-fixed{
		top:10px!important;
	}
}
div.wpcf7 img.ajax-loader{
	display:none;
}

/* EOF */



#menu-menu-1{ margin-top: 32px; }
#header3 .nav-holder .nav-footer ul.nav > li > a {
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat";
    letter-spacing: 0;
    padding:0;
}
.sec-title h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
	padding-bottom: 20px;
}
div.tt-has-overlay .sec-title h2 span {
    color: #fff;
}
.sec-title h2:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #F7BE3D;
    display: block;
    margin-top: 13px;
}
div.tt-has-overlay:before {
    content: '';
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081C34;
    opacity: .75;
}
.tt-column-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    background: #081C34;
    opacity: .8;
    z-index: 5;
}
.contact-form .form-grp {
    margin-bottom: 15px;
}
.checkboxDefult input[type=checkbox]{ 
	width: auto;
    height: auto;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.radioButtonDefult input[type=radio] {
	width: auto;
    height: auto;
}
select{ width: 100%; background: #FDFDFE !important; font-size: 14px; line-height: 42px; }
.checkboxDefult .wpcf7-list-item{ margin:0; }
.contact-form input[type=date]{ color: #848a92 !important; }
.footer-widget.widget_text .textwidget .fa {
    margin-right: 0 !important;
}
#footer {
    background: #353535 !important;
	/*background: #10181f url(../../images/footer-bg.jpg) top center no-repeat !important;*/
}
#footer a:hover {
    color: #ffffff;
}
#footer .footer-read-more a:hover{ color: #fff; }
.aboutFooter img{ float: left; padding-right: 16px; }
.packingMaterials .wpb_single_image{ min-height: 165px; }
.movingChecklist .wpb_single_image{ min-height: 125px; }
.movingChecklist .vc_icon_element { margin-top:40px; }
.manImg li{ padding:3px 0 !important; }

.membership-pricing-table {
    
}

.membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #000000;
    border-color: #353535;
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 3px 10px 3px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    line-height: 45px;
}

.membership-pricing-table table,.membership-pricing-table table td {
    border: 1px solid #ebebeb
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 6%
}

.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}

.membership-pricing-table table tr:first-child td,.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 50px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}
.contact-info ul li .content p {
    color: #8D8D8D;
    margin: 0;
    word-break: break-all;
}
.welcome-single-services:hover .text-box a{ color:#000 !important; }
.nav-holder .nav-footer ul.nav > li ul.submenu li { background: #eaeaea; }
.nav-holder .nav-footer ul.nav > li ul.submenu li a {
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a { color: #FF0000; }
.banner-Form{ 
	background: #fff;
    padding: 26px !important;
	border-radius: 15px;
}
.banner-Form .contact-form .form-grp {
    margin-bottom: 0 !important;
}
.banner-Form input[type="text"], .banner-Form input[type="email"], .banner-Form input[type="date"]{ 
	margin-bottom: 8px !important;
    border: 0 !important;
    background: #828282 !important;
	border-radius: 21px;
}
.banner-Form textarea{ 
	margin-bottom: 8px !important;
    border: 0 !important;
    background: #828282 !important;
	border-radius: 21px;
}
.banner-Form .checkbox-736 .checkboxDefult .wpcf7-list-item-label {
    font-size: 12px !important;
    color: #000;
    padding-bottom: 10px !important;
    display: inline-block;
}
.banner-Form .headingB{
	color: #231f20;
    padding-bottom: 10px !important;
    display: block;
}
.testimonialContant .request-qoute.has-overlay .contact-form input, .request-qoute.has-overlay .contact-form textarea { 
	border: 0;
	border-radius: 21px;
	color: #ffffff7a !important;
}
.testimonialContant .request-qoute.has-overlay .contact-form input[type="submit"] {
    background-color: transparent ;
}
.test
.request-qoute.has-overlay .contact-form input[type="submit"]{ background-color: #828282 !important; }
.request-qoute.has-overlay .contact-form input[type="submit"]:hover{ background-color: #ffd602 !important; color: #000 !important; }
.cfform-submit:hover {
    color: #000 !important;
	background: #ffd602 !important;
    cursor: pointer;
}
.request-qoute.has-overlay .contact-form .cfform-submit:hover input[type="submit"] {
    background: transparent;
	color: #000 !important;
}
.cfform-submit:hover:after {
    color: #000 !important;
    border-color: #000 !important;
}
.thm-btn:hover {
    background: #231f20 !important;
    color: #fff !important;
}
.thm-btn:hover:after {
    color: #000 !important;
}
.thm-btn:hover i {
    color: #000;
    border-color: black;
}
.thm-btn i {
    border-left: 0;
}
.footer-widget .link-list a:hover {
    color: #ffffff;
}
.testimonial-box.with-carousel .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #000000 ;
}
.qoute-box{ color:#fff !important; }
.testimonial-box .content span {
    color: #ffffff;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu {
    top: 75%;
    left: 0;
}
a {
    color: #000000;
}
.welcome-single-services:hover .text-box {
    background: #f0ec73;
}
.welcome-single-services:hover .text-box:before {
    background: #f0ec73;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:after {
    border-bottom: 0;
}
.welcome-single-services:hover .text-box h3, .welcome-single-services:hover .text-box p {
    color: #000000;
}
#top-bar {
    background: #000000;
    padding: 10px 0;
}
.welcome-single-services:hover a{ background-color: transparent; color:#000 !important; }
.welcome-single-services a{
	display: inline-block;
    border: none;
    outline: none;
    background-color: #828282;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 15px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height: 46px;
    line-height: 46px;
}
.welcome-single-services a:after {
    content: "\f0a9";
    display: inline-block;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-left: 0;
    margin-left: 20px;
    padding-left: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.thm-btn i:after {
    width: 0;
}
.btnGray{
	display: inline-block;
    border: none;
    outline: none;
    background-color: #231f20;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 15px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height: 46px;
    line-height: 46px;
}
.btnGray:after{ display: none; }
.btnGray i{	margin-left: 25px; }
.footer-read-more a:after {
    content: "\f0a9";
    display: inline-block;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-left: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.readMoreBtn a:after {
    content: "\f0a9";
    display: inline-block;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-left: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
p{
	font-family: Khula;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
}
#footer p{
	color: #b5b5b5;
    font-size: 14px;
}
.footer-widget .link-list a {
    color: #b5b5b5;
    text-transform: capitalize;
    line-height: 34px;
    font-size: 14px;
}
.bottom-bar {
    background-color: #000000 !important;
	border-top: 1px solid #ffffff26;
}
.bottom-bar p {
    margin: 0;
    color: #adadad;
	
}
.copyRight p{ padding: 15px 0; }
.sec-title h2:after { background: #323232 !important; }
.testimonialContant .request-form .wpcf7-list-item-label{ }
.footer-widget .title { border-bottom: 1px solid #4c4c4c; }
#mainblock { background-color: #ffffff !important; }
.inner-banner h1, .inner-banner h2 { font-family: 'Gilroy-Regular' !important; }
.forcefullwidth_wrapper_tp_banner .tp-caption { font-family: 'Gilroy-Regular' !important; }
body, p, .welcome-single-services a, .testimonial-box .content-box .title h3, .thm-btn, .btnGray, .footer-widget .title, .single-testimonial-box .testihead .info-box h4 { font-family: 'Gilroy-Regular' !important; }
.widget-social-links a { line-height: 37px; }
.bottom-bar a{ color: #ffffff; text-decoration: underline; }
.breadcrumb-area:before { display:none; }
.inner-banner { background-color: transparent; }
h1, h2, h3, h4, h5, h6 { color: #000000;     font-family: 'Gilroy-Regular' !important; }
.contact-form .form-grp, .single-testimonial-box .testihead .info-box p, .single-testimonial-box .name  { color: #000; }
.single-testimonial-box { border-top: 1px solid #7d7d7d; }

.thm-btn .fa-arrow-right:before {
    content: "\f061";
    color: #fff;
}
.thm-btn:hover .fa-arrow-right:before { color: #000; }
.cfform-submit:hover input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    color: #000!important;
}
.thm-container .left-content {
    float: none;
    width: 100%;
}
.thm-container .left-content span:last-child{ float: right; font-size: 24px; }
.thm-container .right-content { display: none; }
.submitFormSeven{  }
.submitFormSeven strong { font-size: 22px; }
.submitFormSeven p{
	font-size: 24px;
    font-weight: 100;
	line-height: 34px;
}
.submitFormSeven .contact-form input:focus {
    border-color: #e0e0e0;
    box-shadow: 0 0 7px #1fb5c700;
}
.submitFormSeven .contact-form.contact-page input { 
	border-radius: 18px; 
	border: 0;     
	font-size: 20px;
	background: #f2f3f4;
}
.submitFormSevenHome .contact-form.contact-page input { 
	background: #fff;
    height: 45px;
    line-height: 45px;
	font-size: 18px;
    letter-spacing: 0.5px;
}
.submitFormSevenHome .contact-form.contact-page input[type="submit"]{
	background: #fff;
    height: 45px;
    /*max-width: 186px;*/
    line-height: 45px;
	font-size: 18px;
    letter-spacing: 0.5px;
	font-size: 18px !important;
	/*padding:0% 100%;*/
}
.submitFormSeven .contact-form .form-grp { margin-bottom: 5px; }
.clockContant{ width: 8% !important; }
.submitFormSeven .cfform-submit {
    background: #231f20 !important;
    border-radius: 20px !important;
	padding: 0 70px;
    text-align: center;
	position: relative;
}
.submitFormSevenHome .cfform-submit {
    background: #231f20 !important;
    border-radius: 20px !important;
    padding: 0 70px;
    text-align: center;
    margin-top: 23px;
    position: relative;
    line-height: 45px;
}
.submitFormSeven .wpcf7-submit {
    background: transparent !important;
	font-size: 22px !important;
	text-transform: capitalize !important;
}
.submitFormSeven .cfform-submit:hover input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    color: #fff!important;
}
.submitFormSeven .cfform-submit:after{  display: none; }
.submitFormSeven div.wpcf7 .ajax-loader {
    position: absolute;
    top: 17px;
    right: 15px;
}
.quoteLink{     font-size: 15px; }
.featured2 p{ font-size: 21px; }
.featured2 a.readMoreFe{ 
	background: #231f20;
    border-radius: 25px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
}
.home2Heading h1{ font-size: 46px; }
.featureContantHome2{ padding-left: 50px !important }
.shiftnav{     border-right: 1px solid #d9d9d9;  }
.shiftnav .shiftnav-nav {
    top: 15px !important;
    position: relative !important;
	background:url(https://thesmoothmovers.com.au/wp-content/uploads/2018/04/border-bg.jpg) no-repeat top center, url(https://thesmoothmovers.com.au/wp-content/uploads/2018/04/border-bg.jpg) no-repeat bottom center;
	padding: 25px 0;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    color: #262626 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: center;
    line-height: 1.1;
    padding: 15px 2em;
    text-transform: uppercase;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
    background: transparent !important;
    font-weight: 600 !important;
    
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation { background: transparent !important; }
.shiftnav .shiftnav-submenu-activation i.fa { font-size: 16px; }
.shiftnav .shiftnav-panel-close {
    background: transparent !important;
    font-size: 23px;
    color: #333;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target { background: transparent !important; }
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu { background: transparent !important; }
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-submenu-activation { color: #555 !important; }
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
    font-size: 13px !important;
    text-transform: capitalize;
    line-height: 7px;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
    background: transparent !important;
    font-weight: 600 !important;
}
#shiftnav-toggle-main {
    top: 110px !important;
    background: transparent !important;
    color: #000 !important;
}
.shiftnav:after {
    box-shadow:none !important; 
}

.nav > li{ margin: 0 18px 0 0; }
.nav > li > a:focus, .nav > li > a:hover, .nav-holder .nav-footer ul.nav > li > a:hover { color: #ff4500 !important; }
.nav .current_page_item {  }
.nav .submenu .current_page_item {
    border-bottom: 0;
}
.shiftnav .shiftnav-menu-image-padded { text-align: center;     margin-top: 20px; }
.shiftnav .shiftnav-menu-image img {
    width: 40%;
    max-width: 40% !important;
}
h1{     text-transform: uppercase; }
.mineBanner{ z-index: 9999; position: relative; }
.mineBanner .forcefullwidth_wrapper_tp_banner ul{ overflow: visible !important; }
.mineBanner .forcefullwidth_wrapper_tp_banner ul li{ overflow: visible !important; }

.topWhiteBg{ border-radius: 20px 20px 0 0 !important; }
.bottomWhiteBg{ border-radius: 0 0 20px 20px !important; }
section.bottom-bar.footerBottom {
    text-align: center;
	padding: 10px 0;
}
.coup {
	margin-top: 10px;
    padding-top: 10px;
}
.footerBottom .coup span {
    color: #999;
    font-size: 12px;
}
.footerAddress a{ color:#b5b5b5; }
.readMoreFeBlack {
    background: #231f20;
    border-radius: 25px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
}
.readMoreFeBlack:hover {
    color: #ffffff;
}

	.footerAddress a{ color:#b5b5b5; }
	.copyRight p{ padding: 15px 0; }
	.submitFormSevenHome .cfform-submit {
    background: #231f20 !important;
    border-radius: 20px !important;
    padding: 0;
    text-align: center;
    margin-top: 23px;
    position: relative;
    line-height: 45px;
   
}
	.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 6%
}
	.footer-read-more a:hover:after {
    color: #000 !important;
	display:none;
}
	.footer-read-more a:after{ display:none; }
	.footer-read-more a { text-align: center; }
	.cfform-submit { background: #231f20 !important; padding: 0 35px; }
	.cfform-submit input.wpcf7-form-control.wpcf7-submit { background: #231f20 !important; border: 0; }
	.cfform-submit:after { display:none; }
	.cfform-submit:hover input.wpcf7-form-control.wpcf7-submit { background: transparent !important; }
	div.wpcf7 .ajax-loader { position: absolute; }
	.thm-btn { background: #231f20 !important; }
	.thm-btn .fa-arrow-right:before{ display:none; }
	.thm-btn i { display: none; }
	.submitFormSevenHome .contact-form.contact-page input { max-width: unset; }
	.latest-blog .row{ background: #fff; border-radius: 20px; padding: 50px 0; }
	.latest-blog .col-md-6 { width: 100%; }
	.latest-blog .single-blog-post{ margin-bottom: 50px; border-bottom: 1px solid #cecece; padding-bottom: 50px; }
	.latest-blog .single-blog-post .content-box h3 { font-size: 28px; }
	.single-post-page{ background:url(https://thesmoothmovers.com.au/demo/wp-content/uploads/2018/04/pineapple-pattern-bg-1.jpg) repeat; padding-top: 50px; }
	.single-post-page .content{ background: #fff; padding: 30px; border-radius: 20px; }
	.blog-page .single-blog-post .meta-info .content-box .post-links li,
	.blog-page .single-blog-post .meta-info .content-box .post-links li a,
	.blog-page .single-blog-post .meta-info .content-box .post-links li a i,
	.blog-page .single-blog-post .meta-info .content-box .post-links li i.fa-user:before,
	.blog-page .single-blog-post .meta-info .content-box .post-links li i.fa-tag:before{ color: #0e171f; }
	#sidebar{ margin-top: 84px; }
	#recent-posts-2 ul{ 
		background: #fff;
    	border-radius: 20px;
    	padding: 15px 25px;
	}
	.single-post .mbottom30 { margin-bottom: 0; }
	.single-post .single-post-page .sec-title { margin-bottom: 0; }
	#recent-comments-2, #archives-2, #categories-2, #meta-2, #search-2{ display: none; }
	.btnGray:hover{ background: #231f20; color: #fff; }
	#footer .footer-read-more a:hover { color: #fff; }
	.single-post  .single-sidebar-widget ul li a { color: #000000; }
	.tag-social-box {
    	border-top: 0;
    	border-bottom: 0;
    	padding: 20px;
    	background: #fff;
    	border-radius: 20px;
	}
	.blog-page .single-blog-post .meta-info .date-box .inner-box { background: #231f20 !important; }
	.blog-page .single-blog-post .meta-info .content-box h3 { font-size: 24px; }
	#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
    	background: rgb(56, 151, 240);
    	display: inline-block;
    	border: none;
    	outline: none;
    	background-color: #231f20;
    	font-size: 14px;
    	color: #fff;
    	text-transform: uppercase;
    	font-family: 'Roboto',sans-serif;
    	font-weight: 500;
    	padding-left: 20px;
    	padding-right: 15px;
    	border-radius: 30px;
    	height: 46px;
    	line-height: 46px;
    	width: auto;
    	padding: 0 30px;
	}
	.eapps-instagram-feed-posts-grid-load-more-container{ text-align: center; }
	.cfform-submit:hover {
    	color: #fff !important;
    	background: #231f20 !important;
    }
	.cfform-submit:hover input.wpcf7-form-control.wpcf7-submit { color: #fff!important; }
	
	
	
	.rateTable {
  		border: 1px solid #ccc;
  		border-collapse: collapse;
  		margin: 0;
  		padding: 0;
  		width:auto !important;
  		table-layout: fixed;
	}
	.rateTable th:first-child,
	.rateTable td:first-child { 
		text-align: right !important;
		width:22%;
		background: #fff;
		border: 0;
	}
	.rateTable caption {
  		font-size: 1.5em;
  		margin: .5em 0 .75em;
	}
	.rateTable tr {
  		border: 1px solid #ddd;
  		padding: .35em;
	}
	.rateTable th,
	.rateTable td {
  		padding: .625em;
  		text-align: center !important;
  		border-right: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		vertical-align: middle !important;
		width:400px;
		background-color: #fafafa;
		color: #000;
    	font-weight: 700;
    	font-size: 17px;
	}
	.rateTable th {
  		font-size: .85em;
  		letter-spacing: .1em;
	}
	.headingTh{
		background: #f0ca12 !important;
    	color: #000;
    	padding: 26px 0 !important;
    	text-align: center !important;
    	font-size: 22px !important;
		border-radius: 25px 0 0 0;
	}
	.headingTh2{
		background: #f0ca12 !important;
    	color: #000;
    	padding: 26px 0 !important;
    	text-align: center !important;
    	font-size: 22px !important;
		border-radius: 0 25px 0 0 !important;
	}
	.quickTextHome{ margin-bottom:35px; }
	.featureContant{     padding-top: 55px; }
	.quoteLink { display: block; }
	.rateTable { border: 0 !important; }
	.rateTable th:first-child{ border: 0 !important; }
	.rateTable th{ 
		border-left: 0 !important;
		border-right: 0 !important;    
		border-bottom: 3px solid #231f20 !important;
		border-top: 0 !important;
	}
	.error-404 .container { background: transparent; margin-top: 0; position: relative; }
	.error-404 .textbg { 
		background: #eeeeee;
		text-align: center;
		padding:36px 121px;
		position: absolute;
    	right: 0;
		width: 57%;
	}
	.error-404 h2 {
    	margin-top: 0;
    	margin-bottom: 7px;
	}
	.error-404 p {
    	font-style: normal;
    	line-height: 32px;
		font-size: 21px;
	}
	.error-404 h2 span {
    	font-size: 31px;
    	font-weight: 800;
	}
	.error-404 img { margin-top: 0; }
	.error-404 .thm-btn {
    	padding: 15px 18px;
    	font-size: 18px;
    	text-transform: capitalize;
    	letter-spacing: 0.8px;
    	border-radius: 27px;
	}
	
	
	
	
	
	
	
	*,
*:before,
*:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#integration-list {
    margin: 0 auto;
    display: table;
	width: 100%;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
	position: relative;
    top: 4px;
}
h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}
span {
    font-size: 12.5px;
}
#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    background: #f3f3f3;
    color: #000;
    line-height: 35px;
    padding: 25px 17px;
}
.detail span{
    margin: 0;
	font-size: 14px;
}
.right-arrow {
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}
.london {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.newyork {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.paris {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
	#integration-list textarea { max-height: 200px; }
	
	




































@media (max-width: 1100px){
	#header3 .nav-holder .nav-header { display: none; }
	.shiftnav-wrap #header3 .logo { float: none !important;     text-align: center; }
}

@media (min-width: 768px) and (max-width: 991px) { 
	.thm-btn{ margin-bottom:10px; }
	.contact-form .col-md-6{ margin-bottom: 15px; }
}

@media (max-width: 768px){
	.request-qoute [class^='col-'], .request-qoute [class*='col-'] { padding-bottom: 0 !important; }
	.vc_custom_1513862171895 {
    	background-repeat: repeat !important;
    	background-size: 100%;
	}
	#header3 .nav-holder .nav-header { display: none; }
}
@media (max-width: 767px){
	.request-qoute [class^='col-'], .request-qoute [class*='col-'] { padding-bottom: 0 !important; }
	.page-id-7 .testimonialBg {
    	background-repeat: repeat !important;
    	background-size: 100%;
	}
	.thm-btn{ margin-bottom:10px; }
	.contact-form .col-md-6{ margin-bottom: 15px; }
	.banner-Form { display: none !important; }
	footer-widget .title:after { margin: 13px auto 0; }
	.featureContantHome2 { padding-left: 0 !important; }
}
@media screen and (max-width: 600px) {
  		.rateTable { width: 100% !important; border: 0 !important; }
		.rateTable th:first-child, .rateTable td:first-child{ 
			text-align:center !important; 
			border: 1px solid #ddd !important; 
			width: auto;
		}
		.rateTable caption { font-size: 1.3em; }
		.rateTable th, .rateTable td { text-align: right !important; width: auto; }
  		.rateTable thead {
    		border: none;
    		clip: rect(0 0 0 0);
    		height: 1px;
    		margin: -1px;
    		overflow: hidden;
    		padding: 0;
    		position: absolute;
    		width: 1px;
  		}
  		.rateTable tr {
    		border: 0;
    		display: block;
    		margin-bottom: .625em;
  		}
  		.rateTable td {
    		border-bottom: 1px solid #ddd;
			border-top: 0 !important;
    		display: block;
    		font-size: .8em;
    		text-align: right;
  		}
  		.rateTable td::before {
    		/*
    		* aria-label has no advantage, it won't be read inside a table
    		content: attr(aria-label);
    		*/
    		content: attr(data-label);
    		float: left;
    		font-weight: bold;
    		text-transform: uppercase;
  		}
		.rateTable td:last-child { border-bottom: 1px solid #ddd; }
		.submitFormSevenHome .cfform-submit { margin-top: 0; }
		.single-testimonial-box .testihead .icon-box, .single-testimonial-box .testihead .info-box { margin-bottom: 25px; }
	.error-404 .textbg { 
		position: relative;
		width: 100%;
    	padding: 40px;
	}
}
@media (max-width: 480px){
	
	.contantCenterMobile{ text-align: center; }
	.sec-title h2 { text-align: center; }
	.sec-title h2:after { margin: 13px auto 0; }
	.readMoreBtn p{ text-align:center; }
	.checkboxDefult .wpcf7-list-item {
    	display: block;
    	text-align: center;
	}
	.contact-form{ text-align: center; }
	
	.footer-widget .title { text-align: center; }
	.footer-widget .title:after { margin: 13px auto 0; }
	.widget ul li { display: inline-block; padding: 0 5px; }
	ul.link-list { float: none; width: 100%; text-align: center; }
	.widget .address li { display: block; text-align: center; }
	.widget-social-links { text-align: center; }
	
	#header3 .nav-holder .nav-header button { background: transparent; }
	#header3 .nav-holder .nav-header button .fa{   color: #000; }
	#header3 .logo { height:auto !important; }
	#header3 .nav-holder { right: 0 !important; }
	#header3 .nav-holder .nav-header {  top: 10px; position: relative; z-index: 9; }
	.thm-container .left-content { float: none; text-align: center; }
	.thm-container .left-content > *, .thm-container .right-content > * { margin-left: 0; }
	.thm-container .right-content { float: none; text-align: center; }
	body.header_4 .inner-banner, body.header_3 .inner-banner { padding: 0 !important; }
	body.header_4 .inner-banner, body.header_3 .inner-banner h1{ margin-top: 10px; margin-bottom: 10px; }
	#header3 .nav-holder .nav-footer ul.nav > li > a { text-align: center; }
	#header3 .logo {
    	max-width: none !important;
    	float: none !important;
	}
	.thm-container .left-content span:last-child {
    	float: none;
    	padding: 10px 0; 
	}
	.homeForm p{ text-align:center; }
	#header3 .logo {
    		max-width: none !important;
    		float: none !important;
		}
		.blogContant{ width: auto !important; }
		.vc_row-fluid{ width: auto !important; padding: 25px 15px !important; }
		.row.form-grp:first-child { margin-bottom: 0; }
		.single-testimonial-box { text-align: center; }
		.pdfBtn{ margin-top: 0 !important; }
		.home2Heading h1 {
    		font-size: 34px;
    		line-height: 40px;
		}
		.quoteLink { font-size: 13px; }
		.sec-title h2 { font-size: 24px; line-height: 35px; }
		.clockContant {
    		width: auto !important;
    		margin-bottom: 25px;
		}
		.clockContant .wpb_single_image.vc_align_left { text-align: center; }
		.submitFormSevenHome p{ text-align:center; }
		.quickTextHome{ margin-bottom:0; }
		.featureContant{ padding-top: 16px; }

	
}





.nav-holder .nav-footer ul.nav > li ul.submenu li a {
    padding: 7px 5px !important;
	font-family: "Montserrat";
	    font-weight: 400;
    font-size: 14px;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li {
    padding: 0px 20px 0px 16px;
    text-align: left;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
    content: '' !important;
	margin-right: 0px !important ;
}
.nav-holder .nav-footer ul.nav > li ul.submenu {
    width: 211px;
    
}

.cbgfull{ left:0px !important; width:100% !important; background-color: #C0E5E8 !important;}
#newbanner{background-color: #e4f4f5;padding-top: 0px !important; padding-bottom:0px !important;}
#slide-3-layer-35{     min-width: 6800px !important; }

.blog-page .single-blog-post .meta-info .content-box, .single-post-page .content { padding-left: 0px; }
.single-post-page h2, .blog-page .single-blog-post .meta-info .content-box h3, .category-list-page h2 { color: #ec6126; font-size: 30px; }
.single-post-page h3 {color: #ed6225; font-size: 26px;}
.single-post-page h4 {color: #a3c066; font-size: 24px;}
.category-list-page h2 {
    margin-bottom: 20px !important;
}

.single.single-post #top-bar, .single.single-post #header3, .single.single-post .sbloghead, .single.single-post .sblogheadbg{position:fixed;width:100%;z-index: 2;}
.single.single-post #header3 {background:#fff;top: 47px;}
.single.single-post .sbloghead, .single.single-post .sblogheadbg {top: 199px;z-index: 1;}
.single.single-post .sblogheadbg {background:#fff;height: 50px;border-bottom: 1px solid #e8e8e8;}
.single.single-post .mainblock .mainpostcontent {padding-top:210px; }
.single.single-post .sblogheadbg .htprgres{background:#cce0f7; width:0px;height:100%;}

.single.single-post #shiftnav-toggle-main.shiftnav-toggle-position-absolute { position: fixed; }
.single.single-post #quickquoteform {background: #eeea7d;padding-top: 35px;}
.submitFormSeven.submitFormSevenHome div.wpcf7-validation-errors, .submitFormSeven.submitFormSevenHome div.wpcf7-acceptance-missing{ border: 0px; color:#ff0000; text-align: center; }
.submitFormSeven .contact-form .row.form-grp .wpcf7-not-valid-tip { text-align: center; }
.single.single-post a { color: #337ab7; }
.single.single-post a:hover {color: #ed6225;}
.single.single-post #footer a {color:#b5b5b5;}
.single.single-post #quickquoteform a {color:#000000;}
@media screen and (max-width:768px) {
	.submitFormSeven .contact-form .form-grp {margin-bottom:15px;}
	.submitFormSeven .contact-form .row.form-grp {margin-bottom:0px;}
	.submitFormSevenHome .form-grp.full.cfform-submit {margin-top:20px;}
	.submitFormSevenHome .cfform-submit, .submitFormSevenHome .contact-form.contact-page input[type="submit"] {width:100%;}
}
@media screen and (max-width:475px) {
    .single.single-post .sblogheadbg {border-bottom:0px; border-bottom: 0px; top: 185px; height: 10px;}
    .single.single-post .sbloghead {position: static; padding-top: 150px;}
    .single.single-post .mainblock .mainpostcontent {padding-top: 10px;}
	.psidebar .btn-link .vc_btn3.vc_btn3-style-custom {padding:0px 15px;}
}
@media screen and (max-width:400px) {
    .single.single-post .sblogheadbg{top:175px}
}
@media screen and (max-width:350px) {
    .single.single-post .sblogheadbg{top:160px}
}