@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root {
    --bg-color: white;
    --text-color: #000;
    --purple-bg: #0C0056;
    --purple-text: #0C0056;
    --grey-bg: #E4E9ED;
    --grey-text: #E4E9ED;
    --blue-text: #008FFF;
    --blue-bg: #008FFF;
    --light-blue-bg: #E0EAF0;
    --light-blue-bg-2: #E3E9ED;
    --yellow-bg: #FFB600;
    --light-grey-text: #F4F6F6;
    --dark-blue-text: #100079;
}

.skyBg {
    background-color: var(--blue-bg);
}

.blueBg {
    background-color: var(--dark-blue-text);
}

.whiteBox {
    * {
        color: #fff !important;
    }
}

.opacityBkBg {
    background-color: #00000020;
}

html,
body {
    height: auto;
    font-family: "Oxygen", sans-serif;
    scroll-behavior: smooth;
}

p,
.single-post span[style="font-weight: 400;"] {
    font-size: 18px;
    color: #1B1C21;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: "Oxygen", sans-serif;
}

.single-post h2 span[style="font-weight: 400;"] {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Raleway", sans-serif;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 18px;
    color: #1B1C21;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: normal;
    color: #000;
    line-height: 1.4;
}

ul.customList li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 20px;
}

ul.customList li li {
    list-style-type: circle;
}

ol li {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 20px;
}


.container,
.container-mid {
    width: 100%;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-max {
    width: 100%;
    max-width: 95%;
    padding: 0 15px;
    margin: 0 auto;
}

.customBlock {
    padding: 100px 0;
}

.secHead {
    font-size: 54px;
    font-weight: 700;
    color: #727272;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.textHead_2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}


.btnOne {
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid #E30011;
    font-family: "Oxygen", sans-serif;
    color: #000;
    transition: 0.5s;
    font-weight: 600;

    &:hover {
        background-color: #E30011;
        color: #fff;
    }

    &.videoBtn {
        border: 2px solid #fff;
        position: relative;
        padding-right: 60px;

        &::after {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: #cccccc3b;
            border-radius: 50%;
            content: "\f144";
            position: absolute;
            color: #fff;
            font-family: "FontAwesome";
            font-size: 20px;
            top: 4px;
            right: 5px;
            border: 1px solid #cecece;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        &:hover {
            border: 2px solid #E30011;
        }
    }

    &.whiteText {
        color: #fff;
    }
}


.bannerText {
    .btnOne {
        color: #fff;
    }
}

.oxygen-light {
    font-family: "Oxygen", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.oxygen-regular {
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.oxygen-bold {
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-style: normal;
}

input[type="text"],
select,
input,
textarea {
    width: 100%;
    min-height: 55px;
    background-color: #F4F4F4;
    padding: 5px 25px;
    border-radius: 25px;
    border: none;
    outline: none;
}

textarea {
    height: 100px;
    border-radius: 10px;
}

select {
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 18px;
    background-position: 96%;
    background-color: #f4f4f4;
    outline: none;
}

.headingWrap {
    margin-bottom: 20px;

    .secHead {
        margin-bottom: 0px;
    }

    .headingText {
        margin-bottom: 20px;
    }
}

/* inner banner */
.innerBanner {
    width: 100%;
    height: 420px;

    .innerBannerImg {
        width: 100%;
        height: 100%;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .innerTitle {
        .innerTitleText {
            .innrTle {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }
        }
    }

}

/*== testimonial sec==*/
.testiSec {
    overflow: hidden;

    .testiSlider {
        .slick-list {
            margin: 0 -500px;
            padding: 30px 0;

            .testiItem {
                background-color: #F4F4F4;
                padding: 30px;
                border-radius: 15px;
                margin: 0 10px;
                position: relative;
                transition: 0.5s;

                .quoteIcon {
                    position: absolute;
                    left: 50%;
                    bottom: -20px;
                    width: 40px;
                    height: 40px;
                    transform: translateX(-50%);
                }

                .testiInner {
                    .testiText {
                        margin-bottom: 20px;
                    }

                    .testiBtm {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;

                        .testiImg {
                            position: relative;

                            figure {
                                width: 60px;
                                height: 60px;
                                border-radius: 50%;
                                overflow: hidden;

                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    object-position: center top;
                                }
                            }

                            .videoIcon {
                                position: absolute;
                                bottom: 0;
                                right: -10px;

                                a {
                                    width: 25px;
                                    height: 25px;
                                    background-color: #fff;
                                    display: inline-block;
                                    border-radius: 50%;
                                    color: #E30011;
                                    font-size: 12px;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    box-shadow: 0px 0px 5px 0px #ccc;
                                }
                            }
                        }

                        .testiContent {
                            padding-left: 70px;
                            position: relative;

                            h4 {
                                margin-bottom: 0px;
                            }

                            margin-bottom: 0px;

                            &::before {
                                width: 60px;
                                height: 1px;
                                position: absolute;
                                content: "";
                                left: 0;
                                top: 0;
                                background-color: #010101;
                                top: 10px;
                            }
                        }
                    }
                }

                &:hover {
                    transform: scale(1.05);
                    background-color: #fff;
                    box-shadow: 0px 0px 5px 0px #cecece;
                }
            }
        }
    }
}

.slick-arrow {
    background-color: transparent;

    &.slick-disabled {
        opacity: 0.6;
        cursor: auto;

        &:hover {
            background-color: transparent;
            color: #000;
            border: 1px solid #cecece;

            &::after {
                color: #000;
                filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7500%) hue-rotate(276deg) brightness(95%) contrast(95%);
                transform: translateY(-50%) scale(0.68);
            }
        }

        &.slick-next {
            &:hover {
                &::after {
                    right: -10px;
                }
            }
        }

        &.slick-prev {
            &:hover {
                &::after {
                    left: -10px;
                    transform: translateY(-50%) rotate(180deg) scale(0.68);
                }
            }
        }
    }
}

.slick-prev {
    font-size: 16px;
    color: #000;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 90px);
    top: auto;
    height: auto;
    padding: 3px 10px;
    padding-left: 36px;
    transition: .5s;
    width: auto;
    border-radius: 40px;
    border: 1px solid #cecece;
    transition: all 0.5s;

    &::after {
        /* content: "\f060"; */
        content: "";
        position: absolute;
        left: 0;
        font-family: "FontAwesome";
        left: -10px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg) scale(0.68);
        font-size: 14px;
        transition: all 0.5s;
        background-image: url(../images/arrow-right.png);
        background-repeat: no-repeat;
        width: 50px;
        height: 12px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7500%) hue-rotate(276deg) brightness(95%) contrast(95%);
    }

    &:hover {
        /* border-color: transparent; */
        /* background-color: #c7070e;
        color: #fff; */

        &::after {
            /* color: #fff; */
            filter: none;
            left: -28px;
            transform: translateY(-50%) rotate(180deg) scale(1);
        }
    }
}

.slick-next {
    font-size: 16px;
    color: #000;
    position: absolute;
    bottom: -50px;
    right: calc(50% - 90px);
    top: auto;
    height: auto;
    padding: 3px 10px;
    padding-right: 36px;
    transition: .5s;
    width: auto;
    border-radius: 40px;
    border: 1px solid #cecece;
    left: auto;
    transition: all 0.5s;

    &::after {
        /* content: "\f061"; */
        content: "";
        position: absolute;
        right: -10px;
        font-family: "FontAwesome";
        top: 50%;
        transform: translateY(-50%) scale(0.68);
        font-size: 14px;
        left: auto;
        transition: all 0.5s;
        background-image: url(../images/arrow-right.png);
        background-repeat: no-repeat;
        width: 50px;
        height: 12px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7500%) hue-rotate(276deg) brightness(95%) contrast(95%);
    }

    &:hover {
        /* border-color: transparent; */
        /* background-color: #c7070e;
        color: #fff; */

        &::after {
            /* color: #fff; */
            filter: none;
            right: -28px;
            transform: translateY(-50%) scale(1);
        }
    }
}

/*==blog start==*/
.blogSec {
    .blogTabWrap {
        margin-bottom: 40px;

        ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;

            li {
                a {
                    display: inline-block;
                    padding: 10px 30px;
                    border: 1px solid #E30011;
                    border-radius: 30px;
                    color: #000;
                    transition: 0.5s;

                    &:hover {
                        background-color: #E30011;
                        color: #fff;
                    }
                }

                &.active {
                    a {
                        background-color: #E30011;
                        color: #fff;
                    }
                }
            }
        }
    }

    .blogContent {
        display: none;

        .gridWrap {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 275px);
            gap: 20px;
            margin-bottom: 40px;

            .gridCard {
                position: relative;
                border-radius: 16px;
                overflow: hidden;
                cursor: pointer;
                transition: transform 0.3s ease;

                &:first-child {
                    height: 570px;
                }

                &:nth-child(2) {
                    grid-column: 2;
                    grid-row: 1;
                }

                &:nth-child(3) {
                    grid-column: 2;
                    grid-row: 2;
                }

                &:nth-child(4) {
                    grid-column: 3;
                    grid-row: 1 / 3;
                }

                a {
                    display: block;
                    height: 100%;

                    .blogImg {
                        height: 100%;
                        border-radius: 20px;
                        overflow: hidden;
                        position: relative;

                        &::after {
                            position: absolute;
                            top: 0;
                            left: 0;
                            content: "";
                            background-color: rgb(0 0 0 / 70%);
                            width: 100%;
                            height: 100%;
                        }

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center center;
                        }
                    }

                    .catName {
                        position: absolute;
                        display: inline-block;
                        right: 20px;
                        top: 20px;
                        border-radius: 30px;
                        background-color: #fff;
                        color: #E30011;
                        padding: 7px 20px;
                    }

                    .blogContentText {
                        position: absolute;
                        width: 100%;
                        bottom: 0;
                        left: 0;
                        padding: 20px;

                        .dateWrap {
                            display: flex;
                            align-items: center;
                            color: #fff;
                            margin-bottom: 5px;
                            gap: 10px;

                            p {
                                color: #fff;
                                font-size: 16px;
                            }
                        }

                        .blogTitle {
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                        }
                    }
                }
            }
        }

        &.active {
            display: block;
        }
    }
}

.gridCard {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;

    a {
        display: block;
        height: 100%;

        .blogImg {
            height: 100%;
            border-radius: 20px;
            overflow: hidden;
            position: relative;

            &::after {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                background-color: rgb(0 0 0 / 40%);
                width: 100%;
                height: 100%;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }
        }

        .catName {
            position: absolute;
            display: inline-block;
            right: 20px;
            top: 20px;
            border-radius: 30px;
            background-color: #fff;
            color: #E30011;
            padding: 5px 20px;
            font-weight: 700;
        }

        .blogContentText {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            padding: 20px;

            .dateWrap {
                display: flex;
                align-items: center;
                color: #fff;
                margin-bottom: 5px;
                gap: 10px;

                p {
                    color: #fff;
                    font-size: 16px;
                }
            }
        }
    }
}

/*===faqSec start==*/
.faqSec {
    border-top: 1px solid #ccc;

    .secHead {
        color: #E30011;
        margin-bottom: 20px;
    }

    .textWrap {
        margin-bottom: 20px;
    }

    .faqContent {
        .faqAcc-container {
            .faqAcc {
                border: 1px solid #ccc;
                border-radius: 0;
                padding: 20px 0;
                border-right: none;
                border-left: none;
                margin-bottom: 20px;

                .faqAcc-head {
                    position: relative;
                    cursor: pointer;

                    h3 {
                        font-size: 24px;
                        font-weight: 600;
                        margin-bottom: 0px;
                        padding-right: 40px;
                        font-family: "Oxygen", sans-serif;
                    }

                    &::after {
                        width: 30px;
                        height: 30px;
                        border-radius: 50%;
                        border: 1px solid #ccc;
                        color: #717171;
                        position: absolute;
                        right: 0;
                        top: 0;
                        font-size: 14px;
                        content: "\2b";
                        font-family: "FontAwesome";
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                }

                .faqAcc-content {
                    display: none;
                    padding: 20px 0 0;

                    .faqAccTxt {
                        padding-left: 20px;
                        position: relative;

                        &::before {
                            width: 3px;
                            height: 100%;
                            background-color: #E30011;
                            content: "";
                            left: 0;
                            top: 0;
                            position: absolute;
                        }

                        p {
                            color: #838282;
                        }
                    }
                }

                &:first-child {
                    .faqAcc-content {
                        display: block;
                    }
                }

                &.active {
                    .faqAcc-head {
                        &::after {
                            content: "\f068";
                        }

                        h3 {
                            color: #E30011;
                        }
                    }
                }
            }
        }
    }
}

.btnOne.sub_btn {
    outline: none;
}

/*===mapSec start==*/
.frmWrap {
    margin-bottom: 20px;
}

.subWrap {
    min-width: 200px;
}

.wpcf7-spinner {
    position: absolute;
}

.redText {
    color: #E30011;
}

.bl_0 {
    border-left: 0 !important;
}

/*===inner banner start===*/
.innerTitle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    .innerTitleText {
        width: auto;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 0 10px 0 0;
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        border-left: 3px solid #E30011;

        .innrTle {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 5px;
            font-family: "Oxygen", sans-serif;
            display: block;
        }

        .breadcrumbs {
            ul {
                display: flex;
                flex-wrap: wrap;

                li {
                    padding-right: 15px;
                    margin-right: 10px;
                    position: relative;
                    color: #fff;

                    a {
                        color: #fff;
                    }

                    &::after {
                        position: absolute;
                        content: "\f054";
                        font-family: "FontAwesome";
                        right: 0;
                        top: 5px;
                        color: #fff;
                        font-size: 10px;
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}


/*==aboutSec start==*/
.aboutSec {
    .aboutImgWrap {
        .aboutImgTop {
            display: flex;
            align-items: flex-end;
            flex-wrap: wrap;
            /* gap: 20px; */
            justify-content: space-between;
            margin-bottom: 20px;

            .aboutImg_1 {
                width: calc(50% - 8px);
                height: 350px;
                border-radius: 15px;
                overflow: hidden;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center center;
                }
            }

            .aboutImg_2 {
                width: calc(50% - 8px);
                border-radius: 15px;
                overflow: hidden;
                height: 350px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center center;
                }
            }
        }

        .aboutImgBottom {
            height: 300px;
            border-radius: 15px;
            overflow: hidden;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }
        }
    }

    .aboutTextWrap {
        padding-left: 10px;

        .textWrap {
            margin-bottom: 20px;
        }

        .textWrap_2 {
            margin-bottom: 30px;

            ul {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;

                li {
                    padding: 0 10px;
                    width: 33.33%;
                    display: flex;
                    align-items: center;
                    position: relative;

                    &:not(:last-child) {
                        &::after {
                            width: 1px;
                            height: 100%;
                            background-color: #ccc;
                            position: absolute;
                            right: 0;
                            top: 0;
                            content: "";
                        }
                    }

                    &:nth-child(2),
                    &:nth-child(3) {
                        padding-left: 30px;
                    }

                    .buildIcon {
                        width: 50px;
                    }

                    .h5 {
                        font-family: "Oxygen", sans-serif;
                        font-size: 24px;
                        font-weight: 500;
                        margin-bottom: .5rem;
                        width: calc(100% - 50px);
                        padding-left: 10px;
                        margin-bottom: 0 !important;
                        color: #000;
                        display: block;
                    }
                }
            }
        }
    }
}

/*==keySec start==*/
.keySec {
    .keyVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 20px;
        overflow: hidden;

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: centr;
        }

        &:after {
            width: 100%;
            height: 100%;
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            background-color: rgb(0, 0, 0, 0.6);
        }
    }

    .keyWrap {
        .keyWrapInner {
            padding: 100px 0;
            position: relative;
            z-index: 1;

            .keyItem {
                position: relative;

                &::after {
                    width: 1px;
                    height: 100%;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background-color: #cecece;
                    content: "";
                }

                &:last-child {
                    &:after {
                        display: none;
                    }
                }

                .keyInner {
                    .keyIcon {
                        text-align: center;
                        display: flex;
                        justify-content: center;

                        img {
                            filter: brightness(0) invert(1);
                            height: 70px;
                            width: auto;
                        }
                    }

                    .keyContent {
                        padding-top: 10px;

                        h3 {
                            color: #fff;
                            font-size: 54px;
                            font-family: "Oxygen", sans-serif;
                        }

                        p {
                            color: #fff;
                        }
                    }
                }
            }
        }
    }
}

.pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;

    ul.page-numbers {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;

        li {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: inline-block;
            border: 1px solid #ccc;
            color: #000;
            transition: 0.5s;
            overflow: hidden;

            span,
            a {
                display: flex;
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center;
                color: #000;

                &.current {
                    background-color: #D50009;
                    color: #fff;
                }
            }

            &:hover,
            &:focus {
                background-color: #D50009;
                color: #fff;

                span,
                a {
                    color: #fff;
                }
            }
        }


        &.next {
            font-size: 0px;
            position: relative;

            &::after {
                content: "\f105";
                position: absolute;
                font-family: "FontAwesome";
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center;
                display: flex;
                align-items: center;
                font-size: 18px;
            }
        }
    }
}

/* start search */
.no-srch-cont {
    background-color: #ff00001c;
    padding: 20px;
    border-radius: 10px;
}

.search {
    .header {
        .headerInner {
            .headerRight {
                ul {
                    li {
                        &:first-child {
                            padding-right: 2px;
                            margin-right: 0;
                        }

                        &:nth-child(2) {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}

section.search-results {
    padding: 150px 0 100px;

    .srchHead {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 20px;

        span {
            text-transform: capitalize;
            color: #9d2932;
        }
    }

    .searchWrapItm {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;

        .search-item {
            max-width: 100%;
            width: 100%;
            background-color: #ececec;
            border-radius: 10px;

            &:not(:last-child) {
                margin: 0 0 30px;
            }

            .eachSearch {
                width: 100%;
                height: 100%;
                display: flex;
                flex-wrap: wrap;

                .search-thumb {
                    width: 30%;
                    height: 300px;
                    display: block;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 10px 0 0 10px;
                    }
                }

                .srchCont {
                    width: calc(100% - 30%);
                    padding: 30px 20px 20px;

                    .srchContHead {
                        font-size: 30px;
                        font-weight: 600;
                        margin-bottom: 15px;
                        color: #000;

                        a {
                            color: #000;
                            transition: .4s;
                        }
                    }
                }

                &:hover {
                    .srchCont {
                        .srchContHead {
                            a {
                                color: #004ec4;
                            }
                        }
                    }
                }
            }
        }
    }

    .pagination {
        width: 100%;
        justify-content: center;
        gap: 0;

        .nav-links {
            display: flex;
            gap: 15px;

            .page-numbers {
                width: 45px;
                height: 45px;
                border-radius: 50%;
                display: inline-block;
                border: 1px solid #ccc;
                color: #000;
                transition: 0.5s;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;

                &.current {
                    background-color: #D50009;
                    color: #fff;
                }

                &.prev {
                    position: relative;
                    font-size: 0;

                    &::after {
                        content: "<<";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        font-size: 16px;
                        color: #000;
                    }
                }

                &.next {
                    position: relative;
                    font-size: 0;

                    &::after {
                        content: ">>";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        font-size: 16px;
                        color: #000;
                    }
                }
            }
        }
    }
}

/* end search */

ul.redList {
    li {
        font-size: 16px;
        margin-bottom: 15px;
        position: relative;
        padding-left: 30px;
        font-weight: 700;

        &::before {
            width: 20px;
            height: 20px;
            position: absolute;
            content: "";
            background: url(../images/category/check-mark.png) no-repeat;
            background-size: 100%;
            left: 0;
        }

        &:last-child {
            margin-bottom: 0px;
        }
    }

    margin-bottom: 30px;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E30011;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mob_991 {
    display: none;
}


.privacyPolicyPage,
.termsConditionsPage {
    .privacySec {
        h3 {
            margin-bottom: 8px;
            color: #c7070e;
            font-weight: 600;
        }

        a {
            color: #000;
        }
    }
}


/* start enquery form design */
.formHead {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#enquire-now,
#download-brochure-form,
#product-enquire,
#lhy-enquire-form,
#downloadBrochurePopup {
    width: 100%;
    max-width: 500px;
    /* overflow-x: hidden; */
    border-radius: 16px;
    padding: 30px;
    border-right: 4px solid rgb(227, 0, 17);
    border-bottom: 4px solid rgb(227, 0, 17);

    .wpcf7-not-valid-tip,
    .wpcf7-response-output {
        font-size: 14px;
    }

    .inputBox {
        margin-bottom: 15px;

        label {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 700;
        }

        input[type='submit'] {
            width: 200px;
            display: inline-block;
            border-radius: 30px;
            padding: 8px 12px;
            background-color: transparent;
            border: 2px solid #E30011;
            font-family: "Oxygen", sans-serif;
            color: #000;
            transition: 0.5s;
            font-weight: 600;
            outline: 0;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                background-color: #E30011;
                color: #fff;
            }
        }
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: none !important;
    text-align: left;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
    font-size: 14px;
}

/* end enquery form design */

/* start thank you */
.page-template-thank-you {
    .enqueryBtn {
        display: none;
    }
}

/* end thank you */

/* start 404 page */
.page-template-404-not-found {
    .mapWrap {
        display: none;
    }

    .enqueryBtn {
        display: none;
    }
}

.notFoundPg {
    padding: 100px 0;

    .notFoundDiv {
        text-align: center;

        .notFoundGif {
            img {
                margin: 0 auto;
            }
        }

        .notFoundCont {
            margin-top: 40px;

            h2 {
                margin-bottom: 20px;
            }

            p {
                color: #000;
                font-weight: 600;
            }
        }
    }
}

/* end 404 page */

/* thank you page start */
.thankYouSec {
    .thankYouSecInn {
        text-align: center;

        .thankYouTxt {
            position: relative;
            text-align: center;

            h2 {
                width: 100%;
                font-size: 100px;
                margin: 0;
                display: flex;
                justify-content: center;

                &.first {
                    color: transparent;
                    -webkit-text-stroke: 2px #c7070e;
                }

                &.second {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    color: #c7070e;
                    -webkit-text-stroke: 2px #c7070e;
                    animation: waves 4s ease-in-out infinite;
                }
            }
        }

        p {
            margin: 10px 0px 40px;
        }
    }
}

@keyframes waves {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

/* thank you page end */

/* start responsive */

@media (max-width: 1600px) {
    .keySec {
        .keyWrap {
            .keyWrapInner {
                .keyItem {
                    .keyInner {
                        .keyIcon {
                            img {
                                height: 52px;
                            }
                        }

                        .keyContent {
                            h3 {
                                font-size: 40px;
                            }
                        }
                    }
                }
            }
        }
    }

    .blogSec {
        .blogContent {
            .gridWrap {
                grid-template-rows: repeat(2, 200px);

                .gridCard {
                    &:first-child {
                        height: 420px;
                    }

                    &:last-child {
                        height: 420px;
                    }
                }
            }
        }
    }
}

@media(max-width: 1440px) {

    p,
    .single-post span[style="font-weight: 400;"] {
        font-size: 15px;
        line-height: 24px;

        &:not(:last-child) {
            margin-bottom: 14px;
        }
    }

    .single-post h2 span[style="font-weight: 400;"] {
        font-size: 24px;
    }

    ul {
        li {
            font-size: 15px;
            line-height: 24px;
        }
    }

    ul.redList {
        li {
            font-size: 15px;
            padding-left: 24px;

            &::before {
                width: 18px;
                height: 18px;
            }
        }
    }

    h4,
    .h4 {
        font-size: 15px;
    }

    .h3,
    h3 {
        font-size: 22px;
    }

    .customBlock {
        padding: 80px 0;
    }

    input[type="text"],
    select,
    input,
    textarea {
        min-height: 45px;
        padding: 6px 20px;
    }

    textarea {
        height: 80px;
    }

    #enquire-now,
    #download-brochure-form,
    #product-enquire {
        .inputBox {
            input[type='submit'] {
                width: 170px;
            }
        }
    }

    .secHead {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .aboutSec {
        .aboutTextWrap {
            padding-left: 20px;

            .textWrap_2 {
                ul {
                    li {
                        .h5 {
                            font-size: 22px;
                        }
                    }
                }
            }
        }
    }

    .keySec {
        .keyWrap {
            .keyWrapInner {
                .keyItem {
                    .keyInner {
                        .keyIcon {
                            img {
                                height: 50px;
                            }
                        }

                        .keyContent {
                            h3 {
                                font-size: 35px;
                                margin: 0px 0px 8px 0px;
                            }
                        }
                    }
                }
            }
        }
    }

    .innerTitle {
        .innerTitleText {
            .breadcrumbs {
                ul {
                    li {
                        &::after {
                            top: 0;
                        }
                    }
                }
            }
        }
    }

    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-content {
                        .faqAccTxt {
                            padding-left: 20px;
                            font-size: 15px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1366px) {
    .secHead {
        font-size: 40px;
    }

    .aboutSec {
        .aboutImgWrap {
            .aboutImgTop {
                .aboutImg_1 {
                    height: 300px;
                }

                .aboutImg_2 {
                    height: 300px;
                }
            }

            .aboutImgBottom {
                height: 250px;
            }
        }
    }

    .blogSec {
        .blogTabWrap {
            margin-bottom: 25px;
        }

        .blogContent {
            .gridWrap {
                margin-bottom: 25px;
                grid-template-rows: repeat(2, 170px);

                .gridCard {
                    &:first-child {
                        height: 360px;
                    }

                    &:last-child {
                        height: 360px;
                    }

                    a {
                        .blogContentText {
                            padding: 10px 15px;

                            .dateWrap {
                                p {
                                    font-size: 14px;
                                }
                            }

                            .blogTitle {
                                h4 {
                                    font-size: 16px;
                                    margin-bottom: 0;
                                }
                            }
                        }
                    }
                }
            }

        }
    }
}

@media(max-width: 1279px) {
    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {
                        .buildIcon {
                            width: 35px;
                        }

                        .h5 {
                            width: calc(100% - 35px);
                            font-size: 20px;
                        }

                        &:nth-child(2),
                        &:nth-child(3) {
                            padding-left: 16px;
                        }
                    }
                }
            }
        }

        .aboutTextWrap {
            padding-left: 0px;
        }
    }

    .secHead {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .faqSec {
        .secHead {
            margin-bottom: 12px;
            text-align: center;
        }

        .textWrap {
            text-align: center;
        }

        .btnWrap {
            text-align: center;
        }

        .faqContent {
            padding-top: 40px;

            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h3 {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }

    .page-template-faq {
        .faqSec {
            .faqContent {
                padding-top: 20px;
            }
        }
    }

    /* start search */
    section.search-results {
        .srchHead {
            font-size: 30px;
        }

        .searchWrapItm {
            .search-item {
                .eachSearch {
                    .srchCont {
                        .srchContHead {
                            font-size: 28px;
                        }
                    }
                }
            }
        }
    }

    /* end search */
}

@media(max-width: 1024px) {
    .testiSec {
        .testiSlider {
            .slick-list {
                margin: 0 0;
                padding: 30px 0;
                padding-top: 10px;
            }
        }
    }

    .innerBanner {
        height: 255px;
    }
}

@media(max-width: 991px) {
    .secHead {
        text-align: center;
    }

    .aboutSec {
        .aboutImgWrap {
            margin-bottom: 20px;

            .aboutImgBottom {
                height: auto;
            }

            .aboutImgTop {
                display: flex;
                flex-wrap: wrap;
                align-items: normal;

                .aboutImg_1 {
                    height: 350px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .aboutImg_2 {
                    height: 350px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }

            .aboutImgBottom {
                height: 300px;
            }
        }
    }

    .keySec {
        padding-left: 15px !important;
        padding-right: 15px !important;

        .keyWrap {
            .keyWrapInner {
                padding: 50px 0;

                .keyItem {
                    .keyInner {
                        .keyContent {
                            h3 {
                                font-size: 34px;
                            }
                        }

                        .keyIcon {
                            img {
                                height: 35px;
                            }
                        }
                    }
                }
            }
        }
    }

    .desk_991 {
        display: none;
    }

    .mob_991 {
        display: block;
    }

    .container-max {
        max-width: 100%;
        padding: 0 15px;
    }


    .blogSec {
        .slick-prev {
            bottom: 0;
            left: calc(50% - 85px);
        }

        .slick-next {
            bottom: 0;
            right: calc(50% - 85px);
        }

        .blogContent {
            display: block;

            .gridWrap {
                display: block;
                padding-bottom: 30px;

                .gridCard {
                    height: 320px !important;
                    margin: 0 10px;

                    &:not(:last-child) {
                        margin-bottom: 20px;
                    }

                    a {
                        .blogContentText {
                            bottom: 20px;
                        }
                    }
                }
            }
        }
    }

    .faqSec {
        .faqContent {
            padding-top: 20px;
        }
    }

    /* thank you page start */
    .thankYouSec {
        .thankYouSecInn {
            .thankYouTxt {
                h2 {
                    font-size: 80px;
                }
            }
        }
    }

    /* thank you page end */

    /* start search */
    section.search-results {
        .searchWrapItm {
            .search-item {
                .eachSearch {
                    .search-thumb {
                        width: 40%;
                    }

                    .srchCont {
                        width: calc(100% - 40%);
                    }
                }
            }
        }
    }

    /* end search */


}

@media(max-width: 768px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }

    ul {
        li {
            font-size: 14px;
            line-height: 24px;
        }
    }

    ul.redList {
        li {
            font-size: 14px;
            padding-left: 22px;
            margin-bottom: 12px;

            &::before {
                width: 15px;
                height: 15px;
                top: 5px;
            }
        }
    }

    .aboutSec {
        .aboutImgWrap {
            .aboutImgBottom {
                height: 200px;
            }

            .aboutImgTop {
                display: flex;
                flex-wrap: wrap;
                align-items: normal;

                .aboutImg_1 {
                    height: 250px;
                }

                .aboutImg_2 {
                    height: 250px;
                }
            }
        }
    }

    .keySec {
        .keyWrap {
            .keyWrapInner {
                .keyItem {
                    .keyInner {
                        .keyContent {
                            h3 {
                                font-size: 28px;
                            }
                        }
                    }
                }
            }
        }
    }

    .blogSec {
        .blogContent {
            .gridWrap {
                .gridCard {
                    a {
                        .blogImg {
                            height: 350px;
                        }
                    }
                }
            }
        }
    }

    /* start page not found */
    .notFoundPg {
        .notFoundDiv {
            .notFoundGif {
                img {
                    width: 400px;
                }
            }

            .notFoundCont {
                margin-top: 26px;

                h2 {
                    margin-bottom: 10px;
                }
            }
        }
    }

    /* end page not found */

    /* thank you page start */
    .thankYouSec {
        .thankYouSecInn {
            .thankYouTxt {
                h2 {
                    font-size: 60px;
                }
            }

            p {
                margin: 10px 0px 20px;
            }
        }
    }

    /* thank you page end */
}

@media(max-width: 767px) {
    .keySec {
        .keyWrap {
            .keyWrapInner {
                .keyItem {
                    padding-bottom: 15px;
                    margin-bottom: 15px;
                    border-bottom: 1px solid #fefefe7a;

                    &::after {
                        display: none;
                    }

                    &:last-child {
                        margin-bottom: 0px;
                        padding-bottom: 0px;
                        border-bottom: none;
                    }
                }
            }
        }
    }

    /* start search */
    section.search-results {
        .searchWrapItm {
            .search-item {
                .eachSearch {
                    .search-thumb {
                        width: 100%;

                        img {
                            border-radius: 10px 10px 0 0;
                        }
                    }

                    .srchCont {
                        width: 100%;
                    }
                }
            }
        }
    }

    /* end search */
}

@media(max-width: 650px) {
    .customBlock {
        padding: 45px 0;
    }

    .testiSec {
        padding-bottom: 80px;
    }

    .secHead {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .keySec {
        .keyWrap {
            .keyWrapInner {
                .keyItem {
                    .keyInner {
                        .keyContent {
                            h3 {
                                font-size: 22px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 580px) {
    .secHead {
        font-size: 28px;
    }

    .innerBanner {
        height: 350px;
    }

    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h3 {
                            font-size: 16px;
                        }

                        &::after {
                            width: 25px;
                            height: 25px;
                        }
                    }
                }
            }
        }
    }

    .blogSec {
        .blogContent {
            .gridWrap {
                .gridCard {
                    a {
                        .blogContentText {
                            bottom: 40px;
                        }
                    }
                }
            }
        }
    }

}

@media(max-width: 575px) {
    section.search-results {
        .srchHead {
            font-size: 26px;
        }

        .searchWrapItm {
            .search-item {
                .eachSearch {
                    .srchCont {
                        padding: 20px 15px 20px;

                        .srchContHead {
                            font-size: 22px;
                        }
                    }
                }
            }
        }

        .pagination {
            .nav-links {
                display: flex;
                gap: 10px;

                .page-numbers {
                    width: 35px;
                    height: 35px;
                    font-size: 14px;

                    &.prev {
                        &::after {
                            font-size: 14px;
                        }
                    }

                    &.next {
                        &::after {
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }

    .slick-prev {
        font-size: 14px;
        left: calc(50% - 84px);
    }

    .slick-next {
        font-size: 14px;
        right: calc(50% - 84px);
    }
}

@media(max-width: 500px) {
    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {
                        border-bottom: 1px solid #ccc;
                        padding-bottom: 10px;
                        margin-bottom: 10px;

                        &::after {
                            display: none;
                        }

                        &:last-child {
                            margin-bottom: 0px;
                            padding-bottom: 0px;
                            border-bottom: none;
                        }

                        width: 100%;

                        &:nth-child(2),
                        &:nth-child(3) {
                            padding-left: 10px;
                        }
                    }
                }
            }
        }
    }

    .blogSec {
        .blogTabWrap {
            ul {
                li {
                    a {
                        display: inline-block;
                        padding: 5px 25px;
                        border: 1px solid #E30011;
                        border-radius: 30px;
                        color: #000;
                        transition: 0.5s;
                    }
                }
            }
        }
    }

    .testiSec {
        .testiSlider {
            .slick-list {
                .testiItem {
                    .testiInner {
                        .testiBtm {
                            .testiContent {
                                padding-left: 20px;
                                width: calc(100% - 60px);

                                &::before {
                                    display: none;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        &::after {
                            top: 6px;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 480px) {
    .innerBanner {
        height: 300px;

        .innerTitle {
            .innerTitleText {
                .innrTle {
                    font-size: 24px;
                }
            }
        }
    }

    .notFoundPg {
        .notFoundDiv {
            .notFoundGif {
                img {
                    width: 360px;
                }
            }
        }
    }

    /* start search */
    section.search-results {
        .srchHead {
            font-size: 24px;
        }

        .searchWrapItm {
            .search-item {
                .eachSearch {
                    .srchCont {
                        .srchContHead {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }

    /* end search */
}

@media(max-width: 440px) {
    .aboutSec {
        .aboutImgWrap {
            margin-bottom: 20px;

            .aboutImgTop {
                .aboutImg_1 {
                    height: 130px;
                }

                .aboutImg_2 {
                    height: 130px;
                }
            }
        }
    }

    .innerBanner {
        height: 300px;
    }

    .keySec {
        .keyWrap {
            .keyWrapInner {
                .keyItem {
                    .keyInner {
                        .keyContent {
                            h3 {
                                font-size: 22px;
                            }
                        }
                    }
                }
            }
        }
    }

    .blogSec {
        .blogContent {
            .gridWrap {
                .gridCard {
                    &:not(:last-child) {
                        margin-bottom: 0;
                    }

                    a {
                        .blogImg {
                            height: 290px;
                        }
                    }
                }
            }
        }
    }

    .btnOne {
        padding: 7px 25px;
    }

    .btnOne {
        &.videoBtn {
            &::after {
                top: 2px;
                right: 2px;
            }
        }
    }
}

@media(max-width: 420px) {
    .blogSec {
        .blogContent {
            .gridWrap {
                .gridCard {
                    a {
                        .catName {
                            padding: 7px 20px;
                        }
                    }
                }
            }
        }
    }

    .csrSec {
        .csrItem {
            .csrInner {
                .csrContent {
                    .csrContentInner {
                        h4 {
                            font-size: 20px;
                            margin-bottom: 5px;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 420px) {
    .csrSec {
        .csrItem {
            .csrInner {
                .csrContent {
                    padding: 0 10px;
                }
            }
        }
    }
}

/* end responsive */

/* start min-width */
@media(min-width: 1921px) {

    p,
    .single-post span[style="font-weight: 400;"] {
        font-size: 20px;
        line-height: 1.6;
    }

    ul li,
    ol li {
        font-size: 18px;
        line-height: 1.2;
    }



    .innerBanner {
        height: 550px;
    }

    .secHead {
        font-size: 56px;
    }

    .innerTitle {
        .innerTitleText {
            .innrTle {
                font-size: 32px;
            }
        }
    }


    /* start about */
    .textHead_2 {
        font-size: 28px;
    }

    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {


                        .h5 {
                            font-size: 26px;
                        }
                    }
                }
            }
        }
    }

    /* end about */

    /* start faq */
    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h3 {
                            font-size: 26px;
                        }
                    }

                    .faqAcc-content {
                        .faqAccTxt {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }

    /* end faq */
}

@media(min-width: 2400px) {

    p,
    .single-post span[style="font-weight: 400;"] {
        font-size: 22px;
    }

    ul li,
    ol li {
        font-size: 20px;
    }

    .container,
    .container-mid {
        max-width: 70%;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    .wpcf7 form.invalid .wpcf7-not-valid-tip {
        font-size: 16px;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 16px;
    }

    .slick-prev {
        font-size: 18px;
        padding: 6px 14px;
        padding-left: 40px;
        left: calc(50% - 116px);
    }

    .slick-next {
        font-size: 18px;
        padding: 6px 14px;
        padding-right: 40px;
        right: calc(50% - 116px);
    }

    .innerBanner {
        height: 600px;
    }

    .innerTitle {
        .innerTitleText {
            .innrTle {
                font-size: 34px;
            }

            .breadcrumbs {
                ul {
                    li {
                        &::after {
                            top: 8px;
                        }
                    }
                }
            }
        }
    }

    .secHead {
        font-size: 58px;
    }

    .btnOne {
        font-size: 18px;
        padding: 12px 36px;
        border-radius: 50px;
    }

    .textHead_2 {
        font-size: 30px;
    }

    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {
                        .buildIcon {
                            width: 60px;
                        }

                        .h5 {
                            width: calc(100% - 60px);
                            font-size: 28px;
                        }
                    }
                }
            }
        }
    }

    /* end about */

    /* start faq */
    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h3 {
                            font-size: 28px;
                        }
                    }

                    .faqAcc-content {
                        .faqAccTxt {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }

    /* end faq */
}

@media(min-width: 2560px) {

    p,
    .single-post span[style="font-weight: 400;"] {
        font-size: 24px;
    }

    ul li,
    ol li {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    input[type="text"],
    select,
    input,
    textarea {
        min-height: 66px;
        border-radius: 28px;
    }


    select {
        background-size: 20px;
    }


    .innerBanner {
        height: 650px;
    }

    .innerTitle {
        .innerTitleText {
            .innrTle {
                font-size: 36px;
            }
        }
    }

    .secHead {
        font-size: 60px;
    }

    .btnOne {
        font-size: 20px;
    }

    /* start about */
    .textHead_2 {
        font-size: 32px;
    }

    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {
                        .h5 {
                            font-size: 30px;
                        }
                    }
                }
            }
        }
    }

    /* end about */

    /* start faq */
    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h3 {
                            font-size: 30px;
                        }
                    }

                    .faqAcc-content {
                        .faqAccTxt {
                            font-size: 22px;
                        }
                    }
                }
            }
        }
    }

    /* end faq */


}

@media(min-width: 2880px) {

    p,
    .single-post span[style="font-weight: 400;"] {
        font-size: 26px;
    }

    ul li,
    ol li {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 28px;
    }

    input[type="text"],
    select,
    input,
    textarea {
        min-height: 68px;
        border-radius: 30px;
    }

    select {
        background-size: 23px;
    }



    .innerBanner {
        height: 700px;
    }

    .innerTitle {
        .innerTitleText {
            .innrTle {
                font-size: 38px;
            }

            .breadcrumbs {
                ul {
                    li {
                        &::after {
                            top: 10px;
                        }
                    }
                }
            }
        }
    }

    .secHead {
        font-size: 62px;
    }

    .btnOne {
        font-size: 22px;
        padding: 18px 50px;

        &.videoBtn {
            padding-right: 82px;

            &::after {
                width: 50px;
                height: 50px;
                font-size: 29px;
                top: 6px;
                right: 7px;
            }
        }
    }

    .slick-prev {
        font-size: 20px;
        padding-left: 54px;
        left: calc(50% - 138px);

        &::after {
            transform: translateY(-50%) rotate(180deg) scale(0.9);
        }

        &:hover {
            &::after {
                transform: translateY(-50%) rotate(180deg) scale(1.2);
            }
        }
    }

    .slick-next {
        font-size: 20px;
        padding-right: 54px;
        right: calc(50% - 138px);

        &::after {
            transform: translateY(-50%) scale(0.9);
        }

        &:hover {
            &::after {
                transform: translateY(-50%) scale(1.2);
            }
        }
    }

    /* start about */
    .textHead_2 {
        font-size: 34px;
    }

    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {
                        .buildIcon {
                            width: 70px;
                        }

                        .h5 {
                            width: calc(100% - 70px);
                            font-size: 32px;
                        }
                    }
                }
            }
        }
    }

    /* end about */

    /* start faq */
    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h3 {
                            font-size: 32px;
                        }
                    }

                    .faqAcc-content {
                        .faqAccTxt {
                            font-size: 24px;
                        }
                    }
                }
            }
        }
    }

    /* end faq */

    /* start privacy policy */
    .privacyPolicyPage,
    .termsConditionsPage {
        .privacySec {
            h3 {
                font-size: 44px;
            }
        }
    }

    /* end privacy policy */

    /* start 404 page */
    .notFoundPg {
        padding: 150px 0 100px;

        .notFoundDiv {
            .notFoundGif {
                img {
                    width: 640px;
                }
            }
        }
    }

    .thankYouSec {
        padding: 150px 0 100px;

        .thankYouSecInn {
            .thankYouTxt {
                h2 {
                    font-size: 122px;
                }
            }
        }
    }

    /* end 404 page */
}

@media(min-width: 3840px) {

    p,
    .single-post span[style="font-weight: 400;"] {
        font-size: 30px;
    }

    ul li,
    ol li {
        font-size: 30px;
    }

    h4,
    .h4 {
        font-size: 34px;
    }

    .secHead {
        font-size: 80px;
    }

    input[type="text"],
    select,
    input,
    textarea {
        min-height: 80px;
        border-radius: 40px;
    }

    textarea {
        height: 140px;
        border-radius: 10px;
    }

    select {
        background-size: 28px;
    }

    .wpcf7 form.invalid .wpcf7-not-valid-tip {
        font-size: 22px;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 22px;
    }

    .btnOne {
        font-size: 26px;
        padding: 18px 55px;

        &.videoBtn {
            padding-right: 124px;

            &::after {
                width: 54px;
                height: 54px;
                top: 7px;
            }
        }
    }

    .slick-prev {
        font-size: 24px;
        padding-left: 64px;
        left: calc(50% - 160px);

        &::after {
            transform: translateY(-50%) rotate(180deg) scale(1);
            left: -2px;
        }

        &:hover {
            &::after {
                right: -2px;
                transform: translateY(-50%) rotate(180deg) scale(1.4);
            }
        }
    }

    .slick-next {
        font-size: 24px;
        padding-right: 64px;
        right: calc(50% - 160px);

        &::after {
            transform: translateY(-50%) scale(1);
        }

        &:hover {
            &::after {
                transform: translateY(-50%) scale(1.4);
            }
        }
    }

    .innerBanner {
        height: 750px;
    }

    .innerTitle {
        .innerTitleText {
            .innrTle {
                font-size: 40px;
            }

            .breadcrumbs {
                ul {
                    li {
                        padding-right: 15px;
                        margin-right: 14px;

                        &::after {
                            top: 14px;
                            font-size: 12px;
                        }
                    }
                }
            }
        }
    }

    /* start about */
    .textHead_2 {
        font-size: 40px;
    }

    .aboutSec {
        .aboutTextWrap {
            .textWrap_2 {
                ul {
                    li {
                        .buildIcon {
                            width: 80px;
                        }

                        .h5 {
                            width: calc(100% - 80px);
                            font-size: 34px;
                        }
                    }
                }
            }
        }
    }

    /* end about */

    /* start faq */
    .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        &::after {
                            width: 40px;
                            height: 40px;
                            font-size: 18px;
                        }

                        h3 {
                            font-size: 34px;
                        }
                    }

                    .faqAcc-content {
                        .faqAccTxt {
                            font-size: 28px;
                        }
                    }
                }
            }
        }
    }

    /* end faq */

    /* start privacy policy */
    .privacyPolicyPage,
    .termsConditionsPage {
        .privacySec {
            h3 {
                font-size: 48px;
            }
        }
    }

    /* end privacy policy */
}

/* end min-width */