/*
Theme Name:  La Best Rental
Theme URI:  
Author: Ktech Solutions
Author URI: http://ktechsol.com
Description: Custom theme
Version: 1.0
License:  
License URI: 
Text Domain:  labestrental

*/

*{
	transition: all 0.3s;
}

body, h1, h2, h3, h4, h5, h6{
	font-family: 'Exo 2', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 00 !important;
}
a,a:hover{
    text-decoration: none !important;
}
p{
    margin: 0 0 20px;
}
img{
    max-width: 100%
}
a:focus,
input:focus,
select:focus,
button:focus,
textarea:focus{
	outline: 0px !important
}
.searchform{
	position: relative;
}
.searchform input{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 12px;
	width: 100%;
}
.searchform button{
	background: transparent;
	border: 0px;
	color: #2d9ac3;
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 22px;
}
.searchform input:focus{
	border: 1px solid #2d9ac3
}
/* Navbar */
.nav-bar {
	background: #fff; 
	text-align: center;
	width: 100%;
}

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 25px 0 0;
	position: relative;
	transition: all 0.3s;
}
.nav-menu li a {
	color: #F1C40F;
	display: block; 
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-transform: capitalize;
	padding: 15px;
	text-decoration: none;
	position: relative;
}
.nav-menu li a::after{
	background: #fff;
	content: '';
	display: block;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	transition: all 0.3s;
	left: 0; 
	width: 0%;
} 
.nav-menu li:hover a::after{
	width: 100%;
}
 
li#menu-item-38 ul.sub-menu{
	width: 500px;
	left: -100px;
}
ul.sub-menu a::after{
	display: none
}
li#menu-item-38 ul.sub-menu li{
	float: left;
}
li#menu-item-38 ul.sub-menu li a{
	display: block;
	font-size: 13px;
	width: 166.66px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #333;
	    width: 615px !important;
	        text-align: left;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
ul.sub-menu li{
    margin: 0px
}
ul.sub-menu li a{
    color: #fff !important;
    padding: 15px;
    text-align: left;
}
ul.sub-menu li a:hover{
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a::after,
.nav-menu .current-menu-item > a::after,
.nav-menu .current_page_ancestor > a::after,
.nav-menu .current-menu-ancestor > a::after {
	width: 100%;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ceaa16; 
}
.openmenu,
.closebtn,
.menu-toggle {
	display: none;
}

/*  Alignment  */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone { margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;  padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}

.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
/* MAIN CSS  */
.icon-detail::after,
.blogdetail::after,
.gallery-list::after,
.entry-content::after,
.icon-textbox::after{
	content: '';
	clear: both;
	display: block;
}
.blogdetail{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.topbar{
	color: #000;
	background: #fff;
	padding: 10px 0;
}
.topbar li:last-child,
.topbar li:nth-last-child(2){
	display: none
}
.topbar p{
	margin: 0;
	position: relative;
	top: 6px;
}
.topbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.topbar li{
	display: inline-block;
	margin-right: 15px;
}
.topbar li a i{
	font-size: 16px;
	line-height: inherit;
	height: auto;
	width: auto;
}
.topbar li a{
	display: block;
	background: rgba(255,255,255, 0.7);
	color: #2d9ac3;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.topbar li a:hover{
	background: rgba(255,255,255, 1);
}
.overlay{
	background: rgba(0,0,0,0.17);
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.topbar li:last-child,
.site-footer li:last-child{
	margin-right: 0;
}
.site-header{
	margin: 20px 0;
} 
.site-header span.heading{
	display: block;
	color: #2d9ac3;
	font-weight: 600;
	font-size: 26px;
}
.site-header span.heading a{
	color: #f2cb2c;
}
.site-header h3 i{
	color: #2d9ac3;
}
.site-header h3{
	font-size: 20px;
	color: #F1C40F;
	margin: 0;
}
.fw-special-title{
	margin: 0 0 20px;
	position: relative;
	text-transform: capitalize;
}
.gallery-categories h3::before,
.fw-special-title.leftline::before{
	background: #2d9ac3;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 4px;
}
.fw-special-title.leftline{
	padding-left: 10px;
}
.fw-special-title.underline{
	position: relative;
}
.fw-special-title.underline::after{
	display: block;
	content: '';
	background: #2d9ac3;
	width: 70px;
	height: 4px;
	margin: 20px auto 0;
}
.main-slider{
	position: relative
}

.main-slider .prevslide,
.main-slider .nextslide {
	display: none;
}

.main-slider .slide-caption {
	display: none;
}

.slider-background-image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
}
.slider-main-caption h1{
	margin: 0 0 10px;
}
.slider-main-caption h1 span{
	display: inline-block;
	background: #2d9ac3;
	color: #fff;
	padding: 10px;
}
.slider-main-caption{
	padding-top: 17%;
	color: #fff;
	text-shadow: 2px 1px 2px #333;
	text-align: center;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.slide-caption{
	position: absolute;
	left: 0;
	background: #161616;
	padding: 20px 100px 20px 200px;
	bottom: 0;
	color: #fff;
	z-index: 1;
	width: 70%
}
.slide-caption h3{
	font-size: 19px;
	font-weight: normal !Important;
}
.nextslide,
.prevslide{
	position: absolute;
	bottom: 45px;
	color: #fff; 
	cursor: pointer;
	font-size: 20px;
	z-index: 9;
}
.nextslide{
	right: 32%;
}
.prevslide{
	right: 36%;
}
.gallery-categories h3{
	position: relative;
	text-transform: capitalize;
	color: #232323;
	margin: 0 0 20px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-size: 20px;
}
.gallery-categories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-categories li a{
	background: #f8f8f8;
	color: #777777;
	display: block;
	text-transform: capitalize;
	padding: 13px 20px;
	border-bottom: 2px solid #fff;
	font-weight: 600;
}
.gallery-categories li a:hover{
	background: #2d9ac3;
	color: #fff
}
.phone-detail{
	margin-left: 100px;
}
.entry-content p{
	line-height: 28px;
	margin-bottom: 15px;
	font-size: 16px;
}
.gallery-thumb,
.content-header{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	position: relative; 
	width: 100%;
}
.gallery-thumb{ 
	height: 220px;
	margin-bottom: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.gallery-thumb .overlay {
	background: rgba(0,0,0,0.5);
} 
.gallery-thumb .content{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 10px;
	width: 100%;
	color: #fff;
}
.gallery-thumb a{
	color: #fff;
}
.gallery-thumb .content h3{
	font-size: 13px;
	text-transform: capitalize;
}
.gallery-list{
	margin: 40px 0;
}
.content-header .overlay{
	background: rgba(35,35,35,0.5);
}
.content-header {
	color: #fff;
	padding: 100px 0;
	margin-bottom: 30px;
	text-align: center;
}
.content-header h1{
	margin: 0;
}
.content-header h1 span{
	display: block;
	margin-top: 15px;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: normal !important;
}
.gallery-detail-thumb{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.gallery-detail-thumb:hover .caption{
	left: 0
}
.gallery-detail-thumb .caption{  
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.35) 1%, rgba(0,0,0,0.35) 99%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 1%,rgba(0,0,0,0.35) 99%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 1%,rgba(0,0,0,0.35) 99%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c110603', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	transition: all 0.3s;
	width: 100%;
}
.gallery-detail-thumb .caption h3 span{
	display: block;
	color: #ffc107;
	margin-bottom: 5px;
}
.gallery-detail-thumb .caption h3{
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.gallery-detail-thumb .bottom-line{
	position: absolute;
	bottom: 10px;
	padding: 0 15px;
}
span.arrow{
	background: url(images/thumb-arrow.png);
	display: block;
	height: 34px;
	margin: 15px;
	float: right;
	width: 34px;
}
.tesitimonial-block{
	margin: 30px 0;
}
.clients-detail{
	text-align: center;
}
.client-thumb{
	display: inline-block;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
}
.clients-detail p{
	font-size: 16px;
}
.clients-detail h3 span{
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
.first-col,
.second-col,
.third-col{
	text-align: center;
	padding: 50px !important;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	height: 300px;
}
.first-col,
.third-col{
	background: #f9f9f9;
}
.second-col{
	background: #f6f6f6;
} 
.third-col strong{
	color: #2d9ac3;
	font-size: 19px;
}
.wpcf7 input,
.wpcf7 textarea{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	transition: all 0.3s;
	width: 100%;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus{
	border: 1px solid #2d9ac3;
}
.wpcf7 textarea{
	height: 140px;
}
input.wpcf7-submit,
.fw-btn-1.fw-btn-blue{
	display: inline-block;
	background: transparent !important;
	border: 2px solid #2d9ac3;
	padding: 10px 30px;
	color: #333 !important;
	text-transform: capitalize;
	font-weight: bold !important;
	transition: all 0.3s;
	width: auto;
}
input.wpcf7-submit:hover,
.fw-btn-1.fw-btn-blue:hover{
	background: #2d9ac3 !important;
	color: #fff !important;
}
#map{
	height: 400px
}
.about-text-heading h2{
	font-size: 20px;
	line-height: 33px;
} 
.icon-textbox .col-md-6.col-sm-12{
	padding-left: 10px;
	padding-right: 10px;
}
.icon-detail{
	border: 1px solid #ccc;
	box-shadow: 0px 0px 4px #c9bfbf;
	-moz-box-shadow: 0px 0px 4px #c9bfbf;
	-webkit-box-shadow: 0px 0px 4px #c9bfbf;
	-o-box-shadow: 0px 0px 4px #c9bfbf;
	margin-bottom: 30px;
	padding: 15px;
	color: #777777;
	font-size: 12px;
}
.icon-detail h3{
	font-size: 14px !Important;
	margin: 0 0 15px;
	color: #333;
}
.icon-detail span.iconbox{
	float: left;
	height: 80px;
	margin-right: 5px;
}
.icon-detail span.iconbox i{
	font-size: 50px;
	color: #2d9ac3;
	line-height: inherit;
	height: auto;
	width: auto;
}
.not-found{
	margin: 30px 0;
}

/*  Site Footer  */
.site-footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 100%;
}

.site-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer li{
	display: inline-block;
	margin-right: 20px;
}
.site-logo {
    text-align: center;
}
.social-links a i{
	font-size: 18px !Important;
	line-height: inherit;
	height: auto;
	width: auto;
}
.social-links a{
	display: block;
	border: 1px solid #ccc;
	border-radius: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.social-links a:hover{
	background: #2d9ac3;
	color: #fff !important;
	border: 1px solid #2d9ac3;
}
.site-footer a{
	color: #fff;
}
.site-footer a:hover{
	color: #2d9ac3;
}
.site-footer .container,
.content-header .container{
	position: relative;
	z-index: 999
}
.contactdetail span{
	float: left;
	margin-right: 10px;
	height: 30px;
}
.contactdetail .col-lg-4.col-md-4.col-sm-12{
	padding: 0 40px;
	font-size: 15px;
	text-align: left
}
.social-links{
	margin: 30px 0;
}
.footer-menu{
	margin-bottom: 30px;
}
.copyright{
	margin-top: 60px;
	color: #fff;
	position: relative;
	z-index: 99;
	border-top: 2px solid #b3b3b3;
	padding: 20px 0;
}


/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

/*  Media Query  */
@media(max-width: 1024px){
	.topbar li{
		margin-right: 9px;
	}
	.slide-caption{
		padding: 20px 100px;
	}
}
@media(max-width: 980px){
	.topbar{
		text-align: center;
	}
	.contactdetail .col-lg-4.col-md-4.col-sm-12{
		text-align: center;
		padding: 0 15px;
	}
	.contactdetail span{
		float: none;
		display: inline-block;
	}
	.gallery-categories{
		margin-bottom: 30px;	
	}
	.site-header span.heading{
		font-size: 20px;
	}
	.topbar ul,
	.home-content .fw-col-xs-12.fw-col-sm-9{
		margin-top: 20px;
	}
	.phone-detail{
		margin-left: 0;
	}
	.home-content .fw-col-xs-12.fw-col-sm-3,
	.home-content .fw-col-xs-12.fw-col-sm-9,
	.about-text-heading.fw-col-xs-12.fw-col-sm-3{
		width: 100%;
	}
	.gallery-categories li{
		display: inline-block;
	}
	
}
@media(max-width: 960px){ 
	.first-col.fw-col-xs-12.fw-col-sm-4,
	.third-col.fw-col-xs-12.fw-col-sm-4,
	.second-col.fw-col-xs-12.fw-col-sm-4,
	.about-text-heading.fw-col-xs-12.fw-col-sm-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.first-col.fw-col-xs-12.fw-col-sm-4,
	.third-col.fw-col-xs-12.fw-col-sm-4,
	.second-col.fw-col-xs-12.fw-col-sm-4{
		height: auto;
	}
	.boxlist.fw-col-xs-12.fw-col-sm-9{
		width: 100%;
	}
}
@media(max-width: 800px){
   .nav-bar li {
		display: block;
	}
	.topbar li:last-child ,
	.topbar li:nth-last-child(2) {
		display: inline-block;
	}
	.gallery-list .col-md-4.col-sm-4.col-xs-12{
		padding-left: 10px;
		padding-right: 10px;
	}
	.gallery-thumb{
		margin-bottom: 20px;
	}
	.openmenu{
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333;
		float: right;
	}
	.nav-bar.open{
		right: 0;
	}
	.nav-bar .container{
		width: 100% !important;
	}
	.nav-bar{
		background-color: #333;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
		transition: all 0.3s;
		width: 320px;
		z-index: 999;
	}
	.nav-bar a{
		color: #fff !Important
	}
	.closebtn{
		display: block;
		float: right;
		color: #fff;
		cursor: pointer;
		margin-bottom: 20px 
	}
	.site-logo img{
		float: left;
	} 
	.site-header .col-lg-4.col-md-4.col-sm-4.col-xs-12{
		width: 100% !important;
	}
	.header-detail,
	.phone-detail,
	.slide-caption{
		display: none
	}
	.slider-main-caption{
		height: auto;
		padding-top: 26%;
	}
}
@media(max-width: 736px){
	.gallery-list .col-md-4.col-sm-4.col-xs-12{
		width: 33.3%;
	}
	h1.fw-special-title{
		font-size: 30px;
	}
}
@media(max-width: 667px){
    img.alignleft,
    img.alignnone,
    img.alignright{
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
}@media(max-width: 570px){
	.gallery-list .col-md-4.col-sm-4.col-xs-12{
		width: 50%;
	}
}@media(max-width: 414px){
	.gallery-list .col-md-4.col-sm-4.col-xs-12{
		width: 100%;
	}
}