/*-------------------------------------
    
	Author: Webstrot 
	Copyright © 2018
	
--------------------------------------- 
[Table of contents]
 
1. Body
2. Custom css / a
3. Preloader/ #preloader
4. navbar section

/* --------------------------------------
BUTTON STYLE
------------------------------------------*/
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	overflow-x:hidden;
}
/*---------- Custom Css Start -------*/
a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #a1cd3a;
	text-decoration: none;
}
a:focus {
	outline: none;
}

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;
}


.mb-0 {
    margin-bottom: 0px !important;
}

/*-- Preloader css start --*/
#preloader {
	background-color: #ffffff;
	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 {
    width:200px;
}
/*-- navbar section start --*/
.lv_header_wrapper {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    /* float:left; */
    /* position:relative;
    background-attachment: fixed;
	background: url('../images/header/navbar_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0; */
}

.lv_search_bar{
    float: right;
    width: auto;
    text-align: center;
    padding: 43px 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.lv_search_box{
    position: absolute;
    top: 100%;
    padding: 20px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
	right:0;
}
.lv_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.lv_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-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_search_box button:hover{
	color:#ffffff;
	background:#a1cd3a;
	border-color:#a1cd3a;
	-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_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(82, 82, 82, 0.77);
}

.submit_btn{
	float:right;
}
.submit_btn li{
	list-style:none;
}
.submit_btn li a{
	float:left;
	width:70px;
	height:70px;
	border-radius:100%;
	border:none;
	background:#ff414c;
	color:#fff;
	text-align:center;
	line-height:65px;
	position: relative;
    top: 70px;
	z-index:1000 !important;
	margin-right:-120px;
}
.submit_btn  i{
	font-size:30px;
}
.lv_header_icon .fa{
	    font-size: 38px;
    color: #a0cc38;
    margin-top: 15px;
}
@media only screen and (max-width: 1300px){
	.submit_btn li a{margin-right:0;}
}
@media only screen and (max-width: 991px){
	.lv_bottom_header_wrapper .lv_btn{width: calc(100% - 20px);}
	.lv_search_bar{float:right; margin-top:0;}
	.lv_search_box{margin-right:15px;}
	#search_button{float:left;}
	.lv_btn{text-align:right;}
	.search_btn_wrapper{text-align:none !important;}
	.search_btn_btn{display:block !important;}
	
}
@media only screen and (max-width: 767px){
	.lv_main_menu ul li a{color:#fff; padding: 20px 15px; margin: 21px 0px;}
	.lv_main_menu ul .active a {background:#a1cd3a; color:#fff !important;}
}
@media only screen and (max-width: 1199px){
	.lv_search_bar{left:0;}
}

/*-- Button Css Start --*/

.about_btn{
	display:inline-block;
}

@media only screen and (min-width: 768px){
	/* .lv_top_header_wrapper{display:none;} */
}
@media only screen and (max-width: 767px){
	.logo_wrapper img{margin-top:-40px;}
	.responsive_main_logo{padding-top:10px; padding-bottom:10px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.event_logo_wrapper{text-align:center;}
	.logo_wrapper{display:inline-block;}
}
@media (min-width: 992px) and (max-width: 1199px) {

.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;
}
.lv_bottom_header_wrapper .lv_btn {
    padding-left: 30px;
}


}

@media (min-width: 768px) and (max-width: 991px) {
.lv_main_menu ul li a {
    font-size: 14px;
	margin-left:15px !important;
}
.dropdown .dropdown-content a{
	margin-left:0 !important;
}
.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;
}
.search_bar{
	margin-top:29px;
}
.lv_mainmenu_wrapper{
	float:none;
}
.lv_main_menu ul li a{
	margin-left:25px;
}
}

@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:#a1cd3a;
	z-index:1000;
	margin-top:30px;
}
.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;
	color:#000000;
}
.lv_main_menu ul li a:hover, .lv_main_menu ul li a.active {
    border: 0px;
	background-color:#a1cd3a;
	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;
}
.menu_fixed .lv_main_menu ul li a {
    padding: 20px 15px;
}
.lv_bottom_header_wrapper .lv_btn {
    padding-left: 0px;
}
.lv_logo {
    padding-top: 0px;
}

}
.lv_main_menu{
	float:left;
}
.search_bar{
	float:left;
	margin-left:10px;
}
@media (min-width: 767px){
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 90%;
  left: 5%;
  height: 6px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, #a1cd3a, transparent 80%);
  background: radial-gradient(ellipse at center, #a1cd3a, transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  /* -webkit-transform: translateY(-5px);
  transform: translateY(-5px); */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.lv_logo.menu_fixed{
	display:none;
}
}
.lv_search_bar i{
	color:#fff !important;
}
.logo_wrapper{
	margin-top:8px;
}
.bottom_border{
	width:100%;
	border-bottom:1px solid #292a2d;
	z-index:1 !important;
	padding-top:0;
}
.trucking_section{
	background: url('../images/header/navbar_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	text-align:center;
	padding-bottom:460px;
}
.exp_heading h2{
	display:inline-block;
	color:#a1cd3a;
	margin-top:80px;
	font-size:24px;
	text-transform:uppercase;
	font-weight: bold;
}
.exp_heading h2:after{
	content:'';
	display:inline-block;
	width:170px;
	border:1px solid #a1cd3a;
	position:relative;
	top:-7px;
	left:25px;
}
.exp_heading h2:before{
	content:'';
	display:inline-block;
	width:170px;
	border:1px solid #a1cd3a;
	position:relative;
	top:-7px;
	right:25px;
}
.truckin_img_section{
	margin-top:-460px;
	text-align:center;
}
.truckin_img_section img{
	display:inline-block;
}
@media (min-width: 767px) and (max-width: 991px){
	.trucking_section{padding-bottom:250px;}
	.truckin_img_section{margin-top:-180px;}
	
}
@media (min-width: 600px) and (max-width: 767px){
	.trucking_section{padding-bottom:200px;}
	.truckin_img_section{margin-top:-150px;}
}
@media (max-width: 600px){
	.trucking_section{padding-bottom:150px;}
	.truckin_img_section{margin-top:-100px;}
}
@media (max-width: 400px){
	.truckin_img_section{margin-top:-140px;}
}
.conn_heading h1{
	display:inline-block;
	color:#fff;
	font-size:70px;
}
.more_heading h3{
	margin-top:30px;
	font-size:18px;
	font-weight:bold;
}
.more_heading h3 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;
}
.more_heading i, .service_content i{
	color:#a1cd3a;
}
.more_heading h3 a:hover{
	color:#a1cd3a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- navbar section end --*/


/*-- Header Css Start --*/
.truck_top_header_wrapper {
    background: #a1cd3a;
    /* float:left; */
    width: 100%;
    padding: 9px 5px;
}
.truck_top_header_wrapper p{
	color:#fff;
	margin: 0px;
}
.truck_top_header_wrapper .flash-left{
	width:245px;
	float:left;
}
.truck_top_header_wrapper .flash-right{
	width:calc(100% - 245px);
	float:left;
}
.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:#a1cd3a;
	 -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: 0px;
	margin-left:15px;
}
.side_login_cont ul li:after{
	content:'';
	border:1px solid #f2f2f2;
	margin-left:20px;
}
.side_login_cont ul li:last-child:after{
	border:none;
}

.lv_top_header_wrapper{
	/* float:left; */
	width:100%;
	padding:14px 0px;
}
.lv_logo{
    float: left;
    width: 100%;
	position: relative;
}
.lv_logo img{
	display:inline-block;
	height: 80px;
}
.logo2 {
    height: 76px;
}
.lv_share_info_wrapper{
    /* float: right;
     */width: auto;
	padding-top:10px;
	text-align:center;
}
.lv_share_info_wrapper ul{
	display:inline-block;
	margin:0px;
	padding:0px;
}
.lv_share_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:30px;
}
.lv_share_info_wrapper ul li:first-child{
	margin-left:0px;
}
.lv_share_info_wrapper ul li .lv_header_icon{
    float: left;
    width: 60px;
    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;
	    text-align: left;
}
.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 15px;
	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.active a{
	border-top:2px solid #a1cd3a;
	-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:#a1cd3a;
}
.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,.lv_bottom_header_wrapper{border-top:none;}
	.lv_main_menu ul li a{padding-top:10px; padding-bottom:10px;}
	.lv_main_menu ul li:after{border:none; top:0;}
	/* .truck_top_header_wrapper{ display:none; } */
	.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:#a1cd3a;
		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;
	}
	.tc_login_btn{
		display:inline-block;
		position:relative;
	}
	.tc_login_btn_wrapper {
		text-align: left;
		margin-top: 20px;
		padding-left: 0;
		float: left;
	}
	.tc_login_btn .dropdown-toggle{
		float:left;
		width:30px;
		height:53px;
		background:transparent;
		text-align:center;
		line-height:30px;
		font-size: 22px;
		color:#000000;
	}
	.tc_menu_fixed_border:before {
		content: '';
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #a1cd3a;
		position: absolute;
		width: 0;
		height: 0;
		left: 4px;
		margin: 0px auto;
		top: 0;
		margin-top: -10px;
	}
	
	
}
@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:#a1cd3a;
	margin-top:21px;
}
.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;
    border-bottom: 1px solid #a1cd3a;
}
.lv_main_menu ul li a:hover, .lv_main_menu ul li a.active {
    border: 0px;
	background-color:#a1cd3a;
	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_logo img{
	height: 65px;
}
.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: 210px;
}
}
@media (min-width: 767px) and (max-width: 991px){
	.lv_share_info_wrapper{padding-top:0;}
}
/*-- Responsive css End --*/










/*-- about section start --*/
.truck_about_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/content/about_bg.html);
    background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:100px;
}
.truck_about_wrapper .lv_btn a{
	margin-right:15px;
}
.lv_about_info{
	float:left;
	width:100%;
}
.lv_about_info span{
	float:left;
	width:100%;
	font-size:20px;
	color:#222222;
    margin-bottom: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
}
.lv_about_info p{
	float:left;
	width:100%;
}
.trucking_schedule{
	float:left;
	width:100%;
}
.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:50%;
	list-style:none;
}
.trucking_schedule ul li:first-child{
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}
.trucking_schedule ul li:last-child{
}
.trucking_schedule ul li:nth-child(2){
    border-bottom: 2px solid #f2f2f2;
}
.trucking_schedule ul li:nth-child(3){
	border-right: 2px solid #f2f2f2;
}
.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:#a1cd3a;
	-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:#a1cd3a;
}
.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;
}
}
.truck_about_wrapper{
	background: url('../images/header/map_bg.png') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: 200px;
    overflow: hidden;
    background-size: left;
	padding-bottom:100px;
	margin-top:100px;
}
@media (max-width: 991px){
	.truck_about_wrapper{background:none; margin-top:50px;}
	.trucking_schedule{margin-top:100px;}
}
.map_content h2{
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
}
.map_content h4{
	font-size:16px;
	font-weight:bold;
	color:#a1cd3a;
	padding-top:35px;
	padding-bottom:5px;
}
.map_content span{
	color:#111111;
}
.map_content p:last-child{
	float:right;
}
@media (max-width: 495px){
	.map_content p:last-child{float:left;}
}
.map_content p a{
	color:#111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.map_content p a:hover{
	color:#a1cd3a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.map_side_sec input{
	width:100%;
	height:50px;
	border:1px solid #eeeeee;
	padding-left:20px;
	margin-top:40px;
}
.truck_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.truck_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#a1cd3a;
	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{
	background:transparent;
	border:2px solid #a1cd3a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- about section end --*/
/*-- video section start --*/
.video_sec_wrapper{
	background: url('../images/content/video_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:100px;
}
.video_img_section .owl_nav{
	position:relative;
	top:20px;
}
.video_img_section  .owl-theme .owl-dots{
	 position: absolute;
    top: 100%;
    margin: 0;
    margin-top: 135px;
    left: 0;
    right: 0;
	z-index:1;
	display:block;
}
.video_img_section  .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.video_img_section  .owl-theme .owl-dots .owl-dot.active span, .video_img_section  .owl-theme .owl-dots .owl-dot:hover span {
	background:#a1cd3a;
	width:15px;
	height:15px;
}
.video_img_section  .owl-theme .owl-nav {
    position: absolute;
    top: 100%;
    margin: 0;
    margin-top: 100px;
    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: 150px;
	top:30px;
    position: absolute;
    text-align: center;
	background:none;
	color:#fff;
	border:2px solid #444342;
	width:35px;
	height:35px;
	text-align:center;
	line-height:25px;
	border-radius:100%;
}
.video_img_section   .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 150px;
	top:30px;
    position: absolute;
    text-align: center;
	background:none;
	color:#fff;
	border:2px solid #444342;
	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:transparent;
}
.video_nav_img{
	margin-top:20px;
}
@media (max-width: 1199px) and (min-width: 991px){
	
	 .owl-theme .owl-nav .owl-next{right: 100px;}
}
@media (max-width: 991px) and (min-width: 635px){
	.owl-theme .owl-dots{margin-top:162px !important;}
	.owl-theme .owl-nav {margin-top:125px !important;}
	.owl-theme .owl-nav .owl-prev{left: 200px !important;}
	 .owl-theme .owl-nav .owl-next{right: 200px !important;}
}
@media (max-width: 550px) and (min-width: 450px){
	.owl-theme .owl-dots{margin-top:120px !important;}
	.owl-theme .owl-nav {margin-top:85px !important;}
	.owl-theme .owl-nav .owl-prev{left: 100px !important;}
	 .owl-theme .owl-nav .owl-next{right: 100px !important;}
}
@media (max-width: 450px){
	.owl-theme .owl-dots{margin-top:100px !important;}
	.owl-theme .owl-nav {margin-top:63px !important;}
	.owl-theme .owl-nav .owl-prev{left: 10px !important;}
	 .owl-theme .owl-nav .owl-next{right: 10px !important;}
}
.about_heading h2{
	text-transform:uppercase;
	color:#fff;
	font-weight:900;
	font-size:30px;
	margin-top:80px;
}
.about_heading h2:after{
	content:'';
	border:1px solid #a1cd3a;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.about_content:after{
	content:'';
	border:1px solid #272624;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.about_cont1{
	margin-top:40px;
}
.about_cont1 p:first-child, .about_cont2 p:first-child{
	padding-bottom:10px;
}
.about_cont1 p:last-child, .about_cont2 p:first-child{
	color:#fff;
}
.about_cont1 i, .about_cont2 i{
	color:#a1cd3a;
}
.about_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.about_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#a1cd3a;
	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 #a1cd3a;
	-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;
}
.about_content_wrapper{
	padding-left:50px;
}
@media (max-width: 991px){
	.about_content_wrapper{padding-top:100px;}
	.about_content_wrapper{padding-left:0;}
}
/*-- video section end --*/



/*-- service section start --*/

.service_header_wrapper{
	text-align:center;
}
.service_heading{
	display:inline-block;
}
.service_heading h3{
	margin-top:70px;
	color:#a1cd3a;
	font-weight:900;
	font-size:30px;
	margin-bottom:15px;
}
.service_heading h3:after{
	content:'';
	border:1px solid #a1cd3a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.service_heading h3:before{
	content:'';
	border:1px solid #a1cd3a;
	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:#a1cd3a;
}
.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 #a1cd3a;
	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:#a1cd3a;
	-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;
}
@media (max-width: 767px){
	.service_box1_wrapper{
		padding-bottom:0px;
	}
	.prog_heading h1{
		font-size:18px;
	}
}

/*-- service 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;
}
.benefit_heading_wrapper{
	text-align:center;
}
.benefit_heading{
	display:inline-block;
}
.benefit_heading h3{
	margin-top:80px;
	color:#a1cd3a;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.benefit_heading h3:after{
	content:'';
	border:1px solid #a1cd3a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.benefit_heading h3:before{
	content:'';
	border:1px solid #a1cd3a;
	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 #a1cd3a;
	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:#a1cd3a;
	-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 --*/
/*-- progress section start --*/
.border_bottom{
	border-bottom:1px solid #f2f2f2;
	padding-bottom:80px;
}
.prog_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:40px;
}
.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 #a1cd3a;
	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:#a1cd3a;
	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 {top:15%;}
	.progress_slider .owl-theme .owl-nav .owl-prev{left:0 !important;}
	.progress_slider  .owl-theme .owl-nav .owl-next{right:0 !important;}
}
@media (max-width: 767px){
	.prog_heading h1{
		font-size:18px;
	}
}
.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:#a1cd3a;
}
.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: #a1cd3a;
	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:#a1cd3a;
  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 #a1cd3a;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.trucking_faq_wrapeer{
	position:relative;
	top:20px;
}
.trucking_faq_wrapeer p{
	line-height:25px;
}
.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;}
	.service_heading h3{
		font-size:18px;
	}
}
/*-- 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/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 --*/
/*-- 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;
	margin-top:150px;
	text-align:center;
	padding-bottom:80px;
}
.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:#a1cd3a;
	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:25px;
}
.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;
	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 #a1cd3a;
}
.counter_btn li a:hover{
	background:#a1cd3a;
	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_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 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:#a1cd3a;
	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:#fff;
	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:#fff;
	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-carousel11{
	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:#a1cd3a;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.client_heading_wrapper h3:after{
	content:'';
	border:1px solid #a1cd3a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.client_heading_wrapper h3:before{
	content:'';
	border:1px solid #a1cd3a;
	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-carousel13{
	margin-top:40px;
}
.owl-carousel13 .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 (min-width: 635px) and (max-width: 991px){
	.client_img_wrapper  .owl-theme .owl-nav .owl-prev{left:100px !important; top:-95px;}
	.client_img_wrapper   .owl-theme .owl-nav .owl-next{right:100px !important; top:-95px;}
}
@media (max-width: 635px){
	.client_img_wrapper  .owl-theme .owl-nav .owl-prev{left:0!important;}
	.client_img_wrapper   .owl-theme .owl-nav .owl-next{right:0 !important;}
}
@media (min-width: 470px) and (max-width: 550px){
	.client_img_wrapper  .owl-theme .owl-nav .owl-prev{top:-50px !important;}
	.client_img_wrapper   .owl-theme .owl-nav .owl-next{top:-50px !important;}
}
/*-- client section end --*/
/*-- pricing section start --*/
.pricing_section{
	background: url('../images/content/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;
}
.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:#a1cd3a;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.pricing_heading_wrapper h3:after{
	content:'';
	border:1px solid #a1cd3a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.pricing_heading_wrapper h3:before{
	content:'';
	border:1px solid #a1cd3a;
	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:#a1cd3a;
	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 #a1cd3a;
	padding-bottom:100px;
}
.price_box1_wrapper{
	text-align:center;
}
.price_box1{
	width:140px;
	height:140px;
	border:2px solid #a1cd3a;
	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:#a1cd3a;
	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 #a1cd3a;
}
.pricing_btn li a:hover{
	background:#a1cd3a;
	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){
	.service_heading h3:after, .benefit_heading h3:after, .client_heading_wrapper h3:after, .pricing_heading_wrapper h3:after{width:50px; left:10px;}
	.service_heading h3:before, .benefit_heading h3:before, .client_heading_wrapper h3:before, .pricing_heading_wrapper h3:before{width:50px; right:10px;}
}
@media (max-width: 540px){
	.exp_heading h2:after{width:60px; left:10px;}
	.exp_heading h2:before{width:60px; right:10px;}
	.conn_heading h1{font-size:34px;}
	.exp_heading h2{
		margin-top: 52px;
	}
}
@media (max-width: 767px){
	.bottom_border{border-bottom:none;}
	.event_logo_wrapper{margin-top:-100px;}
}
@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 #a1cd3a;
	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;
	margin-left:0 !important;
	color:#000000;
	width:100%;
	font-size:16px;
}
.dropdown .dropdown-content a:hover{
	background:#a1cd3a;
	color:#ffffff;
	width:100%;
}
}
.lv_search_bar i{
	position:relative;
	top:5px;
}
/*-- pricing section end --*/
/*-- news section start --*/
.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 #a1cd3a;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.news_section_wrapper{
	margin-top:130px;
	padding-bottom:100px;
}
.news_left_wrapper{
	background:url('../images/content/news_left_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	margin-top:70px;
}
.news_left_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	background:rgba(0,0,0,0.5);
}
.news_left_cont p{
	color:#a1cd3a;
	padding-top:40px;
	text-align:left;
	margin-left:20px;
}
.heart_box a{
	width:40px;
	height:40px;
	border:2px solid #a1cd3a;
	border-radius:100%;
	float:right;
	margin-top:-35px;
	color:#fff;
	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;
}
.news_left_cont h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#fff;
	padding-top:210px;
	margin-left:20px;
}
.heart_box a:hover{
	background:#a1cd3a;
	-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_left_cont h3{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:20px;
}
.news_left_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:40px;
}
.news_left_cont h5 a{
	color:#7b7874;
	-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_left_cont h5 a:hover{
	color:#a1cd3a;
	-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_left_cont h5 i{
	color:#a1cd3a;
}
.news_slider_wrapper .owl-carousel14{
	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:#a1cd3a;
	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:#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;
}
.news_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;
}
.news_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .news_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#a1cd3a;
	border:2px solid #a1cd3a;
	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;
}
.news_slider_wrapper .owl-carousel{
	margin-top:50px;
}
.news_right_box1_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:70%;
	display:block;
	position:relative;
	top:10px;
	left:15%;
}
.news_border_bottom:after{
	content:'';
	border:1px solid #a1cd3a;
	width:60px;
	display:block;
	position:relative;
	top:12px;
	z-index:1;
	left:15%;
}
.main_news_right_box{
	border:1px 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;
}
.main_news_right_box:hover{
	border:1px solid #a1cd3a;
	-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_right_box1 p{
	padding-top:40px;
	color:#a1cd3a;
	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:#a1cd3a;
	-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:#a1cd3a;
}
@media (min-width: 635px) and (max-width: 991px){
	.news_slider_wrapper .owl-theme .owl-nav {top:-180px;}
	.owl-carousel4{margin-top:100px !important;}
}
@media (min-width: 550px) and (max-width: 635px){
	.news_slider_wrapper .owl-theme .owl-nav {top:-55px;}
	.news_slider_wrapper .owl-theme .owl-nav .owl-next{right:200px ;}
	.news_slider_wrapper .owl-theme .owl-nav .owl-prev{left:200px;}
}
/*-- news section end --*/
/*-- contect section start --*/
.contect_section_wrapper{
	background:url('../images/content/contect_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
}
.sales_men_img{
	background:url('../images/content/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: -84px 115px;
}
.contect_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding-top:100px;
}
.contect_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.contect_heading h1:after{
	content:'';
	border:1px solid #a1cd3a;
	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 #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;
}
.contect_form1 i, .contect_form2 i{
	margin-left:-30px;
	color:#a1cd3a;
}
.contect_form3 i{
	margin-left:-30px;
	color:#a1cd3a;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#a1cd3a;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #a1cd3a;
	-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 #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;
}
.contect_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;
}
.contect_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;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #a1cd3a;
	-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;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#a1cd3a;
	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 #a1cd3a;
	-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;}
}
#map{
	width:100%;
	height:400px;
}
.map_cont p{
	margin-top:30px;
}
.map_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-top:22px;
	padding-bottom:40px;
}
.map_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;
}
.map_cont h5 a:hover{
	color:#a1cd3a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.map_cont h5 i{
	color:#a1cd3a;
}
@media (max-width: 991px){
	#map{margin-top:80px;}
	.sales_men_img{padding-bottom:50px;}
}
/*-- contect section end --*/
/*-- partner section star --*/
.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 #a1cd3a;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.partner_saction{
	margin-top:80px;
}
.partner_slider_wrapper .owl-carousel15{
	margin-top:150px;
	padding-bottom:120px;
}
.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:#a1cd3a;
	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:#a1cd3a;
	border:2px solid #a1cd3a;
	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 (max-width: 991px){
	.partner_slider_wrapper .owl-carousel15{margin-top:110px !important;} 
	.partner_saction{margin-top:80px;}
}
@media (min-width: 635px) and (max-width: 991px){
	.owl-carousel5{margin-top:100px !important;}
}
@media (min-width: 550px) and (max-width: 635px){
	.partner_slider_wrapper .owl-theme .owl-nav {top:-55px;}
	.partner_slider_wrapper .owl-theme .owl-nav .owl-next{right:200px ;}
	.partner_slider_wrapper .owl-theme .owl-nav .owl-prev{left:200px;}
}
/*-- partner section end --*/
/*-- Tweet Feed css Start --*/
.tc_twtfd_wrapper{
	float:left;
	width:100%;
	background-color: #a1cd3a;
	/* background-image:url(../images/content/twtfd_bg.jpg); */
    background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-top: 0px;
    padding-bottom: 20px;
}
.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;
	    padding-bottom: 90px;
}
}
/*-- Tweet Feed css end --*/
.footer_section{
	background:url('../images/content/footer_bg.jpg') 50% 0 repeat-y;
	/*height:100%;*/
	background-size:cover;
	background-position:center 0;
	padding-top:20px;
	float:left;
	width:100%;
	position:relative;
	padding-bottom:20px;
}
.footer_section p{
	margin:0px;
}
.footer_section p a{
	color:#a1cd3a;
}
.footer_section .db{
	text-align:right;
}
.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:#a1cd3a;
	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 #a1cd3a;
	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:#a1cd3a;
	color:#fff;
	border:none;
	float:left;
	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{
	margin-top:30px;
}
.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:#a1cd3a;
}
.news_cont i{
	color:#a1cd3a;
	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 #a1cd3a;
	-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_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 #a1cd3a;
	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:#a1cd3a;
	-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 #a1cd3a;
	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:#a1cd3a;
	-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 #a1cd3a;
	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:#a1cd3a;
	-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:#a1cd3a;
}
.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;}
	.footer_section{text-align:center;}
	.footer_section .db{text-align:center;margin-top:10px;}
}
.nav_track_btn a{
	width:80px;
	height:35px;
	border:2px solid #28292b !important;
	padding-top:0 !important;
	margin-top:35px;
	line-height:34px;
	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 #a1cd3a !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){
	.partner_slider_wrapper .owl-theme .owl-nav{display:none;}
}	
@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;
	}
}
/*-- Truck_tittle_section start --*/ 
.truck_tittle_section{
	background:url('../images/content/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;
	    margin-bottom: 60px;
}
.truck_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(82, 82, 82, 0.77);
}
.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:#a1cd3a;
}
.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:#a1cd3a !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 #a1cd3a;
	-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 #a1cd3a;
	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:#a1cd3a;
}
.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 --*/
 .tl{
	 margin-top:30px;
 }
 .tl td{
	 text-align:left;
 }
 .tl.cd{
	 width:100%;
 }
 .tl.cd td{
	padding:5px 5px;
	position:relative;
	vertical-align:top;
 }
 .tl.cd td:first-child{
	padding-left:0px;
 }
 .tl.cd td:last-child{
	padding-left:20px;
 }
.tl.cd td:last-child:before{
	content:":";
	position:absolute;
	top:5px;
	left:0px;
}
 .tl a{
	 color:#000;
 }
 .mems{
	     margin-top: 20px;
	 text-align:left;
 }
 .mems a{
	color: #f0af10;
	text-decoration:underline;
 }
.mems b{
	color: #a1cd3a;
    margin-bottom: 7px;
    display: block;
    margin-top: 25px;
	float:left;
	width:100%;
}
.mems p span{
	float:left;
	margin-right:30px;
}

/*-- contect section start --*/
.contect_section_wrapper {
    background: #353535cc;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
    float: left;
}
.sales_men_img{
	background:url('../images/content/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:#a1cd3a;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.contect2_heading_wrapper h3:after{
	content:'';
	border:1px solid #a1cd3a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.contect2_heading_wrapper h3:before{
	content:'';
	border:1px solid #a1cd3a;
	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:#a1cd3a;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#a1cd3a;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#a1cd3a;
	font-size:22px;
	position:relative;
	top:-75px;
}

.sales_men_img ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.sales_men_img ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.sales_men_img :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.sales_men_img :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #a1cd3a;
	-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 #a1cd3a;
	-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;
    width: 170px;
    height: 50px;
    margin-top:20px;
    color: #fff;
    background: #a1cd3a;
    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:hover{
	background:transparent;
	border:2px solid #a1cd3a;
	-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;}
}

.cc{
	width:800px;
}

@media (max-width: 585px){
	.map_cont h3:after{right:0;}
	.cc{width:100%;}
}

.account-area {
    padding-top: 30px;
    padding-bottom: 50px;
}

.account-area .tab {
    padding: 70px 50px 25px;
    margin-top: 40px;
    background: #444;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.account-area .tab:before {
    content: "\f007";
    font-family: fontawesome;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #a1cd3a;
    font-size: 40px;
    line-height: 90px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}



    .account-area .tab .nav-tabs li {
        display: inline-block;
        float: none;
    }

.account-area .tab .nav-tabs li a {
    padding: 0 20px 0;
    margin: 0;
    background: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    position: relative;
    transition: all 0.5s ease 0s;
}

.account-area .tab .nav-tabs li a:hover {
    border: none;
}

.account-area .tab .nav-tabs li a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.account-area .tab .nav-tabs li.active a,
.account-area .tab .nav-tabs li.active a:focus,
.account-area .tab .nav-tabs li.active a:hover {
    border: none;
    background: none;
    opacity: 1;
    color: #fff;
}

.account-area .tab .nav-tabs li.active a:before,
.account-area .tab .nav-tabs li.active a:hover:before {
    width: 100%;
}

.account-area .tab .tab-content {
    margin-top: 15px;
    background: none;
    position: relative;
}

.account-area .form-horizontal .form-group {
    position: relative;
    margin-bottom: 0;
}

.account-area .form-horizontal .form-control {
    height: 45px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.account-area .form-horizontal .form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.account-area .form-horizontal .form-group label {
    color: #adadad;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top:10px;
}

.account-area .form-horizontal .btn {
    display: inline-block;
    /*width: 50%;*/
    background: #a1cd3a;
    padding: 10px 20px;
    margin: 20px auto 0;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    float:right;
}

.account-area .form-horizontal .btn:focus {
    background: #a1cd3a;
    color: #fff;
    outline: none;
    box-shadow: none;
}


.btnlogin {
    width: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 7px 25px 9px;
    line-height: 20px;
    color: #fff;
    float: none;
    background-color: #a1cd3a;
    font-size: 16px;
}

.reg-block {
    background-color: #444;
    padding: 30px;
    margin: 20px 0px;
}

.reg-block h3{
    color: #fff;
    text-align: center;
    text-decoration: underline;
    margin-top:5px;
}
.reg-block h5{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    text-decoration: underline;
}
.reg-block label{
    font-size: 14px;
    color: #eee;
    font-weight: normal;
}
.regtbl1 tr td{
   padding:5px 0px;
}

option:not(first-child) {
    color: #000;
}
.mt-10{
    margin-top:10px;
}
.reg-block .form-control {
    height: 37px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.reg-block textarea.form-control {
    min-height: 60px;
    padding: 5px 10px;
}

.reg-block .btn {
    display: inline-block;
    width: 200px;
    background: #a1cd3a;
    padding: 10px 20px;
    margin: 20px auto 0;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.reg-block .terms-check {
    float: left;
    margin-right: 7px;
    height: 17px;
    width: 17px;
}
.reg-block .terms-label {
    float: left;
    color: #eee;
}
.reg-block .terms-label a{
    color: #a1cd3a;
}
.reg-block .text-danger {
    color: #f44336;
}
.reg_page .modal-dialog {
    width: 90%;
}
.reg_page .btn {
    background: #a1cd3a;
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    border: 0px;
    outline: none;
}
.reg_page .btn.btn-circle {
    background: #ffffff;
    color: #444;
}
.reg_page .btn.active {
    background: #a1cd3a;
    color:#fff;
}
.reg_page .btn.success {
    background-color: green;
    color: #fff;
}
.reg-block table {
    width: 100%;
    color: #eee;
    margin-top: 10px;
}
.reg-block table .form-control{
    margin:1px;
    width:calc(100% - 2px);
}

.reg-block .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.reg-block .panel{
    background-color:#444;
}
.stepwizard-step small{
    color:#fff;
}

.reg-block .panel-primary > .panel-heading {
    color: #fff;
    background-color: #a1cd3a;
    border-color: #a1cd3a;
}
.reg-block .panel-primary {
    border-color: #a1cd3a;
}

.tc-ol li {
    padding-left: 10px;
    margin-bottom:15px;
}
.tc-ol ol{
    margin-top:10px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
}
.stepwizard .btn.disabled:hover, .stepwizard .btn[disabled]:hover, .stepwizard fieldset[disabled] .btn:hover {
    background-color:#a1cd3a;
    color:#fff;
}
.stepwizard-row:before {
    top: 35px;
    bottom: 0;
    position: absolute;
    content: " ";
    /* width: 99%; */
    height: 1px;
    background-color: #ccc;
    z-index: 0;
    left: 60px;
    right: 140px;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}


.login_page {
    background-image: url(../images/home_bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.account-area .tab .nav-tabs {
    padding: 0px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 25px;
    text-align: center;
}
.account-area .form-horizontal .form-group {
    margin: 0;
}

.form-horizontal .forgot-pass {
    float: left;
    margin-top: 25px;
}

.lv_header_mobile {
    background-color: #fff;
    padding: 0px 15px;
}
.lv_header_mobile img{
        height: 60px;
    margin: 4px 0px 6px;
}
.hcontact {
    float: right;
}
.hcontact i {
    float: left;
    font-size: 25px;
    margin-top: 24px;
    margin-right: 10px;
    color: #a1cd3a;
}
.hcontact h4 {
    font-size: 15px;
    margin-bottom: 1px;
    margin-top: 15px;
    color: #88c101;
    font-weight: 600;
}
.hcontact p {
    font-size: 13px;
    color: #000;
}
a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

.modal-header {
    background-color: #a1cd3a;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    padding: 10px 15px;
}

.modal-title {
    color: #fff;
}
.modal-body {
    display: inline-block;
    width: 100%;
}
.forgot_modal .btn {
    float: none !important;
}

.forgot_modal .form-control {
    border: 1px solid #ddd !important;
    color:#333 !important;
}

.account-area .form-horizontal .form-group label {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}

.account-area .text-danger {
    text-align: left;
    color:red;
}

.error404-content {
    max-width: 550px;
    margin: 60px auto;
    text-align: center;
}

    .error404-content h1 {
        color: #73a00a;
    }

    .error404-content h1 {
        font-size: 140px;
        font-weight: 700;
    }

    .error404-content h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
    }

    .error404-content p {
        font-size: 20px;
        color: #5f5f5f;
        font-weight: 300;
        margin-bottom: 20px;
    }

.button-md {
    cursor: pointer;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #a1cd3a;
    border-color: #a1cd3a;    
    outline: none;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
    .button-md:hover {
        background-color: #73a00a;
        border-color: #73a00a;
    }

    @media screen and (max-width: 768px) {
        .truck_top_header_wrapper .flash-right {
            width: 100%;
            float: none;
        }

        .account-area [class*="col-"] {
            text-align: center;
            width: 100%;
            padding: 0px;
        }

        .lv_main_menu ul li a.mlogin {
            width: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 10px 25px 13px;
            line-height: 20px;
            color: #fff;
            float: none;
            background-color: #a1cd3a;
        }

        .account-area .tab {
            padding: 30px 15px 25px;
            width: 80%;
            display: inline-block;
            margin-top: 80px;
            margin-bottom: 30px;
        }

        .form-horizontal .forgot-pass a {
            padding: 10px 0px;
        }

        .lv_top_header_wrapper {
            padding: 9px 0px 0px;
            margin-bottom: -3px;
        }

        .account-area {
            padding-top: 8px;
            padding-bottom: 50px;
        }

            .account-area .form-horizontal .form-group label {
                font-size: 14px;
                float: left;
            }

            .account-area .form-horizontal .form-control {
                height: 32px;
                border: 1px solid #696767;
            }
    }
    /* Login page */
    @media screen and (max-width: 1024px) {
        .login_page .truck_top_header_wrapper, .login_page .lv_bottom_header_wrapper, .login_page .lv_share_info_wrapper, .login_page .logo2, .login_page .footer_section {
            display: none;
        }

        .login_page .lv_top_header_wrapper [class*="col-"] {
            text-align: center;
            width: 100%;
        }

        .login_page .account-area {
            padding-bottom: 0px;
        }

        .login_page .menu_fixed {
            position: relative;
        }
    }
    /* Portrait */
    @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {
        .login_page .lv_header_wrapper {
            margin-top: 10%;
        }

        .account-area .tab .nav-tabs {
            padding: 0px;
            padding-bottom: 10px;
            margin-top: 30px;
            text-align: center;
        }

            .account-area .tab .nav-tabs li a {
                font-size: 14px;
            }

                .account-area .tab .nav-tabs li a:before {
                    bottom: -12px;
                }

        .account-area .nav-tabs > li {
            float: none;
            display: inline-block;
        }
    }

    @media only screen and (max-device-width: 320px) and (orientation: portrait) {
        .login_page .lv_header_wrapper {
            margin-top: 0px;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .login_page .lv_header_wrapper {
            margin-top: 5%;
        }
    }
