﻿:root {
    --icon-font: "Font Awesome 6 Pro";
}

.specks-header {
    padding: 10px 0;
    position: relative;
    width: 100%;
    background-color: #f3f2ef;
}

.header-logo {
    display: flex;
}

ul.navbar {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 27px;
}

    ul.navbar > li {
        position: relative;
    }

        ul.navbar > li > a {
            color: #000;
            text-decoration: none;
            padding: 15px 0;
            display: block;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 500;
        }

        ul.navbar > li a:hover {
            color: #ff3644;
        }

        ul.navbar > li a.active {
            color: #ff3644;
        }

.dropdown-content li a.active {
    background-color: #fff;
}

.dropdown-content li a:hover {
    background-color: #fff;
}
/* Dropdown menu */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -62px;
    background-color: #fff;
    min-width: 220px;
    z-index: 9;
}

    .dropdown-content li a {
        padding: 12px 16px 0;
        color: #000;
        display: block;
        text-decoration: none;
        font-weight: 500;
    }

        

        /* Show dropdown on hover */
        li.dropdown:hover .dropdown-content {
            display: block;
            padding: 0;
        }

/* Add dropdown arrow */
/*li.dropdown > a::after {
    content: "\f104";
    ;
    font-family: flaticon_normal-icon !important;
    font-size: 0.8em;
    position: absolute;
    padding: 0 5px;
    top: 18px;
}*/

.dropdown-content li {
    list-style-type: none;
}

/*.dropdown {
    padding-right: 10px;
}*/

.sara-btn {
    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    color: #fff;
    transition: all .5s ease;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
    overflow: hidden;
    padding: 0 24px;
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    height: 50px;
    border: none;
}

.menu_btn {
    text-align: end;
}

.sara-btn:hover:before {
    width: 1000px;
    height: 1000px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.sara-btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 1;
    left: 0;
    top: 0;
}

.sara-btn:hover {
    color: #fff;
    transition: all .5s ease;
    box-shadow: #0000001a 0 1px 3px, #0000000f 0 1px 2px;
}


/* Top Header */

.top-header {
    padding: 10px 0;
    position: relative;
    z-index: 5;
    background-color: #cb111e;
}

    .top-header ul {
        margin: 0;
        display: flex;
        column-gap: 20px;
    }

        .top-header ul a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
        }

#footer {
    background-color: #ff3644;
    padding: 30px 0px 0px 0px;
    background-image: url(../images/footbg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}

    #footer .address h4 {
        color: #ff3644;
        font-weight: 700;
        font-size: 2em;
    }

.address ul {
    list-style: none;
    margin: 25px 0px 0px 0px;
    padding: 0px;
}

    .address ul li {
        font-size: 16px;
        color: #000;
        margin-bottom: 3px;
        position: relative;
    }

#footer .footerother {
    text-align: center;
}

.socialmedia {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

    .socialmedia li {
        float: left;
        margin: 0px 5px;
    }

        .socialmedia li a {
            border-radius: 4px;
            background-color: #fff;
            display: block;
            padding: 6px;
        }

            .socialmedia li a img {
                max-height: 27px;
            }

.quick-link-footer {
    column-count: 2;
    padding-left: 46px;
    padding-top: 20px;
}

    .quick-link-footer li {
        text-align: start;
        padding-bottom: 5px;
    }

        .quick-link-footer li a {
            color: #fff !important;
            font-size: 17px;
            text-decoration: none;
            font-weight: 600;
        }

#footer .footerother h4 {
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
    text-align: start;
    padding-left: 50px;
    border-bottom: none;
    margin-bottom: 5px;
}


.banner-image img {
    width: 100%;
}



.product-section {
    background: radial-gradient(circle at top right, rgba(255, 54, 68, 0.4) 0%, rgba(255, 54, 68, 0.2) 30%, rgb(255 246 246) 70%);
    padding: 30px 0px 45px 0px;
    background-attachment: fixed;
}

.product-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 10px;
    font-family: "Barlow", sans-serif;
    padding-top: 30px;
}

.title-bar {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
}

    .title-bar span {
        display: inline-block;
    }

    .title-bar .title-left-bar {
        width: 50px;
        height: 3px;
        background: #e7272d;
    }

    .title-bar .title-middle-bar {
        width: 11px;
        height: 11px;
        transform: rotate(45deg);
        vertical-align: middle;
        margin: 0 25px;
        background: #e7272d;
    }

    .title-bar .title-right-bar {
        width: 50px;
        height: 3px;
        background: #e7272d;
    }

.product-inner-section {
    margin-top: -40px;
    width: 90%;
    height: 80px;
    background-color: #fff;
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 10px;
    width: calc(100% - 40px);
    position: relative;
    padding: 30px 35px;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}


.product-inner-images {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    height: 270px;
    object-position: top;
    background:#fff;
}

.product-inner-heading {
    color: #E7272D;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-family: "Barlow", sans-serif;
}

.Product-footer {
    opacity: 0;
    transition: opacity .4s ease;
}

.product-readmore {
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 30px;
    display: inline-block;
    color: #fff !important;
    position: relative;
    display: inline-block;
    line-height: 1;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    background-color: #E7272D;
    transition: all .4s ease;
    text-decoration: none;
}

    .product-readmore:hover {
        color: #fff;
    }

.product-inner-section::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 20px);
    z-index: -1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
}


.product-inner-section::after {
    bottom: -20px;
    width: calc(100% - 40px);
    z-index: -2;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    transition: all .4s ease;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
}



.product-details-part:hover .product-inner-section {
    height: 140px;
}

.product-details-part:hover .Product-footer {
    opacity: 1;
}

.product-inner-section::before,
.product-inner-section::after {
    opacity: 1;
}

.custom-heading {
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}


.blog-content {
    margin-bottom: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .blog-content:hover {
        box-shadow: 0px 0px 5px 0 #a3a0a0;
    }

    .blog-content img {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 210px;
    }

    .blog-content .blog-details {
        background-color: #f5f5f5;
        padding: 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 206px;
        overflow-y: scroll;
    }

        .blog-content .blog-details h1 {
            font-size: 16px;
            color: #000;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .blog-content .blog-details p:last-child {
            text-align: justify;
        }

/* WebKit (Chrome, Safari, Edge) */
.blog-details {
    overflow: auto;
}

    .blog-details::-webkit-scrollbar {
        width: 3px;
        height: 7px;
    }

    .blog-details::-webkit-scrollbar-track {
        background: transparent;
    }

    .blog-details::-webkit-scrollbar-thumb {
        background-color: #ff3644;
        border-radius: 10px;
        border: 1px solid transparent;
    }


.booking-section {
    position: relative;
    padding: 50px 0px 40px;
}

    .booking-section .pattern-layer-one {
        position: absolute;
        content: '';
        left: 0px;
        top: 170px;
        right: 0px;
        bottom: 0px;
        width: 181px;
        height: 488px;
        z-index: -1;
    }

    .booking-section .pattern-layer-two {
        position: absolute;
        content: '';
        right: 0px;
        top: 90px;
        right: 0px;
        bottom: 0px;
        width: 221px;
        height: 410px;
        z-index: 1;
    }

    .booking-section .video-column {
        position: relative;
        margin-bottom: 70px;
    }

        .booking-section .video-column .inner-column {
            position: relative;
            margin-right: 25px;
            padding-left: 0px;
            z-index: 1;
        }

            .booking-section .video-column .inner-column .transparent-layer {
                position: absolute;
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
            }

                .booking-section .video-column .inner-column .transparent-layer:before {
                    position: absolute;
                    content: '';
                    left: 17px;
                    top: 17px;
                    right: -17px;
                    bottom: -17px;
                    z-index: 2;
                    background-color: rgba(255, 255, 255, 0.90);
                    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
                }

                .booking-section .video-column .inner-column .transparent-layer:after {
                    position: absolute;
                    content: '';
                    left: 51px;
                    top: 51px;
                    right: -51px;
                    bottom: -51px;
                    background-color: rgba(255, 255, 255, 1);
                    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
                }

            .booking-section .video-column .inner-column .green-layer {
                position: absolute;
                content: '';
                left: 36px;
                top: 36px;
                right: -36px;
                bottom: -36px;
                /*background-color:#1aae95;*/
                background-color: #5096bb;
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
            }

                .booking-section .video-column .inner-column .green-layer:before {
                    position: absolute;
                    content: '';
                    right: -40px;
                    top: 50%;
                    width: 72px;
                    height: 96px;
                    z-index: 1;
                    margin-top: -37px;
                    display: inline-block;
                    /*background:url(../images/icons/video-icon-1.png) no-repeat;*/
                }

                .booking-section .video-column .inner-column .green-layer:after {
                    position: absolute;
                    content: '';
                    left: 50%;
                    bottom: -53px;
                    width: 72px;
                    height: 53px;
                    z-index: 1;
                    margin-left: -26px;
                    display: inline-block;
                    /*background:url(../images/icons/video-icon-2.png) no-repeat;*/
                }

.video-box {
    position: relative;
}

    .video-box .image {
        position: relative;
        box-shadow: 50px 70px 120px rgba(0, 0, 0, 0.20);
    }

        .video-box .image img {
            position: relative;
            width: 100%;
            z-index: 3;
            height: 515px;
        }

    .video-box .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        line-height: 100px;
        box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.40);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .video-box .overlay-box span {
            position: absolute;
            width: 100px;
            height: 100px;
            left: 50%;
            top: 50%;
            z-index: 99;
            color: #e12454;
            font-weight: 400;
            font-size: 20px;
            text-align: center;
            border-radius: 50%;
            padding-left: 4px;
            background-color: #ffffff;
            display: inline-block;
            margin-top: -50px;
            margin-left: -50px;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        }

    .video-box .ripple,
    .video-box .ripple:before,
    .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100px;
        width: 100px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }


.booking-section .pattern-layer-one {
    height: auto;
}

.booking-section h2 {
    position: relative;
    /* color: #223a66; */
    color: #000;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 35px;
    margin-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif;
}

.booking-section .section-title h2 span {
    color: #da251a;
}

.section-title {
    margin-bottom: 10px;
}

.video-box .image img {
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
}

.booking-section .video-column .inner-column .green-layer {
    background-color: #da251a;
}

.inner-column p {
    font-size: 17px;
    text-align: justify;
}

.container .pattern-layer {
    position: absolute;
    content: '';
    right: 0px;
    top: 110px;
    right: 0px;
    bottom: 0px;
    width: 221px;
    height: 437px;
}

.why-choose-us {
    background: #f9f9f9;
}

.container-fluid .outer-section {
    position: relative;
}

.why-1 .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .why-1 .section-title h2 {
        position: relative;
        color: #222222;
        font-size: 46px;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 45px;
    }

        .why-1 .section-title h2 span {
            font-weight: 700;
            color: #da251a;
        }

.featured-list {
    position: relative;
    z-index: 1;
}

    .featured-list li {
        position: relative;
        color: #000000;
        font-size: 17px;
        line-height: 1.8em;
        margin-bottom: 30px;
        display: flex;
    }

        .featured-list li .icon {
            position: relative;
            color: #ffffff;
            font-size: 28px;
            line-height: 50px;
            text-align: center;
            border-radius: 50%;
            margin-right: 30px;
            display: inline-block;
            padding: 0px 16px;
            background-color: #da251a;
            transition: all 500ms ease;
            box-shadow: 0px 0px 20px rgba(28, 186, 159, 0.20);
            height: 60px;
            width: 60px;
        }

        .featured-list li .title {
            position: relative;
            color: #222222;
            font-size: 22px;
            margin-bottom: 6px;
            display: block;
            font-weight: 700;
            font-family: 'Exo', sans-serif;
        }

        .featured-list li p {
            position: relative;
            color: #000000;
            font-size: 17px;
            line-height: 1.8em;
        }

.why-choose img {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
}

.page-banner-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 52%);
    z-index: -1
}

.page-banner-wrap {
    background-color: #212529;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

@media(max-width:991px) {
    .page-banner-wrap {
        padding-top: 110px;
        padding-bottom: 90px
    }
}

@media(max-width:767px) {
    .page-banner-wrap {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media(max-width:500px) {
    .page-banner-wrap {
        padding-top: 80px;
        padding-bottom: 70px
    }
}

.page-banner-wrap h1 {
    text-shadow: 0px 0px 6px #090909;
    text-transform: capitalize;
    font-weight: 800
}

.leader_b {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 15px;
}

    .leader_b img {
        height: 250px;
        width: 100%;
    }

.pos-form-details {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 15px !important;
}

.abttitle {
    color: #363636;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 11px;
    position: relative;
    padding-bottom: 15px;
}

.pos-res-for-sec-1 .abttitle:before {
    position: absolute;
    content: '';
    left: 44%;
    bottom: 0;
    border: 0;
    height: 2px;
    width: 127px;
    background: #204A7F !important;
}

.panel-heading {
    margin-top: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.form-group {
    margin-bottom: 12px;
}

label {
    color: black;
    font-size: 16px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.mw-blue {
    background: transparent linear-gradient(225deg, #FFFFFF 0%, #F3F8FD 34%, #C9E1F7 100%)0%0%no-repeat padding-box
}

.mw-orange {
    background: transparent linear-gradient(135deg, #FFFFFF 0%, #FFF2EE 34%, #FFDCD3 100%)0%0%no-repeat padding-box
}


.section-padding {
    padding: 40px 0;
}

.robotics-box img {
    height: 310px;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width:100%;
    background:#fff;
}

.robotics-box1 img {
    height: 310px;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    width: 100%;
    background: #fff;
}


.section-padding .sec-text p {
    text-align: justify;
    margin-bottom: 0.3rem;
}

.contact-address {
    padding: 20px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 3px rgb(149 141 141);
    border-radius: 15px;
    height: 210px;
}

    .contact-address .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-address .icon-box {
        background: #da251a;
        height: 55px;
        width: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-address .icon-box .fa {
            font-size: 26px;
            color: #fff;
        }

    .contact-address .inner h4 {
        position: relative;
        color: #222222;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4em;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .contact-address .text {
        position: relative;
        font-size: 16px;
        line-height: 1.7em;
        color: rgb(34 34 34 / 81%);
        font-weight: 600;
    }

.abttitle1 {
    margin: 0;
    font-weight: 700;
}
.slider-section img {
    height: 550px;
}

.th-menu-toggle {
    border: none;
    background: no-repeat;
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .th-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: #F5F5F5;
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: #fff;
        background-color: #cb111e;
        border-radius: 50%;
    }

        .th-menu-wrapper .th-menu-toggle:hover {
            background-color: #cb111e;
            color: #fff;
        }

    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid #cb111e;
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1;
    }

    .th-menu-wrapper.th-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .th-menu-wrapper.th-body-visible .th-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 20px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

    .th-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .th-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .th-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .th-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1.4;
                font-size: 17px;
                font-weight: 700;
                text-transform: capitalize;
                color: #1A1A1A;
                text-decoration:none;
            }



            .th-mobile-menu ul li.th-active > a {
                color: #cb111e;
            }

                .th-mobile-menu ul li.th-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .th-mobile-menu ul li ul li {
                padding-left: 20px;
            }

                .th-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 19px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: #F6F2F1;
            color: #1A1A1A;
            box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
            border-radius: 50%;
        }

          /*  .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
                content: '\f067';
                font-family: var(--icon-font);
            }*/

        .th-mobile-menu ul .menu-item-has-children > a:after {
            content: "";
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: #F6F2F1;
            float: right;
            margin-top: 1px;
        }

       /* .th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
            content: '\f068';

        }*/

        /*.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
            content: "\f068";
        }*/

    .th-mobile-menu > ul {
        padding: 0 40px;
    }

        .th-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }


.whatsapp-fixed {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
}

    .whatsapp-fixed i {
        font-size: 40px;
        background-color: #0d890d;
        border-radius: 50%;
        padding: 8px 12px;
        box-shadow: 2px 2px 2px #000;
    }
.menu-bar{
    display:none;
}

.product-inner-img {
    float: right;
    padding: 5px;
    margin-left: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgb(110 98 98);
    width: 370px;
}
.inner-product-content{
    text-align:justify;
}

@media screen and (max-width:900px) {
    .top-header ul {
        flex-direction: column;
        align-items: center;
        padding:0;
    }
    .top-header ul li:nth-child(2){
        display:none;
    }
    .social-icon{
        flex-direction:row !important;
        justify-content:center !important;
    }
    .social-icon li:nth-child(2){
        display:block !important;
    }
    .headers-menus{
        display:none;
    }
    .menu_btn{
        display:none
    }
    .booking-section h2{
        font-size:26px;
    }
    .why-1 .section-title h2 {
        font-size: 33px;
    }
    .featured-list li .icon {
        font-size: 21px;
        line-height: 50px;
        height: 54px;
    }
    #footer{
        background-image:none;
    }
    .address ul li{
        color:#fff;
    }
    #footer .address h4{
        color:#fff;
    }
    .slider-section img{
        height:250px;
    }
    .menu-bar {
        display: block;
    }
    .header-logo {
        align-items: center;
        justify-content: space-between;
    }
    .th-menu-toggle i{
        font-size:25px;
    }
    .sm-reverse{
        flex-direction:column-reverse;
    }
    .product-inner-img{
        float:none;
        margin-left:0;
        width:100%;
        margin-bottom:20px;
    }
}