@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');

/*font-family: 'Catamaran', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
	Preloader Page
====================================================================

 ***/

.fondu-out {
    opacity: 0 !important;
    transition: opacity 0.4s ease-out;
    display: none !important;
}

#preloader {
    opacity: 1;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background-color: #fff;
}

#preloader h1 {
    margin-bottom: 180px;
    animation: load 1.2s linear infinite;
}

@keyframes load {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

#preloader .preload-content {
    position: absolute;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    z-index: 100;
}

#preloader #dento-load {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ffc107;
    -webkit-animation: dentorotate 2400ms linear infinite;
    animation: dentorotate 2400ms linear infinite;
    z-index: 999;
}

#preloader #dento-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #1f1e23;
    -webkit-animation: dentorotate 2700ms linear infinite;
    animation: dentorotate 2700ms linear infinite;
}

#preloader #dento-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #da6a27;
    -webkit-animation: dentorotate 1800ms linear infinite;
    animation: dentorotate 1800ms linear infinite;
}

@-webkit-keyframes dentorotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dentorotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*** 

====================================================================
	style 1 
====================================================================

 ***/

.navbar-brand {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-brand .logo {
    height: 45px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.m-10 {
    margin: 10px;
}

.navbar.bg-light {
    width: 100%;
    /*background-color: #333333 !important;*/
}

.gallery .row {
    height: 770px !important;
    overflow: hidden;
}

footer.footer {
    background-color: #333333;
    height: auto;
    color: #f2f2f2;
}

.contact-map-title {
    text-align: center;
    background-color: #212529;
    color: #ffffff;
}

.mtm-5 {
    margin-top: -5px !important;
}

.captcha-code .code {
    width: 200px;
    height: 80px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #ccc;
    display: inline-block;
}

.captcha-code .code .dynamic-code {
    /*text-shadow: -7px 5px 5px rgba(140, 198, 63, 0.65);*/
    text-align: center;
    color: #33336c;
    font-size: 30px;
    font-weight: 900;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: help;
    line-height: 60px;
    transform: skew(350deg, 1deg);
}

.captcha-code .code .dynamic-code:first-letter {
    font-size: 55px;
}

.captcha-code .captcha-reload {
    cursor: pointer;
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    max-width: 36px;
    display: inline-block;
}

.captcha-code .captcha-reload:hover {
    color: #8cc63f;
}

.banner-content {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.xdsoft_date xdsoft_day_of_week1 xdsoft_date xdsoft_disabled {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #d1d1d1 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #d1d1d1 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #d1d1d1 !important;
}

.xdsoft_date .xdsoft_today {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_date .xdsoft_today:hover {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.privacy-h1 {
    overflow-wrap: break-word;
    font-family: Ubuntu;
    line-height: 36px;
    color: rgb(51, 51, 51);
}

.privacy-p {
    overflow-wrap: break-word;
    color: rgb(69, 70, 70);
    font-size: 15px;
    line-height: 1.63043em;
    font-family: D-DINExp;
}

.whats-app-icon-area {
    position: fixed;
    bottom: 21px;
    right: 23px;
    /*border: 4px solid #ffc107;*/
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.img-shadow {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.h-450 {
    height: 450px !important;
}

.h-470 {
    height: 450px !important;
}

.content-group p {
    text-align: justify;
}

.content-group a {
    color: #ffc107;
}

.content-group {
    padding-right: 15px;
}


/* Apply styles to the specific div */

.content-group {
    max-height: 400px;
    /* Set the height of your div */
    overflow-y: auto;
    /* Enable vertical scrollbar when content overflows */
    /* Customize the scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #ffc107 #ffc107;
}


/* Track (the empty space where the thumb can move) */

.content-group::-webkit-scrollbar {
    width: 3px;
    /* Set the width of the scrollbar */
}


/* Thumb (the draggable scrolling handle) */

.content-group::-webkit-scrollbar-thumb {
    background-color: #ffc107;
    /* Color of the thumb */
    border-radius: 4px;
    /* Rounded corners of the thumb */
}


/* Handle on hover */

.content-group::-webkit-scrollbar-thumb:hover {
    background-color: #777;
    /* Color of the thumb on hover */
}


/* Track on hover */

.content-group::-webkit-scrollbar-track:hover {
    background: #f1f1f1;
    /* Color of the track on hover */
}


/* Track (the empty space where the thumb can move) */

.content-group::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the track */
    border-radius: 4px;
    /* Rounded corners of the track */
}

.text-justify {
    text-align: justify !important;
}

.cookiePolicy {
    width: 100%;
    height: auto !important;
    background-color: #212529 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    /*padding-left: 10% !important;*/
}

.cookiePolicy button {
    width: 75px;
    border: none;
    background-color: #ffffff;
    font-weight: 700;
    padding-top: 0px;
    height: 25px;
}

.cookiePolicy p a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */

.form-control {
    padding-left: 1.2rem;
    height: 46px;
    margin-bottom: 1rem;
    transition: all 0.3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

label {
    margin: 10px 0;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.required-field>label:after {
    margin: 0 0 0 0.45rem;
    color: #e02b27;
    font-size: 1.2rem;
    content: "*";
}

.required {
    color: #e02b27;
}

textarea {
    padding-top: 0.8rem;
    min-height: 151px;
    border-color: #ebebeb;
}

.breadcrumb li {
    list-style: none;
    float: left;
    padding: 0 0px 0 3px;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li+li::before {
    font-size: 12px;
    content: '/';
    color: #fff;
    padding: 0 8px;
}

.breadcrumb li:nth-child(2)::before {
    /*color: transparent;*/
}

.breadcrumb-container {
    width: 100%;
    float: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.bio-form {
    padding: 5px 5px;
    box-shadow: 0px 0px 5px #aba6a6;
    background: #fff;
    margin: auto;
}

ul {
    list-style: none;
}

table {
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearboth {
    clear: both;
}

#mobile-navigation {
    float: right;
    margin: 17px 0 0 0;
    display: none;
}

#mobile-navigation a {
    padding: 15px 0 15px 20px;
}

.mobile-navigation-wrapper {
    width: 100%;
    display: none;
    margin: 30px 0 0 0;
}

.mobile-navigation-wrapper ul li a {
    color: #fff;
}

.mobile-navigation-wrapper ul a {
    width: calc(100% - 60px);
    display: block;
    padding: 15px 30px;
}

.mobile-navigation-wrapper ul li li a {
    padding: 15px 30px 15px 45px;
    width: calc(100% - 75px);
}

.mobile-navigation-wrapper ul li li li a {
    padding: 15px 30px 15px 60px;
    width: calc(100% - 90px);
}

.content-wrapper-outer {
    width: 1140px;
    margin: 0 auto;
}

.content-wrapper-standard {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.content-wrapper h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.content-wrapper h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

p {
    line-height: 160%;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.title-block3 {
    width: 45px;
    height: 2px;
    margin: 0px 0 20px 0;
}

.main-content h2 {
    font-family: "Lexend", Sans-serif;
    font-size: calc(1.45rem + .70vw);
    font-weight: 800;
    text-transform: capitalize;
    /* line-height: 3.6rem; */
    margin: 30px 0 30px 0;
    /* font-size: 30px;
    line-height: 36px; */
}

.main-content h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.main-content table {
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #424242;
}

.main-content table td {
    border-right: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    text-align: left;
    vertical-align: top;
}

.main-content table tr td:last-child {
    border-right: none;
}

.main-content table td {
    padding: 9px 10px;
    line-height: 140%;
}

.main-content table tr {
    background: #fff;
}

.fleet-block-wrapper {
    margin: 0 0 60px 0;
}

.fleet-block-wrapper .fleet-block {
    border: #c2940f 1px solid;
}

.fleet-block-wrapper .fleet-block-content {
    padding: 25px 5px 25px 20px;
}

.fleet-block-wrapper .fleet-block-content h4 {
    font-size: 17px;
}

td {
    font-size: 14px;
}

.fleet-4-cols {
    margin: 0;
}

.fleet-4-cols .fleet-block {
    float: left;
    width: calc(24.3% - 13.3px);
    margin: 0 15px 15px 0;
}

.fleet-4-cols .fleet-block-content {
    padding: 0 15px 15px 15px;
}

.fleet-4-cols .fleet-block-content h4 {
    font-size: 15px;
}

.fleet-4-cols .fleet-block:nth-child(4n) {
    margin: 0 auto 20px auto;
}

.fleet-4-cols .fleet-block:nth-child(4n+1) {
    clear: both;
}

.fleet-4-cols .fleet-block img {
    max-width: 95%;
}

.main-content {
    width: calc(68% - 55px);
    padding: 0 40px 0 15px;
    float: left;
}

.main-content-full {
    width: 100%;
    padding: 0;
}

.widget ul li:before {
    font-family: "FontAwesome";
    line-height: 0px;
    content: "";
    font-size: 12px;
}

.widget ul {
    margin: 0;
}

.widget ul li {
    font-size: 15px;
    border-bottom: #e8e8e8 1px solid;
    padding: 12px 0;
    margin: 0;
}

.widget ul li {
    position: relative;
}

.title-block6 {
    height: 2px;
    margin: 0 0 25px 0;
    width: 55px;
}

.header-area-1 .topright-button,
.header-area-1 .navigation li.current-menu-item>a,
.header-area-1 .navigation li.current_page_item>a,
.title-block3,
.button0,
.title-block6 {
    background: #c3950f;
}

.header-area-1 #primary-navigation,
.mobile-navigation-wrapper,
.mobile-navigation-wrapper ul li li a,
.mobile-navigation-wrapper ul li li li a,
.footer {
    background: #1c1c1c;
}

.mobile-navigation-wrapper ul a {
    border-top: #1e1e1e 1px solid;
}

@media only screen and (max-width: 980px) {
    .footer .one-half {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .footer .one-fourth {
        width: 100%;
        margin: 0 0 60px 0;
    }
    .footer .contact-widget .cw-address {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1180px) {
    .header-area-1 .header-content,
    .header-area-1 #primary-navigation,
    .header-area-1 .top-bar {
        width: calc(100% - 30px);
    }
    .content-wrapper-outer {
        width: calc(100%);
    }
    .footer-inner {
        width: calc(100% - 30px);
    }
    .header-area-1 .navigation li a {
        padding: 24px 12px;
    }
    .header-area-1 .navigation li li a {
        padding: 10px 20px;
    }
    .header-area-1 .topright-button {
        font-size: 14px;
        padding: 13px 27px 15px 27px;
    }
    .header-area-1 .header-icon p strong {
        font-size: 15px;
    }
    .header-area-1 p.header-icon-text {
        font-size: 14px;
    }
    .header-area-1 .header-icon {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 900px) {
    .main-content {
        width: calc(100% - 30px);
        float: none;
        padding: 0 15px;
    }
    .main-content-full {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 1020px) {
    .header-area-1 .top-bar-right ul li {
        margin: 5px;
    }
    ul li ul.sub-menu {
        max-width: 100% !important;
        max-width: 260px;
        z-index: 999;
        left: 39%;
        text-align: center;
    }
    ul.sub-menu {
        max-width: 100% !important;
        max-width: 260px;
        z-index: 999;
        left: 39%;
        text-align: center;
    }
    .header-icons-wrapper,
    #primary-navigation {
        display: none;
    }
    #mobile-navigation {
        display: block;
    }
    #page-header {
        margin: 0 0 40px 0;
        padding: 40px 0 0 0;
        height: 115px;
    }
    .header-area-1 .top-bar-left {
        float: none;
        text-align: center;
        margin: 0 0 8px 0;
        line-height: 120%;
    }
    .header-area-1 .top-bar-right {
        float: none;
        margin: 0 auto;
    }
    .header-area-1 .top-bar-right ul {
        display: table;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 780px) {
    .fleet-4-cols .fleet-block {
        float: none;
        width: calc(92%);
        margin: 0 auto 20px auto;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-12 {
        float: left;
    }
    .vc_col-sm-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #page-header h1 {
        text-align: center;
        font-size: 23px;
    }
}

.vc_custom_1485939676571 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}


/* -------------------------------------------------------------------------------------------------------------------------------- */


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.content-container {
    padding-left: 80px;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    border-bottom: 0px;
}

@media screen and (max-width: 991px) {
    li {
        border-bottom: 1px solid #fff;
    }
    li.last {
        border-bottom: 0px;
    }
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}


/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}


/*** 

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
    position: relative;
    z-index: 2;
    padding: 100px 0px 60px;
    background-color: #fafafa;
}

.services-section-one.style-two {
    background-color: #ffffff;
}

.services-section-one .sec-title {
    margin-bottom: 40px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
    padding: 0px 30px;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
}

.services-block .inner-box .icon-box {
    position: relative;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    color: #6d6e70;
    font-size: 40px;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    margin-bottom: 22px;
    border: 1px dashed #afafaf;
}

.services-block .inner-box .upper-box {
    position: relative;
    display: inline-block;
}

.services-block .inner-box .upper-box .number {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-weight: 600;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 130, 1, 0.90);
}

.services-block .inner-box .lower-box {
    position: relative;
}

.services-block .inner-box .lower-box h3 {
    position: relative;
    line-height: 1em;
    padding-bottom: 14px;
}

.services-block .inner-box .lower-box h3 a {
    position: relative;
    color: #ffffffda;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box h3 a:hover {
    color: #ffca07;
}

.services-block .inner-box .lower-box h3:after {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 30px;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    background-color: #FFCA07;
}

.services-block .inner-box .lower-box .text {
    position: relative;
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 24px;
}


/*** 

====================================================================
	Cars Select Section
====================================================================

***/

.cars-select-section {
    position: relative;
    padding: 130px 0px 140px;
}

.cars-select-section.style-two {
    position: relative;
    background-color: #fafafa;
}

.car-block {
    position: relative;
}

.car-block .inner-box {
    position: relative;
}

.car-block .inner-box h3 {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.car-block .inner-box .lower-box {
    position: relative;
}

.car-block .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.car-block .inner-box .lower-box .arrow .icon {
    position: relative;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #232323;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.car-block .inner-box .lower-box .arrow:hover .icon {
    background-color: #ff8201;
}

.car-block .inner-box .lower-box .arrow .text {
    position: relative;
    color: #ff8201;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.car-block .inner-box .lower-box .arrow:hover .text {
    opacity: 1;
}

.cars-select-section .owl-controls {
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    top: 0;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #cfcfcf;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    padding: 0;
    position: relative;
    transition: all 500ms ease 0s;
    width: 45px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    background: transparent;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #ffffff;
    border-color: #7f7f7f;
    color: #7f7f7f;
}

.cars-select-section .owl-dots {
    display: none !important;
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    padding-top: 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    position: relative;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    padding-bottom: 60px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.page-title h1:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 10px;
    width: 1px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.30);
}

.page-title .bread-crumb-outer {
    position: relative;
    display: inline-block;
    padding: 13px 50px;
    top: 8px;
    background-color: rgba(255, 255, 255, 0.15);
}

.page-title .bread-crumb-outer .bread-crumb li {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child {
    margin-right: 0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: -22px;
    width: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after {
    display: none;
}

.page-title .bread-crumb-outer .bread-crumb li a {
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
    color: #fa6f1c;
}

.page-title .bread-crumb-outer .bread-crumb li.active {
    color: #ff8201;
}


/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 150px 0px 140px;
}

.error-section .error-text {
    position: relative;
    text-align: center;
    background: url(../images/icons/error-image.png) center center no-repeat;
}

.error-section .error-text h2 {
    position: relative;
    color: #777777;
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
    padding: 80px 0px;
}

.error-section .text {
    position: relative;
    color: #000000;
    font-size: 24px;
    margin: 30px 0px;
}


/*Search Website*/

.search-website {
    position: relative;
    max-width: 370px;
    margin: 0 auto 0px;
}

.search-website .form-group {
    position: relative;
    margin-bottom: 0px;
    text-align: left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 24px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus {
    border-color: #ff8201;
}

.search-website .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 50px;
    height: 52px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    line-height: 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ff8201;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 0px 2px 2px 0px;
}


/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 150px 0px 140px;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 150px 0px 100px;
}

.contact-section .map-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-section .map-column .map-content {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 25px 30px;
    background-color: #ffffff;
}

.contact-section .map-column .map-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
}

.contact-section .map-column .map-content .text {
    color: #aaaaaa;
    font-size: 16px;
    margin-top: 8px;
}

.contact-section .map-column .map-content .map-view {
    position: relative;
    color: #0189e2;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
}

.contact-section .row {
    position: relative;
    margin: 0px -33px;
}

.contact-section .column {
    position: relative;
    padding: 0px 33px;
}


/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .group-title {
    position: relative;
}

.contact-form .group-title h3 {
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-form .group-title .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 35px;
}

.contact-form .form-group .field-label {
    position: relative;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    color: #3e5773;
}

.contact-section .column .contact-form form .row {
    margin: 0px -15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    /* color: #aaaaaa; */
    border: 1px solid #dddddd;
    height: 48px;
    font-size: 15px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff8201;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #222222;
    border: 1px solid #dddddd;
    height: 170px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group button {
    margin-top: 20px;
}


/*contact info*/

.contact-info {
    position: relative;
    margin-top: 25px;
}

.contact-info li {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 30px;
    display: inline-block;
}

.contact-info li .icon {
    position: relative;
    font-size: 18px;
    margin-right: 12px;
    line-height: 1em;
    top: 2px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    border-top: none;
    font-family: 'Poppins', sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
}

.bg-lightgrey {
    background-color: #f7f7f7;
}

.no-bg {
    background: none;
}

.text-uppercase {
    text-transform: uppercase;
}