/*
*******************************************
*******************************************

Template Name: gauto
Template URL: https://themescare.com/demos/gauto-preview
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - RESPONSIVE CSS
04 - PAGINATION CSS
05 - BREADCROMB CSS
06 - BTN TOP CSS
07 - HEADER TOP CSS
08 - MAIN HEADER CSS
09 - MAINMENU CSS
10 - MAIN SLIDER CSS
11 - FIND AREA CSS
12 - ABOUT AREA CSS
13 - SERVICE AREA CSS
14 - PROMO AREA CSS
15 - HOT OFFERS AREA CSS
16 - TESTIMONIAL AREA CSS
17 - DRIVER AREA CSS
18 - CALL AREA CSS
19 - BLOG AREA CSS
20 - FOOTER AREA CSS
21 - ABOUT PAGE CSS
22 - SERVICE DETAILS CSS
23 - CAR LISTING CSS
24 - CAR BOOKING CSS
25 - GALLERY CSS
26 - PRODUCT PAGE CSS
27 - PRODUCT DETAILS PAGE CSS
28 - CART PAGE CSS
29 - CHECKOUT PAGE CSS
30 - BLOG DETAILS PAGE CSS
31 - NOTFOUND PAGE CSS
32 - LOGIN PAGE CSS
33 - CONTACT PAGE CSS


*/


/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-size: 14px;
	line-height: 26px;
	font-style: normal;

	color:#666;
	font-family: "Poppins";
	font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c;
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}


input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}




.top-logo{padding-top:20px 0px 10px 0px; margin-top:10px;  }
.top-logo h1 a{font-size:40px; line-height:33px;  color:#497ac1; display:block; font-weight:700; margin-top:18px;  text-shadow: 0px 1px 1px #000, 2px 2px 2px red; 
	text-transform: capitalize;
	letter-spacing: 1.5px;}

.top-logo h1 a span{font-size:16px; letter-spacing: 1.5px; color:#7c8099; margin:0 auto; padding-left:10px;    font-weight:600;  display:block; text-shadow: 0px 1px 1px #a1a5b7, 1px 1px 1px gray; }

<!--.top-logo h1 a{ color:#497ac1; }-->

/*.top-logo h1 a span {color:#646a8c; }*/

.gauto-btn,
button.gauto-theme-btn {
	color: #000;
	background: transparent; 
	border-width: 2px;
	border-style: solid;
	border-color: #a0daff;
	position: relative;
	margin: 1em;
	display: inline-block;
	padding: 8px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gauto-btn:before,
.gauto-btn:after,
button.gauto-theme-btn:before,
button.gauto-theme-btn:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #7cc2ef;
	box-sizing: border-box;
	border-style: solid;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gauto-btn:before,
button.gauto-theme-btn:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}

.gauto-btn:after,
button.gauto-theme-btn:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}

.gauto-btn:hover:before,
.gauto-btn:hover:after,
button.gauto-theme-btn:hover:before,
button.gauto-theme-btn:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #7cc2ef
}

.gauto-btn:hover,
button.gauto-theme-btn:hover {
	color: #fff;
	background-color: #ec3323;
	border-color: #ec3323
}

button.gauto-theme-btn {
	    color: #606060;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #a0daff;
	position: relative;
	display: block;
	padding: 8px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0;
	width: 100%
}

button.gauto-theme-btn:before,
button.gauto-theme-btn:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #7cc2ef;
	box-sizing: border-box;
	border-style: solid;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gauto-btn:before,
button.gauto-theme-btn:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}

.gauto-btn:after,
button.gauto-theme-btn:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}

button.gauto-theme-btn:hover:before,
button.gauto-theme-btn:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #7cc2ef
}

.gauto-btn:hover,
button.gauto-theme-btn:hover {
	color: #050505;
	background-color: #a0daff;
	border-color: #a0daff
}

.site-heading {
	width: 90%;
	margin: 0 auto 10px auto;
	text-align: center
}

.site-heading h2 {
	font-size: 23px;
	color: #6781a7;
	letter-spacing: 0.3px; line-height:39px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.site-heading h3 {
	font-size: 23px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px; line-height:37px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.site-heading h4 {
	font-size: 23px;
	color: #1b6ba2;
	margin-bottom: 10px; line-height:31px;
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
}

.igg-bod{ border-radius: 5%;  border: 2px solid transparent;  -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
  ;
  /*  border: 2px solid rgba(30, 30, 30, 0.4)*/ }

.site-heading h5 {
	font-size: 20px;
	color: #666;
	letter-spacing: 1px; line-height:33px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 500;
}



.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - RESPONSIVE CSS
==================================================*/

.gauto-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	    bottom: 0;
	/*top: 15px;
	width: 100%;*/
	z-index: 999999;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #ec3323
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #497ac1 none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav { width:200px;
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #7cc2ef;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin-right: 5px;
	margin-top: -30px;
	float: right
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.gauto-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar,
.gauto-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
	background-color: #fff
}


/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
	text-align: left;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	color: #111;
	font-weight: 500;
}

.pagination li.active a,
.pagination li a:hover {
	background: #101010 none repeat scroll 0 0;
	color: #fff
}


/*================================================
05 - BREADCROMB CSS
==================================================*/

.gauto-breadcromb-contac {

		background: url(../../banner/rental-car-cab-service-rajkot.jpg ) no-repeat scroll 0 0/cover;
	background-position: center;
	position: relative;
	z-index: 1;
	margin-top: 140px;
}

.gauto-breadcromb-contac:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 51%) none repeat scroll 0 0;
	z-index: -1;
}

.gauto-breadcromb-service {

		background: url(../../banner/taxi-car-cab-service-any-time-in-gujarat.jpg ) no-repeat scroll 0 0/cover;
	background-position: center;
	position: relative;
	z-index: 1;
	margin-top: 140px;
}

.gauto-breadcromb-service:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 51%) none repeat scroll 0 0;
	z-index: -1;
}

.gauto-breadcromb-about {

		background: url(../../banner/rental-car-cab-service-rajkot.jpg ) no-repeat scroll 0 0/cover;
	background-position: center;
	position: relative;
	z-index: 1;
	margin-top: 140px;
}

.gauto-breadcromb-about:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 51%) none repeat scroll 0 0;
	z-index: -1;
}

.gauto-breadcromb-toure {

		background: url(../../banner/rajkot-rental-car-services.jpg ) no-repeat scroll 0 0/cover;
	background-position: center;
	position: relative;
	z-index: 1;
	margin-top: 140px;
}

.gauto-breadcromb-toure:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%) none repeat scroll 0 0;
	z-index: -1;
}

.gauto-breadcromb-area {

		background: url(../../banner/about-taxi-car-sevice-provider-rajkot.jpg) no-repeat scroll 0 0/cover;
	background-position: center;
	position: relative;
	z-index: 1;
	margin-top: 140px;
}

.gauto-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 51%) none repeat scroll 0 0;
	z-index: -1;
}

.breadcromb-box {
	text-align: center;
}

.breadcromb-box h3 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 600;
}

.breadcromb-box li {
	display: inline-block;
	margin: 0 2px;
	color: #fff !important;
	font-size: 16px
}

.breadcromb-box li a {
	color: #fff
}

.breadcromb-box li i {
	color: #a0daff
}


.mypage-alo-phone {
    position: fixed;

    right: 0;
    bottom: 108px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(../img/call.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #85ff00;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgb(168 228 50 / 41%);
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}
/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle; line-height:45px;
}

.btntoTop {
	background-color: #a0daff;
	border: 2px solid #a0daff;
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #212121 none repeat scroll 0 0;
	border: 2px solid #212121;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
07 - HEADER TOP CSS
==================================================*/

.gauto-header-top-area {
	background: #020202 none repeat scroll 0 0;
	color: #eee;
	/*margin-bottom: 10px*/
}

.header-top-left {
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.header-top-left:before {
	position: absolute;
	background: #a0daff none repeat scroll 0 0;
	content: "";
	top: 0;
	right: 14%;
	width: 2030px;
	height: 100%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	z-index: -1;
}

.header-top-right {
	text-align: right;
	padding: 10px 0;
}

.header-top-left p {
	position: relative;
    top: 1px;
    font-size: 13px;
    color: #606060;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.header-top-left p i {
	width: 23px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	background: #fff none repeat scroll 0 0;
	color: #020202;
	border-radius: 50%;
	margin: 0 2px;
}

.header-top-right>.dropdown {
	display: inline-block;
}

.header-top-right>.dropdown button {
	background: transparent;
	color: #eee;
	border: medium none;
	padding: 0;
	cursor: pointer;
}

.header-top-right>.dropdown .dropdown-menu.show {
	border-radius: 0;
	border: medium none;
	background: #020202 none repeat scroll 0 0;
	color: #fff;
	margin: 0;
	left: auto !important;
	right: 0;
	padding: 0;
	min-width: 130px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.header-top-right>.dropdown .dropdown-menu li {
	padding: 5px 10px;
	border-bottom: 1px solid #444;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer
}

.header-top-right>.dropdown .dropdown-menu li:hover {
	background: #2e2e2e none repeat scroll 0 0;
}

.header-top-right>.dropdown .dropdown-menu li img {
	margin-right: 5px
}

.header-top-right>a {
	color: #eee;
	text-transform: capitalize;
	margin-right: 13px;
}


/*================================================
08 - MAIN HEADER CSS
==================================================*/

.gauto-main-header-area {
	padding: 5px 0; 
		
		width: 100%;
		z-index: -1000;
		background-color: rgba(245,248,254,0.7); border-bottom: solid 3px  rgba(190,190,190,0.7);
		
}

.header-promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-header-promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-promo-icon {
	font-size: 45px;
	margin-right: 10px;
}

.header-promo-info {
	color: #555;
}

.header-promo-info h3 {
	font-size: 20px;
	line-height: 30px;
	color: #001238;
	font-weight: 600;
	font-family: "Poppins";
}

.header-action {
	text-align: right;
}

.header-action a {
	display: inline-block;
	margin-top: 23px;
	text-align: center;
	padding: 5px 15px;
	background: #a0daff none repeat scroll 0 0;
	color:#020202;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.header-action a:before {
	/*position: absolute;*/
	/*background: #a0daff none repeat scroll 0 0;*/
	/*content: "";*/
	/*top: 0;*/
	/*left: -25px;*/
	/*width: 35%;*/
	/*height: 100%;*/
	/*-webkit-transform: skewX(45deg);*/
	/*transform: skewX(45deg);*/
	/*z-index: -1;*/
}

.header-action a i {
	margin-right: 2px
}


/*================================================
09 - MAINMENU CSS
==================================================*/

.gauto-mainmenu-area {
	background: #020202 none repeat scroll 0 0;
	border-bottom: 3px solid #363636
}

.mainmenu ul {
	text-align: center; margin-top:20px;
	  
}

.mainmenu ul li {text-align:left;
	display: inline-block; font-size: 15px;
	font-weight: 500;
	position: relative; padding:5px 10px;
}

.mainmenu ul li a {
	color: #020202;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
	color: #528eb4
}

.mainmenu ul li ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 330px;
	background: #fff none repeat scroll 0 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%;
    line-height: 2;
}

.mainmenu ul li ul li {
	display: block;
	border-bottom: 1px solid #eee;
}

.mainmenu ul li ul li:last-child {
	border-bottom: 0px solid #eee
}

.mainmenu ul li ul li a {
	color: #001238;
	padding: 2px 10px;
	display: block;
	font-size: 14px; font-weight:400;
}

.mainmenu ul li ul li a:hover {
	padding-left: 20px
}

.main-search-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 13px
}

.header-cart-box #dropdownMenu1 {
	border: medium none;
	background: url(../img/icon-cart.png/index.html)no-repeat scroll 0 0;
	cursor: pointer;
}

.header-cart-box #dropdownMenu1>span {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #ec3323 none repeat scroll 0 0;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	border-radius: 50%;
	right: -10px;
	top: -11px;
}

.cart-icon.dropdown-toggle:after {
	visibility: hidden !important
}

.search-box form {
	position: relative;
	background: #1a1a1a none repeat scroll 0 0;
	height: 40px;
	width: 100%;
	border-radius: 20px;
}

.search-box form input {
	position: absolute;
	left: 0;
	width: 100%;
	border: medium none;
	background: transparent;
	padding: 5px 10px;
	height: 100%;
	color: #eee
}

.search-box form button {
	position: absolute;
	right: 0;
	background: transparent;
	color: #eee;
	border: medium none;
	height: 100%;
	width: 22%;
	cursor: pointer;
}

.search-box {
	width: 100%;
	margin-left: 20px;
}

.dropdown-menu.cart-dropdown {
	left: auto;
	min-width: 320px;
	right: 0;
	padding: 20px;
	border-radius: 0 !important;
	top: 80px;
	margin-top: -1px
}

.login .dropdown {
	height: 80px;
	padding: 30px 0;
}

.header-cart-box .dropdown.show .cart-dropdown {
	left: auto !important;
	right: 0px !important;
	border-radius: 0px;
	padding: 20px 20px;
	min-width: 300px;
	margin-top: 45px;
	z-index: 99;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border: 3px solid #ddd;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.product-remove {
	float: right;
	font-size: 16px !important;
	color: #ec3323;
}

.cart-btn-pro-img {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
	width: 75px;
}

.cart-btn-pro-img>a {
	padding: 0 !important;
}

.cart-dropdown>ul.product_list>li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cart-btn-pro-cont h4,
.cart-btn-pro-cont h4 a {
	font-size: 17px;
	line-height: 30px;
	color: #001238;
	font-weight: 600;
	font-family: "Poppins";
	text-transform: capitalize;
}

.cart-btn-pro-cont p {
	color: #777;
	font-size: 14px;
}

.cart-btn-pro-cont span.price {
	color: #111;
	font-weight: 500;
}

.cart-subtotal p {
	color: #444;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
}

.cart-subtotal p span {
	color: #111;
	font-weight: 500;
	font-size: 16px
}

.cart-btn {
	text-align: center;
	background: #020202 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 15px auto 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cart-btn a {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 15px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}

.cart-btn:after {
	position: absolute;
	content: "";
	width: 66%;
	height: 100%;
	background: #ec3323 none repeat scroll 0 0;
	right: -36px;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cart-btn:hover {
	background: #ec3323 none repeat scroll 0 0;
}

.cart-btn:hover:after {
	background: #020202 none repeat scroll 0 0;
}


/*================================================
10 - MAIN SLIDER CSS
==================================================*/

.gauto-slider-area {
	position: relative
}

.slide-item-1 {
	background: url(../img/slider-1.jpg/index.html);
}

.slide-item-2 {
	background: url(../img/slider-2.jpg/index.html);
}

.gauto-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 640px;
}

.slider-content-holder {
	width: 100%;
	text-align: center
}

.slider-text {
	width: 60%;
	text-align: left;
}

.gauto-main-caption {
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
}

.gauto-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	color: #fff;
	font-size: 65px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	text-transform: capitalize;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: "Poppins";
}

.slider-text h2 span {
	color: #fff;
	font-style: italic;
	font-weight: 600
}

.slider-text p {
	color: #fff;
	font-size: 26px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.gauto-slide .owl-nav>.owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gauto-slide:hover .owl-nav>.owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 30px
}

.gauto-slide .owl-nav>.owl-next {
	visibility: hidden;
	-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gauto-slide:hover .owl-nav>.owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 30px
}

.gauto-slide .owl-prev {
	left: -30px;
	position: absolute;
	top: 45%;
}

.gauto-slide .owl-next {
	right: -30px;
	position: absolute;
	top: 45%;
}


/*================================================
11 - FIND AREA CSS
==================================================*/

.gauto-find-area {
	margin-top: -75px;
}

.find-box {
	background: #fff url(../img/find-box-bg.png) no-repeat scroll 0 0;
	padding: 30px;
	position: relative;
	z-index: 999;
	box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
}

.find-text {
	margin-top: 32px;
}

.find-text h3 {
	color: #606060;
	font-size: 33px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: "Poppins";
	line-height: 40px;
}

.find-form p input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.find-form p input:focus {

	border: 2px solid #a0daff
}

.find-form .nice-select {
	width: 100%;
	border: 2px solid #f0f0ff;
	height: 45px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 0
}

.find-form .nice-select .list {
	top: 100%;
	left: 0px;
	margin: 0px;
	min-width: 100%;
	border-radius: 0px;
}

.find-form form p {
	margin: 15px 0;
}

.datepicker {
	z-index: 9999
}

.datepicker {
	border: 2px solid #f0f0ff;
	margin-top: -5px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
	background: #ca3d26 none repeat scroll 0 0;
	color: #fff;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
	background: #ca3d26 none repeat scroll 0 0;
	color: #fff;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
	border: 2px solid #f0f0ff;
}

.text-primary,
.clockpicker-popover .popover-title {
	color: #ef4836;
}

.datepicker .row.header a {
	margin: 0 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}

.datepicker .day {
	font-size: 14px;
	text-align: center
}

.popover-title span {
	color: #ef4836
}

.popover-title .text-primary {
	color: #111 !important
}

.clockpicker input {
	font-size: 14px;
	color: #7c8a97
}

.clockpicker input:focus {
	box-shadow: 0 0 0 rgba(0, 123, 255, 0.25);
	border: 2px solid #f0f0ff;
	border-radius: 0
}
.book_fleet { padding:20px 10px; font-size:18px; font-weight:500;}
.best-price{ font-size:18px; font-weight:500; color:#277bb6;}


/*================================================
12 - ABOUT AREA CSS
==================================================*/

.about-left h1 {
	font-size:50px;
	color:#001238;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif
}

.about-left h2 {
	font-size: 31px;
	color: #415066;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.about-list ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	margin-top: 10px;
}

.about-list ul li {
	margin: 5px 0
}

.about-list ul li i {
	margin-right: 7px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 2px;
	background: #7cc2ef none repeat scroll 0 0;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.about-signature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.signature-left {
	width: 190px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 3px solid #f0f0ff;
}

.signature-right h3 {
	font-family: "Poppins";
	font-weight: 600;
	color: #001238;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.about-right {
	margin-top: 100px;
}


/*================================================
13 - SERVICE AREA CSS
==================================================*/

.gauto-service-area {
	background: #fbfbfd none repeat scroll 0 0;
	padding-bottom: 105px
}

.service-page-area {
	padding-bottom: 70px
}

.single-service {
	    height: 350px;
	padding: 50px 30px;
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
	box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
	margin: 30px 5px 5px 5px;
}
.service-page-area .single-service{
	margin: 30px 0 0 0;
}

.service-number {
	font-size: 55px;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 60px;
	height: 55px;
	font-weight: 500;
	line-height: 55px;
	color: rgba(35, 61, 92, 0.07);
	border-radius: 0 0 0 10px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.service-icon {
	width: 60px;
}

.service-text {
	margin-top: 25px;
}

.service-text h3 {
	font-size: 21px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.service-text a {
	color: #001238
}

.service-text a:hover,
.service-text h3:hover {
	color: #7cc2ef
}

.service-slider .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -40px
}

.service-slider .owl-dots .owl-dot {
	display: inline-block;
}

.service-slider .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #020202 none repeat scroll 0 0;
	border-radius: 0;
	display: block;
	height: 12px;
	margin: 5px 3px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 7px;
}

.service-slider .owl-dots .owl-dot.active span,
.service-slider .owl-dots .owl-dot:hover span {
	background: #a0daff none repeat scroll 0 0;
}


/*================================================
14 - PROMO AREA CSS
==================================================*/

.gauto-promo-area {
	position: relative; display:block; margin:0 auto;
	background: url(../../banner/car-cab-taxi-service-bg.jpg) no-repeat ; padding:50px 20px;
	z-index: 1;
}

.gauto-promo-area-2 {
	position: relative; display:block; margin:0 auto;
	background: url(../../banner/car-cab-taxi-service-road-rajkot.jpg) no-repeat ; padding:50px 20px;
	z-index: 1;
}


.gauto-promo-area-3 {
	position: relative; display:block; margin:0 auto;
	background: url(../../banner/wedding-cars-rental-in-rajkot-gujarat-india.jpg) no-repeat ; padding:50px 20px;
	z-index: 1;
}

.gauto-promo-area-4 {
	position: relative; display:block; margin:0 auto;
	background: url(../../banner/wedding-cars-rental-in-rajkot-gujarat-india.jpg) center -20px; no-repeat ; padding:20px 20px;
	z-index: 1;
}

/*.gauto-promo-area:after {
	
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1;
}*/

.promo-box-left { display:block; 
	
	
	padding-top: 0px; position:relative;
	padding-bottom: 10px;
}


.promo-box-left .pro-cart {
	 margin-top:30px;
}


.promo-box-right {
	padding: 30px 0
}

.promo-box-right .pro-car {
	padding: 50px 0
}

/*.promo-box-left:after {
	position: absolute;
	background: #a0daff none repeat scroll 0 0;
	content: "";
	top: 0;
	right: 55%;
	width: 2030px;
	height: 100%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	z-index: -1;
}

.promo-box-left:before {
	position: absolute;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 0;
	right: 43%;
	width: 70px;
	height: 100%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	z-index: -1;
}*/

.promo-box-right h3 {
	font-size: 34px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 50px;
}

.promo-box-right h2 {
	font-size: 37px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;

	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 700;
	line-height: 50px;
}

.promo-box-right h6 {
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 50px;
}

.promo-box-right h4 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 60px;
}

.promo-box-right h5 {
	font-size: 25px;
	color: #ccff00;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 35px;
}
/*================================================
15 - HOT OFFERS AREA CSS
==================================================*/

#offerTab {
	text-align: center;
	width: 100%;
	display: block;
	border: medium none;
	margin: 30px 0
}

#offerTab li {
	display: inline-block;
	margin: 0 5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border: medium none
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border: medium none
}

.nav-tabs .nav-link {
	border: medium none
}

#offerTab li.nav-item a.nav-link,
#offerTab li.nav-item a.nav-link.active {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 25px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

#offerTab li.nav-item a.nav-link:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: #020202 none repeat scroll 0 0;
	z-index: -1;
	-webkit-transform: skew(40deg);
	transform: skew(40deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

#offerTab li.nav-item a.nav-link:hover:after {
	background: #7cc2ef none repeat scroll 0 0;
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
}

#offerTab li.nav-item a.nav-link.active:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #7cc2ef none repeat scroll 0 0;
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
}

.single-offers {
	text-align: center;
	padding: 20px;
	border: 3px solid #f1f6fe;
	margin-top: 30px;
}

.offer-image {
	/*width:300px;*/
	margin: 0 auto;
	display: block;
}

.offer-image img {
	width: 100%;
}

.single-offers { background-color:#fdfdfd;}



.offer-action {
	text-align: center;
	background: #020202 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 25px auto 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.offer-action a {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 10px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	width: 47%;
}

.offer-action:after {
	position: absolute;
	content: "";
	width: 66%;
	height: 100%;
	background: #7cc2ef none repeat scroll 0 0;
	right: -36px;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.offer-action:hover {
	background: #7cc2ef none repeat scroll 0 0;
}

.offer-action:hover:after {
	background: #020202 none repeat scroll 0 0;
}

.offer-text {
	margin-top: 20px;
    text-align: center;
   /* padding: 0px 50px;*/
}

.offer-text h3 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.offer-text h4 {
	color: #020202;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 8px;
}

.offer-text h4 span {
	text-transform: capitalize;
	color: #e5ba00;
	font-size: 16px;
}

.offer-text ul {
	text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-text ul li {
	/*display: inline-block;*/
	font-size: 15px; font-weight:600; line-height:36px;
	
}

.offer-text ul li i {
	 padding-right:15px;
	color: #001238
}



.offer-text02 {
	margin-top: 20px;
    text-align: center;
   /* padding: 0px 50px;*/
}

.offer-text02 h3 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.offer-text02 h4 {
	color: #020202;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 8px;
}

.offer-text02 h4 span {
	text-transform: capitalize;
	color: #e5ba00;
	font-size: 16px;
}

.offer-text02 ul {
	text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-text02 ul li {
	/*display: inline-block;*/
	font-size: 16px; font-weight:600;
	
}

.offer-text02 ul li i {
	 padding-right:15px;
	color: #001238
}


/*================================================
16 - TESTIMONIAL AREA CSS
==================================================*/

.gauto-testimonial-area {
	position: relative;
	background: url(../../banner/taxi-car-cab-service-any-time-in-india.jpg) no-repeat fixed 0 0/cover;
	z-index: 1;
	padding-bottom: 30px
}

.gauto-testimonial-area:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	z-index: -1;
}

.gauto-testimonial-area .site-heading h2 {
	color: #fff
}

.single-testimonial {
	background: #fff none repeat scroll 0 0;
	padding: 30px;
	margin-top: 30px;
	height: 300px;
}

.testimonial p{ width:80%; margin: 0 auto}


.testimonial-text {
	position: relative;
}

.testimonial-text:after {
	position: absolute;
	content: "\f10e";
	color: #001238;
	font-size: 80px;
	font-family: Fontawesome;
	top: 34%;
	left: 35%;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.testimonial-meta {
	margin-top: 30px;
}

.client-image {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	float: left;
}

.client-image img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 50%;
}

.client-info h3 {
	font-family: "Poppins";
	font-weight: 600;
	color: #001238;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.client-info {
	overflow: hidden;
}

.client-info p {
	color: #d3ab00;
}

.testimonial-slider .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -40px
}

.testimonial-slider .owl-dots .owl-dot {
	display: inline-block;
}

.testimonial-slider .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	display: block;
	height: 12px;
	margin: 5px 3px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 7px;
}

.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
	background: #7cc2ef none repeat scroll 0 0;
}


/*================================================
17 - DRIVER AREA CSS
==================================================*/

.gauto-driver-area {
	padding-bottom: 70px;
}

.single-driver {
	margin-top: 30px
}

.driver-img-details img {
	width: 100%
}

.driver-image {
	position: relative;
	overflow: hidden;
}

.driver-image img {
	width: 100%
}

.driver-image .hover {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 111
}

.driver-image .hover .social-icon li+li {
	margin-top: 10px;
	display: block
}

.driver-image .hover .social-icon li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ec3323;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.driver-image .hover .social-icon li a:hover {
	background-color: #001238
}

.driver-image .hover .social-icon li:nth-child(1) {
	position: absolute;
	top: 20px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.driver-image .hover .social-icon li:nth-child(2) {
	position: absolute;
	top: 60px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.driver-image .hover .social-icon li:nth-child(3) {
	position: absolute;
	top: 110px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.driver-image .hover .social-icon li:nth-child(4) {
	position: absolute;
	top: 160px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(1) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(2) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(3) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(4) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.driver-image {
	position: relative
}

.driver-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.driver-text {
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	padding: 15px 15px;
}

.driver-text h3 {
	font-size: 22px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.driver-text a {
	color: #001238
}

.driver-text a h3:hover {
	color: #7cc2ef
}

.driver_page .pagination-box-row {
	text-align: center;
}

.load-more {
	text-align: center;
	margin-top: 20px
}

.load-more a.gauto-btn {
	color: #000000;
	margin-bottom: 0
}

.load-more a.gauto-btn:hover {
	color: #fff
}


/*================================================
18 - CALL AREA CSS
==================================================*/

.call-box {
	background: url(../img/footer-bg.jpg)no-repeat scroll 0 0/cover;
	text-align: center;
	border-radius: 5px;
	position: relative;
	padding: 50px 0;
	z-index: 1
}

.call-box-inner {
	width: 70%;
	margin: 0 auto;
}

.call-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1;
	border-radius: 5px
}

.call-box h2 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 50px;
}

.call-box h2 span {
	color: #ec3323
}

.call-box-inner p {
	color: #b6b6b6;
}

.call-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call-icon {
	font-size: 50px;
	margin-right: 30px;
	color: #fff;
}

.call-text {
	text-align: left;
}

.call-text p {
	text-transform: capitalize;
	color: #e04639;
	font-size: 17px;
	margin-bottom: 5px;
}

.call-text h4 {
	color: #eee;
	font-size: 20px;
	letter-spacing: 2px
}

.call-text h4 a {
	color: #eee
}


/*================================================
19 - BLOG AREA CSS
==================================================*/

.single-blog {
	border: 3px solid #f0f0ff;
	margin-top: 30px
}

.blog-text {
	padding: 15px 20px;
}

.blog-text h3 {
	font-size: 18px;
    color: #001238;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 500;min-height: 45px
}

.blog-text h3 a {
	color: #001238;    text-transform: capitalize;
}

.blog-text h3 a:hover {
	color: #7cc2ef
}

.blog-meta-home {
	padding-top: 15px;
	border-top: 3px solid #f0f0ff;
}

.blog-image img {
	width: 100%
}

.blog-meta-home {
	padding-top: 15px;
	border-top: 3px solid #f0f0ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-meta-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-meta-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.blog-meta-right p {
	margin-left: 15px;
}

.blog-meta-right p i {
	margin-right: 5px;
	color: #7cc2ef
}

.gauto-blog-page-area {
	padding-top: 40px
}

.blog-page-left .blog-text h3 {
	font-size: 24px
}

.blog-text ul {
	margin-bottom: 20px;
}

.blog-text ul li {
	/*display: inline-block;*/
	margin-right: 10px;
}

.blog-text ul li i {
	margin-right: 5px;
	color: #7cc2ef;
}

.blog-text ul li a {
	color: #111;
}

.blog-text a.gauto-btn {
/*	color: #ec3323*/
color:#000;
}

.blog-text a.gauto-btn:hover {
	color: #000;
}

.blog-text a.gauto-btn {
color:#000;
	margin: 20px 0 0 0;
}

.blog-page-right .sidebar-widget {
	margin-top: 30px;
	margin-bottom: 0;
}
.blog-page-right .recent-text h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 1px;
}

.my_bottom {
    border-top: 5px solid #288fc4;
}
.my_bottom-001 { background-color:#dcddde; height:11px;
    /*border-top: 11px solid #dcddde;*/ box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}
/*================================================
20 - FOOTER AREA CSS
==================================================*/
.gauto-footer-area{ position: relative; background: url(../../banner/taxi-car-sevice-provider-rajkot.jpg) no-repeat scroll 0 0/cover; width:100%; margin: 0 auto} 


.footer-top-area { position: relative;
	padding: 50px 0 0;
	
	
	    background-position: center;
	z-index: 1;
}

.footer-top-area:after {
	position: relative;
	content: "";
	
	z-index: -1;
}

.single-footer {
	clear: both;
	color: #e7e7e7
}

.quick-links {
	float: left;
	width: 45%;
}

.footer-logo {
	margin-bottom: 15px;
}


.footer-logo{padding-top:20px 0px 10px 10px;  }
.footer-logo h1{font-size:60px; line-height:30px; letter-spacing:1px; color:#6ca7fb; font-weight:700; padding-top:20px;  }

.footer-logo h1 span{font-size:18px; color:#7db9e7; display:block; word-spacing:5px; font-weight:600; margin-top:15px;}

.footer-logo h1 a{ color:#6ca7fb; }

.footer-logo h1 span a{color:#7db9e7; }



.single-footer h3,
.footer-address h3 {
	font-size: 17px;
	color: #eee;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
}

.single-footer>h3:after,
.footer-address>h3:after {
	position: absolute;
	content: "";
	bottom: -13px;
	width: 18%;
	height: 2px;
	background: #7cc2ef;
	left: 0;
}


.single-footer li a {
	color: #e7e7e7;
	
}

.single-footer li a:hover {
	color: #edd056;
}

.quick_links {
	overflow: hidden
}

.quick-links li a {
	color: #e7e7e7;
	
}

.quick-links li a:hover {
	color: #edd056;
}

.footer-address {
	margin-top: 30px;
	color: #e7e7e7;
}

.newsletter_box {
	margin-top: 30px
}

.newsletter_box form {
	width: 230px;
	height: 40px;
	background: #222;
	position: relative;
	border-radius: 5px
}

.newsletter_box form input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #272727;
	height: 100%;
	border: medium none;
	padding: 5px 10px;
	color: #eee;
	border-radius: 5px
}

.newsletter_box form button {
	position: absolute;
	border: medium none;
	background: transparent;
	right: 10px;
	height: 100%;
	color: #ec3323;
	cursor: pointer;
}

.footer-post-image {
	width: 70px;
	float: left;
	margin-right: 10px;
}

.footer-post-image img {
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.footer-post-text {
	overflow: hidden;
}

.single-footer-post {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.footer-post-text h3 {
	color: #eee;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 23px;
	font-weight: normal;
}

.footer-post-text h3 a {
	color: #aaaeb1
}

.footer-post-text h3 a:hover {
	color: #eee
}

.footer-post-text p {
	color: #e97369;
	font-style: italic;
	font-size: 13px;
}

.footer-bottom-area {
	padding: 20px 0;
	/*background: #020202;*/
	border-top: 1px solid #333;
	    margin-top: 50px;
}

.copyright p {
	color: #aaa;
	font-size: 14px;
	text-transform: capitalize;
}

.copyright p i {
	color: #a0daff;
	margin: 0 2px;
}

.copyright p a {
	color: #aaa
}

.footer-social ul {
	text-align: left; margin-top:20px;
}

.footer-social ul li {
	display: inline-block;
	margin-left: 10px;
}

.footer-social ul li a {
	display: block;
	color: #eee;
	font-size: 27px;
}

.footer-social ul li i a {
	display: block; 
	color: #eee;
	
}
/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.about-page-left h4 {
	font-size: 20px;
	color: #7cc2ef;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
}

.about-page-left h3 {
	font-size: 36px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 45px;
}

.about-page-left p span {
	color: #111;
	text-transform: capitalize;
}

.about-page-left p {
	margin: 0 0 10px
}

.about-page-call { margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-call-icon {
	font-size: 60px;
	margin-right: 30px;
	color: #ec3323;
}

.page-call-icon i { margin-left: 20px;}

.call-info h3 {
	text-transform: capitalize ;
	color: #f3f3f3;
	font-size: 21px; font-weight:700;
	margin-bottom: 5px;
}

.call-info h4 {
	color: #fece3a;
	font-size: 30px;
	letter-spacing: 2px; font-weight:700;
}

.call-info h4 a {
	color: #fece3a;
}


.gauto-about-promo {
	padding-bottom: 50px;
	background: #fbfbfd none repeat scroll 0 0
}

.about-promo-text {
	text-align: center;
	width: 80%;
	margin: 0 auto; padding:40px 20px 30px 20px;
}

.about-promo-text h3 { padding-top:40px;
	font-size: 36px;
	color: #ec3323;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 30px;
}

.about-promo-text h3 span {
	color: #000;
}

.about-promo-image {
	margin-top: 20px;
}


/*================================================
22 - SERVICE DETAILS CSS
==================================================*/

.sidebar-widget {
	margin-bottom: 30px
}

.sidebar-widget:last-child {
	margin-bottom: 0
}

.service-menu {
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.service-menu li {
	margin-bottom: 5px;
}

.service-menu li:last-child {
	margin-bottom: 0
}

.service-menu li a {
	display: block;
	padding: 10px 20px;
	background: #fff none repeat scroll 0 0;
	color: #001238;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}

.service-menu li a span {
	margin-left: 5px
}

.service-menu li.active a,
.service-menu li a:hover {
	color: #7cc2ef;
	padding-left: 25px
}

.brochures {
	text-align: center;
	background: #020202 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 25px auto 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.brochures:after {
	position: absolute;
	content: "";
	width: 62%;
	height: 100%;
	background: #ec3323 none repeat scroll 0 0;
	right: -36px;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.brochures a {
	display: inline-block;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	width: 47%;
}

.brochures a i {
	margin-right: 5px
}

.brochures:hover {
	background: #ec3323 none repeat scroll 0 0;
}

.brochures:hover:after {
	background: #020202 none repeat scroll 0 0;
}

.service-page-banner {
	background: url(../img/find-box-bg.png) no-repeat scroll 0 0/cover;
	padding: 30px;
	text-align: center;
	color: #fff;
}

.service-page-banner>h3 {
	font-size: 28px !important;
	color: #fff !important;
	letter-spacing: 1px !important;
	margin-bottom: 15px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif !important;
	font-weight: 600 !important;
	line-height: 40px !important;
}

.service-page-banner a {
	margin-bottom: 0;
	border-color: #fff;
	margin-top: 20px
}

.service-page-banner a:before,
.service-page-banner a:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #fff;
	box-sizing: border-box;
	border-style: solid;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-page-banner a:hover {
	color: #ec3323;
	background-color: #fff;
	border-color: #fff;
}

.service-page-banner a:hover:before,
.service-page-banner a:hover:after {
	border-color: #fff;
}

.service-details-right h3,
.sidebar-widget h3 {
	font-size: 30px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 45px;
}

.service-details-right p {
	margin: 0 0 10px
}

.pad-right-sm {
	padding-right: 7px
}

.pad-left-sm {
	padding-left: 7px
}

.service-details-image {
	margin-top: 10px
}

.service-details-list ul {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.service-details-list li {
	margin: 5px 0;
}

.service-details-list li i {
	    color: #7cc2ef;
    margin-right: 10px;
}

.service-accordion {
	margin-top: 20px
}

.service-accordion h3,
.sidebar-widget h3 {
	font-size: 20px
}

.Tags-catagory {
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #001238;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	color: #ec3323
}

.single_faq_accordian {
	margin-top: 10px;
}

.faq_accordian_header>a {
	display: block;
	text-align: left;
	padding: 15px 15px 15px 85px;
	background: #020202 none repeat scroll 0 0;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.faq_accordian_header>a:hover,
.faq_accordian_header>a:focus {
	background: #020202 none repeat scroll 0 0;
	color: #fff;
	outline: medium none
}

.faq_accordian_header>a:after {
	position: absolute;
	content: "\f056";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:after {
	position: absolute;
	content: "\f055";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
}

.faq_accordian_header>a:before {
	position: absolute;
	content: "";
	top: 0;
	width: 13%;
	height: 101%;
	left: -26px;
	background: #ec3323;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:before {
	position: absolute;
	content: "";
	top: 0;
	width: 13%;
	height: 101%;
	left: -26px;
	background: #ec3323;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}

.faq_accordian_body {
	padding: 10px;
}


/*================================================
23 - CAR LISTING CSS
==================================================*/

.sidebar-widget form p input {
	width: 100%;
	border: 2px solid #fff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sidebar-widget form p .nice-select {
	width: 100%;
	border: 2px solid #fff;
	height: 45px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 0;
	margin-bottom: 10px
}

.sidebar-widget form p input:focus {
	border: 2px solid #ec3323;
}

.sidebar-widget form {
	background: #f4f4f5 none repeat scroll 0 0;
	padding: 15px;
}

.sidebar-widget form p {
	margin-bottom: 10px
}

.sidebar-widget form p:last-child {
	margin-bottom: 0
}

.sidebar-widget form p .nice-select.open .list {
	width: 100%
}

.sidebar-widget form p button {
	margin-top: 20px;
	background: #fff none repeat scroll 0 0
}

.property-page-heading {
	border: 0px solid #f0f0ff;
	padding: 7px 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.propertu-page-shortby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.propertu-page-shortby .nice-select {
	background-color: #f4f4f5;
	border-radius: 0;
	border: solid 0px #e8e8e8;
	width: 200px
}

.propertu-page-head {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.propertu-page-head ul li {
	display: inline-block;
	margin-right: 10px;
}

.propertu-page-head ul li.active a {
	color: #111;
}

.paging_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.propertu-page-head ul li a:hover,
.paging_status p {
	color: #111;
}

.propertu-page-shortby label {
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 10px;
	color: #111;
	font-size: 14px;
}

.propertu-page-shortby label i {
	margin-right: 5px;
}


/*================================================
24 - CAR BOOKING CSS
==================================================*/

.gauto-car-booking{
	background:#fbfbfb none repeat scroll 0 0
}

.rental-tag {
	display: inline-block;
	padding: 5px 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: #ec3323;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.car-booking-right h3 {
	font-size: 30px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 45px;
}

.car-booking-right h4 {
	color: #020202;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 0px;
	display: inline-block;
}

.car-booking-right h4 span {
	text-transform: capitalize;
	color: #ec3323;
	font-size: 16px;
}

.price-rent {
	display: inline-block;
	margin-right: 15px;
}

.car-rating {
	display: inline-block;
}

.car-rating ul {
	display: inline-block;
}

.car-rating ul li {
	display: inline-block;
	margin-right: 1px;
	color: #ffcd00;
}

.car-rating p {
	display: inline-block;
	margin-left: 5px;
	color: #001238;
	text-transform: capitalize;
}

.price-rating {
	margin-bottom: 20px;
}

.car-features ul {
	width: 32%;
	float: left;
	margin-top: 20px;
}

.car-features ul li {
	margin: 5px 0;
}

.car-features ul li i {
	margin-right: 5px;
	color: #ec3323;
}

.single-booking h3,
.booking-right h3 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0ff
}

.single-booking form label {
	display: block;
	color: #001238;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
}

.single-booking form p {
	margin-top: 15px
}

.single-booking form p input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-booking form p textarea {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 120px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-booking form p .nice-select {
	width: 100%;
	border: 2px solid #f0f0ff;
	height: 45px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 0;
}

.single-booking form p input:focus {
	border: 2px solid #ec3323
}

.single-booking {
	margin-bottom: 30px;
}

.single-booking:last-child {
	margin-bottom: 0px;
}

.gauto-payment .payment {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.gauto-payment .payment input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.gauto-payment .payment label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #020202;
	font-weight: 500;
}

.gauto-payment .payment .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.gauto-payment .payment .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked~.check {
	border: 3px solid #ec3323;
}

input[type="radio"]:checked~.check:before {
	background: #ec3323;
}

input[type="radio"]:checked~label {
	color: #ec3323;
}

.payment img {
	float: right;
	margin-top: 15px;
}

.action-btn {
	text-align: right
}

.action-btn a.gauto-btn {
	color: #ec3323;
	margin: 30px 0 0 0
}

.action-btn a.gauto-btn:hover {
	color: #fff;
}


/*================================================
25 - GALLERY CSS
==================================================*/

.gauto-gallery-area {
	padding-top: 40px;
	padding-bottom: 60px
}

.single-gallery {
	position: relative;
	display: block;
	margin-top: 30px;
	z-index: 6;
}

.single-gallery .img-holder {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 5;
}

.single-gallery .img-holder img {
	width: 100%;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.single-gallery .overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.78);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 700ms ease 100ms;
	transition: all 700ms ease 100ms;
}

.single-gallery .overlay-content .inner-content {
	display: table;
	width: 100%;
	height: 100%;
}

.single-gallery .overlay-content .inner-content .title-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
	transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
	-webkit-transition: all 300ms ease 100ms;
	transition: all 300ms ease 100ms;
}

.title-box h3 {
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.single-gallery .overlay-content .inner-content .title-box h3 a {
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.single-gallery .img-holder .link-zoom-button {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	display: block;
	background: transparent;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
	transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 300ms ease 200ms;
	transition: all 300ms ease 200ms;
	z-index: 3;
}

.single-gallery .img-holder .link-zoom-button .single-button {
	position: relative;
	display: block;
	width: 50%;
	float: left;
}

.single-gallery .img-holder .link-zoom-button .single-button a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	font-weight: 500;
	background: #ec3323;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.single-gallery .img-holder .link-zoom-button .single-button {
	position: relative;
	display: block;
	width: 50%;
	float: left;
}

.single-gallery .img-holder .link-zoom-button .single-button a.zoom {
	color: #ffffff;
	background: #131313;
}

.single-gallery:hover .img-holder img {
	-webkit-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
}

.single-gallery:hover .overlay-content {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.single-gallery:hover .overlay-content .inner-content .title-box {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all 700ms ease 500ms;
	transition: all 700ms ease 500ms;
}

.single-button a span {
	margin-right: 5px
}

.single-gallery:hover .img-holder .link-zoom-button {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 700ms ease 800ms;
	transition: all 700ms ease 800ms;
}


/*================================================
26 - PRODUCT PAGE CSS
==================================================*/

.product_search {
	width: 100%;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	padding: 0 !important;
	height: 50px;
	position: relative;
	border-radius: 5px 0 0 5px;
}

.product_search input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: transparent;
}

.product_search button {
	position: absolute;
	right: 0;
	border: medium none;
	height: 100%;
	width: 20%;
	color: #fff;
	cursor: pointer;
	background: #001238 none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 0 5px 5px 0px;
}

.product-page-left .sidebar-widget h3 {
	font-size: 18px
}

.top-products {
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.top-products li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff none repeat scroll 0 0;
	overflow: hidden
}

.top-products li:last-child {
	border-bottom: 0px solid #ddd
}

.recent-img {
	margin-right: 15px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	font-size: 17px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 600;
}

.recent-text h4 a {
	color: #001238;
}

.recent-text p,
.product-title p {
	color: #ec3323;
	font-weight: 500;
}

.product-image img {
	width: 100%
}

.product-text {
	padding-top: 15px;
}

.product-text h3 {
	font-size: 18px;
	color: #001238;
	letter-spacing: 1px;
	margin: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.product-text h3 a {
	color: #001238;
}

.product-text {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-action a {
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}

.product-action a:hover {
	background: #ec3323 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ec3323
}

.product-item {
	margin-bottom: 30px;
}


/*================================================
27 - PRODUCT DETAILS PAGE CSS
==================================================*/

.product-details-image {
	text-align: center;
}

.product-details-image img {
	width: 100%;
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.product-details-text h3 {
	font-size: 30px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 45px;
}

.single-pro-page-para {
	margin: 20px 0;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.single-shop-price>p input {
	border: 1px solid #ddd;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px 10px;
	width: 80px;
}

.single-shop-price p span {
	color: #ec3323;
}

.single-shop-page-btn a.gauto-btn {
	color: #ec3323;
	margin: 0;
}

.single-shop-page-btn a.gauto-btn:hover {
	color: #fff;
}

.single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.single-shop-page-btn ul {
	margin-left: 30px;
}

.single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px
}

.single-shop-page-btn ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.single-shop-page-btn ul li a:hover,
.gauto-cart-close a:hover {
	background: #ec3323 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ec3323
}

.gauto-related-products .product-item {
	margin-top: 30px;
	margin-bottom: 0
}


/*================================================
28 - CART PAGE CSS
==================================================*/

.cart-table-left h3,
.order-summury-box h3 {
	font-size: 22px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 45px;
}

.cart-table-left thead {
	background: #f4f4f5 none repeat scroll 0 0;
	border: medium none;
}

.cart-table-left thead th {
	border: medium none;
	color: #001238;
}

.gauto-cart-preview {
	width: 115px;
	height: 100px;
	text-align: center;
}

.gauto-cart-preview img {
	width: 100%;
	height: 100%
}

.table th,
.table td {
	vertical-align: baseline;
	border-top: 0px;
	border-bottom: 1px solid #f0f0ff;
}

.cart-table-left table td p {
	color: #001238;
	text-transform: capitalize;
}

.gauto-cart-quantity>input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 70px;
}

.gauto-cart-close {
	text-align: center;
}

.gauto-cart-total {
	font-weight: 500;
}

.gauto-cart-close a {
	color: #333;
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.cart-clear a {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	color: #001238;
	margin-right: 15px;
}

.cart-clear {
	margin-top: 20px
}

.cart-clear a:last-child {
	margin-right: 1px;
}

.cart-clear a:hover {
	color: #ec3323
}

.order-summury-box {
	padding: 30px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.order-summury-box table {
	width: 100%;
}

.order-summury-box table tr {
	border-bottom: 1px solid #ddd;
}

.order-summury-box table tr:last-child {
	border-bottom: 0px solid #ddd;
}

.order-summury-box table td {
	padding: 10px 0;
	color: #001238;
}

.checkout-action {
	text-align: right;
	margin-top: 30px
}

.checkout-action a.gauto-btn {
	color: #ec3323;
	margin: 0
}

.checkout-action a.gauto-btn:hover {
	color: #fff;
}


/*================================================
29 - CHECKOUT PAGE CSS
==================================================*/

.checkout-left-box h3 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0ff;
}

.checkout-left-box form .checkout-form {
	margin-top: 15px;
}

.checkout-left-box form input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.checkout-left-box form textarea {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 135px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.checkout-left-box form input:focus {
	border: 2px solid #ec3323;
}

.checkout-left-box form label {
	color: #001238
}


/*================================================
30 - BLOG DETAILS PAGE CSS
==================================================*/

.single-blog-page .blog-text {
	    color: black;
    text-align: justify;
    font-size: 15px;
}

.single-blog-page .blog-text p {
	margin: 0 0 10px;
}

.single-blog-page .single-blog {
	border: 0px solid #f0f0ff
}

.blog-content-img {
	margin-bottom: 15px
}

.single-blog-page blockquote {
	margin: 30px 0;
	position: relative;
}

.single-blog-page blockquote .quote-inner {
	border-left: 2px solid #ddd;
	margin-left: 25px;
	padding-left: 60px;
	position: relative;
}

.single-blog-page blockquote .quote-icon {
	background-color: #ffffff;
	border: 2px solid #e9f2f7;
	border-radius: 50%;
	color: #d2dae0;
	font-size: 16px;
	height: 35px;
	left: -18px;
	line-height: 32px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
}

.single-blog-page blockquote .quote-text {
	color: #001238;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	position: relative;
}

.gauto-comment-list,
.gauto-leave-comment {
	margin-top: 50px;
}

.gauto-comment-list h2,
.gauto-leave-comment h2 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.main-comment {
	font-size: 14px;
	padding: 30px 0 0 90px;
	position: relative;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
	border: 6px solid #e6e6e6;
}

.comment-info h4 {
	font-size: 16px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.comment-info a {
	color: #001238;
	font-style: italic;
}

.comment-info a:hover {
	color: #ec3323
}

.comment-info a i {
	margin-right: 5px
}

.single-comment-box.reply-comment {
	padding-left: 100px;
}

.gauto-leave-comment form input {
	width: 45%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 10px 15px 10px 0px;
}

.gauto-leave-comment form textarea {
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	margin: 10px 0;
	color: #111;
	width: 93%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.gauto-leave-comment form input:focus,
.gauto-leave-comment form textarea:focus {
	border: 2px solid #ec3323
}

.gauto-leave-comment .gauto-theme-btn {
	width: auto;
	margin-top: 20px
}


/*================================================
31 - NOTFOUND PAGE CSS
==================================================*/

.notfound-box {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.notfound-box h2 {
	font-size: 130px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 130px;
}

.notfound-box h3 {
	font-size: 30px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 40px;
}

.notfound-box a.gauto-btn {
	margin: 30px 0 0 0;
	color: #ec3323;
}

.notfound-box a.gauto-btn:hover {
	color: #fff
}


/*================================================
32 - LOGIN PAGE CSS
==================================================*/

.gauto-login-area {
	background: #fbfbfd none repeat scroll 0 0;
}

.login-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	width: 40%;
}

.login-page-heading {
	padding-bottom: 20px;
}

.login-page-heading i {
	font-size: 22px;
	margin-right: 5px;
	color: #ec3323;
}

.login-page-heading>h3 {
	font-family: "Poppins";
	font-weight: 600;
	color: #001238;
	font-size: 25px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
}

.login-page-box>form {
	margin-top: 30px;
}

.account-form-group {
	height: 45px;
	margin-bottom: 15px;
	position: relative;
}

.account-form-group>input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px 5px 60px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.account-form-group i {
	border-right: 2px solid #f0f0ff;
	color: #b7b7b7;
	font-size: 16px;
	height: 100%;
	left: 0;
	line-height: 45px;
	margin-right: 5px;
	padding-right: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 48px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.login-box button.gauto-theme-btn {
	margin: 20px 0 0 0;
	width: auto;
	display: inline-block;
}

.login-page-box button:hover {
	background: #212121 none repeat scroll 0 0
}

.login-sign-up {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #f0f0ff;
}

.login-sign-up>a {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	color: #001238;
}

.login-sign-up>a:hover {
	color: #ec3323
}

.login-page-box .remember {
	margin-left: 0 !important;
}

.remember-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-meta p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.remember-row .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.remember-row .checkbox.signup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.lost-pass a {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	color: #001238;
	margin-right: 15px;
}

.lost-pass a:hover {
	color: #ec3323;
}

.checkbox label {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	color: #001238;
}

@-webkit-keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@-webkit-keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.checkbox-spin {
	display: none;
}

.checkbox-spin+label span {
	display: inline-block;
	width: 25px;
	height: 16px;
	margin: 0 10px -3px 0;
}

.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	width: 16px;
	width: 16px;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 16px;
	height: 16px;
	height: 1rem;
	background: #fff none repeat scroll 0 0;
	border: 2px solid #dbdbdb;
}

.checkbox-spin+label span:after {
	z-index: 0;
	border: none;
}

.checkbox-spin:checked+label span:before {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	background: #ec3323;
	border: 1px solid #ec3323;
}


/*================================================
33 - CONTACT PAGE CSS
==================================================*/

.contact-left h3,
.contact-right h3 {
	font-size: 24px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.contact-left {width: 96%; float:left;}

.contact-left form input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 10px 15px 10px 0px;
}

.contact-left form textarea {
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	margin: 10px 0;
	color: #111;
	width: 100%;
	height: 135px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-left form input:focus,
.contact-left form textarea:focus {
	border: 2px solid #a0daff;
}

.single-contact-field button.gauto-theme-btn {
	width: auto;
	display: inline-block;
	margin-top: 20px
}

.contact-details p i {
	color: #7cc2ef;
	margin-right: 5px;
}

.single-contact-btn {
	display: inline-block;
	margin-right: 10px;
	margin-top: 25px;
}

.single-contact-btn h4,
.social-links-contact h4 {
	font-size: 16px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 600;
}

.single-contact-btn a {
	display: inline-block;
	padding: 10px 16px;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #010101;
	font-weight: 500;
	background: #a0daff none repeat scroll 0 0;
	border-radius: 4px;
}

.single-contact-btn a:hover {
	background: #001238 none repeat scroll 0 0;
	    color: whitesmoke;
}

.social-links-contact {
	margin-top: 30px;
}

.social-links-contact ul li {
	display: inline-block;
	margin: 0 2px;
}

.social-links-contact ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.social-links-contact ul li a:hover {
	    background: #a0daff none repeat scroll 0 0;
    color: #000;
    border: 1px solid #a0daff;
}

.container {
    max-width: 1200px;
}
.load-more01 {
    /* text-align: center; */
    margin-top: 20px;
}
.load-more01 a.gauto-btn {
    color: #000000;
    margin-bottom: 0;
}
.load-more03 {
     text-align: center; 
    margin-top:40px;
}
.load-more03 a.gauto-btn {
    color: #000000;
    margin-bottom: 0;
}



.service-page-area01 .single-service01 {
    margin: 30px 0 0 0;
}
.service-number01 {
    font-size: 55px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 80px;
    height: 55px;
    font-weight: 500;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.07);
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-icon01 {  margin:10px auto;
    width: 30%;
}


.service-icon01 img { margin:0 auto;
    width: 100px;
}
. iconic-box { padding-bottom:30px; display:block;}

.single-service01 {
    
    padding: 20px 20px; display: block;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  
    box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 6%);
    margin: 30px 5px 5px 5px;
 
}

.service-text01 { padding-bottom:20px;
    margin: 25px auto;
}
.service-text01 a {
    color: #001238;
}



.service-text01 h3 {
    font-size: 18px; line-height:30px;
    color: #5e7393;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /*display: inline-block;*/
    text-transform: capitalize;
    font-family:'Montserrat',sans-serif;
    font-weight: 600; padding-bottom:10px;
}



.service-text01 p { 
    font-size: 14px;
    color: #001238;
    letter-spacing: 0.2px;
 
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    font-family: "Poppins";
    font-weight: 400; 
}


.connect video{
	width: 100%;
}
.cokm{
	background-color: #000;
	width: 100%;
	height: 100%;
}
.justify-item-center {
    justify-content: center;
}
.hmn{
	padding-top: 77px;
}
p.onrol{
	display: flex;
}
p.onrol i{
	    margin-top: 6px;
    margin-right: 10px;
}
ul.dobul li i {
	margin-right: 10px;
}
.btn-primary {
    color: #000;
    background-color: #a0daff;
    border-color: #a0daff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(255 207 0);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #ffe885;
    border-color: #ffe885;
}
a.white{
	color: #fff!important;
}
.promo-box-right a.gauto-btn {
    margin-bottom: 0;
    color: #fff;
}
h5.ullu{
	color: #000;
    padding-bottom: 10px;
}

.amnman{
	justify-content: center;
}

.single-driver:hover{
        box-shadow: 0px 0px 13px #a0daff;
    border-radius: 10px;
}
.single-service01:hover {
    border: 3px solid #c9e8f9; background-color:#dff4ff;
}
ul.dobul li a{
    color:#fff;
}
 strong.high {
    color: #4fafec;
    font-weight: 700; word-spacing:0.5;
}
.single-blog:hover {
    border: 3px solid #a0daff;
}
.single-blog-page .single-blog01 {
    border: 0px solid #f0f0ff;
}
.single-blog01 {
    border: 3px solid #f0f0ff;
    margin-top: 30px;
}
.about-page-right img {
    width: 100%;
    height: 306px;
    /* height: 22%; */
}
.offer-image a img:hover {
    /* width: 105%; */
    /* padding: 65px; */
    transform: scale(1.3);
}
.single-service01 .service-call{ margin:0px auto !important; 
    text-align: center; 
    position: absolute;
    bottom: 30px;
    
}
.service-call a{
    color: #000;
    /*background: #000;*/ margin:0px auto !important;
    padding: 5px 20px;
    font-weight: 500; 
}



.single-service01 .service-call-2{ margin:0px auto !important; 
    text-align: center; border:solid 2px #ecf4fb; padding:10px 20px; color:#666666; font-size:21px; bottom:20px;  
   }


.single-service01 .service-call-2 a{ color:#006699; 
    text-align: center; 
   
}

.service-details-right ul li{
      list-style-type: revert;  
}
.service-details-right ol li{
      list-style-type: revert;  
}
i.fa.fa-user-o {
    font-size: 16px;
    padding-right: 6px;
    color: #7cc2ef;
}
.blog-text h1{
    font-size: 36px;
    margin-bottom: 10px;
    color:#000;
}
.blog-text h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-text h2 strong{
    color:#000;
}
.blog-text h2 {
    margin-bottom: 10px;
    margin-top: 25px;
}
b, strong {
    font-weight: bolder;
    /*color: #000000;*/
}
.blog-text a{
        color: #000000;
    font-weight: 500;
}

.diffrent img{
    	width: 100%;
    	text-align:center;
}






.btn01 {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #222;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn01 span {
  position: relative; 
  z-index: 1;
}
.btn01:hover {
   color:#000;
}

.btn01:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #a0daff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn01:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.diffrent {
    margin-top: 150px;
}

.header-action a:hover{
    border:1px solid #000;
}
.fl-text{
    
}
.fl-text h1{
    position: absolute;
    top: 35%;
    right: 15%;
    color: #a0daff;
    z-index: 999;
    font-size: 53px; 
}
.fl-text h1 span{
    color: #fff;
}
.single-service01

a.color-th {
    cursor: pointer!important;
    color: #a0daff!important;
}

.welcome_box { padding-bottom: 60px; }
.welcome_box .site-heading { width: 100%; text-align: left; }
.welcome_box p { padding-bottom: 20px; }

.welcome_box .load-more01 { margin-top: 0px; }
.on-content { padding-top: 35px; }
.on-content p { margin: 0px; padding: 0px 0px 20px; }
.on-content .div-text-on { display: none; }


.feet_sec { padding: 50px 0; }
.feet_sec h2 { font-size: 30px; font-weight: 700; color: #333 }
.feet_sec h3 { font-size: 24px; font-weight: 700; color: #333 }
.feet_sec h4 { font-size: 22px; font-weight: 700; color: #333 }

.feet_sec p{ font-size: 15px; }

.content-feet ul { margin:0px; padding: 0px;  }
.content-feet ul li { list-style: none; font-size: 15px; color: #333; }

.top_feet_contemt { padding-bottom: 20px; }

.gallery_sec  { padding: 0px 0px 40px; }
.gallery_sec .gallery_img {width: 100%; height: 200px;}
.gallery_sec .gallery_img img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
.gallery_sec .col-md-4:nth-child(n+4) { margin-top: 30px; }

.content-feet ul { margin: 0px 0px 25px; padding: 0px; }
.content-feet ul li { font-size: 16px; background: url(../img/arrow.png) no-repeat 0px 6px; background-size: 10px; padding-left: 22px; }

.hire_btn  { margin-bottom: 0; }
.hire_btn a {    background: #ffd600;    height: 45px;    display: block;    width: 100%;    text-align: center;    padding: 10px 0;    color: #000000;    font-size: 16px;    border-radius: 5px;    text-decoration: none !important;}
.hire_btn a span {    display: inline-block;    background: url(../img/car-icon.png) no-repeat 0px 3px;    padding: 0px 10px 4px 64px;    background-size: 51px;}

.services-nav hr { width: 40px; border: none; height: 3px; background: #000; border-radius: 5px; margin: 0px 0px 15px; }
.services-nav  { background: #f2f2f2; border-radius: 5px; padding: 20px 25px; margin-top: 20px; }
.services-nav ul { margin: 0px; padding: 0px; }
.services-nav ul li { list-style: none; }
.services-nav ul li a{ display: block; color: #333; font-size: 16px;  padding: 3px 0; text-decoration: none;}

.content-feet { padding-right: 40px; }

.tabBox { margin-bottom: 40px; }
.tabBox ul.tabs { margin: 0px; padding: 0px; display: flex; }
.tabBox ul.tabs li { list-style: none; list-style: none; background: none; margin: 0px; padding: 0px;}
.tabBox ul.tabs li a{ display: block; padding: 14px 20px; border: #f0f0f0 solid 1px;    background-color: #EBEBEB;    color: #666; font-size: 16px;  text-decoration: none;}
.tabBox ul.tabs li.active a{ background:#f8f8f8; border-bottom:#f0f0f0 solid 1px; }
.tabBox .padd_blk { padding: 20px; background: #f8f8f8;}
.tabBox table { width: 100% !important; background: #fff; border: #d5d5d5 solid 1px; }
.tabBox table tr td{ padding: 10px 20px; }
.tabBox table tr + tr { border-top: #ccc solid 1px; }
.tabBox table tr:nth-child(2n) { background: #f2f2f2; }


.feet_sec  p { margin: 0px; padding: 0px 0px 10px; }
.feet_sec h2 { margin: 0px; padding: 0px 0px 15px; }
.feet_sec h3 { margin: 0px; padding: 0px 0px 15px; }
.feet_sec h4 { margin: 0px; padding: 0px 0px 15px; }




.contact_us_top {    margin-top: 40px; margin-bottom: 40px;}
.contact_midd {    padding: 80px 0; background:url(../img/t-bg.jpg) no-repeat;}
.contact_midd .padd_blk { 	display: block;	height: 100%;	background: #fff;	padding: 40px 20px;	border-radius: 11px; 
		text-align: center;	-webkit-box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);	-moz-box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);	box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);}
.contact_midd h4 {    text-transform: uppercase;    color: #171e54;    font-weight: 600;	}

.contact_midd  span.icon_blk {    display: table;    width: 80px;    height: 80px;    background: #171e54;    border-radius: 100%;    margin: 0 auto 20px;}
.contact_midd i.fa {    font-size: 37px;    color: #fff;    padding: 23px 0 0;}
.business_sec .padd_blk.frst-box li:nth-child(9) {  background: #4c840e;  color: #fff;}
.business_sec .hide_dv {  visibility: hidden;}
.zindex {	z-index: 1;}
.dealership_sec { position: relative;	border-radius: 8px;	background: #fff;	padding: 40px;	-webkit-box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);	-moz-box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);	box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);}
.dealership_sec h3, .dealership_sec p  { text-align:center;}
.dealership_sec h3 { margin:0px; padding:0px 0px 10px;     color: #7eaf45;}
.dealership_sec p { font-weight:300; text-align:center; padding:0px 0px 20px; margin:0px;}
.dealership_sec {    max-width: 900px;    margin: 60px auto 40px;}
.dealership_sec input[type="text"], .dealership_sec input[type="email"], .dealership_sec input[type="tel"], .dealership_sec select {
    width: 100%;    height: 45px;    border: #ccc solid 1px;    border-radius: 5px;   box-shadow: 1px 3px 9px rgba(0,0,0,0.1);    padding: 0 20px;}
.dealership_sec  .wpcf7-form-control-wrap { display: block; margin-bottom: 20px }
.dealership_sec h3 {    font-size: 30px;    font-weight: 700;    color: #333;    margin: 0 0 23px;}	

 .dealership_sec textarea{
    width: 100%;    height: 45px;    border: #ccc solid 1px;    border-radius: 5px;   box-shadow: 1px 3px 9px rgba(0,0,0,0.1);    	  height: 100px; padding: 20px}
.dealership_sec  .wpcf7-form-control-wrap { display: block; margin-bottom: 20px; }

.dealership_sec  span.wpcf7-spinner {    position: absolute;    left: 0;}

.choose_box { display: none }

.form_db { padding: 50px 0; clear: both; }
.form_db .container { max-width: 1000px; margin: auto; padding: 40px; box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.5); }


.header-top-left:before { background: no-repeat; }
.header-top-left p { font-size: 18px; }
.header-top-left p a { color: #fff;  }
.header-top-left p i {    position: relative;    top: -2px;}
.header-top-right .footer-social { float: right;}

.header-top-right .top-social { float: right;}

.top-social ul {
	text-align: left; 
}

.top-social ul li {
	display: inline-block;
	margin-left: 10px;
}

.top-social ul li a {
	display: block;
	color: #eee;
	font-size: 18px;
}

.top-social ul li i a {
	display: block; 
	color: #eee;
	
}



body {
 overflow-x: hidden;
}

.accordion {
 /*padding: 4rem;*/
}

summary {
 display: block;
 margin: 0 auto;
 cursor: pointer;
 background: #eceff1;
 padding: 1rem 2rem;
}

details {
 display: block;
 margin: 0 auto;
 width: 100%;
 margin-bottom: 1rem;
}

details p {
 margin: 1rem auto;
 translate: 2rem 0;
}

summary > * {
 display: inline;
}


.header-widget-area {
    display: none;
}
   @media only screen and (max-width: 991px) {
      
.header-widget-area>.bottom-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
    height: 60px;
    background: rgb(255 255 255 / 87%);
    padding:10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    display: block;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
       
        .header-widget-area {
            display: block !important;
        }
        .header-widget-area .btn-get-started {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            height: 37px;
            font-size: 12px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 5px 12px;
            border-radius: 4px;
            transition: 0.5s;
            color: #fff;
            background: #F58220;
        }
        
        .header-widget-area .btn-get-started i{margin-right:5px;}
        .header-widget-area .btn-get-started.blue {
            background: #0a6aa3;
        }
        .btn-whatsapp {
           
          
            height: 37px;
            width: 37px;
            font-size: 12px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 5px 12px;
            border-radius: 4px;
            transition: 0.5s;
            color: #fff;
            background: #9ec419;
        }
        .header-widget-area .btn-get-started:hover {
            background: -webkit-linear-gradient(55deg, #3f38ad, #333185);
        }
        .form-inquiry {
            padding: 8px !important;
        }
    }



.quick-alo-phone {

    position: fixed;
    background-color: 

    transparent;
    width: 82px;
    height: 64px;
    left: 0;
    top: 65%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;

}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {    border-color: #76e876;    opacity: 0.5;}
.quick-alo-ph-circle {    position: absolute;    width: 160px;    height: 160px;    top: 50px;    left: 50px;    border: 2px solid #76e876;    background-color: transparent;    border-radius: 100%;    opacity: .1;    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;    transition: all .5s;    transform-origin: 50% 50%;}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {    background-color: rgb(246, 202, 98);    opacity: .75 !important;}
.quick-alo-ph-circle-fill {    position: absolute;    width: 100px;    height: 100px;    top: 80px;    left: 80px;    background-color: rgba(62, 232, 80, 0.5);    border-radius: 100%;    border: 2px solid transparent;    opacity: .1;    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;    transition: all .5s;    transform-origin: 50% 50%;}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {    background-color: #76e876;}
.quick-alo-ph-img-circle {    position: absolute;    width: 60px;    height: 60px;    top: 100px;
    left: 100px;    background: #2aab38 url(../../images/whatsapp-icon.png)   no-repeat center center;
    border-radius: 100%;    border: 2px solid transparent;    opacity: .99;    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;    transform-origin: 50% 50%;}
.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {    background-color: #ff0101;}
@-moz-keyframes quick-alo-circle-anim {
    0% {        -moz-transform: rotate(0) scale(.5) skew(1deg);        opacity: .1;        -moz-opacity: .1;        -webkit-opacity: .1;        -o-opacity: .1    }
    30% {        -moz-transform: rotate(0) scale(.7) skew(1deg);        opacity: .5;        -moz-opacity: .5;        -webkit-opacity: .5;        -o-opacity: .5    }
    100% {        -moz-transform: rotate(0) scale(1) skew(1deg);        opacity: .6;        -moz-opacity: .6;        -webkit-opacity: .6;        -o-opacity: .1
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {        -webkit-transform: rotate(0) scale(.5) skew(1deg);        -webkit-opacity: .1    }
    30% {        -webkit-transform: rotate(0) scale(.7) skew(1deg);        -webkit-opacity: .5    }
    100% {        -webkit-transform: rotate(0) scale(1) skew(1deg);        -webkit-opacity: .1    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {        -o-transform: rotate(0) kscale(.5) skew(1deg);        -o-opacity: .1    }
    30% {        -o-transform: rotate(0) scale(.7) skew(1deg);        -o-opacity: .5    }
    100% {        -o-transform: rotate(0) scale(1) skew(1deg);        -o-opacity: .1    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {        -moz-transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
    50% {        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);        opacity: .2    }
    100% {        -moz-transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {        -webkit-transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
    50% {        -webkit-transform: rotate(0) scale(1) skew(1deg);        opacity: .2    }
    100% {        -webkit-transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {        -o-transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
    50% {        -o-transform: rotate(0) scale(1) skew(1deg);        opacity: .2    }
    100% {        -o-transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {        transform: rotate(0) scale(1) skew(1deg)    }
    10% {        -moz-transform: rotate(-25deg) scale(1) skew(1deg)    }
    20% {        -moz-transform: rotate(25deg) scale(1) skew(1deg)    }
    30% {        -moz-transform: rotate(-25deg) scale(1) skew(1deg)    }
    40% {        -moz-transform: rotate(25deg) scale(1) skew(1deg)    }
    50% {        -moz-transform: rotate(0) scale(1) skew(1deg)    }
    100% {        -moz-transform: rotate(0) scale(1) skew(1deg)    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {        -webkit-transform: rotate(0) scale(1) skew(1deg)    }
    10% {        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)    }
    20% {        -webkit-transform: rotate(25deg) scale(1) skew(1deg)    }
    30% {        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)    }
    40% {        -webkit-transform: rotate(25deg) scale(1) skew(1deg)    }
    50% {        -webkit-transform: rotate(0) scale(1) skew(1deg)    }
    100% {        -webkit-transform: rotate(0) scale(1) skew(1deg)    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {        -o-transform: rotate(0) scale(1) skew(1deg)    }
    10% {        -o-transform: rotate(-25deg) scale(1) skew(1deg)    }
    20% {        -o-transform: rotate(25deg) scale(1) skew(1deg)    }
    30% {        -o-transform: rotate(-25deg) scale(1) skew(1deg)    }
    40% {        -o-transform: rotate(25deg) scale(1) skew(1deg)    }
    50% {       -o-transform: rotate(0) scale(1) skew(1deg)    }
    100% {        -o-transform: rotate(0) scale(1) skew(1deg)    }
}
@-moz-keyframes fadeInRight {
    0% {        opacity: 0;        -webkit-transform: translate3d(100%, 0, 0);        -ms-transform: translate3d(100%, 0, 0);        transform: translate3d(100%, 0, 0)    }
    100% {        opacity: 1;        -webkit-transform: none;        -ms-transform: none;        transform: none    }
}
@-webkit-keyframes fadeInRight {
    0% {        opacity: 0;        -webkit-transform: translate3d(100%, 0, 0);        -ms-transform: translate3d(100%, 0, 0);        transform: translate3d(100%, 0, 0)    }
    100% {        opacity: 1;        -webkit-transform: none;        -ms-transform: none;        transform: none    }
}
@-o-keyframes fadeInRight {
    0% {        opacity: 0;        -webkit-transform: translate3d(100%, 0, 0);        -ms-transform: translate3d(100%, 0, 0);        transform: translate3d(100%, 0, 0)    }
    100% {        opacity: 1;        -webkit-transform: none;        -ms-transform: none;        transform: none    }
}



@media(max-width:767px) {
.phone.quick-alo-phone {    transform: scale(0.66);    top: 68%;    left: -58px;}


}

@media only screen and (min-width: 861px) and (max-width:980px) {
.header-top-right{display:none!important;}
  .call-us-btn1{position:absolute; top: -85px; background:url(../img/car-icon.png) no-repeat left center ; z-index:100;
    left:200px;}  
    .gauto-breadcromb-area {
    margin-top: 140px !important;}
     .diffrent {margin-top:140px !important;}   
}

@media only screen and (min-width: 769px) and (max-width:800px) {
 
  .header-top-right{display:none!important;}
  .call-us-btn1{position:absolute; top: -85px;
    left:200px;}  
    .gauto-breadcromb-area {
    margin-top: 140px !important;}
     .diffrent {margin-top:140px !important;}   

}


@media only screen and (min-width: 801px) and (max-width:860px) {

    .header-top-right{display:none!important;}
  .call-us-btn1{position:absolute; top: -85px;
    left:200px;}  
    .gauto-breadcromb-area {
    margin-top: 140px !important;}
     .diffrent {margin-top:140px !important;}  
    
}
@media only screen and (min-width: 641px) and (max-width:768px) {
    .header-top-right{display:none!important;}
  .call-us-btn1{position:absolute; top: -85px;
    left:200px;}  
    .gauto-breadcromb-area {
    margin-top: 140px !important;}
     .diffrent {margin-top:140px !important;}
}
@media only screen and (min-width: 601px) and (max-width: 640px) {
 .call-us-btn1{position:absolute; top: -85px;
    left:200px;}   
    .header-top-right{display:none!important;}
    .diffrent {margin-top:63px !important;}

.gauto-breadcromb-area{margin-top:63px !important;}
}

@media only screen and (min-width: 500px) and (max-width: 550px){
 .call-us-btn1{position:absolute; top: -85px;
    left:120px;}
    .header-top-right{display:none!important;}
    .diffrent {margin-top:63px !important;}

.gauto-breadcromb-area{margin-top:63px !important;}
}

@media only screen and (max-width: 480px){ 
    .call-us-btn1{position:absolute; top: -75px;
    left:80px;}
    
    
    .header-top-right{display:none!important;}

.diffrent {margin-top:63px !important;}

.gauto-breadcromb-area{margin-top:63px !important;}
}



.s-btn{color:#000; background: transparent;}

.h-btn{ margin-top:21px;}

.offer-action1 {    width: 100%;
    overflow: hidden;}

.offer-action1 a{margin-right:10px;}

.offer-action1 .gauto-btn{padding: 5px 15px;}

.section_71 .service-call{ bottom:0;}


.section_71 .single-service01{height: unset;border: 1px solid; padding:20px;}

/*.section_71 .single-service01 .service-call{position: unset;}*/

/*.section_71 .single-service01 p{ min-height:200px;}

.section_71 .single-service01 h3{min-height:65px;}*/

.div-text-on h3{ margin-bottom:15px;}

.qauto-promo-area1{ width:100%; background:#03253f; padding:10px 0px; display:block; margin:0px auto}

.qauto-promo-area1 .padd_blk {display: block; margin:50px auto 50px auto;
    background: #fff;
    border-radius: 11px; 
		text-align: center;	-webkit-box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);	-moz-box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%);	box-shadow: 3px 11px 26px -4px rgb(0 0 0/30%); 
    padding: 20px;
  
}

.qauto-promo-area1 .padd_blk h3 {
    font-size:23px;
    color:#004478;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 10px;
}

.qauto-promo-area1 .padd_blk p {
    font-size: 16px;
    line-height: 24px;color:#7c8a97; font-weight:500;
}

.qauto-promo-area1 .icon_img {
    display: block;
    margin: 0 0 12px;
}

.testimonials{background: url(../../images/santosh-travel-g-pay.jpg) right center  no-repeat ;/*hsl(0, 0%, 100%)*/;
    border: 3px solid #a0daff;
    box-shadow: 5px 5px 0 hsl(0deg 0% 0% / 7%);
    padding:30px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;}
	
	.testimonials h3{font-size: 27px;
    color: #657390;font-weight: 600;
    line-height: 45px; margin-bottom: 15px;}


.feature-1{background: url(../../banner/car-cab-service.png) right center  no-repeat hsl(0, 0%, 100%);
    border: 3px solid #a0daff;
    box-shadow: 5px 5px 0 hsl(0deg 0% 0% / 7%);
    padding:30px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;}
    
.feature-1 h3{font-size: 27px;
    color: #657390;font-weight: 600;
    line-height: 45px; margin-bottom: 15px;}
    
.checked {
    color: #1468e1;
}

.testimonial-item p { color: #222; padding-top:12px;float: left;}

.feature-1 ul{ margin-top:30px;}

.feature-1 ul li{ margin-bottom:20px;font-size:18px;}


.feature-1 ul li a{color:#001238;}

.feature-1 ul li span{color:#001238;font-weight: 600;}

.feature-1 ul li i{ margin-right:10px;  font-size:20px;}

.feature-1 ul li.icon-one i{background: #001238;
    color: #fff;
    width: 40px;
    height: 40px;
    TEXT-ALIGN: CENTER;
    line-height: 40px;
    border-radius: 100px;}
    
    .feature-1 ul li.icon-two i{background:#1bd741;
    color: #fff;
    width: 40px;
    height: 40px;
    TEXT-ALIGN: CENTER;
    line-height: 40px;
    border-radius: 100px;}
    
  .icon-two .fa-whatsapp  { font-size:28px;}
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq {
	position:relative;
	padding-top:0px;
}

.faq .site-heading h2{margin-bottom: 50px;}
.faq-bg {

	padding-top:100px;
	padding-bottom:100px;
}
.faq .faq-list {
	padding: 0;
	font-family: "Poppins";
	list-style: none;
	color:#000000;
}
.faq .faq-list li {
	background:#fff;
	padding-left:20px;
	padding-top:15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;border: 1px solid #a0daff;
}
.faq .faq-list .question {
	display: block;
	position: relative;
	font-family: "Poppins";
	font-size:18px;
	line-height: 24px;
	padding-left:35px;
	cursor: pointer;
	color: #000000;
	transition: 0.3s;
}
.faq .faq-list i {
	font-size: 22px;
	position: absolute;
	left: 0;
	color:#000;
	top:0px;
}
.faq .faq-list p {
	margin-bottom: 0;
	font-family: "Poppins";
	padding: 10px 0 0 25px;
	font-size:17px; color:#7c8a97;
}
.faq .faq-list .icon-show {
	display: none;
}
.faq .faq-list .collapsed {
	color: black;
}
.faq .faq-list .collapsed:hover {
}
.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
	display: none;
	transition: 0.6s;
}
 @media (min-width: 1280px) {
 .faq .container {
 padding: 0 120px;
}
}

.sec-3{ padding-top:40px;padding-bottom:40px;}

.sec-3 ul{ margin-bottom:30px;}


.sec-3 h4{color:#001238; font-size:25px;margin-bottom:15px;}

.sec-3 p{padding-bottom:15px;color:#7c8a97; line-height:30px;}


.blog-text{text-align:center;}

.breadcromb-box h1{ font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform:capitalize;
    font-family: "Poppins";
    font-weight: 600;}
    
.about-page-area h2{color:#000; font-family: "Poppins";margin-bottom: 15px;}

.sec-3 h3{color:#000;margin-bottom: 15px; font-family: "Poppins";}

.faq h3{color:#000; margin-bottom: 20px; font-family: "Poppins";}

.sec-3 ul li{list-style: disc;
    margin-left: 18px; font-size: 16px;
    line-height: 40px;color: #000;}

.travel-box{ text-align:center; padding-bottom:40px;}

.travel-box h3{font-size: 25px;
    color: #001238;
    font-weight: 700;padding-top:20px;padding-bottom:20px;}
    
.travel-box img{width: 80%}

.luxury-box{text-align:center; padding-bottom:40px;}

.luxury-box h3{font-size: 20px;
    color: #001238;
    font-weight: 700;padding-top:20px;padding-bottom:20px;}
    
.on-content h2{color: #000;padding-bottom:20px;}

.form-control{ margin-bottom:15px;}

#summary div.collapse:not(.show) {
    height:180px !important;
    overflow: hidden;
    display: block;
  
}

#summary div.collapsing {
    min-height: 180px !important;
}
#summary a{ font-size:0px;}
#summary a.collapsed:after  {
    content: '+ Read More'; font-size:15px;
}

#summary a:not(.collapsed):after {
    content: '- Read Less';font-size:15px;
}


.carousel .carousel-item {
	color: #fff;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	min-height: 200px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 10px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;  margin-bottom:15px;
	color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
.carousel-indicators li.active {		
	background: #888;		
}

.gauto-testimonial-area .site-heading h3{color: #fff;}


@media only screen and (max-width:991px){
    
.phone.quick-alo-phone{ display:none;}

.footer-bottom-area{ padding-bottom:90px;}

}


.footer-bottom1 .mobile-nav {
    background:#333;
    position: fixed;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.bloc-icon {
    display: block;
    color: #fff;    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.bloc-icon:hover,.bloc-icon:focus{ color: #fff;}

.mobile-nav img {
    margin-bottom: 10px;
    margin-top: 12px;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.footer-bottom1 {
    display: block;
}

@media screen and (min-width: 800px){
.footer-bottom1 {
    display: none;
}
}

.footer-bottom-area .container{padding-left:0px;padding-right:0px;}

.accordion-button{width: 100%;
    text-align: LEFT;
    background: #fff;
    border: none;
    line-height: 25px;
    padding: 10px;
    font-size: 15px;}
    
.show .card-body{border-top: 1px solid #ccc;}
    
.accordion-item{border: 1px solid #ccc;background: #f7f7f7;margin-bottom:25px;}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color:#000;
  position: absolute;
  top: 50%;
  border: 1px solid $border-color;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 20px);  
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 2;
  border-radius: 0;

  &.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
  }

  &.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
  }

  &:hover {
    background-color: $theme-color;
    color: $title-color;
    border-color: transparent;
  }
}

.home3 {
  .slick-arrow:hover {
    color: $white-color;
  }
}

.arrow-margin {
  .slick-arrow {
    top: calc(50% - 30px);
  }
}

.slick-arrow i{ color:#fff;}


.arrow-wrap {
  .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }

  &:hover {
    .slick-arrow {
      opacity: 1;
      visibility: visible;
    }
  }
}


@include xl {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

@include ml {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

@include md {
  .slick-arrow {
    --icon-size: 56px;  
    margin-right: 10px;

    &.slick-next {
      margin-right: 0;
      margin-left: 10px; 
    }
  }

  .slick-dots {
    margin: 8px 0 38px 0;
  }
}

.icon-box {
  .slick-arrow {
    --icon-size: 55px;
    margin-right: 0;
    &:first-child {
      margin-right: 5px;
    }
  }
}
.slick-slide{height: auto!important;}
.footer-bottom1 .mobile-nav a{font-size:0px;}
.promo-box-right p{color:#fff;}


.header + .banner > .light-translucent-bg { border-top: none; }

.slider-banner-container .light-translucent-bg {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	bottom: 0;	
}
.slider-banner-container .dark-translucent-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	bottom: 0;
}
.slider-banner-container li .light-translucent-bg:after,
.slider-banner-container li .dark-translucent-bg:after {
	background-color: transparent;
}
.light-translucent-bg .separator-2 {
	background-color: #333;
}
.light-translucent-bg:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.5);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
	color: #f5f5f5;
}
.dark-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}
.dark-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}
.default-translucent-bg:after {
	background-color: rgba(232, 76, 61, 0.7);
}
.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
	color: #ffffff;
}
.default-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}
.default-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}
.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
	z-index: 3;
	position: relative;
}

.slideshow { margin-top:140px;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: solid 3px #999999;
}


/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
	width: 100%;
	position: relative;
}
.slider-banner>ul,
.slider-banner-2>ul,
.slider-banner-3>ul,
.slider-banner-fullscreen>ul {
	display: none;
}
.tp-loader.spinner0 {
	background: url("../images/loader.gif") no-repeat center center;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-animation: none;
	animation: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px; display:none;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	background-color: #666666;
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
}
.slideshow-boxed {
	padding: 20px 0 60px;
}
.slideshow-boxed .slider-banner-container {
	padding: 10px;
	background: #fff; 
	border: 1px solid #eaeaea;
}
.slideshow-boxed .tp-caption { 
	margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
	z-index: 5;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	color: #ffffff;
}

.default-2{
	background-color: rgba(0,0,0,0.3); opacity:0.7;
	filter: alpha(opacity=70); 
	color: #fff;
}


.default_bg {
	background-color: #b82525;
	color: #fff;
}
.white_bg {
	background-color: #ffffff;
	color: #333333;
}
.dark_gray_bg {
	background-color: #666666;
	color: #fff;
}
.light_gray_bg {
	background-color: #fafafa;
	color: #333;
	border: 1px solid #f3f3f3!important;
	border-left: none!important;
}
.tp-caption.small_thin_white {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000000;
}
.tp-caption.small_thin_dark {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
}
.tp-caption.large {
	font-size: 36px;
	padding: 0px 15px;
}
.tp-caption.medium {
	font-size: 22px;
	padding: 2px 10px;
}
.tp-caption.small {
	font-size: 14px;
	padding: 5px;
}
.tp-caption.black,
.tp-caption .btn.black,
.tp-caption .btn.black:hover {
	color: #333333;
}
/* Large devices (Large desktops less than 1199px) */
@media (max-width:1199px) {
	.tp-caption {
		margin-left: 20px !important;
	}
}

/* Revolution Nav Controls */
.tparrows.round {
	background-image: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	top: 50% !important;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.tparrows.round:before {
	font-family: 'fontello';
	font-size: 24px;
	content: '\e87c';
	line-height: 52px;
	display: inline-block;
}
.tparrows.round.tp-rightarrow:before {
	content: '\e87d';
}
.tparrows.round:hover {
	color: #ffffff;
	background-color: #e84c3d;
}
.slideshow-boxed .slider-banner-container .tparrows {
	opacity: 0;
	filter: alpha(opacity=0);
}
.slideshow-boxed .slider-banner-container:hover .tparrows {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tp-bullets {
	z-index: 100;
}
.tp-bullets.simplebullets.round .bullet {
	background-image: none;
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	margin: 0 3px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.bullets-with-bg + .tp-bullets.preview4 {
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px 15px;
	bottom: -6px !important;
	border-radius: 3px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #e84c3d;
}
.tp-bannertimer {
	background-image: none;
	background-color: rgba(138, 4, 28, 0.7);
	z-index: 100;
	display: none;
}
.slideshow-boxed .tp-bullets {
	bottom: -33px !important;
}
.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
	padding: 7px 15px 2px;
	bottom: -45px !important;
}
.slideshow-boxed .slider-banner-container .tp-rightarrow {
	right: 10px !important;
}
.slideshow-boxed .slider-banner-container .tp-leftarrow {
	left: 10px !important;
}
.slideshow-boxed .tp-bullets.hidebullets {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.tparrows.preview2 {
	background-color: rgba(0,0,0,0.3);
	color: #ffffff;
}
.tparrows.preview2:hover {
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}
.tparrows.preview2:after {
	margin-top: -18px;
	left: 22px;
	color: #ffffff;
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 36px;
	line-height: 1;
}
.tp-rightarrow.preview2:after {
	content: "\f105";
	left: auto;
	right: 22px;
}
.tparrows.preview2:hover:after {
	color: #ffffff;
}
.tparrows.preview2 .tp-arr-titleholder {
	color: #ffffff;
	font-size: 16px;
}

/* Medium devices (phones, tablets, laptops) */
@media (min-width: 768px) and (max-width: 979px) {
	.tparrows.preview2:after {
		margin-top: -13px;
		left: 15px;
		font-size: 24px;
	}
	.tp-rightarrow.preview2:after {
		left: auto;
		right: 15px;
	}
}

@media (max-width: 767px) { 
	.tparrows.preview2 {
		display: none;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.tparrows,
	.tp-bullets {
		display: none;
	}
}

.tj-heading-style h1{ padding-bottom:30px;}

.tj-services{
	 background-color:#f6fafd;
	width:100%;
	padding:80px 0px 80px 0px;
}
.tj-services .tj-service-outer{   
	
	width:100%;
	margin:10px auto;
}
.service-item{ 
	float:left; 
	width:18%;
	
}
 .service-item img{ text-align:center; 
	
	width:70%; margin:0px  auto 10px  auto; padding:5px 0px;
}


.tj-service-outer  .service-info-box{ padding:15px; text-align:left;  
	 float:left; width:78%;   margin:0px auto 20px auto;
	
	
}
.service-info-box h4{
	font-family:'Montserrat',sans-serif;
	font-size:22px;
	line-height:22px;
	color:#444444;
	font-weight:600;
	margin:0px 0px 15px 0px;
}
.service-info-box p{
	font-size:15px;
	line-height:25px;
	color:#777777;
	font-weight:400;
	margin:0; font-family:'Montserrat',sans-serif;
}
.service-ad-box{
	float:left;
	border:1px solid #e7e7e7;
	padding:4px 4px;
	border-radius:4px;
}
.service-ad-box .fleet-box img{
	width:auto;
	height:auto;
}
.service-ad-box .fleet-box h4{
	font-size:23px;
}
.service-ad-box .fleet-box .ad-info{
	width:100%;
	float:left;
	text-align:center; padding:20px 0px;
}



.items-left {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);}
  
  
  .fa-facebook { font-size:18px; padding:2px 5px; color:#71d1fd}
  .fa-instagram { font-size:18px; padding:2px 5px; color:#ffb400}
  .fa-whatsapp { font-size:18px; padding:2px 5px; color:#3ef76e}
  .fa-youtube { font-size:18px; padding:2px 5px; color:#f58a8a}
  

  
  
  