.st-preloader-wave,
.st-preloader-wave:before {
    position: absolute;
    border-radius: 50%;
    background: var(--main-color)
}

a:focus,
a:hover,
body {
    color: var(--text-color)
}

.bus-variation-box .variation-details h4,
.form-group,
.racing-car .testimonial-item .quote-details h3,
hr,
p:last-child {
    margin-bottom: 0
}

.btn-primary.has-icon i.fa-play,
body {
    font-size: 16px
}

.top-sub-heading,
h1.large-heading {
    -webkit-text-shadow: 6px 6px 7.83px rgba(0, 0, 0, 0.18);
    text-shadow: 6px 6px 7.83px rgba(0, 0, 0, .18)
}

.hero-section.style-2 .top-sub-heading,
.hero-section.style-3 .top-sub-heading {
    font-weight: 300;
    text-transform: uppercase
}

.cap-img img,
img {
    max-width: 100%;
    vertical-align: top
}

.style-1 .form-control,
button,
select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.gallery-slider.owl-carousel button.owl-dot,
.owl-nav button,
a:active,
a:focus {
    outline: 0 !important
}

:root {
    --main-color: #001e50;
    --text-color: #000;
    --heading-color: #000000;
    --light-gray: #eeeeee;
    --white-color: #ffffff;
    --dark-gray: #282828;
    --dark-gray-2: #8c8c8c;
    --black-color: #000000
}

#st-preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff
}

.st-preloader-wave {
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px
}

.container,
.fw,
.tab-section,
header,
table.specifications {
    width: 100%
}

.st-preloader-wave img {
    -webkit-transform-origin: 40px 40px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: 3s linear infinite rotateicon;
    animation: 3s linear infinite rotateicon
}

.st-preloader-wave:before {
    display: inline-block;
    width: 150px;
    height: 150px;
    content: "";
    -webkit-animation: 1.5s linear infinite preloader-wave;
    animation: 1.5s linear infinite preloader-wave;
    left: -25px;
    top: -25px
}

@-webkit-keyframes rotateicon {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateicon {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

.footer-menu,
.footer-social ul,
.horizontal-menu,
html {
    margin: 0;
    padding: 0
}

p,
pre {
    margin: 0 0 30px
}

body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden
}

.cap-details h4,
.placeholder-text,
.pricing-text,
.site-navigation .main-menu li a {
    font-family: Poppins, sans-serif
}

.color-variation-slider .owl-dots button:focus,
img {
    outline: 0
}

a {
    text-decoration: none !important;
    color: var(--main-color)
}

.btn,
a {
    -webkit-transition: .3s;
    transition: .3s
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
a img,
iframe {
    border: none
}

p {
    line-height: 25px;
    font-size: 18px
}

.empty-15,
.empty-30,
.empty-45 {
    display: table;
    margin: auto;
    clear: both
}

.text-lead,
.text-lead>*,
p.text-lead {
    font-size: 24px;
    line-height: 1.6
}

b,
strong {
    font-weight: 700
}

.carousel__item-body .head,
.font-w-600 {
    font-weight: 600
}

.empty-15 {
    height: 15px
}

.empty-30 {
    height: 30px
}

.empty-45 {
    height: 45px
}

.cap-img,
.logo img,
.logo img.regular-logo,
.m-bot-0,
.m-bot-10,
.m-bot-100,
.m-bot-15,
.m-bot-20,
.m-bot-25,
.m-bot-30,
.m-bot-35,
.m-bot-40,
.m-bot-50,
.m-bot-80,
.m-top-0,
.m-top-10,
.m-top-100,
.m-top-15,
.m-top-20,
.m-top-25,
.m-top-30,
.m-top-35,
.m-top-40,
.m-top-50,
.m-top-80,
.menu-icon span,
.scroll-to a,
header.fixed .logo img.sticky-logo,
pre {
    display: block
}

hr {
    margin-top: 0;
    border: 0;
    border-top: 1px solid var(--light-gray)
}

pre {
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.5
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: var(--heading-color);
    font-weight: 700;
    line-height: 1.5;
    font-family: Poppins, sans-serif
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem;
    line-height: 1.3
}

.h5,
h5 {
    font-size: 1.25rem;
    line-height: 1.5
}

.fw-100 {
    font-weight: 100 !important
}

.fw-300,
.light-text {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.m-top-0 {
    margin-top: 0 !important
}

.m-top-5 {
    margin-top: 5px
}

.m-top-10 {
    margin-top: 10px
}

.m-top-15 {
    margin-top: 15px
}

.m-top-20 {
    margin-top: 20px
}

.m-top-25 {
    margin-top: 25px
}

.design-video-slider .owl-nav,
.m-top-30 {
    margin-top: 30px
}

.m-top-35 {
    margin-top: 35px
}

.m-top-40 {
    margin-top: 40px
}

.m-top-50,
.power-icon {
    margin-top: 50px
}

.m-top-80 {
    margin-top: 80px
}

.m-top-100 {
    margin-top: 100px
}

.m-bot-0 {
    margin-bottom: 0 !important
}

.m-bot-10,
.newsletter-box p {
    margin-bottom: 10px
}

.content-box .icon,
.features-box h4,
.m-bot-15 {
    margin-bottom: 15px
}

.m-bot-20 {
    margin-bottom: 20px
}

.m-bot-25 {
    margin-bottom: 25px
}

.heading-wrapper,
.m-bot-30,
.text-block,
.widget-heading {
    margin-bottom: 30px
}

.m-bot-35 {
    margin-bottom: 35px
}

.m-bot-40 {
    margin-bottom: 40px
}

.m-bot-50 {
    margin-bottom: 50px
}

.m-bot-80 {
    margin-bottom: 80px
}

.m-bot-100 {
    margin-bottom: 100px
}

.m-left-10 {
    margin-left: 20px
}

.p-top-0 {
    padding-top: 0 !important
}

.p-top-10 {
    padding-top: 10px
}

.half-top-padding,
.p-top-15 {
    padding-top: 15px
}

.p-top-20 {
    padding-top: 20px
}

.p-top-25 {
    padding-top: 25px
}

.p-top-30,
.single-top-padding {
    padding-top: 30px
}

.p-top-35 {
    padding-top: 35px
}

.p-top-40 {
    padding-top: 40px
}

.p-top-50 {
    padding-top: 50px
}

.p-top-80 {
    padding-top: 80px
}

.p-top-100 {
    padding-top: 100px
}

.p-tb-10 {
    padding: 10px 0
}

.p-tb-20 {
    padding: 20px 0
}

.form-wrapper,
.p-tb-30 {
    padding: 30px 0
}

.p-tb-50 {
    padding: 50px 0
}

.p-tb-100 {
    padding: 100px 0
}

.p-tb-150 {
    padding: 150px 0
}

.p-tb-200 {
    padding: 200px 0
}

.p-bot-0 {
    padding-bottom: 0 !important
}

.p-bot-100 {
    padding-bottom: 100px !important
}

.half-bottom-padding {
    padding-bottom: 15px
}

.single-bottom-padding {
    padding-bottom: 30px
}

.banner-content,
.double-top-padding {
    padding-top: 60px
}

.double-bottom-padding {
    padding-bottom: 60px
}

.half-block-padding {
    padding: 15px
}

.single-block-padding {
    padding: 30px
}

.double-block-padding {
    padding: 60px
}

.container {
    max-width: 1520px
}

.small-container {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.height-100,
.height-100>* {
    height: auto
}

.verticle-center .row {
    vertical-align: middle;
    align-items: center;
    height: 100%
}

.desktop-hidden {
    display: none !important
}

.btn,
.btn-primary,
button,
input[type=button],
input[type=submit] {
    color: var(--white-color);
    height: 56px;
    line-height: 50px;
    border: 3px solid var(--black-color);
    font-size: .9rem;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--black-color);
    position: relative;
    cursor: pointer
}

.btn-primary,
.btn-primary.btn-accent:hover,
.btn-primary.btn-inverse:hover {
    background: 0 0;
    color: var(--black-color)
}

.btn-primary.has-icon span {
    left: 0;
    display: inline-block;
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1);
    position: relative
}

#audio,
.before-after-car-container .twentytwenty-overlay,
.logo img.sticky-logo,
.menu-icon,
.select-filter,
.transparent .site-navigation .main-menu>li:not(:last-child)::after,
.variation-slider .owl-dots .owl-dot.active:before,
.variation-slider .owl-dots .owl-dot:before,
.vertical-tab .nav-tabs .nav-item .nav-link::after,
header.fixed .logo img.regular-logo {
    display: none
}

.btn-primary.has-icon i {
    right: 14px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 40px;
    height: 40px;
    width: 40px;
    -webkit-transition: .45s cubic-bezier(.25, 1, .33, 1);
    transition: .45s cubic-bezier(.25, 1, .33, 1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(6px);
    transform: translateY(-50%) translateX(6px);
    color: #fff;
    background-color: #000;
    box-shadow: rgba(0, 0, 0, .24) 0 8px 15px
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background: 0 0;
    color: var(--black-color);
    border-color: var(--black-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.accent-color,
.accent-color:hover,
.btn-primary.btn-accent {
    border-color: var(--main-color)
}

.btn-primary.btn-inverse,
.btn-primary.btn-inverse.has-icon:hover i,
.btn-primary:focus,
.btn-primary:hover {
    background: var(--black-color);
    color: var(--white-color)
}

.btn-primary.btn-accent.has-icon i,
.btn-primary.btn-inverse.has-icon i,
.btn-primary.has-icon:hover i {
    background: var(--white-color);
    color: var(--black-color)
}

.btn-transparent {
    background: rgba(0, 0, 0, .8);
    color: var(--white-color)
}

.btn-square {
    border-radius: 0 !important
}

.accent-color:hover {
    background: var(--main-color)
}

.btn-primary.btn-accent {
    background: var(--main-color);
    color: var(--white-color)
}

.btn-primary.btn-accent.has-icon:hover i {
    background: var(--main-color);
    color: var(--white-color)
}

.btn-primary.has-icon i.fa-play:before {
    margin-left: 3px
}

.btn-primary.play-btn {
    width: 56px;
    padding: 0 0 0 5px
}

.btn-wrapper .btn+.btn {
    margin-left: 15px
}

.scroll-to {
    position: absolute;
    bottom: 30px;
    height: auto;
    right: calc((100% - 1490px)/ 2)
}

.scroll-to a {
    position: relative;
    color: var(--black-color);
    font-weight: 700
}

.scroll-to i {
    background: #fff;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    line-height: 32px;
    color: var(--main-color);
    text-align: center;
    animation: 2s infinite jumparrow
}

.scroll-to span {
    -webkit-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0);
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
    line-height: 1;
    transform-origin: center top
}

@-webkit-keyframes jumparrow {

    0%,
    40% {
        -webkit-transform: translate(0, 0)
    }

    20% {
        -webkit-transform: translate(0, 10px)
    }
}

@keyframes jumparrow {

    0%,
    40% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(0, 10px)
    }
}

header {
    background: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 2px 2px 7.92px .08px rgba(0, 0, 0, .65);
    box-shadow: 2px 2px 7.92px .08px rgba(0, 0, 0, .65);
    position: relative;
    z-index: 10
}

header.transparent {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-absolute {
    /* position:absolute; */
    top: 0;
    left: 0;
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}

@media (max-width: 768px) {
    .btn-wrapper {
        text-align: center
    }

    .menu-absolute {
        position: relative
    }
}

header.fixed {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 91;
    -webkit-animation: .7s slide-down;
    animation: .7s slide-down;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.logo {
    padding-top: 20px;
    padding-bottom: 20px
}

.logo img {
    max-height: 48px
}

.menu-icon {
    cursor: pointer;
    height: 42px;
    transition: .5s;
    vertical-align: middle;
    width: 42px;
    position: absolute;
    top: 20px;
    right: 15px
}

.menu-icon span {
    background-color: var(--main-color);
    border-radius: 0;
    content: "";
    height: 4px;
    left: 5px;
    margin: auto;
    position: absolute;
    right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.menu-icon span:first-child {
    top: 8px
}

.menu-icon span:nth-child(2) {
    top: 0;
    bottom: 0
}

.menu-icon span:nth-child(3) {
    bottom: 8px
}

.menu-icon.active span:first-child {
    -webkit-transform: translateY(12px) rotate(135deg);
    -ms-transform: translateY(12px) rotate(135deg);
    -o-transform: translateY(12px) rotate(135deg);
    transform: translateY(12px) rotate(135deg)
}

.menu-icon.active span:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.menu-icon.active span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-135deg);
    -ms-transform: translateY(-10px) rotate(-135deg);
    -o-transform: translateY(-10px) rotate(-135deg);
    transform: translateY(-10px) rotate(-135deg)
}

.site-navigation,
.testimonial-slider .owl-nav {
    text-align: right
}

.hero-section.racing-car h1.large-heading span,
.site-navigation>ul {
    display: inline-block
}

.site-navigation .main-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-navigation .main-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative
}

.site-navigation .main-menu li a {
    display: block;
    color: #000;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 90px;
    position: relative
}

.site-navigation .main-menu>li>a:after {
    background: #001e50;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 28px;
    content: "";
    left: 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.site-navigation .main-menu>li.active>a:after,
.site-navigation .main-menu>li>a:hover:after {
    width: calc(100% - 10px)
}

.site-navigation .main-menu .sub-menu {
    position: absolute;
    opacity: 0;
    top: 100%;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .25);
    left: 0;
    width: 240px;
    text-align: left;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 10px
}

.site-navigation .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.site-navigation .main-menu .sub-menu li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #c7c7c7
}

.site-navigation .main-menu .sub-menu li:last-child {
    border: none;
    font-size: 14px
}

.site-navigation .main-menu .sub-menu li a {
    display: block;
    line-height: 1;
    padding: 0
}

.horizontal-menu li a:hover,
.horizontal-menu li:hover a,
.light-header.fixed .site-navigation .header-social-media li a:hover,
.site-footer a:hover,
.site-navigation .header-social-media li a:hover,
.site-navigation .header-social-media li:hover a,
.site-navigation .main-menu .sub-menu li a:hover,
.site-navigation .main-menu .sub-menu li:hover a {
    color: var(--main-color)
}

.site-navigation .header-social-media {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    position: relative
}

.site-navigation .header-social-media li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    position: relative
}

.site-navigation .header-social-media li a {
    display: block;
    color: #000;
    line-height: 90px
}

.copyright a,
.copyright-text,
.copyright-text a,
.innovative-box>*,
.light-header .site-navigation .header-social-media li a,
.light-header .site-navigation .main-menu li a,
.light-text,
.light-text * {
    color: #fff;
}

.carousel__item-body p,
.light-header.fixed .site-navigation .header-social-media li a,
.light-header.fixed .site-navigation .main-menu li a {
    color: #000
}

.main-container>section {
    position: relative;
    clear: both;
    border: 0;
    padding: 80px 0
}

.section-background,
.section-background .background-wrapper {
    border-radius: inherit;
    background-clip: padding-box;
    top: 0;
    position: absolute;
    left: 0
}

.section-background {
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.section-background .background-wrapper {
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section-background .background-wrapper .background-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll
}

.section-background .background-wrapper .overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center
}

.top-sub-heading {
    font-weight: 500;
    font-size: 3.125rem;
    line-height: 1
}

h1.large-heading {
    font-size: 6.75rem;
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

h1.large-heading span {
    display: block;
    font-size: 4.725rem
}

h2.large-heading {
    font-size: 4.625rem;
    line-height: 1
}

h2.large-heading span {
    display: block;
    font-size: 2.225rem;
    color: var(--main-color);
    font-weight: 400
}

.about-text {
    padding-left: 120px
}

.offset-y-50 {
    -wenkit-transform: translateY(50px);
    transform: translateY(50px)
}

.offset-y-100 {
    -wenkit-transform: translateY(100px);
    transform: translateY(100px)
}

.booknow-section {
    background-size: 100% auto
}

.bicycle-img {
    bottom: -30px;
    position: relative
}

.hero-section.style-3 .top-sub-heading {
    font-size: 3.65rem
}

.video-section:before {
    height: 200px;
    position: absolute;
    width: 100%;
    right: calc((100% - 1200px)/ 2);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: var(--main-color)
}

.capability-slider {
    padding: 0 100px
}

.cap-details {
    padding: 15px 0 0
}

.cap-details h4 {
    margin: 0 0 10px;
    font-weight: 400
}

.capability-slider .owl-next,
.capability-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.capability-slider .owl-next {
    right: 0;
    left: auto
}

.banner-features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px 30px
}

.banner-features>div {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0 15px
}

.engine-specifications li,
.speed-features .item:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px
}

.design-video-slider.owl-carousel .item-video,
.morevideo-slider.owl-carousel .item-video {
    padding-top: 56.25%;
    position: relative
}

.owl-carousel .owl-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.design-video-slider.owl-carousel .owl-video-play-icon,
.morevideo-slider.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 90px;
    width: 90px;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
    background: url(images/play-btn.png) no-repeat var(--main-color) center center;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .4s
}

.morevideo-slider {
    margin-left: -180px
}

.design-video-slider.owl-carousel .owl-video-play-icon:hover,
.morevideo-slider.owl-carousel .owl-video-play-icon:hover {
    transform: none
}

.design-video-slider .owl-stage-outer,
.morevideo-slider .owl-stage-outer {
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .73);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .73)
}

.morevideo-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 120px;
    margin-left: 30px
}

.innovative-design-img {
    min-width: 1550px;
    margin-left: -950px;
    position: absolute
}

.placeholder-text {
    position: absolute;
    right: 80px;
    color: rgba(255, 255, 255, .02);
    font-size: 7rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    top: 28%
}

.pricing-text {
    position: absolute;
    right: calc((100% - 1520px)/ 2);
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    top: 150px;
    padding: 0 15px
}

.power-icon .col,
.speed-features .item {
    position: relative
}

.pricing-text span {
    font-size: 36px;
    font-weight: 700;
    border-bottom: 2px solid var(--main-color)
}

.power-icon .icon-img {
    margin: 0 0 15px
}

.content-box img,
.power-icon .icon-img img {
    max-width: 90px
}

.power-icon .icon-title {
    font-weight: 500;
    font-size: 20px
}

.power-icon .icon-text,
.speed-features .item {
    font-size: 30px;
    font-family: Poppins, sans-serif
}

.power-icon .icon-text {
    color: var(--main-color);
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase
}

.power-icon .icon-text span {
    font-size: 20px;
    display: block;
    text-transform: none
}

.power-icon .col {
    border: 2px solid rgba(255, 255, 255, .2);
    text-align: center;
    padding: 30px 15px;
    margin: 0 15px;
    border-radius: 18px
}

.accessories-section img {
    margin-top: -80px
}

.engine-ico.start-humming {
    animation: .5s infinite humming
}

@keyframes humming {

    0%,
    30%,
    90% {
        transform: translate(.5px, .5px) rotate(0)
    }

    10% {
        transform: translate(-.5px, -.5px) rotate(-.2deg)
    }

    20% {
        transform: translate(-.5px, 0) rotate(.2deg)
    }

    40% {
        transform: translate(.5px, -.5px) rotate(.2deg)
    }

    50% {
        transform: translate(-.5px, .5px) rotate(-.2deg)
    }

    60% {
        transform: translate(-.5px, .5px) rotate(0)
    }

    70% {
        transform: translate(.5px, .5px) rotate(-.2deg)
    }

    80% {
        transform: translate(-.5px, -.5px) rotate(.2deg)
    }

    100% {
        transform: translate(.5px, -.5px) rotate(-.2deg)
    }
}

.video-section .video-slider .owl-nav {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 15px
}

.gray-bg {
    background: #f5f5f5
}

.black-bg {
    background: #000
}

.accent-bg {
    background: var(--main-color)
}

.speed-features {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-bottom: 60px
}

.speed-features .item .value {
    font-size: 60px;
    color: #000;
    font-weight: 800;
    line-height: 1
}

.speed-features .item:not(:last-child):after {
    background: var(--main-color);
    height: 100%;
    width: 3px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.innovative-box {
    background: var(--main-color);
    color: #fff;
    padding: 120px 60px
}

.innovative-box .h1 {
    font-size: 3.5rem;
    line-height: 1
}

.innovative-design-video {
    background: url("images/racingcar-vide-bg.jpg") no-repeat;
    position: relative;
    padding-top: 100%
}

.bus-design-video .btn,
.innovative-design-video .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 32px;
    line-height: 84px
}

.bus-design-video .btn:hover,
.innovative-design-video .btn:hover {
    color: var(--main-color);
    transform: translate(-50%, -50%) scale(1.1)
}

.innovative-design-info {
    padding: 50px 60px
}

.innovative-slider-wrapper .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.innovative-slider-wrapper .owl-nav button {
    background: #fff !important
}

.innovative-slider-wrapper .owl-nav button:hover {
    border-color: var(--main-color);
    color: var(--main-color)
}

.racing-car.color-section .color-variation-slider .owl-dots {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    width: 50px
}

.racing-car.color-section .owl-dots button.owl-dot {
    margin-bottom: 10px;
    display: inline-block;
    transition: .4s
}

.engine-specifications {
    margin: 0;
    padding: 0;
    display: flex
}

.engine-specifications li {
    text-align: center;
    display: inline-block;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%
}

.engine-specifications span.key {
    font-size: 18px;
    display: block;
    text-transform: uppercase
}

.engine-specifications span.value {
    font-size: 42px;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    display: block
}

.hero-section.racing-car h1.large-heading {
    font-size: 4.725rem
}

.hero-section.racing-car .animation-text {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 12.5em;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    left: 50%
}

.racing-car.start-animation .animation-text span {
    display: inline-block;
    animation: 1s linear forwards textanimate;
    opacity: 0;
    color: rgba(255, 255, 255, .05) !important
}

@keyframes textanimate {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
        filter: blur(10px)
    }

    100% {
        opacity: 1;
        transform: rotateY(0);
        filter: blur(0px)
    }
}

.racing-car .animation-text span:first-child {
    animation-delay: 1s
}

.racing-car .animation-text span:nth-child(2) {
    animation-delay: 2s
}

.racing-car .animation-text span:nth-child(3) {
    animation-delay: 2.5s
}

.racing-car .animation-text span:nth-child(4) {
    animation-delay: 3s
}

.racing-car .animation-text span:nth-child(5) {
    animation-delay: 3.5s
}

.racing-car .animation-text span:nth-child(6) {
    animation-delay: 4s
}

.racing-car .animation-text span:nth-child(7) {
    animation-delay: 4.5s
}

.racing-car .animation-text span:nth-child(8) {
    animation-delay: 5s
}

.racing-car-animation {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    top: 82px;
    height: auto;
    display: table;
    left: 0;
    right: 0;
    margin: auto
}

.bus-design-video {
    position: relative;
    padding-top: 100%
}

.bus-intro {
    padding: 120px 60px 180px
}

.bus-layout.testimonial-wrapper {
    padding: 0 60px;
    margin-top: -140px
}

.bus-layout.testimonial-wrapper .quote-text {
    background: var(--main-color);
    padding: 60px;
    color: var(--white-color);
    font-size: 20px;
    font-style: italic;
    position: relative
}

.bus-layout.testimonial-wrapper .quote-text:before {
    width: 0;
    height: 0;
    border-top: 40px solid var(--main-color);
    border-right: 40px solid transparent;
    position: absolute;
    top: 100%;
    content: "";
    left: 0
}

.bus-layout.testimonial-wrapper .quote-wrapper {
    padding: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.bus-layout.testimonial-wrapper .owl-carousel .owl-item img {
    max-width: 90px;
    border-radius: 90px;
    margin-right: 15px
}

.bus-layout.testimonial-wrapper .quote-details h3,
.testimonial-section.racing-car .testimonial-slider {
    margin: 0
}

.bus-layout.testimonial-wrapper .testimonial-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 0
}

.content-box {
    margin: 15px 0
}

.content-box .inner-wrapper {
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    transition: .5s;
    -webkit-transition: .5s
}

.content-box .inner-wrapper:hover {
    border-color: var(--main-color);
    box-shadow: 0 0 22px 0 rgba(221, 7, 7, .15)
}

.content-box .text h3 {
    margin: 0;
    font-size: 22px
}

.bus-variation-box {
    background: url('images/variation-img-1.jpg') center bottom/cover no-repeat;
    padding: 60px 60px 75%
}

.bus-variation-box.second-variation {
    background: url('images/variation-img-2.jpg') center bottom/cover no-repeat
}

.bus-variation-box .variation-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 48px
}

.bus-variation-box .variation-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0
}

.bus-variation-box .variation-details .item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center
}

.feature-box {
    position: relative;
    padding: 10px 10px 30px 20px;
    margin: 50px 0 0;
    overflow: hidden
}

.feature-box:before {
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    content: "";
    display: block;
    z-index: 9
}

.feature-icon {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center
}

.feature-icon img {
    width: 100%;
    /* height: 100%; */
    height: 307px;
    border-radius: 10px;
}

.features-row {
    padding-bottom: 100px
}

textarea {
    resize: none
}

.form-control {
    font-size: 1.125em;
    font-family: Poppins, sans-serif;
    padding: 0 20px;
    border-radius: 30px;
    line-height: 50px;
    height: auto;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 15px
}

.features-box,
.tab-content {
    padding: 30px 0 0
}

.form-control:focus {
    box-shadow: none;
    color: inherit !important
}

.transparent-field .form-control {
    background: 0 0
}

select option {
    color: #000 !important
}

.style-1 .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c2c2c2;
    padding: 0;
    line-height: 40px;
    height: 40px;
    background: 0 0;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: var(--black-color)
}

.style-1 .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color)
}

.style-1 textarea.form-control {
    height: 120px
}

textarea.form-control {
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 150px
}

select.form-control {
    background-image: url(images/select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 22px !important
}

.transparent-field select.form-control {
    background-image: url(images/select-arrow-light.png) !important
}

::-webkit-input-placeholder {
    color: inherit !important
}

:-ms-input-placeholder {
    color: inherit !important
}

::placeholder {
    color: inherit !important
}

.light-gray-bg {
    background: var(--light-gray)
}

.before-after-car-container,
.footer-social,
.testimonial-slider {
    margin: 30px 0 0
}

.testimonial-slider .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.testimonial-slider .item .testimonial__photo {
    flex: 0 0 320px;
    padding: 0 30px 30px 0;
    max-width: 320px;
    width: 100%
}

.testimonial-slider .item .testimonial__photo img {
    -webkit-box-shadow: 3px 6px 8px -2px rgba(0, 0, 0, .73);
    box-shadow: 3px 6px 8px -2px rgba(0, 0, 0, .73)
}

.testimonial-slider .item .testimonial__content {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
    position: relative
}

.testimonial-slider .item .testimonial__content:before {
    position: absolute;
    top: 0;
    line-height: 1;
    font-weight: 700;
    left: 20px;
    content: "“";
    font-family: Poppins, sans-serif;
    font-size: 13rem;
    color: #000;
    opacity: .18;
    display: block
}

.testimonial-slider .item .testimonial__author {
    line-height: 1
}

.testimonial-slider .testimonial__name {
    font-weight: 600;
    font-size: 1.25rem;
    display: inline;
    margin-bottom: 0
}

.testimonial-slider .testimonial__author-separator {
    display: inline-block;
    margin: 0 9px
}

.testimonial-slider .testimonial__company {
    font-size: 1rem;
    display: inline;
    text-transform: uppercase;
    color: var(--dark-gray-2)
}

.testimonial-section.racing-car .testimonial-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: auto
}

.racing-car .testimonial-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.racing-car .testimonial-item .person-img {
    width: 100%;
    flex: 0 0 350px;
    max-width: 350px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.racing-car .testimonial-item .person-img::before {
    content: "\f10d";
    background: #fff;
    height: 90px;
    width: 90px;
    position: absolute;
    border-radius: 120px;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 45px;
    line-height: 48px;
    padding: 20px;
    color: #000
}

.nav-tabs .nav-item .nav-link,
.vertical-tab .nav-tabs .nav-item .nav-link {
    line-height: 1.3;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
    color: #000;
    cursor: pointer
}

.racing-car .testimonial-item .person-img img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #fff;
    border-left-width: 18px;
    border-top-width: 18px
}

.racing-car .testimonial-item .quote-text {
    width: 100%;
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding-left: 60px
}

.racing-car .testimonial-item blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.4;
    font-family: "Segoe UI";
    font-weight: 400
}

.racing-car .testimonial-item .quote-details {
    margin-top: 40px;
    position: relative
}

.racing-car .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0
}

.owl-nav button {
    min-width: auto;
    height: 48px;
    width: 48px;
    border: 2px solid #ccc !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: var(--dark-gray);
    font-size: 20px !important;
    line-height: 48px
}

.owl-nav button.owl-next {
    margin-left: 10px
}

.owl-nav button:hover {
    color: var(--main-color);
    border-color: var(--main-color) !important
}

.site-footer,
.site-footer .widget-contact-info h3,
.site-footer a {
    color: #001e50
}

.variation-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.variation-slider .owl-nav button.owl-next,
.variation-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -100px;
    transform: translateY(-50%)
}

.variation-slider .owl-nav button.owl-next {
    left: auto;
    right: -100px
}

.variation-slider .owl-dots {
    margin: 15px 0 0;
    padding: 0;
    text-align: center
}

.variation-slider .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background: var(--main-color);
    margin: 0 8px
}

.variation-slider .owl-dots .owl-dot.active {
    left: auto !important;
    animation: 1s linear infinite ripple
}

.variation-slider .owl-dots .owl-dot.blue {
    background: #0178e6
}

.variation-slider .owl-dots .owl-dot.red {
    background: #d10300
}

.variation-slider .owl-dots .owl-dot.gray {
    background: #5f5f5f
}

@keyframes ripple {

    0%,
    100% {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(211, 7, 7, 0)
    }

    50% {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #d30707
    }
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6
}

.nav-tabs .nav-item {
    margin: 0 30px 0 0
}

.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.nav-tabs .nav-item .nav-link:after {
    background: var(--main-color);
    height: 2px;
    width: 0;
    margin-right: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
    width: 100%;
    left: 0
}

.racing-car .tab-section {
    width: auto
}

.vertical-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.vertical-tab .nav-tabs {
    max-width: 30%;
    flex: 0 0 30%;
    width: 100%;
    padding-right: 30px;
    border: none;
    display: block
}

.vertical-tab .nav-tabs li {
    width: 100%;
    display: block
}

.vertical-tab .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s
}

.vertical-tab .nav-tabs .nav-item .nav-link:before {
    background: var(--main-color);
    height: 2px;
    width: 0;
    margin-right: 0;
    content: "";
    display: inline-block;
    position: relative;
    top: -9px;
    -webkit-transition: .3s;
    transition: .3s
}

.vertical-tab .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s
}

.vertical-tab .nav-tabs .nav-item .nav-link.active:before {
    width: 32px;
    margin-right: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.vertical-tab .tab-content {
    max-width: 70%;
    flex: 0 0 70%;
    width: 100%;
    border: none;
    padding: 15px 0 0
}

.vertical-tab .tab-content .tab-pane {
    padding-left: 30px
}

.vertical-tab .tab-content .tab-title {
    text-transform: uppercase;
    font-size: 40px;
    position: relative
}

.vertical-tab .tab-content .tab-title:before {
    height: 12px;
    margin-right: 10px;
    width: 32px;
    content: "";
    display: inline-block;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 100%
}

table.specifications td,
table.specifications th {
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid var(--dark-gray-2);
    font-family: Poppins, sans-serif;
    font-weight: 400
}

table.specifications tr:last-child td,
table.specifications tr:last-child th {
    border: 0
}

.features-box {
    text-align: center;
    margin: 0
}

.features-box .feature-ico {
    margin-bottom: 15px;
    display: block
}

.features-middle-img {
    padding: 15px 30px 0;
    position: relative;
    text-align: center
}

.features-middle-img img {
    max-height: 700px
}

.circle-animation {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 400px;
    z-index: 0;
    opacity: .15;
    background: #dd0707
}

.circle-animation:after,
.circle-animation:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 20px solid #dd0707;
    border-radius: 50%
}

.circle-animation:before {
    animation: 4s linear infinite circleripple
}

.circle-animation:after {
    animation: 4s linear 2s infinite circleripple
}

.circle-animation.animated {
    opacity: 0 !important
}

@keyframes circleripple {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

.color-variation-slider .owl-dots {
    text-align: center;
    margin-top: 30px
}

.color-variation-slider .owl-dots button.owl-dot {
    min-width: inherit;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-color);
    margin: 0 10px
}

.color-section .owl-dots button.owl-dot.red {
    background: #a92323
}

.color-section .owl-dots button.owl-dot.yellow {
    background: #c0b714
}

.color-section .owl-dots button.owl-dot.black {
    background: #333
}

.color-section .owl-dots button.owl-dot.aqua {
    background: #4f9e8d
}

.color-section .owl-dots button.owl-dot.green {
    background: #509a4b
}

.color-section .owl-dots button.owl-dot.brown {
    background: #987233
}

.color-section .owl-dots button.owl-dot.golden {
    background: #c0a05d
}

.color-section .owl-dots button.owl-dot.gray-blue {
    background: #7489af
}

.color-section .owl-dots button.owl-dot.active {
    animation: 1s linear infinite ripple
}

.variation-section .color-variation-slider {
    max-width: 1170px;
    margin: auto
}

.variation-section .color-variation-slider .owl-dots {
    position: absolute;
    top: 0;
    margin: 0 0 0 50px;
    right: 100%;
    width: 50px
}

.variation-section .owl-dots button.owl-dot {
    margin-bottom: 10px;
    display: inline-block;
    transition: .4s;
    width: 32px;
    height: 32px;
    position: relative;
    left: 0
}

.variation-section .owl-dots button.owl-dot:before {
    display: inline-block;
    width: 30px;
    height: 2px;
    content: "";
    background: var(--main-color);
    position: absolute;
    left: 0;
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.variation-section .owl-dots button.owl-dot.active {
    left: 40px;
    animation: 1s linear infinite ripple
}

.variation-section .owl-dots button.owl-dot.active:before {
    opacity: 1;
    left: -40px
}

.variation-section .owl-dots button.owl-dot.brown {
    background: #8d5a32
}

.variation-section .owl-dots button.owl-dot.navy {
    background: #41637f
}

.variation-section .owl-dots button.owl-dot.green {
    background: #78a01f
}

.variation-section .owl-dots button.owl-dot.black {
    background: #464646
}

.owl-carousel.overflow-show .owl-stage-outer {
    overflow: initial
}

.gallery-slider .item {
    box-shadow: 0 70px 100px -40px rgba(0, 0, 0, .5)
}

.gallery-slider.owl-carousel .owl-dots {
    text-align: center
}

.gallery-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .6);
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    transform: scale(.8);
    transition: transform .2s ease-in-out
}

.gallery-slider .owl-dots .owl-dot.active span {
    transform: scale(1)
}

.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::after,
.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::before {
    background: var(--black-color);
    box-shadow: none
}

.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-horizontal .twentytwenty-handle::before {
    width: 0
}

.before-after-car-container .twentytwenty-handle {
    border-color: var(--black-color);
    background: #fff
}

.twentytwenty-left-arrow {
    border-right: 6px solid var(--main-color)
}

.twentytwenty-right-arrow {
    border-left: 6px solid var(--main-color)
}

.st-gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.st-gallery li {
    list-style: none
}

.st-gallery li a {
    display: block;
    position: relative;
    overflow: hidden
}

.column-2.st-gallery li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 5px
}

.column-3.st-gallery li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 5px
}

.column-4.st-gallery li {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 5px
}

.st-gallery li span.caption-text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.st-gallery li a:before {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.st-gallery li:hover a:before {
    opacity: 1;
    visibility: visible
}

.st-gallery li:hover span.caption-text {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.site-footer {
    background: #fff
}

.site-footer .footer-widget-area {
    padding: 100px 0 60px
}

.footer-logo {
    max-height: 50px;
    margin-bottom: 30px
}

.site-footer .widget {
    margin: 0 0 40px
}

.site-footer .widget-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #001e50;
    font-weight: 600;
    letter-spacing: 1px
}

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

.footer-menu ul.menu li {
    margin: 10px 0;
    padding: 0 0 0 25px;
    list-style: none;
    display: block;
    font-size: 16px;
    position: relative
}

.footer-menu ul.menu li:before {
    position: absolute;
    content: "\f192";
    top: 2px;
    left: 0;
    color: var(--main-color);
    font-size: 14px;
    font-family: "Font Awesome 5 Free"
}

.widget-contact-info {
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 40px
}

.widget-contact-info i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px
}

.widget-contact-info h3 {
    margin-bottom: 0;
    font-size: 18px
}

.newsletter-box {
    display: block;
    margin: 0 0 15px;
    max-width: 360px
}

.newsletter-box form {
    position: relative
}

.newsletter-box input[type=email] {
    padding-right: 60px
}

.newsletter-box .signup-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--main-color);
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    overflow: hidden
}

.newsletter-box .signup-btn:before {
    content: "\f054";
    color: var(--white-color);
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 56px;
    display: block
}

.horizontal-menu li {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1
}

.horizontal-menu li:not(:last-child) {
    border-right: 2px solid var(--dark-gray-2)
}

.footer-social ul li {
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 20px;
    line-height: 1.6
}

.footer-social ul li a {
    background: rgba(255, 255, 255, .2);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px
}

.footer-social ul li:hover a,
.horizontal-menu li a:hover {
    background: #001e50;
    color: #fff
}

.copyright {
    padding: 18px 0;
    border-top: 1px solid var(--dark-gray);
    background: #001e50
}

.fogwrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
    filter: blur(1px) grayscale(.2) saturate(1.2) sepia(.2)
}

.circle--rotate,
.circle--slider,
.env-carousel,
.env-sm {
    position: relative
}

#foglayer_01,
#foglayer_02,
#foglayer_03 {
    height: 100%;
    position: absolute;
    width: 200%;
    bottom: 0
}

#foglayer_01 .image01,
#foglayer_01 .image02,
#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
    float: left;
    height: 100%;
    width: 50%
}

#foglayer_01 {
    -webkit-animation: 10s linear infinite foglayer_01_opacity, 15s linear infinite foglayer_moveme;
    -moz-animation: 10s linear infinite foglayer_01_opacity, 15s linear infinite foglayer_moveme;
    animation: 10s linear infinite foglayer_01_opacity, 15s linear infinite foglayer_moveme
}

#foglayer_02,
#foglayer_03 {
    -webkit-animation: 21s linear infinite foglayer_02_opacity, 13s linear infinite foglayer_moveme;
    -moz-animation: 21s linear infinite foglayer_02_opacity, 13s linear infinite foglayer_moveme;
    animation: 21s linear infinite foglayer_02_opacity, 13s linear infinite foglayer_moveme
}

@-webkit-keyframes foglayer_01_opacity {
    0% {
        opacity: .1
    }

    22% {
        opacity: .8
    }

    40% {
        opacity: .48
    }

    58% {
        opacity: .6
    }

    80% {
        opacity: .36
    }

    100% {
        opacity: .2
    }
}

@-moz-keyframes foglayer_01_opacity {
    0% {
        opacity: .1
    }

    22% {
        opacity: .8
    }

    40% {
        opacity: .48
    }

    58% {
        opacity: .6
    }

    80% {
        opacity: .36
    }

    100% {
        opacity: .2
    }
}

@-o-keyframes foglayer_01_opacity {
    0% {
        opacity: .1
    }

    22% {
        opacity: .8
    }

    40% {
        opacity: .48
    }

    58% {
        opacity: .6
    }

    80% {
        opacity: .36
    }

    100% {
        opacity: .2
    }
}

@keyframes foglayer_01_opacity {
    0% {
        opacity: .1
    }

    22% {
        opacity: .8
    }

    40% {
        opacity: .48
    }

    58% {
        opacity: .6
    }

    80% {
        opacity: .36
    }

    100% {
        opacity: .2
    }
}

@-webkit-keyframes foglayer_02_opacity {

    0%,
    100% {
        opacity: .7
    }

    25% {
        opacity: .2
    }

    50% {
        opacity: .1
    }

    80% {
        opacity: .4
    }
}

@-moz-keyframes foglayer_02_opacity {

    0%,
    100% {
        opacity: .7
    }

    25% {
        opacity: .2
    }

    50% {
        opacity: .1
    }

    80% {
        opacity: .4
    }
}

@-o-keyframes foglayer_02_opacity {

    0%,
    100% {
        opacity: .7
    }

    25% {
        opacity: .2
    }

    50% {
        opacity: .1
    }

    80% {
        opacity: .4
    }
}

@keyframes foglayer_02_opacity {

    0%,
    100% {
        opacity: .7
    }

    25% {
        opacity: .2
    }

    50% {
        opacity: .1
    }

    80% {
        opacity: .4
    }
}

@-webkit-keyframes foglayer_03_opacity {

    0%,
    100% {
        opacity: 1
    }

    27% {
        opacity: .2
    }

    52% {
        opacity: .6
    }

    68% {
        opacity: .3
    }
}

@-moz-keyframes foglayer_03_opacity {

    0%,
    100% {
        opacity: 1
    }

    27% {
        opacity: .2
    }

    52% {
        opacity: .6
    }

    68% {
        opacity: .3
    }
}

@-o-keyframes foglayer_03_opacity {

    0%,
    100% {
        opacity: 1
    }

    27% {
        opacity: .2
    }

    52% {
        opacity: .6
    }

    68% {
        opacity: .3
    }
}

@keyframes foglayer_03_opacity {

    0%,
    100% {
        opacity: 1
    }

    27% {
        opacity: .2
    }

    52% {
        opacity: .6
    }

    68% {
        opacity: .3
    }
}

@-webkit-keyframes foglayer_moveme {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@-moz-keyframes foglayer_moveme {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@-o-keyframes foglayer_moveme {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@keyframes foglayer_moveme {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@media only screen and (min-width: 280px) and (max-width:767px) {

    #foglayer_01 .image01,
    #foglayer_01 .image02,
    #foglayer_02 .image01,
    #foglayer_02 .image02,
    #foglayer_03 .image01,
    #foglayer_03 .image02 {
        width: 100%
    }
}

.ebike-1::before {
    content: '';
    position: absolute;
    background-color: rgba(1, 0, 0, .571);
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .9
}

.circle--rotate>li .icon,
.circle--slider .animate-more {
    background-color: #fff;
    overflow: hidden;
    text-align: center
}

.services {
    width: 100%;
    height: auto
}

.services>* {
    flex-grow: 1
}

.circle--rotate {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 43%;
    height: 43%;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index: 0;
    padding: 0
}

.circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden
}

.circle--rotate>li .icon {
    visibility: visible;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    height: 10%;
    width: 10%;
    margin: -5% auto;
    transition: .5s
}

.circle--rotate>li i {
    color: #000;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table
}

.circle--rotate>li i::before {
    display: table-cell;
    vertical-align: middle
}

.circle--rotate>li img {
    margin: auto;
    padding: 8px
}

.circle--slider .rotate--circle {
    margin: 0 auto
}

.circle--slider .circle--rotate>li div {
    position: relative;
    overflow: visible;
    background-color: #dd0707
}

.circle--slider .circle--rotate>li div span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 2s;
    opacity: 0
}

.circle--slider .circle--rotate>li.active div {
    font-size: 15px;
    background: #dd0707;
    animation: 2s infinite pulse-animation;
    transform: scale(1.3)
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(253, 247, 247, .656)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(190, 184, 184, .619)
    }
}

.circle--slider .circle--rotate>li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1
}

.circle--slider .circle--rotate>li.active div span:before {
    position: absolute;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: .7;
    border: 6px solid #f48e2a;
    z-index: -1
}

.circle--slider .circle--rotate>li.active div span:after {
    position: absolute;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: .7;
    border: 8px solid #fe9290;
    z-index: 5
}

.circle--slider .count2 li:nth-child(2),
.circle--slider .count4 li:nth-child(3),
.circle--slider .count6 li:nth-child(4),
.circle--slider .count8 li:nth-child(5) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.circle--slider .count3 li:nth-child(2),
.circle--slider .count6 li:nth-child(3),
.circle--slider .count9 li:nth-child(4) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.circle--slider .count3 li:nth-child(3),
.circle--slider .count6 li:nth-child(5) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.circle--slider .count4 li:nth-child(2),
.circle--slider .count8 li:nth-child(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.circle--slider .count4 li:nth-child(4) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.circle--slider .count10 li:nth-child(3),
.circle--slider .count5 li:nth-child(2) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg)
}

.circle--slider .count10 li:nth-child(5),
.circle--slider .count5 li:nth-child(3) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg)
}

.circle--slider .count5 li:nth-child(4) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg)
}

.circle--slider .count10 li:nth-child(9),
.circle--slider .count5 li:nth-child(5) {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg)
}

.circle--slider .count6 li:nth-child(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.circle--slider .count6 li:nth-child(6) {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.circle--slider .count7 li:nth-child(2) {
    -webkit-transform: rotate(51.5deg);
    transform: rotate(51.5deg)
}

.circle--slider .count7 li:nth-child(3) {
    -webkit-transform: rotate(103deg);
    transform: rotate(103deg)
}

.circle--slider .count7 li:nth-child(4) {
    -webkit-transform: rotate(154.5deg);
    transform: rotate(154.5deg)
}

.circle--slider .count7 li:nth-child(5) {
    -webkit-transform: rotate(206deg);
    transform: rotate(206deg)
}

.circle--slider .count7 li:nth-child(6) {
    -webkit-transform: rotate(-103deg);
    transform: rotate(-103deg)
}

.circle--slider .count7 li:nth-child(7) {
    -webkit-transform: rotate(-51.5deg);
    transform: rotate(-51.5deg)
}

.circle--slider .count8 li:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.circle--slider .count8 li:nth-child(4) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.circle--slider .count8 li:nth-child(6) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.circle--slider .count8 li:nth-child(7) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.circle--slider .count8 li:nth-child(8) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.circle--slider .count9 li:nth-child(2) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.circle--slider .count9 li:nth-child(3) {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg)
}

.circle--slider .count9 li:nth-child(5) {
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg)
}

.circle--slider .count9 li:nth-child(6) {
    -webkit-transform: rotate(-160deg);
    transform: rotate(-160deg)
}

.circle--slider .count9 li:nth-child(7) {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.circle--slider .count9 li:nth-child(8) {
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.circle--slider .count9 li:nth-child(9) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.circle--slider .count10 li:nth-child(2) {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg)
}

.circle--slider .count10 li:nth-child(4) {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg)
}

.circle--slider .count10 li:nth-child(6) {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.circle--slider .count10 li:nth-child(7) {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg)
}

.circle--slider .count10 li:nth-child(8) {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg)
}

.circle--slider .count10 li:nth-child(10) {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg)
}

.circle--slider .animate-wrapper {
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%
}

.circle--slider .animate-title,
.text-light .btn-primary.has-icon span,
.text-light h2.large-heading,
.text-light h4 {
    color: #fff
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden
}

.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(.85);
    transform: rotate3d(0, 0, 0, 0deg) scale(.85);
    transition: .55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover
}

.circle--slider .animate-more .p-center {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 30px;
    left: 40%;
    transform: translate(-40%, -40%)
}

.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: .5s .4s;
    max-width: 400px;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, .3);
    padding: 0;
    height: 400px;
    border-radius: 50%;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.circle--slider .next,
.circle--slider .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 62px;
    width: 87px;
    text-align: center;
    cursor: pointer
}

.circle--slider .next span,
.circle--slider .prev span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 700
}

.circle--slider .prev {
    left: 250px
}

.circle--slider .next {
    right: 250px
}

.icon-text {
    color: #fff !important;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    margin-top: 12px
}

.animate-title img {
    background-color: #dd0707;
    border-radius: 50%;
    padding: 8px
}

.env-carousel {
    top: 200px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.env-sm {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0
}

.env_carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 12px;
    opacity: 0;
    filter: drop-shadow(0 2px 2px #555);
    will-change: transform, opacity;
    -webkit-animation: 27s linear infinite carousel-animate-vertical;
    animation: 27s linear infinite carousel-animate-vertical
}

.env_carousel__item:first-child {
    -webkit-animation-delay: calc(3s * -1);
    animation-delay: calc(3s * -1)
}

.env_carousel__item:nth-child(2) {
    -webkit-animation-delay: calc(3s * 0);
    animation-delay: calc(3s * 0)
}

.env_carousel__item:nth-child(3) {
    -webkit-animation-delay: calc(3s * 1);
    animation-delay: calc(3s * 1)
}

.env_carousel__item:nth-child(4) {
    -webkit-animation-delay: calc(3s * 2);
    animation-delay: calc(3s * 2)
}

.env_carousel__item:nth-child(5) {
    -webkit-animation-delay: calc(3s * 3);
    animation-delay: calc(3s * 3)
}

.env_carousel__item:nth-child(6) {
    -webkit-animation-delay: calc(3s * 4);
    animation-delay: calc(3s * 4)
}

.env_carousel__item:nth-child(7) {
    -webkit-animation-delay: calc(3s * 5);
    animation-delay: calc(3s * 5)
}

.env_carousel__item:nth-child(8) {
    -webkit-animation-delay: calc(3s * 6);
    animation-delay: calc(3s * 6)
}

.env_carousel__item:last-child {
    -webkit-animation-delay: calc(-3s * 2);
    animation-delay: calc(-3s * 2)
}

.carousel__item-head {
    border-radius: 50%;
    background-color: #dd0707;
    width: 90px;
    height: 90px;
    padding: 14px;
    position: relative;
    margin-right: -45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px
}

.carousel__item-body {
    border: 1px solid #dd0707;
    height: 165px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px 16px 70px
}

.title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px
}

@-webkit-keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(.5);
        opacity: 0;
        visibility: hidden
    }

    11.1111111111%,
    3% {
        transform: translateY(100%) scale(.7);
        opacity: .4;
        visibility: visible
    }

    14.1111111111%,
    22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible
    }

    25.2222222222%,
    33.3333333333% {
        transform: translateY(-100%) scale(.7);
        opacity: .4;
        visibility: visible
    }

    36.3333333333% {
        transform: translateY(-100%) scale(.5);
        opacity: 0;
        visibility: visible
    }

    100% {
        transform: translateY(-100%) scale(.5);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(.5);
        opacity: 0;
        visibility: hidden
    }

    11.1111111111%,
    3% {
        transform: translateY(100%) scale(.7);
        opacity: .4;
        visibility: visible
    }

    14.1111111111%,
    22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible
    }

    25.2222222222%,
    33.3333333333% {
        transform: translateY(-100%) scale(.7);
        opacity: .4;
        visibility: visible
    }

    36.3333333333% {
        transform: translateY(-100%) scale(.5);
        opacity: 0;
        visibility: visible
    }

    100% {
        transform: translateY(-100%) scale(.5);
        opacity: 0;
        visibility: hidden
    }
}

.container1 {
    width: 100%;
    padding: 50px 0;
    position: relative;
    border-radius: 8px
}

.circular-progress {
    position: absolute;
    height: 65px;
    right: 70px;
    width: 65px;
    top: 200px;
    z-index: 1;
    border-radius: 50%;
    background: #248c46;
    display: flex;
    align-items: center;
    justify-content: center
}

.circular-progress::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff
}

.progress-value {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #dd0707
}

.text {
    font-size: 30px;
    font-weight: 500;
    color: #606060
}

.hero-img img {
    height: auto;
    width: 100%;
    object-fit: contain;
    position: relative;
    top: 120px
}

.feature-font {
    font-size: 16px;
    line-height: 22px
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.blink img {
    height: 120px;
    width: 120px;
    object-fit: contain;
    position: absolute;
    top: 315px;
    right: 10px
}

@media (max-width: 1600px) {
    .circle--slider .animate-more {
        height: 350px;
        width: 350px
    }

    .circular-progress {
        height: 45px;
        width: 45px;
        right: 78px;
        top: 200px
    }

    .progress-value {
        font-size: 13px
    }

    .blink img {
        height: 100px;
        width: 100px
    }

    .circular-progress::before {
        height: 35px;
        width: 35px
    }
}

@media (max-width: 1400px) {
    .circular-progress {
        height: 45px;
        width: 45px;
        right: 60px;
        top: 190px
    }

    .progress-value {
        font-size: 13px
    }

    .blink img {
        height: 82px;
        width: 82px
    }

    .circular-progress::before {
        height: 35px;
        width: 35px
    }

    .circle--slider .animate-more {
        height: 320px;
        width: 320px
    }

    .icon-text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px
    }

    .feature-font {
        font-size: 15px !important;
        font-weight: 500 !important
    }

    .circle--slider .circle--rotate>li.active div {
        font-size: 13px;
        transform: scale(1.1)
    }
}

@media (max-width: 1280px) {
    .circle--slider .animate-more {
        height: 300px;
        width: 300px
    }

    .icon-text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 12px
    }

    .feature-font {
        font-size: 13px !important;
        font-weight: 500 !important
    }
}

@media (min-width: 769px) and (max-width:1100px) {
    .circular-progress {
        height: 45px;
        width: 45px;
        right: 50px;
        top: 190px
    }

    .progress-value {
        font-size: 13px
    }

    .blink img {
        height: 82px;
        width: 82px
    }

    .circular-progress::before {
        height: 35px;
        width: 35px
    }

    .circle--slider .animate-more {
        height: 280px;
        width: 280px
    }

    .icon-text,
    .p-center img {
        display: none
    }

    .circle--slider .animate-more .p-center {
        padding: 40px
    }

    .feature-font {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 18px
    }
}

@media (max-width: 991px) {
    .carousel__item-body {
        height: 190px
    }
}

@media (max-width: 767px) {
    .hero-img img {
        top: 50px
    }

    .env-carousel,
    .env-sm,
    .env_carousel__item {
        position: relative;
        top: 50px
    }

    .circle--rotate {
        display: none
    }

    .circle--slider .animate-more {
        height: auto;
        border-radius: 0;
        padding: 10px;
        width: 100% !important
    }

    .circle--slider .animate-wrapper {
        position: relative;
        height: 350px !important
    }

    .carousel__item-head {
        height: 70px;
        width: 70px;
        padding: 11px
    }

    .carousel__item-body {
        height: auto;
        padding: 5px 5px 5px 49px
    }
}

.spc-bold {
    background: #001e50;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 10px
}

.model {
    padding: 80px 0
}

.model-1,
.model-8 {
    background: #caac7c
}

.model-2 {
    background: #679195
}

.model-3 {
    background: #00286f
}

.model-4 {
    background: #ca7f6a
}

.model-5 {
    background: #1864b3
}

.model-6 {
    background: #d7d7d9
}

.model-7 {
    background: #d2c924
}

.text-light .btn-primary {
    border: 3px solid #fff
}

.text-light .btn-primary.has-icon i {
    background-color: #fff;
    color: #000
}



.ev-model-1 {
    background: #8398B4;
}

.ev-model-2 {
    background: #D0D4CF;
}

.ev-model-3 {
    background: #e5e5e5;
}

.ev-model-4 {
    background: #D6CE7B;
}

.ev-model-5 {
    background: #B2312B;
}








.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    background-color: #001e50;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-content {
    margin-left: 10px;
}

.main-menu-two__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}

.main-menu-two__call-number a {
    /* color: var(--volks-white); */
    color: var(--volks-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
    color: var(--volks-base);
}



.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
}


.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    /* color: #fff; */
}





.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 88px 0 90px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 3px;
    margin-right: -10px;
}

.footer-widget__about-logo {
    position: relative;
    display: inline-block;
}

.footer-widget__about-logo img {
    /* max-width: 140px; */
    max-width: 100%;
}

.footer-widget__contact-info {
    position: relative;
    display: block;
    margin-top: 31px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: block;
}

.footer-widget__contact-list li+li {
    margin-top: 22px;
}

.footer-widget__contact-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-widget__contact-icon-box span,
.footer-widget__contact-icon-box svg {
    font-size: 16px;
    color: var(--volks-white);
}

.footer-widget__contact-icon-box p {
    color: var(--volks-white);
}

.footer-widget__contact-text {
    color: var(--volks-white);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--volks-font-two);
}

.footer-widget__contact-text a {
    color: var(--volks-white);
}

.footer-widget__contact-text a:hover {
    color: var(--volks-base);
}

.footer-widget__page-link {
    position: relative;
    display: block;
    margin-left: 88px;
}

.footer-widget__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--volks-white);
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 34px;
    text-transform: capitalize;
}

.footer-widget__page-link-list {
    position: relative;
    display: block;
}

.footer-widget__page-link-list li {
    position: relative;
    display: block;
}

.footer-widget__page-link-list li+li {
    margin-top: 15px;
}

.footer-widget__page-link-list li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-widget__page-link-list li a svg {
    color: #001e50;
}

.footer-widget__page-link-list li a p {
    font-size: 16px;
    color: rgba(var(--volks-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__page-link-list li:hover a p {
    /* color: rgba(var(--volks-base-rgb), 1); */
    color: var(--volks-white-rgb);
}

.footer-widget__page-link-list li a span {
    font-size: 16px;
    color: var(--volks-base);
}

.footer-widget__post {
    position: relative;
    display: block;
    margin-left: 60px;
}

.footer-widget__post-list {
    position: relative;
    display: block;
    padding-top: 5px;
}

.footer-widget__post-list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(var(--volks-white-rgb), .20);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.footer-widget__post-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-widget__post-img {
    position: relative;
    display: block;
    max-width: 90px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.footer-widget__post-img::after {
    background: rgba(var(--volks-black-rgb), .20);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.footer-widget__post-list li:hover .footer-widget__post-img::after {
    height: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.footer-widget__post-img img {
    width: 100%;
    border-radius: 10px;
    transition: all 1s ease-in-out;
}

.footer-widget__post-list li:hover .footer-widget__post-img img {
    transform: scale(1.1);
}

.footer-widget__post-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.footer-widget__post-content p {
    color: var(--volks-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.footer-widget__post-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 13px;
}

.footer-widget__post-content h4 a {
    color: var(--volks-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__post-content h4 a:hover {
    color: var(--volks-white);
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 108px;
}

.site-footer__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px;
}

.site-footer__bottom-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: .20;
    background: var(--volks-white);
}

.site-footer__copyright {
    position: relative;
    display: block;
}

.site-footer__copyright-text {
    color: rgba(var(--volks-white-rgb), 1);
}

.site-footer__copyright-text a {
    color: var(--volks-base);
    text-transform: capitalize;
}

.site-footer__copyright-text a:hover {
    color: var(--volks-white);
}

.site-footer__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li a {
    color: var(--volks-white);
}

.site-footer__bottom-menu li a:hover {
    color: var(--volks-white);
}



.footer-widget__social-box {
    position: relative;
    display: block;
    margin-left: 150px;
}

.footer-widget__social-text {
    color: var(--volks-white);
    margin-bottom: 28px;
}

.footer-widget__social {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-widget__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    /* background-color: #232323; */
    border-radius: 50%;
    font-size: 15px;
    color: var(--volks-white);
    overflow: hidden;
    z-index: 1;
    border: 1px solid #001e50;
}

.footer-widget__social a:hover {
    color: #ffffff;
    background-color: #001e50;
}

.footer-widget__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--volks-white);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.footer-widget__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


@media (min-width:992px) {
    .site-navigation .main-menu li a {
        color: #001e50 !important;
    }
}

@media (max-width:992px) {
    .contact {
        position: absolute;
        top: -60px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 210px;
        z-index: 999;
    }
}



@media (max-width: 767px) {
    .contact {
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -10px;
    }
}

.error-span {
    display: none;
}

#booknowModal .modal-content {
    height: auto;
}