@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap");

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ec3323; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #bd2214;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #eb102f;
}

::selection {
    color: #fff; 
    background: #eb102f;
}

:-moz-placeholder {
	color: #7c8a97;
}

::-moz-placeholder {
	color: #7c8a97;
}

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

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

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

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

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

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

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../../assets/loader.svg) center no-repeat #fff;
}

/* Globals */

form input {
	height: 45px;
	padding: 5px 10px;
}

form .form-text {
    color: #ec3323;
}

form textarea {
    padding: 18px;
}

form input,
form textarea {
	width: 100%;
	border: 2px solid #f0f0ff;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

form input:focus,
form textarea:focus {
	border: 2px solid #ec3323
}

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
}

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

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

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ec3323;
}

.nav-tabs {
	text-align: center;
	width: 100%;
	display: inline-block;
	border: medium none;
	margin: 30px 0;
}

.nav-tabs .nav-link {
	display: inline-block;
	margin: 0 5px;
}

@media(min-width:768px){
    .navbar {
        left: -23px;
    }
}

.nav-tabs .nav-item {
    display: inline-block;
}

.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;
}

.nav-tabs li.nav-item a.nav-link,
.nav-tabs 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;
}

.nav-tabs 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
}

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

.nav-tabs 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: #ec3323 none repeat scroll 0 0;
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
}


html,
body {
	height: 100%;
}

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

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;
}

/* End of globals */


/* Start styling */
body {
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	color: #69727b;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}


.brand-btn,
button.brand-flat-btn {
	color: #fff;
    background: #ec3323;
	border-width: 2px;
	border-style: solid;
	border-color: #ec3323;
	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;
}

.brand-btn:before,
.brand-btn:after,
button.brand-flat-btn:before,
button.brand-flat-btn:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #ec3323;
	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;
}

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

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

.brand-btn:hover:before,
.brand-btn:hover:after,
button.brand-flat-btn:hover:before,
button.brand-flat-btn:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #ec3323
}

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

button.brand-flat-btn {
	color: #ec3323;
	background: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #ec3323;
	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;
}

button.brand-flat-btn:before,
button.brand-flat-btn:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #ec3323;
	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;
}

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

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

button.brand-flat-btn:hover:before,
button.brand-flat-btn:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #ec3323
}

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

.site-heading {
	margin-bottom: 30px;
	width: 60%;
	margin: 0 auto;
	text-align: center
}

.site-heading h4 {
	font-size: 20px;
	color: #ec3323;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

.site-heading h2 {
	font-size: 40px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 600;
}

/* Page cover */
.page-cover {
    background-image: url(../img/bg-default.jpg);
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
	position: relative;
	z-index: 1;
    padding: 70px 0;
    text-align: center;
}

.page-cover:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
	z-index: -1;
}

.page-cover h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

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

.page-cover ul > li {
	display: inline-block;
	margin: 0 2px;
    color: #fff !important;
	font-size: 19px;
}

.page-cover ul > li > a {
	color: #fff
}

.page-cover ul > li > i {
    color: #ec3323;
}

/* Scroller */
.topScroller:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.topScroller {
	background-color: #ec3323;
	border: 2px solid #ec3323;
	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;
}

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

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

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

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

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

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

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

.header-top .header-top-left p {
	position: relative;
	top: 5px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
    margin: 0;
}

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

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

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

.header-top .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 .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 .header-top-right>.dropdown .dropdown-menu li:hover {
	background: #2e2e2e none repeat scroll 0 0;
}

.header-top .header-top-right>.dropdown .dropdown-menu li a {
    color: #fff;
}

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

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

/* Main header */
.header-main {
	padding: 15px 0;
}

.header-main .header-logo a img {
    width: 64%;
    margin-top: 5px;
}

.header-main .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;
}

.header-main .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;
}

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

.header-main .header-promo-icon img {
    margin-top: -13px;
    margin-left: -4px;
}

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

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


/* Header menu */
.header-menu {
	background: #020202 none repeat scroll 0 0;
	border-bottom: 1px solid #363636
}

.header-menu .navbar-nav .nav-link {
	color: #eee;
	display: block;
	padding: 20px 12px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.header-menu .navbar-nav .nav-link:hover,
.header-menu .navbar-nav .nav-link:active,
.header-menu .navbar-nav .nav-item.active > a {
	color: #ec3323
}

.header-menu .navbar form input {
    background: #1a1a1a;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.header-menu .navbar form button {
    background: transparent;
    border-radius: 0;
}


/* Home slider */
.slider-wrapper {
    position: relative;
    overflow: hidden;
}

.slider-wrapper .slider-item {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 640px;
}

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

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

.slider-wrapper .slider-content {
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
}

.slider-wrapper .slider-internal {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-wrapper .slider-text h2 {
	color: #fff;
	font-size: 65px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	line-height: 1.2;
	margin-bottom: 20px;
}

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

.slider-wrapper .owl-carousel .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)";
}

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

.slider-wrapper .owl-carousel .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)";
}

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

.slider-wrapper .owl-carousel .owl-prev {
	left: -30px;
	position: absolute;
	top: 45%;
}

.slider-wrapper .owl-carousel .owl-next {
	right: -30px;
	position: absolute;
	top: 45%;
}


/* Home finder */
.home-finder {
	margin-top: -75px;
}

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

.home-finder .finder-content {
	margin-top: 32px;
}

.home-finder .finder-content h3 {
	color: #fff;
	font-size: 33px;
	font-weight: 600;
	line-height: 40px;
    padding-right: 32px;
}


/* Home about */
.home-about {
    padding: 70px 0;
}

.home-about .about-left h4 {
    font-size: 20px;
    color: #ec3323;
    margin-bottom: 10px;
}

.home-about .about-left h2 {
	font-size: 40px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	font-weight: 600;
}

.home-about .about-list ul {
	margin-top: 10px;
    list-style: none;
    padding: 0;
}

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

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

.home-about .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;
}

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

.home-about .signature-right h3 {
	font-weight: 600;
	font-size: 20px;
	color: #001238;
	margin-bottom: 5px;
}

.home-about .about-right {
	margin-top: 30px;
}


/* Home services */
.home-services {
    background: #fbfbfd none repeat scroll 0 0;
	padding: 70px 0;
}

.home-services .single-service {
	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;
    margin: 30px 0 0 0;
}

.home-services .service-counter {
	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;
}

.home-services .service-icon {
	width: 60px;
}

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

.home-services .service-text h3 {
	font-size: 21px;
	font-weight: 600;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
}


/* Global promo block */
.promo-section {
	position: relative;
	background: url(../img/bg-promo.jpg) no-repeat fixed 0 0/cover;
	z-index: 1;
}

.promo-section:after {
	position: absolute;
	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-section .promo-col-left {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 50px;
}

.promo-section .promo-col-right {
	padding: 72px 0
}

.promo-section .promo-col-left:after {
	position: absolute;
	background: #ec3323 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-section .promo-col-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-section .promo-col-right h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 50px;
}


/* Cars and tabs */
.home-cars {
    padding: 70px 0;
}

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

.car-single .car-image {
	width: 235px;
	margin: 0 auto;
	display: block;
}

.car-single .car-image img {
	width: 100%;
}

.car-single .car-content {
	margin-top: 20px
}

.car-single .car-content h3 {
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 23px;
}

.car-single .car-content h4 {
	color: #020202;
	font-size: 18px;
	margin-top: 8px;
}

.car-single .car-content h4 span {
	color: #ec3323;
	font-size: 16px;
}

.car-single .car-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;
}

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

.car-single .car-action:after {
	position: absolute;
	content: "";
	width: 57%;
	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;
}

.car-single .car-action:hover {
	background: #ec3323 none repeat scroll 0 0;
}

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

.car-single .car-content ul {
	text-align: center;
	margin-top: 10px;
}

.car-single .car-content ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
}

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

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

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

.blog-content h3 {
    font-size: 18px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.blog-content h3 a {
	color: #001238;
}

.blog-content h3 a:hover {
	color: #ec3323
}

.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-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: #ec3323
}

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

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

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

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

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

.blog-content a.brand-btn {
	color: #ec3323
}

.blog-content a.brand-btn:hover {
	color: #fff;
}

.blog-content a.brand-btn {
	color: #ec3323;
	margin: 20px 0 0 0;
}

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


/* Footer */
footer .footer-up {
    padding: 50px 0;
    background: url(../img/bg-footer.jpg) no-repeat scroll 0 0/cover;
    position: relative;
    z-index: 1;
}

footer .footer-up:after {
    position: absolute;
    content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.90);
	z-index: -1;
}

footer .footer-col {
	clear: both;
	color: #aaaeb1
}

footer .footer-col ul {
    padding: 0;
    list-style: none;
}

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

footer .footer-col h3,
footer .footer-address h3 {
	font-size: 17px;
	font-weight: 600;
	color: #eee;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}

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

footer .footer-nav {
    column-count: 2;
	overflow: hidden;
}

footer .footer-nav > ul li a {
	color: #aaaeb1;
}

footer .footer-nav > ul li a:hover {
	color: #fff;
}

footer .footer-address {
	margin-top: 30px
}


footer .footer-letter {
	margin-top: 30px
}

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

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

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

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

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

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

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

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

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

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

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

footer .footer-down {
	padding: 20px 0;
	background: #020202;
	border-top: 1px solid #333;
}

footer .copyright p {
	color: #aaa;
}

footer .copyright p > a {
	color: #aaa
}

footer .footer-social ul {
	text-align: right;
}

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

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


/* About page */
.section-about {
    padding: 70px 0;
}

.section-about .about-col-left h4 {
	font-size: 20px;
	color: #ec3323;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

.section-about .about-col-left h3 {
	color: #001238;
	letter-spacing: 1px;
    margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

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

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

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

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

.section-about .call-info p {
    color: #ec3323;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-about .call-info h4 {
	color: #001238;
	font-size: 20px;
	letter-spacing: 2px;
}

.section-about .call-info h4 a {
	color: #001238;
}

/* FAQ page */
.faq-single {
	margin-top: 10px;
}

.faq-single .faq-header > a {
	display: block;
	text-align: left;
	padding: 15px 15px 15px 95px;
	background: #020202 none repeat scroll 0 0;
	color: #fff;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
    white-space: normal;
}

.faq-single .faq-header>a:hover,
.faq-single .faq-header>a:focus {
	background: #020202 none repeat scroll 0 0;
	color: #fff;
	outline: medium none;
    text-decoration: none;
    outline: none;
}

.faq-single .faq-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-single .faq-header>a.collapsed:after {
	position: absolute;
	content: "\f055";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
}

.faq-single .faq-header>a:before {
	position: absolute;
	content: "";
	top: 0;
	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-single .faq-header > a:before,
.faq-single .faq-header > a.collapsed:before {
	width: 97px;
}

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

.faq-single .faq-content {
    padding: 32px;
    font-size: 15px;
}


/* Car listing */
.sidebar-widget {
	margin-bottom: 30px
}

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

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

.service-page-banner>h3 {
	color: #fff !important;
	letter-spacing: 1px !important;
	margin-bottom: 15px !important;
	font-weight: 600 !important;
	font-size: 28px !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;
	font-weight: 600;
	line-height: 45px;
}

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

.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: #ec3323;
	margin-right: 5px;
}

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

.sidebar-widget form {
	background: #f4f4f5;
	padding: 15px;
}

/* List header */
.list-header {
	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;
}

.list-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.list-sort label i {
	margin-right: 5px;
}


/* Car booking */
.car-booking {
	background:#fbfbfb;
}

.car-booking .car-state {
    display: inline-block;
    padding: 5px 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    margin-bottom: 5px;
}

.car-booking .car-state.state-available {
    background: #4cc336;
}

.car-booking .car-state.state-blocked {
    background: #ce5148;
}

.car-booking .car-booking-entry 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;
	font-weight: 600;
	line-height: 45px;
}

.car-booking .car-booking-entry h4 span {
	color: #ec3323;
	font-size: 16px;
}

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

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

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

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

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

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

.car-booking .car-features ul {
	margin-top: 20px;
    padding: 0;
    list-style: none;
    column-count: 3;
    column-fill: auto;
    column-gap: 16px;
}

.car-booking .car-features ul > li {
    margin-right: 19px;
    margin-top: 10px;
}

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

/* Booking form */
.booking-form {
}

.booking-form h3 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0ff;
}

.booking-form .booking-payments {
    overflow: hidden;
}

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

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

.booking-form .booking-payments .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;
}

.booking-form .booking-payments .payment .checked {
	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;
}

.booking-form .booking-payments .payment .checked: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;
}

.booking-form .booking-payments .payment img {
	float: right;
	margin-top: 27px;
}

.booking-summary {
	padding: 30px;
	background: #f4f4f5;
}

.booking-summary h3 {
	font-size: 22px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
	line-height: 45px;
}

.booking-action {
    margin-top: 18px;
    margin-bottom: 20px;
}

.booking-action * {
    margin-left: 0;
    margin-right: 0;
}


/* 404 */
.nf {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.nf h2 {
	font-size: 130px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 600;
	line-height: 130px;
}

.nf h3 {
	font-size: 30px;
	font-weight: 600;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 40px;
}

/* Static page */
.section-page p {
    font-size: 15px;
}

.section-page h4 {
    margin-top: 11px;
    margin-bottom: 16px;
    font-size: 20px;
}


/* Page contact */
.contact-section h3 {
	font-size: 24px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 600;
}

.contact-section h4 {
	font-size: 16px;
	font-weight: 600;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
}

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

.contact-section .contact-item a {
	display: inline-block;
	padding: 10px 16px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 500;
	background: #ec3323 none repeat scroll 0 0;
}

.contact-section p i {
	color: #ec3323;
	margin-right: 5px;
}

.contact-section ul.social {
    padding: 0;
}

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

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

.contact-section ul.social li a:hover {
	background: #ec3323;
	color: #fff;
	border: 1px solid #ec3323;
}


/* Responsive */
@media(max-width:1199px) {
    .home-finder .finder-wrapper {
        background: #fff;
    }
    
    .home-finder .finder-content h3 {
        color: #000;
    }
    
    .slider-wrapper .slider-item {
        height: 478px;
    }
    
    .slider-wrapper .slider-text {
        width: 100%;
        text-align: center;
    }
    
    .slider-wrapper .slider-text h2 {
        font-size: 33px;
    }
    
    .slider-wrapper .owl-nav {
        display: none;
    }
    
    .header-top .header-top-left:before {
        right: -11%;
    }
}
