@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.eot');
    src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'great_vibesregular';
    src: url('../fonts/greatvibes-regular-webfont.eot');
    src: url('../fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/greatvibes-regular-webfont.woff2') format('woff2'),
         url('../fonts/greatvibes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: 20px;}
}

@keyframes mymove {
    from {top: 0px;}
    to {top: 20px;}
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}
.clear{clear: both;}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: 'roboto_condensedregular';
	background:#fff;
	font-size: 100%;
}
body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
    text-decoration: none !important;
}


.header-left{
	float:left;
	width: 55%;
}
.banner {
    position: relative;
    z-index: 9;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    background: transparent !important;
    top: 20px;
}

.logo{
	    display: inline-block;
	margin-right: 2%;
}
.menu{
	    display: inline-block;
	 margin: 17px 0 0;
        vertical-align: middle;
}
  .menu li{
	display:inline-block !important;
 }
 .menu li:first-child{
   	margin-left:0;
 }
 .menu li a {
  	 display: block;
	font-family: 'roboto_condensedregular';
	text-transform: uppercase;
	padding: 5px 20px;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: normal;
         font-size: 14px;
 }
 .menu li a:hover ,.menu li.active a{
	 color: #eb3b31;
	 background: none !important;
 } 
 #nav .current a {
	 color:red;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
@media screen and (max-width:800px) {
	.active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 95%;
		position: absolute;
		right: 20px;
		background: #222;
		top: 72px;
		z-index: 111;
    }
    .nav:after {
		content: '';
		position: absolute;
		right:18px;
		top: -9px;
		border-left:10px solid rgba(0, 0, 0, 0);
		border-right:10px solid rgba(0, 0, 0, 0);
		border-bottom:10px solid #333;
	}
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #333;
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }
.header_right {
    float: right;
    width: 45%;
    margin-top: 16px;
}

.location-content p {
    margin-bottom: 0;
    font-family: 'roboto_condensedregular';
}

.top-location {
    float: left;
    width: 50%;
}

.top-location p {
    font-size: 13px;
}

.top-location img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.location-content {
    display: inline-block;
    vertical-align: middle;
}


.location-content span {
    color: #29416f;
    font-weight: bold;
}

a.slider-btn span {
   width: 50px;
    height: 1px;
    background: #274271;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.scroll-down img {
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.scroll-down {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

img.mouse-icon:hover img.mouse-under {
    
    margin-top: 10px;
    transition: all 0.5s ease;
}

img.mouse-under {
   
   
    position: relative;
    -webkit-animation: mymove 2s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 100; /* Safari 4.0 - 8.0 */
    animation: mymove 2s;
    animation-iteration-count: 100;
}

.About {
    background: url(../images/about-bg.jpg) #3e6e9f fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0 5%;
    position: relative;
    z-index: 9;
}

img.about-1 {
    position: relative;
}

.home .col-md-5.about-right img {
    width: 100%;
    max-width: 460px;
}

.col-md-5.about-right {
    text-align: center;
}

img.about-2 {
    position: absolute;
    left: -35px;
    top: 20%;
}

.about-left p {
    color: #a8bbda;
    font-size: 16px;
    line-height: 28px;
}

.col-md-7.about-left {
    padding-right: 6%;
}

.about-left h3.about-heading {
    text-align: left;
}
.about-left .about-heading {
    font-size: 34px;
    line-height: 59px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    position: relative;
}

.about-left a.about-btn {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
}
a.about-btn:hover {
    color: #ec3b31;
}

.col-md-7.about-left p {
    font-size: 15px;
    line-height: 28px;
}

.about-left h3.about-heading span {
    width: 40px;
    height: 3px;
    background: #ec3b31;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

h3.also {
    font-size: 39px;
    letter-spacing: 23px;
    line-height: 58px;
    color: rgb(45,65,124);
    text-transform: uppercase;
}

.Rent-gps {
    background: url(../images/gps-section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:5% 0;
    text-align: center;
        margin-top: -2px;
    
}

.Rent-gps h2 {
    font-size: 133px;
    line-height: 135px;
    color: rgb(235,59,49);
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    margin: 0 !important;
}

.Rent-gps h4 {
    font-size: 27px;
    line-height: 41px;
    color: rgb(45,65,124);
    text-transform: uppercase;
    margin: 0;
    font-family: 'roboto_condensedregular';
}

.Rent-gps h5 {
    font-family: 'great_vibesregular';
    font-size: 31px;
    line-height: 42px;
    color: rgb(235,59,49);
    margin: 10px 0 !important;
}

button.enquiry-form, a.enquiry-form {
    font-size: 18px;
    line-height: 25px;
    color: rgb(255,255,255);
    text-transform: uppercase;
    background: #2a3d74;
    border: none;
    padding: 10px 20px;
    font-family: 'roboto_condensedregular';
}


button.enquiry-form:hover, a.enquiry-form:hover {
    transition: all ease-in-out .3s;
    background: #eb3b31;
}

.footer {
    background: url(../images/pattern.jpg);
    background-repeat: repeat;
    padding: 0;
}

.col-md-4.footer-col, .col-md-8.footer-col {
    display: table;
    height: 200px;
    text-align: center;
}

#custom_html-4, #custom_html-7 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.email, .phone {
    float: left;
    width: 50%;
    margin: 30px 0;
}


.col-md-8.footer-col h3 {
    font-size: 25px;
    line-height: 30px;
    color: rgb(45,65,124);
    font-family: 'roboto_condensedbold';
    margin: 0 auto;
    text-transform: uppercase;
}


.email img{
    margin: 30px;
}

.phone img {
    margin: 22px;
}

ul.footer_box {
    padding: 20px;
    display: inline-block;
    color: #666666;
	font-size: 16px;
    font-family: 'roboto_condensedregular';
}

.col-md-4.footer-col p {
    font-size: 17px;
    line-height: 24px;
    color: rgb(102,102,102);
    font-family: 'roboto_condensedregular';
}

.col-md-8.footer-col:nth-child(2) {
    background: #f7f7f7;
   
}

#text-3 {
    text-align: center;
    margin: 50px 0 10px;
    font-size: 25px;
    line-height: 30px;
    color: rgb(45,65,124);
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
}


.col-md-4.footer-col h3 {
    font-size: 27px;
    line-height: 28px;
    color: rgb(45,65,124);
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    margin: 0;
}

.email h5, .phone h5 {
    font-size: 27px;
    line-height: 39px;
    color: rgb(109,109,109);
    margin: 10px 0;
    font-family: 'roboto_condensedregular';
}
/*
.email:after {
    width: 88%;
    height: 100%;
    display: block;
    content: "";
    border-bottom: solid 2px #eaeaea;
    margin: 0 auto;
}

.phone:after {
    width: 88%;
    height: 100%;
    display: block;
    content: "";
    border-bottom: solid 2px #eaeaea;
    margin: 30px auto;
}

.email {
    margin: 30px 0 2px;
}
*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:210px;
	max-height:417px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:140px;
	height: 245px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 205px;
	background: url(../images/img-sprite.png) no-repeat -110px 1px;
}
.nbs-flexisel-nav-right {
	right:205px;
	background: url(../images/img-sprite.png) no-repeat -254px 1px;
}
.content-bottom{
	width:100%;
	background: url(../images/bg_image.jpg)no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
	height:100%;
	padding:15% 0;
}
.content_bottom-text h3{
	color: #FFF;
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 2% 0 10%;
}
p.m_1{
	color: #FFF;
	font-size: 0.85em;
	line-height: 2.2em;
	margin-bottom:3%;
}
p.m_2{
	color: #FFF;
	font-size: 0.85em;
	line-height: 2.2em;
    margin-bottom:3%;
}

h3.m_3{
	color: #000;
	font-size: 3em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:2%;
}

.col-md-7.about-left p {
    font-family: 'roboto_condensedregular';
    color: #a6bbd6;
    text-align: justify;
}

a.enquiry-form:hover {
    color: #fff;
}

/*-----about us start----*/
.About-banner{
	width: 100%;
background-image: url("../images/aboutus-background.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 355px;
position: relative;
}
.About-banner .banner-content{
position: absolute;
right: 163px;
height: 138px;
width: 21%;
bottom: 25px;
text-align: right;
}
.About-banner .banner-content .title {
    color: #eb3b31;
font-size: 52px;
    padding-top: 5%;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    line-height: 1em;
    margin-bottom: 0;
	background-color: transparent;
	font-family: 'roboto_condensedbold';
}

.About-banner .banner-content .sub-title {
    color: #2d417c;
    font-size: 21px;
    font-family: 'roboto_condensedlight';
}
/*-----about us end----*/
/*-----contact us start----*/
.banner-contact{
	width: 100%;
background-image: url("../images/contactus-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 372px;
position: relative;
}
.banner-contact .banner-content{
position: absolute;
right: 163px;
height: 138px;
width: 21%;
bottom: 0;
bottom: 25px;
text-align: right;
}
.banner-contact .banner-content .title {
    color: #eb3b31;
font-size: 52px;
    padding-top: 5%;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    line-height: 1em;
    margin-bottom: 0;
	background-color: transparent;
	font-family: 'roboto_condensedbold';
}

.banner-contact .banner-content .sub-title {
    color: #2d417c;
    font-size: 21px;
    font-family: 'roboto_condensedlight';
}

h2.booking-title {
    font-size: 34px;
    text-align: left;
    line-height: 59px;
    color: #ffffff;
    font-family: 'roboto_condensedbold';
    position: relative;
    margin-bottom: 20px !important;
}

/*-----contact us end----*/

/*-----contact us end----*/
.About-main {
    background: url(../images/about-bg.jpg) #3e6e9f fixed;
    background-repeat: no-repeat;
    background-size: cover;
padding: 64px 0px 244px 0px;
}

img.about-1 {
    position: relative;
}
.about-us p {
    color: #a8bbda;
    font-size: 15px;
    line-height: 28px;
    font-family: 'roboto_condensedregular';
   text-align: justify !important;
}
p.fw-content {
    font-family: 'roboto_condensedregular' !important;
}

a.slider-btn {
    font-family: 'roboto_condensedbold';
}
.about-heading {
    font-size: 34px;
	text-align: left;
    line-height: 59px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    position: relative;
        margin-bottom: 20px !important;
}
h3.about-heading span {
    width: 40px;
    height: 3px;
    background: #ec3b31;
   display: block;
vertical-align: middle;
margin: 0;
}

.col-md-12.about-us p {
    font-size: 15px;
    line-height: 28px;
	text-align: center;
    font-family: 'roboto_condensedregular';
}

.About-main .about-us p {
    max-width: 600px;
    margin: 0 !important;
    margin-bottom: 20px !important;
    text-align: left;
}

.gallery{
margin-top: -12%;
}
.gallery p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-family: 'roboto_condensedregular';
}
.gallery p:nth-of-type(2){
	display: none;
}
.gallery h3{
	 font-size: 34px;
	text-align: center;
    line-height: 59px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    position: relative;
	margin-top: 0px;
    margin-bottom: 30px !important;
    text-transform: capitalize;
}
.gallery .owl-dots{
    margin-top: 10px;
 display: none;
}
.gallery .owl-carousel .owl-nav.disabled{
    display: block;
}
.gallery .owl-carousel .owl-prev{
	position: absolute;
	left: 41px;
top: 50px;
}
.gallery .owl-carousel .owl-next{
	position: absolute;
right: 41px;
top: 50px;
}

.gallery .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 80px;
    font-weight: 100;
    outline: none;
}

.gallery .owl-theme .owl-nav [class*="owl-"]:hover{
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
h3.also {
    font-size: 39px;
    letter-spacing: 23px;
    line-height: 58px;
    color: rgb(45,65,124);
    text-transform: uppercase;
    margin: 0;
}
/*contact us page start-----*/


.contact-form p {
    font-family: 'roboto_condensedregular';
    color: #fff;
    font-size: 16px;
}

.contact-details {
    padding-top: 45px;
    background: url(../images/pattern.jpg);
    background-repeat: repeat;
}
.contact-details h2{
		font-size: 34px;
text-align: center;
line-height: 59px;
color: #29416f;
font-family: 'roboto_condensedbold';
position: relative;
}
.contact-details h2 span {
    width: 40px;
    height: 3px;
    background: #ec3b31;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.contact-details .details{
   margin-top: 30px;
	height:360px;
	  position: relative;
    bottom: -26px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	   background: url(../images/pattern.jpg);
    background-repeat: repeat;
	   display: flex;
align-items: center;
}
.contact-details .left-box{
padding-right: 0px;
    background: url(../images/pattern.jpg);
    background-repeat: repeat;
}
.contact-details .right-box{
	padding-left: 0px;
	    padding-right: 0px;
}
.contact-details .right-box iframe{
	    width: 585px;
	height:360px;
}
.contact-details .left-box .content-box{
	width: 50%;
	float:left;
	display: flex;
align-items: start;
height: 142px;
}
.contact-details .left-box .content-box .content-icon{
	display: inline-block;
width: 15%;
}
.contact-details .left-box .content-box .content-icon img{
	margin-top: 5px;
}
.contact-details .left-box .content-box .content{
	display: inline-block;
	margin-left: 20px;
}
.contact-details .left-box .content-box .content h3{
font-family: 'roboto_condensedregular';
color: #29416f;
font-size: 27px;
    margin-bottom: 10px !important
}

.contact-details .left-box .content-box .content p{
	font-size: 17px;
	font-family: 'roboto_condensedregular';
	color: #666666;
	padding:0px;
	margin: 0px;
}
.contact-details .left-box .content-box .content a{
font-size: 15px;
	font-family: 'roboto_condensedregular';
	color: #666666;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	}
.contact-details .left-box .content-box .content .red {
    color: #eb3b31;
    font-weight: bold;
    font-size: 15px;
}
.contact-details .left-box .content-box .content-services {
    border-radius: 50%;
    margin-left: 20px;
    width: 150px;
    height: 150px;
    position: relative;
    top: -18px;
    background: linear-gradient(#ffffff,#f1f1f1);
    border: solid 1px #f5f5f5;
}
.contact-details .left-box .content-box .content-services .service-content{
	position: absolute;
left: 0px;
right: 0px;
top: 25px;
bottom: 37px;
text-align: center;
margin: auto;
}
.contact-details .left-box .content-box .content-services .service-content p{
	font-family: 'roboto_condensedlight';
	font-size: 21px;
	color: #666666;
	text-transform: uppercase;
}
.contact-details .left-box .content-box .content-services h4{
	color: #29416f;
font-family: 'roboto_condensedbold';
font-size: 28px;
margin: 5px 0 !important;
}
.contact-details .left-box .content-box .content-services span {
    color: #eb3b31;
    font-size: 40px;
    font-family: 'roboto_condensedbold';
    line-height: 40px;
}
.contact-form {
    background: url(../images/about-bg.jpg) #3e6e9f fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
}
.contact-form h2 {
    font-size: 34px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    position: relative;
}

.contact-form p:after {
    content: "";
    background: #ec3b31;
    width: 30px;
    height: 3px;
    display: block;
    margin: 10px auto;
}


.contact-form form .form-control{
	background: transparent;
	width: 100%;
    height: 42px;
    border-radius: 0px;
    padding: 6px 12px;
	border: 2px solid #688fcb;
}
.contact-form form .form-control:focus{
	box-shadow: inherit;
}
.contact-form form{
display: block;
margin: auto;
}
.contact-form .wpcf7 {
    padding: 45px 0px 0px 0px;
	    max-width: 800px;
    margin: auto;
}
.contact-form .wpcf7 .wpcf7-textarea{
	height: 78px;
}
.contact-form .wpcf7 .wpcf7-recaptcha{
	
}
.contact-form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #ec3b31;
    color: #fff;
    margin: auto;
    display: block;
    border: 2px solid #fff;
    transition: 0.5s;
    text-transform: uppercase;
    padding: 20px;
    width: 300px;
    border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-text.form-control, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    padding: 20px !important;
    height: 60px !important;
    width: 265px !important;
    border-radius: 5px;
}
.contact-form input[type=submit]:hover{
	transition-duration: 0.5s;
	background-color:#3c689a; 
}
.contact-form input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus,  input[type="email"]:focus, textarea:focus {
    background: transparent;
    border-color: #688fcb;
    outline: none;
}
.contact-form input:focus{
	 background: transparent;
    border-color: #688fcb;
    outline: none;
}
.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'roboto_condensedlight';
	font-size: 15px;
	color: #fff
}
.contact-form input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'roboto_condensedlight';
	font-size: 15px;
	color: #fff
}
.contact-form input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'roboto_condensedlight';
	font-size: 15px;
	color: #fff
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
  font-family: 'roboto_condensedlight';
	font-size: 15px;
	color: #fff
}
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  font-family: 'roboto_condensedlight';
	font-size: 15px;
	color: #fff
}
.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'roboto_condensedlight';
	font-size: 15px;
	color: #fff
}

.col-md-6.left-box p {
    font-size: 14px !important;
    line-height: 24px;
   
}

.row.services-row .col-md-5 {
    padding-top: 8%;
}

.row.services-row, .row.our-vehicle, .row.age-required {
    margin: 50px 0;
}

.row.our-vehicle .col-md-5 {
    padding-top: 7%;
}

.service-content:last-child p {
    font-size: 18px !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0 !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    width: 100% !important;
    overflow: hidden !important;
        min-height: 78px !important;
}

#wpcf7-f55-p52-o1 p:after {
    display: none;
}

input[type="text"], input[type="email"], textarea {
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'roboto_condensedregular' !important;
    background: none !important;
    outline: none;
}

.contact-form form .form-control:focus {
    border-color: #688fcb;
    box-shadow: 0 0 4px #fff;
}

a.btn-custom, button.btn-custom.pull-right, li.prev a, li.next button.btn-custom.pull-right {
    color: #fff !important;
}

.booking-main iframe {
    width: 100%;
    height: 2200px;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: #ec3b31;
    background: #fff;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    max-width: 422px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    transition: all 0.8s ease-in-out;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: none;
    color: #ec3b31;
    background: #fff;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    max-width: 555px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    transition: all 0.8s ease-in-out;
}

span.wpcf7-not-valid-tip {
    color: #eb3b31;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-shadow: 1px 1px 5px #000;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
    border: none;
    color: #ec3b31;
    background: #fff;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    max-width: 648px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    transition: all 0.8s ease-in-out;
}

.modal-body span.wpcf7-form-control-wrap input {
    width: 100% !important;
}

.about-us.features-about p {
    font-size: 16px;
    margin: 20px 0 !important;
    text-align: left;
}

.features-about ul, .page-id-128 .about-us ul {
    list-style: none;
    font-size: 14px;
    font-family: 'roboto_condensedregular';
    color: #a6bbd6;
    text-align: left;
}

.features-about ul li:before, .page-id-128 .about-us ul li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 5px;
    color: #eb3b31;
    font-size: 16px;
}

.page-id-128 h4.sub-heading {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px !important;
}

.page-id-128 .about-us p {padding-bottom: 0;}

.page-id-128 .about-us h4 {    
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px !important;
    font-family: 'roboto_condensedbold';
}

.page-id-128 .about-us p strong {
    color: #fff;
}

.slideshow {
    padding: 80px 0;
}

.slideshow .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 35%;
    width: 100%;
}

.slideshow button.owl-prev {
    font-size: 50px !important;
    color: #fff !important;
    position: absolute;
    left: -20px;
}

.slideshow button.owl-next {
    font-size: 50px !important;
    color: #fff !important;
    position: absolute;
    right: -20px !important;
}

.slideshow .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.modal-dialog .form-group {
    
    margin-bottom: 0;
     
}

.modal-dialog .modal-footer {
    display: none;
}

.modal-dialog {
    width: 332px !important;
}

.modal-dialog .form-group label {
    display: none;
}

.modal-dialog input.wpcf7-form-control.wpcf7-text.form-control, .modal-dialog textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    
    padding: 0 10px !important;
    height: 40px !important;
    margin-bottom: 0;
    border: solid 1px #e3e3e3 !important;
    border-radius: 0;
    width: 100% !important;
    color: #000 !important;
}

.modal-dialog #cf7sr-5b278e8b302d2 div {
    width: 100% !important;
    text-align: center !important;
}

.modal-dialog iframe {
    margin: 20px 0;
}

.modal-dialog ::placeholder {
    color: #000 !important;
}

.modal-dialog input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto !important;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: rgb(255,255,255);
    text-transform: uppercase;
    background: #294279;
    border: none;
    padding: 10px 20px;
    font-family: 'roboto_condensedregular';
    max-width: 300px;
}
.modal-dialog .modal-body {
    padding: 0 15px;
   
}

.modal-dialog .modal-header {
    color: #fff;
    text-align: center;
    background: #294279;
    font-family: 'roboto_condensedregular';
}

.modal-dialog h5#exampleModalLabel {
    font-size: 20px;
    line-height: 20px;
}

.modal-dialog button.close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 3px;
    top: -3px;
    font-size: 30px;
}

.modal-dialog p {
    float: left;
    width: 99%;
    margin: 30px 14px;
    text-align: center;
}

.modal-dialog input.wpcf7-form-control.wpcf7-submit:hover {
    
    background: #000;
}

div#cf7sr-5b27929628e63 div {
    width: 100% !important;
    text-align: center !important;
}

span.wpcf7-form-control-wrap.cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
    width: 100px;
}

.cf7sr-g-recaptcha {
    min-height: 100px !important;
}

/*contact us page end-----*/

/*--------iframe css---------*/

.col-md-7.about-left, .col-md-5.about-right {
    margin-top: 8%;
}


iframe#booking-frame {
    width: 100%;
}

iframe#booking-frame {
    width: 100%;
    height:885px;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 30px 0;
}

.col-lg-6.col-sm-6.col-md-6.col-xs-12.small-screen {
    width: 50%;
}

.col-md-12.booking-frame-wrapper {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
}

.pull-right button.pull-right.btn.btn-blue {
    width: 100% !important;
}


.header.ar-sticky {
    top: 0;
    position: fixed;
    background: #fff !important;
    padding: 5px;
}

.header.ar-sticky .logo {
    width: 150px;
}

#fwslider {
    min-height: 100vh;
}


/*--responsive design--*/
@media (max-width:1366px){
.icon1 ul {
	width: 270px;
	top: 64px;
	right: -98px;
 }

}

@media (max-width:767px) {
    
    .toggleMenu img {
    display: none;
}
    
    #header .header_mid .header_mid_inner {
    padding: 0;
    text-align: center;
}
    
    
    .col-md-4.footer-col, .col-md-8.footer-col {
    display: table;
    height: auto;
    text-align: center;
}
    
    .email img, .phone img {
    margin: 15px 0;
}
    
    .col-md-8.footer-col {
    width: 100%;
    margin: 20px 0;
}
    .email, .phone {
    float: none;
    width: 100%;
    margin: 10px 0;
}
    
    /*--------popup------------*/
    
    .home section#advance-rental-static-page-content {
    margin-top: 0;
}
       
    .header {
    position: static !important;
    
}
    
    
    #fwslider {
    min-height: auto;
}
    
    .modal-dialog {
    width: 95% !important;
}
    
    .modal-dialog input.wpcf7-form-control.wpcf7-submit {
    
    width: 92%;
    
}
    
    .modal-dialog p {
    float: left;
    width: 100%;
    
}
    
    .header-left {
    float: left;
    width: 100%;
    text-align: center;
}
    
    .col-md-12.booking-frame-wrapper {
    position: static;
}
    
    iframe#booking-frame {
    width: 100%;
    height: 885px;
    margin: 0 auto;
    display: block;
}
    
    .top-location p {
    font-size: 10px;
}

    .textwidget.custom-html-widget img {
    width: 13px;
}
    
    
    .footer .textwidget.custom-html-widget img {
    width: 55px;
}
    .header_right {width: 100%;}
    
    .About-banner .banner-content {
    position: absolute;
    right: 30px;
    height: 90px;
    width: 100%;
    bottom: 25px;
    text-align: right;
}
    
    .About-banner .banner-content .title {font-size: 30px;}
    .About-banner .banner-content .sub-title {font-size: 14px;}
    .About-banner {height: 290px;}
    .About-main { padding: 20px 0px 200px 0px;}
    .gallery {margin-top: -55%;}
    .gallery h3 {font-size: 28px;line-height: 34px;}
     h3.also {font-size: 18px;letter-spacing: 10px;line-height: 30px;}
    .Rent-gps h2 { font-size: 40px;line-height: 50px;}
    .Rent-gps h4 {font-size: 14px;line-height: 15px;}
    .col-md-4.footer-col {padding: 15px;min-height: 100%;}
    .col-md-4.footer-col:nth-child(2) {width: 100%;}
    ul.footer_box {padding:10px;font-size: 13px;margin-bottom: 0;}
    .col-md-4.footer-col:first-child {text-align: center;}
    .col-md-4.footer-col p {font-size: 14px;line-height: 18px;}
    img.about-2 { position: static; margin-top: 15px;}
    .col-md-5.about-right {margin-top: 15px;}
     button.enquiry-form, a.enquiry-form {font-size: 13px;}
    .col-md-4.footer-col:nth-child(2) img {max-width: 35px;width: 100%;}
    .col-md-4.footer-col h3 {font-size: 18px;line-height: 20px;}
    .email h5 {padding-bottom: 20px;}
    .email h5, .phone h5 {font-size: 18px;line-height: 38px;}
    .col-md-4.footer-col:last-child {padding-top: 4%;width: 100%;}
    .col-md-4.footer-col:last-child img {width: 100%;max-width: 180px;}
    .header { position: static;background: transparent !important;}
    a.toggleMenu {background: #eb3b31;width: 30px;height: 2px;}
    a.toggleMenu:after, a.toggleMenu:before {content: "";width: 144%;height: 4px;background: #eb3b31;display: block;margin-top: 4px;margin-left: -4px;}
    a.toggleMenu {background: #eb3b31;width: 30px;height: 1px;}
    a.toggleMenu img, .menu .nav:after {display: none !important;}
    .menu {margin: 0;}
    .menu ul#nav {
    background: #eb3b31 !important;
    left: 0;
    right: 0;
    width: 100% !important;
}
    
    .menu a {
    color: #fff !important;
}
    
    input.wpcf7-form-control.wpcf7-text.form-control, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    padding: 20px !important;
    height: 60px !important;
    width: 100% !important;
    border-radius: 5px;
}
    
    .banner-contact .banner-content {
    position: absolute;
    right: 40px;
    height: 80px;
    width: 50%;
    bottom: 0;
    bottom: 25px;
    text-align: right;
}
    
    .banner-contact {
    
    height: 150px;
    
}
    .contact-details h2 {
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    color: #29416f;
    font-family: 'roboto_condensedbold';
    position: relative;
}
    
    .contact-details {
    padding-top: 18px;
    background: url(../images/pattern.jpg);
    background-repeat: repeat;
}
    
    .contact-details .details {
    margin-top: 0;
    height: 360px;
    position: relative;
    bottom: -26px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: url(../images/pattern.jpg);
    background-repeat: repeat;
    display: flex;
    align-items: center;
}
    
    .contact-details .left-box .content-box {
    width: 100%;
    float: left;
    display: flex;
    align-items: start;
    height: auto;
    padding-top: 20px;
}
    
    
    
    .contact-form {
    background: url(../images/about-bg.jpg) #3e6e9f fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 0;
    text-align: center;
    margin-top: 50px;
}
    .banner-contact .banner-content .sub-title {
    color: #2d417c;
    font-size: 14px;
    font-family: 'roboto_condensedlight';
}
    
    section#advance-rental-static-page-content {
    margin-top: 125px;
}
    .About {
    background: url(../images/about-bg.jpg) #3e6e9f fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0 5%;
    position: relative;
    z-index: 9;
}
    .nav>li>a:hover {background: #29427a !important; transition: all 0.3s ease;}
    .banner-contact .banner-content .title {
    color: #eb3b31;
    font-size: 24px;
    padding-top: 5%;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    line-height: 1em;
    margin-bottom: 0;
    background-color: transparent;
    font-family: 'roboto_condensedbold';
}
}

@media (min-width:768px) and (max-width:1200px) {
    .col-md-4.footer-col {
    text-align: center;
    padding: 4% 0;
    min-height: 393px;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    float: left;
}
    
    ul.footer_box {
    padding: 0px 20px;
    margin-bottom: 0;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    font-family: 'roboto_condensedregular';
}
}


.nav>li>a {
    padding: 10px !important;
    font-size: 13px;
}

#custom_html-7 {
    text-align: center;
}