body, html{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
    background-color: #f6f6f6;
}

/*for width*/
.width100{
	width: 100%;
}
.width35{
	width: 35%;
}
/*for color*/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.blue{
	color: #2180ed;
}
.orange{
	color: #FF9800;
}
.red{
	color: #FF5722;
}
.bg-green{
	background-color: #3ddd05;
}
.bg-red{
	background-color: #FF5722;
}
.bg-orange{
	background-color: #FF9800;
}
/*for margin*/
.margin-left-10{
	margin-left: 10px;
}
.margin-left-15{
	margin-left: 15px;
}
.margin-left-20{
	margin-left: 20px;
}
.margin-left-25{
	margin-left: 25px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-25{
	margin-top: 25px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-35{
	margin-top: 35px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-bottom-5{
	margin-bottom: 5px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-15{
	margin-bottom: 15px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-25{
	margin-bottom: 25px;
}
.margin-right-10{
	margin-right: 10px;
}
.margin-right-15{
	margin-right: 15px;
}
.margin-right-20{
	margin-right: 20px;
}
.margin-right-25{
	margin-right: 25px;
}
/*for padding*/
.padding15{
	padding:15px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-top-45{
	padding-top: 45px;
}
.padding-top-40{
	padding-top: 40px;
}
.padding-top-35{
	padding-top: 35px;
}
.padding-top-30{
	padding-top: 30px;
}
.padding-top-25{
	padding-top: 25px;
}
.padding-top-20{
	padding-top: 20px;
}
.padding-top-15{
	padding-top: 15px;
}
.padding-top-10{
	padding-top: 10px;
}
.padding-top-5{
	padding-top: 5px;
}
.padding-bottom-50{
	padding-bottom: 50px;
}
.padding-bottom-45{
	padding-bottom: 45px;
}
.padding-bottom-40{
	padding-bottom: 40px;
}
.padding-bottom-35{
	padding-bottom: 35px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.padding-bottom-25{
	padding-bottom: 25px;
}
.padding-bottom-20{
	padding-bottom: 20px;
}
.padding-bottom-15{
	padding-bottom: 15px;
}
.padding-bottom-10{
	padding-bottom: 10px;
}
.padding-bottom-5{
	padding-bottom: 5px;
}
/*for fontsize*/
.font8{
	font-size: 8px !important;
}
.font10{
	font-size: 10px !important;
}
.font12{
	font-size: 12px !important;
}
.font13{
	font-size: 13px !important;
}
.font14{
	font-size: 14px !important;
}
.font15{
	font-size: 15px !important;
}
.font18{
	font-size: 18px !important;
}
.font20{
	font-size: 20px !important;
}
.font25{
	font-size: 25px !important;
}
.font30{
	font-size: 30px !important;
}
/*for text transform*/
.uppercase{
	text-transform: uppercase;
}
.strong{
	font-weight: bold;
}
/*for font family*/
.raleway{
	font-family: 'Raleway', sans-serif;
}
.oleo{
	font-family: 'Oleo Script', cursive;
}
.baloo{
	font-family: 'Baloo Paaji', cursive;
}
.alegreya{
	font-family: 'Alegreya Sans', sans-serif;
}
/*for background*/
.background-column{
    background-color: #f5f5f5;
}
/*for text shadow*/
.text-shodow{
	text-shadow: 0 0 3px #8e8a8a, 0 0 5px #000000;
}
.italic{
	font-style: italic;
}
/*for button*/
.btn-info{
    min-width: 146px;
    width: 146px;
}
.btn-book{
	background: rgba(125, 203, 0, 0) !important;
    color: #7dcb00 !important;
    border: 1px solid #7dcb00 !important;
}
.btn-book:hover{
    background: #7dcb00 !important;
    color: #fff !important;
}
.btn-menu{
	background-color: #222222 !important;
    border: 1px solid #aaa !important;
    color: #fff !important;
}
#btn-learnmore, #btn-services{
	width: 25%;
}
#btn-warning{
	width: 92%;
}
.btn-warning {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF5722;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
@media(max-width: 767px){
	.btn-info{
		width: 100%;
	}
}

.hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #FFC107;
    width: 10%;
}


/*for hover effect*/
.homeBox {
	position: relative;
	float: left;
	display: block;
}
@media(min-width: 768px){
	.one_fourth{
		min-height: 480px;
	}
}
.homeBox .one_fourth {
	text-align: center;
	overflow: hidden;
	border: 1px solid #f3f1ed;
	-moz-box-shadow: 0px 1px 0px #ecebeb;
	-webkit-box-shadow: 0px 1px 0px #ecebeb;
	height: 100%;
	width: 100%;
	margin-right: 10px;	
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
}
.one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifth, .three_fifths, .four_fifths {
	position: relative;
	margin: 0;
	margin-right: 3.8%;
	float: left;
}
.homeBox .one_fourth div, .homeBox .last div {
	padding: 0;
}
.homeBox .one_fourth:hover{
	background: #fffbef;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.3s ease-in-out;
}
.homeBox .one_fourth .boxImage {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.homeBox .one_fourth h3 {
	color: #4B4A4A;
	margin: 0 0 10px 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.homeBox .one_fourth .boxDescription {
	color: #4B4A4A;
	margin: 0 0 10px 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*for header*/
#header-wrapper{
    z-index: 99;
    position: absolute;
}
#header-index{
	position: fixed;
    z-index: 99;
    width: 100%;
    margin-top: 0;
}
.p-title{
    color: #fff;
    margin-bottom: 0;
}
[off-canvas] ul.menu li a{
    padding: 20px 20px 40px 20px !important;
}
.ul-menu{
	font-size: 1em !important;
}
nav[canvas]{
    height: 100px !important;
    line-height: 95px !important;
    background-color: rgba(0, 0, 0, 0.81) !important;
    border-bottom: 4px solid #FFC107 !important;
}
#header-pages{
	position: fixed;
    z-index: 99;
    width: 100%;
}
.navbar-default {
    background-color: #222222;
    border-color: #222222;
    border-top: 3px solid #FFC107;
}
.navbar-inverse{
    border-bottom: 5px solid #FFC107;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand>img {
	height: 100%;
	padding: 15px;
	width: auto;
}
.example3 .navbar-brand {
	height: 80px;
}
.example3 .nav>li>a {
	padding-top: 30px;
    padding-bottom: 30px;
}
.example3 .navbar-toggle {
	padding: 10px;
	margin: 25px 15px 25px 0;
}

/*for slider*/

/*for images*/
.icon-png:hover{
	background-image: url(https//10.0.1.104/projects/rvg-travel/img/icons/safe-hover.png)
}

/*for banner*/
#container-fluid{
	background-image: url('../img/container-bg.jpg');
	background-repeat: no-repeat;
    padding: 75px;
}

/*for tagline*/
.tagline{
    width: 25%;
    text-align: justify;
    padding: 10px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 25%;
}
@media(max-width: 1024px){
	.tagline{
		display: none;
	}
}

/*for column*/
#column-33{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.3s ease-in-out;
    background-color: #fffdf8;
}
.description-fleet{
    background-color: #fff;
    padding: 15px;
}
#three-column-fleet{
    border: 1px solid #e0e0e0;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 15px;
}
@media(min-width: 1200px){
	#three-column-fleet{
		width: 32%;
		margin-left: 1%;
	    padding: 15px;
    	background-color: white;
	}
}
#three-column-fleet:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.3s ease-in-out;
}
@media(max-width: 767px){
	#col-xs-64-index{
	    width: 100%;
	    margin-bottom: 15px;
	}
	#container-fluid{
		padding: 0;
		padding-top: 0;
	}
}
#col-xs-64{
    border: 1px solid #e6e6e6;
    padding-left: 0;
    padding-right: 0;
    width: 32%;
    margin-left: 1%; 
    font-size: 14px;
}
#col-xs-64:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	transition: box-shadow 0.3s ease-in-out;
  	background-color: #f9f9f9;
}

/*for content*/
#content-wrapper{
    background-color: #f9f9f9;
}
.p-content{
    padding: 15px;
}
.h4-title{
    padding: 0 10px;
}
/*tab content*/
#exTab1 .tab-content {
	color: #888888;
	background-color: #f1f1f1;
  	padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
#exTab1 .nav-pills > li.active > a {
    background-color: #9e9e9e !important;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/*for lastminute booking*/
#col-xs-63-lastminute{
    /*background-color: #FFC107;*/
    color: #3a3a3a;
    padding: 5px;
    width: 24%;
    border-radius: 4px;
    margin-left: 1%;
}

/*for fleet*/
#col-xs-9-fleet{
	border-bottom: 2px solid #e6e6e6;
	padding: 45px 0;
}
.fleet-img{
    background-color: #b6b6b6;
}

.embed-container {
	position: relative;
	padding-bottom: 26%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gmap_canvas img {
	max-width: none!important;
	background: none!important
}

/*for marketing banner*/
#marketingbanner-wrapper{
    background-color: #0e1d23;
    border-bottom: 4px solid #f9ac15;
}
@media(min-width: 1400px){
	#marketingbanner-wrapper{
	    padding: 0 140px 0 140px;
	}
}
.needhelp>a>img, .securepayment>a>img{
    padding: 50px 0 50px 0px;
    width: 100%;
    max-width: 265px;
}
@media(max-width: 425px){
	.needhelp>a>img, .securepayment>a>img {
		padding: 15px 0 15px 0px;
	    margin-left: 65px;
	}
}
@media(max-width: 375px){
	.needhelp>a>img, .securepayment>a>img {
		padding: 15px;
    	margin-left: 40px;
	}
}
@media(max-width: 320px){
	.needhelp>a>img, .securepayment>a>img {
		padding: 15px 15px 15px 40px;
		margin-left: 0px;
	}
}
.whybooking>ul{
	color: #fff;
	list-style: none;
}
.whybooking>h2{
	color: #f9ac15;
}

/*for payment banner*/
#payment-wrapper{
	padding: 15px 0 15px 0;
    background-color: #222;
    color: #fff;
}
@media(max-width: 1280px){
	#payment-wrapper {
        padding: 10px 40px 40px 75px;
	}
}
@media(max-width: 1366px){
	#payment-wrapper {
        padding: 10px 40px 40px 75px;
	}
}
@media(min-width: 1400px){
	#payment-wrapper{
	    padding: 15px 140px 40px 140px;
	}
}
@media(max-width: 425px){
	#payment-wrapper {
	    padding: 15px 40px 15px 40px;
	    text-align: center;
	}
	.margin-bottom-medium{
		padding-bottom: 15px;
	}
}
@media(max-width: 375px){
	#payment-wrapper{
		text-align: center;
    	padding: 15px 40px 15px 40px;
	}
	.margin-bottom-medium{
		padding-bottom: 15px;
	}
}
@media(max-width: 320px){
	#payment-wrapper{
		padding: 15px;
		text-align: center;
	}
	.margin-bottom-medium{
		padding-bottom: 15px;
	}
}
.pa-text{
	font-size: 11px;
}
.modeOfPayment, .cardSecurity{
	width: 100%;
	max-width: 225px;
}

/*for contact*/
#contact-form{
	padding-left: 0;
}
.contact-right{
	margin-left: 20px;
}
.contact_form {
  text-align: justify;
  color: #fff;
  border-radius: 10px 15px;
}
@media(max-width: 768px){
  #contact-wrapper{
    padding:0 0 0 0;
  }
  .contact_form {
    margin-left: 0;
    width: 95%;
  }
  .txt-captcha {
    width: 50% !important;
  }
}
@media(max-width: 425px){
	#contact-form{
		width: 100%;
		padding-right: 0;
	}
	#contact-right{
		display: none;
	}
}
.txt-design {
  padding: 12px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 20px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  font-family: 'Open Sans', sans-serif;
  /*margin: 0 0 15px 0;*/
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.txt-captcha {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 20%;
  height: 20px;
  display: inline;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  font-family: 'Open Sans', sans-serif;
  /* margin: 0 0 15px 0; */
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#captchaimg{
	height: 30px;
}
.refresh-captcha{
	margin-left: 10px;
}
label{
	font-size: 12px;
}
.inpt-btn {
  width: 175px;
  height: 30px;
  background: #7cc576;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/*for partner*/
#partner-wrapper{
    background-color: #f3f3f3;
    padding: 40px 0;
}
.rvg-partner{
    position: relative;
}
#one-column{
    width: 100%;
    text-align: center;
}
.partner-logo{
	padding: 0 15px;
    width: 8%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.partner-logo:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
@media(max-width: 425px){
	.partner-logo{
		width: 23%;
	}
}
/*for footer*/
#footer-wrapper{
    background-color: #222728;
    color: #fff;
    padding: 8px 0 2px 0;
}
#footer-wrapper>p>a{
	text-decoration: none;
}
.container-full{
  margin-left: -15px;
}
.footer1 a {
    color: #DDD;
}
.footer1 .footer-bottom ul li{
	padding: 10px;
}
.footer1 .footer-bottom ul li:hover{
	background-color: rgb(47, 47, 47);
}
#navbar-fixed-bottom {
    bottom: -10px;
}
@media(max-width: 425px){
  .footer1{
    display: none;
  }
}

.footer1 a:hover,
.footer1 a:focus,
.footer1 a:active {
    color: #FFF;
}

.footer1 .footer {
    background-color: #2E3436;
    margin-top: 5em;
}

.footer1 .footer .footer-desc p {
    color: #DDD;
  margin: 15px 0 8px;
}

.footer1 .footer .social {
    margin: 0 auto;
    display: table;
}

.footer1 .footer .social li {
    float: left;
}

.footer1 .footer .social li a {
  display: block;
    font-size: 1em;
    color: #DDD;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #222728;
    border-radius: 2px;
    margin: 15px 4px
}

.footer1 .footer .social li a:hover {
    background-color: #3A4144;
}

.footer1 .footer .input-group {
    margin: 15px 0;
}

.footer1 .footer .form-control {
    border-radius: 2px 0 0 2px;
    background-color: #585C5D;
    border-color: #585C5D;
    color: #DDD;
    font-size: 15px;
}

.footer1 .footer .form-control:hover,
.footer1 .footer .form-control:focus {
    border: 1px solid #222728;
    background-color: #222728;
}

.footer1 .footer .input-group-addon {
    border-radius: 0 2px 2px 0;
    background-color: #F7931D;
    color: #FFF;
    border-color: #F7931D;
    font-size: 15px;
}

.footer1 .footer-bottom {
    background-color: #222728;
    color: #DDD;
    font-size: 13px;
}

.footer1 .footer-bottom ul li {
    display: inline-block;
}

.footer1 .footer-bottom ul li a {
    display: block;
    padding-left: 8px;
    text-decoration: none;
    color: #aaa;
}

.footer1 .footer-bottom ul li a:after {
    content: "-";
    padding-left: 8px;
}

.footer1 .footer-bottom ul li:last-child a:after {
    content: "";
}

@media (max-width: 550px) {
  .footer1 .footer-bottom .pull-left,
  .footer1 .footer-bottom .pull-right {
    float: none !important;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}


