@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 400;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayLight.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: italic;
    font-weight: 400;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayLightItalic.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: italic;
    font-weight: 100;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayThinItalic.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 200;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayXThin.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 300;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayThin.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: italic;
    font-weight: 300;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayThinItalic.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 500;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayRoman.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 600;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayMediu.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 700;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayBold.woff) format('woff')
}

@font-face {
    font-family: neue haas grotesk display pro;
    font-style: normal;
    font-weight: 900;
    src: local('Neue Haas Grotesk Display Pro'), url(../fonts/NeueHaasDisplayBlack.woff) format('woff')
}


html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


@media (prefers-color-scheme: dark) {


    body {
        background-color: #121212;
        color: #ffffff;
    }

    .navbar, .navbar .navbar-collapse {
        background-color: #121212;
    }


    .navbar .navbar-nav .nav-link, .nav-scroll .navbar-nav .nav-link {
        color: #ffffff;
    }
    
        .success-message, .error-message, .captcha-failed-message {
        font-size: 19px;
        padding-top: 20px;
        color: #ffffff;
        font-weight: 400;
    }

    @media screen and (max-width: 991px) {

        .navbar .container {
            background-color: #121212;
        }

        .navbar .navbar-nav .nav-link {
            border-bottom: 1px solid #2b2b2b;
        }

        .navbar .navbar-collapse {
            border-top: 1px solid #2b2b2b;
        }
    }

    .logo-img .cls-1 {
        fill: white;
    }

    .nav-scroll {
        background-color: #121212;
    }

    .section-title, .company-goal .content .cont h4, .certificate .info h6, .contact h3 {
        color: #f6f6f6;
    }

    input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
        background-color: #222;
        color: rgb(102, 102, 102);
    }

    input::placeholder {
        color: #dedede;
    }

    textarea::placeholder {
        color: #dedede;
    }

    p {
        color: #ffffffbf;
    }

    .bg-light-change, .infrastructure-section-padding:nth-child(even) {
        background-color: #222222;
    }

    .certificate .info {
        border-bottom: 1px solid #787878;
        border-left: 1px solid #787878;
        border-right: 1px solid #787878;
    }

    .whyus .single-whyus {
        background: linear-gradient(to right, #E91B2B 50%, #222222 50%);
        border: 1px solid #4b4b4b;
    }

    .whyus .single-whyus h5 {
        color: white;
    }

    .whyus .single-whyus p {
        color: #f1ffff;
    }

    .whyus .single-whyus span img {
        filter: invert(1);
    }

    .company-goal .img img {
        background-color: #222;
    }

    .footer-top {
        background-color: #222;
    }

    .footer-about-text, .footer-explore-list li a, .footer-contact-text {
        color: #adadad;
    }

    .footer-title {
        color: #fff;
    }

    .footer-contact-phone, .footer-contact-mail {
        color: #fff;
    }

    .footer-contact-phone:hover, .footer-contact-mail:hover {
        color: #f7f7f7;
    }

    .footer-bottom {
        background-color: #1e1e1e;
    }

    .footer-bottom-copy-right {
        color: #adadad;
    }

    .footer-bottom-copy-right a {
        color: #fff;
    }

    .about-img-head, .product-img-head, .infra-img-head, .awards-img-head, .contact-img-head, .grade-img-head {
        background-blend-mode: color-dodge;
    }

    .preloader-bg,
    #preloader {
        background: #0d0d0d;
    }

    .product-section .item img {
        border: 1px solid #4b4b4b;
    }

  
}

@media (prefers-color-scheme: light) {


    body {
        background-color: #ffffff;
        color: #000000;
    }

    .navbar, .navbar .navbar-collapse {
        background-color: #fff;
    }

    .navbar .navbar-nav .nav-link, .nav-scroll .navbar-nav .nav-link {
        color: #000;
    }
    
                .success-message, .error-message, .captcha-failed-message {
        font-size: 19px;
        padding-top: 20px;
        color: #000000;
        font-weight: 400;
    }

    @media screen and (max-width: 991px) {

        .navbar .container {
            background-color: #fff;
        }

        .navbar .navbar-nav .nav-link {
            border-bottom: 1px solid #eaeaea;
        }

        .navbar .navbar-collapse {
            border-top: 1px solid rgb(237, 237, 237);
        }
    }



    .logo-img {
        fill: #6a6d72;

    }

    .nav-scroll {
        background-color: #ffffff;
    }

    .section-title, .company-goal .content .cont h4, .certificate .info h6, .contact h3 {
        color: #222;
    }

    p {
        color: #000;
    }

    .bg-light-change, .infrastructure-section-padding:nth-child(even) {
        background-color: #f5f5f5;
    }

    .certificate .info {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .whyus .single-whyus {
        background: linear-gradient(to right, #E91B2B 50%, #f5f5f5 50%);
        border: 1px solid #ccc;
    }

    .whyus .single-whyus h5 {
        color: #222;
    }

    .whyus .single-whyus p {
        color: #000;.
    }

    .whyus .single-whyus span img {
        filter: invert(0);
    }

    .company-goal .img img {
        background-color: #F5F5F5;
    }

    input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
        background-color: #f7f7f7;
        color: rgb(102, 102, 102);
        border-bottom-color: rgb(239 239 239);
    }

    .footer-top {
        background-color: #f5f5f5;
    }

    .footer-about-text, .footer-explore-list li a, .footer-contact-text {
        color: #828282;
    }

    .footer-title {
        color: #000000;
    }

    .footer-contact-phone, .footer-contact-mail {
        color: #E91B2B;
    }

    .footer-contact-phone:hover, .footer-contact-mail:hover {
        color: #ff0015;
    }

    .footer-bottom {
        background-color: #ddd;
    }

    .footer-bottom-copy-right {
        color: #000000;
    }

    .footer-bottom-copy-right a {
        color: #E91B2B;
    }

    .about-img-head, .product-img-head, .infra-img-head, .awards-img-head, .contact-img-head, .grade-img-head {
        background-blend-mode: soft-light;
    }


    .preloader-bg,
    #preloader {
        color: #fff;
    }

    /* th {
        border: 1px solid #ccc !important;
        background: #4a4a4a;
        border-top: 1px solid #ccc !important;
        color: white;
    }

    th:nth-child(1) {
        background: #e91b2b;
    } */

}



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: neue haas grotesk display pro;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
}

p {
    font-family: neue haas grotesk display pro;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75em;
    /* color: #000; */
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: neue haas grotesk display pro;
    ;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #E91B2B;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 20px 0px 20px 40px;
    height: auto;
    /* background-color: #f7f7f7; */
    box-shadow: none;
    border-width: 0px 0px 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "neue haas grotesk display pro";
    font-size: 0.938rem;
    font-weight: 400;
    /* color: rgb(102, 102, 102); */
    background-image: none;
    /* border-bottom-color: rgb(239 239 239); */
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #E91B2B;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    font-family: neue haas grotesk display pro;
    ;
    text-transform: uppercase;
    background: #E91B2B;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 0.938rem;
    letter-spacing: 3px;
}

.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #E91B2B;
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #666;
    font-size: 0.938rem;
    font-weight: 400;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f8f5f0;
    overflow: hidden;
    margin: 35px 0;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 6.875rem;
    opacity: 0.07;
    line-height: 1;
    color: #222;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 0.938rem;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #E91B2B;
    font-weight: 400;
}

blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #E91B2B;
}


/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 600;
}

.count {
    font-family: neue haas grotesk display pro;
    ;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

/* background & color */
.bg-blck {
    background: #222;
}

.bg-dark-1 {
    background: #151515;
}

.color-1 {
    color: #fff;
}

.color-2 {
    color: #adadad;
}

.color-3 {
    color: #666;
}

.color-4 {
    color: #222;
}

.color-5 {
    color: #E91B2B;
}




/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #E91B2B;
}

::-moz-selection {
    color: #fff;
    background: #E91B2B;
}

::selection {
    color: #fff;
    background: #E91B2B;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: #fff; */
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #E91B2B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ADADAD;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #E91B2B;
    border: 1px solid #E91B2B;
}




/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.certificate .owl-theme .owl-nav,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.product-section .owl-theme .owl-nav {
    position: absolute !important;
    top: 35% !important;
    bottom: auto !important;
    width: 100%
}

.clients .owl-theme .owl-nav,
.certificate .owl-theme .owl-nav,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.product-section .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clients .owl-theme .owl-prev,
.certificate .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-prev,
.news .owl-theme .owl-prev,
.pricing .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-prev,
.product-section .owl-theme .owl-prev {
    left: 10px !important
}

.clients .owl-theme .owl-next,
.certificate .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-next,
.product-section .owl-theme .owl-next {
    right: 10px !important
}

.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.certificate .owl-theme .owl-prev,
.certificate .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-prev,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-next,
.product-section .owl-theme .owl-prev,
.product-section .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #272727;
    border: 1px solid #272727;
    line-height: 0;
    text-align: center;
    font-size: 1rem
}

.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.certificate .owl-theme .owl-prev>span,
.certificate .owl-theme .owl-next>span,
.slider-grid-bg .owl-theme .owl-prev>span,
.slider-grid-bg .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span,
.news .owl-theme .owl-next>span,
.pricing .owl-theme .owl-prev>span,
.pricing .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,
.rooms-page .owl-theme .owl-prev>span,
.rooms-page .owl-theme .owl-next>span,
.rooms3 .owl-theme .owl-prev>span,
.rooms3 .owl-theme .owl-next>span,
.rooms2 .owl-theme .owl-prev>span,
.rooms2 .owl-theme .owl-next>span,
.product-section .owl-theme .owl-prev>span,
.product-section .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.clients .owl-theme .owl-nav [class*=owl-],
.certificate .owl-theme .owl-nav [class*=owl-],
.slider-grid-bg .owl-theme .owl-nav [class*=owl-],
.news .owl-theme .owl-nav [class*=owl-],
.pricing .owl-theme .owl-nav [class*=owl-],
.testimonials .owl-theme .owl-nav [class*=owl-],
.rooms-page .owl-theme .owl-nav [class*=owl-],
.rooms3 .owl-theme .owl-nav [class*=owl-],
.rooms2 .owl-theme .owl-nav [class*=owl-],
.product-section .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 0.688rem;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.clients .owl-theme .owl-nav [class*=owl-]:hover,
.certificate .owl-theme .owl-nav [class*=owl-]:hover,
.slider-grid-bg .owl-theme .owl-nav [class*=owl-]:hover,
.news .owl-theme .owl-nav [class*=owl-]:hover,
.pricing .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-theme .owl-nav [class*=owl-]:hover,
.rooms-page .owl-theme .owl-nav [class*=owl-]:hover,
.rooms3 .owl-theme .owl-nav [class*=owl-]:hover,
.rooms2 .owl-theme .owl-nav [class*=owl-]:hover,
.product-section .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #FFF;
}

@media screen and (max-width: 768px) {

    .clients .owl-theme .owl-nav,
    .certificate .owl-theme .owl-nav,
    .slider-grid-bg .owl-theme .owl-nav,
    .news .owl-theme .owl-nav,
    .pricing .owl-theme .owl-nav,
    .testimonials .owl-theme .owl-nav,
    .rooms-page .owl-theme .owl-nav,
    .rooms3 .owl-theme .owl-nav,
    .rooms2 .owl-theme .owl-nav,
    .product-section .owl-theme .owl-nav {
        display: none;
    }
}


.news .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.news .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

/* ======= Section style ======= */
.section-padding {
    padding: 65px 0;
}

.section-padding2 {
    padding: 0 0 120px 0;
}

.section-padding h6 {
    color: #E91B2B;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 0.938rem;
    font-family: neue haas grotesk display pro;
    font-weight: 400;
    color: #E91B2B;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.section-subtitle span {
    color: #E91B2B;
}

.section-title {
    font-size: 2.875rem;
    font-family: neue haas grotesk display pro;
    font-weight: 400;
    /* color: #222; */
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.section-title span {
    color: #fff;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* background: #fff; */
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #E91B2B;
}

.navbar .navbar-nav .nav-link {
    font-family: neue haas grotesk display pro;
    font-size: 1rem;
    font-weight: 500;
    /* color: #000000; */
    margin: 1px;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 18px;
    padding-left: 18px;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #E91B2B;
    width: 100%;
}

.navbar .navbar-nav .active {
    color: #E91B2B !important;
}

.navbar .navbar-nav .active i {
    color: #E91B2B;
}

.nav-scroll {
    /* background: #fff; */
    padding: 0 0 0 0;
    position: fixed;
    top: -101px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #E91B2B;
}

/* .nav-scroll .navbar-nav .nav-link {
    color: #222;
} */

.nav-scroll .navbar-nav .active {
    color: #E91B2B !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .logo-img {
    width: 160px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-family: neue haas grotesk display pro;
    font-size: 1.688rem;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #E91B2B;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: neue haas grotesk display pro;
    font-size: 0.625rem;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-family: neue haas grotesk display pro;
    font-size: 1.688rem;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #E91B2B;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 1.25rem;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: neue haas grotesk display pro;
    font-size: 0.625rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.logo {
    padding: 0;
}

.logo-img {
    padding: 20px 0;
    width: 160px;
    text-align: center;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.nav-scroll .dropdown .nav-link i {
    color: #222;
}

.nav-scroll .navbar-nav .active i {
    color: #E91B2B;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 5px 0;
    font-family: neue haas grotesk display pro;
    font-size: 0.938rem;
    font-weight: 400;
    color: #222;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 0.5rem;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #E91B2B;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid #f4f4f4;
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 90px;
    }

    /* .nav-scroll {
        background: #fff;
    } */

    .logo-wrapper {
        float: left;
        padding: 26px 0 26px 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 26px 0 26px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 160px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .logo-img {
        margin-bottom: 0px;
        width: 160px;
        padding: 0;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        max-width: 100%;
        padding: 0;
        /* background-color: #ffffff; */
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        /* color: #222; */
    }

    /* .nav-scroll .navbar-collapse .nav-link {
        color: #222 !important;
    } */

    .nav-scroll .navbar-collapse .active {
        color: #E91B2B !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 0.938rem;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 0.813rem;
    }

    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        /* border-bottom: 1px solid #eaeaea; */
    }

    .dropdown .nav-link i {
        color: #222;
    }

    .nav-scroll .dropdown .nav-link i {
        color: #222;
    }

    .nav-scroll .dropdown .nav-link.active i {
        color: #E91B2B;
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        /* background: #fff; */
        text-align: left;
        padding: 0 20px 20px 20px;
        /* border-top: 1px solid rgb(237, 237, 237); */
    }
}



/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h2 {
    font-weight: 400;
    font-size: 1.875rem;
}

.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption h4 {
    font-family: 'Barlow Condensed', serif;
    ;
    font-size: 0.938rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.header .caption h1 {
    position: relative;
    margin-bottom: 25px;
    font-family: neue haas grotesk display pro;
    font-size: 4.563rem;
    /* text-transform: uppercase; */
    line-height: 73px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
}


.header .caption h3 {
    position: relative;
    margin-bottom: 20px;
    font-family: neue haas grotesk display pro;
    ;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 7px;
}

.header .caption p {
    font-size: 1.125rem;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
    margin-bottom: 25px;
}

.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}

.header .caption p span:last-child:after {
    display: none;
}

.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .social a {
    color: #eee;
    font-size: 1.25rem;
    margin: 10px 15px;
}

hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}


/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider-fade .item .caption {
    z-index: 9;
}

/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}

.slider-fade .owl-prev {
    float: left;
}

.slider-fade .owl-next {
    float: right;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 0.625rem;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #E91B2B;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}

/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    text-align: right !important
}

.slider-fade .owl-dots:after {
    position: absolute;
    top: -70px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 60px;
    content: '';
    background: rgba(255, 255, 255, .3)
}

.slider-fade .owl-dots:before {
    position: absolute;
    bottom: -70px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 60px;
    content: '';
    background: rgba(255, 255, 255, .3)
}

.slider-fade .owl-dots .owl-dot {
    text-align: center
}

.slider-fade .owl-dots {
    counter-reset: dots
}

.slider-fade .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    color: #fff;
    font-family: neue haas grotesk display pro;
}

.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}

.slider-fade .owl-dots .owl-dot.active {
    color: #E91B2B
}

.slider-fade .owl-dot:before {
    counter-increment: dots;
    content: counter(dots)
}

/* video field for slider */
.header div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.header div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: neue haas grotesk display pro;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 0.75rem;
    line-height: 1.75em;
    margin-top: 15px;
}

.header div.reservation .call span {
    font-family: neue haas grotesk display pro;
    font-size: 1.5rem;
    color: #E91B2B;
    letter-spacing: 1px;
}

.header div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.header div.reservation a .icon i {
    color: #FFF;
    font-size: 1.5rem;
    transform: rotate(90deg);
}

.header div.reservation a .icon:hover {
    border: 1px solid #E91B2B;
}

@media screen and (max-width: 768px) {
    .header div.reservation {
        display: none;
    }
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #E91B2B;
    border: 1px solid #E91B2B;
}

/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}

.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 0.938rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.header .arrow i:hover {
    border: 1px solid #E91B2B;
}

.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}



/* ===== Kenburns Slider style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner .caption {
    position: relative;
}

.kenburns-inner .caption h4 {
    font-family: 'Barlow Condensed', serif;
    font-size: 0.938rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.kenburns-inner .caption h3 {
    position: relative;
    margin-bottom: 20px;
    font-family: neue haas grotesk display pro;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
}

.kenburns-inner .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: neue haas grotesk display pro;
    font-size: 3.438rem;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

#kenburnsSliderContainer .vegas-overlay {}

@media screen and (max-width: 767px) {
    .kenburns-inner .caption h4 {
        font-size: 0.75rem;
    }

    .kenburns-inner .caption h1 {
        font-size: 1.875rem;
        margin-bottom: 15px;
        letter-spacing: 5px;
        line-height: 1.35em;
    }

    .kenburns-inner .caption h3 {
        font-size: 1.875rem;
        margin-bottom: 15px;
        letter-spacing: 5px;
        line-height: 1.35em;
    }

    .kenburns-inner .caption {
        text-align: center;
    }

}

/* reservation field for Kenburns slider */
.kenburns-section div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.kenburns-section div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: neue haas grotesk display pro;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 0.75rem;
    line-height: 1.75em;
    margin-top: 15px;
}

.kenburns-section div.reservation .call span {
    font-family: neue haas grotesk display pro;
    font-size: 1.5rem;
    color: #E91B2B;
    letter-spacing: 1px;
}

.kenburns-section div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.kenburns-section div.reservation a .icon i {
    color: #FFF;
    font-size: 1.5rem;
    transform: rotate(90deg);
}

.kenburns-section div.reservation a .icon:hover {
    border: 1px solid #E91B2B;
}

/* bounce */
.kenburns-section .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 80;
}

.kenburns-section .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.kenburns-section .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 0.938rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.kenburns-section .arrow i:hover {
    border: 1px solid #E91B2B;
}

.kenburns-section .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}

@media screen and (max-width: 768px) {
    .kenburns-section div.reservation {
        display: none;
    }
}



/* ======= Slider Grid Background ======= */
.slider-grid-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    padding-top: 210px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #222;
}

.slider-grid-bg .grid-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform 5s, opacity .35s;
    opacity: 0;
    display: block;
}

.slider-grid-bg .grid-img-active {
    opacity: 1;
    transform: scale(1.03);
    -webkit-filter: brightness(70%);
}

.slider-grid-bg:hover .grid-img-active {
    -webkit-filter: brightness(70%);
}

.slider-grid-bg .content {
    position: relative;
    z-index: 2
}

.slider-grid-bg .grid-item {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex
}

.slider-grid-bg .grid-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .4);
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 340px;
    position: relative
}

.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 340px;
    position: relative;
    background: #fff;
    border: 1px solid #fff
}

.slider-grid-bg .book {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.938rem;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: neue haas grotesk display pro;
    padding: 10px 3px;
    line-height: 1.5em;
}

.slider-grid-bg .grid-con:hover .book {
    color: #222;
    border: 1px solid #ddd;
}

.slider-grid-bg .grid-con-active .book {
    color: #222;
    border: 1px solid #ddd;
}

.slider-grid-bg .subtitle {
    display: block;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.938rem;
    font-family: neue haas grotesk display pro;
    display: inline;


}

.slider-grid-bg .grid-con:hover .subtitle {
    color: #E91B2B;
}

.slider-grid-bg .grid-con-active .subtitle {
    color: #E91B2B;
}

.slider-grid-bg .title {
    display: block;
    font-family: neue haas grotesk display pro;
    font-size: 1.688rem;
    line-height: 1.25em;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}

.slider-grid-bg .grid-con:hover .title {
    color: #222;
}

.slider-grid-bg .grid-con-active .title {
    color: #222;
}

/* bounce */
.slider-grid-bg .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 80;
}

.slider-grid-bg .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.slider-grid-bg .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 0.938rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.slider-grid-bg .arrow i:hover {
    border: 1px solid #E91B2B;
}

.slider-grid-bg .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}

@media only screen and (max-width:1199px) {
    .slider-grid-bg .grid-con {
        min-height: 300px
    }

    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .slider-grid-bg .grid-con {
        min-height: 240px
    }

    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 240px;
    }
}









.certificate .item {
    margin-bottom: 30px;
}

.certificate .item img {
    border: 1px solid #ddd;
}

.certificate .item:hover .info .social {
    top: 0;
}

.certificate .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    /* background: #f5f5f5; */
    /* border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; */
}

.certificate .info h6 {
    font-size: 1.063rem;
    /* color: #222; */
    margin-bottom: 0;
}

.certificate .info p {
    margin-bottom: 0px;
    color: #666;
}

.certificate .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.certificate .info .social a {
    font-size: 0.938rem;
    color: #E91B2B;
    margin: 0 5px;
}

.certificate .info .social a:hover {
    color: #222;
}

.certificate .info .social p {
    margin-bottom: 0px;
    color: #666;
}



.product-section .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-section .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.product-section .item:hover .con {
    bottom: 0;
}

.product-section .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    filter: grayscale(1);
}

.product-section .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.938rem;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: neue haas grotesk display pro;
    padding: 10px 3px;
    line-height: 1.5em;
}

.product-section .item .category a {
    color: #fff;
}

.product-section .item .category:hover {
    color: #fff;
}

.product-section .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.product-section .item .con h6,
.product-section .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 0.938rem;
    font-family: neue haas grotesk display pro;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.product-section .item .con h6 i {
    font-size: 0.375rem;
    margin-right: 2px;
}

.product-section .item .con h5,
.product-section .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 1.688rem;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-section .item .con p {
    color: #fff;
    font-size: 1.25rem;
}

.product-section .item .con i {
    color: #fff;
    font-size: 1.125rem;
}

.product-section .item .con i:hover {
    color: #fff;
}

.product-section .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.product-section .item .con .butn-light:hover {
    border-color: #E91B2B;
}


.product-section .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}

.product-section .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


.product-section .product-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-section .product-details ul li {
    color: #fff;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: 20px;
    float: left;
}

.product-section .product-details ul li i {
    margin-right: 10px;
}


.product-section .item .con .product-link {
    font-family: neue haas grotesk display pro;
    font-size: 1.063rem;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.product-section .item .con .product-link a {
    color: #fff;
    text-align: right;
    padding: 5px 21px;
    background: #e91b2b;
    font-size: 0.938rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-section .item .con .product-link i {
    font-size: 0.625rem;
    text-align: right;
}

.product-section .item .con .product-link a:hover {
    color: #000000;
    background: #f5f5f5;
}




/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}

hr.border-1 {
    border-top: 1px solid rgba(170, 132, 83, 0.7);
}

hr.border-2 {
    border-top: 1px solid rgba(170, 132, 83, 0.7);
}

/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: neue haas grotesk display pro;
    font-size: 0.938rem;
    font-weight: 400;
    letter-spacing: 3px;
}

.link-btn i {
    margin-left: 3px;
    font-size: 0.938rem;
    color: #E91B2B;
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #E91B2B;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover::before {
    width: 100%
}











.whyus .single-whyus {
    /* background: #f5f5f5; */
    padding: 40px;
    /* -webkit-transition: .5s;
    transition: .5s; */
    /* transition: all 350ms ease-in-out; */
    /* background: linear-gradient(to right, #E91B2B 50%, white 50%); */
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    /* border: 1px solid #ccc; */
}

.whyus .single-whyus:hover {
    /* background: #E91B2B; */
    background-position: left bottom;
}

.whyus .single-whyus h5 {
    font-size: 1.75rem;
    /* color: #222; */
    margin-bottom: 60px;
    line-height: 1.10em;

}



.whyus .single-whyus h5 span {
    transition: all .5s ease-out;
}

.whyus .single-whyus:hover h5 span {
    transition: all .5s ease-out;
}

.whyus .single-whyus:hover h5 {
    /* color: #222; */
    -webkit-transition: .5s;
    transition: .5s;
}

/*
.whyus .facility-shape:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
.whyus .single-whyus span img {
    height: 85px;
    color: #E91B2B;
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.whyus .single-whyus p {
    margin: 0;
    /* color: #000; */
    font-size: 1.313rem;
    line-height: 27px;
}

.whyus .single-whyus .facility-shape {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}

.whyus .single-whyus .facility-shape span {
    font-size: 8.75rem;
    color: #222;
}

/* hr */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}





.company-goal .img {
    position: relative;
    overflow: hidden;
}

.company-goal .img:hover img {
    -webkit-filter: none;
    filter: none;
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09); */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.company-goal .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.company-goal .content {
    width: 100%;
    padding: 30px;
}

.company-goal .content .date {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 2;
}

.company-goal .content .date h3 {
    font-size: 4.063rem;
    font-weight: 500;
    color: #E91B2B;
    margin-bottom: 0px;
}

.company-goal .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 0.625rem;
    font-family: neue haas grotesk display pro;
    text-transform: uppercase;
    font-weight: 400;
}

.company-goal .content .cont {
    display: table-cell;
    vertical-align: middle;
}

.company-goal .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 2rem;
    /* color: #222; */
    font-weight: 400;
    line-height: 1.5em;
}

.company-goal .content .cont .more {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E91B2B;
    padding-left: 40px;
    position: relative;
}

.company-goal .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #E91B2B;
    position: absolute;
    top: 50%;
    left: 0px;
}

.company-goal .content .cont .more:hover {
    color: #222;
}

.company-goal .content .info h6 {
    font-size: 0.938rem;
    letter-spacing: 3px;
    color: #E91B2B;
    font-family: neue haas grotesk display pro;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.company-goal .content .info .tags {
    color: #E91B2B;
}

@media screen and (max-width: 991px) {
    .company-goal .content .cont h4 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .company-goal .content .date {
        width: 60px;
    }

    .company-goal .content .info .tags {
        margin: 5px 0 0;
    }

    .company-goal .content .date h3 {
        font-size: 2.5rem;
    }
}






/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
    font-size: 1.125rem;
}

.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 0.875rem;
}

.gallery-box .gallery-detail i {
    color: #222;
    padding: 8px;
}

.gallery-box .gallery-detail i:hover {
    color: #222;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.2);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}












/* ======= Contact style ======= */
.contact h3 {
    font-size: 2.875rem;
    font-family: neue haas grotesk display pro;
    font-weight: 400;
    /* color: #222; */
    position: relative;
    line-height: 1.25em;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}

.butn-dark a {
    font-weight: 400;
    font-family: neue haas grotesk display pro;
    /* text-transform: uppercase; */
    background: #E91B2B;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-dark a span {
    position: relative;
    z-index: 2;
}

.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-dark a:hover span {
    color: #fff;
}

/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}

.butn-light a {
    font-weight: 400;
    font-family: neue haas grotesk display pro;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 0.938rem;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.butn-light a span {
    position: relative;
    z-index: 2;
}

.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-light a:hover span {
    color: #222;
}


/* dark2 */
.butn-dark2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: neue haas grotesk display pro;
    /* text-transform: uppercase; */
    background: #E91B2B;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 0.938rem;
    letter-spacing: 0.5px;
}

.butn-dark2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-dark2 span {
    position: relative;
    z-index: 2;
}

.butn-dark2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-dark2:hover span {
    color: #fff;
}

/* light2 */
.butn-light2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: neue haas grotesk display pro;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 0.938rem;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.butn-light2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.butn-light2 span {
    position: relative;
    z-index: 2;
}

.butn-light2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-light2:hover span {
    color: #222;
}



/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #fff;
    display: inline-block;
    font-family: neue haas grotesk display pro;
    font-size: 0.938rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.go-back a:hover {
    color: #E91B2B;
}

.go-back a span {
    transition: all .5s;
}

.go-back a span i {
    color: #fff;
    font-size: 0.75rem;
}

.go-back a:hover span {
    padding-right: 15px;
}



/* ======= Footer style ======= */
.footer {
    position: relative;
    display: block;
}

.footer-top {
    position: relative;
    display: block;
    /* background-color: #151515; */
    padding: 90px 0 60px 0;
    z-index: 1;
}

.footer-top .footer-column {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 1.5rem;
    /* color: #fff; */
    margin-bottom: 20px;
}

.footer-about-text {
    font-size: 0.938rem;
    /* color: #adadad; */
    margin: 0;
}

.footer-about-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.footer-about-social-list 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;
    color: #fff;
    font-size: 0.938rem;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-about-social-list a+a {
    margin-left: 15px;
}

.footer-about-social-list a:hover {
    background-color: transparent;
    color: #E91B2B;
}

.footer-explore-list li+li {
    margin-top: 3px;
}

.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 0.938rem;
    /* color: #adadad; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-explore-list li a:hover {
    padding-left: 15px;
    color: #E91B2B;
}

.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #E91B2B;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
    opacity: 1;
}

.footer-contact {
    position: relative;
    display: block;
}

.footer-contact .footer-title {
    margin-bottom: 20px;
}

.footer-contact-text {
    font-size: 0.938rem;
    margin: 0;
    /* color: #adadad; */
    padding-bottom: 20px;
}

.footer-contact-info p {
    margin: 0;
}

.footer-contact-phone {
    font-family: neue haas grotesk display pro;
    font-size: 1.5rem;
    /* color: #fff; */
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .footer-contact-phone:hover {
    color: #fff;
} */

.footer-contact-mail {
    font-size: 0.938rem;
    line-height: 3em;
    /* color: #fff; */
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .footer-contact-mail:hover {
    color: #fff;
} */

.footer-contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E91B2B;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .footer-contact-mail:hover:before {
    background-color: #E91B2B;
} */


/* language */
.footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.footer-language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 0.938rem;
    opacity: 0.6;
    color: #adadad;
}

.footer-language select {
    height: 50px;
    background: #282828;
    color: #adadad;
    border: 1px solid #282828;
    border-radius: 0px;
}

.footer-language select option {
    color: #fff;
}

select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #adadad;
    color: #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.footer-bottom {
    position: relative;
    display: block;
    /* background-color: #1e1e1e; */
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    padding: 32px 0;
}

.footer-bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.footer-bottom-copy-right {
    font-size: 0.875rem;
    /* color: #adadad; */
    margin: 0;
}

.footer-bottom-copy-right a {
    /* color: #fff; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
    color: #E91B2B;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #E91B2B;
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 45px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #ffffff;
}

.progress-wrap svg.progress-circle path {
    stroke: #ffffff;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-darkgray]:before {
    background: #222;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #999;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-darkgray] p {
    color: #999;
}

[data-overlay-light] p {
    color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.4;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
/* @media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
} */



@media screen and (min-width: 1400px) {
    .container {
        width: 1140px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1350px;
    }
}

@media screen and (min-width: 1800px) {
    .container {
        width: 1870px;
    }
}




@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    .header .caption h1 {
        font-size: 2.5rem;
    }

    .video-fullscreen-wrap .booking-box,
    .kenburns-inner .booking-box,
    .banner-header .booking-box {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 2.625rem;
        /* margin-bottom: 15px; */
        letter-spacing: 0;
        line-height: 48px;
    }

    .header .caption h3 {
        font-size: 1.875rem;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }


    .header .caption h4 {
        font-size: 0.75rem;
    }

    .header .caption p {
        font-size: 0.938rem;
        margin-right: 10px;
    }

    .header .caption .butn-light {
        margin-right: 10px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }

    .news .item .con h5,
    .news .item .con h5 a {
        font-size: 1.25rem;
    }

    .post-comment-section h3 span {
        margin-left: 0px;
    }

    .banner-header .caption {
        text-align: center;
    }

    .video-fullscreen-wrap .caption.textleft,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }
}


.header .caption span {
    color: #E91B2B;
}

.custom-padding-right30 {
    padding-right: 30px;
}

.custom-padding-left30 {
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {

    .custom-padding-right30 {
        padding-right: 15px;
    }

    .custom-padding-left30 {
        padding-left: 15px;
    }

}


.image-greyscale {
    filter: grayscale(100%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.image-greyscale:hover {
    filter: grayscale(0%);
}

.normal-spacing {
    margin-bottom: 20px;
}

.header-spacing {
    margin-bottom: 35px;
}

.only-color-red {
    color: #E91B2B;
}

.whyus .single-whyus:hover .only-color-red {
    color: #fff
}

.bg-dark-1 .section-title {
    color: #ffffff;
}

.footer-contact-info {
    display: grid;
}

.offset-padding-1 {
    padding-left: 8.333333%;
}

.offset-padding-2 {
    padding-left: 4.333333%;
}

@media screen and (max-width: 991px) {
    .offset-padding-1 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .offset-padding-2 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

.bg-dark-1 p {
    color: #efefef;
}

.sub-header-title {
    font-size: 4.063rem;
    font-family: neue haas grotesk display pro;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    /* margin-bottom: 20px; */
    line-height: 1.25em;
    /* border-bottom: 1px solid #8a8a8a; */
    /* padding-bottom: 30px; */
}

.sub-header-title span {
    color: #E91B2B;
}

.whyus .content {
    position: relative;
}


.whyus .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 82px;
    width: 100%;
    height: 1px;
    background-color: rgba(153, 153, 153, 0.2);
}

.icon-15 {
    width: 40px;
    height: 15px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-7 {
    margin-bottom: 7px;
}

.history-title {
    font-size: 1.563rem;
}

.history-text {
    font-size: 1rem;
    line-height: 23px;
    font-weight: 500;
}

.about-img-head {
    background-image: url(../assets/Sub-Header/About.jpg);
    /* background-blend-mode: soft-light; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;
}

.product-img-head {
    background-image: url(../assets/Sub-Header/Products.jpg);
    /* background-blend-mode: soft-light; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;

}

.infra-img-head {
    background-image: url(../assets/Sub-Header/Infra.webp);
    /* background-blend-mode: soft-light; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;

}

.awards-img-head {
    background-image: url(../assets/Sub-Header/Awards.jpg);
    /* background-blend-mode: soft-light; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;

}

.grade-img-head {
    background-image: url(../assets/Sub-Header/Grade.jpg);
    /* background-blend-mode: soft-light; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;

}

.contact-img-head {
    background-image: url(../assets/Sub-Header/Contact.jpg);
    /* background-blend-mode: soft-light; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;

}


@media screen and (max-width: 767px) {
    .about-img-head, .product-img-head, .infra-img-head, .awards-img-head, .contact-img-head, .grade-img-head {
        padding-bottom: 83px;
    }



    .sub-header-title br {
        display: none;
    }
}

.bg-infra {
    background-color: #000000;
    color: #A7A7A7;
}

.infra-arrow {
    color: #E91B2B;
    font-size: 0.75rem;
    margin-right: 10px;
    border: 1px solid #E91B2B;
    padding: 3px;
    border-radius: 50%;
}

.infra-text {
    font-family: neue haas grotesk display pro;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.75em;
    /* color: #000; */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}

.cs-text {
    text-align: center;
    font-size: 5rem;
    font-weight: 500;
    padding: 70px 0;
    color: #b3b3b3;
    line-height: 80px;
}

.infra-mar-30 {
    margin-bottom: 0px;
}

.infrastructure-section-padding {
    padding: 65px 0;
}



.slider-text {
    text-align: left;
    font-size: 1.313rem !important;
    line-height: 25px !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.left-btn {
    text-align: left;
}

.left-btn a button span {
    color: white !important
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 2.125rem;
    }

    .section-subtitle {
        letter-spacing: 3.5px;
    }

    .sub-header-title {
        font-size: 2.188rem;
    }

    .infra-mar-30 {
        margin-bottom: 30px;
    }

    .mobile-order-change {
        order: 2;
    }

    .infrastructure-section-padding {
        padding: 30px 0;
    }

    .product-section .item .con {
        bottom: 0px;
    }

    .section-title br {
        display: none;
    }

    .header .caption p br {
        display: none;
    }

    .v-middle {
        top: 55%;
    }
}

.wa-chat-box-content-send-btn:hover {
    background-color: #1D1D1B !important;
    box-shadow: 4px 4px 0px #4dc247;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
}

 