* {
    padding: 0;
    margin: 0 auto;
}

body {
    font-family: 'Play-Regular';
}

:root {
    --animate-delay: 0.5s !important;
}

@font-face {
    font-family: 'Play-Bold';
    src: url(../fonts/Play-Bold.eot);
    src: url(../fonts/Play-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Play-Bold.woff2) format('woff2'), url(../fonts/Play-Bold.woff) format('woff'), url(../fonts/Play-Bold.ttf) format('truetype'), url(../fonts/Play-Bold.otf) format('otf'), url(../fonts/Play-Bold.svg#Play-Bold) format('svg');
}

@font-face {
    font-family: 'Play-Regular';
    src: url(../fonts/Play-Regular.eot);
    src: url(../fonts/Play-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Play-Regular.otf) format('otf'), url(../fonts/Play-Regular.svg#Play-Regular) format('svg'), url(../fonts/Play-Regular.ttf) format('truetype'), url(../fonts/Play-Regular.woff) format('woff'), url(../fonts/Play-Regular.woff2) format('woff2');
}

@charset 'UTF-8';
/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

header {
    padding: 12px 0 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    border-bottom: solid 1px #ffffff59;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-red {
    background-color: #bc1724 !important;
}

nav.navbar {
    padding: 0px 0;
}

.mr-right {
    margin-right: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000 !important;
}

nav.navbar .nav-link {
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
    font-size: 14px;
    position: relative;
    opacity: 0.9;
    padding: 12px 0 !important;
}

.dropdown-toggle::after {
    border: none;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    font-size: 19px;
    bottom: 18px;
    margin: auto;
    right: -8px;
}

nav.navbar .nav-link:before,
.top-head ul li a:before {
    content: '';
    position: absolute;
    /* right: 0; */
    right: 0;
    border: 0;
    width: 0%;
    background: red;
    height: 1px;
    bottom: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.top-head ul li a:after {
    bottom: -5px;
}

.top-head ul li a:hover {
    opacity: 1;
}

nav.navbar .nav-link:hover:after,
.top-head ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

nav.navbar .nav-item {
    margin: 0 25px;
}

nav.navbar .nav-item:last-child,
.top-head ul li:last-child {
    margin-right: 0;
}

.top-head ul {
    margin-bottom: 0;
    list-style: none;
}

.top-head ul li {
    margin: 0 25px;
    position: relative;
}

.top-head ul li:after {
    content: '';
    color: #b2b2b2;
    position: absolute;
    right: -29px;
    width: 1px;
    height: 12px;
    top: 7px;
    background: #b2b2b2;
}

.top-head ul li:last-child:after {
    display: none;
}

.top-head ul li a {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    font-size: 14px;
    position: relative;
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.top-head ul li a i:before {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.top-head {
    margin-bottom: 11px;
}

.navbar-brand {
    position: relative;
    top: -20px;
    padding: 0;
}

.navbar-brand img {
    width: 240px;
}

.banner {
    overflow: hidden;
    position: relative;
    padding: 30px 0 0;
    width: 100%;
    height: calc(100vh - 92px);
    margin-top: 92px;
    background: #1e1e1e !important;
}

.baxy-slider {
    position: relative;
}

.animation-box {
    position: relative;
    margin: auto;
}

.water_animation {
    top: 40px;
    font-size: 60px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.water_animation img {
    width: 100%;
    z-index: 0;
    /* position: relative; */
}

.water_animation span,
.water_animation img {
    -webkit-animation: bannermove 60s linear infinite;
    animation: bannermove 60s linear infinite;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: inline-block;
    font-size: 480px;
    opacity: 0.03;
    font-family: 'Play-Bold';
    color: #ffffff3b;
}

@-webkit-keyframes bannermove {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes bannermove {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.baxySlide h4 {
    font-family: 'Play-Bold';
    color: #fff;
    font-size: 44px;
    line-height: 1.0;
    margin-bottom: 0;
    padding-right: 0;
    text-align: center;
    position: relative;
}

.baxySlide .baxy-lt,
.baxySlide .baxy-rt,
.baxySlide .baxy-img {
    margin: 0
}

.baxySlide .baxy-img {
    margin: 20px 0 0px 0;
}

.baxySlide h4 span {
    top: -12px;
    display: block;
    text-align: right;
    color: #bc1724;
    font-family: 'Play-Bold';
    font-size: 19px;
    line-height: 1.0;
    position: absolute;
    right: 0;
    top: 31px;
    bottom: 0;
}

.baxySlide h3 {
    text-align: right;
    color: #bc1724;
    font-family: 'Play-Bold';
    font-size: 24px;
    line-height: 1.0;
    position: relative;
}

.baxySlide h4 span:after {
    top: 9px;
    content: '';
    background: red;
    width: 40px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    transform: rotate(305deg);
    right: 97px;
}

/*
.baxySlide h4 span:after{
top: 11px;
    content: '';
    background: red;
    width: 70px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    transform: rotate(305deg);
    right: 134px;
     transition: all ease-in-out 0.5s;
}

.baxySlide h3:after {
    top: 11px;
    content: '';
    background: red;
    width: 90px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(305deg);
        -ms-transform: rotate(305deg);
            transform: rotate(305deg);
    right: 48px;
    /*transition: all ease-in-out 0.5s;*/

}

.baxySlide h3.animated:after {
    width: 90px;
}

.baxySlide h3 span {
    position: relative;
    left: -18px;
}

.banner .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scroll-bar {
    position: absolute;
    left: 0;
    bottom: 0;
}

.scroll-bar__text {
    font-size: 11px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
    opacity: 0.6;
}

.scroll-bar__bar {
    width: 1px;
    height: 70px;
    background: #949494;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}

.scroll-bar__bar::before {
    content: '';
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    -webkit-animation: scroll 1.5s cubic-bezier(1, .2, .2, 1) infinite;
    animation: scroll 1.5s cubic-bezier(1, .2, .2, 1) infinite;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 250%, 0);
        transform: translate3d(0, 250%, 0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 250%, 0);
        transform: translate3d(0, 250%, 0);
    }
}

.pad80 {
    padding: 80px 0;
}

.h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    text-align: center;
}

.buttonProgress:hover .buttonProgress__progress-path {
    stroke-dashoffset: 0;
    stroke: #dd1a21;
}

.buttonProgress:hover .buttonProgress__arrow {
    left: calc(100% - 109px);
}

.buttonProgress:hover .buttonProgress__progress .buttonProgress__progress-circle {
    /*fill: #000;
	stroke: #000;*/
}

.buttonProgress:hover .buttonProgress__progress {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.buttonProgress {
    position: relative;
    display: inline-block;
    background: none;
    width: auto;
    height: 60px;
    text-transform: uppercase;
    font-size: .85rem;
    color: #fff;
    border: none;
}

.buttonProgress__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buttonProgress__label {
    font-size: 16px;
    margin-right: 60px;
    letter-spacing: 2px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.buttonProgress__arrow {
    position: absolute;
    width: 87px;
    height: auto;
    top: -7px;
    left: calc(100% - 118px);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    z-index: 9;
}

.buttonProgress__arrow-path {
    fill: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.buttonProgress__progress {
    width: 75px;
    height: 75px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    fill: none;
    position: relative;
    top: -4px;
}

.buttonProgress__progress-circle {
    stroke: #eaeaea;
    stroke-width: 1px;
}

.buttonProgress__progress-circle,
.buttonProgress__progress-path {
    fill: none;
    stroke: #eaeaea;
    stroke-width: 1px;
}

.buttonProgress__progress-path {
    stroke: #dd1a21;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    -webkit-transition: stroke-dashoffset .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: stroke-dashoffset .4s cubic-bezier(.7, 0, .3, 1);
    transition: stroke-dashoffset .4s cubic-bezier(.7, 0, .3, 1);
}

.about .text-center {
    margin: 40px 0;
}

.buttonProgress:hover span {
    color: #fff;
}

.partner-logo {
    list-style: none;
    margin: 90px 0 0 0;
}

.partner-logo li {
    margin: 0 30px;
}

.partner-logo li img {
    width: 130px;
    margin: 0;
}

.partner-logo .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.baxySlide .baxy-img img {
    width: 300px;
}

.product .h4 {
    color: #000;
}

.product p {
    color: #bc1724;
    margin: 0;
    font-size: 36px;
}

.product .row {
    margin-top: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.product-img img.pull-right, .product-img img.pull-left {
    width: 60% !important;
    margin-top: -30px;
}
.product-img span {
    color: #898989;
    font-size: 22px;
}

.product-img img.pull-left {
    -webkit-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.product-img img.pull-left:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.product-img img.pull-right {
    -webkit-transform: translate(140px, 0px);
    -ms-transform: translate(140px, 0px);
    transform: translate(140px, 0px);
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.product-img img.pull-right:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.product-img h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #212529;
}
.product .col-lg-6 {
    padding: 0;
}

.product .col-lg-6:first-child .product-img {
    border-right: solid 1px #898989;
    height: 100%;
}

.dealer-wrapper {
    position: relative;
}

.dealer-wrapper:after {
    background: #bc1724;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 49%;
    z-index: -1;
}

.dealer-wrapper .dealer-count {
    padding: 80px 60px 80px 0;
}

.dealer-wrapper .count-loop {
    padding: 40px 0;
    border-bottom: solid 1px #ffffff78;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dealer-wrapper .count-loop .counter {
    font-family: 'Play-Bold';
    color: #fff;
    font-size: 52px;
}

.dealer-wrapper .count-loop span {
    margin: 0;
}

.dealer-wrapper .count-loop .dealers-data {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 100;
    opacity: 0.8;
    letter-spacing: 1px;
    margin-left: 70px;
    /*font-family: 'Play-Bold';*/
}

.dealer-wrapper .count-loop span.line {
    position: relative;
}

.dealer-wrapper .count-loop span.line:after {
    content: '';
    width: 2px;
    background: #fff;
    height: 70px;
    position: absolute;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.dealer-wrapper .col-lg-6.col-md-6:first-child {
    margin: 0;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child {
    position: absolute;
    right: 0;
    padding-left: 15px;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-6,
.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-12 {
    padding: 0;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-6 .mr-0 {
    overflow: hidden;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-6 .mr-0:hover .handle-bg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-12 .overflow {
    padding: 50px 50px 64px;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-12 .overflow h4 {
    font-size: 45px;
    letter-spacing: 1px;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .delear-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .delear-link span {
    margin: 0;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .delear-link img {
    width: 50px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: relative;
    right: 0;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .delear-link {
    color: rgb(255 255 255 / 68%);
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: solid 1px rgb(255 255 255 / 68%);
    padding: 20px 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .delear-link:hover img {
    right: -10px
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .delear-link:hover {
    color: #fff;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .col-md-12 {
    margin-top: 15px;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .row .col-md-6:first-child {
    padding-right: 7px;
}

.dealer-wrapper .col-lg-6.col-md-6:last-child .row .col-md-6:nth-child(2) {
    padding-left: 7px;
}

.book-from-wrapper .h4 {
    color: #000;
}

.book-from-wrapper form {
    margin-top: 50px;
}

.book-from-wrapper form .form-control {
    border: none;
    padding: 14px 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
    height: auto !important;
    font-size: 16px;
    color: #000;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.book-from-wrapper form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.caret:after {
    /*content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 0;*/
}

.caret {
    position: relative;
    background: transparent;
}

.caret select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 9;
    background: transparent;
}

.book-from-wrapper .buttonProgress__label {
    color: #bc1724;
}

.book-from-wrapper .buttonProgress__arrow-path {
    fill: #bc1724;
}

.book-from-wrapper .buttonProgress__progress-circle,
.book-from-wrapper .buttonProgress__progress-path {
    fill: none;
    stroke: #898989;
    stroke-width: 1px;
}

.book-from-wrapper .custom-control-label {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.4px;
}

.book-from-wrapper button {
    margin-top: 40px;
    cursor: pointer;
}

.book-from-wrapper button:focus {
    outline: none;
}

.book-from-wrapper .buttonProgress:hover span {
    color: #bc1724;
}

.book-from-wrapper .custom-control.custom-checkbox {
    margin-top: 5px;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: solid 1px #000;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #bc1724 !important;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.copyright {
    background: #bc1724;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.copyright span {
    font-size: 13px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    margin-bottom: 0;
}

.copyright a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    pointer-events: none;
}

.copyright a:hover {
    opacity: 1;
}

footer .baxy-reach .baxy-logo img {
    width: 240px
}

footer .qucik-links h4 {
    color: #bc1724;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}

footer .qucik-links h4 a {
    color: #bc1724;
}

footer .qucik-links h4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -6px;
    background: -o-repeating-linear-gradient(353deg, #bc1724, black);
    background: repeating-linear-gradient(97deg, #bc1724, black);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

/*footer .qucik-links h4:hover:after{
	 background: repeating-linear-gradient(97deg,  black, #bc1724);
}*/

.qucik-links {
    position: relative;
    height: 100%;
}

footer .qucik-links ul {
    list-style: none;
    margin-bottom: 0;
}

footer .qucik-links ul li {
    margin-bottom: 16px;
    font-size: 14px;
}

footer .qucik-links ul li a {
    color: #000;
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

footer .qucik-links ul li a:hover {
    opacity: 1;
}

footer .qucik-links ul.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .qucik-links ul.social-icon li {
    margin: 0 20px 0 0;
}

footer .qucik-links ul.social-icon li a i {
    font-size: 20px;
}

.qucik-links.social-baxy {
    margin-top: 60px;
}

footer .qucik-links ul li:last-child {
    margin-bottom: 0;
}

footer .qucik-links h4.align-bottoms {
    position: absolute;
    bottom: 7px;
    margin: 0
}

footer .baxy-reach .baxy-logo {
    margin-bottom: 73px;
}

footer .baxy-reach .qucik-links {
    margin-bottom: 40px;
    height: auto;
}

footer .baxy-reach .qucik-links p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.6;
}

footer .baxy-reach .qucik-links p a {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

footer .baxy-reach .qucik-links:last-child {
    margin-bottom: 0;
}

footer .baxy-reach {
    border-right: solid 1px #00000047;
}

footer .col-lg-8 {
    padding-left: 50px;
}

.handle-bg {
    background-size: cover !important;
    height: 316px;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

header.fixed {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #000;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    border-bottom: none !important;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.navbar-brand {
    margin: 0;
}

.w-custom {
    max-width: 500px;
    margin: 0;
}

.bg-scroll {
    background-size: cover !important;
}

.baxySlide .baxy-rt.text-left {
    margin-top: 0;
}

.about .buttonProgress:hover .buttonProgress__arrow-path {
    fill: #000;
}

.about .buttonProgress:hover .buttonProgress__progress-path {
    stroke: #000000;
}

.about .buttonProgress:hover .buttonProgress__label {
    color: #000;
}

.scrollbar-track-x {
    height: 4px !important;
}

.line-box {
    text-align: right;
    color: #fff;
    font-family: 'Play-Bold';
    font-size: 24px;
    line-height: 1.0;
    position: relative;
    left: 520px;
    top: -25px;
}

.line-box:after {
    top: 7px;
    content: '';
    background: #bc1724;
    width: 80px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    transform: rotate(305deg);
    right: 145px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.slide-two {
    position: relative;
}

.slide-two:after {
    content: '';
    background: #bc1724;
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.p {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

.slide-two p.p {
    margin-top: 20px;
}

.slide-two .h4 {
    line-height: 1.1;
}

.slide-three .h4 {
    text-align: left !important;
    font-size: 46px;
    line-height: 1.0;
    margin-bottom: 20px;
    padding-top: 90px;
}

.slide-three .row {
    margin: 0;
}

.slide-three .row .col-md-6:first-child {}

.slide-three .row .col-md-6:last-child {}

.slide-three .three-data {
    max-width: 500px;
}

.slide-three .three-data p {
    margin-bottom: 0;
    opacity: 0.6;
}

.slide-three .container {
    max-width: 100%;
    padding: 0;
}

.slide-three .container .col-md-6 {
    padding: 0;
}

.section-four {
    position: relative;
    background: #bc1724;
}

.section-four .row .col-md-6:first-child {
    margin: 0;
}

.section-four .row .col-md-6:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}

.section-four .h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    text-align: left;
}

.section-four .border-bm {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ffffff69;
    margin: 20px 50px;
}

.section-four .container {
    /*max-width:100%;*/
}

.section-five {
    position: relative;
}

.section-five:after {
    content: '';
    background:#efece1;
    width: 68%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.nav-tabs {
    display: none;
}

.tab-box .nav-item {
    width: 100%;
    margin: 0;
}

.tab-box .nav-item a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.8px;
    border: solid 1px rgb(255 255 255 / 36%);
    border-radius: 0;
    border-left: none;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.tab-box .nav-item:first-child a {
    border-left: solid 1px rgb(255 255 255 / 36%);
}

.tab-box .nav-tabs .nav-link:focus,
.tab-box .nav-tabs .nav-link:hover {
    border-color: transparent;
    background: #fff;
    color: #bc1724;
}

.card {
    background-color: transparent;
    border-radius: 0;
}

.tab-box .nav-tabs {
    border-bottom: none;
    margin: 30px 0;
}

.tab-content .card-body {
    padding: 0;
}

.tab-content .card-body h5 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
}

.tab-content .table thead th {
    vertical-align: bottom;
    border-bottom: none;
    background: #a31d20;
    color: #fff;
    font-weight: 100;
}

.tab-content .table td {
        background: #efece1;
    color: #000;
    opacity: 1;
    font-size: 14px;
    width: 50%;
    font-weight: 100;
    padding: 12px 0;
}

.tab-content .table th, .tab-content .table td {
    text-align: center;
    border: none !important;
    border: solid 1px #d1cdbe !important;
}

.tab-content {
    margin-bottom: 0;
    position: relative;
    padding-left: 50px;
}

.section--large {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    height: calc(100vh - 91px);
}

.section--large .container {
    /*margin-top: 103px;*/
}

.scrollbar-track {
    background: transparent !important;
}

#scrollbar {
    margin-top: 91px;
}

@media(min-width:768px) {
    .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .card {
        border: none;
    }
    .card .card-header {
        display: none;
    }
    .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .tab-content>.tab-pane {
        /*display: block !important;
        opacity: 1;*/
    }
}

.parallax-window {
    height: 95vh;
    background: transparent;
    background-position: center !important;
    background-size: cover !important;
}

.mission p {
    color: #000 !important;
}

.padtbt70 {
    /*padding-top:70px; padding-bottom:70px;*/
}

.greybg {
    background: #eee;
}

.innerpage .h4 {
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.headingnew {
    font-size: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    color: #000;
}

.blackbg {
    background: #000;
}

.blackbg h4,
.blackbg p {
    color: #fff;
    text-align: left;
}

.leader_pro p {
    margin-top: 15px;
    margin-bottom: 0px;
}

.leader_pro p span {
    opacity: 0.5;
}

.leader_pro .buttonProgress__arrow {
    width: 50px;
    left: calc(100% - 63px);
}

.leader_pro .buttonProgress__progress {
    width: 40px;
    height: 40px;
}

.leader_pro .buttonProgress__label {
    margin-right: 35px;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.leader_pro .buttonProgress:hover .buttonProgress__arrow-path {
    fill: #bc1724;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.leader_pro .buttonProgress:hover .buttonProgress__label {
    color: #bc1724;
}

.leader_pro .buttonProgress:hover .buttonProgress__arrow {
    left: calc(100% - 55px);
}

.leader_pro .buttonProgress:focus {
    outline: none;
}

.mission {
    background: #fff;
    margin-top: 50px;
    padding: 50px 60px;
    min-height: 306px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.mission:hover {
    background: #bc1724;
    color: #fff;
}

.mission:hover h6,
.mission:hover p {
    color: #fff !important;
}

.mission h6 {
    color: #000;
    text-align: center;
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.mission p {
    color: #000;
    text-align: center;
}

/*.vision {background:rgba(255,255,255,0.2);}
.vision p, .vision h6 {color:#fff;}*/

.slider-sec {
    padding-bottom: 120px;
}

.banner-slide {
    height: 150px;
}

.progress-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*.year{width:200px;display: table;padding-right:46px;}*/

.year {
    padding-right: 46px;
}

.year span {
    color: #bc1724;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}

.progress-content p {
    padding: 0 !important;
    font-size: 14px;
    line-height: 20px !important;
}

.progress-content h6 {
    padding-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}

.progress {
    display: block;
    width: 85%;
    height: 2px;
    overflow: hidden;
    background-color: #c5c5c5;
    background-image: -o-linear-gradient(left, black, black);
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
    background-image: linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out;
    margin-top: 60px;
    float: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rgb(137 140 92);
    border: 0;
}

.progress-thumb {
    padding-right: 80px;
}

.banner-slide .progress-thumb {
    padding-top: 8px;
}

.banner-slide .slick-current .progress-thumb {
    padding-right: 67px;
}

.banner-slide .product-showcase-carousel-controls {
    top: inherit;
    bottom: -130px;
}

.product-showcase-carousel-controls {
    position: absolute;
    top: -90px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-weight: 700;
    font-size: 50px;
}

.product-showcase-carousel-controls i {
    font-weight: 700;
}

.product-showcase-carousel-controls--right {
    right: 20px;
    text-align: right;
}

.product-showcase-carousel-controls--left {
    right: 85px;
}

.product-showcase-carousel-controls img {
    width: 50px;
    height: auto !important;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.product-showcase-carousel-controls--left img {
    left: 0;
}

.product-showcase-carousel-controls--right img {
    right: 0;
}

.product-showcase-carousel-controls--left:hover img {
    left: -10px;
}

.product-showcase-carousel-controls--right:hover img {
    right: -10px;
}

.product-showcase-carousel-controls--left img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.slick-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rgb(137 140 92);
    border: 0;
}

.progress-thumb {
    padding-right: 80px;
}

.banner-slide .progress-thumb {
    padding-top: 8px;
}

/*.banner-slide .slick-current .progress-thumb{padding-right:130px;}*/

.next-data .h4 {
    color: #000;
}

.next-data .nameing {
    color: #898989;
    font-size: 22px;
}

.next-data .buttonProgress__label {
    color: #bc1724;
}

.next-data .buttonProgress:hover .buttonProgress__label {
    color: #bc1724;
}

.next-data .buttonProgress__arrow-path {
    fill: #bc1724;
}

.next-data .buttonProgress__progress-circle,
.next-data .buttonProgress__progress-path {
    stroke: #bc1724;
}

.next-data:hover .buttonProgress .buttonProgress__progress-circle,
.next-data:hover .buttonProgress .buttonProgress__progress {
    fill: #bc1724
}

.next-data:hover .buttonProgress .buttonProgress__arrow-path {
    fill: #ef7983;
}

.next-data:hover .buttonProgress .buttonProgress__progress {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.section-six .container {
    max-width: 800px;
}

.section-six .col-md-6 {
    border: solid 1px #000;
    height: 100%;
}

.five-auto {
    margin-top: 30px;
}

.section-six .col-md-6:last-child {
    border-left: none;
}

.next-data a {
    display: block;
    padding: 98px 0;
    height: 368px;
}

.section-four .right-pot {
    position: absolute;
    right: 0;
    padding: 0;
}

.section-four .right-pot img {
    /*width: 80% !important; */
    float: right;
}

.section-four .col-md-7,
.section-four .col-md-8 {
    margin: 0;
}

.padtbt70 p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.blackbg.padtbt70.pad80 p {
    color: #fff;
}

.engine-overlay::-webkit-scrollbar-track {
    background-color: #920b15;
}

.engine-overlay::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #920b15;
}

.engine-overlay::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    width: 180px;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 44px;
    margin: 0;
}

.dropdown-item {
    padding: 11px 15px;
    font-size: 14px;
    background: #bc1724;
    color: #fff;
    border-bottom: solid 1px #ffffff29;
    transition: all ease-in-out 0.4s;
}

.leader_pro p {
    height: 60px;
}

.aboutSection {
    position: relative;
}

.aboutSection .row {
    /*position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;*/
}

.hover_div:hover p,
.hover_div:hover .btns {
    opacity: 1;
}

.hover_div {
    padding: 30px;
    height: 205px;
    background: #f5f5f5;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    /*border-right: solid 1px #d5d5d5;*/
}

.h-abt{
    height: 290px;
}

.hover_div ul {
    margin: 0;
    padding: 0;
}

.hover_div ul li {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    list-style: none;
    margin: 0 0 6px 0;
}

.headingtag .h4{
    color:#000;
}

.hover_div:hover .headingtag .h4{
    color:#fff;
}
.hover_div:hover {
    background: #bc1724;
}

.hover_div:hover h6,
.hover_div:hover p,
.hover_div:hover ul li {
     color:#fff;
}

.aboutSection .col-lg-7.col-md-12:last-child .hover_div {
    border-right: none;
}

.boder-rt {
    /*border-right: solid 1px #fff;
    height: 352px;*/
}

.aboutSection h6 {
    text-transform: uppercase;
    font-size: 60px;
    color: #000;
    position: relative;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    text-align: left;
}

.aboutSection p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.bg_img.active {
    opacity: 1 !important;
}

.bg_img:after {
    content: '';
    background: rgb(0 0 0 / 21%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

#primary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.Infrastructure-data p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.Infrastructure-data .h4 {
    color: #000;
    line-height: 0.6;
    margin-bottom: 25px;
}

#vission {
    /*padding-top: 0;*/
    position: relative;
}

#vission:after {
    content: '';
     background: #000;
    height: 160px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.infra-box {
    height: 460px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.Infrastructure-data {
    padding-left: 30px;
}

.infra-slide-wrapper {
    padding-right: 15px;
    position: relative;
}

.pageslick {
    position: absolute;
    bottom: 0;
    right: 15px;
    /* background: #bc1724; */
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 4px;
}

.recognition-wrapper {
    height: 100vh;
    background-size: cover !important;
}

.recognition-data {
    background: #fff;
    padding: 40px 60px;
    max-width: 500px;
    margin: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.recognition-data:hover {
    background: #bc1724;
}

.recognition-data:hover h6,
.recognition-data:hover p {
    color: #fff !important;
}

.recognition-wrapper .recognition-data .h4 {
    color: #000;
}

.recognition-data p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.contact-address a {
    color: #000;
        -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.contact-address {
    border: solid 1px #000;
    opacity: 0.7;
    color: #000;
    padding: 40px 40px;
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.contact-address:hover {
    background: #bc1724;
    border: solid 1px #bc1724;
    color: #fff;
    opacity: 1;
}

.contact-address:hover b {
    color: #fff;
}

.contact-address:hover p a {
    color: #fff;
}

.contact-address b {
    color: #bc1724;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.contact-address p:last-child {
    margin-bottom: 0;
}

.mr-top {
    margin-top: 91px;
}

address {
    margin-bottom: 10px;
}

address p {
    margin-bottom: 10px;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.contact-us .row {
    margin-top: 40px;
}

.contact-from {
    padding-left: 80px;
}

.contact-from.book-from-wrapper .form-control {
    background: transparent;
    border-bottom: solid 1px #7a7a7a;
    /* color: #fff; */
}

.contact-from.book-from-wrapper form {
    margin-top: 0;
}

.contact-from.book-from-wrapper button {
    margin-top: 20px;
}

textarea {
    resize: none;
}

.contact-from.book-from-wrapper {
    margin-top: -6px;
}

.contact-from.book-from-wrapper .form-group:first-child input {
    padding-top: 0;
}

iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -7px;
}

.contact-address p {
    margin-bottom: 10px;
}

.bg-scroll .buttonProgress:hover .buttonProgress__arrow-path {
    fill: #dd1a21;
}

.express-video {
    width: 100%;
}

#section1 .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

#section1 {
    position: relative;
}

#section1:after {
    background: rgb(0 0 0 / 31%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.contact-us h4 {
    color: #000;
}

.baxy-modal .modal-header,
.baxy-modal .modal-body {
    width: 100%;
    border: none;
}

.modal-content {
    border-radius: 0;
}

.baxy-modal .close {
    position: absolute;
    width: 40px;
    z-index: 99;
    text-align: center;
    top: -22px;
    font-weight: 100;
    opacity: 1;
    right: -24px;
    margin: 0;
    padding: 0;
    background: #000000;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}

.baxy-modal .close img {
    width: 16px;
}

.baxy-modal .h4 {
    color: #000;
    font-size: 30px;
}

.baxy-modal .modal-content {
    border-radius: 0;
    padding: 20px 40px;
}

.baxy-modal .book-from-wrapper button {
    margin-top: 10px;
    cursor: pointer;
}

.baxy-modal .select2-container {
    width: 100% !important;
}

.baxy-modal .book-from-wrapper form {
    margin-top: 0;
}

.cargo-line {
    left: 383px;
}

.section-five .auto-data {
    position: absolute;
    left: -174px;
    max-width: 50%;
    top: -17px;
}

.section-five .tab-content .col-md-9 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
    margin-right: 0;
}

.tab-box {
    width: 100%;
}

.vertical-tabs a {
    background: #ffffff;
    font-size: 14px;
    color: #000;
    border-radius: 0 !important;
    width: 65%;
    padding: 16px 18px;
    border: solid 1px #bc17241f;
    margin: 0;
    margin-bottom: -1px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.vertical-tabs a:hover {
    background: #bc1724;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bc1724;
}

.center-left {
    max-width: 425px;
    margin: 0 auto;
}

.section-five .h4 {
    font-size: 54px;
}

.iframe-map {
    width: 100%;
    height: 100%;
}

.dealer h5 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}

.dealer {
    background: #f5f5f5;
    padding: 30px;
    margin-right: 34px;
}

.dealer input {
    background: #fff;
    border-radius: 0;
    font-size: 14px;
    border: solid 1px #f5f5f5;
    padding: 13px 26px;
}

.dealer .btn {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 60px;
}

.dealer .btn:hover {
    background: #bc1724;
}

.dealer input:focus {
    border: solid 1px #000;
    background: #fff !important;
}

.address p {
    font-size: 16px;
    color: #212529;
    margin-bottom: 6px;
}

.address {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 15px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.address:hover {
    background: #bc1724;
}

.address:hover p,
.address:hover p i {
    color: #fff;
}

.dealers h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.address p i {
    font-size: 19px;
    margin-right: 15px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.address p i.fa-user-o {
    font-size: 15px;
}

.address p i.fa-phone {
    font-size: 15px;
}

.address p i.fa-mobile {
    font-size: 23px;
    margin-right: 16px;
}

.scrollbar {
    height: 500px;
    overflow-y: scroll;
    padding-right: 21px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 100%;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000;
}

.implent-box {
    position: relative;
}

.c-team-popin__bar {
    position: fixed;
    background: #fff;
    z-index: 999999;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.closebtninno img {
    width: 17px;
}

.implent-box:after {
    content: '';
    /*background: #00000057;*/
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 100%;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
    opacity: 0;
    visibility: hidden;
}

body.modal-active .implent-box:after {
    /*  opacity: 1;
    visibility: visible;*/
    /*background: rgb(0 0 0 / 49%);*/
}

body.modal-active #innovation {
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}

#modal-container.three {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#leadership {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
    overflow: hidden;
    -webkit-filter: blur(1);
    filter: blur(1);
}

.top_w {
    top: -80px;
    right: 0;
    left: 0;
    height: 0px;
}

.top_r {
    top: 0;
    right: -80px;
    bottom: 0;
    width: 80px;
}

.top_b {
    bottom: -80px;
    right: 0;
    left: 0;
    height: 80px;
}

.top_l {
    top: 0;
    left: -80px;
    bottom: 0;
    width: 80px;
}

body.modal-active .top_w {
    top: 0;
    height: 60px;
}

body.modal-active .top_r {
    right: 0px;
    width: 60px;
}

body.modal-active .top_b {
    bottom: 0px;
    height: 60px;
}

body.modal-active .top_l {
    left: 0px;
    width: 60px;
}

html.modal-active,
body.modal-active {
    overflow: hidden;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    z-index: 99999 !important;
}

#modal-container.two {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#modal-container.two .modal-background {
    background: rgba(0, 0, 0, 0);
    -webkit-animation: fadeIn 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: fadeIn 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two .modal-background .modal {
    opacity: 0;
    -webkit-animation: scaleUp 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleUp 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two+.content {
    -webkit-animation: scaleBack 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleBack 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out {
    -webkit-animation: quickScaleDown 0.6s 2s linear forwards;
    animation: quickScaleDown 0.6s 2s linear forwards;
}

#modal-container.two.out .modal-background {
    -webkit-animation: fadeOut 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: fadeOut 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .modal-background .modal {
    -webkit-animation: scaleDown 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleDown 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out+.content {
    -webkit-animation: scaleForward 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleForward 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#modal-container.three .modal-background {
    /*background: rgba(0, 0, 0, 0.6);*/
}

#modal-container.three .modal-background .modal {
    -webkit-animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three+.content {
    z-index: 1;
    -webkit-animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/*#modal-container.three.out .modal-background .modal {*/

/*  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;*/

/*}*/

#modal-container.three.out+.content {
    -webkit-animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
    display: block;
    /*background: rgba(0, 0, 0, 0.8);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#modal-container .modal-background .modal {
    background: #fff;
    padding: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#modal-container .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

#modal-container .modal-background .modal .innovate_cont {
    display: block;
    padding: 50px;
}

#modal-container .modal-background .modal .innovate_cont h2 {
    font-size: 43px;
    line-height: normal;
    padding-bottom: 8px;
    line-height: 1.1;
}

#modal-container.three.out {
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}

.innerinnovate {
    width: 100%;
    background: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.closebtninno {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #000000;
    border-radius: 100px;
    cursor: pointer;
    border: 0;
    z-index: 999;
    font-size: 15px;
}

.closebtninno a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    width: 100%;
    height: 90%;
    color: #000000;
}

#modal-container .modal-background .modal .innovate_cont p {
    font-size: 16px;
    padding-right: 40px;
}

.recognition-wrapper .buttonProgress {
    color: #000;
}

.recognition-wrapper .buttonProgress .buttonProgress__arrow,
.recognition-wrapper .buttonProgress__arrow-path {
    fill: #000;
}

.recognition-wrapper .buttonProgress__progress-circle {
    stroke: #000000;
}

.recognition-wrapper .recognition-data:hover .buttonProgress__label {
    color: #fff;
}

.recognition-wrapper .recognition-data:hover .buttonProgress__arrow-path {
    fill: #fff;
}

.recognition-wrapper .recognition-data:hover .buttonProgress__progress-circle {
    stroke: #fff !important;
}

.recognition-wrapper .recognition-data:hover .recognition-wrapper .buttonProgress__progress-circle {
    stroke: #000000;
}

.recognition-wrapper .buttonProgress:hover .buttonProgress__progress-path {
    stroke-dashoffset: 0;
    stroke: #ffffff;
}

.clients .clients-wrap {
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    margin-bottom: 30px
}

.clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    background: #fff;
    height: 160px
}

.clients img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    position: relative;
}

/*.clients .client-logo:after {
    content: '';
    background: #000;
    position: absolute;
    top: 0%;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    transition: all ease-in-out 0.8s;
    transform: scale(0);
}

 .clients .client-logo:hover:after{
    transform: scale(1);
 }*/

.no-gutters>.col,
.no-gutters>[class*=col-] {
    overflow: hidden;
}

.client-logo .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.boxes {
    display: block;
    width: 25%;
    position: relative;
    overflow: hidden;
    border: solid 1px #f5f5f5;
    padding: 40px;
    margin: 0;
}

.boxes:hover .da-image {
    display: none;
}

.boxes:hover img.da-image.hoverblock {
    display: block;
}

.da-image {
    min-height: 100%;
    width: 73%;
    margin: 0 auto;
    display: block;
}

.hoverblock {
    display: none;
}

.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: #000000;
    z-index: 10;
}

.boxes:nth-child(2) .overlay,
.boxes:nth-child(4) .overlay,
.boxes:nth-child(5) .overlay,
.boxes:nth-child(7) .overlay,
.boxes:nth-child(10) .overlay{
    background-color: #bc1724;
}

.clients .h4 {
    color: #000;
}

.w-80 {
    max-width: 1000px;
}

.w-80 .buttonProgress {
    margin-top: 0;
}

.w-80 .col-md-4,
.w-80 .col-md-3 {
    margin: 0;
}

.w-80 .row {
    justify-content: center;
}

.locate_wrapper .col-lg-4 {
    margin: 0;
}

.locate_wrapper .dealer-box {
    height: 272px;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 30px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.locate_wrapper .dealer-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.mr-tops {
    margin-top: 60px;
}

.locate_wrapper .dealer-box p {
    margin-bottom: 6px;
    font-size: 14px;
}

.locate_wrapper .dealer-box:hover {
    background: #bc1724;
}

.locate_wrapper .dealer-box:hover h3,
.locate_wrapper .dealer-box:hover p,
.locate_wrapper .dealer-box:hover p b {
    color: #fff;
}

.mw-600 {
    max-width: 600px;
    height:100% !important;
}

.partner-logo li img.wimg-100 {
    width: 100px;
}

/* careers start */

.banner-caption {
    margin: auto;
    /* padding: 240px 0 150px; */
    padding: 200px 0 130px;
    text-align: center;
}

.hover_effect ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.hover_effect ul li {
    width: 33.26%;
    position: relative;
    overflow: hidden;
}

.borde-bottom {
    border-bottom: solid 1px rgb(255 255 255 / 49%);
    border-right: solid 1px rgb(255 255 255 / 49%);
}

.border_bottom {
    border-bottom: solid 1px rgb(255 255 255 / 49%);
}

.border_right {
    border-right: solid 1px rgb(255 255 255 / 49%);
}

.hover_effect ul li:hover h2 {
    transform: translateY(0%);
}

.hover_effect ul li h2 {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 26%);
    right: 0;
    left: 0;
    padding: 20px;
    font-family: 'Play-Regular';
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 300;
    transition: all ease-in-out 0.6s;
    transform: translateY(100%);
    height: 100%;
    top: 0;
}

.prallax-cp.hover_effect {
    position: relative;
    width: 100%;
}

.grey {
    background: #f5f5f5;
}

.bg_img {
    height: 600px;
    background-size: cover !important;
    transition: all ease-in-out 0.6s;
    position: relative;
    opacity: 0;
}

.hover_effect ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    bottom: 0;
}

.hover_effect ul li.active h2 {
    transform: translateY(0%);
}

.bg_img.active {
    opacity: 1 !important;
    z-index: 2;
}

#careers_open1,
#careers_open2,
#careers_open3,
#careers_open4,
#careers_open5,
#careers_open16 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.hover_effect ul li h2 span {
    font-size: 16px;
    color: #f5f5f5;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 15px;
    display: block;
    opacity: 0.7;
}

/* careers  end */

a#navbarDropdownMenuLink {
    pointer-events: none;
}

.career-wrapper .book-from-wrapper button {
    margin-top: 20px;
    cursor: pointer;
}

.career-wrapper .book-from-wrapper form {
    margin-top: 0;
}

.career-wrapper h2.h4 {
    text-align: left !important;
    color: #000;
    line-height: 1.0;
}

.career-wrapper .book-from-wrapper form .form-control {
    border: none;
    padding: 14px 0;
    border-bottom: solid 1px #cbcbcb;
    border-radius: 0;
    height: auto !important;
    font-size: 16px;
    color: #000;
    background: transparent;
}

.parallax-window .container {
    position: relative;
    height: 100%;
}

#section1 .buttonProgress .buttonProgress__progress-path {
    animation-name: rotate;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@-moz-keyframes rotate {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes rotate {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rotate {
    to {
        stroke-dashoffset: 0;
    }
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#section1 .buttonProgress__arrow-path {
    -webkit-animation: bouncey 1s linear infinite;
    animation: bouncey 1s linear infinite;
}

@-webkit-keyframes bouncey {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bouncey {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0);
    }
}

.scroll-right {
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: block;
}

#modal-container .modal-background .modal .innovate_cont span {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
}

.baxy-slider {
    width: 100%;
}

.baxySlide h4 small {
    font-size: 100%;
}

#infrastructure {
    background: #f5f5f5;
}

footer.bg-black {
    background: #e1e1e1 !important;
}

#vission .hover_div.boder-rt {
    /*border-bottom: solid 1px #d5d5d5;
    padding-bottom: 40px;*/
}

.pt-60 {
    padding-top: 40px;
}

.values_box {
    height: 100%;
    padding-left: 33px;
}

.top80 {
    margin-top: 80px;
}

.product-img span.line-btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #bc1724;
    z-index: 1;
}

.product-img span.line-btn:after {
    content: '';
    width: 0;
    position: absolute;
    background: #bc1724;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
}

.product-img:hover span.line-btn:after {
    width: 100%;
}

.passenger_list ul {
    list-style: none;
}

.passenger_list ul li a {
    background: #000;
    display: block;
    padding: 20px 25px;
    color: #fff;
    font-size: 16px;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
}

.passenger_list ul li a:hover {
    background: #bc1724;
}

.passenger_list ul li a i {
    float: right;
    font-size: 20px;
}

/*.passenger_list ul li:first-child {*/
/*    border-bottom: solid 1px rgb(0 0 0 / 50%);*/
/*}*/

.passenger_list ul li ul li a {
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 16px 25px;
    text-transform: inherit;
}

.passenger_list ul li ul {
    border: solid 1px #dfdddd;
    display: none;
}

.passenger_list ul li ul li {
    border-bottom: solid 1px #dfdddd;
}
.passenger_list ul li ul li:last-child {
    border-bottom: solid 0px #dfdddd;
}

.passenger_list ul li ul li a:hover {
    background: #efece1;
}

.passenger_list ul li a.active {
    background: #bc1724;
}

.passenger_list ul li a.active i {
    transform: rotate(180deg);
}

.passenger_list ul li ul li a.active {
    background: #efece1;
}

.table-data .table tr td:first-child {
    /*color: #af1f22;
    background: #fff;
    opacity: 1;*/
}

.table-data .table tr:last-child td {
    border: none !important;
    padding: 0;
}
.table-data .table tr:last-child .last-data-bxy{
    border: solid 1px #d1cdbe !important;
    padding: 12px 0;
}

.btns-baxy-boder-rt{
   border-right: solid 1px #fff;
}
.table {
    margin-bottom: 0 !important;
}
.table-data .table tr:last-child td a, 
.btns-baxy{
    padding: 12px 0;
    background: #bc1724;
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all ease-in-out 0.4s;
}

.table-data .table tr:last-child td a:hover, .btns-baxy:hover {
    background: #000;
    color: #fff;
}

.auto-img-slider img {
    width: 80%;
}

.verigent-slider {
    padding-left: 0;
    width: 100%;
}

.verigent-slider .product-showcase-carousel-controls {
    top: 45%;
}

.verigent-slider .product-showcase-carousel-controls--right {
    right: -7px;
}

.verigent-slider .product-showcase-carousel-controls--left {
    right: auto;
    left: -7px;
}



.dropdown-submenu-level {
    top: 0;
    position: absolute;
    left: 180px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu-level-after::after {
    border: none;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    font-size: 19px;
    bottom: 0;
    margin: auto;
    right: 27px;
    z-index: 9999;
    transform: rotate(-90deg);
    top: 11px;
}

.dropdown-submenu-level-after~ul {
    top: 0 !important;
}

.color-palette {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.color-palette li {
    display: inline-block;
    margin: 0 8px 0 25px;
}

.color-palette li a {
    width: 10px;
    height: 10px;
    background: #000;
    display: block;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.color-palette li a:after {
    content: '';
    border: solid 1px #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.color-palette li a.green {
    background: #0b774d;
}

.blue{
    background:#3598eb !important;
}
.blue:after{
    border: solid 1px #3598eb !important;
}

.yellow{
    background:#ffcf00 !important;
}
.yellow:after{
    border: solid 1px #ffcf00 !important;
}


.red{
    background:#f3230d !important;
}
.red:after{
    border: solid 1px #f3230d !important;
}


.yellow-cargo{
    background:#fecc00 !important;
}
.yellow-cargo:after{
    border: solid 1px #fecc00 !important;
}

.white{
    background:#fff !important;
}
.white:after{
    border: solid 1px #fff !important;
}

.color-palette li a.green:after {
    border: solid 1px #0b774d;
}

.color-palette li a.active {
    transform: scale(1.4);
}

.tab-content .none-d {
    display: none;
}

.product-showcase-carousel-controls svg {
    width: 70px;
    transition: all ease-in-out 0.4s;
}

.product-showcase-carousel-controls--right svg:hover {
    transform: translate(10px, 0px);
}

.product-showcase-carousel-controls--left svg:hover {
    transform: translate(-10px, 0px);
}

.btm-border {
    border-bottom: solid 1px #dfdddd;
}

nav.navbar .nav-item:last-child {
    margin-left: 6px;
}

.section-five .tab-content .row {
    align-items: center;
}

.passenger_list ul li a {
    padding: 20px 18px;
}

.mb-hide {
    display: none;
}

ul.dropdown-menu.dropdown-submenu-level a {
    background: #cb2633;
}
label#chkbox-error {
    position: absolute;
    bottom: -30px;
}
nav.navbar .nav-item.rfp-mr{margin: 0px 10px 0px 25px;}
.trm-caption {text-align: center; margin-bottom: 50px;}
.head-conditions h4{color: #000; font-size: 60px;margin-bottom: 20px;}
.terms-conditions ul{padding-left: 30px; margin-bottom: 30px;}
.terms-conditions ul li{font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
    list-style: none;
}
.terms-conditions ul li:after{width: 8px; content: ''; position: absolute; height: 8px; background: #000; border-radius: 50px; left: -20px;top: 10px;}
.terms-conditions ul:last-child{margin-bottom: 0px;}
.lastuili{margin-bottom: 0px !important;}
.pp-content p:last-child{margin-bottom: 0px;}
.bxysvgfill svg{width: 53px; fill: #000;}
 .bxyaboutus{height: 360px;overflow-y: scroll;}
 .bxyaboutus::-webkit-scrollbar {
  width: 6px;
}
.bxyaboutus::-webkit-scrollbar-track {
  background: #000; 
}
.bxyaboutus::-webkit-scrollbar-thumb {
  background: red; 
  height: 50px;
}
/*.of-bsydata::-webkit-scrollbar-thumb:hover {*/
/*  background: #; */
/*}*/
/*.bxypev{position: absolute;*/
/*    top: -100px;}*/
/*.dvlnbpev:after{width: 97px;}*/
.bxypevse{left: 598px;}



.sitemap .qucik-links h4 {
    color: #bc1724;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}

.sitemap .qucik-links h4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -6px;
    background: -o-repeating-linear-gradient(353deg, #bc1724, black);
    background: repeating-linear-gradient(97deg, #bc1724, black);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.sitemap .qucik-links ul {
    list-style: none;
    margin-bottom: 0;
}
.sitemap .qucik-links ul li {
    margin-bottom: 16px;
    font-size: 14px;
}
.qucik-links {
    position: relative;
    height: 100%;
}
.sitemap .qucik-links ul li a {
    color: #000;
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.sitemap .qucik-links h4.align-bottoms {
    position: absolute;
    bottom: 7px;
    margin: 0;
}

.sitemap .qucik-links ul li a:hover {
    opacity: 1;
}

.sitemap .qucik-links h4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -6px;
    background: -o-repeating-linear-gradient(353deg, #bc1724, black);
    background: repeating-linear-gradient(97deg, #bc1724, black);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.sitemap .qucik-links ul li:last-child {
    margin-bottom: 0;
}
.sitemap .qucik-links h4 a {
    color: #bc1724;
}

.sitemap .qucik-links ul.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sitemap .qucik-links ul.social-icon li {
    margin: 0 24px 0 0;
}
.sitemap .qucik-links ul li a {
    color: #000;
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.sitemap .qucik-links ul.social-icon li a i {
    font-size: 20px;
}

.book-from-wrapper.pad80.mr-top.locate_wrapper.dealer_wrapper .dealer-box{
    height:282px;
}

.align-b {
    color: #bc1724 !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    
    opacity: 1 !important;
}

.align-b:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom:-1px;
    background: -o-repeating-linear-gradient(353deg, #bc1724, black);
    background: repeating-linear-gradient(97deg, #bc1724, black);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.infra-box video {
    width: 100%;
}

.tab-view {
    display:none;
}

.baxy-slider{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.baxy-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.croev{
    left: 453px;
}

/*404 error*/
.lisitng-wrapper.top130 {
    margin-top: 93px;
    padding: 117px 0;
    
}
.lisitng-wrapper.top130 h1{
    color: #000;
}
/*thank you*/
