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

Project:	Truckin
Version:	1.0.0
Author: 
Website: 
Purchase: 
-------------------------------------------------------------------
[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: #fca900;
	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;
}
/*-- 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 {
}
/*-- navbar section start --*/
.lv_header_wrapper{
	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:#fca900;
	border-color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0,0,0,0.9);
}
.lv_top_header_wrapper{
	float:left;
	width:100%;
	padding:30px 0px;
}
.lv_share_info_wrapper{
    float: right;
    width: auto;
}
.lv_share_info_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.lv_share_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:40px;
}
.lv_share_info_wrapper ul li:first-child{
	margin-left:0px;
}
.lv_share_info_wrapper ul li .lv_header_icon{
    float: left;
    width: 70px;
    height: 70px;
    border: 2px dashed #696969;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
	margin-right:20px;
}
.lv_share_info_wrapper ul li p{
	float:left;
	width:auto;
	margin:10px 0px 0px 0px;
	font-size:14px;
	color:#ffffff;
}
.lv_share_info_wrapper ul li p a{
	float:left;
	width:auto;
	color:#ffffff;
}
.lv_bottom_header_wrapper{
    float: left;
    width: 100%;
    
    z-index: 1;
    position: relative;
}
.lv_mainmenu_wrapper{
	float:right;
}
.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 11px;
    color: #fff;
    font-size: 16px;
	font-family: 'Lato', sans-serif;
    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;
	padding-top:42px;
	padding-bottom:38px;
	margin-left:20px;
}
.lv_main_menu ul li a:hover, .lv_main_menu ul li a.active{
	color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_menu_btn{
	display:none;
}
#search_button i{
	color:#000000;
}
.menu_fixed{
	position: fixed;
	z-index:1000;
	padding:0px 0px;
    top: 0;
	background-color:rgba(0,0,0,0.9);
	-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;
}
.lv_bottom_header_wrapper .lv_btn{

    padding-left: 70px;
}
.lv_bottom_header_wrapper .lv_btn a:hover{
	color:#ffffff;
}
.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;
}
@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:#fca900; 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:#fca900;
	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:#fca900;
	color:#fff;
}
.lv_header_wrapper.style_2 .lv_main_menu ul li a {
    padding: 13px 15px;
    margin: 0px 0px;
}
.lv_header_wrapper.style_2 .lv_main_menu ul li a:hover, .lv_header_wrapper.style_2 .lv_main_menu ul li a.active {
    color: #ffffff;
}
.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: 100%;
  left: 5%;
  height: 6px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, #fca900, transparent 80%);
  background: radial-gradient(ellipse at center, #fca900, 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(5px);
  transform: translateY(5px);
}
}
.lv_search_bar i{
	color:#fff !important;
}
.logo_wrapper{
	margin-top:17px;
}
.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:400px;
}
.exp_heading h2{
	display:inline-block;
	color:#fca900;
	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 #fca900;
	position:relative;
	top:-7px;
	left:25px;
}
.exp_heading h2:before{
	content:'';
	display:inline-block;
	width:170px;
	border:1px solid #fca900;
	position:relative;
	top:-7px;
	right:25px;
}
.truckin_img_section{
	margin-top:-284px;
	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:-70px;}
}
.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:#fca900;
}
.more_heading h3 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- navbar section end --*/
/*-- about section start --*/
.truck_about_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/content/about_bg.jpg);
    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:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info h4{
	float: left;
    width: 100%;
    margin: 5px 0px;
    font-size: 22px;
    font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info p{
    float: left;
    width: 100%;
    margin: 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.trucking_schedule ul li .trucking_schedule_info:hover{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#fca900;
}
.trucking_schedule ul li .trucking_schedule_info:hover h4, .trucking_schedule ul li .trucking_schedule_info:hover p, .trucking_schedule ul li .trucking_schedule_info:hover svg{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color:#ffffff;
	fill:#ffffff;
}
@media (max-width: 479px){
	.truck_about_wrapper .lv_btn a {
    margin-right: 0px;
    margin-bottom: 10px;
}
.trucking_schedule ul li {
    width: 100%;
}
.trucking_schedule ul li:first-child {
    border-right: 0px solid #e1e1e1;
}
.trucking_schedule ul li:nth-child(3){
    border-right: 0px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}
.trucking_schedule ul li:nth-child(2) .trucking_schedule_info {
    border-top-right-radius: 0;
}
.trucking_schedule ul li:nth-child(3) .trucking_schedule_info {
    border-bottom-left-radius: 0;
}
}
.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:#fca900;
	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:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.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:#fca900;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.truck_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- 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:#fca900;
	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 #fca900;
	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:#fca900;
}
.about_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.about_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fca900;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.about_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#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_section_wrapper{
	padding-bottom:40px;
}
.service_header_wrapper{
	text-align:center;
}
.service_heading{
	display:inline-block;
}
.service_heading h3{
	margin-top:70px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
}
.service_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.service_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.service_heading h2{
	text-transform:uppercase;
	font-weight:900;
	padding-top:5px;
}
.service_heading p{
	padding-top:10px;
}
.service_cont1 h3{
	font-size:22px;
	font-weight:900;
}
.service_cont1 span{
	color:#fca900;
}
.service_cont1_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.service_cont1 h3:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.service_img_sec{
	float:left;
	width:100%;
	overflow:hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top:35px;
}
.service_box1_wrapper{
	margin-top:50px;
	padding-bottom:50px;
}
.service_box1_wrapper:hover .service_img_sec img{
	-webkit-transform:scale(1.1) rotate(2deg);
	-moz-transform:scale(1.1) rotate(2deg);
	-o-transform:scale(1.1) rotate(2deg);
	-ms-transform:scale(1.1) rotate(2deg);
	transform:scale(1.1) rotate(2deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_img_sec img{
	display:inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_content h4 a{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	top:30px;
}
.service_content h4 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_content p{
	position:relative;
	top:20px;
}
/*-- service section end --*/
/*-- benefit section start --*/
.benefit_section_wrapper{
	background: url('../images/content/benefit_bg_img.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center 0;
    overflow: hidden;
    background-size: cover;
	position:relative;
}
.benefit_heading_wrapper{
	text-align:center;
}
.benefit_heading{
	display:inline-block;
}
.benefit_heading h3{
	margin-top:80px;
	color:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.benefit_heading h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.benefit_heading h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.benefit_heading h2{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:900;
	padding-top:10px;
}
.benefit_heading p{
	padding-top:10px;
}
.benefit_cont1_img{
	width:80px;
	height:80px;
	border:2px solid #fca900;
	border-radius:100%;
	text-align:center;
	line-height:85px;
	float:left;
	margin-top:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.benefit_cont1{
	width:calc(100% - 80px);
	float:left;
	padding-bottom:40px;
}
.benefit_cont1_img i{
	font-size:30px;
	color:#fff;
}
.benefit_cont1 h3{
	font-size:22px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	margin-left:20px;
}
.benefit_cont1 p{
	margin-left:20px;
}
.benefit_main_wrapper{
	margin-top:100px;
}
.benefit_cont1_wrapper:hover .benefit_cont1_img{
	color:#ffffff;
	background:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border:2px solid transparent;
}
/*-- benefit section end --*/
/*-- progress section start --*/
.border_bottom{
	border-bottom:1px solid #f2f2f2;
	padding-bottom:80px;
}
.prog_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:80px;
}
.prog_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.prog_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.progress_slider{
	margin-top:50px;
}
.progress_slider  .owl-theme .owl-dots{
	display:none;
}
.progress_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.progress_slider .owl-theme .owl-dots .owl-dot.active span, .progress_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.progress_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.progress_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
.progress_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
@media (max-width: 991px){
	.progress_slider .owl-theme .owl-nav {top:15%;}
	.progress_slider .owl-theme .owl-nav .owl-prev{left:0 !important;}
	.progress_slider  .owl-theme .owl-nav .owl-next{right:0 !important;}
}
.prog_content p{
	padding-top:20px;
}
.progress {
  height: 10px;
  margin-top:10px;
}
.truck_progress_wrapper{
	margin-top:15px;
}
.truck_progress_wrapper span {
  font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.truck_progress_wrapper span b {
	float:right;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
  background:#fca900;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.lv_faq_wrapper .panel-title:after{
    content: "";
    position: absolute;
    border-left: 1px solid #f2f2f2;
    top: 0;
    bottom: 0;
    left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordionFifteen .panel-group {
  margin-bottom: 0;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-radius: 0;
	margin: 0;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background: #fca900;
	padding: 15px 20px;
	color: #fff;
	font-weight:400;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #000000;
	background-color:#fff;
	display: block;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel-default>.panel-heading {
  border-radius: 0px;
  padding:0px;
     background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 40px 30px 40px 20px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
    font-family: 'FontAwesome';
    font-size: 20px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
  content: "\2212";
  background: #fff ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#fca900;
  line-height:20px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: #000000 ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#fff;
  line-height:20px;
}
.truck_pannel {
	margin-top:30px !important;
}
.trucking_faq_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:80px;
}
.trucking_faq_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.trucking_faq_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.trucking_faq_wrapeer{
	position:relative;
	top:20px;
}
.panel_img{
	float:left;
	width:30%;
}
.panel_cont{
	float:left;
	width:calc(100% - 30%);
}
@media (max-width: 640px){
	.panel_img{width:100%; padding-bottom:30px;}
}
/*-- progress section end --*/
/*-- device section start --*/
.device_main_section{
	text-align:center;
	position:relative;
}
.devices_img_wrapper{
	margin-top:80px;
}
.device_heading_wrapper h1{
	font-weight:900;
	text-transform:uppercase;
	font-size:50px;
	margin-top:80px;
	padding-bottom:10px;
}
.device_img1{
    position: absolute;
    right: -60px;
    z-index: 1;
    top: 40px;
}
.device_img3 img{
	position:absolute;
	top: -25px;
    left: -90px;
	right:0;
	margin-top:100%;
}
.devices_img_wrapper{
	text-align:center;
}
.device_img{
	display:inline-block;
}
.downlord_main_sec{
	margin-top:80px;
}
.downlord_sec_wrapper{
	background: url('../images/content/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:#fca900;
	text-align:center;
	line-height:80px;
	border-radius:100%;
	display:inline-block;
	color:#fff;
	font-size:30px;
}
.trucking_counter{
	margin-top:80px;
}
.count-description {
	margin-top:50px;
}
.count-description span{
	font-size:60px;
	color:#fff;
	margin-top:50px;
	font-weight:900;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#fff;
	margin-top:30px;
}
.counter_btn{
	display:inline-block;
	margin-top: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 #fca900;
}
.counter_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.counter_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:#fca900;
	width:15px;
	height:15px;
}
.client_img_wrapper  .owl-theme .owl-nav {
    position: absolute;
    top:-140px;
    margin: 0;
    margin-top:0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.client_img_wrapper  .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 300px;
	top:30px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#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:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.client_heading_wrapper h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.client_heading_wrapper h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.client_heading_wrapper h1{
	font-size:30px;
	font-weight:900;
	text-transform:uppercase;
	padding-top:10px;
}
.owl-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:#fca900;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
}
.pricing_heading_wrapper h3:after{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.pricing_heading_wrapper h3:before{
	content:'';
	border:1px solid #fca900;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.pricing_heading_wrapper h1{
	font-size:30px;
	font-weight:900;
	text-transform:uppercase;
	padding-top:10px;
	color:#fff;
	padding-bottom:10px;
}
.pricing_box1_wrapper{
	background:#fff;
	position:relative;
	overflow:hidden;
}
.box1_heading_wrapper h4{
	font-size:22px;
	font-weight:bold;
	padding-top:50px;
}
.stars_wrapper{
	float:left;
}
.stars_wrapper{
	width:100%;
	height:40px;
	background:#fca900;
	color:#fff;
	-ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
	margin-left:-100px;
}
.stars_wrapper i{
	position:relative;
	left:-35px;
	top:5px;
}
.price_box1 span{
	font-size:50px;
	color:#000000;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	position:relative;
	top:15px;
}
.price_box1 h1{
	font-size:25px;
}
.box1_heading_wrapper{
	width:100%;
	border-bottom:2px solid #fca900;
	padding-bottom:100px;
}
.price_box1_wrapper{
	text-align:center;
}
.price_box1{
	width:140px;
	height:140px;
	border:2px solid #fca900;
	border-radius:100%;
	display:inline-block;
	margin-top:-75px;
	z-index:1;
	background:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

	
}
.pricing_box1_wrapper:hover .price_box1{
	background:#fca900;
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper{
	margin-top:60px;
}
.pricing_box1_wrapper:hover .price_box1 h1, .pricing_box1_wrapper:hover .price_box1 span{
	color:#fff;
}
.pricing_cont ul{
	list-style:none;
	padding:0;
	margin-top:60px;
}
.pricing_cont li{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#000000;
	margin-top:25px;
}
.pricing_btn_wrapper{
	text-align:center;
}
.pricing_btn{
	display:inline-block;
	padding-bottom:50px;
	
}
.pricing_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.pricing_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#000000;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
}
.pricing_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (min-width: 991px) and (max-width: 1199px){
	.stars_wrapper i{left:-10px;}
}
@media (min-width: 767px) and (max-width: 991px){
	.stars_wrapper{margin-left:-250px;}
	.stars_wrapper i{left:-60px;}
}
@media (min-width: 635px) and (max-width: 767px){
	.stars_wrapper{margin-left:-200px;}
	.stars_wrapper i{left:-60px;}
}
@media (min-width: 450px) and (max-width: 635px){
	.stars_wrapper i{left:-80px;}
	.stars_wrapper{margin-left:-120px;}
}

@media (max-width: 408px){
	.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:80px; left:10px;}
	.exp_heading h2:before{width:80px; right:10px;}
	.conn_heading h1{font-size:45px;}
}
@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 #fca900;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:0 !important;
	color:#000000;
	width:100%;
	font-size:16px;
}
.dropdown .dropdown-content a:hover{
	background:#fca900;
	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 #fca900;
	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:#fca900;
	padding-top:40px;
	text-align:left;
	margin-left:20px;
}
.heart_box a{
	width:40px;
	height:40px;
	border:2px solid #fca900;
	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:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_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:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_left_cont h5 i{
	color:#fca900;
}
.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:#fca900;
	width:15px;
	height:15px;
}
.news_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -112px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.news_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:50px;
    position: absolute;
    text-align: center;
	background:#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:#fca900;
	border:2px solid #fca900;
	color:#fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.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 #fca900;
	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 #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_right_box1 p{
	padding-top:40px;
	color:#fca900;
	margin-left:40px;
}
.news_right_box1 h3{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	margin-left:40px;
}
.news_right_box1 h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#000000;
	margin-left:40px;
	padding-bottom:40px;
}
.news_botton_cont{
	margin-top:50px;
}
.news_botton_cont p{
	margin-left:40px;
}
.news_botton_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:40px;
	margin-top:22px;
	padding-bottom:40px;
}
.news_botton_cont h5 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 i{
	color:#fca900;
}
@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 #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_cont{
	margin-top:30px;
}
.contect_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #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:#fca900;
}
.contect_form3 i{
	margin-left:-30px;
	color:#fca900;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#fca900;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.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 #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#fca900;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_btn li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#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:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.map_cont h5 i{
	color:#fca900;
}
@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 #fca900;
	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:#fca900;
	width:15px;
	height:15px;
}
.partner_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -128px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:50px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000 !important;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .partner_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#fca900;
	border:2px solid #fca900;
	color:#fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1{
	width:100%;
	height:100%;
	border:2px solid #f3f3f3;
}
.partner_img1 img{
	padding:40px;
	opacity:0.4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1 img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (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-image:url(../images/content/twtfd_bg.jpg);
    background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-top: 55px;
    padding-bottom: 83px;
}
.tc_twtfd_wrapper .vertical-slider{
	float:left;
	width:100%;
	position:relative;
}
.tc_twtfd_wrapper .btn-vertical-slider{
	margin-left: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    background:#fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 18px !important;
	color:#000000;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 12px;
	margin-top: 20px;
	z-index:1;
}
#myCarousel span{
	font-size:20px;
}
.tc_date_wrapper{
	font-size:14px !important;
}
.tc_up_btn{
	top:10px !important;
}
.tc_down_btn{
	top:-61px !important;
}
.tc_twtfd_wrapper .carousel.vertical .carousel-inner .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
.tc_twitter_img_wrapper{
	float:left;
	width:100%;
}
.tc_twitter_img_wrapper img{
	margin-top:10px;
}
.tc_twtfd_wrapper .carousel.vertical .active {
	top: 0;
}
.tc_twtfd_wrapper .carousel.vertical .next {
	top: 100%;
}
.tc_twtfd_wrapper .carousel.vertical .prev {
	top: -100%;
}
.tc_twtfd_wrapper .carousel.vertical .next.left, .tc_twtfd_wrapper .carousel.vertical .prev.right {
	top: 0;
}
.tc_twtfd_wrapper .carousel.vertical .active.left {
	top: -100%;
}
.tc_twtfd_wrapper .carousel.vertical .active.right {
	top: 100%;
}
@media (max-width: 767px){
	.tc_up_btn{
	top:100% !important;
	left: 64px;
}
.tc_down_btn{
	top:100% !important;
	left:15px !important;
}
.tc_twtfd_wrapper{
	padding-top:0;
}
}
/*-- Tweet Feed css end --*/
.footer_section{
	background:url('../images/content/footer_bg.jpg') 50% 0 repeat-y;
	height:100%;
	background-size:cover;
	background-position:center 0;
	padding-top:100px;
	float:left;
	width:100%;
	position:relative;
	padding-bottom:45px;
}
.footer_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.95);
}
.call_main_heading h4{
	font-size:22px;
	color:#fca900;
	text-transform:uppercase;
}
.call_heading h1{
	font-size:40px;
	text-transform:uppercase;
	color:#fff;
	font-weight:200 !important;
}
.call_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.call_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.newsletter_sec h4{
	color:#707070;
	text-transform:uppercase;
	font-size:18px;
	padding-top:45px;
	font-weight:bold;
}
.news_searchbar_wrapper{
	margin-top:30px;
	width:100%;
}
.news_searchbar_sec input{
	background:#141414;
	border:1px solid #272727;
	height:50px;
	padding-left:20px;
	width:calc(100% - 120px);
	float:left;
}
.news_searchbar_sec button{
	width:120px;
	height:50px;
	background:#fca900;
	color:#fff;
	border:none;
	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:#fca900;
}
.news_cont i{
	color:#fca900;
	font-size:18px;
}
.news_social_icon_wrapper{
	float:left;
	width:100%;
}
.news_social_icon ul{
	padding:0;
	list-style:none;
	margin-top:40px ;
}
.news_social_icon li a{
	width:60px;
	height:60px;
	float:left;
	background:#151515;
	text-align:center;
	line-height:58px;
	border-radius:100%;
	font-size:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #272727;
	color:#707070;
	
}
.news_social_icon li{
	float:left;
	margin-left:20px;
}
.news_social_icon li:first-child{
	margin-left:0;
}
.news_social_icon li a:hover{
	background:transparent;
	border:2px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.footer_service_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-weight:200 !important;
	margin-top:10px;
}
.footer_service_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.footer_service_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.footer_service_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.footer_service_list li{
	margin-top:15px;
}
.footer_service_list li a{
	color:#5c5c5c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_service_list li a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*------*/
.footer_story_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-weight:200 !important;
	margin-top:10px;
}
.footer_story_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.footer_story_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.footer_story_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.footer_story_list li{
	margin-top:15px;
}
.footer_story_list li a{
	color:#5c5c5c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_story_list li a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:200 !important;
	margin-top:10px;
}
.need_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.need_heading h1:after{
	content:'';
	border:1px solid #fca900;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.need_img_wrapper{

	margin-top:62px;
}
.need_cont{

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