@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.header.is-sticky {
    background-color: #000000;
    /* backdrop-filter: blur(3px); */
    box-shadow: none;
    border-bottom: 1px solid #fb05168a;

    &::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(15px);
        z-index: -1;
    }
}

.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    animation: slideDown 0.35s ease-out;
    background-color: rgba(0, 0, 0, 0.702);
    z-index: 110;
    width: 100%;

    .leftLogo {
        width: 100px;
    }

}

.container {
    max-width: 1360px;
}

.container-max {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.commonSec {
    padding: 100px 0;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.secH {
    font-size: 60px;
    color: #848484;
    font-weight: 700;
    font-family: 'Quicksand';
    margin-bottom: 20px;
}

.headingWrap {
    margin-bottom: 30px;
}

.innerbanner {
    /* height: 700px;
    padding: 60px 0px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: none !important;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 5.06%, rgba(255, 255, 255, 0.00) 100%);
        z-index: 1;
    }
	
	.innerbannerImg{
		position: relative;
		
		img{
			width: 100%;
		}
	}

    .innerBannerText {
        /* height: 100%;
        display: flex;
        align-items: end;
        position: relative;
        z-index: 2; */
		z-index: 10;
		position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 25px 20px 25px 100px;
        background: #DA0A0A;
        border-radius: 0px 9px 9px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 65px 0 0;

        .bannerText {
            /* position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 25px 20px 25px 100px;
            background: #DA0A0A;
            border-radius: 0px 9px 9px 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 65px 0 0; */

            .innerBannerHead {
                color: #FFF;
                font-family: Quicksand;
                font-size: 45px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
            }
        }
    }
}

/*====header start====*/
.header {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

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

        .headerLeft {
            width: 16%;
            transition: 0.6s;

            a {
                width: auto;
                display: inline-block;
                padding: 10px 10px;
                background-color: #e2000e;
                border-radius: 0 0 10px 10px;
            }
        }

        .headerRight {
            width: 14%;
            display: flex;
            transition: 0.6s;
            justify-content: end;

            .headerRightInner {
                position: relative;
                color: #fff;
                padding-left: 50px;

                &::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 40px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #DA0A0A;
                    border-radius: 50%;
					background-image: url(../images/header-PhoneCall.png);
					background-repeat: no-repeat;
					background-size: 50% 50%;
                    background-position: center;
					
                }

                a {
                    color: #fff;
                    line-height: 40px;
                    transition: 0.5s;

                    &:hover {
                        color: #DA0A0A;
                    }
                }

                &.mobCall {
                    display: none;
                }
            }
        }

        .headerMiddle {
            display: flex;
            transition: 0.6s;
            align-items: center;
            width: calc(100% - 40%);
            margin: 0 auto;

            .menuWrap {
                background-color: #00000087;
                border-radius: 100px;
                width: 100%;
                padding: 0 20px;
                /* backdrop-filter: blur(10px); */
                position: relative;

                &::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    backdrop-filter: blur(3px);
                    z-index: -1;
                }

                ul {
                    display: flex;
                    justify-content: space-between;
                    width: 100%;

                    li {
                        padding: 0;
                        position: relative;

                        a {
                            display: block;
                            padding: 15px 18px;
                            color: #fff;
                            font-size: 17px;
                            font-weight: 500;
                        }

                        .megamenuWrap {
                            display: none;
                            position: absolute;
                            top: calc(100% + 1px);
                            background-color: #3e3e3e8a;
                            width: 850px;
                            left: 0;
                            height: 246px;
                            backdrop-filter: blur(10px);
                            border-radius: 20px;
                            overflow: hidden;
                            box-shadow: 0px 0px 10px 0px #ccc;
                        }

                        .megaMenu {
                            position: relative;
                            /* top: calc(100% + 1px); */
                            /* background-color: rgba(0, 0, 0, 0.6); */
                            /* width: 850px; */
                            /* left: 0; */
                            /* max-height: 80vh; */
                            overflow-y: auto;
                            display: flex;
                            justify-content: space-between;
                            overflow: hidden;
                            border-radius: 20px;
                            backdrop-filter: blur(10px);
                            z-index: 99;
                            transform: translateY(20px);
                            visibility: hidden;
                            opacity: 0;
                            transition: all 0.5s;

                            .MegaTabs {
                                width: 180px;
                                display: flex;
                                flex-direction: column;
                                justify-content: flex-start;
                                border-right: 1px solid #fff;

                                .megaTab {
                                    padding: 0;
                                    cursor: pointer;
                                    width: 100%;
                                    display: block;
                                    transition: all 0.5s;

                                    &.active {
                                        background-color: #DA0A0A;
                                    }

                                    &:hover {
                                        background-color: #DA0A0A;
                                    }
                                }
                            }

                            .MegaTabsCont {
                                width: calc(100% - 180px);

                                .tab-content {
                                    display: none;

                                    &.active {
                                        display: block;
                                    }

                                    .tab-ContInn {
                                        display: flex;
                                        justify-content: space-between;

                                        .inner-tabs {
                                            width: calc(100% - 170px);
                                            display: block;
                                            margin-bottom: 10px;

                                            .inner-tab {
                                                width: 47%;
                                                padding: 0;
                                                cursor: pointer;
                                                display: inline-block;

                                                a {
                                                    position: relative;
                                                    padding-left: 25px;
                                                    transition: all 0.5s;

                                                    &::after {
                                                        content: '';
                                                        position: absolute;
                                                        width: 6px;
                                                        height: 6px;
                                                        background-color: #fff;
                                                        left: 10px;
                                                        top: 50%;
                                                        transform: translateY(-50%);
                                                        transition: all 0.5s;
                                                    }
                                                }

                                                &:hover,
                                                &.active {
                                                    background-color: #DA0A0A;
                                                    border-radius: 0px 30px 30px 0px;

                                                    a {
                                                        padding-left: 60px;

                                                        &::after {
                                                            width: 40px;
                                                            height: 2px;
                                                            top: 26px;
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }

                                    .innerTabContInn {
                                        width: 170px;

                                        .inner-tab-content {
                                            display: none;
                                            visibility: hidden;
                                            opacity: 0;
                                            transition: all 0.5s;

                                            &.active {
                                                visibility: visible;
                                                opacity: 1;
                                                display: block;
                                            }

                                            .menuProdImg {
                                                width: 100%;
                                                height: 100%;
                                                padding: 10px;

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

                                }
                            }

                        }

                        .subMenu {
                            position: absolute;
                            top: calc(100% + 1px);
                            background-color: rgba(0, 0, 0, 0.6);
                            width: 200px;
                            left: 0;
                            max-height: 300px;
                            overflow-y: auto;
                            overflow: hidden;
                            border-radius: 20px;
                            backdrop-filter: blur(10px);
                            z-index: 99;
                            transform: translateY(20px);
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: 0px 0px 10px 0px #ccc;
                            transition: all 0.5s;

                            ul {
                                display: block;

                                li {
                                    margin: 0;

                                    a {
                                        position: relative;
                                        transition: all 0.5s;
                                        padding-left: 25px;

                                        &::after {
                                            content: '';
                                            position: absolute;
                                            width: 6px;
                                            height: 6px;
                                            background-color: #fff;
                                            left: 10px;
                                            top: 50%;
                                            transform: translateY(-50%);
                                            transition: all 0.5s;
                                        }
                                    }

                                    &:hover {
                                        background-color: #DA0A0A;

                                        a {
                                            padding-left: 50px;

                                            &::after {
                                                width: 30px;
                                                height: 2px;
                                            }
                                        }
                                    }
                                }
                            }
                        }

                        &.haschild {
                            &::after {
                                content: '\f078';
                                font-family: fontawesome;
                                position: absolute;
                                right: 0;
                                top: 50%;
                                transform: translateY(-50%);
                                color: #fff;
                                font-size: 14px;
                                transition: all 0.5s;
                            }

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

                                .megamenuWrap {
                                    display: block;
                                }

                                .megaMenu {
                                    opacity: 1;
                                    visibility: visible;
                                    transform: translateY(0px);
                                }

                                .subMenu {
                                    opacity: 1;
                                    visibility: visible;
                                    transform: translateY(0px);
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    &.is-sticky {
        & .headerWrap {
            .headerLeft {
                width: 8%;

                img {
                    width: 100%;
                    height: auto;
                }
            }

            & .headerMiddle {
                width: calc(100% - 28%);

                .menuWrap {
                    background-color: unset;

                    ul {
                        justify-content: center;

                        li {
                            margin: 0 10px;

                            a {
                                font-size: 14px;
                            }

                            & .megaMenu {
                                & .MegaTabs {
                                    .megaTab {
                                        margin: 0;
                                    }
                                }

                                & .MegaTabsCont {
                                    & .tab-content {
                                        & .tab-ContInn {
                                            & .inner-tabs {
                                                & .inner-tab {
                                                    margin: 0;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .headerRight {
                width: 12%;

                .headerRightInner {
                    a {
                        font-size: 14px;
                    }
                }
            }
        }

    }
}

.mobMenu {
    display: none;
}

.mob-hamburdger {
    display: none;
}

.btnOne {
    display: inline-flex;

    span.btnTxt {
        background-color: #DA0A0A;
        color: #fff;
        border-radius: 30px;
        line-height: 45px;
        padding: 0px 30px;
        font-weight: 500;
        border: 2px solid transparent;
        transition: 0.5s;
    }

    span.arrow {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #DA0A0A;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-left: -2px;
        transform: rotate(-45deg);
        border: 2px solid transparent;
        transition: 0.5s;
    }

    &:hover {
        span.arrow {
            transform: rotate(0deg);
        }

        span.btnTxt {
            background-color: #fff;
            color: #DA0A0A;
            border: 2px solid #DA0A0A;
        }

        span.arrow {
            background-color: #fff;
            color: #DA0A0A;
            border: 2px solid #DA0A0A;
        }
    }

    &.hoverBtn {
        span.btnTxt {
            background-color: #0267E3;
        }

        span.arrow {
            background-color: #0267E3;
        }
    }
}

.whiteBtn {
    span.btnTxt {
        background-color: #fff;
        color: #DA0A0A;
    }

    span.arrow {
        background-color: #fff;
        color: #DA0A0A;
    }

    &:hover {
        span.arrow {
            transform: rotate(0deg);
        }

        span.btnTxt {
            background-color: #000;
            color: #fff;
        }

        span.arrow {
            background-color: #000;
            color: #fff;
        }
    }
}

.btnTwo {
    display: inline-block;
    color: #000;
    position: relative;
    padding-right: 45px;
    line-height: 45px;
    font-weight: 500;
    transition: 0.5s;

    &::after {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #D9D9D9;
        content: "\f061";
        position: absolute;
        right: 0;
        top: 8px;
        color: #DA0A0A;
        font-size: 16px;
        font-family: "FontAwesome";
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-45deg);
        transition: 0.5s;
    }

    &:hover {
        &::after {
            background-color: #DA0A0A;
            color: #fff;
        }
    }
}

/*===custom link start====*/
.customList {
    h3 {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        margin-bottom: 15px;
    }

    ul {
        li {
            padding-left: 25px;
            position: relative;

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

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

.tabWrap {
    display: flex;
    gap: 15px;

    li {
        a {
            padding: 12px 30px;
            /* color:#fff;
            background-color: #D71006; */
            display: block;
            border-radius: 30px;
            color: #000;
            font-weight: 500;
            border: 1px solid rgba(0, 0, 0, 0.25);
            transition: 0.5s;
        }

        &.active,
        &:hover {
            a {
                color: #fff;
                background-color: #D71006;
                border: 1px solid #D71006;
            }
        }
    }
}

.slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #D9D9D9;
    font-size: 0px;
    border: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px #8b8b8b;

    &::after {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        content: "";
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 20px;
        top: 0;
        left: 0;
    }

    &.slick-prev {
        left: -265px;

        &::after {
            content: "\f060";
        }
    }

    &.slick-next {
        right: -265px;

        &::after {
            content: "\f061";
        }
    }

    &:hover {
        background-color: #D71006;

        &:after {
            color: #fff;
        }
    }
}

.swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #D9D9D9;
    font-size: 0px;
    border: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px #8b8b8b;
    background-image: none;

    &::after {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        content: "\f061";
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 20px;
        top: 0;
        left: 0;
        color: #000;
    }

    &:hover {
        background-color: #D71006;

        &::after {
            color: #fff;
        }
    }
}

.swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #D9D9D9;
    font-size: 0px;
    border: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px #8b8b8b;
    background-image: none;

    &::after {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        content: "\f060";
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 20px;
        top: 0;
        left: 0;
        color: #000;
    }

    &:hover {
        background-color: #D71006;

        &::after {
            color: #fff;
        }
    }
}

.bannerWrap .swiper-button-next {
    &::after {
        display: none !important;
    }
}

.bannerWrap .swiper-button-prev {
    &::after {
        display: none !important;
    }
}

/*===testimonial Sec start====*/
.testimonialSec {
    background-size: 100% 100% !important;
    padding-bottom: 270px;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    overflow: hidden;

    .container {
        max-width: 1200px;
    }

    .testiSlider {
        margin-top: 20px;

        .slick-list {
            padding-bottom: 20px;
            overflow: visible;
        }

        .testiItem {
            margin: 0 15px;

            .testiItemInner {
                background-color: #fff;
                padding: 40px;
                border-radius: 30px;

                .testiContent {
                    padding: 20px 60px;
                    position: relative;

                    &::before {
                        width: 55px;
                        height: 55px;
                        position: absolute;
                        left: 0px;
                        top: -10px;
                        background: url(../images/quote-1.png) no-repeat;
                        background-size: 100%;
                        content: "";
                    }

                    &::after {
                        width: 55px;
                        height: 55px;
                        position: absolute;
                        right: 0px;
                        bottom: -10px;
                        background: url(../images/quote-2.png) no-repeat;
                        background-size: 100%;
                        content: "";
                    }

                    p {
                        color: #000;
                        text-align: center;
                        font-family: "Zabal DEMO";
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 31px;
                    }

                    .js-show-more {
                        display: none;
                    }

                }

                .testiInfoWrap {
                    text-align: center;

                    .testiInfoWrapInner {
                        display: flex;
                        margin: 0 auto;
                        justify-content: center;
                        margin-top: 20px;

                        .testiImg {
                            width: 100px;
                            height: 100px;
                            border-radius: 50%;
                            overflow: hidden;
                            box-shadow: 0px 0px 10px 0px #ccc;
                        }

                        .testiInfo {
                            padding-left: 20px;

                            h4 {
                                color: #DA0A0A;
                                font-size: 30px;
                                font-weight: 600;

                                span {
                                    font-size: 22px;
                                    font-weight: 500;
                                    color: #000;
                                    font-family: "Zabal DEMO";
                                }
                            }

                            .playBtn {
                                text-align: left;

                                a {
                                    font-size: 22px;
                                    display: inline-block;
                                    padding-right: 50px;
                                    position: relative;
                                    color: rgba(0, 0, 0, 0.85);
                                    font-family: "Zabal DEMO";
                                    font-weight: 500;

                                    &::after {
                                        width: 40px;
                                        height: 40px;
                                        border-radius: 50%;
                                        background-color: #DA0A0A;
                                        color: #fff;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        content: "\f04b";
                                        font-family: "FontAwesome";
                                        position: absolute;
                                        right: 0;
                                        top: 0;
                                        font-size: 16px;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            &.slick-current.slick-active {
                .testiItemInner {
                    box-shadow: 0px 4px 20px 0px #b6b6b6;
                }
            }
        }
    }

    .slick-arrow {
        top: auto;
        bottom: -100px;

        &.slick-prev {
            left: calc(50% - 55px);
        }

        &.slick-next {
            right: calc(50% - 55px);
        }
    }
}


/*===form wrap start====*/

.frmWrap {
    .inputTxt {
        width: 100%;
        border: none;
        border-radius: 30px;
        padding: 8px 20px;
        padding-right: 40px;
        height: 56px;
        box-shadow: 0 0 10px 0px #ccc;
        outline: none;
        color: #000;
        font-family: "Zabal DEMO";
        font-size: 18px;
        font-weight: 500;
        resize: none;

        &::placeholder {
            color: #000;
        }
    }

    textarea {
        line-height: 38px;
    }

    .frmIcon {
        position: absolute;
        width: 20px;
        right: 15px;
        top: 18px;
        z-index: 9;

        img {
            width: 100%;
        }
    }

    margin-bottom: 20px;

    .inputTxt.textArea {
        height: 100px;
        padding-top: 10px;
        border-radius: 10px;
    }

    &.btnWrap {
        position: relative;
        display: inline-block;

        .subBtn {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            opacity: 0;
        }

        &:hover {
            span.btnTxt {
                background-color: #fff;
                color: #DA0A0A;
                border: 2px solid #DA0A0A;
            }

            span.arrow {
                background-color: #fff;
                color: #DA0A0A;
                border: 2px solid #DA0A0A;
                transform: rotate(0deg);
            }
        }
    }

    p br {
        display: none;
    }
}

/* form error */
/* .bookFormWrap,
.sidebarFormInn { */
.wpcf7-form-control-wrap {
    display: block;
}


.contactSec .wpcf7-captchac {
    padding: 10px;
    background-color: #fff;
    height: 48px;
    width: auto;
    /* box-shadow: 0 0 10px 0px #ccc; */
    margin-right: 10px;
    border-radius: 5px;
}
.capchaWrap {
	.inputTxt {
		height: 44px;
	}
}

.contactSec .wpcf7-captchar {
    width: calc(100% - 48px) !important;
    height: 48px;
    border: 1px solid #726c6c38;
    padding-left: 10px;
    border-radius: 5px;
}

.contactSec .wpcf7-form-control-wrap {
    display: inline;
}

.wpcf7-form.invalid {
    .wpcf7-not-valid-tip {
        font-size: 15px;
        color: #d41f1f;
        margin: 5px 0 0;
        line-height: 16px;
    }

    .wpcf7-response-output {
        border: none;
        margin: 5px 0 0;
        padding: 0;
        color: #d41f1f;
        font-size: 16px;
        font-weight: 500;
    }
}

.wpcf7-form.sent {
    .wpcf7-response-output {
        border: none;
        margin: 5px 0 0;
        padding: 0;
        color: #17621e;
        font-size: 16px;
        font-weight: 500;
    }
}


/*===form wrap end====*/

.rightBtnWrap {
    text-align: right;
}

/*===blog Sec Start===*/
.blogSec {
    background-size: 100% 100% !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 200px;

    .blogSlider {
        margin-top: 30px;

        .slick-arrow {
            top: auto;
            bottom: -140px;

            &.slick-prev {
                left: calc(50% - 55px);
            }

            &.slick-next {
                right: calc(50% - 55px);
            }
        }
    }

    .blogItem {
        margin-right: 20px;

        .blogItemInner {
            display: flex;

            .blogLeft {
                width: 100px;

                h3 {
                    font-size: 34px;
                    font-weight: 500;
                    line-height: 32px;
                    transition: 0.5s;

                    span {
                        font-size: 18px;
                        width: 100%;
                        text-align: right;
                        display: block;
                        padding-right: 30px;
                        transition: 0.5s;
                    }
                }
            }

            .blogRight {
                width: calc(100% - 100px);
                padding-left: 20px;
                border-left: 1px solid rgba(0, 0, 0, 0.25);
                position: relative;

                &::before {
                    width: 30px;
                    height: 15px;
                    position: absolute;
                    left: -30px;
                    top: 10px;
                    content: "";
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 15px solid #A8A8A8;
                    transition: 0.5s;
                }

                .blogRightInner {
                    .blogCat {
                        margin-bottom: 5px;

                        a {
                            color: #8C8C8C;
                            font-weight: 500;
                        }
                    }

                    .blogTitle {
                        margin-bottom: 10px;

                        a {
                            font-size: 22px;
                            font-weight: 500;
                            color: #000;
                            line-height: normal;
							overflow: hidden;
							text-overflow: ellipsis;
							display: -webkit-box;
							-webkit-box-orient: vertical;
							-webkit-line-clamp: 3;
                        }
                    }
					.blogTxt {
						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 3;
					}

                    .blogBtn {
                        margin-top: 15px;
                    }
                }
            }
        }

        &:hover {
            & .blogItemInner {
                & .blogLeft {
                    h3 {
                        color: #DA0A0A;

                        span {
                            color: #000;
                        }
                    }
                }

                & .blogRight {
                    &::before {
                        border-right: 15px solid #DA0A0A;
                    }

                    & .blogRightInner {
                        & .blogCat {
                            a {
                                color: #DA0A0A;
                            }
                        }

                        .blogBtn {
                            .btnTwo {
                                &::after {
                                    background-color: #DA0A0A;
                                    color: #fff;
                                }
                            }
                        }
                    }
                }
            }

            .btnTwo {
                color: #DA0A0A;

                &::after {
                    transform: rotate(0deg);
                }
            }
        }
    }

    .blog-mob-btn {
        display: none;
    }
}

/*===blog sec end====*/

/*===faq sec start===*/
.faqSec {
    background-size: cover !important;
    background-position: center bottom !important;

    .faqContent {
        max-width: 80%;
        margin: 0 auto;

        .acc-container {
            .acc {
                border: 1px solid #ccc;
                border-radius: 20px;
                padding: 20px 50px;

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

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

                    h4 {
                        margin-bottom: 0px;
                        padding-right: 40px;
                    }

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

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

                    .accTxt {
                        display: flex;
                        gap: 10px;
						p {
							margin-bottom: 10px;
						}
						span {
							font-weight: 700;
    						display: inline-block;
						}
						ul {
							li {
								position: relative;
								padding-left: 15px;
								&::before {
									content: "";
									position: absolute;
									left: 0;
									top: 9px;
									width: 6px;
									height: 6px;
									border-radius: 50%;
									background-color: #000;
									
								}
								&:not(:last-child) {
									margin-bottom: 7px;
								}
							}
						}
						
                    }
                }

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

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

        }

    }
}

/*===faq sec end===*/

/*=====book sec start=====*/
.bookSec {
    background-size: cover !important;
    background-position: center top !important;
    position: relative;
    overflow: hidden;

    .bookFormInner {
        position: absolute;
        width: 700px;
        left: 20%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;

        &::before {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            content: "";
            position: absolute;
            bottom: -10px;
            right: -10px;
            background-color: #DA0A0A;
            z-index: -1;
            box-shadow: 0px 0px 10px 0px #ccc;
        }

        .bookFormWrap {
            padding: 40px;
            background-color: #fff;
            border-radius: 30px;
            box-shadow: -3px 4px 14px 0px #adadad9e;

            .secH {
                font-size: 45px;
            }
        }
    }

    .mapWrap {
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        height: calc(100vh - 100px);
        box-shadow: 0 0 10px 0px #ccc;

        iframe {
            width: 100%;
            height: 100%;
        }
    }
}

/*===bookSec end====*/

/*===pagination start====*/
.pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 30px;

    .page-numbers {
        display: flex;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: #D71006;
        border: 1px solid rgba(0, 0, 0, 0.25);
        font-size: 22px;
        font-weight: 500;
        transition: 0.2s;

        &.active {
            border: none;
            background-color: #D71006;
            color: #fff;
        }

        &.current {
            border: none;
            background-color: #D71006;
            color: #fff;
        }

        &:hover {
            background-color: #D71006;
            color: #fff;
            border: 1px solid #D71006;
        }
    }
}

/*===pagination end====*/

/*===overview sec start====*/
.overviewSec {
    background-repeat: no-repeat;
    background-size: cover;

    .overviewRight {
        position: sticky;
        top: 90px;

        .overviewFig {
            width: 100%;
            height: 420px;
            margin-bottom: 0;

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

.mobOverImg {
    display: none;
}

/*===overview sec end====*/

/*===countSec start====*/
.countSec {
    background-color: #F2EFE0;

    .countWrap {
        display: flex;
        flex-wrap: wrap;

        .countBox {
            width: 25%;
            flex: 0 0 auto;
            padding: 0 10px;
            position: relative;
            text-align: center;

            &:not(:last-child) {
                &::after {
                    width: 1px;
                    height: 100%;
                    position: absolute;
                    content: "";
                    right: 0;
                    background: rgba(0, 0, 0, 0.25);
                    top: 50%;
                    transform: translateY(-50%);
                }
            }

            .countBoxInner {
                h3 {
                    color: #DA0A0A;
                    font-weight: 700;
                    font-size: 37px;
                    margin-bottom: 10px;
                }
            }
        }
    }
}

/*===countSec end===*/

/*====productSec start====*/
.productSec {
    overflow: hidden;

    .headingWrap {
        margin-bottom: 0;
    }

    .productTab {
        display: flex;
        justify-content: flex-end;

        .tabWrap {
            & li {

                &.active,
                &:hover {
                    a {
                        box-shadow: 8px 13px 36px 5px rgba(218, 10, 10, 0.20);
                    }
                }
            }
        }
    }

    /* .productSlider {
        margin-top: 40px;

        .slick-list {
            margin-left: 0px;
            margin-right: -400px;
            overflow: visible;

            .slick-track {
                display: flex;
            }
        }

        .productItem {
            margin-right: 20px;

            .productImg {
                background-color: #F0F0F0;
                text-align: center;
                border-radius: 15px;
                padding: 30px;
                transition: 0.5s;
                position: relative;

                img {
                    width: auto;
                    margin: 0 auto;
                }

                .productInfo {
                    width: auto;
                    background-color: #fff;
                    border-radius: 10px 0 0 10px;
                    padding: 15px;
                    position: absolute;
                    text-align: left;
                    top: 50px;
                    right: 0;
                    display: none;

                    ul {
                        li {
                            &:not(:last-child) {
                                margin-bottom: 0px;
                            }

                            p {
                                font-weight: 500;
                                font-size: 14px;

                                span {
                                    color: #D90000;
                                }
                            }
                        }
                    }
                }
            }

            .btnOne {
                span.btnTxt {
                    font-size: 15px;
                }
            }

            .productTitleWrap {
                display: flex;
                align-items: end;
                padding: 15px 0;
                transition: 0.5s;

                .productTitleLeft {
                    width: 100%;
                    text-align: center;

                    h4 {
                        font-size: 22px;
                    }

                    p {
                        display: none;
                    }
                }

                .productTitleRight {
                    display: none;
                }
            }

            &.slick-current.slick-active {
                width: 800px !important;

                .productTitleWrap {
                    display: flex;
                    align-items: end;
                    padding: 15px 0;

                    .productTitleLeft {
                        width: calc(100% - 210px);
                        text-align: left;

                        h4 {
                            color: #D90000;
                        }

                        p {
                            display: block;
                        }
                    }

                    .productTitleRight {
                        width: 210px;
                        display: block;
                    }
                }

                .productImg {
                    background-color: #f1bba3;

                    .productInfo {
                        display: block;
                    }
                }
            }
        }
    } */

    .productSlider {
        width: 100%;
        height: auto;
        margin: 20px auto;
        text-align: center;
        padding: 20px;
        color: #fff;

        .slick-list {
            height: auto;
            overflow: visible;

            .slick-track {
                display: flex;
            }
        }

        .productItem {
            padding: 20px;
            height: auto;

            .productItemInner {
                transition: all .2s ease;
                width: 100%;
                /* height: 550px; */
                border-radius: 15px;
            }

            &.slick-center {
                .productItemInner {
                    /* width: calc(~"100% + 140px"); */
                    max-width: initial;
                }
            }
        }
    }

    .productItem {

        /* margin-right: 20px; */
        .productImg {
            background-color: #F0F0F0;
            text-align: center;
            border-radius: 15px;
            padding: 30px;
            transition: 0.5s;
            position: relative;

            img {
                width: auto;
                margin: 0 auto;
            }

            .productInfo {
                width: 250px;
                background-color: #fff;
                border-radius: 10px 0 0 10px;
                padding: 15px;
                position: absolute;
                text-align: left;
                top: 50px;
                right: 0;
                display: none;

                ul {
                    li {
                        &:not(:last-child) {
                            margin-bottom: 0px;
                        }

                        p {
                            font-weight: 500;
                            font-size: 14px;

                            span {
                                color: #D90000;
                            }
                        }
                    }
                }
            }
        }

        .btnOne {
            span.btnTxt {
                font-size: 15px;
            }
        }

        .productTitleWrap {
            display: flex;
            align-items: end;
            padding: 15px 0;
            transition: 0.5s;

            .productTitleLeft {
                width: 100%;
                text-align: center;

                h4 {
                    font-size: 22px;
                }

                p {
                    display: none;
                }
            }

            .productTitleRight {
                display: none;
            }
        }

        &.slick-current.slick-active {
            width: 800px !important;

            .productTitleWrap {
                display: flex;
                align-items: end;
                padding: 15px 0;

                .productTitleLeft {
                    width: calc(100% - 210px);
                    text-align: left;

                    h4 {
                        color: #D90000;
                    }

                    p {
                        display: block;
                    }
                }

                .productTitleRight {
                    width: 210px;
                    display: block;
                }
            }

            .productImg {
                background-color: #f1bba3;

                .productInfo {
                    display: block;
                }
            }
        }
    }
}

strong.red_text {
    color: #DA0A0A;
}

/*====productSec end====*/

/*===careerApplySec start====*/
.careerApplySec {
    .careerApplyWrap {
        border-radius: 30px;
        background-size: cover !important;
        background-position: center center !important;
        overflow: hidden;
        display: flex;
        align-items: center;

        .careerApplyImg {
            width: 50%;
        }

        .careerApplyForm {
            width: 50%;
            padding: 30px;

            .secH {
                font-size: 45px;
            }

            .uploadFrmWrap {
                position: relative;

                .uploadInput {
                    opacity: 0;
                    position: relative;
                    z-index: 1;
                }

                .uploadTxt {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    line-height: 45px;
                    background-color: #fff;
                    border-radius: 30px;
                    padding: 0 20px;
                    box-shadow: 0 0 10px 0px #ccc;
                    font-weight: 500;
                }
            }

            .bookFormWrap {
                margin-top: 30px;
                margin-bottom: 20px;
            }

            textarea {
                resize: none;
                /* line-height: 38px; */
            }
        }
    }
}

/*===careerApplySec end====*/


/*===facility section start====*/
.facilitySec {
    .facilityBtm {
        display: flex;
        flex-wrap: wrap;
        margin: 60px 0 0;
        /* justify-content: space-between; */
        /* justify-content: center; */

        .facilityCard {
            width: 33.33%;

            &:hover {
                .facilityCardInn {
                    background-color: #DA0A0A;
                    border-radius: 20px;

                    .facilityFig {
                        img {
                            filter: brightness(1) invert(1);
                        }
                    }

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

            .facilityCardInn {
                height: 230px;
                position: relative;
                padding: 20px 35px 20px 20px;
                transition: all 0.5s;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;

                &::before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 100%;
                    bottom: 0;
                    right: 0;
                    background-color: rgba(0, 0, 0, 0.25);
                }

                &::after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 1px;
                    top: 0;
                    left: 0;
                    background-color: rgba(0, 0, 0, 0.25);
                }

                .facilityFig {
                    width: 65px;
                    height: 60px;
                    margin: 0px auto;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                        filter: brightness(0) saturate(100%) invert(47%) sepia(19%) saturate(17%) hue-rotate(113deg) brightness(95%) contrast(84%);
                    }
                }

                .facilityTxt {
                    text-align: center;
                    padding-top: 20px;

                    p {
                        color: #000;
                        text-align: center;
                        font-family: "Zabal DEMO";
                        font-size: 22px;
                        font-weight: 400;
                        line-height: 30px;
                        transition: all 0.5s;
                    }
                }
            }

            &:nth-child(3n+3) {
                .facilityCardInn {
                    &::before {
                        content: normal;
                    }
                }
            }

            &:first-child,
            &:nth-child(2),
            &:nth-child(3) {
                .facilityCardInn {
                    &::after {
                        content: normal;
                    }
                }
            }
        }
    }
}

/*===facility section end====*/

/* ===get in touch button=== */

.getInTouchBtn {
    position: fixed;
    right: -56px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 100;
    padding: 8px 25px;
    background-color: #d71921;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.5s;

    a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        font-family: "Zabal DEMO";
        transition: all 0.5s;
    }

    &:hover {
        background-color: #fff;
        border: 1px solid #d71921;

        a {
            color: #d71921;
        }
    }
}

.sidebarForm {
    position: fixed;
    width: 100%;
    max-width: 350px;
    z-index: 9999;
    transform: translateX(120%);
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    min-width: 300px;
    background: #fff;
    transition: all 0.5s;
    padding: 30px 20px;
    box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.3);

    &.active {
        transform: translateX(0%);
    }

    .sidebarFormInn {
        .sidebarFormTop {
            .sectionMainTitle {
                margin: 0;
                padding: 0;
                font-weight: 600;
                font-size: 30px;
                color: #DA0A0A;
            }

            .sidebarHead {
                font-size: 17px;
                margin-top: 10px;
                margin-bottom: 18px;
                line-height: 1.5;
            }

            .sideMenuClose {
                position: absolute;
                right: 10px;
                top: 8px;
                font-size: 22px;

                svg {
                    color: #DA0A0A;
                }
            }
        }

        form {
            .cs_field_group {
                margin-bottom: 1rem;
            }

            textarea {
                height: 100px;
            }

            textarea,
            input,
            select {
                outline: 0;
                background-color: transparent;
                border-radius: 0;
                border: none;
                padding: 0;
                font-size: 15px;
                font-weight: 500;
                border-bottom: 1px solid #dee2e6 !important;
                height: 50px;
                width: 100%;
                font-size: 16px;

                &::placeholder {
                    color: #000;
                    font-weight: 500;
                }
            }

            .frmWrap {
                &.btnWrap {
                    margin-top: 15px;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }
            }
        }

        .quickAdd {
            .titleSub {
                margin-bottom: 15px;
                color: #000;
            }

            .menu_link_box {
                display: flex;

                a {
                    font-size: 16px;
                    font-weight: 500;
                    color: #000000;
                    text-decoration: none;
                    transition: all 0.5s ease-in-out;
                }

                img {
                    width: 24px;
                    height: 24px;
                    object-fit: contain;
                    margin-right: 10px;
                }

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

                &:hover {
                    a {
                        color: #DA0A0A;
                    }
                }

            }
        }

        .wpcf7-form.invalid {
            .frmWrap.btnWrap {
                margin-bottom: 0;
            }

            .wpcf7-response-output {
                margin-bottom: 10px;
            }
        }

        .wpcf7-form.sent {
            .frmWrap.btnWrap {
                margin-bottom: 0;
            }

            .wpcf7-response-output {
                margin-bottom: 10px;
            }
        }
    }

}

.sidebarForm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.sidebarForm::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.sidebarForm::-webkit-scrollbar-thumb {
    background-color: #D90000;
}

.menuBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;

    &.active {
        display: block;
    }
}


footer {
    .footerWrap {
        padding: 100px 0 80px;
        background-size: cover !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-color: #440000;

        .footerLogo {
            text-align: center;
            margin-bottom: 20px;

            a {
                display: inline-block;
                margin: 0 auto;
            }
        }

        .footerTxt {
            text-align: center;
            margin-bottom: 40px;

            p {
                font-weight: 500;
                color: #fff;
            }
        }

        .footerWidget {
            h4 {
                color: #fff;
                font-size: 24px;
                margin-bottom: 20px;
            }

            .footerMenu {
                column-count: 2;

                li {
                    margin-bottom: 5%;

                    a {
                        font-weight: 400;
                        color: #fff;
                        transition: 0.5s;

                        &:hover {
                            color: #D71006;
                        }
                    }
                }
            }

            .footerContact {
                li {
                    width: 100%;
                    margin-bottom: 15px;
                    padding-left: 35px;

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

                    &::before {
                        width: 22px;
                        height: 22px;
                        position: absolute;
                        left: 0;
                        content: "";
                        top: 0;
                    }

                    &.address {
                        background: url(../images/MapPinArea.png) no-repeat;
                        background-size: auto;
                    }

                    &.footerCall {
                        background: url(../images/PhoneCall.png) no-repeat;
                        background-size: auto;
                    }

                    &.footerMail {
                        background: url(../images/mail.png) no-repeat;
                        background-size: auto;
                    }

                    p {
                        color: #fff;
                        line-height: 1.7;

                        a {
                            color: #fff;
                            transition: 0.5s;

                            &:hover {
                                color: #D71006;
                            }
                        }
                    }
                }
            }

            .newsBtnWrap {
                position: absolute;
                width: auto;
                right: 5px;
                top: 5px;

                .btnOne {
                    span.btnTxt {
                        line-height: 40px;
                    }

                    span.arrow {
                        width: 45px;
                        height: 45px;
                    }
                }

                &:hover {
                    span.btnTxt {
                        background-color: #000;
                    }

                    span.arrow {
                        background-color: #000;
                        transform: rotate(0deg);
                    }
                }

                .subBtn {
                    position: absolute;
                    border: none;
                    box-shadow: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    right: 0;
                    top: 0;
                    /* height: 40px; */
                    opacity: 0;
                }
            }

            .inputTxt {
                box-shadow: none !important;
                padding-right: 190px;
            }

            .wpcf7-form.invalid {
                .wpcf7-not-valid-tip {
                    color: rgb(255, 135, 135);
                    font-size: 15px;
                }

                .wpcf7-response-output {
                    margin: 0;
                    padding: 0;
                    font-size: 0;
                    border: none;
                }
            }

            .wpcf7-form.sent {
                .wpcf7-response-output {
                    margin: 0;
                    padding: 0;
                    font-size: 16px;
                    color: #fff;
                    border: none;
                }
            }

            .socialWrap {
                display: flex;
                gap: 10px;
                margin-top: 40px;

                a {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background-color: #D71006;
                    color: #fff;
                    font-size: 18px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }

        }
    }

    .copyrightWrap {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;

        p {
            color: #000;
            font-weight: 400;
            font-size: 14px;

            a {
                color: #000;
                font-weight: 400;
            }
        }

        .copyrightRight {
            p {
                a {
                    color: #014DC9;
                    font-weight: 400;
                }
            }
        }
    }
}

.wpcf7-spinner {
    position: absolute;
    right: 30px;
    top: -30px;
}

.page-template-templatesinfrastructure-php.page-id-236 {
		.innerbanner {
			background-position: 100% 0;
		}
	}

/* start capcha */
.bookFormWrap {
    .frmWrap {
		position: relative;
        &.capchaWrap {
            p {
                display: flex;
                justify-content: space-between;
            }



            span.wpcf7-form-control-wrap {
                width: calc(100% - 140px);
            }
        }
    }

}

.wpcf7-captchac {
    border: 1px solid #726c6c38;
    box-shadow: 2px 3px 13px #848484;
    height: 40px;
    width: auto;
    border-radius: 5px;
}

.sidebarFormInn .wpcf7-captchac {
    height: 32px;
}

/* end capcha */

/* start privacy policy */
.page-template-privacy-policy {
    .innerbanner {
        background-position: 60% bottom;
    }
}

.privacyCont,
.termSecCont {
    ul {
        li {
            margin: 24px 0;

            h2 {
                font-weight: 600;
                color: #d71921;
                margin: 0 0 6px;
            }

            &:first-child {
                margin-top: 0;
            }
        }
    }
}

/* end privacy policy */

.select-wrapper{
	margin-bottom: 15px;
	position: relative;
}
.nice-select{
	position: relative;
    margin-top: -15px;
	margin-bottom: 15px;
}
#select-parent-product + .nice-select{
	margin-top: 0;
}
.nice-select .list{
	margin: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.nice-select .option.focus, .nice-select .option.selected.focus{
	background-color: transparent !important;
}

@media (max-width: 1870px) {

    /* product */
    .productSec {
        & .productSlider {
            .slick-arrow {
                &.slick-prev {
                    left: -200px;
                }

                &.slick-next {
                    right: -200px;
                }
            }
        }
    }
}

@media(max-width: 1720px) {
    .header {
        .container-max {
            width: 100%;
            max-width: 95%;
            margin: 0 auto;
        }

        & .headerWrap {
            & .headerMiddle {
                & .menuWrap {
                    & ul {
                        & li {
                            a {
                                padding: 15px 16px;
                                font-size: 16px;
                            }

                            &.haschild {
                                &::after {
                                    font-size: 12px;
                                }
                            }
                        }
                    }
                }
            }

            & .headerRight {
                & .headerRightInner {
                    a {
                        font-size: 15px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1768px) {

    /* product */
    .productSec {
        & .productSlider {
            .slick-arrow {
                &.slick-prev {
                    left: -110px;
                }

                &.slick-next {
                    right: -110px;
                }
            }
        }
    }
}

@media(max-width: 1620px) {
    .header {
        & .headerWrap {
            & .headerMiddle {
                & .menuWrap {
                    padding: 0 10px;

                    & ul {
                        & li {
                            &.haschild {
                                &::after {
                                    font-size: 10px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1600px) {

    /* product */
    .productSec {
        & .productSlider {
            .slick-arrow {
                &.slick-prev {
                    left: -70px;
                }

                &.slick-next {
                    right: -70px;
                }
            }
        }
    }
}

@media(max-width: 1536px) {
	     /* footer contact form */
    .bookSec {
        .bookFormInner {
            .bookFormWrap {
                padding: 20px 30px;

                .secH {
                    font-size: 36px;
                }
            }

            .frmWrap {
                margin-bottom: 15px;

                .frmIcon {
                    width: 14px;
                    right: 10px;
                    top: 5px;
                }

                .inputTxt {
                    padding: 7px 25px 7px 20px;
                    height: 38px;
                    font-size: 14px;
                    line-height: 22px;
                }

                &.capchaWrap {
                    span.wpcf7-form-control-wrap {
                        width: calc(100% - 100px);
                    }
                }

                .wpcf7-captchac {
                    height: 30px;
                }
            }

            & .btnOne {
                height: 37px;

                span.btnTxt {
                    line-height: 30px;
                }

                span.arrow {
                    width: 36px;
                    height: 36px;
                }
            }
        }
    }

    /* end footer contact form */
}

@media (max-width: 1500px) {

    /* product */
    .productSec {
        & .productSlider {
            .slick-arrow {
                &.slick-prev {
                    left: -30px;
                }

                &.slick-next {
                    right: -30px;
                }
            }
        }
    }
}

@media(max-width: 1440px) {
    .header {
        & .headerWrap {
            justify-content: space-between;

            .headerLeft {
                /* width: 14%; */
            }

            .headerRight {
                /* width: 26%; */

                & .headerRightInner {
                    span {
                        display: inline-block;
                        line-height: normal;

                        a {
                            line-height: 20px;
                        }
                    }
                }
            }

            .headerMiddle {
                /* width: calc(100% - 40%); */
            }
        }

        &.is-sticky {
            & .headerWrap {
                .headerRight {
                    width: 14%;

                    & .headerRightInner {
                        padding-left: 40px;

                        &::before {
                            width: 32px;
                            height: 32px;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }

    .innerbanner {
        background-position: 60% 0;
    }

   
}

@media (max-width: 1400px) {

    /* product */
    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    /* width: 600px !important; */
                }
            }

            .slick-arrow {
                &.slick-prev {
                    left: 0;
                }

                &.slick-next {
                    right: 0;
                }
            }

            /* & .slick-list {
                .slick-track {
                    display: block;
                }
            } */
        }
    }
}

@media(max-width: 1366px) {
    .header {
        & .headerWrap {
            .headerLeft {
                width: auto;

                img {
                    width: 150px;
                    height: 50px;
					object-fit: contain;
                }
            }

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

                & .menuWrap {
                    & ul {
                        & li {
                            a {
                                padding: 15px 12px;
                                /* font-size: 16px; */
                            }
                        }
                    }
                }
            }

            .headerRight {
                /* width: 24%; */

                & .headerRightInner {
                    &::before {
                        width: 35px;
                        height: 35px;
                        font-size: 16px;
                    }
                }
            }
        }
    }

    /* =========== end header========== */
    .commonSec {
        padding: 70px 0;
    }

    .secH {
        font-size: 40px;
        margin-bottom: 14px;
    }

    p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .customList {
        h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        & ul {
            li {
                padding-left: 18px;
                position: relative;

                &::before {
                    width: 14px;
                }
            }
        }
    }

    /* .innerbanner {
        height: 500px;
    }*/

    .testimonialSec {
        padding-bottom: 280px;
    }

    /* =======end testimonial======== */


    .countSec {
        & .countWrap {
            & .countBox {
                & .countBoxInner {
                    h3 {
                        font-size: 30px;
                    }
                }
            }
        }
    }

    .tabWrap {
        & li {
            a {
                padding: 10px 22px;
                font-size: 16px;
            }
        }
    }

    .productSec {
        & .productItem {
            &.slick-current.slick-active {
                width: 720px !important;
            }

            & .productImg {
                img {
                    height: 230px;
                }

                .productInfo {
                    top: 40px;
                }
            }

        }
    }

    .blogSec {
        padding-bottom: 180px;
    }

    /* ========= end blog ======== */

    .bookSec {
        .mapWrap {
            height: calc(100vh - 40px);
        }
    }

    /* =========== end book sec ========== */



    & .btnOne {
        height: 40px;

        span.btnTxt {
            font-size: 16px;
            line-height: 34px;
            padding: 0px 20px;
        }

        span.arrow {
            width: 38px;
            height: 38px;
        }
    }


}

@media (max-width: 1366px) and (max-height: 768px) {}

@media (max-width: 1280px) {

    .header {
        & .headerWrap {
            .headerLeft {
                a {
                    padding: 7px 7px;

                    img {
                        width: 125px;
                        height: 45px;
                    }
                }
            }

            .headerMiddle {
                & .menuWrap {
                    & ul {
                        & li {
                            a {
                                padding: 10px 12px;
                                font-size: 14px;
                            }

                            &.haschild {
                                &::after {
                                    font-size: 8px;
                                }
                            }

                            & .megaMenu {
                                & .MegaTabsCont {
                                    & .tab-content {
                                        & .tab-ContInn {
                                            & .inner-tabs {
                                                & .inner-tab {

                                                    &:hover,
                                                    &.active {
                                                        & a {
                                                            &::after {
                                                                top: 20px;
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .headerRight {
                /* width: 22%; */

                & .headerRightInner {
                    padding-left: 36px;

                    &::before {
                        width: 30px;
                        height: 30px;
                        font-size: 14px;
                    }
                }
            }
        }

        &.is-sticky {
            & .headerWrap {
                & .headerMiddle {
                    & .menuWrap {
                        & ul {
                            li {
                                margin: 0 5px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* .productSec {
        .productSlider {
            .productItem {
                &.slick-current.slick-active {
                    width: auto !important;
                }
            }
            .slick-list {
                margin-left: 0px;
                margin-right: 0px;
                overflow: hidden;
                .slick-track {
                    left: 140px;
                }
            }
        }
    } */
}

@media (max-width: 1200px) {

    .header {
        position: relative;
        background-color: #fff;

        & .headerWrap {
            .headerMiddle {
                &.deskMenu {

                    display: none;
                }

            }

            .headerLeft {
                /* width: auto; */

                img {
                    width: 145px;
                    height: 50px;
                }
            }

            .headerRight {
                width: auto;
                display: flex;
                justify-content: center;
                position: relative;
                padding-right: 60px;


                & .menuTrigger {
                    position: absolute;
                    right: 0;
                    top: -1px;
                    cursor: pointer;
                    display: flex;
                    flex-direction: column;
                    gap: 5px;
                    justify-content: center;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: #de292d;
                    padding: 7px;

                    .hamburger_line {
                        height: 3px;
                        width: 100%;
                        background-color: #ffffff;
                        border-radius: 5px;
                    }
                }

                & .headerRightInner {
                    color: #000;

                    & span {
                        color: #000;

                        a {
                            line-height: 40px;
                            color: #000;
                            padding: 5px;
                        }
                    }

                    &::before {
                        content: normal;
                    }

                    &.deskRgCall {
                        display: none;
                    }

                    &.mobCall {
                        display: block;

                        a {
                            width: 40px;
                            height: 40px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background-color: #DA0A0A;
                            /* font-size: 18px;
                            color: #fff; */
                            border-radius: 50%;

                            svg {
                                color: #fff;
                                font-size: 16px;
                            }
							img {
								width: 20px;
							}
                        }

                        .mobPhone {
                            /* display: none; */
                            margin-top: 5px;
                            border-radius: 5px;
                            position: absolute;
                            z-index: 1000;
                            right: 0;
                            overflow: hidden;
                            /* transform: translateX(200%); */
                            transition: max-height 0.5s ease, padding 0.5s ease;
                            max-height: 0;
                            background-color: #DA0A0A;

                            a {
                                color: #fff;
                                display: inline-block;
                                border-radius: unset;
                                width: 100%;
                                height: auto;
                                line-height: normal;
                                padding: 8px 25px 8px;
                                margin-bottom: 1px;
                                white-space: nowrap;

                                &:not(:last-child) {
                                    border-bottom: 1px solid #ffffff30;
                                }
                            }

                            &.active {
                                max-height: 100px;
                            }
                        }
                    }

                }

                & .headerWrap {}


            }
        }

        &.is-sticky {
            & .headerWrap {
                .headerLeft {
                    width: 110px;
                }

                & .headerRight {
                    width: auto;

                    & .menuTrigger {
                        width: 35px;
                        height: 35px;

                        .hamburger_line {
                            background-color: #fff;
                        }
                    }

                    & .headerRightInner {
                        color: #fff;

                        span {
                            color: #fff;

                            a {
                                color: #fff;
                            }
                        }

                        &.mobCall {
                            a {
                                width: 35px;
                                height: 35px;
                            }

                            .phoneNumbers {
                                a {
                                    width: 100%;
                                    height: auto;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .overlay {
        position: fixed;
        width: 100%;
        transform: translateX(-100%);
        transition: 0.5s;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #41414167;
        z-index: 999;
        backdrop-filter: blur(10px);
        transition: 0.5s;

        &.overlay-active {
            transform: translateX(0);
        }
    }


    .mobMenu {

        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 400px;
        height: 100%;
        z-index: 9999;
        backdrop-filter: blur(5px);
        background: rgb(252 246 233);
        transform: translateX(100%);
        transition: 1s;

        &.active {
            transform: translateX(0);
        }

        & .mobCloseMenu {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 99;

            svg {
                background-color: #db2b2b;
                color: #fff;
                width: 15px;
                height: 15px;
                padding: 5px;
                border-radius: 3px;
            }
        }

        & .mobMenuLogo {
            padding: 15px;
            border-bottom: 2px solid rgb(216 47 39);
            margin-bottom: 15px;
			padding-top: 0;

            a {
                display: inline-block;
                /* background: #fff; */
                border-radius: 5px;
				

                img {
                    width: 100%;
					height: 50px;
					object-fit: contain;
                }
            }
        }

        .menuOuter {
            max-height: calc(100vh - 300px);
            overflow-y: auto;
			&::-webkit-scrollbar {
				    width: 5px;
    				height: 0;
			}
			&::-webkit-scrollbar-thumb {
				background-color: #d83027;
			}
			&::-webkit-scrollbar-track {
				    background-color: #ccc;
			}
        }

        & .menuWrap {
            & ul {
                & li {
                    a {
                        position: relative;
                        padding: 10px 15px;
                        display: inline-block;
                        width: 100%;
                        color: #000;
                        z-index: 99;
                        text-transform: capitalize;
                    }

                    &.haschild {
                        position: relative;

                        &::after {
                            content: '\f078';
                            font-family: fontawesome;
                            position: absolute;
                            right: 15px;
                            top: 12px;
                            color: #000;
                            font-size: 14px;
                            transition: all 0.5s;
                        }

                        &.current::after {
                            transform: rotate(180deg);
                        }

                        ul {
                            background-color: rgb(216, 48, 39);


                            li {
                                &.haschild {
                                    &::after {
                                        color: #fff;
                                    }
                                }

                                a {
                                    position: relative;
                                    color: #ffffff;

                                }

                                &:not(:last-child) {
                                    a {
                                        &::after {
                                            content: "";
                                            position: absolute;
                                            bottom: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 1px;
                                            background-color: #ffffff;
                                        }

                                        &.active {

                                            &::after {
                                                background-color: #d41f1f;
                                            }
                                        }
                                    }
                                }

                                ul {
                                    padding: 0 0 0 24px;
                                    background: #ffffff;

                                    li {
                                        &.haschild {
                                            &::after {
                                                color: #000;
                                            }
                                        }

                                        a {
                                            position: relative;
                                            color: #000;

                                            &::before {
                                                content: "";
                                                position: absolute;
                                                top: 20px;
                                                left: 0;
                                                width: 7px;
                                                height: 7px;
                                                border-radius: 50%;
                                                background-color: #d41f1f;
                                            }

                                        }

                                        &:not(:last-child) {
                                            a {
                                                &::after {
                                                    content: normal;
                                                }
                                            }
                                        }

                                        &:last-child {
                                            a {
                                                &::after {
                                                    content: normal;
                                                }
                                            }
                                        }
                                    }
                                }

                            }
                        }



                    }

                }

                li.haschild>ul {
                    display: none;
                }

                li.haschild.haschild-open>ul {
                    display: block;
                }

                li.haschild.haschild-open>ul>li>ul {
                    display: none;
                }
            }
        }
    }

    /* end header */

    /* .secH {
        font-size: 40px;
    } */

    p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .bookSec {
        & .bookFormInner {
            & .bookFormWrap {
                .secH {
                    font-size: 40px;
                }
            }
        }
    }

    /* end book sec */

    .innerbanner {
        /* height: 500px; */

        & .innerBannerText {
			padding: 25px 20px 25px 60px; 
            .bannerText {
                /* padding: 25px 20px 25px 60px; */

                .innerBannerHead {
                    font-size: 40px;
                }
            }
        }
    }

    .careerApplySec {
        & .careerApplyWrap {
            & .careerApplyForm {
                .secH {
                    font-size: 40px;
                }
            }
        }
    }

    /* ====== end career sec ======= */

}

@media(max-width: 1199px) {
    /* .commonSec {
        padding: 70px 0;
    } */

    .testimonialSec {
        padding-bottom: 280px;
    }

    .blogSec {
        padding-bottom: 180px;
    }
}

@media (max-width:1100px) {
    .countSec {
        & .countWrap {
            & .countBox {
                & .countBoxInner {
                    h3 {
                        font-size: 30px;
                    }
                }
            }
        }
    }

    /* product */
    .productSec {
        & .productTab {
            & .tabWrap {
                & li {
                    a {
                        padding: 12px 25px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .header {
        /* position: relative;
        background-color: #fff; */

        & .headerWrap {
            & .headerRight {
                & .headerRightInner {
                    color: #000;

                    span {
                        color: #000;

                        a {
                            color: #000;
                            padding: 5px;
                        }
                    }
                }
            }
        }

        &.is-sticky {
            & .headerWrap {

                & .headerRight {
                    & .headerRightInner {
                        color: #fff;

                        span {
                            color: #fff;

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

    /* end header */

    .innerbanner {
        & .innerBannerText {
            & .bannerText {
                .innerBannerHead {
                    font-size: 36px;
                }
            }
        }
    }

    /* end innar bannar */

    .getInTouchBtn {
        a {
            font-size: 16px;
        }
    }



    footer {
        .footerWrap {
            padding: 80px 0 80px;
        }
    }

    /* end footer */

    /* === start infrastructure */
    .facilitySec {
        & .facilityBtm {
            & .facilityCard {
                & .facilityCardInn {
                    height: 200px;

                    .facilityFig {
                        width: 45px;
                        height: 45px;
                    }

                    .facilityTxt {
                        padding-top: 7px;

                        p {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }

    /* end facility */
    /* === end infrastructure */
}

@media (max-width:991px) {

    .innerbanner {
        /* height: 500px; */
    }

    .careerApplySec {
        .careerApplyWrap {
            flex-direction: column;

            .careerApplyImg {
                width: 100%;
                margin-bottom: 30px;

                img {
                    width: 100%;
                }
            }

            .careerApplyForm {
                width: 100%;
                padding: 0px 15px;
            }
        }
    }

    /* end bannar */


    .countSec {
        & .countWrap {
            .countBox {
                width: 50%;
                padding-bottom: 30px;
                margin-bottom: 30px;

                &:not(:last-child) {
                    &::after {
                        width: 1px;
                        height: 90%;
                        position: absolute;
                        content: "";
                        right: 0;
                        background: rgba(0, 0, 0, 0.25);
                        top: 50%;
                        transform: translateY(-50%);
                    }
                }

                &:nth-child(2n) {
                    &::after {
                        display: none !important;
                    }
                }

                &::before {
                    width: 90%;
                    height: 1px;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    content: "";
                    background-color: rgba(0, 0, 0, 0.25);
                    bottom: 0;
                }

                &:nth-child(3),
                &:nth-child(4) {
                    margin-bottom: 0px;
                    padding-bottom: 0px;

                    &::before {
                        display: none;
                    }
                }

                & .countBoxInner {
                    h3 {
                        font-size: 28px;
                    }
                }
            }
        }
    }

    /* end count */

    .commonSec {
        padding: 60px 0;
    }

    /* product */
    .productSec {
        .headingWrap {
            text-align: center;
        }



        .productTab {
            justify-content: center;
            margin: 30px 0 0;

            & .tabWrap {
                & li {

                    &.active,
                    &:hover {
                        a {
                            box-shadow: 3px 2px 36px 2px rgba(218, 10, 10, 0.20);
                        }
                    }
                }
            }
        }

        .productSlider {
            margin: 0 auto;
        }

    }

    .facilitySec {
        & .facilityBtm {
            & .facilityCard {
                &:nth-child(3) {

                    & .facilityCardInn {
                        &::after {
                            content: "";
                        }
                    }
                }
            }
        }
    }


    /* start testimonial */
    .testimonialSec {
        padding-bottom: 140px;

        & .testiSlider {
            & .testiItem {
                .testiItemInner {
                    padding: 28px;
                    display: flex;
                    flex-direction: column;

                    & .testiContent {
                        order: 2;
                        padding: 10px 36px;

                        &::before,
                        &::after {
                            width: 35px;
                            height: 35px;
                        }

                        p {
                            font-size: 20px;

                        }
                    }

                    & .testiInfoWrap {
                        order: 1;
                        margin-bottom: 15px;

                        & .testiInfoWrapInner {
                            margin-top: 0;

                            .testiImg {
                                width: 80px;
                                height: 80px;
                            }

                            & .testiInfo {
                                h4 {
                                    font-size: 24px;
                                }

                                & .playBtn {
                                    a {
                                        font-size: 18px;

                                        &::after {
                                            width: 30px;
                                            height: 30px;
                                            font-size: 12px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /* end home testimonialSec */




    .blogSec {
        padding-bottom: 180px;
    }

    /* end blog sec */

    .faqSec {
        .faqContent {
            max-width: 90%;

            & .acc-container {
                .acc {
                    padding: 20px 30px;
                }
            }
        }
    }

    /* end faq */

    .bookSec {
        .bookFormInner {
            left: 12%;
            width: 650px;
        }
    }

    /* end location book sec */


    /* start footer */
    footer {
        & .footerWrap {
            & .footerLogo {
                a {
                    width: 250px;
                }
            }

            .ftSubs {
                .footerWidget {
                    margin: 40px 0 0;

                    .inputTxt {
                        width: 60%;
                    }

                    .newsBtnWrap {
                        right: 41%;
                    }
                }
            }
        }
    }

    /* end footer */

    /* ====start infractructure ====== */
    .overviewSec {
        .overviewLeft {
            text-align: center;
        }

        & .overviewRight {
            position: static;

            .overviewFig {
                width: 80%;
                height: 375px;
                margin: 0 auto 30px;
            }
        }

        /* csr page */
        .ovrRgtImg {
            order: 2;
        }
    }

    .mobOverImg {
        display: block;
    }

    .dskOverImg {
        display: none;
    }

    /* end infrastructure overview */

    .facilitySec {
        & .facilityBtm {
            & .facilityCard {
                width: 50%;

                & .facilityCardInn {
                    padding: 20px 20px 20px 20px;
                }

                &:nth-child(2) {
                    & .facilityCardInn {
                        &::before {
                            content: normal;
                        }
                    }
                }

                &:nth-child(3) {
                    & .facilityCardInn {
                        &::before {
                            content: "";
                        }
                    }
                }

                &:nth-child(4) {
                    & .facilityCardInn {
                        &::before {
                            content: normal;
                        }

                        &::after {
                            content: "";
                        }
                    }
                }
            }
        }
    }

    /* end facility */
    /* === end infrastructure */

    /* start privacy policy */
    .privacyCont {
        ul {
            li {
                h2 {
                    font-size: 22px;
                }
            }
        }
    }

    /* end privacy policy */

}

@media (max-width: 800px) {
    .productSec {
        & .productItem {
            &.slick-current.slick-active {
                width: 600px !important;
            }
        }
    }
}

@media(max-width: 768px) {

    /* testimonial sec */
    .testimonialSec {
        & .testiSlider {
            & .testiItem {
                & .testiItemInner {
                    padding: 28px 24px;

                    & .testiContent {
                        padding: 0 36px;

                        p {
                            font-size: 17px;
                        }
                    }

                    & .testiInfoWrap {
                        & .testiInfoWrapInner {
                            & .testiInfo {
                                h4 {
                                    font-size: 20px;

                                    span {
                                        font-size: 20px;
                                    }
                                }

                                & .playBtn {
                                    a {
                                        font-size: 16px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /* end testimonial sec */

    .bookSec {
        .mapWrap {
            border-radius: 0;
            height: 500px;
        }

        .bookFormInner {
            position: static;
            transform: none;
            margin: 60px auto;
            width: 80%;

            &::before {
                position: static;
            }
        }
    }

    /* end location book sec */
}

@media(max-width: 767px) {

    .secH {
        font-size: 35px;
    }

    .header {
        & .headerWrap {

            .headerLeft {
                img {
                    width: 130px;
                }
            }
        }

        &.is-sticky {
            & .headerWrap {
                & .headerLeft {
                    a {
                        padding: 4px 10px;
                    }
                }
            }
        }
    }

    .mobMenu {
        & .mobMenuLogo {
            & a {
                img {
                    width: 130px;
                    height: 50px;
					object-fit: contain;
                }
            }
        }
    }


    /* start innar bannar */
    .innerbanner {
        /* height: 300px; */

        & .innerBannerText {
            /* position: static; */
			top: auto;
			transform: translateY(0);
			bottom: 6px;
			padding: 10px 18px 10px 38px;
            .bannerText {
                /* padding: 10px 18px 10px 38px;
                top: auto;
                transform: translateY(0);
                bottom: 6px; */

                .innerBannerHead {
                    font-size: 25px;
                }
            }
        }
    }

    /* end innar bannar */

    .productSec {
        & .productTab {
            & .tabWrap {
                & li {
                    a {
                        padding: 8px 20px;
                        font-size: 16px;
                    }
                }
            }
        }

        & .productSlider {
            padding: 0;

            .slick-list {
                padding: 0 !important;
                margin-right: auto;
                margin-left: auto;
                overflow: hidden;

                .slick-track {
                    display: flex;
                    white-space: nowrap;
                }
            }

            & .productItem {
                & .productImg {
                    .productInfo {
                        width: 220px;
                        display: none;
                    }
                }

                &.slick-current.slick-active {

                    /* width: auto !important; */
                    .productTitleWrap {
                        display: block;
                        padding: 15px 0 0;

                        .productTitleLeft {
                            width: 100%;
                        }

                        .productTitleRight {
                            margin: 20px 0 0;
                            width: 100%;
                            text-align: left;

                            & .btnOne {
                                justify-content: flex-start;
                            }
                        }
                    }

                    & .productImg {
                        .productInfo {
                            display: none;
                        }
                    }

                }
            }
        }
    }

    /* end product */


    .blogSec {
        padding-bottom: 100px;

        .blog-desk-btn {
            display: none;
        }

        .blogBtnWrap {
            margin: 110px 0 0;

            .blog-mob-btn {
                display: block;
                text-align: center;
            }
        }

        & .blogSlider {
            .blogItem {
                margin-right: 0;
            }

            .slick-arrow {
                bottom: -100px;
            }
        }
    }

    /* end blog */


    .faqSec {
        & .faqContent {
            & .acc-container {
                .acc {
                    padding: 15px 15px;
                    border-radius: 10px;
                }
            }
        }
    }

    /* end faq */

    .facilitySec {
        & .facilityBtm {
            margin: 40px 0 0;
        }
    }

    /* start facility */

    /* start footer */
    footer {
        & .footerWrap {
            .ftCont {
                .footerWidget {
                    margin: 40px 0 0;
                }
            }

        }

        .copyRightSec {
            .copyrightWrap {
                display: block;
                text-align: center;

                p {
                    margin: 5px 0;
                    letter-spacing: 1px;
                }
            }
        }
    }

    /* end footer */
    .bookFormWrap {
        .frmWrap {
            &.btnWrap {
                display: block;
                text-align: center;
            }
        }

    }

    /* end book form */

    .overviewSec {
        & .overviewRight {
            .overviewFig {
                width: 100%;
                height: auto;
            }
        }
    }

}

@media (max-width: 660px) {
    .productSec {
        & .productItem {
            &.slick-current.slick-active {
                width: 480px !important;
            }
        }
    }
}

@media(max-width: 640px) {
    .header {
        & .headerWrap {
            justify-content: center;
        }

        & .headerWrap {

            & .headerLeft {
                img {
                    width: 110px;
                    height: 40px;
                }
            }
        }

        &.is-sticky {
            & .headerWrap {
                & .headerLeft {
                    a {
                        padding: 2px 10px;
                    }
                }
            }
        }
    }

    .tablet-hamburdger {
        display: none;
    }

    .mob-hamburdger {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.88);
        backdrop-filter: blur(15px);
        width: 100%;
        height: 60px;
        z-index: 99;
        border-radius: 30px 30px 0 0;

        & .menuTrigger {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            top: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 7px;
            background-color: #DA0A0A;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            gap: 4px;
            z-index: 999;

            .hamburger_line {
                display: inline-block;
                height: 3px;
                width: 100%;
                border-radius: 5px;
                background-color: #ffffff;
            }
        }
    }


    .overlay {
        transform: translate(0, 100%);

        &.overlay-active {
            transform: translate(0, 0);
        }
    }

    .mobMenu {
        width: 100%;
        height: 90%;
        right: auto;
        bottom: 0;
        top: auto;
        transform: translate(0, 100%);
        border-radius: 30px 30px 0 0;

        &.active {
            transform: translate(0, 0);
        }

        & .mobMenuLogo {

            /* text-align: center;
            padding: 50px 0 15px; */
            & a {
                img {
                    width: 110px;
                    height: 40px;
                }
            }
        }

        /* & .mobCloseMenu {
            top: 0;
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        } */
    }

    .header {
        & .headerWrap {
            & .headerRight {
                &.dskCall {
                    display: none;
                }
            }
        }
    }



    .mobCall {
        position: absolute;
        left: 65px;
        top: 50%;
        transform: translateY(-50%);
        /* width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #DA0A0A; */

        /* svg {
            color: #fff;
            font-size: 16px;
        } */

        a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #DA0A0A;
            /* font-size: 18px;
                            color: #fff; */
            border-radius: 50%;

            svg {
                color: #fff;
                font-size: 16px;
            }
			img {
				width: 20px;
			}
        }

        .mobPhone {
            /* display: none; */
            margin-top: 5px;
            border-radius: 5px;
            position: absolute;
            z-index: 1000;
            right: -43px;
            bottom: 42px;
            overflow: hidden;
            margin-bottom: 1px;
            /* transform: translateX(200%); */
            max-height: 0;
            transition: max-height 0.5s ease, padding 0.5s ease;
            background-color: #DA0A0A;

            a {
                color: #fff;
                display: inline-block;
                border-radius: unset;
                width: 100%;
                height: auto;
                line-height: normal;
                padding: 8px 10px;
                font-size: 14px;
                white-space: nowrap;

                &:not(:last-child) {
                    border-bottom: 1px solid #ffffff30;
                }
            }

            &.active {
                max-height: 100px;
            }
        }

    }

    /* ============ end home menu =========== */

    .getInTouchBtn {
        right: 60px;
        top: auto;
        bottom: 10px;
        padding: 5px 15px;
        z-index: 99;
        transform: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #DA0A0A;

        a {
            font-size: 0;
            position: relative;

            &::after {
                content: "\f4ad";
                position: absolute;
                top: 0px;
                left: -5px;
                font-family: fontawesome;
                font-size: 20px;
                color: #fff;
            }

        }
    }

    /* ====== end get in touch======= */

    .careerApplySec {
        .careerApplyWrap {
            .careerApplyForm {
                width: 100%;
                padding: 0px 15px;
            }
        }
    }

    /* ================ end career ============== */

    .footerSec {
        padding-bottom: 70px;
    }

    .productSec {
        & .productSlider {
            & .productItem {
                & .productImg {
                    .productInfo {
                        width: auto;
                        position: static;
                        border-radius: 10px;
                    }
                }
            }
        }
    }

    /* end product sec */
	
	
}

@media(max-width: 620px) {
    .header {
        & .headerWrap {
            .headerLeft {
                /* width: 140px; */

                /* a {
                    padding: 10px 0;

                    img {
                        width: 100%;
                        height: auto;
                    }
                } */
            }

            & .headerRight {
                & .headerRightInner {
                    padding-left: 30px;

                    &::before {
                        width: 30px;
                        height: 30px;
                        top: 5px;
                        font-size: 12px;
                    }
                }
            }
        }
    }

    /* end header */

    .btnOne {
        span.btnTxt {
            padding: 0px 15px;
        }

        span.arrow {
            width: 45px;
            height: 45px;
        }
    }

    .bookFormInner {
        .btnOne {
            span.btnTxt {
                padding: 0px 25px;
            }
        }
    }

    /* book form */

    footer {
        & .footerWrap {
            padding: 60px 0;

            & .ftCont {
                .footerWidget {
                    margin: 20px 0 0;
                }
            }

            & .ftSubs {
                & .footerWidget {
                    margin: 30px 0 0;

                    h4 {
                        margin-bottom: 15px;
                    }

                    .frmWrap {
                        margin-bottom: 0;
                    }

                    .inputTxt {
                        width: 100%;
                        padding-right: 144px;
                    }

                    .newsBtnWrap {
                        right: 5px;

                        .btnOne {
                            span.btnTxt {
                                padding: 0px 20px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end footer */

    /* ====start infractructure ====== */

    .facilitySec {
        & .facilityBtm {
            & .facilityCard {
                width: 100%;

                & .facilityCardInn {
                    height: auto;
                    padding: 20px 0 20px;

                    &::before {
                        content: normal;
                    }
                }

                &:nth-child(2) {
                    & .facilityCardInn {
                        &::after {
                            content: "";
                        }
                    }
                }

                &:nth-child(3) {
                    & .facilityCardInn {
                        &::before {
                            content: normal;
                        }
                    }
                }

                &:nth-child(5) {
                    & .facilityCardInn {
                        &::after {
                            content: "";
                        }
                    }
                }
            }
        }
    }

    /* end facility */
    /* === end infrastructure */
}

@media(max-width: 575px) {

    .mob-hamburdger {
        height: 52px;

        & .menuTrigger {
            width: 35px;
            height: 35px;

            .hamburger_line {
                height: 2px;
            }

        }
    }

    .getInTouchBtn {
        width: 35px;
        height: 35px;

        & a {
            &::after {
                left: -7px;
                font-size: 16px;
            }
        }
    }

    .mobCall {
        a {

            width: 35px;
            height: 35px;

            svg {
                font-size: 14px;

            }
			img {
				width: 18px;
			}
        }

        & .mobPhone {
            a {
                font-size: 14px;
            }
        }

    }

    /* .secH {
        font-size: 35px;
    } */





    /* end bannar */

    .btnOne {
        height: 40px;

        span.btnTxt {
            font-size: 15px;
            line-height: 35px;
        }

        span.arrow {
            width: 40px;
            height: 40px;
        }
    }

    .slick-arrow {
        width: 40px;
        height: 40px;

        &::after {
            font-size: 16px;
        }
    }

    .countSec {
        & .countWrap {
            & .countBox {
                & .countBoxInner {
                    h3 {
                        font-size: 24px;
                    }
                }
            }
        }
    }

    /* end count */

    /* start testimonial */
    .testimonialSec {
        padding-bottom: 110px;

        & .testiSlider {
            & .testiItem {
                & .testiItemInner {
                    padding: 20px 18px;

                    & .testiContent {
                        padding: 0 0 0 36px;

                        &::after {
                            content: normal;
                        }

                        p {
                            line-height: 27px;
                        }

                        .js-show-more {
                            display: block;
                            color: #d71921;
                            font-weight: 800;
                            font-size: 16px;
                            margin: 10px 0 0;
                        }

                        .excerpt-hidden {
                            height: 100px;
                            overflow: hidden;
                            position: relative;
                        }

                        .excerpt-visible {
                            height: auto;
                            overflow: auto;
                            position: relative;
                        }
                    }

                    & .testiInfoWrap {
                        & .testiInfoWrapInner {
                            .testiImg {
                                width: 60px;
                                height: 60px;
                            }
                        }
                    }
                }
            }
        }

        .slick-arrow {
            bottom: -70px;
        }
    }


    /* end testimonial */

    .blogSec {
        padding-bottom: 80px;

        .blogSlider {
            margin-top: 15px;

            & .blogItem {
                .blogItemInner {
                    display: block;

                    .blogLeft {
                        h3 {
                            font-size: 30px;
                            color: #DA0A0A;
                        }
                    }

                    .blogRight {
                        width: 100%;
                        border-left: none;
                        padding-left: 0;
                        border-top: 1px solid rgba(0, 0, 0, 0.25);
                        padding-top: 20px;
                        margin-top: 10px;

                        &::before {
                            left: auto;
                            top: 4px;
                            transform: rotate(270deg);
                            border-right: 15px solid #DA0A0A;
                        }

                        & .blogRightInner {
                            & .blogCat {
                                a {
                                    color: #DA0A0A;
                                }
                            }
                        }
                    }
                }

                .btnTwo {
                    color: #DA0A0A;

                    &::after {
                        transform: rotate(0deg);
                        background-color: #DA0A0A;
                        color: #fff;
                    }
                }
            }
        }
    }

    /* end blog */



    .bookSec {
        .bookFormInner {
            width: 90%;

            .bookFormWrap {
                padding: 30px 20px;

                .secH {
                    font-size: 35px;
                }

                .frmWrap {
                    .frmIcon {
                        top: 16px;
                    }

                    .inputTxt {
                        font-size: 14px;
                        height: 46px;
                    }

                    & .btnOne {
                        span.btnTxt {
                            line-height: 40px;
                        }
                    }
                }
            }
        }
    }


    footer {
        & .footerWrap {
            padding: 50px 0;

            & .footerLogo {
                margin-bottom: 10px;

                a {
                    width: 200px;
                }
            }

            .footerTxt {
                margin-bottom: 30px;
            }

            & .footerWidget {
                h4 {
                    font-size: 22px;
                    margin-bottom: 10px;
                }

                .inputTxt {
                    height: 50px;
                }

                .newsBtnWrap {
                    & .btnOne {
                        height: 40px;

                        span.btnTxt {
                            line-height: 36px;
                        }

                        span.arrow {
                            width: 40px;
                            height: 40px;
                        }
                    }
                }

                .socialWrap {
                    margin-top: 22px;
                    justify-content: center;
                }
            }
        }
    }

    /* footer contact form */

    /* === start infrastructure==== */
    /* .overviewSec {
        & .overviewRight {
            .overviewFig {
                width: 100%;
                height: 300px;
                height: 375px;
                margin: 30px auto 0;
            }
        }
    } */

    .facilitySec {
        & .facilityBtm {
            margin: 24px 0 0;

            & .facilityCard {
                .facilityCardInn {
                    background-color: #DA0A0A;
                    border-radius: 20px;
                    padding: 15px;

                    & .facilityFig {
                        width: 40px;
                        height: 40px;

                        img {
                            filter: brightness(1) invert(1);
                        }
                    }

                    & .facilityTxt {
                        p {
                            color: #fff;
                        }
                    }

                    &::after {
                        content: normal;
                    }

                }

                &:nth-child(4),
                &:nth-child(5) {
                    & .facilityCardInn {
                        &::after {
                            content: normal;
                        }
                    }
                }

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

    /* === end infrastructure */


    .faqSec {
        .headingWrap {
            margin-bottom: 20px;
        }

        & .faqContent {
            max-width: 100%;

            & .acc-container {
                & .acc {
                    .acc-content {
                        padding: 10px 0;
                    }
                }
            }
        }
    }

    /* ======== end faq ========= */

    .careerApplySec {
        & .careerApplyWrap {
            & .careerApplyForm {
                .secH {
                    font-size: 35px;
                }
            }
        }
    }

    /* ======= end career sec ======== */


    /* ========= start contact form ========= */
    .frmWrap {
        .inputTxt {
            font-size: 14px;
            height: 46px;
        }

        textarea {
            line-height: 30px;
        }
    }

    /* ============ end contact form ============= */



    /* start capcha */
    .bookFormWrap {
        & .frmWrap {
            &.capchaWrap {
                .wpcf7-captchac {
                    height: 33px;
                }

                span.wpcf7-form-control-wrap {
                    width: calc(100% - 110px);
                }
            }
        }
    }
	
	.capchaWrap {
    .inputTxt {
        height: 40px;
    }
}

    /* end capcha */
	
	/* start product details*/
	.productSec {
    & .productItem {
        &.slick-current.slick-active {
            & .productTitleWrap {
                & .productTitleLeft {
					p {
						white-space: pre-wrap;
					}
				}
			}
		}
		}
	}
	/* end product details*/


}

@media (max-width: 540px) {
    .productSec {
        .productSlider {
            padding: 0;
            text-align: left;

            .productItem {
                /* padding: 0; */
                margin-right: 15px;

                .productImg {
                    background-color: #f1bba3;
                }

                .productTitleWrap {
                    display: flex;
                    flex-direction: column;

                    .productTitleLeft {
                        width: 100%;

                        h4 {
                            color: #D90000;
                        }

                        p {
                            display: block;
                        }
                    }

                    .productTitleRight {
                        display: block;
                        margin: 20px 0 0;
                    }
                }

                .productItemInner {
                    border-radius: 0;
                }

                .productImg {
                    border-radius: 0;

                    /* .productInfo {
                        position: static;
                        border-radius: 5px;
                        width: auto;
                    } */
                }

                &.slick-current.slick-active {
                    width: 480px !important;

                    & .productTitleWrap {
                        .productTitleLeft {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 500px) {
    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 460px !important;
                }
            }
        }
    }
}

@media (max-width: 480px) {

    .secH {
        font-size: 30px;
    }

    .innerbanner {
        /* height: 250px; */

        & .innerBannerText {
            .bannerText {
                /* padding: 25px 20px 25px 30px; */

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

    /* end bannar */

    .countSec {
        & .countWrap {
            .countBox {
                width: 100%;
                padding-bottom: 20px;
                margin-bottom: 20px;

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

                &:nth-child(3),
                &:nth-child(4) {
                    padding-bottom: 20px;
                    margin-bottom: 20px;

                    &::after {
                        display: none;
                    }

                    &::before {
                        display: block;
                    }
                }

                &:nth-child(4) {
                    margin-bottom: 0;

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

    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 440px !important;
                }

                & .productImg {
                    a {

                        display: block;
                        height: 260px;

                        img {
                            height: 100%;
                        }
                    }
                }
            }
        }
    }

    /* start testimonial */
    .testimonialSec {
        padding-bottom: 100px;

        & .testiSlider {
            & .testiItem {
                & .testiItemInner {
                    & .testiInfoWrap {
                        & .testiInfoWrapInner {
                            display: block;

                            .testiImg {
                                margin: 0 auto 8px;
                            }

                            & .testiInfo {
                                padding-left: 0;

                                h4 {
                                    text-align: center;
                                }

                                & .playBtn {
                                    text-align: center;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /* end testimonial */

    .blogSec {
        & .blogSlider {
            & .blogItem {
                & .blogItemInner {
                    & .blogLeft {
                        h3 {
                            font-size: 28px;
                        }
                    }
                }
            }
        }
    }

    /* end blog */

    footer {
        & .footerWrap {
            & .footerWidget {
                ul.footerMenu {
                    li {
                        font-size: 16px;
                    }
                }

                .inputTxt {
                    font-size: 16px;
                    height: 45px;
                }

                & .newsBtnWrap {
                    & .btnOne {
                        height: 35px;

                        span.btnTxt {
                            line-height: 30px;
                        }

                        span.arrow {
                            width: 35px;
                            height: 35px;
                        }
                    }
                }

                & .socialWrap {
                    a {
                        width: 35px;
                        height: 35px;
                        font-size: 15px;
                    }
                }

            }
        }
    }

    /* end footer */

    .facilitySec {
        & .facilityBtm {
            & .facilityCard {
                & .facilityCardInn {
                    & .facilityFig {
                        width: 35px;
                        height: 35px;
                    }
                }
            }
        }
    }

    /* end facility */

    .mobCall {
        .mobPhone {
            right: -65px;
        }
    }
}

@media (max-width: 460px) {
    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 420px !important;
                }
            }
        }
    }
}

@media (max-width: 440px) {
    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 400px !important;
                }
            }
        }
    }
}


@media (max-width: 420px) {

    .mobCall {
        left: 50px;
    }

    .getInTouchBtn {
        right: 50px;
    }

    .commonSec {
        padding: 50px 0;
    }

    .header {
        & .headerWrap {
            & .headerRight {
                & .headerRightInner {
                    a {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    /* end header */

    .secH {
        font-size: 28px;
    }

    .swiper-button-prev {
        width: 40px;
        height: 40px;

        &::after {
            font-size: 17px;
        }
    }

    .swiper-button-next {
        width: 40px;
        height: 40px;

        &::after {
            font-size: 17px;
        }
    }

    /* ========= end btn ========= */

    .bookSec {
        & .bookFormInner {
            & .bookFormWrap {
                .secH {
                    font-size: 30px;
                }
            }
        }
    }

    /* ===== end book sec ======= */

    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 380px !important;
                }
            }
        }
    }

    /* ========= end product sec ======== */

    .successStory {
        padding-bottom: 60px;
    }

    /* ======= end success story ====== */

    .careerApplySec {
        & .careerApplyWrap {
            & .careerApplyForm {
                .secH {
                    font-size: 30px;
                }
            }
        }
    }

    /* ===========end career sec ========== */



    .countSec {
        & .countWrap {
            & .countBox {
                & .countBoxInner {
                    h3 {
                        font-size: 22px;
                    }
                }
            }
        }
    }

    /* ============== end count ========== */

    .testimonialSec {
        & .testiSlider {
            & .testiItem {
                & .testiItemInner {
                    & .testiInfoWrap {
                        & .testiInfoWrapInner {
                            & .testiInfo {
                                h4 {
                                    font-size: 18px;
                                }

                                & .playBtn {
                                    & a {
                                        padding-right: 35px;

                                        &::after {
                                            width: 25px;
                                            height: 25px;
                                            font-size: 10px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /* ============ end testimonial ========== */


    .blogSec {
        & .blogSlider {
            & .blogItem {
                & .blogItemInner {
                    & .blogLeft {
                        h3 {
                            font-size: 24px;
                            line-height: 24px;

                            span {
                                font-size: 17px;
                            }
                        }
                    }

                    & .blogRight {
                        & .blogRightInner {
                            & .blogCat {
                                font-size: 17px;
                            }

                            & .blogTitle {
                                a {
                                    font-size: 20px;
                                }
                            }

                            .blogBtn {
                                margin-top: 8px;
                            }
                        }
                    }
                }

                .btnTwo {
                    font-size: 16px;

                    &::after {
                        width: 30px;
                        height: 30px;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    /* ======= end blog ====== */
}

@media (max-width: 400px) {
    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 360px !important;
                }
            }
        }
    }
}

@media (max-width: 380px) {
    .productSec {
        & .productSlider {
            & .productItem {
                &.slick-current.slick-active {
                    width: 325px !important;
                }
            }
        }
    }
}