


@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");


/* #Primary
================================================== */

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;
    overflow-x: hidden !important;
    transition: all 200ms linear;
    overflow: hidden;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #000;
    background-color: #ce3631;
}

h1, h2, h3, h4 {
    font-family: 'Bebas Neue', cursive;
}

.custom-button1.aos-init.aos-animate {
    text-decoration: none;
}

.custom-button1:hover {
    color: #000;
}

/* #Navigation
================================================== */
.social-media ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

    .social-media ul li {
        display: inline-block;
        padding: 0px 13px;
    }

        .social-media ul li a {
            color: #000;
            text-align: right;
            font-size: 14px;
        }

    .social-media ul li {
        display: inline-block;
        padding: 0px 13px;
    }

.social-media {
    border-left: 1px solid #000;
    /*! float: right; */
    text-align: center;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 5px 0;
    /*! box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .start-header.scroll-on .navbar-brand img {
            height: 24px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

.navigation-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 70px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-item:hover .nav-link {
    color: #ce3631 !important;
    text-decoration: none;
}

.nav-item.active .nav-link {
    /*! color: #b32f28 !important; */
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}


.nav-item {
    position: relative;
    transition: all 200ms linear;
}


/* #Link to page
================================================== */

.active a {
    color: #ce3631 !important;
}

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

    .logo img {
        height: 26px;
        width: auto;
        display: block;
        filter: brightness(10%);
        transition: all 250ms linear;
    }


.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

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

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

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

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

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}

    .preloader .preloader-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-top-color: #ce3631;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 10;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        background-color: #ffffff;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .preloader .preloader-circle2 {
        border-top-color: #0078ff;
    }

    .preloader .preloader-img {
        position: absolute;
        top: 50%;
        z-index: 200;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 6px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

        .preloader .preloader-img img {
            max-width: 55px;
        }

    .preloader .pere-text strong {
        font-weight: 800;
        color: #dca73a;
        text-transform: uppercase;
    }

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

/*================= slider =================*/

/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
/* Slider Sections */
.main-slider {
    position: relative;
}

.bn-btn {
    margin-top: 2rem;
}

.v-btn {
    color: #000;
    margin-left: 11px;
    margin-top:;
    font-size: 14px;
    letter-spacing: 3px;
    border-left: 2px solid #000;
    padding-left: 8px;
    text-decoration: none;
}

    .v-btn:hover {
        text-decoration: none;
        color: #ce3631;
    }


@media only screen and (max-width: 767px) {
    .main-slider:hover .slide-nav-center > .btn-links {
        opacity: 1;
    }
}

.main-slider.video-bg .bg-overlay:before {
    opacity: 0.45;
}

.main-slider.zoom-animation-intor .bg-overlay:before {
    opacity: 0.7;
}

.main-slider.zoom-animation-intor .zoom-animation .mbBgndGallery img {
    height: 100% !important;
}

@media only screen and (max-width: 480px) {
    .main-slider .slideZoom {
        left: -10px;
    }
}

.main-slider .carousel-item.active .slideZoom {
    -webkit-animation: 50s 0s normal none infinite running zoomEffect;
    animation: 50s 0s normal none infinite running zoomEffect;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
}

.main-slider .carousel-nav-text > .btn-links {
    cursor: pointer;
}

    .main-slider .carousel-nav-text > .btn-links:hover {
        color: white !important;
    }

        .main-slider .carousel-nav-text > .btn-links:hover:before, .main-slider .carousel-nav-text > .btn-links:hover:before {
            border-color: white !important;
        }

        .main-slider .carousel-nav-text > .btn-links:hover > span:after,
        .main-slider .carousel-nav-text > .btn-links:hover > span:before {
            background-color: white !important;
        }

.main-slider .slide-nav-center > .btn-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 767px) {
    .main-slider .slide-nav-center > .btn-links {
        opacity: 0;
    }
}

.main-slider .slide-nav-center > .btn-links.btn-prev {
    left: 60px;
}

@media only screen and (max-width: 1366px) {
    .main-slider .slide-nav-center > .btn-links.btn-prev {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider .slide-nav-center > .btn-links.btn-prev {
        left: 15px;
    }
}

.main-slider .slide-nav-center > .btn-links.btn-next {
    right: 60px;
}

@media only screen and (max-width: 1366px) {
    .main-slider .slide-nav-center > .btn-links.btn-next {
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider .slide-nav-center > .btn-links.btn-next {
        right: 15px;
    }
}

.main-slider .single-slide {
    top: 0;
    left: 0;
    z-index: 2;
}

    .main-slider .single-slide .slide-icon {
        font-size: 80px;
        color: #c51c23;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 991px) {
    .main-slider .single-slide .slide-icon {
        font-size: 64px;
    }
}

.main-slider .single-slide .slider-title {
    font-size: 80px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: white;
    line-height: 1.12em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .main-slider .single-slide .slider-title {
        font-size: 66px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider .single-slide .slider-title {
        font-size: 56px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .single-slide .slider-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider .single-slide .slider-title {
        font-size: 36px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider .single-slide .slider-title {
        font-size: 32px;
    }
}

.main-slider .single-slide .slider-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.175em;
    line-height: 1.6em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .main-slider .single-slide .slider-subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .single-slide .slider-subtitle {
        font-size: 14px;
    }
}

.main-slider .single-slide .divider {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .main-slider .single-slide .divider {
        font-size: 14px;
    }
}

.main-slider .single-slide .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .main-slider .single-slide .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .main-slider .single-slide .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .main-slider .single-slide .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

.main-slider .carousel-indicators {
    margin-bottom: 0;
}

    .main-slider .carousel-indicators li {
        width: 40px;
        height: 4px;
        background-color: #8C8C88;
        margin: 0 5px;
        display: inline-block;
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    .main-slider .carousel-indicators li {
        width: 30px;
    }
}

.main-slider .carousel-indicators li.active {
    background-color: #c51c23;
}

.main-slider .btn-group-default > .btn {
    padding: 18px 50px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .main-slider .btn-group-default > .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

.main-slider.style-one {
    height: 960px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-one {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-one {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one {
        height: 720px;
    }
}

.main-slider.style-one .slide-caption {
    padding-top: 220px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-one .slide-caption {
        padding-bottom: 30px;
        padding-top: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one .slide-caption {
        padding-bottom: 20px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-one .slide-caption {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-one .btn-group-default {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one .btn-group-default {
        margin-top: 25px;
    }
}

.main-slider.style-one .carousel-indicators {
    bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-one .carousel-indicators {
        bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one .carousel-indicators {
        bottom: 20px;
    }
}

.main-slider.style-two {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-two {
        height: 900px !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two {
        height: 840px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-two {
        height: 780px !important;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-two {
        height: 620px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .element-group {
        display: none;
    }
}

.main-slider.style-two > .element-group > .element {
    z-index: 5;
    bottom: -220px;
    left: calc(50% - 100px);
}

.main-slider.style-two > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: 60px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .intro-content-info {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two > .intro-content-info {
        left: 15px;
    }
}

.main-slider.style-two > .intro-content-info.contact-no-info {
    top: 55px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .intro-content-info.contact-no-info {
        top: 25px;
    }
}

.main-slider.style-two > .intro-content-info.opning-hours {
    bottom: 55px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .intro-content-info.opning-hours {
        bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two > .intro-content-info.opning-hours {
        bottom: 10px;
    }
}

.main-slider.style-two .intro-socail-share .share-alt + .socail-share {
    left: auto;
    right: 15px;
    text-align: right;
}

.main-slider.style-two > .header-card-share-area {
    position: absolute;
    top: 45px;
    right: 55px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .header-card-share-area {
        top: 15px;
        right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two > .header-card-share-area {
        right: 15px;
    }
}

.main-slider.style-two > .header-card-share-area .intro-socail-share {
    padding-right: 35px;
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two > .header-card-share-area .intro-socail-share {
        padding-right: 10px;
    }
}

.main-slider.style-two > .header-card-share-area .header-card-area > a {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    line-height: 42px;
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two > .header-card-share-area .header-card-area > a {
        line-height: 33px !important;
    }
}

.main-slider.style-two .slideZoom:before {
    opacity: 0.3;
}

.main-slider.style-two .slide-caption {
    padding: 80px 0 80px 60px;
}

@media only screen and (max-width: 1700px) {
    .main-slider.style-two .slide-caption {
        padding-left: 150px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two .slide-caption {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two .slide-caption {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two .slide-caption {
        padding-left: 0px;
        text-align: center;
    }
}

.main-slider.style-two .slide-caption .divider {
    text-align: left;
    padding-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-two .slide-caption .divider {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two .slide-caption .divider {
        text-align: center;
    }
}

@media only screen and (min-width: 1199px) {
    .main-slider.style-two .slide-caption .slider-title {
        font-size: 90px;
    }
}

.main-slider.style-two .slide-caption .btn-group-default {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-two .slide-caption .btn-group-default {
        margin-top: 35px;
    }
}

.main-slider.style-three {
    height: 960px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-three {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-three {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three {
        height: 750px;
    }
}

.main-slider.style-three > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 53px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-three > .intro-content-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-three > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three > .intro-content-info {
        display: none;
    }
}

.main-slider.style-three > .intro-socail-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 48px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-three > .intro-socail-text {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-three > .intro-socail-text {
        bottom: 12px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three > .intro-socail-text {
        right: auto;
        width: 100%;
        text-align: center;
    }
}

.main-slider.style-three .slideZoom:before {
    opacity: 0.7;
}

.main-slider.style-three .slide-caption {
    padding-top: 150px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-three .slide-caption {
        padding-bottom: 30px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-three .slide-caption {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-three .btn-group-default {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three .btn-group-default {
        margin-top: 25px;
    }
}

.main-slider.style-four {
    position: relative;
    height: 1080px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-four {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-four {
        height: 750px;
    }
}

.main-slider.style-four .bg-shape-top {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 2;
}

.main-slider.style-four .slideZoom:before {
    opacity: 0.6;
}

.main-slider.style-four .single-slide .slide-icon {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-four .single-slide .slide-icon {
        margin-bottom: 30px;
    }
}

.main-slider.style-four .slide-caption {
    padding: 140px 180px 70px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-four .slide-caption {
        padding: 120px 130px 70px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-four .slide-caption {
        padding: 120px 100px 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four .slide-caption {
        padding: 120px 40px 70px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-four .slide-caption {
        padding: 70px 0px 50px;
    }
}

.main-slider.style-four .slide-caption .slider-title {
    font-size: 100px;
    line-height: 1em;
    margin-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 66px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 52px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four .slide-caption .btn-group-default {
        margin-top: 35px;
    }
}

.main-slider.style-five {
    position: relative;
    height: 1000px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five {
        height: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five {
        height: 820px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five {
        height: 700px;
    }
}

.main-slider.style-five .slideZoom:before {
    opacity: 0.8;
}

.main-slider.style-five .single-slide .slide-icon {
    margin-bottom: 30px;
    font-size: 120px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .single-slide .slide-icon {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .single-slide .slide-icon {
        font-size: 70px;
        margin-bottom: 10px;
    }
}

.main-slider.style-five .slide-caption {
    padding: 50px 50px 140px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .slide-caption {
        padding: 50px 20px 110px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five .slide-caption {
        padding: 90px 20px 110px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .slide-caption {
        padding: 100px 0px 110px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five .slide-caption {
        padding: 60px 0px;
    }
}

.main-slider.style-five .slide-caption .slider-subtitle {
    text-transform: none;
    font-size: 80px;
    color: #c51c23 !important;
    font-weight: normal;
    letter-spacing: normal;
    font-family: "Herr Von Muellerhoff", cursive;
    line-height: 1em;
    margin-bottom: -5px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .slide-caption .slider-subtitle {
        font-size: 66px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five .slide-caption .slider-subtitle {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five .slide-caption .slider-subtitle {
        font-size: 42px;
        margin-bottom: 10px;
    }
}

.main-slider.style-five .slide-caption .slider-title {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 24px;
    }
}

.main-slider.style-five .slide-caption .slider-title > span {
    font-size: 115%;
}

.main-slider.style-five .slide-caption .btn-group-default {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .slide-caption .btn-group-default {
        margin-top: 35px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links {
    font-size: 24px;
    color: #c51c23;
    height: 105px;
    width: 75px;
    background-color: white;
    line-height: 105px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .carousel-nav-icon > .btn-links {
        height: 85px;
        width: 65px;
        line-height: 85px;
        font-size: 20px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links.btn-prev {
    border-radius: 0% 100% 100% 0%/100% 50% 50% 0%;
    left: -25px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .carousel-nav-icon > .btn-links.btn-prev {
        left: -20px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links.btn-next {
    border-radius: 100% 0% 0% 100%/50% 0% 100% 50%;
    right: -25px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .carousel-nav-icon > .btn-links.btn-next {
        right: -20px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links:hover {
    color: black;
}

.main-slider.style-six {
    height: 1040px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six {
        height: 700px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-six {
        height: 550px;
    }
}

.main-slider.style-six .slide-nav-center > .btn-links.btn-prev {
    left: 40px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-prev {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-prev {
        left: 15px;
    }
}

.main-slider.style-six .slide-nav-center > .btn-links.btn-next {
    right: 40px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-next {
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-next {
        right: 15px;
    }
}

.main-slider.style-six > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six > .intro-content-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six > .intro-content-info {
        display: none;
    }
}

.main-slider.style-six > .intro-socail-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 30px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six > .intro-socail-text {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six > .intro-socail-text {
        bottom: 12px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six > .intro-socail-text {
        right: auto;
        width: 100%;
        text-align: center;
    }
}

.main-slider.style-six .slideZoom:before {
    opacity: 0.75;
}

.main-slider.style-six .slide-caption {
    padding-top: 150px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-six .slide-caption {
        padding-bottom: 30px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-six .slide-caption {
        padding-top: 70px;
    }
}

.main-slider.style-six .single-slide .slider-title {
    font-size: 170px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.025em;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 140px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 42px;
    }
}

.main-slider.style-six .single-slide .slider-title > span {
    display: block;
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 112px;
    color: #c51c23;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1em;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 94px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 74px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 48px;
    }
}

.main-slider.style-six .single-slide .slider-title > span.welcome {
    margin-bottom: -70px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title > span.welcome {
        margin-bottom: -55px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title > span.welcome {
        margin-bottom: -35px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title > span.welcome {
        margin-bottom: -20px;
    }
}

.main-slider.style-six .single-slide .slider-title > span.h-bottom {
    font-size: 102px;
    margin-top: -30px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 72px;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 48px;
        margin-top: -10px;
    }
}

.main-slider.style-seven {
    height: 1040px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-seven {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-seven {
        height: 850px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven {
        height: 800px;
    }
}

.main-slider.style-seven > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 33px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-seven > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven > .intro-content-info {
        display: none;
    }
}

.main-slider.style-seven > .intro-socail-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-seven > .intro-socail-text {
        bottom: 8px;
        right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven > .intro-socail-text {
        bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven > .intro-socail-text {
        right: auto;
        width: 100%;
        text-align: center;
        display: none;
    }
}

.main-slider.style-seven .slideZoom:before {
    opacity: 0.7;
}

.main-slider.style-seven .slide-caption {
    padding-top: 100px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven .slide-caption {
        padding-top: 125px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven .slide-caption {
        padding-top: 140px;
        padding-bottom: 90px;
    }
}

.main-slider.style-seven .single-slide .banner-logo {
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven .single-slide .banner-logo {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-seven .single-slide .banner-logo img {
        width: 120px;
    }
}

.main-slider.style-seven .single-slide .slider-title {
    margin-bottom: 25px;
}

    .main-slider.style-seven .single-slide .slider-title > span {
        display: inline-block;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding-top: 5px;
        padding-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .main-slider.style-seven .single-slide .slider-title > span {
        padding-top: 3px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven .single-slide .btn-group-default {
        margin-top: 30px;
    }
}

.main-slider.style-seven .single-slide .btn-group-default > .btn {
    letter-spacing: 0.1em;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-slider.style-seven .slide-nav-center > .btn-links.btn-prev {
        left: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-slider.style-seven .slide-nav-center > .btn-links.btn-next {
        right: 40px;
    }
}

.main-slider.style-eight .carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 80px 100px 120px;
}

@media only screen and (max-width: 1660px) {
    .main-slider.style-eight .carousel-inner {
        padding: 100px 45px 100px 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-eight .carousel-inner [class*='col-'] {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-eight .carousel-inner [class*='col-'] {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-eight .carousel-inner {
        padding: 100px 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-eight .carousel-inner {
        padding: 120px 20px;
    }
}

.main-slider.style-eight .slide-thumb {
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-eight .slide-thumb {
        display: none;
    }
}

.main-slider.style-eight .single-slide .slider-subtitle,
.main-slider.style-eight .single-slide .slider-title {
    color: black;
}

.main-slider.style-eight .single-slide .slider-subtitle {
    margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-eight .single-slide .slider-subtitle {
        margin-bottom: 25px;
    }
}

.main-slider.style-eight .single-slide .slider-title {
    font-size: 100px;
    line-height: 0.87em;
}

@media only screen and (max-width: 1660px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 72px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 36px;
    }
}

.main-slider.style-eight .single-slide .slider-title > span {
    color: #c51c23;
}

.main-slider-style-two {
    position: relative;
}

    .main-slider-style-two .carousel-indicators {
        margin-bottom: 0;
        bottom: 35px;
    }

@media only screen and (max-width: 1199px) {
    .main-slider-style-two .carousel-indicators {
        bottom: 15px;
    }
}

.main-slider-style-two .carousel-indicators li {
    width: 15px;
    height: 4px;
    background-color: #cccccc;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two .carousel-indicators li {
        width: 30px;
    }
}

.main-slider-style-two .carousel-indicators li.active {
    background-color: #c51c23;
}

.main-slider-style-two.main-slider-one {
    height: 100vh;
    padding-top: 70px;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-one {
        height: 880px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two.main-slider-one {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one {
        height: 730px;
    }
}

.main-slider-style-two.main-slider-one .slider-title {
    color: black;
    margin-bottom: 100px;
    font-size: 148px;
    line-height: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

.slide-sub-title {
    margin-left: 5px;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-one .slider-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one .slider-title {
        font-size: 88px;
    }
}

.main-slider-style-two.main-slider-one .slider-title > span {
    font-size: 44px;
    line-height: 0.92em;
    font-weight: lighter;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-one .slider-title > span {
        font-size: 44px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one .slider-title > span {
        font-size: 36px;
    }
}

.main-slider-style-two.main-slider-one .btn-group-default {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.main-slider-style-two.main-slider-one .slide-thumb {
    margin-left: 0px;
    margin-right: -250px;
    margin-top: -90px;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    right: -120px;
}

.slide-thumb img {
    width: 100%;
}

@media only screen and (max-width: 1620px) {
    .main-slider-style-two.main-slider-one .slide-thumb {
        margin-right: -100px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-slider-style-two.main-slider-one .slide-thumb {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-style-two.main-slider-one .slide-thumb {
        display: none;
    }
}

.main-slider-style-two.main-slider-one .btn-group-default > .btn {
    letter-spacing: 0.18em;
}

.main-slider-style-two.main-slider-one .single-slide {
    padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one .single-slide {
        padding-bottom: 40px;
    }
}

.main-slider-style-two.main-slider-one .single-slide.active .slider-title,
.main-slider-style-two.main-slider-one .single-slide.active .btn-group-default,
.main-slider-style-two.main-slider-one .single-slide.active .slide-thumb {
    visibility: visible;
    opacity: 1;
}

.main-slider-style-two.main-slider-one .single-slide.active .slider-title {
    margin-bottom: 2px;
    top: 0;
}

.main-slider-style-two.main-slider-one .single-slide.active .slide-thumb {
    right: 0;
}

.main-slider-style-two.main-slider-two {
    height: 1080px;
    background: -webkit-linear-gradient(top, #b743b7, #749eeb);
    background: linear-gradient(to bottom, #b743b7, #749eeb);
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two {
        height: 880px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two.main-slider-two {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two {
        height: 730px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider-style-two.main-slider-two {
        height: 650px;
    }
}

.main-slider-style-two.main-slider-two > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .main-slider-style-two.main-slider-two > .intro-content-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two > .intro-content-info {
        display: none;
    }
}

.main-slider-style-two.main-slider-two > .intro-shipping-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .main-slider-style-two.main-slider-two > .intro-shipping-text {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two > .intro-shipping-text {
        bottom: 12px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two > .intro-shipping-text {
        right: auto;
        width: 100%;
        text-align: center;
    }
}

.main-slider-style-two.main-slider-two .carousel-item {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .main-slider-style-two.main-slider-two .carousel-item {
        padding-top: 65px;
    }
}

.main-slider-style-two.main-slider-two .slider-title {
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 158px;
    line-height: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    position: relative;
    letter-spacing: -0.05;
}

@media only screen and (max-width: 1280px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 132px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 88px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 60px;
    }
}

.main-slider-style-two.main-slider-two .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    position: absolute;
    right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    margin: 0;
}

@media only screen and (max-width: 1280px) {
    .main-slider-style-two.main-slider-two .carousel-indicators {
        right: 15px;
    }
}

.main-slider-style-two.main-slider-two .carousel-indicators li {
    width: 17px;
    height: 17px;
    background-color: white;
    border-radius: 50%;
    border: 0px solid;
    margin: 5px;
    opacity: 0.4;
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two .carousel-indicators li {
        width: 12px;
        height: 12px;
    }
}

.main-slider-style-two.main-slider-two .carousel-indicators li.active {
    opacity: 1;
}

.main-slider-style-two.main-slider-two .slide-thumb {
    margin-left: -75px;
    position: relative;
    top: -80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two .slide-thumb {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-style-two.main-slider-two .slide-thumb {
        display: none;
    }
}

.main-slider-style-two.main-slider-two .slide-caption {
    position: relative;
    bottom: -80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-slider-style-two.main-slider-two .single-slide.active .slider-title,
.main-slider-style-two.main-slider-two .single-slide.active .slide-caption {
    visibility: visible;
    opacity: 1;
}

.main-slider-style-two.main-slider-two .single-slide.active .slide-caption {
    bottom: 0;
}

.main-slider-style-two.main-slider-two .single-slide.active .slide-thumb {
    top: 0;
}

.site-header-slider-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 1040px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block {
        margin-bottom: 0;
        height: 920px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block {
        display: block;
        height: auto;
    }
}

.site-header-slider-block .site-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block .site-header {
        max-width: auto;
        width: 280px;
        position: fixed;
        z-index: 99999;
        top: 0px;
        left: -280px;
        height: 100%;
    }

        .site-header-slider-block .site-header.sidemenu-active {
            left: 0;
        }
}

.site-header-slider-block .site-header .hamburger-menus {
    position: absolute;
    right: -40px;
    top: 35px;
    width: 40px;
    height: 40px;
    background-color: #c51c23;
    padding: 11px 10px;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block .site-header .hamburger-menus {
        display: block;
    }
}

.site-header-slider-block .site-header .hamburger-menus > span {
    width: 20px !important;
}

@media only screen and (max-width: 575px) {
    .site-header-slider-block .site-header .hamburger-menus > span {
        margin: 6px 0;
    }
}

.site-header-slider-block .site-header .hamburger-menus.click-menu > span:nth-child(1) {
    left: 2px;
    top: 1px;
}

.site-header-slider-block .site-header .hamburger-menus.click-menu > span:nth-child(3) {
    right: -1px;
    top: -1px;
}

.site-header-slider-block .site-header .site-branding {
    height: 190px;
    padding-top: 60px;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block .site-header .site-branding {
        padding-top: 30px;
        height: 160px;
    }
}

.site-header-slider-block .site-header .site-navigation {
    height: calc(100% - 300px);
    padding: 20px 0;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block .site-header .site-navigation {
        height: calc(100% - 240px);
    }
}

.site-header-slider-block .site-header .contact-info {
    padding-bottom: 60px;
    height: 110px;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block .site-header .contact-info {
        padding-bottom: 30px;
        height: 80px;
    }
}

.site-header-slider-block .site-header .contact-info .title {
    color: #bababa;
}

.site-header-slider-block .site-header .contact-info .contact-no {
    color: white;
}

.site-header-slider-block .main-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block .main-slider {
        max-width: 100%;
        margin-left: 0;
    }
}

/* Hero Sections */
.frontpage-banner-section .banner-title {
    font-size: 60px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: white;
    line-height: 1.12em;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section .banner-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section .banner-title {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .banner-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section .banner-title {
        font-size: 28px;
    }
}

.frontpage-banner-section .divider {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .divider {
        font-size: 14px;
    }
}

.frontpage-banner-section .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .frontpage-banner-section .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .frontpage-banner-section .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .frontpage-banner-section .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

.frontpage-banner-section.frontpage-banner-style-one {
    height: 1040px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        height: 800px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        height: 760px;
    }
}

.frontpage-banner-section.frontpage-banner-style-one:before {
    opacity: 0.7;
}

.frontpage-banner-section.frontpage-banner-style-one .intro-content-info {
    position: absolute;
    z-index: 5;
    bottom: 55px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one .intro-content-info {
        bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .intro-content-info {
        bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-top: 35px;
    }
}

.frontpage-banner-section.frontpage-banner-style-one .banner-logo {
    margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .banner-logo {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .btn-group-default {
        margin-top: 30px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two {
    height: 1080px;
    z-index: 99 !important;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 650px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    top: 53px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
        top: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
        top: 20px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
        text-align: center;
        width: 100%;
        padding: 0 15px;
        left: 0;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .intro-socail-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    top: 48px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-socail-text {
        top: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-socail-text {
        top: 20px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-socail-text {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .site-header {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 60px;
    top: auto;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two > .site-header {
        bottom: 30px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > a {
    color: white;
}

    .frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > a > .menu-arrow {
        color: rgba(255, 255, 255, 0.5);
    }

.frontpage-banner-section.frontpage-banner-style-two > .site-header .site-navigation {
    border: 2px solid white;
}

    .frontpage-banner-section.frontpage-banner-style-two > .site-header .site-navigation .site-branding {
        margin-right: 0;
        border-right: 2px solid white;
        padding: 20px;
    }

.frontpage-banner-section.frontpage-banner-style-two > .site-header .header-right-area {
    padding: 10px 20px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two > .site-header .header-right-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .site-header.header-style-one .header-card-area > a {
    background-color: white;
    color: black;
}

    .frontpage-banner-section.frontpage-banner-style-two > .site-header.header-style-one .header-card-area > a > sup {
        right: auto;
        left: -10px;
        top: 13px;
        background-color: #c51c23;
    }

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-logo img {
        width: 250px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three {
    height: 1030px;
    padding: 100px 0;
    background-position: left top;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 650px;
        padding-top: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 600px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 550px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 460px;
        padding-top: 220px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    text-align: right;
    color: #c51c23;
    margin-bottom: 0;
    font-size: 132px;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 72px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 42px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span,
.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
    display: block;
    color: black;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
    font-size: 60px;
    line-height: 0.8em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 26px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
    font-size: 140px;
    line-height: 0.8em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 108px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 66px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 48px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four {
    height: 960px;
    background-position: left top;
    padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 850px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 750px;
        padding-top: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 590px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 530px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 490px;
    }
}

@media only screen and (max-width: 340px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 450px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
    position: relative;
    min-height: 250px;
}

    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element {
        z-index: 1;
    }

        .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one {
            bottom: -120px;
            left: -110px;
        }

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one {
        bottom: -90px;
        left: -100px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two {
    top: calc(100% - 145px);
    right: -175px;
    -webkit-animation: linear bt-topBottom-40 3.5s infinite;
    animation: linear bt-topBottom-40 3.5s infinite;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two {
        right: -135px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 30px solid rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay {
        border-width: 10px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px;
    padding: 35px 43px 35px 35px;
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner {
        margin: 5px;
        padding: 35px 37px 35px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner {
        padding: 30px 25px 30px 20px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
    text-align: center;
    color: #c51c23;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-size: 132px;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.055em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 66px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 42px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span,
.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
    display: block;
    color: black;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
    font-size: 60px;
    line-height: 0.88em;
    font-weight: lighter;
    letter-spacing: -0.04em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 26px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
    font-size: 140px;
    line-height: 0.8em;
    font-weight: lighter;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 108px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 82px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 66px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 52px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 42px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five {
    height: 960px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 900px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 780px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 720px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 550px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five:before {
    opacity: 0.8;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
        padding-top: 70px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
    font-size: 142px;
    font-weight: 700;
    font-style: italic;
    line-height: 0.85em;
    margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 66px;
        line-height: 1em;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 48px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title > span {
    display: block;
    color: #c51c23;
}

.frontpage-banner-section.frontpage-banner-style-six {
    position: relative;
    margin-bottom: 150px;
    height: 800px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 720px;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 620px;
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 520px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 450px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 182px;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
        height: 95px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
        height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
        height: 55px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
    margin-bottom: -160px;
    position: relative;
    z-index: 2;
    margin-left: 150px;
    margin-right: -105px;
}

@media only screen and (max-width: 1620px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 135px;
        margin-right: -70px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 115px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 125px;
        margin-right: -15px;
        margin-bottom: -125px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 70px;
        margin-right: -25px;
        margin-bottom: -95px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 0px;
        margin-bottom: -70px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-bottom: -50px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content {
    position: relative;
}

    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        font-size: 320px;
        font-weight: 700;
        color: white;
        opacity: 0.06;
        line-height: 0.85em;
        position: absolute;
        bottom: 145px;
        letter-spacing: -0.01;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (max-width: 1750px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 250px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 172px;
        bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 124px;
        bottom: 75px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 108px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text:before {
        position: absolute;
        background-position: left top;
        background-repeat: no-repeat;
        content: "";
    }

    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        text-align: right;
        top: 130px;
        left: -80px;
        width: 350px;
        z-index: 3;
    }

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        left: -105px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        width: 300px;
        left: -65px;
        top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        width: 230px;
        top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        top: -155px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
    background-image: url("../images/others/arrow1.png");
    right: -110px;
    top: 110px;
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
        right: -65px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
        right: -55px;
        top: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
        right: -20px;
        top: 100px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
    text-align: left;
    right: 0;
    top: 60px;
    width: 310px;
    z-index: 3;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        right: 30px;
        top: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        right: 20px;
        top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        width: 190px;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        top: -25px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        width: 155px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        width: 130px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right:before {
    background-image: url("../images/others/arrow2.png");
    right: 110px;
    bottom: -55px;
    width: 80px;
    height: 80px;
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    color: white;
    line-height: 0.82em;
    margin-bottom: 7px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 28px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price {
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #c51c23;
    border-radius: 5px;
    color: white;
    padding: 7px 10px 5px;
    display: inline-block;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price {
        font-size: 15px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price {
        font-size: 13px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span {
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span {
        font-size: 20px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub {
    font-size: 15px;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub {
        font-size: 13px;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven {
    height: 900px;
    background-position: bottom center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        height: 760px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        height: 660px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        height: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven .row.align-items-end {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb {
    margin-right: -80px;
    margin-left: -70px;
    position: relative;
    bottom: -155px;
    -webkit-animation: linear bt-topBottom-20 2.5s infinite;
    animation: linear bt-topBottom-20 2.5s infinite;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content {
    text-align: right;
    margin-right: -75px;
    padding-bottom: 55px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content {
        margin-right: 0px;
        padding-bottom: 0;
        text-align: left;
        padding-top: 120px;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
    font-size: 102px;
    font-family: "Aguafina Script", cursive;
    line-height: 1em;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 2px #C35194;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 66px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 52px;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
    font-size: 102px;
    font-family: "Oswald", sans-serif;
    line-height: 1em;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 3px #C35194;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 88px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 42px;
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide {
    height: calc(100vh - 40px);
}

@media only screen and (max-width: 1366px) {
    .home-carousel-block .swiper-wrapper .swiper-slide {
        height: calc(100vh - 30px);
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item:before {
    opacity: 0.9;
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .divider,
.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .btn-primary.btn-white {
    opacity: 1;
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .divider {
    -webkit-animation: linear hg-fadeInUp50 0.25s;
    animation: linear hg-fadeInUp50 0.25s;
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .btn-primary.btn-white {
    -webkit-animation: linear hg-fadeUpIn50 0.25s;
    animation: linear hg-fadeUpIn50 0.25s;
}

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item {
    height: 100%;
    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;
    width: 100%;
    text-align: center;
    background-position: center center;
    background-size: cover;
}

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item:before {
        opacity: 0.4;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 60px;
        font-family: "Playfair Display", serif;
        color: white;
        font-weight: 700;
    }

@media only screen and (max-width: 1199px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 36px;
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider {
    margin-bottom: 77px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider {
        font-size: 14px;
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .btn-primary.btn-white {
    list-style: 0.2em;
    font-family: "Oswald", sans-serif;
    padding: 10px 25px;
    margin-top: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .btn-primary.btn-white {
        margin-top: 40px;
    }
}

.pilling-page .single-slide {
    margin: 20px;
    height: calc(100% - 40px) !important;
    padding: 50px 0;
}

@media only screen and (max-width: 1199px) {
    .pilling-page .single-slide {
        margin: 15px;
        height: calc(100% - 30px) !important;
    }
}

.pilling-page .single-slide:before {
    opacity: 0.6;
}

.pilling-page .single-slide .slide-caption {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .pilling-page .single-slide .slide-caption {
        padding: 0;
    }
}

.pilling-page .single-slide .slider-title {
    font-size: 100px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: white;
    line-height: 1em;
    margin-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
    .pilling-page .single-slide .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .pilling-page .single-slide .slider-title {
        font-size: 66px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pilling-page .single-slide .slider-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 575px) {
    .pilling-page .single-slide .slider-title {
        font-size: 42px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 480px) {
    .pilling-page .single-slide .slider-title {
        font-size: 32px;
    }
}

.pilling-page .single-slide .divider {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .pilling-page .single-slide .divider {
        font-size: 14px;
    }
}

.pilling-page .single-slide .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .pilling-page .single-slide .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .pilling-page .single-slide .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .pilling-page .single-slide .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

@media only screen and (max-width: 991px) {
    .pilling-page .single-slide .btn-group-default {
        margin-top: 30px;
    }
}

.pilling-page .single-slide .btn-primary.btn-white {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.2em;
    padding: 12px 35px;
}

@media only screen and (max-width: 767px) {
    .pilling-page .single-slide .btn-primary.btn-white {
        padding: 11px 25px;
    }
}

#pp-nav {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 8;
}

    #pp-nav.right {
        right: 95px;
    }

@media only screen and (max-width: 1199px) {
    #pp-nav.right {
        right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #pp-nav.right {
        right: 30px;
    }
}

#pp-nav li {
    margin: 15px 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 5;
}

    #pp-nav li > a {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: inherit;
    }

        #pp-nav li > a.active {
            background-color: #c51c23;
        }

#pp-nav span {
    width: 0;
    height: 0;
    border: 0px solid;
}

.header-slider-main-area .header-slider-main-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 760px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .header-slider-main-area .header-slider-main-area-inner {
        height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-main-area-inner {
        height: 600px;
    }
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area {
    width: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-main-area-inner .navigation-area {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-main-area-inner .navigation-area {
        display: none;
    }
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus {
    width: 35px;
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus {
        margin-left: 12px;
    }
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus > span {
    background-color: black;
    width: 30px;
    height: 4px;
    margin: 3px 0;
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus.click-menu > span:nth-child(1) {
    top: 1px;
    left: 1px;
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus.click-menu > span:nth-child(3) {
    top: 2px;
    left: -1px;
}

.header-slider-main-area .header-slider-main-area-inner .main-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 105px);
    flex: 0 0 calc(100% - 105px);
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-main-area-inner .main-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-main-area-inner .main-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.header-slider-main-area .header-slider-intro-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 105px;
    margin-top: 30px;
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-intro-element {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-intro-element {
        padding-left: 0px;
    }
}

.header-slider-main-area .header-slider-intro-element .intro-shipping-text,
.header-slider-main-area .header-slider-intro-element .intro-content-info {
    color: black;
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-intro-element .intro-shipping-text,
    .header-slider-main-area .header-slider-intro-element .intro-content-info {
        display: none;
    }
}

/*------- vd-prx-section-----*/

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /*! height: 500px; */
    overflow: hidden;
    text-align: center;
}

    .video-container video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.overlay-vd {
    background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
}

.ved-sction-v {
    position: relative;
    height: 50vh;
}

.overlay-vd h1 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 2rem;
    fill:;
}


/*------- vd-prx-section end--*/
/*============= about section =======*/


.about-section {
    padding: 6rem 0rem;
    /*! background-image: url("../images/abt-bg.png"); */
    position: relative;
    background-attachment: fixed;
    /*! display: none; */
    padding-bottom: 3rem;
}

.abt-title span {
    color: #ce3631;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
}

.abt-title h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 10px;
    padding-right: 5rem;
}

.abt-title p {
    font-size: 14px;
    color: #707070;
}

.img-view-right img {
    /*margin-left: -7rem;*/
    width:100%;
}

.abt-left-img {
    position: absolute;
    left: 0;
    top: 3rem;
    display: none;
}


/*==========spl-combo ====*/
.spl-title span {
    color: #ce3631;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
}

.special-combo {
    padding: 3rem 0rem;
    background-image:url('../images/12.jpg');
    background-size:cover;
    background-position:center;
}

.spl-title h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 10px;
    padding-right: 5rem;
}


.spl-title-v {
    margin-bottom: 5rem;
}

.spl-product-box {
    text-align: center;
    background-image: url('../images/splbg.png');
    padding: 40px;
    /*! margin-bottom: 4rem; */
    background-repeat: no-repeat;
    /*! min-height: 355px; */
    webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background-size: cover;
    background-position: center;
}
.spl-product-box a{
    color:#cccccc;
    text-decoration: none;
}
.spl-p-title h4 {
    font-size: 22px;
    color: #E6E6E6;
}
/*.spl-p-title h4 {
    font-size: 22px;
}*/

.spl-p-title p {
    font-size: 14px;
    color: #707070;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.spl-p-title h3 {
    color: #ce3631;
}

.spl-p-view a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #efbf45;
    border-radius: 4px;
}

.spl-p-view {
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.spl-p-img img {
    width: 100%;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.shap-img {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    height: 30px;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
}


.spl-product-box:hover .spl-p-img img {
    -webkit-transform: scale(1.2) translateY(30px);
    -ms-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(30px);
}


/*===========ingredient section =========*/

.ingrreduent-section {
    padding: 6rem 0rem;
    background-image: url('../images/ingredient_bg.png');
    background-size: cover;
    /*! display: none; */
}


.ingt-title span {
    color: #ce3631;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
}

.ingt-title h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 10px;
    padding-right: 5rem;
    color: #000;
    padding: 0rem 16rem;
}

.ingt-title-v {
    text-align: center;
}

.ingt-mdl-img img {
    width: 100%;
}

.ingt-left-side {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.ingt-line-1 {
    width: 328px;
    max-width: 328px;
    top: 25px;
    left: 153px;
    position: absolute;
    z-index: 99;
}


.ingt-list-l-info h2 {
    color: #000;
}

    .ingt-list-l-info h2 span {
        color: #ce3631;
    }

.ingt-list-l-info p {
    color: #000;
    font-size: 14px;
    width: 70%;
}

.ingt-line-2 {
    left: 174px;
    position: absolute;
    top: 193px;
    z-index: 99;
}

.ingt-left-list {
    margin-bottom: 71px;
}


.ingt-line-3 {
    width: 298px;
    max-width: 296px;
    top: 318px;
    left: 170px;
    position: absolute;
    z-index: 99;
}

.ingt-right-side {
    text-align: right;
    padding-top: 3rem;
}


.ingt-right-l-info h2 {
    color: #000;
}

    .ingt-right-l-info h2 span {
        color: #ce3631;
    }

.ingt-right-l-info p {
    color: #000;
    font-size: 14px;
}

.ingt-line-4 {
    left: -100px;
    top: 246px;
    position: absolute;
}

.ingt-right-list {
    margin-bottom: 166px;
}

.ingt-line-5 {
    position: absolute;
    left: -110px;
    top: 62px;
}



.menu-title span {
    color: #ce3631;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
}

.menu-title h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 10px;
    padding-right: 5rem;
    color: #000;
    padding: 0rem 15rem;
}

.menu-title-v {
    text-align: center;
}

.menu-section {
    padding: 6rem 0rem;
}

.ts-tab-menu.row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
}

.ts-tab-menu .nav-menu-tabs {
    margin-bottom: -10px;
}

.ts-tab-menu .nav-menu-tabs {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    text-align: center;
}

    .ts-tab-menu .nav-menu-tabs li {
        margin-bottom: 14px;
        position: relative;
        padding: 0 10px;
    }

        .ts-tab-menu .nav-menu-tabs li a.active {
            color: #e7272d;
        }


        .ts-tab-menu .nav-menu-tabs li a {
            padding: 0px;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 800;
            color: #222222;
            display: inline-block;
            font-family: 'Bebas Neue', cursive;
            letter-spacing: 0.5px;
            text-decoration: none;
        }


            .ts-tab-menu .nav-menu-tabs li a img {
                display: block;
                margin: auto;
                max-width: 100px;
                margin-bottom: 10px;
                min-height: 50px;
            }

            .ts-tab-menu .nav-menu-tabs li a.active:after {
                opacity: 1;
                visibility: visible;
            }

            .ts-tab-menu .nav-menu-tabs li a:after {
                position: absolute;
                content: "";
                bottom: -20px;
                left: 50%;
                border: 1px solid #c1beba;
                background: #fff;
                height: 11px;
                width: 11px;
                border-top: 0;
                border-left: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                visibility: hidden;
                opacity: 0;
            }

tab-content > .active {
    display: block;
}

.tab-pane.active {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu-section {
    padding: 0px 0px 0px 0px;
}

.menu-section {
    position: relative;
    padding: 4rem 0rem;
    /*! background-image: url("../images/abt-bg.png"); */
    background-size:;
    background-attachment: fixed;
}

.menu-block {
    position: relative;
    margin-bottom: 25px;
}

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

        .menu-block .inner-box span.menu-tag {
            font-size: 11px;
            line-height: 21px;
            margin-bottom: 5px;
            background: #e7272d;
            padding: 0px 10px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
            border-radius: 36px;
            -webkit-border-radius: 36px;
            -ms-border-radius: 36px;
        }

        .menu-block .inner-box .info {
            position: relative;
            margin-bottom: 10px;
        }

            .menu-block .inner-box .info:before {
                position: absolute;
                content: '';
                left: 0px;
                top: 16px;
                width: 100%;
                border: 1px dashed #e5e5e5;
            }

            .menu-block .inner-box .info h3 {
                position: relative;
                font-size: 16px;
                padding-right: 10px;
                letter-spacing: 1px;
                /*! background-color: #ffffff; */
                -webkit-margin-after: 0;
                margin-block-end: 0;
            }


.pull-left {
    float: left;
}

.feature-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.menu-block .inner-box .info h3 a {
    color: #222;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.nav.nav-menu-tabs {
    width: 100%;
}

.menu-block .inner-box .info .price {
    position: relative;
    color: #e7272d;
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
    background-color: #ffffff;
    /*! font-style: italic; */
}

.menu-block .inner-box .info h3 {
    position: relative;
    font-size: 16px;
    padding-right: 10px;
    letter-spacing: 1px;
    background-color: #ffffff;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

    .menu-block .inner-box .info h3 a {
        color: #222;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-size: 24px;
        text-decoration: none;
    }

.menu-block .inner-box .info:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 16px;
    width: 100%;
    border: 1px dashed #e5e5e5;
}

.menu-block .inner-box .info {
    position: relative;
    margin-bottom: 10px;
}

.feature-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.pull-right {
    float: right;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.ingradien-text {
    padding: 0px 120px 0px 0px;
}

.menu-block .inner-box .ingradien-text {
    position: relative;
    color: #616060;
    font-size: 14px;
    padding-right: 50px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}


.promation-img-x {
}

.b-offer span {
    ont-size: 11px;
    line-height: 21px;
    margin-bottom: 5px;
    background: #e7272d;
    padding: 0px 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    font-size: 12px;
    /*! position: absolute; */
}

.promation-img-x img:hover {
    -webkit-transform: scale(1.1) translateY(10px);
    -ms-transform: scale(1.1) translateY(10px);
    transform: scale(1.1) translateY(10px);
}

.promation-img-x img {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    width: 100%;
}

/*================ gallery-----------*/

.gallery-title span {
    color: #ce3631;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
}

.gallery-title h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 10px;
    /*! padding-right: 5rem; */
    color: #000;
    /*! padding: 0rem 15rem; */
}

.gallery-title-v {
    text-align: center;
    margin-bottom: 4rem;
}

.gallery-section {
    padding: 6rem 0rem;
    background-image: url('../images/line.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: top;
    /*! display: none; */
}




.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

    .gallery-image:hover {
        transform: scale(1.15);
    }

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        grid-gap: 2rem;
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }
}


/*================develory =========*/

.app-promation {
    padding: 6rem 0rem;
    background-image: url('../images/app-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #efbf45;
    padding-bottom: 0px;
    background-attachment: fixed;
    overflow: hidden;
}

.app-pr-title h1 {
    font-size: 48px;
    line-height: 1.3em;
}

.app-pr-title span {
    color: #d01d24;
}

.app-pr-title p {
    font-size: 14px;
    color: #343434;
    font-weight: 200;
    line-height: 32px;
}

.app-ft-list {
    list-style: none;
    padding-left: 0px;
}

    .app-ft-list li {
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

.lte-inner {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lte-block-icon i {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 22px;
    text-align: center;
}

.lte-icon-text {
    background-color: #000;
    width: 40px;
    height: 40px;
    font-style: normal;
    color: #fff;
    border: 5px solid #fff;
    padding: 3px 8px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}


.lte-icon-content {
    margin-left: 1rem;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.app-links-view {
    margin-top: 3rem;
}

    .app-links-view a img {
        width: 145px;
    }

    .app-links-view a {
        margin-right: 15px;
    }


.lte-block-icon.lte-icon-type-left .lte-icon-content {
    margin-left: 15px;
}

.lte-block-icon.lte-header-color-black .lte-header {
    color: #282932;
}

.lte-block-icon .lte-header {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    margin: 0;
}

.app-img-v img {
    width: 100%;
}

.Feature-v-section {
    padding: 6rem 0rem;
    background-image: url('../images/line.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: top;
    /*! display: none; */
}

.ft-x-title {
    text-align: center;
}

    .ft-x-title span {
        color: #ce3631;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 12px;
    }

    .ft-x-title h1 {
        margin-top: 1rem;
        font-size: 45px;
    }

    .ft-x-title p {
        padding: 0rem 6rem;
        font-size: 14px;
    }
/*============= features ===========*/

.ft-x-title {
    text-align: center;
    margin-bottom: 5rem;
}

.ft-v-iocn-info {
    text-align: center;
}

.ft-v-iocn-img {
    text-align: center;
}

.ft-v-iocn-img {
    min-height: 65px;
}

.ft-v-iocn-img {
    margin-bottom: 11px;
}

    .ft-v-iocn-img img {
        width: 64px;
    }

.ft-v-iocn-info h2 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.ft-v-iocn-info p {
    font-size: 13px;
    color: #706f6f;
    font-weight: 300;
    line-height: 24px;
}




/*========== footer =======*/

.ts-footer {
    background-color: #1b1b1b;
    padding-top: 80px;
    background-image: url('../images/ingredient_bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 6rem;
    overflow: hidden;
}

    .ts-footer:before {
        position: absolute;
        left: 0;
        top: -10px;
        width: 100%;
        content: '';
        background-image: url(../images/shape-down.png);
        height: 40px;
        background-repeat: no-repeat;
    }

.footer-logo-area {
    margin-bottom: 50px;
    position: relative;
}

    .footer-logo-area:before {
        left: 0;
    }

    .footer-logo-area:before, .footer-logo-area:after {
        position: absolute;
        top: 0;
        width: 49%;
        height: 1px;
        background: #3c3c3c;
        content: '';
        bottom: 0;
        margin: auto;
    }

.footer-widget {
    text-align: center;
}

.ts-footer .widget-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.footer-widget p {
    color: #aaaaaa;
    font-size: 14px;
}

    .footer-widget p strong a:hover {
        color: #ffe119;
    }

    .footer-widget p strong a {
        font-size: 20px;
        color: #ce3631;
        text-decoration: none;
        padding-top: 4px;
        display: block;
        margin: 10px;
    }

.footer-bar {
    border-top: 1px solid #3c3c3c;
    margin-top: 15px;
}

.copyright {
    padding: 28px 0;
}

    .copyright .copyright-text {
        color: #aaa;
    }

    .copyright .copyright-text {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
    }

    .copyright .copyright-text {
        color: #aaa;
    }

.footer-logo img {
    width: 100px;
    position: relative;
    z-index: 99;
}

.ts-footer .footer-menu li {
    display: inline-block;
    padding: 0px 17px;
    /*! color: #ccc; */
    padding-left: 0px;
}

    .ts-footer .footer-menu li a {
        color: #aaaaaa !important;
        font-size: 11px;
        line-height: 24px;
    }

    .ts-footer .footer-menu li:first-child a {
        padding-left: 0;
    }


#footer-menu {
    padding-left: 0px;
}


.copyright .footer-social {
    text-align: right;
    position: relative;
    top: 1.6rem;
}

    .copyright .footer-social ul {
        margin: 0;
    }

    .copyright .footer-social li {
        list-style: none;
        display: inline-block;
    }

.footer-social ul li {
    margin-right: 20px;
    color: #fff;
}

    .footer-social ul li a {
        color: #fff;
    }

.app-links-footer a {
    display: block;
    margin-bottom: 7px;
}

.app-links-footer img {
    border: 1px solid #fff;
    width: 95%;
    border-radius: 5px;
}

.app-links-footer {
    display: flex;
}

/*======== prex view ===============*/

.prx-section {
    background-image: url('../images/parallax-img-1.jpg');
    background-attachment: fixed;
    background-size: cover;
    /*! display: none; */
}


.ovly-x {
    padding: 6rem 0rem;
    background-color: #0000008a;
    text-align: center;
}

.prx-view-text h2 {
    font-size: 90px;
    color: #fff;
}

.prx-view-text p {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    margin-top: 2rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}


.kcal-v {
    font-size: 10px;
    color: #767676;
    letter-spacing: 0px;
    font-weight: 400;
}

.menu-tag-1 {
    background-color: #459f25;
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: 1px;
}

.menu-tag-2 {
    background-color: #efbf45;
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: 1px;
}

.menu-tag-3 {
    background-color: #ac080f;
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: 1px;
}


.menu-tag-4 {
    background-color: #000;
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: 1px;
}

.menu-tag-5 {
    background-color: #b7c512;
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: 1px;
}

.menu-tag-6 {
    background-color: #30a9c5;
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    border-radius: 20px;
    letter-spacing: 1px;
}

/*=============== careers =================*/
.careers-section {
    padding: 3rem 0rem;
}

.careers-view span {
    color: #ce3631;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
}

.careers-view h1 {
    font-size: 57px;
    color: #fff;
}

    .careers-view h1 span {
        font-size: 60px;
    }

.carrers-lidt-v p {
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 300;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.btn.btn-default.bx-job--button {
    border: 1px solid #efbf45;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
    padding: 7.5px 16px;
    /*! border-left: 0px; */
    background-color: #efbf45;
    color: #fff;
}

.input-group input {
    font-size: 14px;
    padding: 18px 14px;
    font-weight: 300;
    outline: none;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #b7b7b7 !important;
    outline: 0;
    box-shadow: none !important;
    text-decoration: none;
}


.crs-vix-v {
    background-color: #000000c9;
    box-shadow: 0px 0px 33px #0000004a;
    padding: 8rem 2rem;
    background-image: url('../images/line.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: center;
    background-position-y: top;
}

.form-control {
    border-right: 0px;
}

.careers-section {
    /*! padding: 8rem 0rem; */
    background-image: url('../images/app-bg.png');
    /*! background-color: #a3a3a3; */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    /*! display: none; */
}

.carrers-job-list p {
    color: #fff;
    font-size: 14px;
}

.carrers-job-list p {
    color: #fff;
    font-size: 14px;
}

.follow-on {
    margin-top: 2rem;
    position: relative;
}

    .follow-on h4 {
        color: #fff;
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 21px;
    }



.carrers-lidt-v h4 {
    color: #fff;
}

carrers-job-list p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.follow-on h4::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 4px;
    background-color: #ce3631;
    top: 8px;
}

.follow-on a {
    color: #fff;
    margin-right: 17px;
    margin-top: 0px;
    font-size: 17px;
}

.scroll {
    background-color: #fff;
    /*! height: 50px; */
    /*! color: rgba(255,254,255,0.8); */
    box-shadow: 0px 0px 15px #cccccc9e;
    border-bottom: 0.5px solid #CE3631;
}

.navigation-wrap.start-header {
    width: 100%;
    position: fixed;
    transition: 0.3s ease-in-out;
}


/*================= Responsive =========*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 680px) {
    .ts-footer {
        margin-top: 1rem;
    }

    .nav-item {
        padding-left: 0px !important;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .navbar-nav {
        text-align: center;
        padding-top: 9px !important;
        padding-bottom: 0px !important;
    }

    .hero {
        background-color: #eaeaea;
    }

    .hero-bg {
        position: absolute;
        left: 50.7%;
        top: 100px;
    }

    .hero-text .hero-text-text {
        margin-top: 110px;
        color: #fff;
    }

        .hero-text .hero-text-text h1, .hero-text .hero-text-text h2.maintext2a {
            margin-left: -5px;
            margin-bottom: 12px;
            font-size: 82px;
        }

        .hero-text .hero-text-text p.hero1textsmall {
            max-width: 100%;
        }

    .hero-image img {
        margin-top: 312px;
        margin-left: 40%;
        max-width: 440px !important;
        width: auto;
    }

    .hero-text .hero-text-text .hero1-cta {
        display: block;
        margin-top: 94px;
        background: #fff;
        max-width: 268px;
        margin-left: 126px;
        text-decoration: none !important;
        box-shadow: 6px 6px 11px #0000001f;
        border-radius: 50% 50% 50% 50%;
    }

        .hero-text .hero-text-text .hero1-cta h3 {
            margin-top: 23px;
            margin-bottom: 0;
            font-size: 19px;
            line-height: 18px;
            text-transform: uppercase;
            color: #ce3631;
            font-weight: 900;
        }

        .hero-text .hero-text-text .hero1-cta p.heroctasmalltext1 {
            display: block;
            width: 100%;
            color: #443737;
            font-weight: 300;
            text-decoration: none;
            font-size: 13px;
            line-height: 18px;
        }

    .hero-bg .hero-bg-text {
        position: absolute;
        padding: 0 0 10px 38px;
        color: #fff;
        left: -12rem;
        bottom: 45px;
    }

    .about-section {
        padding: 1rem 0rem;
    }

    .img-view-right img {
        width: 100%;
    }

    .img-view-right img {
        margin-left: 0rem;
        margin-top: 3rem;
    }

    .abt-title h1 {
        padding-right: 0;
    }

    .hero-wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        height: 1002px;
    }

    .spl-title h1 {
        padding-right: 0;
    }

    .spl-title-v {
        margin-bottom: 0rem;
    }

    .spl-product-box {
        background-size: contain;
        margin-top: 1rem;
    }

    .spl-p-view {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .ingrreduent-section {
        padding: 3rem 0rem;
    }

    .ingt-title h1 {
        font-size: 44px;
        padding: 0rem 0rem;
    }

    .ingrreduent-section {
        padding: 6rem 0rem;
        background-image: url('../images/ingredient_bg.png');
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .ingt-line-1 {
        display: none;
    }

    .ingt-line-2 {
        display: none;
    }

    .ingt-line-3 {
        display: none;
    }

    .ingt-line-4 {
        display: none;
    }

    .ingt-line-5 {
        display: none;
    }

    .ingt-left-list {
        margin-bottom: 35px;
        text-align: center;
    }

    .ingt-list-l-info p {
        color: #000;
        font-size: 14px;
        width: 100%;
    }

    .ingt-right-list {
        margin-bottom: 35px;
        text-align: center;
    }

    .ingt-mdl-img img {
        width: 63%;
    }

    ingt-mdl-img {
        text-align: center;
    }

    .ingt-mdl-img {
        text-align: center;
    }

    .menu-title h1 {
        font-size: 44px;
        padding: 0rem 0rem;
    }

    .ts-tab-menu .nav-menu-tabs li a::after {
        display: none;
    }

    .ts-tab-menu .nav-menu-tabs {
        text-align: center;
    }

        .ts-tab-menu .nav-menu-tabs li a {
            padding: 0px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 400;
            color: #222222;
            display: inline-block;
            font-family: 'Bebas Neue', cursive;
            letter-spacing: 0.5px;
            text-decoration: none;
        }

        .ts-tab-menu .nav-menu-tabs li {
            display: inline-table;
        }

    .nav.nav-menu-tabs.aos-init.aos-animate {
        display: table;
    }

    .promation-v.aos-init.aos-animate {
        margin-bottom: 2rem;
    }

    .app-mbl-v {
        margin-top: 5rem;
    }

    .ft-x-title p {
        padding: 0rem 1rem;
        font-size: 14px;
    }

    .copyright-text {
        text-align: center;
    }

    .copyright .footer-social {
        text-align: center;
        margin-top: 12px;
    }

    .Feature-v-section {
        padding: 4rem 0rem;
    }

    .ft-v-iocn-info.aos-init.aos-animate {
        margin-bottom: 3rem;
    }

    .gallery-section {
        padding: 3rem 0rem;
    }

    .gallery-title h1 {
        font-size: 44px;
    }

    .navbar-brand img {
        height: 56px;
    }

    #navbarSupportedContent {
        background-color: #fff;
    }

    .ft-v-iocn-info p {
        padding: 0px 20px;
    }
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

    .navbar-nav {
        margin-right: 15px;
    }

    .hero-text .hero-text-text {
        margin-top: 170px;
        color: #fff;
    }

    .hero-bg {
        top: 180px;
    }

    .hero-text .hero-text-text .hero1-cta {
        margin-top: 30px;
    }

        .hero-text .hero-text-text .hero1-cta h3 {
            margin-top: 16px;
            margin-bottom: 0;
            font-size: 20px;
        }

        .hero-text .hero-text-text .hero1-cta p.heroctasmalltext1 {
            display: block;
            width: 100%;
            color: #443737;
            font-weight: 300;
            text-decoration: none;
            font-size: 13px;
        }

    .abt-title h1 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 1rem;
        margin-top: 10px;
        padding-right: 1rem;
    }

    .img-view-right img {
        width: 100%;
    }

    .img-view-right img {
        margin-left: 0rem;
        margin-top: 4rem;
    }

    .about-section {
        padding: 1rem 0rem;
    }

    .spl-product-box {
        background-size: contain;
    }

    .ingrreduent-section {
        padding: 1rem 0rem;
        background-size: cover;
    }

    .ingt-title h1 {
        font-size: 40px;
        padding: 0px;
    }

    .ingt-mdl-img img {
        margin-top: 10rem;
    }

    .ingt-line-1 {
        display: none;
    }

    .ingt-line-2 {
        display: none;
    }

    .ingt-line-3 {
        display: none;
    }

    .ingt-line-4 {
        display: none;
    }

    .ingt-line-5 {
        display: none;
    }


    .menu-title h1 {
        padding: 0rem 3rem;
    }

    .ts-tab-menu .nav-menu-tabs li a {
        font-size: 12px;
        font-weight: 800;
    }

    .ts-tab-menu .nav-menu-tabs li {
        margin-bottom: 14px;
        position: relative;
        padding: 0 25px;
    }

    .app-pr-title h1 {
        font-size: 37px;
    }

    .app-promation {
        padding: 3rem 0rem;
        padding-bottom: 3rem;
    }

    .app-ft-list li {
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .Feature-v-section {
        padding: 3rem 0rem;
    }

    .ft-x-title {
        margin-bottom: 3rem;
    }

    .ft-v-iocn-info {
        margin-bottom: 2rem;
    }

    .ovly-x {
        padding: 3rem 0rem;
    }

    .gallery-section {
        padding: 3rem 0rem;
    }

    .ts-footer .footer-menu li {
        display: inline-block;
        padding: 0px 10px;
    }

        .ts-footer .footer-menu li a {
            color: #aaaaaa !important;
            font-size: 11px;
            line-height: 11px;
        }

    .copyright .footer-social {
        position: relative;
        top: 1.5rem;
    }

    .ts-footer {
        margin-top: 0rem;
    }

    .menu-section {
        position: relative;
        padding: 3rem 0rem;
    }

    .ts-footer {
        margin-top: 1rem;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {


    .ingt-title h1 {
        font-size: 43px;
        padding: 0rem 9rem;
        margin-bottom: 4rem;
    }

    .ingt-mdl-img img {
        position: relative;
        top: 3rem;
    }

    .ingt-line-1 {
        top: 14px;
        left: 125px;
    }

    .ingt-left-list {
        margin-bottom: 44px;
    }

    .ingt-line-3 {
        top: 309px;
        left: 161px;
    }

    .ingt-line-5 img {
        width: 245px;
    }

    .ingt-line-5 {
        position: absolute;
        left: -110px;
        top: 94px;
    }

    .ingt-right-side {
        text-align: right;
        padding-top: 5rem;
    }

    .ingt-line-4 img {
        width: 245px;
    }

    .ingt-right-list {
        margin-bottom: 94px;
    }

    .menu-section {
        position: relative;
        padding: 2rem 0rem;
    }

    .menu-title h1 {
        font-size: 53px;
    }

    .ts-tab-menu .nav-menu-tabs li a {
        font-size: 13px;
    }

    .gallery-section {
        padding: 4rem 0rem;
    }

    .footer-social {
        position: relative;
        top: 2rem;
    }

    .ts-footer {
        margin-top: 1rem;
    }

    .footer-social {
        position: relative;
        top: 1.7rem;
    }
}


/*------------- About Page -----------*/
.about-p-section {
    margin-top: 6rem;
    background-image: url("../images/about/abt-m-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.abt-home-img img {
    width: 100%;
}

.abt-home-img img {
    border-radius: 20px;
    /*! border: 1px solid #fff; */
    box-shadow: 5px 5px 15px #00000040;
    width: 60%;
}

.abt-p-title span {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.abt-p-title span {
    background-color: #efbf45;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.abt-p-title h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    color: #fff;
}

.abt-p-title p {
    font-size: 14px;
    color: #929292;
    font-weight: 300;
}

.abt-h-title-v {
    padding: 0rem 1rem;
}

.about-info-section {
    padding: 4rem 0rem;
    background-color: #efbf45;
}

.chs-abt-v span {
    color: #fff;
    font-size: 12px;
}

.chs-abt-v h2 {
    font-size: 35px;
}

    .chs-abt-v h2 span {
        font-size: 35px;
        color: #ce3631;
    }

.abt-op {
    padding: 20px 20px;
    border: 1px solid rgb(255, 255, 255);
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}


    .abt-op:hover, .abt-op:focus {
        border: 1px solid transparent;
        background: #ce363133;
        -webkit-box-shadow: 0 15px 30px -5px rgba(0,0,0,.1);
        box-shadow: 0 15px 30px -5px rgba(0,0,0,.1);
        top: -10px;
    }

    .abt-op span {
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        letter-spacing: .2rem;
        color: #fff;
    }

    .abt-op h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .abt-op p {
        font-size: 14px;
        margin-bottom: 0px;
    }

.more-info-about-section {
    padding: 4rem 0rem;
}

.m-a-title span {
    font-size: 12px;
    color: #ce3631;
}

.m-a-title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    margin-top: 6px;
}

.m-a-info h5 {
    font-size: 15px;
}

.m-a-info p {
    font-size: 14px;
    color: #707070;
}

.abt-info-img1 img {
    width: 45%;
    box-shadow: 0px 0px 0px 20px #00000040;
    border: 15px solid #fff;
}

.abt-info-img2 img {
    width: 100%;
    margin-bottom: 1rem;
}

.abt-info-img-v {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.abt-info-img1 {
    margin-right: 15px;
    position: absolute;
    text-align: center;
}

.abt-info-img2 {
    text-align: center;
}

.wd-2x {
    width: 80% !important;
    float: right;
}

.wd-1x {
    width: 80% !important;
    float: left;
}

.more-about-v::after {
    content: "STORY";
    color: #cccccc29;
    font-weight: 500;
    font-size: 10rem;
    z-index: -1;
    position: absolute;
    top: 2rem;
}

.about-h-prx-section {
    background-image: url('../images/about/abt-prx.jpg');
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-attachment: fixed;
    background-size: cover;
}

.abt-h-prx-ovly {
    width: 100%;
    background-color: #00000094;
    height: 50vh;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-attachment: fixed;
    padding: 0rem 3rem;
}


.prx-text-v h4 {
    color: #fff;
    line-height: 39px;
    letter-spacing: 3px;
    font-size: 18px;
}


.abt-app-promation {
    text-align: center;
}

    .abt-app-promation img {
        width: 15%;
    }

    .abt-app-promation span {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #ce3631;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 4px;
    }

    .abt-app-promation h1 {
        font-size: 45px;
    }

.abt-ap-t-m {
    color: #efbf45;
}

.abt-app-promation p {
    font-size: 14px;
    color: #707070;
    font-weight: 300;
}

.abt-p-ovly {
    padding: 5rem 0rem;
    background-color: #000000cf;
    min-height: 50vh;
    display: flex;
    align-items: center;
}


/*------------- About Page end--------*/

/*----------- menu page ---------*/

.menu-bnr-section {
    margin-top: 6rem;
}

.mrnu-bnt-title {
    text-align: center;
}

.menu-bnr-section {
    background-image: url("../images/menu/menu-h-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    position: relative;
}

.menu-bnr-ovly {
    overflow: hidden;
    height: 50vh;
    background-color: #000000c7;
    padding: 3rem 0rem;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.mrnu-bnt-title h6 {
    color: #efbf45;
    text-transform: uppercase;
}


.mrnu-bnt-title h1 {
    color: #fff;
    letter-spacing: 4px;
    font-size: 65px;
    margin-bottom: -10px;
}

.mrnu-bnt-title span::after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    color: #ce3631;
    font-size: 7px;
    letter-spacing: 4px;
    top: 0rem;
}

.mrnu-bnt-title span::after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    color: #ce3631;
    font-size: 7px;
    letter-spacing: 4px;
    top: 0rem;
}

.menu-section-scroll {
    position: relative;
    width: 20px;
    height: 30px;
    z-index: 20;
    bottom: -5rem;
    left: 50%;
    margin-left: -10px;
}

.mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background: rgb(239, 191, 69);
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

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

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

.dsc-v {
    bottom: -2px;
    background: url(../images/menu/des-v.png);
    position: absolute;
    left: 0;
    z-index: 20;
    height: 40px;
    width: 100%;
    z-index: 20;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.menu-h-menu-section {
    background-color: #fff;
    padding: 6rem 0rem;
    border-bottom: 1px solid #efbf45;
    background-image: url('../images/hero-main-bg.jpg');
}



.menu-item-img img {
    width: 100%;
}

.menu-item-info {
    text-align: center;
    margin-top: 1rem;
}

.menu-tt-en {
    color: #000;
    margin-bottom: 0px;
}

.menu-tt-ar {
    direction: rtl;
    color: #000;
}

.menu-item-info span {
    color: #6d6d6dab;
    font-size: 11px;
    display: block;
    margin-top: -2px;
}

.menu-item-info p {
    color: #000;
    font-size: 30px;
    margin-top: 10px;
}

    .menu-item-info p small {
        font-size: 10px;
        color: #afafaf;
        margin-left: 2px;
    }

.menu-l {
    margin-top: 3rem;
}

.menu-item-img {
    height:225px;
    overflow:hidden;
    
}
.menu-item-v {
    margin-bottom: 1.5rem;
}

.mb-i {
    margin-top: 4rem;
}

.menu-two-x {
    display: flex;
}

.menu-two-x {
    display: flex;
}

.menu-tt-ar small {
    display: block;
    font-size: 10px;
}

.menu-tt-en small {
    font-size: 9px;
    display: block;
}

.menu-pt-title {
    margin-top: 4rem;
    border-bottom: 5px solid #000;
}

.menu-d-title h1 {
    margin-bottom: 0px;
}

.menu-d-title {
    border-bottom: 3px solid #000;
    margin-top: 2rem;
}

/*----------- menu page end------*/

/*----------- Franchisings page ---------*/
.bn-franching-img img {
    width: 100%;
}

section.franching-section {
    margin-top: 6rem;
    background-image: url('../images/franchising/f-bg.jpg')
}

.fran-ovly {
    padding: 5rem 0rem;
    background-color: #000000bf;
    height: 50vh;
    display: flex;
    align-items: center;
}

.franchis-top-title h1 {
    color: #fff;
}

.hed-line-dd {
    width: 31%;
    background-color: #e01e25;
    height: 2px;
    margin-bottom: 1rem;
}

.franchis-top-title p {
    color: #a8a8a8;
    font-weight: 200;
    font-size: 14px;
}

button.fr-apply {
    border: 0pc;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #eeb513;
}

section.franching-section {
    margin-top: 6rem;
    background-image: url(../images/franchising/f-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

section.franching-abt-company {
    padding: 3rem 0rem;
}

.f-abt-title h2 {
    font-weight: 900;
    margin-bottom: 0px;
}

.f-abt-title span {
    color: #e01e25;
}

.f-abt-title {
    margin-bottom: 2rem;
}

.f-abt-info h4 {
    position: relative;
}

    .f-abt-info h4::after {
        content: "";
        display: inline-block;
        height: 0.5em;
        /* top: -20px; */
        /* margin-top: -6px; */
        position: relative;
        vertical-align: bottom;
        top: -3px;
        width: 5%;
        margin-right: -100%;
        margin-left: 10px;
        border-top: 1px solid #e10022;
    }

.f-abt-info p {
    font-size: 14px;
    color: #565656;
    font-weight: 300;
}

span.fcs-view {
    font-weight: 600;
    color: #000;
}

.pdf-files {
    line-height: 50px;
}

    .pdf-files a {
        color: #61ab22;
    }

    .pdf-files a {
        color: #2196f3;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
    }

section.franching-prx {
    background-image: url(../images/franchising/fx-prx.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}

.frny-prx {
    background-color: #000000b0;
    text-align: center;
    height: 40vh;
    display: flex;
    align-items: center;
}

.frn-prx-title h1 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 0px;
}

section.benefits-section {
    background-color: #000;
    padding: 5rem 0rem;
}

.benfits-title {
    text-align: center;
}

    .benfits-title h2 {
        color: #fff;
        font-size: 41px;
        border-bottom: 0.5px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 21px;
    }

    .benfits-title p {
        color: #898989;
        font-size: 14px;
    }

.fra-benefit-list ul {
    padding: 0px;
    list-style: none;
}

    .fra-benefit-list ul li {
        /* line-height: 40px; */
        margin-bottom: 20px;
        color: #767676;
        font-size: 14px;
    }

        .fra-benefit-list ul li i {
            color: #fff;
            margin-right: 7px;
        }

.franchis-form {
    padding: 2rem 0rem;
}

.fr-form-right-v-text h2 span {
    background-color: #000;
    padding: 0px 15px;
}

.franchis-form-box {
    background-color: #0000;
    padding: 30px;
    /*! box-shadow: 0px 0px 19px 0px #00000078; */
}

input.form-control.franchis-from,
.franchis-textarea {
    display: block;
    height: 52px;
    max-width: 100%;
    margin: 0;
    border: 0.5px solid #3a3a3ac7;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 5px;
    transition: 0.3s;
    background: #fff;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.carrer-form .contact-input-form select#select-postion {
    background-color: #ffffff;
    border: 1px solid #b7b7b7c7;
    height: 57px;
    color: #6c757c;
    font-size: 14px;
}

.franching-couuntry-st.contact-input-form select#select-postion {
    background-color: #fff;
    border: 0.5px solid #3a3a3ac7;
    23e34t453t height: 52px;
    color: #6c757c;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
}

.submint-button-v {
    margin-top: 1rem;
}

a.sub-af-btn {
    border: 0pc;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 2px;
    margin-top: 5rem;
    text-decoration: none;
    color: #fff;
    background-color: #ce3631;
    text-transform: uppercase;
}

.frn-prx-title img {
    width: 50%;
}



/*----------- Franchisings page end------*/

/*----------- careers page ---------*/

.careers-m-section {
    margin-top: 6rem;
    background-image: url('../images/carrer-bg.jpg');
    background-size: cover;
    background-position: center;
}

.careers-orly {
    height: 50vh;
    display: flex;
    align-items: center;
    background-color: #000000d4;
}

.career-h-title h1 {
    color: #fff;
}

.career-h-l-info p {
    color: #a4a4a4;
    font-size: 14px;
}

.section-info-m {
    padding: 4rem 0rem;
}

.care-s-img-v img {
    width: 100%;
}

.cre-s-info-v h3 {
    font-size: 70px;
}

.cre-s-info-v p {
    font-size: 14px;
    line-height: 38px;
    font-weight: 300;
}

.carrer-info-vx {
    margin-top: 2rem;
}

    .carrer-info-vx h3 {
        font-size: 40px;
    }

    .carrer-info-vx p {
        font-size: 14px;
        line-height: 38px;
        font-weight: 300;
    }

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

    .panel:last-child {
        border-bottom: none;
    }

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-heading {
    background-color: #f5f5f5;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title a {
    display: block;
    color: #3c3c3c;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.panel-body {
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }
/* #bs-collapse icon scale option */

.panel-heading a:before {
    content: 'ᐅ';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: 'ᐅ';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: 'ᐅ';
    font-size: 18px;
    position: absolute;
    font-family: 'Material Icons';
    right: 11px;
    top: 15px;
    transform: rotate(90deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.contact-input-form span input {
    margin-top: 13px;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #ccc;
}

.contact-input-form span textarea {
    margin-top: 1rem;
    /*! border: 1px solid #ccc !important; */
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1rem;
    background-color: transparent;
}

.my-bx-career label {
    font-size: 14px;
    text-transform: uppercase;
}

.submint-button-v button {
    border: 0px;
    padding: 10px 57px;
    width: 100%;
    text-transform: uppercase;
    background-color: #ce3631;
    color: #fff;
}

.career-list {
    margin-top: 4rem;
}

.recut-img img {
    width: 100%;
}

.cr-t {
    margin-top: 4rem;
}


/*----------- careers  page end------*/

/*----------- contact  page ------*/


.contact-section {
    margin-top: 6rem;
    background-image: url('../images/contact-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.cont-orly {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    background-color: #0000006b;
}

.contact-main-title h1 {
    color: #fff;
}

.contact-main-title p {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 300;
}

.contact-info {
    background-image: url('../images/hero-main-bg.jpg');
    padding: 3rem 0rem;
    margin-top: 0rem;
}

.contact-box-lay {
    border: 10px solid #000;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    background: #fff0;
    border: #9e9fa200 solid 20px;
    -webkit-box-shadow: 0px 0px 62px -14px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 0.24);
}

.contact-title {
    margin-bottom: 4rem;
}

.contact-title {
    text-align: center;
}

.contact-info-all {
    margin-top: 4rem;
}

    .contact-info-all h4 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        color: #ce3631;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        letter-spacing: 3px;
    }

.contact-row {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: #3a3b3e dotted 1px;
}

    .contact-row p {
        /* float: left; */
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        /* text-align: left; */
        margin-bottom: 0;
        line-height: 1.2;
    }

    .contact-row .fa {
        color: #ce3631;
        padding-right: 10px;
    }

.contact-store-times h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #ce3631;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 2px;
}

.time-row {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: #3a3b3e dotted 4px;
    position: relative;
}

    .time-row p {
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        text-align: left;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .time-row .time {
        /* float: right; */
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        right: 0;
        top: 0;
        text-align: right;
        position: absolute;
        line-height: 1.2;
    }

.contact-form-box {
    padding: 1rem;
    margin-top: 3.7rem;
}

.contact-input-form {
    margin-bottom: 1rem;
}

input.form-control.contact-from, .contact-textarea {
    display: block;
    height: 52px;
    max-width: 100%;
    margin: 0;
    border: 1px solid #3a3b3e;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 5px;
    transition: 0.3s;
    background: #121618;
    color: #fff;
}

.contact-row p a {
    color: #000;
}

input.form-control.contact-from, .contact-textarea {
    display: block;
    height: 52px;
    max-width: 100%;
    margin: 0;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 5px;
    transition: 0.3s;
    background: transparent;
    color: #000;
}

.contact-form-btn button {
    width: 35%;
    background-color: #ce3631;
    color: #ffffff;
    padding: 9px 33px;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #ce3631;
}

.contact-title h2 {
    color: #000;
    margin-top: 14px;
}

.text-blk {
    color: #000;
}

.contact-box-lay.o-locations p {
    color: #000;
}

    .contact-box-lay.o-locations p i {
        color: #ce3631 !important;
    }

.Direction-gmp {
    color: #ce3631;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 2rem;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

    .Direction-gmp:hover {
        color: #000;
        text-decoration: none;
    }

.contact-box-map {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    background: #fff0;
    border: #9e9fa200 solid 20px;
    -webkit-box-shadow: 0px 0px 62px -14px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 0.24);
}

/*----------- contact  page end------*/

.view-more-menu-btn {
    text-align: center;
    margin-top: 3rem;
}

    .view-more-menu-btn a {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        background-color: #efbf45;
        border-radius: 4px;
    }

.spl-product-box {
    margin-bottom: 20px;
}

.promation-section {
    padding: 3rem 0rem;
}



/*============resposnive mobile ==========*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 680px) {

    .abt-p-ovly {
        padding: 5rem 0rem;
        background-color: #000000cf;
        height: auto;
        display: block;
    }

    .abt-p-title h1 {
        font-size: 1.5em;
        color: #fff;
    }

    .abt-p-title {
        margin-top: 2rem;
    }

    .abt-p-title {
        margin-top: 2rem;
        text-align: center;
    }


    .abt-home-img {
        text-align: center;
    }

    .about-p-section {
        margin-top: 5rem;
    }

    .abt-op {
        margin-bottom: 11px;
    }

    .abt-h-prx-ovly {
        height: auto;
        display: block;
        padding: 4rem 1rem;
    }

    .app-links-view {
        display: flex;
    }

    .menu-bnr-section {
        margin-top: 5rem;
    }

    .mrnu-bnt-title h1 {
        font-size: 50px;
    }

    .menu-section-scroll {
        bottom: 0rem;
    }

    .menu-h-menu-section {
        padding: 2rem 0rem;
    }

    .menu-d-title {
        text-align: center;
    }

        .menu-d-title p {
            font-size: 12px;
            margin-bottom: 10px;
        }

    .menu-l {
        margin-top: 3rem;
    }

    .menu-two-x {
        display: block;
    }

    .menu-item-v {
        margin-bottom: 0rem;
    }
    .menu-item-img {
        height: auto !important;
        overflow: hidden;
    }

    .app-links-footer {
        display: inline-block;
        text-align: center;
    }

        .app-links-footer a {
            display: block;
            margin-bottom: 7px;
            width: 100px;
            float: left;
        }

    .more-info-about-section {
        padding: 4rem 0rem;
        overflow: hidden;
    }

    .fran-ovly {
        min-height: 50vh;
        height: auto
    }

    section.franching-section {
        margin-top: 5rem;
    }

    .franchis-top-title {
        text-align: center;
        margin-top: 3rem;
    }

    .hed-line-dd {
        width: 100%;
    }

    .careers-m-section {
        margin-top: 5rem;
    }

    #applyform {
        margin-top: 3rem;
    }

    .contact-box-lay {
        width: 100%;
        padding: 5px;
    }

    .contact-form-box {
        padding: 5px;
        margin-top: 3.7rem;
    }
}

/* Landscape */
@media only screen and (min-width: 320px) and (max-width: 680px) and (orientation: landscape) {
    .app-links-view {
        display: block;
    }
    .menu-item-img {
        height: auto !important;
        overflow: hidden;
    }
    .app-links-footer a {
        display: block;
        margin-bottom: 7px;
        width: 100px;
        float: left;
    }

    .more-info-about-section {
        padding: 4rem 0rem;
        overflow: hidden;
    }

    .app-links-footer {
        display: inline-block;
        text-align: center;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 678px) and (max-width : 1024px) and (orientation : portrait) {

    .abt-home-img img {
        width: 100%;
    }

    .abt-p-ovly {
        padding: 5rem 0rem;
        background-color: #000000cf;
        height: auto;
        display: block;
        align-items: center;
    }

    .social-media ul li {
        display: inline-block;
        padding: 0px 4px;
    }

    .social-media {
        margin-left: 20px;
    }

    .abt-op {
        margin-bottom: 11px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

    .abt-p-ovly {
        height: auto;
    }

    .abt-home-img {
        text-align: center;
    }
}

.cnt-no {
    display: flex;
}

span.cnt-input-f.cnt-no span {
    border-radius: 5px 0px 0px 5px;
}

span.cnt-input-f.cnt-no input {
    border-radius: 0px 5px 5px 0px !important;
}

input#txtcategory {
    display: block;
    height: 52px;
    max-width: 100%;
    margin: 0;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 5px;
    transition: 0.3s;
    background: transparent;
    color: #000;
}

div#mydiv {
    margin-bottom: 16px;
    position: relative;
}

    div#mydiv i {
        position: absolute;
        background-color: #fff;
        bottom: 5px;
        right: 3px;
    }

    div#mydiv img {
        min-height: 114px;
    }

.cnt-input-f.cnt-no span {
    border-radius: 5px 0px 0px 5px !important;
}

.cnt-input-f.cnt-no input {
    border-radius: 0px 5px 5px 0px !important;
}

div#mydiv img {
    min-height: 135px;
}

#txtSubscribe:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b7b7b7 !important;
    outline: 0;
    box-shadow: none !important;
    text-decoration: none;
}

.sbmessage {
    margin-top: 1rem;
}

span.fcgrp-text {
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    height: 52px;
    color: #000000;
    text-align: center;
    border-right: 0px !important;
    /* white-space: nowrap; */
    background-color: #ececec;
    border: 1px solid #000000;
}
.abt-op {
    min-height: 320px;
}
