/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Trucking
Version:	1.0.0
Author: 
Website: 
Purchase: 
-------------------------------------------------------------------
[Table of contents]


/*--------- Body Strat -------*/
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	overflow-x: hidden; 
}
/*---------- Custom Css Start -------*/
a {
	color: #797979;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.1;
	font-weight:500;
	color:#000000;
}
input, select, button {
	outline: none;
}
input:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none;
	box-shadow:none;
}
/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
/*-- Header Css Start --*/
.truck_top_header_wrapper{
	background:#111111;
	float:left;
	width:100%;
}
.social_icon_cont p{
	font-size:14px;
	padding-top: 15px;
    padding-bottom: 5px;
	float:left;
}
.social_icon_cont ul{
	padding:0;
	list-style:none;
	margin:0;
	float:left;
}
.social_icon_cont ul li{
	float:left;
	margin-left:20px;
	padding-top: 15px;
}
.social_icon_cont ul li a, .side_login_cont ul li a{
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.social_icon_cont ul li a:hover, .side_login_cont ul li a:hover{
	color:#fca900;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.side_login_cont ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.side_login_cont ul li{
	float:left;
	padding-top: 15px;
	margin-left:15px;
}
.side_login_cont ul li:after{
	content:'';
	border:1px solid #707070;
	margin-left:20px;
}
.side_login_cont ul li:last-child:after{
	border:none;
}
.lv_header_wrapper{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
    background-attachment: fixed;
    position: relative;
}
.lv_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color:#fff;
}
.lv_top_header_wrapper{
	float:left;
	width:100%;
	padding:14px 0px;
}
.lv_logo{
    float: left;
    width: 100%;
    padding-top: 13px;
	position: relative;
    top: -8px;
}
.lv_logo img{
	display:inline-block;
}
.lv_share_info_wrapper{
    float: right;
    width: auto;
	padding-top:10px;
}
.lv_share_info_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.lv_share_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:20px;
}
.lv_share_info_wrapper ul li:first-child{
	margin-left:0px;
}
.lv_share_info_wrapper ul li .lv_header_icon{
    float: left;
    width: 70px;
    height: 70px;
    line-height: 56px;
    text-align: center;
}
.lv_share_info_wrapper ul li p{
	float:left;
	width:auto;
	margin:10px 0px 0px 0px;
	font-size:14px;
	color:#a6a6a6;
}
.lv_share_info_wrapper ul li p a{
	float:left;
	width:auto;
	color:#000000;
}
.lv_bottom_header_wrapper{
    float: left;
    width: 100%;
    background-color:#f9f9f9;
    z-index: 1;
    position: relative;
	border-top:2px solid #f2f2f2;
}
.lv_mainmenu_wrapper{
	float:left;
	width:100%;
}
.lv_main_menu{
	float:left;
	width:100%;
}
.lv_main_menu ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.lv_main_menu ul li{
    list-style: none;
    float: left;
    width: auto;
}
.lv_main_menu ul li a{
    float: left;
    padding: 8px 27px;
	padding-top:17px;
	padding-bottom:16px;
    color: #000000;
    font-size: 16px;
	margin-top:-2px;
    border: 2px solid transparent;
	font-weight:bold;
	font-family: 'Titillium Web', sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lv_main_menu ul li a:hover, .lv_main_menu ul li a.active{
	border-top:2px solid #fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color:#fca900;
}
.lv_main_menu ul li:after{
	content:'';
	border:1px solid #f2f2f2;
	position:relative;
	top:21px;
}
.lv_main_menu ul li:last-child:after{
	border:none;
}
.lv_menu_btn{
	display:none;
}
.menu_fixed{
	position: fixed;
	z-index:1000;
	padding:0px 0px;
    top: 0;
	background-color:#fff;
	-o-box-shadow:0px 0px 25px -10px;
	-ms-box-shadow:0px 0px 25px -10px;
	-moz-box-shadow:0px 0px 25px -10px;
	-webkit-box-shadow:0px 0px 25px -10px;
	box-shadow:0px 0px 25px -10px;
	left:0;
}
.menu_fixed .lv_main_menu ul li a{
	padding-top: 23px;
    padding-bottom: 23px;
}
.menu_fixed .dropdown .dropdown-content a{
	padding-top: 15px;
    padding-bottom: 15px;
}
.menu_fixed .lv_search_box input{
	height:70px;
}
.menu_fixed .lv_search_box button{
	height:70px;
}
.lv_search_box input{
	width:calc(100% - 30px);
	float:left;
	height:56px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	padding-left:30px;
	border-left:2px solid #f2f2f2;
}
.lv_search_box button{
	width:30px;
	float:left;
	height:56px;
	background:#ffffff;
	border:none;
	padding-right: 0;
	border-right:2px solid #f2f2f2;
}
.lv_search_box button i{
	position:relative;
	right:20px;
}
.lv_bottom_header_wrapper .lv_btn{
    margin-top: 20px;
    width: calc(100% - 20px);
    padding-left: 70px;
}
.lv_bottom_header_wrapper .lv_btn a:hover{
	color:#ffffff;
}
.lv_share_info_wrapper span{
	font-size:22px;
	font-family: 'Titillium Web', sans-serif;
	color:#000000;
	font-weight:bold;
}
/*-- Responsive css Start --*/
@media (max-width: 767px){
	.social_icon_wrapper, .side_login_wrapper{text-align:center;}
	.social_icon_cont{display:inline-block;}
	.side_login_cont{display:inline-block;}
	.side_login_cont ul li{padding-top:0px; padding-bottom:15px;}
	.truck_main_menu_wrapper{border-top:none;}
	.lv_main_menu ul li a{padding-top:20px; padding-bottom:20px;}
	.lv_main_menu ul li:after{border:none; top:0;}
}
@media (min-width: 992px) and (max-width: 1199px) {

.lv_logo {
    padding-top: 3px;
}
.lv_share_info_wrapper ul li {
    margin-left: 20px;
}
.lv_share_info_wrapper ul li .lv_header_icon {
    width: 60px;
    height: 60px;
    line-height: 58px;
    margin-right: 10px;
}
.lv_main_menu ul li a {
	font-size:14px;
	 padding: 17px 22px;
}
.lv_bottom_header_wrapper .lv_btn {
    padding-left: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.lv_search_box{
	display:none;
}
.lv_mainmenu_wrapper {
	padding-bottom:6px;
}
.lv_main_menu ul li a {
    padding: 14px 25px;
    font-size: 14px;
}
.lv_share_info_wrapper ul li .lv_header_icon {
    width: 60px;
    height: 60px;
    line-height: 58px;
    margin-right: 10px;
}
.lv_logo {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.lv_bottom_header_wrapper .lv_btn {
    margin-top: 0px;
    padding-left: 0px;
}
.lv_search_bar {
    padding: 13px 0px 31px 0px;
}
}
@media (max-width: 767px) {

.lv_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: 0px;
    right: 15px;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
	background:#fca900;
	margin-top:25px;
}
.lv_menu_btn:hover, .lv_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.lv_header_wrapper.style_2 .lv_menu_btn{
	top: 17px;
}
.lv_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    top: 0px;
	bottom:0px;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	background:#fff;
}
.lv_main_menu_wrapper {
    width: 300px;
}
.lv_main_menu_wrapper.lv_main_menu_hide{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow:scroll;
}
.lv_main_menu ul {
    width: 100%;
}
.lv_main_menu ul li {
    width: 100%;
}
.lv_main_menu ul li a {
	width: 100%;
    text-align: left;
    margin: 0;
    border-radius: 0px;
    border: 0px;
}
.lv_main_menu ul li a:hover, .lv_main_menu ul li a.active {
    border: 0px;
	background-color:#fca900;
	color:#fff;
}
.lv_header_wrapper.style_2 .lv_main_menu ul li a {
    padding: 13px 15px;
    margin: 0px 0px;
}
.lv_header_wrapper.style_2 .lv_main_menu ul li a:hover, .lv_header_wrapper.style_2 .lv_main_menu ul li a.active {
    color: #ffffff;
}
.lv_bottom_header_wrapper .lv_btn {
    padding-left: 0px;
}
.lv_logo {
        height: 80px;
}
.lv_share_info_wrapper {
    width: 100%;
}
.lv_share_info_wrapper ul li {
    width: 100%;
    margin-left:0px;
    margin: 10px 0px;
}
}
@media (max-width: 479px) {
.lv_share_info_wrapper ul li {
    text-align: center;
}
.lv_share_info_wrapper ul li .lv_header_icon {
    float: none;
    margin-right: 0px;
    display: inline-block;
}
.lv_share_info_wrapper ul li p {
    width: 100%;
}
.lv_share_info_wrapper ul li p a {
    float: none;
    display: inline-block;
}
}
@media (max-width: 380px) {
.lv_main_menu_wrapper {
    width: 190px;
}
}
@media (min-width: 767px) and (max-width: 991px){
	.lv_share_info_wrapper{padding-top:0;}
}
/*-- Responsive css End --*/
/*-- header benner section start --*/
.truck_rs_slider_wrapper{
	float:left;
	width:100%;
}
.rev-btn{
	-webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.rev-btn{
	-webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.slider_heading_line:after{
	content:'';
	border:1px solid #fca900;
	width:160px;
	display:inline-block;
	position:absolute;
	bottom: 38px;
    margin-left: 14px;
}
@media (max-width: 991px){
	.slider_heading_line:after{display:none !important;}
}
/*-- header benner section end --*/
/*-- shipment section Start --*/
.truck_shipment_section{
	float:left;
	width:100%;
}
.truck_shipment_sec{
	background:#fca900;
	padding-top:30px;
	padding-bottom:30px;
	margin-top: -65px;
}
.shipment_cont h3{
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:65px;
}
.shipment_cont h3 img{
	padding-right:10px;
}
.shipment_form input{
	width:100%;
	height:50px;
	border:2px solid #fed480;
	background:#fdb21a;
	padding-left:20px;
	margin-top:10px;
	color:#fff;
}
.shipment_form input::-webkit-input-placeholder {
  color: #fff;
}
.shipment_form input::-moz-placeholder {
  color: #fff;
}
.shipment_form input:-ms-input-placeholder {
  color: #fff;
}
.shipment_form input:-moz-placeholder {
  color: #fff;
}
.shipment_form i{
	margin-left:-30px;
	color:#fff;
	font-size:18px;
}
.truck_btn ul{
	padding:0;
	list-style:none;
}
.truck_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fff;
	color:#000000;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.truck_btn li a:hover{
	color:#fff;
	background:transparent;
	border:2px solid #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 991px){
	.tp-static-layers{display:none !important;}
}
@media (max-width: 991px){
	.shipment_form{margin-top:10px;}
	.truck_btn{margin-top:30px; margin-left: 54px;}
	.shipment_form input{width:82%; margin-left:60px;}
}
@media (max-width: 500px){
	.shipment_form input{width:75%;}
}
/*-- shipment section end --*/
/*-- video section start --*/
.video_sec_wrapper{
	background:#fff;
	float:left;
	width:100%;
	padding-bottom:100px;
	float:left;
	width:100%;
}
.about_content_wrapper{
	padding-left:50px;
}
.video_img{
	margin-top:100px;
}
.about_heading h2{
	text-transform:uppercase;
	color:#000000;
	font-weight:900;
	font-size:30px;
	margin-top:100px;
}
.about_heading h2:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:11px;
	z-index:1;
}
.about_cont1{
	margin-top:27px;
}
.about_cont1 p:first-child, .about_cont2 p:first-child{
	padding-bottom:10px;
}
.about_cont1 p:last-child, .about_cont2 p:first-child{
	color:#000000;
}
.about_cont1 i, .about_cont2 i{
	color:#fca900;
}
.about_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.about_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fca900;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.about_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fca900;
}
.video_img{
	position:relative;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 991px){
	.about_content_wrapper{padding-left:0;}
	.about_heading h2{margin-top:60px;}
}
/*-- video section end --*/
/*-- tittle section start --*/
.tittle_main_section{
	float:left;
	width:100%;
}
.tittle_sec1_wrapper{
	background:url('../images/content/tittle_img1.jpg') 50% 0 repeat-y;
	width:25%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	float:left;
	padding-bottom:40px;
}
.tittle_sec2_wrapper{
	background:url('../images/content/tittle_img2.jpg') 50% 0 repeat-y;
	width:25%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	float:left;
	padding-bottom:40px;
}
.tittle_sec3_wrapper{
	background:url('../images/content/tittle_img3.jpg') 50% 0 repeat-y;
	width:25%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	float:left;
	padding-bottom:40px;
}
.tittle_sec4_wrapper{
	background:url('../images/content/tittle_img4.jpg') 50% 0 repeat-y;
	width:25%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	float:left;
	padding-bottom:40px;
}
.tittle_overlay{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	background:rgba(0,0,0,0.7);
}
.tittle_cont1 h3{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-top:40px;
	margin-left:60px;
	text-transform:uppercase;
}
.tittle_cont1_wrapper:after{
	content:'';
	border:1px solid #464748;
	width:120px;
	display:block;
	position:relative;
	top:10px;
	left:60px;
}
.tittle_cont1 h3:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.title_bottom_cont1 p{
	padding-left:60px;
	padding-right:60px;
	padding-top:340px;
	color:#fff;
	opacity:0.8;
}
.title_bottom_cont1 h3{
	margin-top:50px;
	font-size:18px;
	font-weight:bold;
	margin-left:60px;
}
.title_bottom_cont1 h3 a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.title_bottom_cont1 i{
	color:#fca900;
}
.title_bottom_cont1 h3 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 767px) and (max-width: 1199px){
	.tittle_sec1_wrapper, .tittle_sec2_wrapper, .tittle_sec3_wrapper, .tittle_sec4_wrapper{width:50%;}
}
@media (max-width: 767px){
	.tittle_sec1_wrapper, .tittle_sec2_wrapper, .tittle_sec3_wrapper, .tittle_sec4_wrapper{width:100%;}
}
/*-- tittle section end --*/
/*-- services section start --*/
.services_main_section{
	float:left;
	width:100%;
	padding-bottom:100px;
}
.services_heading_wrapper{
	text-align:center;
}
.service_heading h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
}
.service_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.service_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.service_heading h2{
	font-size:30px;
	font-weight:bold;
	padding-top:5px;
}
.service_heading p{
	padding-top:10px;
}
.flield_heading h1{
	font-size:22px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.flield_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.flield_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.service_form1 h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:60px;
}
.service_form1 input, .service_form2 input{
	width:100%;
	height:50px;
	border:2px solid #efefef;
	padding-left:20px;
	margin-top:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.services_main_section input:focus ,.services_main_section input:hover, .service_form3 select:hover, .service_form3 select:focus{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_form2 h3, .service_form3 h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:20px;
}
.service_form3 select{
	width:100%;
	height:50px;
	border:2px solid #efefef;
	margin-top:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding-left:20px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.service_form3 i{
	margin-left:-30px;
	font-size:13px;
	color:#fca900;
}
.service_radio_btn_wrapper input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-clip: content-box;
  border: 2px solid #fca900;
  border-radius: 50%;
  outline:none;
}
.service_radio_btn_wrapper input[type="radio"]:checked {
  background-color: #fca900;
  outline:none;
}
.service_radio_btn_wrapper label{
	font-weight:bold;
	color:#000000;
	margin-top:38px;
}
.service_total_wrapper{
	margin-top:35px;
	border:2px solid #efefef;
	border-left:0;
	border-right:0;
}
.service_total_wrapper h3{
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
	float:left;
}
.service_total_wrapper h4{
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
	color:#fca900;
	text-align:right;
}
.service_img_wrapper img{
	margin-top:80px;
}
/*-- services section end --*/
/*-- benefit section start --*/
.benefit_section_wrapper{
	background: url('../images/content/benefit_bg_img.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center 0;
    overflow: hidden;
    background-size: cover;
	position:relative;
	padding-bottom:80px;
}
.service_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.9);
}
.benefit2_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.9);
}
.benefit_heading_wrapper{
	text-align:center;
}
.benefit_heading{
	display:inline-block;
}
.benefit_heading h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.benefit_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.benefit_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.benefit_heading h2{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:900;
	padding-top:10px;
}
.benefit_heading p{
	padding-top:10px;
}
.benefit_cont1_img{
	width:80px;
	height:80px;
	border:2px solid #fca900;
	border-radius:100%;
	text-align:center;
	line-height:80px;
	float:left;
	margin-top:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.benefit_cont1{
	width:calc(100% - 80px);
	float:left;
	padding-bottom:40px;
}
.benefit_cont1_img i{
	font-size:30px;
	color:#fff;
}
.benefit_cont1 h3{
	font-size:22px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	margin-left:20px;
}
.benefit_cont1 p{
	margin-left:20px;
}
.benefit_main_wrapper{
	margin-top:100px;
}
.benefit_cont1_wrapper:hover .benefit_cont1_img{
	color:#ffffff;
	background:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border:2px solid transparent;
}
@media (max-width: 408px){
	.service_heading h3:after, .benefit_heading h3:after{width:50px; left:10px;}
	.service_heading h3:before, .benefit_heading h3:before{width:50px; right:10px;}
}
/*-- benefit section end --*/
/*-- recent section start --*/
.main_recent_post_wrapper{
	margin-top:90px;
	float:left;
	width:100%;
	padding-bottom:100px;
}
.news_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.news_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.news_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.news_section_wrapper{
	margin-top:130px;
	padding-bottom:100px;
}
.news_slider_wrapper .owl-carousel4, .news_slider_wrapper .owl-carousel5{
	margin-top:70px;
}
.news_slider_wrapper .owl_nav{
	position:relative;
	top:20px;
}
.news_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.news_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.news_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .news_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.news_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -112px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.news_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:50px;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_slider_wrapper .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000 !important;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .news_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:none;
	color:#fca900 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_slider_wrapper .owl-carousel{
	margin-top:50px;
}
.news_right_box1_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:200px;
	display:block;
	position:relative;
	top:10px;
	left:38px;
}
.news_border_bottom:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:12px;
	z-index:1;
	left:38px;
}
.main_news_right_box{
	border:2px solid #f2f2f2;
}
.news_right_box1 p{
	padding-top:40px;
	color:#fca900;
	margin-left:40px;
}
.news_right_box1 h3{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	margin-left:40px;
}
.news_right_box1 h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#000000;
	margin-left:40px;
	padding-bottom:40px;
}
.news_botton_cont{
	margin-top:50px;
}
.news_botton_cont p{
	margin-left:40px;
}
.news_botton_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:40px;
	margin-top:22px;
	padding-bottom:40px;
}
.news_botton_cont h5 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 i{
	color:#fca900;
}
.owl-carousel5{
	text-align:center;
}
.testi_img_wrapper{
	width:100px;
	height:100px;
	display:inline-block;
}
.testi_slider_wrapper{
	padding-top:40px;
}
.testi_slider_wrapper h4{
	font-size:18px;
	color:#000000;
	padding-top:30px;
}
.testi_main_wrapper{
	border:2px solid #f2f2f2;
	margin-top:60px;
	padding-bottom:125px;
}
.testi_main{
	margin-top:-60px;
}
.testi_img_wrapper img{
	border-radius:100%;
}
.testi_img_wrapper:after{
	position:absolute;
	content:'';
	width:55px;
	height:55px;
	border:6px solid #ffffff;
	background:#fca900;
	border-radius:100%;
	left: 0;
    right: 0;
    margin: 0px auto;
	margin-top: -26px;

}
.testi_img_wrapper i{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	z-index:100;
	color:#ffffff;
	font-size:19px;
	margin-top: -7px;
}
.service_need h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.service_need_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.service_need:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:12px;
	z-index:1;
}
.service_need_img_wrapper{
	margin-top:70px;
}
.service_need_img_wrapper p{
	padding-top:20px;
}
.service_need_img_wrapper h3{
	margin-top:30px;
	font-size:18px;
	font-weight:bold;
}
.service_need_img_wrapper h3 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_need_img_wrapper i{
	color:#fca900;
}
.service_need_img_wrapper h3 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.news_heading_wrapper{margin-top:50px;}
}
@media (max-width: 991px){
	.service_need_main_wrapper{margin-top:50px;}
}
@media (min-width: 635px) and (max-width: 991px){
	.news_slider_wrapper .owl-theme .owl-nav {top:-145px;}
	.owl-carousel4, .owl-carousel5{margin-top:100px !important;}
}
@media (min-width: 550px) and (max-width: 635px){
	.news_slider_wrapper .owl-theme .owl-nav {top:-115px; right:0 !important;}
	.news_slider_wrapper .owl-theme .owl-nav .owl-next{right:200px ;}
	.news_slider_wrapper .owl-theme .owl-nav .owl-prev{left:200px;}
}
/*-- recent section end --*/
/*-- counter section start --*/
.counter_section {
    background: url('../images/content/counter_bg.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center 0;
    background-size: cover;
	position:relative;
	text-align:center;
	padding-bottom:80px;
	float:left;
}
.counter_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0,0,0,0.9);
}
.con{
	width:80px;
	height:80px;
	background:#fca900;
	text-align:center;
	line-height:80px;
	border-radius:100%;
	display:inline-block;
	color:#fff;
	font-size:30px;
}
.trucking_counter{
	margin-top:80px;
}
.count-description {
	margin-top:50px;
}
.count-description span{
	font-size:60px;
	color:#fff;
	margin-top:50px;
	font-weight:900;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#fff;
	margin-top:30px;
}
.counter_btn{
	display:inline-block;
	margin-top:9px;
}
.counter_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.counter_btn li a{
	width:205px;
	height:50px;
	float:left;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
}
.counter_btn li{
	position:relative;
}
.counter_btn li:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.06);
	width: 191%;
    display: inline-block;
    position: absolute;
    margin-left: 15px;
    margin-top: 22px;
}
.counter_btn li:before{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.06);
	width: 191%;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    margin-top: 22px;
	left: -412px;
}
.counter_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
/*-- counter section end --*/
/*-- partner section star --*/
.partner_saction{
	float:left;
	width:100%;
}
.partner_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.partner_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.partner_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.partner_saction{
	margin-top:60px;
}
.partner_slider_wrapper .owl-carousel6{
	margin-top:150px;
	padding-bottom:100px;
}
.partner_slider_wrapper .owl_nav{
	position:relative;
	top:20px;
}
.partner_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.partner_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.partner_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .partner_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.partner_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -128px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:50px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000 !important;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .partner_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#fca900;
	border:2px solid #fca900;
	color:#fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1{
	width:100%;
	height:100%;
	border:2px solid #f3f3f3;
}
.partner_img1 img{
	padding:40px;
	opacity:0.4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1 img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 767px) and (max-width: 991px){
	.partner_slider_wrapper .owl-theme .owl-nav {margin-top: 28px;}
}
@media (max-width: 991px){
	.partner_slider_wrapper .owl-carousel6{margin-top:125px !important;} 
	.partner_saction{margin-top:80px;}
}
@media (max-width: 767px){
	.partner_slider_wrapper .owl-theme .owl-nav {top: 50%; margin-top: -68px;}
	.partner_slider_wrapper .owl-theme .owl-nav .owl-next{right:0;}
	.partner_slider_wrapper .owl-theme .owl-nav .owl-prev{left:0;}
}
/*-- partner section end --*/
/*-- Tweet Feed css Start --*/
.tc_twtfd_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/content/twtfd_bg.jpg);
    background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-top: 55px;
    padding-bottom: 83px;
}
.tc_twtfd_wrapper .vertical-slider{
	float:left;
	width:100%;
	position:relative;
}
.tc_twtfd_wrapper .btn-vertical-slider{
	margin-left: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    background:#fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 18px !important;
	color:#000000;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 12px;
	margin-top: 20px;
	z-index:1;
}
#myCarousel span{
	font-size:20px;
}
.tc_date_wrapper{
	font-size:14px !important;
}
.tc_up_btn{
	top:10px !important;
}
.tc_down_btn{
	top:-61px !important;
}
.tc_twtfd_wrapper .carousel.vertical .carousel-inner .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
.tc_twitter_img_wrapper{
	float:left;
	width:100%;
}
.tc_twitter_img_wrapper img{
	margin-top:10px;
}
.tc_twtfd_wrapper .carousel.vertical .active {
	top: 0;
}
.tc_twtfd_wrapper .carousel.vertical .next {
	top: 100%;
}
.tc_twtfd_wrapper .carousel.vertical .prev {
	top: -100%;
}
.tc_twtfd_wrapper .carousel.vertical .next.left, .tc_twtfd_wrapper .carousel.vertical .prev.right {
	top: 0;
}
.tc_twtfd_wrapper .carousel.vertical .active.left {
	top: -100%;
}
.tc_twtfd_wrapper .carousel.vertical .active.right {
	top: 100%;
}
@media (max-width: 767px){
	.tc_up_btn{
	top:100% !important;
	left: 64px;
}
.tc_down_btn{
	top:100% !important;
	left:15px !important;
}
.tc_twtfd_wrapper{
	padding-top:0;
}
}
/*-- Tweet Feed css end --*/
/*-- Footer css start --*/
.footer_section{
	background:url('../images/content/footer_bg.jpg') 50% 0 repeat-y;
	height:100%;
	background-size:cover;
	background-position:center 0;
	padding-top:100px;
	float:left;
	width:100%;
	position:relative;
	padding-bottom:45px;
}
.footer_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.95);
}
.call_main_heading h4{
	font-size:22px;
	color:#fca900;
	text-transform:uppercase;
}
.call_heading h1{
	font-size:40px;
	text-transform:uppercase;
	color:#fff;
	font-weight:200 !important;
}
.call_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.call_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.newsletter_sec h4{
	color:#707070;
	text-transform:uppercase;
	font-size:18px;
	padding-top:45px;
	font-weight:bold;
}
.news_searchbar_wrapper{
	margin-top:30px;
	width:100%;
}
.news_searchbar_sec input{
	background:#141414;
	border:1px solid #272727;
	height:50px;
	padding-left:20px;
	width:calc(100% - 120px);
	float:left;
}
.news_searchbar_sec button{
	width:120px;
	height:50px;
	background:#fca900;
	color:#fff;
	border:none;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}
.news_searchbar_sec button:hover{
	background:#ffffff;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}
.news_cont{
	width:100%;
}
.news_cont p{
	font-size:14px;
	color:#707070;
	position:relative;
	top:30px;
}
.news_cont p span{
	color:#f55454;
}
.news_cont p span:last-child{
	color:#fca900;
}
.news_cont i{
	color:#fca900;
	font-size:18px;
}
.news_social_icon_wrapper{
	float:left;
	width:100%;
}
.news_social_icon ul{
	padding:0;
	list-style:none;
	margin-top:40px ;
}
.news_social_icon li a{
	width:60px;
	height:60px;
	float:left;
	background:#151515;
	text-align:center;
	line-height:58px;
	border-radius:100%;
	font-size:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #272727;
	color:#707070;
	
}
.news_social_icon li{
	float:left;
	margin-left:20px;
}
.news_social_icon li:first-child{
	margin-left:0;
}
.news_social_icon li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
/*-- Footer css start --*/
.footer_service_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-weight:200 !important;
	margin-top:10px;
}
.footer_service_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.footer_service_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.footer_service_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.footer_service_list li{
	margin-top:15px;
}
.footer_service_list li a{
	color:#5c5c5c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_service_list li a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*------*/
.footer_story_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-weight:200 !important;
	margin-top:10px;
}
.footer_story_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.footer_story_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.footer_story_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.footer_story_list li{
	margin-top:15px;
}
.footer_story_list li a{
	color:#5c5c5c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_story_list li a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:200 !important;
	margin-top:10px;
}
.need_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.need_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.need_img_wrapper{
	margin-top:62px;
}
.need_cont{

	margin-top:30px;
}
.need_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-top:22px;
	padding-bottom:100px;
}
.need_cont h5 a{
	color:#707070;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_cont h5 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_cont h5 i, .bottom_footer_wrapper p span a{
	color:#fca900;
}
.need_img_wrapper img{
	width:100%;
}
@media (min-width: 767px) and (max-width: 991px){
	.footer_story_heading_wrapper, .need_sec_wrapper{margin-top:80px;}
}
@media (max-width: 767px){
	.footer_service_heading_wrapper, .footer_story_heading_wrapper, .need_sec_wrapper{margin-top:80px;}
}
.footer_bottom_border{
	border-bottom:1px solid #292929;
	float:left;
	width:100%;
}
.bottom_footer_wrapper p span:last-child a{
	color:#f55454;
}
.bottom_footer_wrapper{
	float:left;
}
.bottom_footer_wrapper p{
	padding-top:45px;
}
.footer_cards ul{
	list-style:none;
	padding:0;
	float:right;
	margin-top:45px;
}
.footer_cards ul li{
	float:left;
	margin-left:10px;
	font-size:25px;
}
@media (max-width: 670px){
	.bottom_footer_main, .footer_cards_warpper{text-align:center;}
	.bottom_footer_wrapper, .footer_cards{display:inline-block; float:none;}
	.footer_cards ul{margin-top:20px;}
}
.nav_track_btn a{
	width:80px;
	height:35px;
	border:2px solid #28292b !important;
	padding-top:0 !important;
	margin-top:40px;
	line-height:28px;
	margin-right:10px;
	background:#161715;
	border-radius:20px;
	text-align:center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_track_btn a:hover{
	border:2px solid #fca900 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1199px){
	.nav_track_btn a{display:none;}
}
@media (max-width: 991px){
	.footer_section{padding-top:50px;}
}	
/*-- Footer css end --*/

/*-------------------------------- ABOUT CSS START ----------------------------------*/  
/*-- Truck_tittle_section start --*/ 
.truck_tittle_section{
	background:url('../images/content/about/about_header_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	float:left;
	position:relative;
	text-align:center;
	padding-top: 60px;
    padding-bottom: 60px;
}
.truck_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.9);
}
.truck_tittle_cont ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
}
.truck_tittle_cont ul li{
	float:left;
}
.truck_tittle_cont li a{
	color:#fff;
}
.truck_tittle_cont li:last-child{
	margin-left:10px;
	color:#fca900;
}
.truck_tittle_cont h1{
	font-size:40px;
	color:#fff;
	font-weight:bold;
}
 /*-- Truck_tittle_section end --*/
 /*-- about_video_section start --*/
.about_slider_section{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:100px;
} 
 .video_img_section .owl_nav{
	position:relative;
	top:20px;
}
.video_img_section  .owl-theme .owl-dots{
	 position: absolute;
    top: 89%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1;
	display:block;
	margin-top:2px !important;
}
.video_img_section  .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	background:rgba(255, 255, 255, 0.89) !important;
}
.video_img_section  .owl-theme .owl-dots .owl-dot.active span, .video_img_section  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900 !important;
	width:15px;
	height:15px;
}
.video_img_section  .owl-theme .owl-nav {
    position: absolute;
    top: 84%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.video_img_section  .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 40%;
	top:30px;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.89);
	color:#000000;
	border:2px solid rgba(255, 255, 255, 0.89);
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
}
.video_img_section   .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40%;
	top:30px;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.89);
	color:#000000;
	border:2px solid rgba(255, 255, 255, 0.89);
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
}
.video_img_section  .owl-theme .owl-nav .owl-prev:hover, .video_img_section   .owl-theme .owl-nav .owl-next:hover{
	background:rgba(255, 255, 255, 0.89);
}
.video_nav_img{
	margin-top:20px;
}
.video_nav_img  .owl_nav img{
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.video_nav_img  .owl_nav img:hover{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 991px) and (max-width: 1199px){
	.video_img_section  .owl-theme .owl-dots{margin-top:10px !important;}
	.video_img_section  .owl-theme .owl-nav .owl-prev{left:37%;}
	.video_img_section   .owl-theme .owl-nav .owl-next{right:37%;}
}
@media (min-width: 650px) and (max-width: 991px){
	.video_img_section  .owl-theme .owl-nav {top:83%;}
	.video_img_section  .owl-theme .owl-nav .owl-prev{left:30%;}
	.video_img_section   .owl-theme .owl-nav .owl-next{right:30%;}
}
@media (max-width: 650px){
	.video_img_section  .owl-theme .owl-nav {top:75%;}
	.video_img_section  .owl-theme .owl-nav .owl-prev{left:20%;}
	.video_img_section   .owl-theme .owl-nav .owl-next{right:20%;}
	.video_img_section  .owl-theme .owl-dots{top:84%; margin-top:3px !important;}
}
@media (max-width: 450px){
	.video_img_section  .owl-theme .owl-nav {top:72%;}
	.video_img_section  .owl-theme .owl-nav .owl-prev{left:20%;}
	.video_img_section   .owl-theme .owl-nav .owl-next{right:20%;}
	.video_img_section  .owl-theme .owl-dots{top:82%; margin-top:3px !important;}
}
.about_video_heading_wrapper{
	display:inline-block;
}
.about_video_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:235px;
	display:block;
}
.about_video_heading h2{
	font-size:30px;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	padding-top:50px;
	display:inline-block;
}
.about_video_heading h2:after{
	content:'';
	border:1px solid #fca900;
	width:70px;
	display:block;
	position:relative;
	left:35%;
	top:12px;
}
.about_cont1_main, .about_cont2_main, .about_cont3_main{
	margin-top:40px;
	text-align:left;
}
.about_cont2_main h4{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:500;
	padding-top:10px;
}
.about_cont2_main i{
	color:#fca900;
}
.about_cont2_main h5{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:500;
	padding-bottom:5px;
}
.about_cont4_main{
	margin-top:50px;
}
@media (max-width: 767px){
	.about_cont4_main{text-align:left;}
}
.about_sign_wrapper img{
	display:inline-block;
	margin-top:50px;
}
.about_sign_wrapper h3{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000000;
}
 /*-- about_video_section end --*/
 /*-- progress section start --*/
.border_bottom{
	border-bottom:1px solid #f2f2f2;
	padding-bottom:80px;
}
.prog_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:80px;
}
.prog_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.prog_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.progress_slider{
	margin-top:50px;
}
.progress_slider  .owl-theme .owl-dots{
	display:none;
}
.progress_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.progress_slider .owl-theme .owl-dots .owl-dot.active span, .progress_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.progress_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.progress_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
.progress_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
@media (max-width: 991px){
	.progress_slider .owl-theme .owl-nav .owl-prev{left:0 !important;}
	.progress_slider  .owl-theme .owl-nav .owl-next{right:0 !important;}
}
.prog_content p{
	padding-top:20px;
}
.progress {
  height: 10px;
  margin-top:10px;
}
.truck_progress_wrapper{
	margin-top:15px;
}
.truck_progress_wrapper span {
  font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.truck_progress_wrapper span b {
	float:right;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
  background:#fca900;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.lv_faq_wrapper .panel-title:after{
    content: "";
    position: absolute;
    border-left: 1px solid #f2f2f2;
    top: 0;
    bottom: 0;
    left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordionFifteen .panel-group {
  margin-bottom: 0;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-radius: 0;
	margin: 0;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background: #fca900;
	padding: 15px 20px;
	color: #fff;
	font-weight:400;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #000000;
	background-color:#fff;
	display: block;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel-default>.panel-heading {
  border-radius: 0px;
  padding:0px;
     background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 40px 30px 40px 20px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
    font-family: 'FontAwesome';
    font-size: 20px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
  content: "\2212";
  background: #fff ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#fca900;
  line-height:20px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: #000000 ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#fff;
  line-height:20px;
}
.truck_pannel {
	margin-top:30px !important;
}
.trucking_faq_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:80px;
}
.trucking_faq_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.trucking_faq_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.trucking_faq_wrapeer{
	position:relative;
	top:20px;
}
.panel_img{
	float:left;
	width:30%;
}
.panel_cont{
	float:left;
	width:calc(100% - 30%);
}
@media (max-width: 640px){
	.panel_img{width:100%; padding-bottom:30px;}
}
/*-- progress section end --*/
/*-- device section start --*/
.device_main_section{
	text-align:center;
	position:relative;
}
.devices_img_wrapper{
	margin-top:80px;
}
.device_heading_wrapper h1{
	font-weight:900;
	text-transform:uppercase;
	font-size:50px;
	margin-top:80px;
	padding-bottom:10px;
}
.device_img1{
    position: absolute;
    right: -60px;
    z-index: 1;
    top: 40px;
}
.device_img3 img{
	position:absolute;
	top: -25px;
    left: -90px;
	right:0;
	margin-top:100%;
}
.devices_img_wrapper{
	text-align:center;
}
.device_img{
	display:inline-block;
}
.downlord_main_sec{
	margin-top:80px;
}
.downlord_sec_wrapper{
	background: url('../images/content/about/downlord_bg.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center 0;
    background-size: cover;
	padding-top:60px;
	padding-bottom:40px;
	padding-left:30px;
}
.downlord_cont_wrapper h2{
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	margin-top:0;
}
.down_btn ul{
	padding:0;
	list-style:none;
	float:right;
	margin-right:30px;
	margin-top:10px;
}
.down_btn li{
	float:left;
}
.down_btn li a{
	float:left;
	width:70px;
	height:70px;
	background:#fff;
	border-radius:100%;
	text-align:center;
	line-height:70px;
	color:#000000;
	font-size:30px;
	margin-left:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.down_btn li a:hover{
	background:#000000;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.downlord_cont_wrapper p{
	color:#fff;
}
@media (max-width: 991px){
	.downlord_main_sec{margin-top:120px;}
	.downlord_sec_wrapper{text-align:center;}
	.downlord_img_wrapper{display:inline-block;}
	.downlord_cont_wrapper{display:inline-block; padding-top:30px;}
	.down_btn_wrapper{display:inline-block; padding-top:20px;}
}
/*-- device section end --*/
/*-- Team section start --*/
.team_section_wrapper{
	background:url('../images/content/about/team_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	position:relative;
	text-align:center;
	margin-top:100px;
	padding-bottom:100px;
}
.team_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.9);
}
.team_heading_wrapper{
	display:inline-block;
}
.team_heading_wrapper h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.team_heading_wrapper h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.team_heading_wrapper h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.team_heading_wrapper h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
	color:#fff;
}
.team_heading_wrapper p{
	padding-top:10px;
}
.team_content h3{
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
.team_content p{
	font-size:14px;
	color:#fca900;
}
.team_cont1_wrapper{
	text-align:left;
	border-right:1px solid  rgba(255, 255, 255, 0.12);
	border-bottom:1px solid rgba(255, 255, 255, 0.12);
	margin-top:50px;
	padding-bottom:60px;
}
.team_cont2_wrapper{
	text-align:left;
	border-bottom:1px solid rgba(255, 255, 255, 0.12);
	margin-top:50px;
	padding-bottom:60px;
}
.team_cont3_wrapper{
	text-align:left;
	border-right:1px solid rgba(255, 255, 255, 0.12);
	padding-bottom:10px;
}
.team_cont4_wrapper{
	text-align:left;
	padding-bottom:10px;
}
.team_img_sec{
	width:170px;
	float:left;
	position:relative;
}
.team_content{
	width:calc(90% - 170px);
	margin-left:185px;
}
.team_content p:last-child{
	color:#707070;
	padding-top:5px;
}
.team_cont1_wrapper .blog-post-wrapper .post-thumbnail,
.team_cont2_wrapper .blog-post-wrapper .post-thumbnail,
.team_cont3_wrapper .blog-post-wrapper .post-thumbnail,
.team_cont4_wrapper .blog-post-wrapper .post-thumbnail{
  position: relative;
}
.team_cont1_wrapper .blog-post-wrapper .post-thumbnail img,
.team_cont2_wrapper .blog-post-wrapper .post-thumbnail img,
.team_cont3_wrapper .blog-post-wrapper .post-thumbnail img,
.team_cont4_wrapper .blog-post-wrapper .post-thumbnail img{
  width: 100%;
}

.team_cont1_wrapper .post-thumbnail,
.team_cont2_wrapper .post-thumbnail,
.team_cont3_wrapper .post-thumbnail,
.team_cont4_wrapper .post-thumbnail{
  position: relative;
}
.team_cont1_wrapper .post-thumbnail::before,
.team_cont2_wrapper .post-thumbnail::before,
.team_cont3_wrapper .post-thumbnail::before,
.team_cont4_wrapper .post-thumbnail::before{
  content: "";
  background-color:rgba(252, 169, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition      : opacity 0.4s ease 0s;
  -moz-transition      : opacity 0.4s ease 0s;
  -o-transition      : opacity 0.4s ease 0s;
  transition      : opacity 0.4s ease 0s;
  border-radius:100%;
}
.team_cont1_wrapper:hover .post-thumbnail::before,
.team_cont2_wrapper:hover .post-thumbnail::before,
.team_cont3_wrapper:hover .post-thumbnail::before,
.team_cont4_wrapper:hover .post-thumbnail::before {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.format-standard .pop-up-icon a.zoom,
.format-standard .pop-up-icon a.link,
.format-standard .pop-up-icon a.link2 {
  position: absolute;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  margin-top: -19px;
  -webkit-transition      : all 0.4s ease 0s;
  -moz-transition      : all 0.4s ease 0s;
  -o-transition      : all 0.4s ease 0s;
  transition      : all 0.4s ease 0s;
}
.format-standard .pop-up-icon a.zoom {
  left: 0;
}
.format-standard .pop-up-icon a.link {
  right: 0;
}
.format-standard .pop-up-icon a.link2{
	left:50%;
	margin-left: -18px;
}
.team_cont1_wrapper:hover .pop-up-icon a.zoom,
.team_cont1_wrapper:hover .pop-up-icon a.link,
.team_cont1_wrapper:hover .pop-up-icon a.link2,
.team_cont2_wrapper:hover .pop-up-icon a.zoom,
.team_cont2_wrapper:hover .pop-up-icon a.link,
.team_cont2_wrapper:hover .pop-up-icon a.link2,
.team_cont3_wrapper:hover .pop-up-icon a.zoom,
.team_cont3_wrapper:hover .pop-up-icon a.link,
.team_cont3_wrapper:hover .pop-up-icon a.link2,
.team_cont4_wrapper:hover .pop-up-icon a.zoom,
.team_cont4_wrapper:hover .pop-up-icon a.link,
.team_cont4_wrapper:hover .pop-up-icon a.link2 {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.team_cont1_wrapper:hover .pop-up-icon a.zoom,
.team_cont2_wrapper:hover .pop-up-icon a.zoom,
.team_cont3_wrapper:hover .pop-up-icon a.zoom,
.team_cont4_wrapper:hover .pop-up-icon a.zoom {
  left: 50%;
  margin-left: -48px;
}
.team_cont1_wrapper:hover .pop-up-icon a.link,
.team_cont2_wrapper:hover .pop-up-icon a.link,
.team_cont3_wrapper:hover .pop-up-icon a.link,
.team_cont4_wrapper:hover .pop-up-icon a.link{
  right: 50%;
  margin-right: -48px;
}
.format-standard .pop-up-icon a {
  display: block;
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left:20px;
}
.team_btn{
	display:inline-block;
	margin-top:50px;
}
.team_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.team_btn li a{
	width:205px;
	height:50px;
	float:left;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
}
.team_btn li{
	position:relative;
}
.team_btn li:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.06);
	width: 191%;
    display: inline-block;
    position: absolute;
    margin-left: 15px;
    margin-top: 22px;
}
.team_btn li:before{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.06);
	width: 191%;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    margin-top: 22px;
	left: -412px;
}
.team_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.blog-post-wrapper img{
	border-radius:100%;
}
@media (min-width: 991px){
	.team_padding_right{padding-right:0;}
	.team_padding_left{padding-left:0;}
	.team_cont2_wrapper{padding-left:5px;}
	.team_cont3_wrapper{margin-top:-20px; padding-top:60px;}
	.team_cont4_wrapper{margin-top:-20px; padding-top:60px; padding-left:5px;}
	.team_cont3_wrapper img, .team_cont4_wrapper img{margin-top:20px;}
}
@media (min-width: 1199px){
	.team_cont2_wrapper, .team_cont4_wrapper{padding-left:50px;}
}
@media (max-width: 991px){
	.team_cont1_wrapper,.team_cont2_wrapper,.team_cont3_wrapper{border:none;}
	.team_cont4_wrapper{padding-top:50px;}
	.team_cont4_wrapper img{margin-top:20px;}
	.team_cont2_wrapper{margin-top:0;}
}
@media (max-width: 408px){
	.team_heading_wrapper h3:after{width:50px; left:10px;}
	.team_heading_wrapper h3:before{width:50px; right:10px;}
}
/*-- Team section end --*/

/*-------------------------------- SERVICES CSS START ----------------------------------*/
/*-- truck_freight_section_start*/
.truck_freight_section{
	margin-top:100px;
	float:left;
	width:100%;
	padding-bottom:100px;
}
.trucking_schedule ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
}
.trucking_schedule ul li{
	float:left;
	width:25%;
	list-style:none;
}
.trucking_schedule li{
	margin-left:0 !important;
}
.trucking_schedule ul li:first-child{
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}
.trucking_schedule ul li:nth-child(2){
    border-bottom: 2px solid #f2f2f2;
	background:#fbfbfb;
}
.trucking_schedule ul li:last-child{
	background:#fbfbfb;
}
.trucking_schedule ul li:nth-child(3){
	border-right: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
}
@media (min-width: 479px) and (max-width: 991px){
	.trucking_schedule ul li{width:50%;}
	.trucking_schedule ul li:last-child{background:#fff;}
	.trucking_schedule ul li:nth-child(3){background:#fbfbfb;}
	
}
@media (min-width: 991px){
	.trucking_schedule ul li:first-child{border-bottom:none;}
	.trucking_schedule ul li:nth-child(2){border-bottom:none;}
}
.trucking_schedule ul li .trucking_schedule_info{
	float:left;
	width:100%;
	text-align:center;
	padding:50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info svg{
	width:50px;
	height:50px;
	fill:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info h4{
	float: left;
    width: 100%;
    margin: 5px 0px;
    font-size: 22px;
    font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info p{
    float: left;
    width: 100%;
    margin: 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info:hover{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#fca900;
}
.trucking_schedule ul li .trucking_schedule_info:hover h4, .trucking_schedule ul li .trucking_schedule_info:hover p, .trucking_schedule ul li .trucking_schedule_info:hover svg{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color:#ffffff;
	fill:#ffffff;
}
@media (max-width: 479px){
	.truck_about_wrapper .lv_btn a {
    margin-right: 0px;
    margin-bottom: 10px;
}
.trucking_schedule ul li {
    width: 100%;
}
.trucking_schedule ul li:first-child {
    border-right: 0px solid #e1e1e1;
}
.trucking_schedule ul li:nth-child(3){
    border-right: 0px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}
.trucking_schedule ul li:nth-child(2) .trucking_schedule_info {
    border-top-right-radius: 0;
}
.trucking_schedule ul li:nth-child(3) .trucking_schedule_info {
    border-bottom-left-radius: 0;
}
.trucking_schedule ul li:nth-child(3){
	border-left:none;
}
}
.truck_freight_heading h2{
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	font-size:30px;
	margin-top:80px;
}
.truck_freight_heading h2:after{
	content:'';
	border:1px solid #fca900;
	width:70px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.truck_freight_content:after{
	content:'';
	border:1px solid #e1e1e1;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.truck_freight_img_wrapper{
	margin-top:80px;
}
.truck_freight_cont1_wrapper{
	margin-top:75px;
}
.truck_freight_cont2_wrapper{
	margin-top:30px;
}
.freight_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.freight_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fca900;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.freight_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-pills > li > a:hover{
	background:none !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background:none !important;
}
.trucking_schedule .nav > li > a{
	padding:0;
}
.plumb_serv_tab_heading h2{
	padding-bottom:20px;
	padding-top:40px;
}
.plumb_serv_tab_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
	background:none !important;
	border:none !important;
}
.plumb_serv_tab_btn li{
	background:none !important;
	border:none !important;
}
.plumb_serv_tab_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fca900;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.plumb_serv_tab_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- truck_freight_section_start*/
/*-- pricing section start --*/
.pricing_section{
	background: url('../images/content/services/pricing_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	text-align:center;
	position:relative;
	padding-bottom:100px;
	float:left;
}
.pricing_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	background:rgba(0,0,0,0.9);
}
.pricing_heading_wrapper{
	display:inline-block;
}
.pricing_heading_wrapper h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.pricing_heading_wrapper h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.pricing_heading_wrapper h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.pricing_heading_wrapper h1{
	font-size:30px;
	font-weight:900;
	text-transform:uppercase;
	padding-top:10px;
	color:#fff;
	padding-bottom:10px;
}
.pricing_box1_wrapper{
	background:#fff;
	position:relative;
	overflow:hidden;
}
.box1_heading_wrapper h4{
	font-size:22px;
	font-weight:bold;
	padding-top:50px;
}
.stars_wrapper{
	float:left;
}
.stars_wrapper{
	width:100%;
	height:40px;
	background:#fca900;
	color:#fff;
	-ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
	margin-left:-100px;
}
.stars_wrapper i{
	position:relative;
	left:-35px;
	top:5px;
}
.price_box1 span{
	font-size:50px;
	color:#000000;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	position:relative;
	top:15px;
}
.price_box1 h1{
	font-size:25px;
}
.box1_heading_wrapper{
	width:100%;
	border-bottom:2px solid #fca900;
	padding-bottom:100px;
}
.price_box1_wrapper{
	text-align:center;
}
.price_box1{
	width:140px;
	height:140px;
	border:2px solid #fca900;
	border-radius:100%;
	display:inline-block;
	margin-top:-75px;
	z-index:1;
	background:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper:hover .price_box1{
	background:#fca900;
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper{
	margin-top:60px;
}
.pricing_box1_wrapper:hover .price_box1 h1, .pricing_box1_wrapper:hover .price_box1 span{
	color:#fff;
}
.pricing_cont ul{
	list-style:none;
	padding:0;
	margin-top:60px;
}
.pricing_cont li{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#000000;
	margin-top:25px;
}
.pricing_btn_wrapper{
	text-align:center;
}
.pricing_btn{
	display:inline-block;
	padding-bottom:50px;
	
}
.pricing_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.pricing_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#000000;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
}
.pricing_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (min-width: 991px) and (max-width: 1199px){
	.stars_wrapper i{left:-10px;}
}
@media (min-width: 767px) and (max-width: 991px){
	.stars_wrapper{margin-left:-250px;}
	.stars_wrapper i{left:-60px;}
}
@media (min-width: 635px) and (max-width: 767px){
	.stars_wrapper{margin-left:-200px;}
	.stars_wrapper i{left:-60px;}
}
@media (min-width: 450px) and (max-width: 635px){
	.stars_wrapper i{left:-80px;}
	.stars_wrapper{margin-left:-120px;}
}

@media (max-width: 408px){
	.pricing_heading_wrapper h3:after{width:50px; left:10px;}
	.pricing_heading_wrapper h3:before{width:50px; right:10px;}
}
/*-- pricing section end --*/
/*-- service section start --*/
.service_section_wrapper{
	padding-bottom:60px;
	float:left;
	width:100%;
}
.service_header_wrapper{
	text-align:center;
}
.service_heading{
	display:inline-block;
}
.service_heading h3{
	margin-top:70px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
}
.service_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.service_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.service_heading h2{
	text-transform:uppercase;
	font-weight:900;
	padding-top:5px;
}
.service_heading p{
	padding-top:10px;
}
.service_cont1 h3{
	font-size:22px;
	font-weight:900;
}
.service_cont1 span{
	color:#fca900;
}
.service_cont1_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.service_cont1 h3:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.service_img_sec{
	float:left;
	width:100%;
	overflow:hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top:35px;
}
.service_box1_wrapper{
	margin-top:50px;
	padding-bottom:50px;
}
.service_box1_wrapper:hover .service_img_sec img{
	-webkit-transform:scale(1.1) rotate(2deg);
	-moz-transform:scale(1.1) rotate(2deg);
	-o-transform:scale(1.1) rotate(2deg);
	-ms-transform:scale(1.1) rotate(2deg);
	transform:scale(1.1) rotate(2deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_img_sec img{
	display:inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_content h4 a{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	top:30px;
}
.service_content h4 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_content p{
	position:relative;
	top:20px;
}
/*-- service section end --*/
/*-- benefit section start --*/
.benefit_section_wrapper{
	background: url('../images/content/services/benefit_bg_img.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center 0;
    overflow: hidden;
    background-size: cover;
	position:relative;
	padding-bottom:80px;
}
.benefit_section_wrapper2{
	background: url('../images/content/services/benefit_bg_img.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center 0;
    overflow: hidden;
    background-size: cover;
	position:relative;
	
}
.benefit_heading_wrapper{
	text-align:center;
}
.benefit_heading{
	display:inline-block;
}
.benefit_heading h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.benefit_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.benefit_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.benefit_heading h2{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:900;
	padding-top:10px;
}
.benefit_heading p{
	padding-top:10px;
}
.benefit_cont1_img{
	width:80px;
	height:80px;
	border:2px solid #fca900;
	border-radius:100%;
	text-align:center;
	line-height:85px;
	float:left;
	margin-top:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.benefit_cont1{
	width:calc(100% - 80px);
	float:left;
	padding-bottom:40px;
}
.benefit_cont1_img i{
	font-size:30px;
	color:#fff;
}
.benefit_cont1 h3{
	font-size:22px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	margin-left:20px;
}
.benefit_cont1 p{
	margin-left:20px;
}
.benefit_main_wrapper{
	margin-top:100px;
}
.benefit_cont1_wrapper:hover .benefit_cont1_img{
	color:#ffffff;
	background:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border:2px solid transparent;
}
/*-- benefit section end --*/
/*-- client section start --*/
.client_section{
	padding-bottom:120px;
}
.client_img_wrapper .owl_nav{
	position:relative;
	top:20px;
}
.client_img_wrapper  .owl-theme .owl-dots{
	 position: absolute;
    top: 100%;
    margin: 0;
    margin-top: 40px;
    left: 0;
    right: 0;
	z-index:1;
	display:block;
}
.client_img_wrapper  .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.client_img_wrapper  .owl-theme .owl-dots .owl-dot.active span, .client_img_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.client_img_wrapper  .owl-theme .owl-nav {
    position: absolute;
    top:-140px;
    margin: 0;
    margin-top:0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.client_img_wrapper  .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 300px;
	top:30px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:25px;
	border-radius:100%;
}
.client_img_wrapper   .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 300px;
	top:30px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
}
.slider_img_wrapper  .owl-theme .owl-nav .owl-prev:hover, .slider_img_wrapper   .owl-theme .owl-nav .owl-next:hover{
	background:transparent;
}
.slider_img_wrapper .owl_nav img{
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_img_wrapper  .owl_nav img:hover{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_img_wrapper  .owl-carousel{
	margin-top:50px;
}
.slider_img_wrapper  .main_content{
	text-align:center;
}
.slider_img_wrapper{
	display:inline-block;
	margin-top:60px;
}
.client_section{
	text-align:center;
}
.slider_img_wrapper{
	display:inline-block;
}
.client_heading_wrapper{
	display:inline-block;
}
.client_heading_wrapper h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.client_heading_wrapper h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.client_heading_wrapper h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.client_heading_wrapper h1{
	font-size:30px;
	font-weight:900;
	text-transform:uppercase;
	padding-top:10px;
}
.owl-carousel8{
	margin-top:40px;
}
.owl-carousel8 .owl-nav i{
	color:#000000;
}
.client_img_wrapper h4{
	font-size:18px;
	padding-top:30px;
}
@media (max-width: 991px){
	.client_img_wrapper  .owl-theme .owl-dots{margin-top:30px !important;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.client_img_wrapper  .owl-theme .owl-nav .owl-prev{left:250px;}
	.client_img_wrapper   .owl-theme .owl-nav .owl-next{right:250px;}
}
@media (max-width: 991px){
	.client_img_wrapper  .owl-theme .owl-nav .owl-prev{left:0;}
	.client_img_wrapper   .owl-theme .owl-nav .owl-next{right:0;}
}
@media (max-width: 480px){
	.client_img_wrapper  .owl-theme .owl-nav{top:-80px;}
}
/*-- client section end --*/

/*-------------------------------- GALLERY CSS START ----------------------------------*/
.portfolio-area{
	float:left;
	width:100%;
	margin-top:100px;
}

.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
    bottom: -80%;
    cursor:pointer;
    background: rgba(0,0,0,0.9);
    opacity: 0;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 40px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
	content:'';
	border:1px solid #2f2d2b;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #fca900;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.portfolio-area .portfolio-info .small:hover{
    color: #313131;
}
.portfolio-area .portfolio-thumb .img-link {
    position: absolute;
    bottom: 0;
    right: 36px;
	top:75%;
    opacity: 0;
}
.portfolio-area .portfolio-thumb .img-link2 {
    position: absolute;
    bottom: 0;
    right: 90px;
	top:75%;
    opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .img-link, .portfolio-area .portfolio-wrapper:hover .img-link2{
    opacity: 1;

    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.portfolio-area .portfolio-thumb .img-link i{
    font-size: 15px;
    color: #ffffff;
    background:#fca900;
	border:2px solid transparent;
	border-radius:100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.portfolio-area .portfolio-thumb .img-link2 i{
    font-size: 15px;
    color: #ffffff;
    background:transparent;
	border:2px solid #fca900;
	border-radius:100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.portfolio-area .portfolio-thumb .img-link i:hover{
    color: #fff;
    background:transparent;
	border:2px solid #fca900;
}
.portfolio-area .portfolio-thumb .img-link2 i:hover{
    color: #fff;
    background: #fca900;
}
.portfolio-area .portfolio-thumb .img-link,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link i, 
.portfolio-area .portfolio-thumb .img-link2,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link2 i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.III_column{
	margin-top:30px;
}

/*portfolio-filter*/
.truck_filter_wrapper{
    margin-bottom: 30px;
}

#filter li a{
    display: block;
    font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
    color: #969595;
    cursor: pointer;
	color:#000000;
	font-weight:bold;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid transparent;
    margin-right: 10px;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
    background:none;
    border: 2px solid #fca900;
    color: #000000;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:last-child{
    margin-right: 0px;
}


@media(max-width: 590px){
    #filter li {
        margin-bottom: 10px;
    }
}

.portfolio-btn .btn {
    width:170px;
	height:50px;
    border: 2px solid transparent;
    color: #fff;
	background:#fca900;
    font-size: 18px;
	line-height:30px;
	font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
	border-radius:100px;
	margin-top:80px;
	margin-bottom:100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-btn .btn:hover {
    background:transparent;
    border: 2px solid #fca900;
    color: #fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pop-up-icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pop-up-icon li a{
	float:left;
	margin-left:50px;
}
.IV_column{
	width:25%;
}
@media (min-width: 767px) and (max-width: 991px){
	.IV_column{width:33.3%;}
}
@media (max-width: 767px){
	.IV_column{width:100%;}
}
/*-------------------------------- CONTECT CSS START ----------------------------------*/

.contect_need_section{
	float:left;
	width:100%;
}
.contect_need_heading h1{
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.contect_need_heading:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.contect_need_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_need_heading_wrapper p{
	padding-top:40px;
}
.contect_need_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_need_btn li a{
	width:180px;
	height:50px;
	float:left;
	background:#fca900;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_need_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.contect_need_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_need_btn li:last-child a{
	width:180px;
	height:50px;
	float:left;
	background:transparent;
	color:#000000;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
	margin-left:20px;
}
.contect_need_btn li:last-child a:hover{
	background:#fca900;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (max-width: 400px){
	.contect_need_btn li:last-child a{margin-left:0; margin-top:20px;}
}
/*-- Truck_map_section_start --*/
.contact-map-section{
	width:100%;
	float:left;
	margin-top:100px;
	position:relative;
}
#map{
	width:100%;
	float:left;
	height:700px;
}
.contact-map-section img.contect_pin{
	position:absolute;
	top:55%;
	margin-top:-45px;
	left:50%;
}
.contact-map-section img.contect_pin2{
	position:absolute;
	top:20%;
	margin-top:-45px;
	left:40%;
}
.contact-map-section img.contect_pin3{
	position:absolute;
	top:60%;
	margin-top:-45px;
	left:70%;
}
.contact-map-section img.contect_pin4{
	position:absolute;
	top:57%;
	margin-top:-45px;
	left:72%;
}
.contact-map-section img.contect_pin5{
	position:absolute;
	top:58%;
	margin-top:-45px;
	left:75%;
}
.contact-map-section img.contect_pin6{
	position:absolute;
	top:22%;
	margin-top:-45px;
	left:38%;
}
.contact-map-section img.contect_pin7{
	position:absolute;
	top:55%;
	margin-top:-45px;
	left:20%;
}
.contact-map-section img.contect_pin8{
	position:absolute;
	top:70%;
	margin-top:-45px;
	left:60%;
}
/*-- Truck_map_section_End --*/
/*-- Truck_location_section_Start --*/
.location_section_wrapper{
	width:100%;
	float:left;
}
.location_heading h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.location_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.location_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.location_heading h2{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.map_img_wrapper{
	margin-top:60px;
	float:left;
	width:100%;
}
.map_cont{
	border:1px solid #f2f2f2;
	padding-bottom:47px;
	padding-right:67px;
}
.map_cont h3{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:45px;
}
.map_cont h3:after{
	content:'';
	border:1px solid #fca900;
	width:160px;
	display:block;
	position:relative;
	top:15px;
	right:120px;
}
.map_img{
	float:left;
}
.map_cont{
	float:left;
	padding-left:40px;
}
.map_cont p{
	padding-top:30px;
}
.map_cont p:last-child{
	padding-top:10px;
}
/*-- Truck_location_section_End --*/
/*-- contect section start --*/
.contect_section_wrapper{
	background:url('../images/content/contect/contect_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	margin-top:100px;
}
.sales_men_img{
	background:url('../images/content/contect/contect_men_img.png') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:left;
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:100px;
	background-position: 20px 134px;
}
.contect2_heading_wrapper h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.contect2_heading_wrapper h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.contect2_heading_wrapper h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.contect2_heading_wrapper h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.contect_cont{
	margin-top:30px;
	text-align:center;
}
.contect2_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i, .contect2_form2 i{
	margin-left:-30px;
	color:#fca900;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#fca900;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#fca900;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect2_form4 textarea:hover, .contect2_form4 textarea:focus{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_btn{
	text-align:center;
}
.contect2_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	display:inline-block;
}
.contect2_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#fca900;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect2_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (max-width: 1700px){
	.sales_men_img{background:none;}
}
@media (max-width: 408px){
	.location_heading h3:after, .contect_heading_wrapper h3:after{width:50px; left:10px;}
	.location_heading h3:before, .contect_heading_wrapper h3:before{width:50px; right:10px;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.map_cont h3:after{right:0;}
}
@media (max-width: 585px){
	.map_cont h3:after{right:0;}
}

/*-------------------------------- BLOG CATEGORIES CSS START ----------------------------------*/
.blog_leftside_section{
	float:left;
	width:100%;
	padding-bottom:100px;
}
.blog_service_main_wrapper{
	margin-top:100px;
}
.blog_date h3{
	font-size:30px;
	font-weight:bold;
	color:#000000;
}
.blog_date_wrapper{
	width:90px;
	height:90px;
	border-radius:100%;
	border:2px solid #fca900;
	text-align:center;
	line-height:80px;
	position:relative;
	right:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_date_wrapper:after{
  content: '';
  height:600px;
  width: 1px;
  position: absolute;
  right: 0;
  left:50%;
  background-color: #f2f2f2;
}
.single_blog_date_wrapper:after{
  content: '';
  height:1309px;
  width: 1px;
  position: absolute;
  right: 0;
  left:50%;
  background-color: #f2f2f2;
}
.blog_date span{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #707070;
	position:relative;
	top:-10px;
}
.blog_service_img img{
	position:relative;
	
}
.blog_service_main_wrapper:hover .blog_date_wrapper{
	background:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_main_wrapper:hover .blog_date h3 span, .blog_service_main_wrapper:hover .blog_date h3{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_wrapper{
	position:relative;
}
.blog_heart_wrapper a{
    width: 40px;
    height: 40px;
    border: 2px solid #fca900;
    border-radius: 100%;
    float: right;
    color: #fca900;
	margin-top:30px;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: absolute;
    z-index: 10;
    right: 0;
	top:0;
}
.blog_heart_wrapper a:hover{
	background:#fca900;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}	
.blog_comment_section ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-left:left;
	margin-top:30px;
}
.blog_comment_section ul li:first-child a{
	margin-left:0;
}
.blog_comment_section ul li a{
	float:left;
	margin-left:20px;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_comment_section ul li a:hover{
	color:#fca900;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_cont_heading h1{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_service_cont_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.blog_service_cont_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_service_cont{
	margin-top:35px;
}
.blog_service_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.blog_service_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fca900;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.blog_service_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_search_btn_wrapper button{
	width:35px;
	height:50px;
	background:#fff;
	border:none;
	margin-left:-37px;
	color:#fca900;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
.blog_search_wrapper input{
	border:1px solid #f2f2f2;
	background:none;
	height:50px;
	padding-left:20px;
	width:100%;
	width:calc(100% - 1px);
	float:left;
}
.blog_category1_wrapper{
	margin-top:40px;
}
.blog_category1_cont_heading h1{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_category1_cont_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.blog_category1_cont_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_category_list ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:30px;
}
.blog_category_list ul li{
	margin-top:10px;
}
.blog_category_list ul li i{
	padding-right:5px;
	color:#fca900;
}
.blog_category_list ul li a{
	color:#707070;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_category_list ul li a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_main_wrapper2, .blog_service_main_wrapper3{
	margin-top:100px;
}
.blog_service_slider  .owl-theme .owl-dots{
	display:none;
}
.blog_service_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.blog_service_slider .owl-theme .owl-dots .owl-dot.active span, .blog_service_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.blog_service_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.blog_service_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 30px;
	top:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
.blog_service_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 30px;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
@media (max-width: 991px){
	.blog_service_slider .owl-theme .owl-nav .owl-prev{left:0 !important;}
	.blog_service_slider  .owl-theme .owl-nav .owl-next{right:0 !important;}
}
.blog_rightside_slider_heading h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_rightside_slider_heading:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.blog_rightside_slider_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_rightside_slider .owl-carousel10{
	margin-top:70px;
}
.blog_rightside_slider .owl_nav{
	position:relative;
	top:20px;
}
.blog_rightside_slider .owl-theme .owl-dots{
	display:none;
}
.blog_rightside_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.blog_rightside_slider .owl-theme .owl-dots .owl-dot.active span, .blog_rightside_slider  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.blog_rightside_slider .owl-theme .owl-nav {
    position: absolute;
    top: -89px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:30px;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000 !important;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-prev:hover, .blog_rightside_slider .owl-theme .owl-nav .owl-next:hover{
	background:none;
	color:#fca900 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-carousel10{
	margin-top:50px;
}
.blog_rightside_slider_wrapper{
	margin-top:-495px;
}
.blog_video_img_wrapper{
	margin-top:-675px;
}
.blog_video_img{
	position:relative;
}
.blog_video_img .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.blog_video_img .text h3{
	font-size:18px;
	color:#fff;
}
.blog_video_img .text img{
	margin-left:33px;
}
.blog_video_img_overlay{
	position:absolute;
	top:0%;
	right:0%;
	left:0%;
	bottom:0%;
	background:rgba(0,0,0,0.6);
}
.blog_category3_wrapper{
	margin-top:50px;
}
.blog_category_side_menu ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:35px;
}
.blog_category_side_menu li{
	float:left;
	margin-left:5px;
	margin-top:15px;
}
.blog_category_side_menu li a{
	border:2px solid #f2f2f2;
	padding:5px;
	border-radius:50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_category_side_menu li a:hover{
	border:2px solid transparent;
	background:#fca900;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_img iframe{
	width:100%;
	height:350px;
	border:none;
	color:green !important;
}
.pager_wrapper{
	margin-top:80px;
}
.pagination > li > a{
	color:#000000;
	background:#fbfbfb;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:50px;
	height:50px;
	line-height:35px;
	border-radius:100%;
	text-align:center;
	margin-right:10px;
}
.pagination > li:first-child > a{
	width:130px;
	text-align:center;
	border-radius:50px;
	border:1px solid #fca900;
	margin-right:20px;
	background:transparent;
}
.pagination > li:last-child > a{
	width:130px;
	text-align:center;
	border-radius:50px;
	border:1px solid #fca900;
	margin-left:10px;
	background:transparent;
}	
.pagination > li:first-child:hover > a{
	background:#fca900;
	border:1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
	border:1px solid transparent;
    background-color: #fca900;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 991px) and (max-width: 1199px){
	.blog_rightside_slider_wrapper{margin-top: -447px;}
	.blog_video_img_wrapper{margin-top: -550px;}
	.blog_video_img .text h3{font-size:17px;}
	.news_right_box1_wrapper:after{width:146px;}
}
@media (max-width: 991px){
	.blog_rightside_wrapper{margin-top:65px;}
	.blog_rightside_slider_wrapper{margin-top:60px;}
	.blog_video_img_wrapper{margin-top:60px;}
	.blog_video_img .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{width:100%;}
}
@media (min-width: 767px) and (max-width: 991px){
	.main_news_right_box{width:270px;}
}
@media (max-width: 767px){
	.pagination > li > a{width:35px; height:35px; line-height:20px;}
	.pagination > li:first-child > a{width:70px; margin-right:10px;}
	.pagination > li:last-child > a{width:70px; margin-left:0;}
	.pagination > li > a{margin-right:5px;}
}
/*-------------------------------- BLOG SINGLE CSS START ----------------------------------*/
.quote_cont h3{
	font-size:22px;
	font-weight:bold;
}
.quote_wrapper{
	width:30px;
	float:left;
	margin-left:20px;
}
.quote_cont{
	width:calc(100% - 30px);
	padding-left:60px;
}
.quote_cont span{
	color:#fca900;
}
.blog_single_cont1_wrapper{
	border:1px solid #f2f2f2;
	margin-top:60px;
	padding-top:10px;
	padding-bottom:15px;
	border-left:4px solid #fca900;
}
.blog_single_cont2{
	margin-top:60px;
}
.social_icon_border_wrapper{
	border:1px solid #f2f2f2;
	border-left:0;
	border-right:0;
	float:left;
	width:100%;
	margin-top:65px;
	padding-top:30px;
	padding-bottom:30px;
}
.blog_single_social_icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.blog_single_social_icon li a{
	color:#000000;
	float:left;
	background:transparent;
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:40px;
	height:40px;
	line-height:35px;
	border-radius:100%;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon span{
	float:left;
	font-size:16px;
	padding-top:5px;
	padding-right:10px;
}
.blog_single_social_icon li a:hover, .blog_single_social_icon li a:focus{
    color:#fff;
	border:2px solid transparent;
    background:#fca900;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_single_social_icon_btn ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.blog_single_social_icon_btn li{
	float:left;
}
.blog_single_social_icon_btn li a{
	color:#000000;
	float:left;
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:130px;
	font-weight:bold;
	height:45px;
	line-height:38px;
	border-radius:50px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon_btn li:last-child a{
	color:#fff;
	float:left;
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:130px;
	font-weight:bold;
	height:45px;
	line-height:38px;
	border-radius:50px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon_btn li:last-child:hover a{
	color:#000000;
	border:2px solid #fca900;
    background:transparent;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_single_social_icon_btn li a:hover, .blog_single_social_icon_btn li a:focus{
    color:#fff;
	border:2px solid transparent;
    background:#fca900;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.blog_single_social_icon_btn ul{float:left; margin-top:20px;}
}
.blog_single_admin_sec{
	background:#fca900;
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:100px;
}
.admin_img_wrapper img{
	border-radius:100%;
}
.admin_img_wrapper{
	width:135px;
	float:left;
	margin-left:40px;
}
.admin_cont_wrapper{
	width:calc(100% - 135px);
	margin-left:200px;
}
.admin_cont_wrapper h3{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.admin_cont_wrapper span{
	color:#000000;
}
.admin_cont_wrapper  a{
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	border-radius:50px;
	font-size:12px;
	margin-left:10px;
	position:relative;
	top:-3px;
	color:#000000;
}
.admin_cont_wrapper p{
	color:#fff;
}
@media (max-width: 767px){
	.admin_img_wrapper{width:100%; float:none;}
	.admin_cont_wrapper{margin-left:40px;}
}
.blog_single_comment_heading h1{
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.blog_single_comment_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.blog_single_comment_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_comment1_wrapper{
	margin-top:90px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.blog_comment1_img{
	width:120px;
	float:left;
}
.blog_comment1_cont{
	width:calc(80% - 120px);
	margin-left:150px;
}
.blog_single_comment_heading span{
	color:#fca900;
}
.blog_comment1_cont h3{
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
}
.blog_comment1_cont i{
	font-size:15px;
	color:#e8e8e8;
	padding-left:10px;
	padding-right:10px;
}
.blog_comment1_cont span{
	color:#fca900;
	font-size:16px;
	font-style: italic;
}
.blog_comment1_cont span a{
	color:#fca900;
	text-decoration:underline;
}
.blog_comment1_cont p{
	padding-top:5px;
}
.blog_comment2_wrapper{
	margin-top:60px;
	padding-bottom:50px;
}
.comment_cont2_border{
	border-bottom:1px solid #f2f2f2;
	float:left;
	width:100%;
}
.blog_comment3_wrapper{
	margin-top:60px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.contect_section_wrapper{
	width:100%;
}
.contect_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	padding-top:80px;
	text-align:left;
}
.contect_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.contect_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_cont{
	margin-top:30px;
}
.contect_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 i, .contect_form2 i{
	margin-left:-30px;
	color:#fca900;
}
.contect_form3 i{
	margin-left:-30px;
	color:#fca900;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#fca900;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form4 textarea{
	width:100%;
	margin-top:30px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#fca900;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.blog_contect_wrapper{
	margin-top:60px;
}
@media (min-width: 991px){
	.single_blog_side1{margin-top:-980px;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.single_blog_side2{margin-top:-670px;}
}
@media (min-width: 767px){
.dropdown {
    position: relative;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-content{
	position:absolute;
	
}
.dropdown:hover .dropdown-content{
	top:100%;
	opacity:1;
	width:140px;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content{
	position:absolute;
	top:150%;
	left:0;
	width:140px;
	border-top:3px solid #fca900;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px !important;
	color:#000000;
	width:100%;
	font-size:16px;
}
.dropdown .dropdown-content a:hover{
	background:#fca900;
	color:#ffffff;
	width:100%;
}
.caret{
	color:#fca900;
}
}
.owl-carousel7{
	z-index:0 !important;
}
@media (max-width: 365px){
	.news_social_icon li a{
		width:40px;
		height:40px;
		line-height:35px;
		font-size:18px;
	}
	.news_social_icon li{
		margin-left:10px;
	}
}
@media (max-width: 767px){
	.title_bottom_cont1 p{
		padding-top:60px;
	}
	.lv_logo{
		text-align:center;
		border-bottom:1px solid #eeeeee;
	}
	.tc_mob_logo{
		display:inline-block;
		margin-top: 14px;
	}
	.truck_top_header_wrapper{
		display:none;
	}
	.tc_login_btn_wrapper{
		text-align:left;
		margin-top: -26px;
	}
	.tc_login_btn{
		display:inline-block;
	}
	.tc_login_btn .dropdown-toggle{
		float:left;
		width:30px;
		height:53px;
		background:transparent;
		text-align:center;
		line-height:30px;
		font-size: 22px;
		color:#000000;
	}
	.menu_fixed .tc_mob_logo{
		margin-top:27px;
	}
	.tc_menu_fixed_border:before{
	content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fca900;
    position: absolute;
    width: 0;
    height: 0;
    left: 4px;
    margin: 0px auto;
    top: 0;
    margin-top: -10px;
		
	}
	.tc_login_btn_wrapper .dropdown-menu > li > a{
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}
	.tc_login_btn_wrapper .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
		background:#fca900;
		color:#ffffff;
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}
}
@media (max-width: 991px){
	.side_login_cont ul li{
		margin-left:7px;
	}
}
@media (max-width: 430px){
	.service_heading h3:after, .benefit_heading h3:after, .team_heading_wrapper h3:after, .location_heading h3:after, .contect2_heading_wrapper h3:after{
		content: '';
		border: 1px solid #fca900;
		width: 50px;
		display: inline-block;
		position: relative;
		top: -5px;
		left: 12px;
	}
	.service_heading h3:before, .benefit_heading h3:before, .team_heading_wrapper h3:before, .location_heading h3:before, .contect2_heading_wrapper h3:before{
		content: '';
		border: 1px solid #fca900;
		width: 50px;
		display: inline-block;
		position: relative;
		top: -5px;
		right: 12px;
	}
}