html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
a{
    text-decoration: none;
}
a:hover, a:focus {
    color: #565555;
    text-decoration: none
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: "AcherusGrotesque-Regular";
    src: url("../fonts/AcherusGrotesque-Regular.woff") format("woff2"), url("../fonts/AcherusGrotesque-Regular.woff") format("woff");
}
@font-face {
    font-family: "AcherusGrotesque-Medium";
    src: url("../fonts/AcherusGrotesque-Medium.woff") format("woff2"), url("../fonts/AcherusGrotesque-Medium.woff") format("woff");
}
@font-face {
    font-family: "AcherusGrotesque-Bold";
    src: url("../fonts/AcherusGrotesque-Bold.woff") format("woff2"), url("../fonts/AcherusGrotesque-Bold.woff") format("woff");
}
@font-face {
    font-family: "AcherusGrotesque-ExtraBold";
    src: url("../fonts/AcherusGrotesque-ExtraBold.woff") format("woff2"), url("../fonts/AcherusGrotesque-ExtraBold.woff") format("woff");
}
@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular.woff") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff");
}
@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSansBold.woff") format("woff2"), url("../fonts/OpenSansBold.woff") format("woff");
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 24px;
    font-family: "OpenSansRegular", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "AcherusGrotesque-Bold", sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 7.2px;
    margin-bottom: 10px;
}
.nav {
    justify-content: center;
}
.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs .nav-link {
    border: none;
    background-color: rgba(0, 0, 0, .0588235294);
    border-radius: 3px;
    color: #000;
    font-family: "AcherusGrotesque-Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 30px;
    margin: 0 2px;
    opacity: .5;
}
.nav-tabs .nav-link.active {
    opacity: 1;
    font-family: "AcherusGrotesque-ExtraBold", sans-serif;
    font-weight: 800;
    border-bottom: 3px solid #000;
}
.responsive-tabs .dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #000;
    transform: rotate(0deg);
    transition: all ease .5s;
    padding: 0;
}
.responsive-tabs.open .dropdown-arrow {
    transform: rotate(-180deg);
    transition: all ease .5s;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: .8;
}
.owl-carousel .owl-nav button.owl-prev.disabled i, .owl-carousel .owl-nav button.owl-next.disabled i {
    opacity: .5;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}
.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.btn {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}
.link {
    letter-spacing: .8px;
    text-decoration: none;
    color: #000;
}
.btn-notify {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    line-height: 26px;
    padding: 7px 10px;
    min-width: 150px;
    font-family: "AcherusGrotesque-ExtraBold", sans-serif;
    font-weight: 900;
}
.btn-notify>span {
    display: inline-block;
    transition: .2s all;
}
.btn-notify>span:hover {
    transform: scale(1.1);
}
.highlight-text {
    text-align: center;
}
.highlight-text>span {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    background-color: #000;
    border-radius: 0px 0px 30px 0px;
    text-align: center;
    font-family: "AcherusGrotesque-Bold", sans-serif;
    letter-spacing: 1.4px;
    margin-bottom: 50px;
    min-width: 160px;
}
#popup.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    display: none;
}
#popup .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 300px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
#popup .popup .close {
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
#popup .popup .content {
    max-height: 30%;
    overflow: auto;
}
@media(min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1222px;
}

}


@media (max-width: 992px){
.mobile-menu-footer {
    position: relative !important;
}

}

@media(max-width: 767px) {
    .nav {
    padding-left: 2px;
    padding-right: 2px;
}
.nav li {
    display: block !important;
    width: 100%;
    margin: 0;
}
.nav li.active {
    border-bottom: 1px solid #000;
    margin: 0;
}
.nav.responsive-tabs, .nav .nav-link, .nav .nav-link.active {
    background-color: #f0f0f0;
}
.section-title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.2px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
}.page-header {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, .0509803922);
    background-color: #000;
    width: 100%;
    height: 85px;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.page-header .container-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 15px;
}
.page-header .nav-item {
    margin-bottom: 20px;
}
.page-header .nav-item .nav-link {
    padding: 5px;
}
.page-header .link-notify .nav-link {
    border: 1px solid #fff;
    border-radius: 5px;
}
.page-header .nav-link {
    text-decoration: none;
    color: inherit;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: "AcherusGrotesque-Medium", sans-serif;
    display: inline-block;
    text-transform: uppercase;
}
.page-header #navbar-hamburger {
    width: 60px;
    height: 30px;
    transition: .5s ease-in-out;
    transform: rotate(0deg);
    position: relative;
    cursor: pointer;
}
.page-header #navbar-hamburger.open .one {
    top: 11px;
    transform: rotate(135deg);
}
.page-header #navbar-hamburger.open .two {
    opacity: 0;
    width: 0;
    height: 0;
    left: 10px;
}
.page-header #navbar-hamburger.open .three {
    top: 11px;
    transform: rotate(-135deg);
}
.page-header .navbar-toggler-icon {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background-color: #fff;
}
.page-header .navbar-toggler-icon.one, .page-header .navbar-toggler-icon.three {
    width: 48px;
}
.page-header .navbar-toggler-icon.one {
    top: 0;
}
.page-header .navbar-toggler-icon.two {
    width: 32px;
    top: 12px;
}
.page-header .navbar-toggler-icon.three {
    top: 24px;
}
@media(min-width: 992px) {
    .page-header .navbar {
    padding: 8px 0;
}
.page-header .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.page-header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.page-header .nav-item {
    margin-bottom: 0;
}
.page-header .nav-item .nav-link {
    padding: 5px 25px;
    transition: .3s all;
}
.page-header .nav-item .nav-link:hover {
    transform: scale(1.1);
}
.page-header .link-notify {
    margin-left: 20px;
}
.mobile-menu-footer {
    display: none;
}
}@media(max-width: 992px) {
    .page-header .navbar {
    padding: 8px 0 0;
}
.page-header #navbarNav {
    margin: 0 -15px;
    background-color: #fff;
    padding: 15px 10px 0;
    position: fixed;
    top: 77px;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
.page-header .nav-item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.page-header .nav-link {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.mobile-menu-footer {
    padding: 10px 0 0;
    position: fixed;
    bottom: 0;
    width: 100%}
.mobile-menu-footer .mm-phone, .mobile-menu-footer .mm-email {
    display: block;
    margin-bottom: 15px;
}
.mobile-menu-footer .mm-phone>span, .mobile-menu-footer .mm-email>span {
    display: inline-block;
}
.mobile-menu-footer .mm-phone .img, .mobile-menu-footer .mm-email .img {
    background: #f2f2f2;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.mobile-menu-footer .mm-email-field {
    padding: 15px 0;
}
.mobile-menu-footer .mm-phone-title, .mobile-menu-footer .mm-email-title, .mobile-menu-footer .mm-phone .number, .mobile-menu-footer .mm-email .number {
    font-family: "AcherusGrotesque-ExtraBold", sans-serif;
    color: #000;
}
.mobile-menu-footer .mm-phone-title, .mobile-menu-footer .mm-email-title {
    margin-bottom: 10px;
}
.mobile-menu-footer .mm-social-icon-notify {
    background-color: #f2f2f2;
    padding: 10px;
    margin: 0 -10px;
}
.mobile-menu-footer .mm-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-footer .mm-social-icons>li {
    margin: 0 15px;
    font-size: 20px;
}
.mobile-menu-footer .mm-notify-me {
    text-align: center;
    margin-top: 20px;
}
.mobile-menu-footer .mm-btn-notify {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    padding: 7px 10px;
    width: 100%;
    font-family: "AcherusGrotesque-Bold", sans-serif;
    font-weight: 900;
}
.mobile-menu-footer .email-id {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%}
}.contact-form {
    margin: 0 5px;
}
.contact-form #result, .contact-form #nameErr, .contact-form .hasError {
    color: red;
}
.contact-form .form-row.form-fields {
    display: grid;
    grid-template-columns: repeat(4,  1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: space-between;
}
.contact-form .form-row.disclaimer {
    display: grid;
    grid-template-columns: 75% 25%;
    color: #000;
}
.contact-form .form-row.disclaimer .title {
    text-align: left;
    font-family: "OpenSansBold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 5px;
}
.contact-form .form-row.disclaimer .txt {
    text-align: left;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    line-height: 17px;
}
.contact-form .form-row.disclaimer .notify-btn {
    display: flex;
    justify-content: flex-end;
}
.contact-form .form-row .form-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: "OpenSansRegular", sans-serif;
}
.contact-form .form-row .form-group input {
    font-family: "OpenSansRegular", sans-serif;
}
.contact-form .form-row label {
    display: none;
}
.contact-form .form-row .btn-notify {
    background-color: #000;
    color: #fff;
}
.contact-form .form-row .btn-notify>span {
    display: inline-block;
    transition: .2s all;
}
.contact-form .form-row .btn-notify>span:hover {
    transform: scale(1.1);
}
.contact-form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    width: 100%}
.contact-form .form-control:focus-visible, .contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form .nice-select {
    height: auto;
    line-height: normal;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
    float: none;
}
.contact-form .nice-select .option:hover, .contact-form .nice-select .option:focus, .contact-form .nice-select .option.selected.focus {
    background-color: #366ab3;
}
.contact-form .nice-select .list {
    transform: none;
}
.contact-form .nice-select .list>li:hover {
    color: #fff;
}
.contact-form .nice-select .list>li.selected {
    color: #000;
}
.contact-form .nice-select .list>li.selected:hover {
    color: #fff;
}
.contact-form .nice-select.open .list {
    transform: none;
    width: 100%}
.contact-form .nice-select:after {
    display: none;
}
.contact-form .nice-select:before {
    content: "";
    background-image: url("../images/arrow-dropdown.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
}
@media(max-width: 767.99px) {
    .contact-form .form-row.form-fields {
    display: block;
}
.contact-form .form-row.disclaimer {
    display: block;
}
.contact-form .form-row.disclaimer .notify-btn {
    justify-content: center;
}
.contact-form .nice-select {
    padding-left: 0;
}
}.section-row {
    padding-bottom: 80px;
}
.section-head {
    margin-bottom: 25px;
}
.section-banner {
    text-align: center;
    position: relative;
}
/*
.section-banner .item-1 {
    background-image: url("../images/banner-slider/web/desktop.png");
}
.section-banner .item-2 {
    background-image: url("../images/banner-slider/web/desktop.png");
}*/
.section-banner .item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  /*  height: 110vh;*/
    width: 100%}
.section-video .section-title .txt {
    display: block;
}
.section-video .para {
    font-family: "OpenSansRegular", sans-serif;
    letter-spacing: .8px;
    width: 55%;
    margin: 20px auto;
    text-align: center;
}
.section-video .video {
    position: relative;
    cursor: pointer;
}
.section-segment-features .segment-features-slider {
    clear: both;
    width: 100%;
    display: flex;
    height: 90vh;
    overflow: hidden;
}
.section-segment-features .segment-features-slider li {
    flex: 1;
    transition: flex 500ms ease-out;
    position: relative;
}
.section-segment-features .segment-features-slider li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-segment-features .segment-features-slider li:hover {
    flex: 4;
}
.section-segment-features .segment-features-slider li:hover .info-txt .txt {
    display: inline-block;
}
.section-segment-features .segment-features-slider li:hover .info-txt:before {
    visibility: visible;
}
.section-segment-features .segment-features-slider li:hover p {
    display: block;
    opacity: 1;
    visibility: visible;
}
.section-segment-features .segment-features-slider .info-txt {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}
.section-segment-features .segment-features-slider .info-txt .title {
    font-family: "AcherusGrotesque-Bold", sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.section-segment-features .segment-features-slider .info-txt p {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 100%}
.section-segment-features .segment-features-slider .info-txt .txt {
    display: block;
}
.section-segment-features .segment-features-slider .info-txt:before {
    content: "";
    width: 2px;
    height: 75%;
    left: -10px;
    top: 10px;
    position: absolute;
    background-color: #fff;
    visibility: hidden;
}
.section-key-features #featuresTabContent .item {
    background-color: #000;
    position: relative;
}
.section-key-features #featuresTabContent .item:after {
    content: "";
    background: rgba(0, 0, 0, 0) linear-gradient(180deg,  rgba(9,  9,  10,  0) 0%,  #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: -1;
}
.section-key-features #featuresTabContent .info-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 10px;
}
.section-key-features #featuresTabContent .info-txt .title {
    font-size: 16px;
    font-family: "AcherusGrotesque-Bold", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.section-key-features #featuresTabContent .info-txt .txt {
    font-family: "AcherusGrotesque-Medium", sans-serif;
    font-size: 14px;
}
.section-wheelbase .item {
    position: relative;
}
.section-wheelbase .item:after {
    content: "";
    background: rgba(0, 0, 0, 0) linear-gradient(180deg,  rgba(9,  9,  10,  0) 0%,  #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%}
.section-wheelbase .info-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 10px 0;
    z-index: 1;
}
.section-wheelbase .info-txt .title {
    font-size: 16px;
    font-family: "AcherusGrotesque-ExtraBold", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.section-wheelbase .owl-carousel .owl-nav .owl-prev, .section-wheelbase .owl-carousel .owl-nav .owl-next {
    background-color: trasnaprent;
    border-radius: 0;
    width: auto;
    height: auto;
}
.section-gallery .tab-content>.tab-pane {
    width: 100%;
    display: block !important;
    overflow-y: hidden;
    height: 0;
    transition: all .3s;
}
.section-gallery .tab-content>.tab-pane.active {
    height: auto;
    padding-bottom: 40px;
    transition: all .3s;
}
.section-gallery .tab-content>.active {
    height: auto;
    overflow-x: hidden;
}
.section-gallery .item {
    margin-bottom: 30px;
    position: relative;
}
.section-gallery .slick-slide .item {
    overflow: hidden;
}
.section-gallery .slick-slide .item img {
    transition: all .3s;
    overflow: hidden;
}
.section-gallery .slick-slide .item:hover img {
    transform: scale(1.2);
}
.section-gallery .slick-arrow {
    position: absolute;
    bottom: -40px;
    background-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    font-family: "AcherusGrotesque-Bold", sans-serif;
    width: 145px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000;
    letter-spacing: 1.2px;
    padding: 6px;
}
.section-gallery .slick-arrow.slick-disabled {
    border: 1px solid rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
}
.section-gallery .slick-prev {
    left: 37%}
.section-gallery .slick-next {
    right: 37%}
.section-gallery .fa-arrow-left {
    margin-right: 5px;
}
.section-gallery .fa-arrow-right {
    margin-left: 5px;
}
.section-contact-us.section-row {
    padding-bottom: 25px;
}
.section-contact-us .section-title {
    text-align: center;
    font-family: "AcherusGrotesque-Bold", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    margin: 0 auto 20px;
    letter-spacing: 7.2px;
    max-width: 80%}
@media(max-width: 991px) {
    .page-header {
    height: 76px;
}
    /*
.section-banner .item-1 {
    background-image: url("../images/banner-slider/mobile/1.jpg");
}*/
.section-segment-features .segment-features-slider {
    flex-direction: column;
    height: auto;
}
.section-segment-features .segment-features-slider li {
    transition: unset;
}
.section-segment-features .segment-features-slider li img {
    display: block;
    height: 200px;
    transition: .2s all;
}
.section-segment-features .segment-features-slider li:hover {
    flex: unset;
}
.section-segment-features .segment-features-slider li:hover img {
    height: 100%;
    transition: .2s all;
}
.section-segment-features .segment-features-slider .info-txt {
    padding: 0 10px 10px;
    width: calc(100% - 20px);
}
.section-segment-features .segment-features-slider .info-txt:before {
    left: 0;
    visibility: visible;
}
.section-gallery .slick-next {
    right: 28%}
.section-gallery .slick-prev {
    left: 28%}
.connectTo.owl-theme .owl-dots .owl-dot span, .connectTo.owl-theme .owl-dots .owl-dot span {
    width: 30px;
}
.connectTo .slide-info p {
    font-size: 18px;
}
.v-slider-Wrapper {
    margin-bottom: 50px;
}
}@media(max-width: 767px) {
    .section-row {
    padding-bottom: 60px;
}
    /*
.section-banner .item-1 {
    background-image: url("../images/banner-slider/mobile/1.jpg");
}*/
.section-banner .item-2 {
    background-image: url("../images/banner-slider/mobile/2.png");
}
.section-banner .banner-sub-title {
    line-height: initial;
    letter-spacing: initial;
}
.section-banner .banner-sub-title>span:after, .section-banner .banner-sub-title>span:before {
    display: none;
}
.section-banner .banner-title {
    font-size: 40px;
    line-height: initial;
    letter-spacing: initial;
}
.section-banner .banner-txt {
    top: 10px;
}
.section-video .section-title {
    margin-bottom: 50px;
}
.section-video .video {
    margin: 0 -15px;
}
.section-video .para {
    width: 100%}
.section-segment-features .segment-features-slider .info-txt .title {
    position: relative;
}
.section-segment-features .segment-features-slider .info-txt .title:before {
    content: "";
    width: 2px;
    height: 80%;
    top: 10px;
    position: absolute;
    background-color: #fff;
    left: -10px;
    visibility: visible;
}
.section-segment-features .segment-features-slider .info-txt:before {
    display: none;
}
.section-segment-features .segment-features-slider li:hover .info-txt .txt {
    display: block;
}
.section-key-features #featuresTabContent .info-txt {
    bottom: 10px;
    position: relative;
    min-height: 130px;
    padding: 10px !important;
}
.section-wheelbase .item:after {
    height: 35%}
.section-wheelbase .info-txt {
    bottom: 5px;
    position: relative;
    padding: 15px !important;
    min-height: 120px;
}
.section-wheelbase .owl-carousel .owl-nav .owl-prev, .section-wheelbase .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%}
.section-gallery .tab-content>.tab-pane.active {
    padding-bottom: 0;
}
.section-gallery .item {
    margin-bottom: 0;
}
.section-gallery .slick-slide img {
    width: 100%}
.section-gallery .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 20px;
    border-radius: 100%;
    border: none;
    background-color: rgba(255, 255, 255, .89);
    z-index: 1;
}
.section-gallery .slick-prev {
    left: 20px;
}
.section-gallery .slick-next {
    right: 20px;
}
.section-contact-us .section-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 36px;
}
}.page-footer .social-icons {
    display: flex;
    justify-content: flex-end;
}
.page-footer .social-icons>li {
    padding: 0 20px;
}
.page-footer .social-icons>li i {
    color: #b2b2b2;
    font-size: 24px;
}
.footer-wrap {
    position: relative;
}
.footer-wrap .footer-blocks {
    display: grid;
    grid-template-columns: 22% 53% 22%;
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
    background: #000;
    padding: 25px 40px;
}
.footer-wrap .footer-title {
    font-family: "OpenSansBold", sans-serif;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-wrap .footer-title>span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.footer-wrap .footer-title>span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 80px;
    background-color: #fff;
}
.footer-wrap .phone-field, .footer-wrap .email-field {
    font-family: "OpenSansBold", sans-serif;
    font-size: 18px;
    background-color: #fff;
}
.footer-wrap .phone, .footer-wrap .email {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 54px;
    color: #000;
}
.footer-wrap .phone .img, .footer-wrap .email .img {
    background-color: #f2f2f2;
    height: 100%;
    width: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.footer-wrap .footer-right {
    margin-top: 46px;
}
.footer-wrap .footer-bottom {
    padding-top: 5px;
}
.footer-wrap .footer-bottom .txt {
    text-align: right;
    color: #adadad;
    font-size: 14px;
}
@media(max-width: 992px) {
    .page-footer {
    overflow: hidden;
}
.footer-wrap {
    margin: 0 -20px;
}
.footer-wrap .footer-blocks {
    grid-template-columns: 100%;
    padding: 10px;
}
.footer-wrap .footer-right {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-wrap .footer-middle {
    margin: 30px 0 10px;
}
.footer-wrap .footer-bottom {
    position: relative;
    top: 0;
    height: auto;
    justify-content: center;
    padding: 10px;
}
.footer-wrap .footer-bottom .txt {
    text-align: center;
}
.footer-wrap .phone-field, .footer-wrap .email-field {
    font-size: 12px;
}
.footer-wrap .phone .img, .footer-wrap .email .img {
    width: 45px;
    margin-right: 10px;
}
.page-footer .social-icons {
    justify-content: center;
}
}/*# sourceMappingURL=style.css.map */




.presentian_urbania {
    
    position:  relative;
    
}
.presentiang_brouchure_box {
    
    position:  absolute;
    
       top: 50%;
    transform: translateY(-50%);
    
    background-color:  rgba(0, 0, 0, 0.5);
    
    left:  80px;
    
    max-width:  450px;
    
    color:  #ffffff;
    
    text-transform:  uppercase;
    
    line-height:  1.2;
    
    letter-spacing:  3.5px;
    
}
.presentiang_brouchure_box .card {
    
      background-color: #cceff357;
    border: 2px solid #ffffff;
    backdrop-filter: blur(3px);
    
}
.presentiang_brouchure_box .card-body h2 {
    
    font-size:  32px;
    
    text-transform:  uppercase;
    
    letter-spacing:  3.5px;
    
    line-height:  1.1;
    
    padding:  0 0 20px 0;
    
}
.leftrightText {
    
    padding:  25px 0;
    
    width:  100%;
    
    float:  left;
    
}
.leftrightText p {
    
    float:  left;
    
    font-size:  21px;
    
    position:  relative;
    
}
.downloadbrochureBtn {
    
    background-color:  #ffffff;
    
    padding:  12px;
    
    text-transform:  uppercase;
    
    letter-spacing:  1.5px;
    
    font-size:  14px;
    
    font-weight:  600;
    
}
.leftrightText p: before {
    
    content:  '';
    
    position:  absolute;
    
    background-color:  #ffffff;
    
    left:  -15px;
    
    height:  50px;
    
    width:  2px;
    
}
.presentiang_brouchure_box .card-body  {
    
    padding:  2.25rem;
    
}

.leftrightText h3 {
    
    float:  right;
    
    font-size:  30px;
    
    font-weight:  600;
    
    letter-spacing:  1px;
    
}
.presentian_urbania img {
    
    width:  100%;
    
}
.grayLoader{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 77%);
}
.grayLoader img{
    max-width: 75px;
}
.social-icon li i:hover{
    color: #fff;
}
#result{
    font-size: 25px;
    margin: 15px 0;
    color: green;
    text-align: center;
        text-transform: uppercase;
}

#cokkies .modal-dialog{
    max-width: 550px;
    margin: 9.75rem auto;
}
#cokkies .modal-title {
    font-size: 20px;
}