/* Fonts */

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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    font-weight: normal;
}

a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

p {
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

ul {
    list-style: none;
    font-family: "Roboto", sans-serif;
    ;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    /* border-radius: 50%; */
    font-size: 0;
    border: 0;
    background-color: #FFF;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    right: 83px;
    top: auto;
    bottom: -106px;
    background-color: #021641;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 15px;
    top: auto;
    bottom: -106px;
    color: #000;
}

.slick-prev,
.slick-next {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.slick-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 18px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-left: 0;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #384fe838;
    transition: all ease 0.4s;
    position: relative;
    border-radius: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 47px;
    height: 47px;
    /* margin: -26px 0 0px -28px;
    border: 2px solid #C03441; */
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
}

ul.slick-dots li {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}

ul.slick-dots li:before {
    position: absolute;
    content: "";
    /* border-bottom: 1px solid #384fe838; */
    width: 20px;
    height: 1px;
    top: 22px;
    left: 49px;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.slick-dots .slick-active button {
    background-color: #384FE8;
}


/* .slick-slide img {
    display: initial;
} */


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title.yellow-text span {
    color: #3c3b3b;
}

.section-title.yellow-text span:after {
    background: #3c3b3b;
}

.section-title.yellow-text span:before {
    background: #3c3b3b;
}

.section-title span.sub-text {
    margin: 0px 0 16px;
    color: #723185;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.sub-text svg {
    margin-top: -5px;
}

/* 
.section-title h2 {
    font-size: 46px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 500;
    margin-top: 14px;
} */

.section-title p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    border: 0;
    font-weight: 400;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.com_btn {
    padding: 12px 29px;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: #C4292F;
    font-weight: 600;
    color: #fff !important;
    font-size: 16px;
    border: 1px solid #C4292F;
    border-radius: 50px;
    text-transform: capitalize;
}


/* .com_btn:before {
    position: absolute;
    content: "";
    border: 1px solid #000;
    width: 153px;
    height: 52px;
    transform: translateX(-7px);
    top: -8px;
    left: 0;
} */

.com_btn:hover {
    background-color: #0A2C76;
    border: 1px solid transparent;
}

.white_filled {
    padding: 12px 34px !important;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: transparent;
    font-weight: 600;
    color: #000 !important;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: capitalize;
}

.white_filled:hover {
    background-color: #C4292F;
    border: 1px solid transparent;
    color: #fff !important;
}

.bord_btn {
    padding: 12px 34px !important;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: transparent;
    font-weight: 600;
    color: #000 !important;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 50px;
    text-transform: capitalize;
}

.bord_btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
}

.blue_btn {
    padding: 12px 34px !important;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: transparent;
    font-weight: 600;
    color: #fff !important;
    font-size: 16px;
    background-color: #0A2C76;
    border: 1px solid #0A2C76;
    border-radius: 50px;
    text-transform: capitalize;
}

.blue_btn:hover {
    background-color: transparent;
    border: 1px solid #0A2C76;
    color: #0A2C76 !important;
}


/* .com_btn:hover:before {
    display: none;
} */


/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/


/* .call-buton {
    display: none;
} */

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #723185;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.8rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
        box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
        box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
        box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    position: relative;
    background-color: #2c378f;
}

.top_info-bx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.top-head .top-bx-left {
    gap: 55px;
}

.top-bx-left,
.top-bx-right {
    display: flex;
    align-items: flex-start;
    flex: 0 0 40%;
    gap: 30px;
}

.top_info-ic {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffa500;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background-color: rgb(255 255 255 / 21%);
}

.top_info-ic i {
    color: #fff;
    font-size: 16px;
}

.top-bx-right {
    justify-content: flex-end;
}

.top_info-cn h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.top_info-cn p a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.top-bx-center {
    flex: 0 0 20%;
}

.top_info-cn p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.nav-icon {
    flex: 0 0 10%;
    /* border-right: 1px solid #875b2624; */
    padding-bottom: 20px;
    padding-top: 40px;
}

.top_info-socail ul.social-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bx-right .top_info-bx {
    justify-content: flex-end;
}

.top_info-socail ul.social-area li a {
    color: #875b26;
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #875b26;
    font-size: 18px;
}

.top_info-socaill .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.top_info-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0 5px 0 0 !important;
}

.header.sticky .top-head {
    display: none;
}

.header.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 11px #3c3b3b3d;
    /* border-bottom: 4px solid #875b26; */
}

.header .bottom_head .com_btn svg path {
    fill: #fff;
}

.header .min_lg {
    display: block;
    margin-bottom: 0;
}

.header .min_lg img {
    width: 150px;
}

.header .scrol_min_lg {
    display: none;
}

.header.sticky .scrol_min_lg {
    display: block;
    margin-bottom: 0;
}

.header.sticky::before {
    content: none;
}

.header.sticky .container-fluid {
    padding: 14px 55px 14px 55px;
}

.header.sticky .logo_bx a {
    transform: none;
    position: relative;
}

.header.sticky .logo_bx a img {
    max-width: 80px;
    transition: all 0.5s;
}

.header.sticky .bottom_head {
    padding: 14px 18px;
}

/* 
.header.sticky .navbar ul li a {
    color: #000 !important;
} */

.header.sticky .navbar ul li a:hover {
    color: #C4292F !important;
    opacity: 1 !important;
}

.header.sticky .right_btn .our-btn-black {
    color: #000;
}

.header {
    z-index: 99;
    /* position: absolute; */
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background-color: #ffffff;
    padding: 15px 0px;
}

.home .header {
    position: absolute;
}

header.header.sticky .top_head_sec {
    display: none;
}

.bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 15px; */
    /* border-top: 1px solid #875b2624; */
    position: relative;
    /* background-color: #fff; */
    /* border-bottom: 1px solid rgb(147 147 147 / 17%); */
    /* padding-right: 18px; */
}

header.sticky .lyt_logo {
    padding: 0;
}


/* .bottom_head .lyt_logo img {
    width: 170px;
} */

.bottom_head li a:hover {
    color: #C4292F !important;
    /* opacity: 0.7; */
}

.logo_bx {
    text-align: center;
    position: relative;
}

header .right_btn .our-btn-black {
    color: #fff;
    text-transform: capitalize;
    border-radius: 8px;
}

header .right_btn .our-btn-black .top-line,
header .right_btn .our-btn-black .bottom-line-1,
header .right_btn .our-btn-black .bottom-line-2 {
    background: #000000;
}

header .right_btn .our-btn-black:before {
    border-color: #fff;
}

.logo_bx a {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    transform: translate(0px, -50px);
}

a.logo img {
    max-width: 140px;
    transition: all 0.5s;
    background: #ffffff;
    padding: 15px;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    gap: 26px;
}

.right_btn a.common-btn {
    margin-right: 0;
}

.right_side_bx {
    display: flex;
    align-items: center;
    gap: 38px;
}

.right_side_bx .com_btn {
    font-weight: 500 !important;
}


/* .bottom_head .com_btn:before {
    position: absolute;
    content: "";
    border: 1px solid #000;
    width: 278px;
    height: 52px;
    transform: translateX(-6px);
    top: -7px;
    left: 0;
} */

.bottom_head .com_btn:hover:before {
    display: none;
}

.upper_nm {
    font-size: 14px;
    font-weight: 700;
    color: #1280D5
}

.right_side_bx .nm .upper_nm {
    font-size: 14px;
    font-weight: 700;
    color: #1280D5;
    margin-left: 22px;
}

.right_side_bx .nm a {
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s ease-in-out;
    line-height: auto;
}

.right_side_bx .nm a:hover {
    color: #c4292f;
}

.right_side_bx .lower_nm {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #c4292f;
}

.right_side_bx .nm {
    display: flex;
    gap: 13px;
    align-items: center;
    position: relative;
    z-index: 12;
}

.right_side_bx .nm::before {
    position: absolute;
    content: '';
    background-color: transparent;
    height: calc(100% - 50%);
    width: 120%;
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    left: -13px;
    top: 11px;
}

.header .navbar {
    gap: 26px;
    width: 100%;
}

.header.sticky .navbar ul {
    gap: 33px;
}

.sec-title span {
    color: #C03441;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid #c03441;
    padding-bottom: 5px;
    text-transform: uppercase;
}


/* 
.sec-title span::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    border: 1px solid #c03441;
    top: 17px;
    right: -40px;
} */

.sec-title h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    margin-top: 15px;
}

.com_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.com_list li {
    width: 48%;
    position: relative;
}

.com_list li::before {
    position: absolute;
    content: "";
    background-image: url(../images/icn-1.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 0;
    background-size: 29px;
}

.com_list li a {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 33px;
    transition: all 0.3s ease-in-out;
}

.com_list li a:hover {
    color: #c03441;
}

.abt_fig {
    height: 100%;
    width: 100%;
}

.abt_fig img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1250px) {
    .navbar {
        padding: 0;
        margin: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 38px;
        color: #fff;
    }

    .navbar li {
        position: inherit;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding: 0; */
        font-size: 16px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        font-family: "Roboto", sans-serif;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #000;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .banner-img {
        top: 150%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban_head {
    text-align: left;
    overflow: visible;
    /* background: #0a2c76e8; */
    /* padding: 20px; */
    max-width: 550px;
}

.ban_head .hd_content {
    font-size: 25px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 23px;
}


/* .ban_head.sec_hd h1 {
    line-height: 0.6;
} */

.ban_head h1,
.ban_head h2 {
    color: #0a2c76;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    line-height: 52px;
    margin-bottom: 18px;
}

.ban_head h3 {
    font-size: 36px;
    color: #fff;
    margin-top: 12px;
}

.ban_head .com_btn img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(231deg) brightness(103%) contrast(102%);
}

.ban_head .com_btn span {
    display: flex;
    gap: 12px;
}

.ban_head ul {
    row-gap: 12px;
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr;
}

/* .ban_head ul li {
    width: 44%;
} */


/* .ban_head h2 {
    color: #31935E;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin: 30px 0px 0px;
    transition: transform 700ms ease, opacity 700ms ease;

} */


/* .ban_head h2 .uniq_hd::before {
    width: 186px;
} */

.ban_head figure a img {
    margin-top: 12px;
    filter: brightness(0.1)
}

p.about-one__image__info__text {
    margin: 0;
}


/* .banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
    transform: translateX(0px);
} */



.banner-main .banner-slider {
    position: relative;
}

.banner-main .banner_image img {
    width: 100%;
}


/* .banner-main .banner-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 7px;
    background: linear-gradient(hsl(0, 0%, 0%, 0%), hsl(0deg 0% 0% / 82%));
    height: 100%
} */

.video_bnr video {
    width: 100%;
    height: auto;
}


/* .ban_head h1::after {
    content: "";
    width: 101%;
    height: 70%;
    position: absolute;
    top: 22px;
    left: 100%;
    background: currentColor;
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    transform: translateX(-100%);
    transition-delay: 1s;
} */


/* .banner-main .slick-slide.slick-current.slick-active .ban_head h1::after {
    transform: translateX(1%);
    transition-delay: 700ms;
} */


/* .banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
} */


/* .banner-main .com_btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
} */

.banner-main .slick-slide.slick-current.slick-active .ban_head .com_btn {
    opacity: 1;
    /* transform: translateY(0);
    transition-delay: 500ms; */
}

.ban_head p {
    margin: 0;
    font-size: 16px;
    /* font-weight: 500; */
    /* transition: transform 500ms ease, opacity 500ms ease;
    transform: translateX(-200px); */
    color: #fff !important;
}

.com_btn.mr-3 {
    margin-right: 15px;
}

.alin_btns {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.alin_btns .com_btn img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(231deg) brightness(103%) contrast(102%);
}

.alin_btns .com_btn span {
    display: flex;
    gap: 12px;
}

/* 
.banner-main .slick-slide.slick-current.slick-active .ban_head p {
    gap: 12px;
    display: flex;
    align-items: center;

} */
.banner-main .ban_head ul p {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
    background-position: right bottom;
} */


/* .banner_bottom {
    margin-bottom: 0;
    margin-inline: auto;
    padding: 25px;
    z-index: 1;
    position: relative;
    overflow: visible;
    margin-top: -75px;
    background: #dca143;
    max-width: 1220px;
    box-shadow: 0 0 14px rgb(0 0 0 / 58%);
} */
/* 
.banner-slider .ban_head {
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.banner-slider .slick-active .ban_head {

    transform: translateX(0);
} */

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

.ban_b_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ban_b_img img {
    height: 450px;
    object-fit: cover;
}

.ban_bottom_head .section-title {
    max-width: 650px;
}

.ban_bottom_head h2 {
    text-decoration: blink;
    color: #ffffff;
    font-size: 40px;
    -webkit-animation: colorchange 2s infinite alternate;
    margin: 0;
}

.banner-main .book_btn {
    margin-top: 18px;
}

.banner-main {
    position: relative;
    /* background: #1c1a1d; */
    margin-left: 0;
}

.banner-main .slick-dots {
    position: absolute;
    align-items: center;
    bottom: 30px;
    gap: 29px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    gap: 5px;
}

.banner-main .slick-dots button {
    background: #fff;
    margin: 0 2px;
    border: 0;
    color: #888888;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 0px;
    font-size: 0px;
    height: 10px;
    width: 32px;
}

.banner-main .slick-dots .slick-active button {
    background: #C4292F;
    height: 10px;
    width: 32px;
    color: #fff;
}

.banner-slide {
    display: block !important;
    position: relative;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-main .banner-image img {
    width: 100%;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-slider .banner-text {
    position: absolute;
    top: 50%;
    align-items: center;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}



.client-review-section2 {
    border-bottom: 2px solid #0a2d6d;
}


.banner-slide2 .banner_image {
    position: relative;

}

.banner-slide2 .banner_image::before {
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(67deg, rgba(0, 0, 0, 0.97) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';
}

.banner-slide2 h1, 
.banner-slide2 h2 {
    color: #fff;
}

.banner-slide2 ul li {
    color: #fff !important;
}

.banner-slide2 ul li:after {
    background-color: #fff !important;
    outline: 2px solid #fff !important;
}

/* .banner-text {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -60%);
} */

.ice_cup {
    position: relative;
}

.ice_cup::before {
    position: absolute;
    content: "";
    top: 100px;
    left: -62px;
    width: 100%;
    height: 100%;
    background-image: url(../images/cloud.png);
    background-repeat: no-repeat;
    animation: moveLeftRight 25s linear infinite;
}

@keyframes moveLeftRight {
    0% {
        left: 0;
    }

    50% {
        left: 70%;
    }

    100% {
        left: 0px;
        /* distance to move */
    }
}

.banner-text img {
    /* cursor: pointer;
    margin: auto;
    width: 480px;
    padding: 33px 0 49px;
    position: relative;
    top: 50px; */
    /* animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%; */
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }

    24% {
        -moz-transform: translate(1px, 30px);
    }

    50% {
        -moz-transform: translate(1px, 12px);
    }

    74% {
        -moz-transform: translate(1px, 22px);
    }

    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }

    24% {
        -webkit-transform: translate(1px, 30px);
    }

    50% {
        -webkit-transform: translate(1px, 12px);
    }

    74% {
        -webkit-transform: translate(1px, 22px);
    }

    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }

    24% {
        -o-transform: translate(1px, 30px);
    }

    50% {
        -o-transform: translate(1px, 12px);
    }

    74% {
        -o-transform: translate(1px, 22px);
    }

    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }

    24% {
        -ms-transform: translate(1px, 30px);
    }

    50% {
        -ms-transform: translate(1px, 12px);
    }

    74% {
        -ms-transform: translate(1px, 22px);
    }

    100% {
        -ms-transform: translate(1px, 22px);
    }
}

.banner-main {
    position: relative;
    background-color: #F2F3FE;
    padding-bottom: 0;
}


/* .banner-main .banner-text {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    width: 100%;
    z-index: 9;
    margin: auto;
} */

.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}

.banner-slider .banner-image img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.banner-slider .slick-active .banner-image img {
    transform: scale(1);
}

.banner-slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }

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

.banner-slide .ban_head .ban_cars {
    display: flex;
    align-items: center;
}

.banner-slide .ban_head .ban_cars img {
    all: unset;
    width: 100%;
}

.banner-slider .slick-active .ban_c_1.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.banner-slider .slick-active .ban_c_2.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.font_bld {
    font-weight: 700;
}

.uniq_hd {
    background-color: #C03441;
    font-weight: 700;
    color: #fff;
    padding: 0px 14px;
    position: relative;
}


/* .uniq_hd::before {
       position: absolute;
    content: "";
    border: 1px solid #000;
    width: 278px;
    height: 80px;
    transform: translateX(-6px);
    top: -7px;
    left: 0;
} */


/************* About Us *************/

.abt_us {
    position: relative;
}

.video_bx video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.abt_right_bx {
    padding-left: 66px;
}

.abt_right_bx .sec-title h2 {
    margin-top: 15px;
}

.video_bx {
    position: relative;
}

.enginner_pic {
    position: absolute;
    top: -32px;
    left: -145px;
}

.enginner_pic img {
    width: 100%;
}


/************* Services *************/

.services-section {
    position: relative;
    background-color: #0A2C76;
}

.services-section .sec-title span {
    border-bottom: 1px solid #fff;
}

.services-section .sec-title span,
.services-section .sec-title h2,
.services-section .sec-title p {
    color: #fff;
}

.service-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.service-tabs li {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: 0.35s ease;
    color: #fff;
    font-weight: 400;
}

.service-tabs li:hover,
.service-tabs li.active {
    background: #C4292F;
    font-weight: 500;
}

.service-tabs .arrow {
    opacity: 0;
    transform: translateX(-8px);
    transition: 0.3s;
}

.service-tabs li.active .arrow {
    opacity: 1;
    transform: translateX(0);
}

.service-slider img {
    width: 100%;
    border-radius: 0px;
    height: 506px;
    object-fit: cover;
}

.service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-section .service-content {
    background: #fff;
    color: #000;
    padding: 24px;
}

.service-content h4 {
    font-weight: 700;
    border-left: 4px solid #c4292f;
    padding-left: 10px;
}

.explore-btn {
    background: #d32f2f;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

.slide_content {
    position: relative;
    overflow: hidden;
}

.slide_content .content_slide_text {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    z-index: 5;
}


/* Allow overflow for content slider */

.content-slider .slick-list,
.content-slider .slick-track {
    overflow: visible !important;
}


/* DO NOT hide slick slides */

.content-slider .slick-slide {
    display: block !important;
}


/* Smooth fade without disappearing */

.content-slider .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
}

.content-slider .slick-active {
    opacity: 1;
    visibility: visible;
}

.btn_bottom {
    margin-top: 35px;
}

.btn_bottom .bord_btn {
    color: #fff !important;
    border: 1px solid #fff;
}

.btn_bottom .bord_btn:hover {
    border: 1px solid #000;
}

.abt_us .sec-title {
    margin-bottom: 30px;
}

/* ===== Service Content Zoom Animation ===== */

.content-slider .slick-slide .service-content {
    opacity: 0;
    transform: scale(0.85) translateY(20px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    pointer-events: none;
}

.content-slider .slick-active .service-content {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

/* Extra smooth feel */
.content-slider .slick-slide {
    transition: opacity 0.4s ease;
}


/************** secdule form ************/

.schedule_from {
    background-image: url(../images/bnr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.schedule-form {
    background: #fff;
    width: 100%;
    max-width: 520px;
    padding: 40px 35px;
    border-radius: 6px;
}

.form-tag {
    font-size: 12px;
    color: #e53935;
    letter-spacing: 1.5px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
}

.form-tag::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #e53935;
    position: absolute;
    left: 0;
    bottom: 0;
}

.schedule-form h2 {
    margin: 18px 0 30px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

form .row {
    display: flex;
    flex-wrap: nowrap;
}

.field {
    margin-bottom: 14px;
    width: 100%;
}

.field.half {
    width: 50%;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid hsl(0deg 0% 46% / 20%);
    color: #000;
    padding: 12px 14px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.field textarea {
    height: 85px;
    resize: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border: 1px solid #c03441;
}

.field input:-ms-input-placeholder,
.field select:-ms-select-placeholder,
.field textarea:-ms-textarea-placeholder {
    color: #000;
}

.field input::-webkit-input-placeholder,
.field select:-webkit-select-placeholder,
.field textarea:-webkit-textarea-placeholder {
    color: #000;
}

.phone-field {
    display: flex;
    align-items: center;
}

.country-code {
    padding: 14px 17px !important;
    background: #f5f5f5;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid rgb(117 117 117 / 20%);
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(117 117 117 / 20%) !important;
    margin-right: 15px;
}

.phone-field input {
    background: transparent;
    border-radius: 0;
    background: #f5f5f5;
}

.form_bx {
    background: #fff;
    padding: 35px;
}

form .btn_bottom .blue_btn {
    width: 100%;
    text-align: center;
}

form .btn_bottom {
    margin-top: 10px;
}


/************** gallery ***********/

.gall_imgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.gall_imgs figure {
    margin-bottom: 0;
    overflow: hidden;
}

.gall_imgs img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.gall_imgs img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.thank-you-sec {
    background: #f2f2f2;
    padding: 100px 0;
}
.private-policy-cn {
    background: #f2f2f2;
}
/************** Blog ************/

.blog_sec {
    position: relative;
    background-color: #0A2C76;
}

.blog_sec .bord_btn {
    color: #fff !important;
    border: 1px solid #fff;
}

.blog_sec .bord_btn:hover {
    border: 1px solid #000;
}

.blog_sec .sec-title span {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.blog_sec .sec-title h2 {
    color: #fff;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 20px 0;
}

.blog-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 15px;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-img {
    height: 255px;
    overflow: hidden;
}

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

.blog-content h3, .blog-content h3 a {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 12px;
    font-weight: 700;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home .blog-content h3 br {
    display: none;
}

.blog-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 18px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.read-more {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.read-more:hover {
    color: #0A2C76;
}

.read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 86px;
    height: 3px;
    background: #c1343a;
    transition: width 0.4s ease;
}

.read-more:hover::after {
    width: 100%;
}


/* Responsive */
.blog-content p {
    color: #000000;
    margin: 15px 0px;
}

@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}


/************** testimonial ***********/

.testinomial {
    background-color: #1480D5;
    padding-bottom: 0;
}

.testinomial h2 {
    color: #fff;
}

.testi_img {
    text-align: center;
}

.testi_img img {
    width: 84%;
}

.testi_bx {
    background-color: #fff;
    border-radius: 25px;
    padding: 36px 50px 16px;
}

.testi_bx .pro_bx {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.testi_bx .pro_bx h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.testi_bx .pro_bx h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.testinomial .slick-next,
.testinomial .slick-prev {
    background-color: #fff;
}

.testinomial .slick-arrow.slick-prev:before,
.testinomial .slick-arrow.slick-next:before {
    color: #1480D5;
}


/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.avaliable-block {
    flex-direction: column;
    gap: 12px;
}

.avaliable-block span {
    color: #C4292F;
}
.footer-desc p {
    font-weight: 600;
    max-width: 850px;
    text-align: center;
    margin-inline: auto;
}
.footer-desc p a {
    color: #c4292f;
    font-weight: 600;
}
.footer-section {
    background-color: #fff;
    position: relative;
    padding: 80px 0 0;
}

.footer-section .ft_img img {
    width: 100%;
}

.em_ul li {
    margin-bottom: 20px;
}

.em_ul li a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.em_ul li a:hover {
    color: #EF191B;
}

.socil_media h2,
.sec-title h2,
.sec-title h1 {
    font-size: 35px;
}

.socil_media h2 {
    color: #EF191B;
}

.socil_l {
    display: flex;
    gap: 18px;
}

.cont_bx {
    margin-top: 80px;
}

.copyright-area {
    background-color: #000;
    padding: 20px;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.privacy_text {
    text-align: right;
}

.privacy_text a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.privacy_text a:hover {
    color: #EF191B;
}

.contact-section {
    min-height: 527px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact-section .text-block {
    background: #fff;
    width: 590px;
    padding: 30px;
}

.contact-section .action-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.contact-section .action-btn {
    display: flex;
    gap: 15px;
    align-items: center;
}

.testimonials-section {
    background-color: #C4292F;
}

.testimonials-section .section-head * {
    color: #fff;
}

.testimonials-section .section-head .sec-title span {
    border-color: #fff;
}

.testimonials-section .testimonial-header {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 22px;
    align-items: center;
}

.testimonials-section .rating-stars i {
    color: #FFCC00;
}

.testimonials-section .testimonial-header img {
    background: #fff;
    padding: 6px;
    border-radius: 100px;
}

.testimonial-content {
    text-align: center;
    width: 100%;
    max-width: 779px;
    margin-inline: auto;
}

.testimonial-content h3 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    margin-top: 18px;
    font-weight: 600;
}

.testimonials-section .section-head {
    margin-bottom: 50px;
}

.testimonial-content p {
    color: #fff;
    line-height: 25px;
}

.testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonials-section .section-btn a {
    color: #fff !important;
    border-color: #fff;
}

.testimonials-section .section-btn {
    margin-top: 50px;
}

.testimonial-prev,
.testimonial-next {
    width: 40px;
    height: 40px;
    border-radius: 0%;
    border: none;
    background: #fff;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-prev::before,
.testimonial-next::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #C4292F;
}

.testimonial-next::before {
    transform: scaleX(-1);
}

.testimonials-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 75px;
}

.site-footer {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}


/* Top Section */

.footer-top {
    padding: 80px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1320px;
}

.footer-logo {
    max-width: 185px;
    margin-bottom: 25px;
}

.footer-about p {}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #C4292F;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin-top: 28px;
}

.footer-col ul li {
    color: #000000;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #000;
}


/* Social */

.footer-social {
    margin-top: 20px;
}

.footer-social span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #000;
    font-size: 20px;
}


/* Contact */

.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.footer-contact i {
    color: #c4292f;
    margin-top: 4px;
    margin-right: 5px;
}

.footer-bottom p {
    margin: 0px;
    color: #fff;
}

.footer-bottom {
    background: #0A2D6D;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 15px 0px;
    font-size: 13px;
}

.footer-bottom .container {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-text-block span:first-child {
    display: block;
}

.footer-contact a {
    font-weight: 600;
}

.footer-text-block {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.footer-contact span {
    font-size: 16px;
    font-weight: 600;
}

.footer-contact {
    gap: 25px !important;
}

.offer-grid {
    display: grid;
    grid-template-columns: 1fr;
    transition: all 0.4s ease;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: rgb(100 100 111 / 4%) 0px 7px 29px 0px;
}

.offer-slider * {
    transition: 0.6s !important;
}

.offer-slider .slick-current .offer-grid {
    grid-template-columns: 45% 48%;
    width: 100%;
    background-color: #F6F9FE;
    max-width: 718px;
    align-items: start;
    gap: 25px;
    height: 100%;
    width: 100%;
}

.offer-slider .slick-current .offer-grid .slide-text {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-slider .slick-current .offer-grid .slide-image img {
    height: 425px;
}

.slide-text {
    display: none;
}

.slick-current img {
    margin: 0px !important;
}

.offer-slider .slick-current .slide-text {
    display: block;
}

.offer-slider .action-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.offer-slider .action-btn a {
    padding: 12px 25px !important;
}

.offer-slider .slick-current .slide-text h3 {
    font-size: 24px;
    padding-bottom: 12px;
    position: relative;
    font-weight: 600;
    margin-bottom: 26px;
}

.offer-slider .slick-current .slide-text h3::before {
    height: 4px;
    width: 26%;
    background-color: #C4292F;
    position: absolute;
    content: '';
    bottom: -1px;
}

.offer-section .section-head {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-image img {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    height: 375px;
}

.slider-container {
    width: 100%;
    max-width: 1614px;
    margin-left: auto;
}

.slide-label {
    display: block;
}

.slide-label h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.slide-label h4::before {
    height: 4px;
    width: 26%;
    background-color: #C4292F;
    position: absolute;
    content: '';
    bottom: -9px;
}

.offer-slider .slick-current .slide-label {
    display: none;
}

.offer-section .slider-nav-bar button {
    height: 45px;
    width: 45px;
    border: 0px;
    outline: 0px;
    background-color: #021641;
    font-size: 0px;
    position: relative;
}

.offer-section .slider-nav-bar button:first-child {
    transform: scaleX(-1);
    background: #fff;
    border: 1px solid #021641;
}

.offer-section .slider-nav-bar button:first-child::before {
    color: #000;
}

.offer-section .slider-nav-bar button::before {
    content: "\f105";
    font-size: 18px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.offer-slider .offer-slide {
    width: 280px;
    transition: width 0.4s ease;
}

.offer-slider .slick-current.offer-slide {
    width: 200px;
}

.offer-slider .slick-slide {
    flex-shrink: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 38px;
    color: #fff;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0; */
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-family: "Roboto", sans-serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.header .min_lg img {
    width: 150px;
}

.header .navbar {
    gap: 26px;
    width: 100%;
}


.right_side_bx .nm a {
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s ease-in-out;
    line-height: auto;
}

.right_side_bx .com_btn {
    font-weight: 500 !important;
}

.hero-inner {
    --_gap: 4rem;
    background-color: #c4292f;
    color: #fff;
    position: relative;
    isolation: isolate;
}

.hero-inner .hero-title>* {
    font-size: clamp(1.725rem, 2.5vw, 2.5rem);
    margin-block-end: 0.45em;
    text-transform: capitalize;
}

img {
    max-width: 100%;
}

.hero-inner h1,
.hero-inner h2,
.hero-inner p {
    color: #fff;
}

.what-we-do .image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: hsl(221deg 84% 25% / 20%);
    z-index: -2;
    width: 25%;
    box-shadow: 0 0 0 100vmax hsl(357, 66%, 46%, 20%);
    clip-path: inset(-100vmax 0 -100vmax -100vmax);
}

.what-we-do .image-wrapper {
    height: 100%;
    width: 100%;
}

.what-we-do .image-wrapper img {
    object-fit: cover;
    border-radius: 1rem;
    height: 100%;
    width: 100%;
}

.what-we-do .row {
    align-items: center;
}

/* section.block.what-we-do ul {
    padding: revert;
    list-style: revert;
    margin: revert;
} */

section.block.what-we-do {
    position: relative;
}

.fluid-block {
    position: relative;
    isolation: isolate;
    clip-path: inset(0);
}

.fluid-block .fluid-inner {
    background-color: hsl(221deg 84% 25% / 96%);
    padding: clamp(1.5rem, 2vw, 2rem);
    color: #fff;
    width: 100%;
    max-width: 550px;
}

/* .section-title h2 {
    font-size: 35px;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    margin: 2px 0px 10px 0px;
} */

.section-title h2 {
    position: relative;
    text-transform: capitalize;
}

.custom-list li:not(:last-child) {
    margin-block-end: 0.5em;
}

.fluid-block .fluid-image img {
    position: fixed;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fluid-inner ul {
    list-style: revert;
    padding: revert;
    margin: revert;
}

.fluid-inner h2 {
    color: #fff;
}

.news-letter {
    background-image: url(https://www.skylightspecialistli.com/wp-content/uploads/2026/03/newsletter_bg.jpg);
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.news-letter .text {
    text-align: center;
    color: #fff;
}

.news-letter .text h2 {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
}

.news-letter .text {
    text-align: center;
    color: #fff;
}

.news-letter .btn a.common-btn {
    background: #0a2c76;
}

.news-letter::after {
    background-color: #c4292f;
    opacity: 0.92;
    position: absolute;
    content: "";
    inset: 0;
}

.news-letter .container {
    position: relative;
    z-index: 77;
}

section.news-letter * {
    color: #fff;
}

.inner_banner {
    padding: 0;
    position: relative;
    margin: 0px;
}

.inner_banner img {
    width: 100%;
    max-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner_banner .banner_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 77;
    transform: translate(-50%, -10%);
    /* background: #fff; */
    /* padding: 10px 20px; */
    /* border-bottom: 4px solid #c52830; */
    margin: 0 !important;
}

.inner_banner .banner_heading h2 {
    color: #253472;
    text-transform: uppercase;
    font-size: 35px;
    background: #ffffff;
    padding: 10px 28px;
    border-bottom: 3px solid #253472;
}

.inner_banner::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(177deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    background: -webkit-linear-gradient(177deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(177deg, rgb(38 38 38) 0%, rgba(0, 212, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00d4ff", GradientType=1);
    top: 0;
}

.address-details .detail-bx {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-left: 3px solid #253472;
    transition: 0.2s;
    border-radius: 10px;
    min-height: 120px;
    background-color: #fff;
}

.address-details .detail-bx .icon {
    min-width: 50px;
    height: 100%;
    display: flex;
    place-items: center;
    aspect-ratio: 1;
    background-color: #253472;
    color: #fff;
    border-radius: 50%;
    transition: 0.2s;
    justify-content: center;
}

.address-details .detail-bx h4 {
    font-size: 17px;
}

.address-details .detail-bx address {
    line-height: inherit;
    font-size: 15px;
}

.address-details .left-form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 22px;
    border: 1px solid #eee;
    background-color: #fff;
}

.section-title h2 {
    font-size: 35px;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    margin: 5px 0px 20px 0px;
}

.section-title h2 {
    position: relative;
    text-transform: capitalize;
}

.address-details .left-form form input,
select,
textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 10px;
    border: 1px solid #dbd8d8;
    text-transform: inherit;
}

.page-template-contact-us #contacts #message {
    border: 1px solid #dbd8d8;
    border-radius: 0;
    color: #000;
}

.common-btn {
    background-color: #c4292f;
    text-transform: capitalize;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 20px;
    padding: 14px 35px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    z-index: 77;
    position: relative;
    transition: 0.3s;
}

.left-form form .row {
    flex-wrap: wrap;
    row-gap: 20px;
}

section.address-details {
    background-color: #f8f8f8;
}

.top-banner {
    position: relative;
    padding: 0px !important;
    width: 100%;
}

.top-banner .banner-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.top-banner .banner-image-wrapper img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
}

.top-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
}

.top-banner .banner-text h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

.contact-main-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
}

.contact-section-2 .sec-title h1 {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;
}


.contact-section-2 {
    background: #f2f2f2;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
}

.contact-add-ic {
    background: #C4292F;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
}

.contact-add-box .contact-add-cn p {
    font-weight: 600;
    margin: 0;
}

.contact-add-cn a {
    color: #C4292F;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

    background-image: url(https://www.skylightspecialistli.com/wp-content/uploads/2026/02/Frame-2147226369-1.png);
}

.cc-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.cc-img img {
    height: 100%;
}

.contact-main-3 {
    padding: 40px 30px;
    background: #0A2D6D;
    border: 5px solid #ffffff;
}

.contact-main-3 textarea.form-control {
    height: 100px;
}

.contact-main-3 .section-title {
    margin-bottom: 6px;
}

.contact-main-3 .section-title h2 {
    margin-bottom: 30px;
    color: #fff;
}

.contact-main-3 .sum-btn {
    text-align: end;
}

.contact-main-3 .sum-btn button:hover {
    background-color: #C4292F;
}

.contact-main-3 .form-control {
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.contact-main-3 .form-control::placeholder {
    color: #fff;
}



.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    height: 50px;
    border-radius: 0;
}

.location-center iframe {
    height: 450px;
}

section.address-details {
    background-color: #f8f8f8;
}

.contact-add-box:last-child {
    border: none;
    margin: 0;
}

.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.top-banner .banner-image-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
}

.ban_head ul.banner_list {
    margin: 0 0 30px 0;
}

.ban_head ul.banner_list li {
    color: #0a2c76;
    padding: 0 0 0 30px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

.ban_head ul.banner_list li::after {
    height: 11px;
    width: 11px;
    background-color: #0a2c76;
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #0a2c76;
    outline-offset: 2px;
}

ul.common_listing {
    padding: 0;
    font-weight: 500;
    flex-direction: column;
    display: flex;
    row-gap: 8px;
    list-style: none;
}

ul.common_listing li {
    padding: 0 0 0 30px;
    position: relative;
}

ul.common_listing li::after {
    height: 11px;
    width: 11px;
    background-color: #0a2c76;
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #0a2c76;
    outline-offset: 2px;
}

.fluid-inner ul.common_listing li::after {
    background-color: #ffffff;
    outline: 2px solid #ffffff;
}

section.block.what-we-do.no_overlay .image-wrapper::before {
    display: none;
}

.services-hero {
    background: #e1eeff;
}

.hero-title h1 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

.services-hero-description p {
    color: #000;
}

.services-hero-description .site-list li {
    color: #000;
}

.services-hero-description .site-list li::after {
    background-color: #0a2d6d;
    outline: 2px solid #0a2d6d;
}


.hero-title h1::before {
    width: 100%;
    max-width: calc(100% - 84%);
    background-color: #000;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 3px;
}

.quote-form {
    box-shadow: 0px 0px 0 5px #0a2d6d5c;
    padding: 28px;
    width: 100%;
    margin-left: auto;
    max-width: 500px;
    background: #0A2C76;
}

.quote-form-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}

.quote-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: 50% 45%;
    align-items: center;
    gap: 0px;
}


.quote-form-field--full {
    width: 100% !important;
}

.quote-form-field {
    width: calc(50% - 10px);
}

.quote-form-field--full textarea {
    height: 90px;
    border-radius: 0;
    border: 1px solid #00000075;
    color: #000;
    outline: 0px;
    offset: unset;
}

.limit_box span {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}
.limit-bx span {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}
form#schedule-form .limit-bx span {
    color: #000;
    font-style: normal;
    font-size: 14px;
}

.quote-form-button {
    width: 100%;
}

.quote-form-button button:hover {
    background-color: #C4292F;
}

.quote-form-field select {
    height: 44px;
    border-radius: 0;
    border: 1px solid #00000075;
    color: #4e4e4e;
    outline: 0px;
    offset: unset;

}

.schedule-free-consultation-form .form-control{
	appearance: none !important;
}

.quote-form-field .form-control {
    height: 44px;
    border-radius: 0;
    border: 1px solid #00000075;
    color: #000;
    outline: 0px;
    offset: unset;
    appearance: auto;
}

.site-list li {
    color: #fff;
    padding: 0 0 0 30px;
    position: relative;
    margin: 13px 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-list li::after {
    height: 11px;
    width: 11px;
    background-color: #ffffff;
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.skylight-badge h4 {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}

.skylight-offer-sec .left-head {
    margin-bottom: 45px;
}

.skylight-offer-sec .slick-slide {
    padding: 0px;
    margin: 0px 22px 0px 0px;
}

.skylight-badge h4::before {
    height: 4px;
    width: 26%;
    background-color: #C4292F;
    position: absolute;
    content: '';
    bottom: -9px;
}

.skylight-card {
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: rgb(100 100 111 / 4%) 0px 7px 29px 0px;
}

.skylight-card img {
    width: 100%;
    max-width: 100%;
    height: 380px;
    object-fit: cover;
}

.main-card-bx {
    position: relative;
    transition: 0.7s;
}

.skylight-content {
    position: absolute;
    background: #0a2c76ed;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 25px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    outline: 2px solid #fff;
    outline-offset: -9px;
    inset: 0;
    transform: scale(0);
    transition: 0.6s;
}

.skylight-card:hover .skylight-content {
    transform: scale(1);

}

.skylight-text h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 4px;
}

.skylight-text p {
    color: #fff;
    margin: 15px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.skylight-btns {
    /* display: flex; */
    gap: 10px;
    margin: 10px 0px;
}

.skylight-btns span {
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 2px solid #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

.skylight-nav button {
    position: unset !important;
}

.skylight-offer-sec .skylight-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.skylight-offer-sec .skylight-head button::before {
    content: "\f105";
    font-size: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.skylight-offer-sec .skylight-head .skylight-prev::before {
    color: #000;
}

.skylight-offer-sec .skylight-head button {
    height: 45px;
    width: 45px;
    border: 0px;
    outline: 0px;
    background-color: #021641;
    font-size: 0px;
    position: relative;
}

.skylight-offer-sec .skylight-head button:first-child {
    transform: scaleX(-1);
    background: #fff;
    border: 1px solid #021641;
    position: relative !important;
    top: -22px;
}













/* Base */
#menu-header-menu li {
    padding: 20px 0px;
}

.nav-item {
    position: relative;
}

.nav-item>a {
    position: relative;
    display: inline-block;
}

.mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    /* opacity: 0; */
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
    top: 65px;
    max-width: 100%;
    width: 100%;
}

/* Hover Open */
.nav-item.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mega-inner {
    display: grid;
    grid-template-columns: 1fr 605px;
    gap: 56px;
    padding: 30px;
    background: #c3292f;
    position: relative;
    border-top: 3px solid #ffffff;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
}

.mega-inner::before {
    height: 20px;
    width: 20px;
    background-color: #c3292f;
    position: absolute;
    content: '';
    left: 14%;
    transform: rotate(45deg);
    top: -10px;
}

.types-skylight::before {
    left: 25%;
}

.mega-col ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0px !important;
}

.mega-col h4 {
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid #ffffffab;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.mega-col ul li {
    margin-bottom: 0px;
    width: 100%;
    padding: 0px !important;
}

.mega-col ul li a {
    text-transform: capitalize;
    font-size: 17px !important;
    padding-left: 50px !important;
    border-bottom: 1px solid #ffffff1c;
    color: #fff;
    padding: 15px;
    position: relative;
}

.mega-col ul li a:focus {
    color: #0a2c76;
}


.mega-col ul li a::before {
    height: 12px;
    width: 12px !important;
    background-color: #fff;
    position: absolute;
    content: '';
    outline: 2px solid #fff;
    outline-offset: 2px;
    transform: rotate(45deg);
    left: 15px;
    top: 20px;
}

.mega-col ul li a:hover {
    color: #0a2c76 !important;

}

.mega-col ul li a:hover::before {
    background-color: #c3292f;
    outline: 2px solid #c3292f;
}

.mega-col ul li a:hover {
    background-color: #fff;
    color: #0a2c76;
}


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


.about-hero-section {
    background: #0a2d6d;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
}

.page-title h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

.hero-box p {
    color: #fff;
}



.page-title h1::before {
    width: 100%;
    max-width: calc(100% - 84%);
    background-color: #fff;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 3px;
}


.skylight-services-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.services-text-block .blue_btn {
    border-color: #fff;
    background: #fff;
    color: #0a2d6de6 !important;
}

.services-text-block .blue_btn:hover {
    background-color: transparent;
    color: #fff !important;
}

.services-text-block h2 {
    color: #fff;
}

.services-text-block p {
    color: #fff;
}

.services-text-block {
    background: #0a2d6de6;
    padding: 40px;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
}

.skylight-types-section .site-list li {
    color: #000;
}

.skylight-types-section .site-list li::after {

    background-color: #0a2d6d;

    outline: 2px solid #0a2d6d;

}

.section-footer p {
    margin: 0;
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
    text-align: center;
    margin-top: 20px;
}

.skylight-types-list {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.why-homeowners-choose {
    background: #f2f2f2;
}

.why-homeowners-choose .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.why-homeowners-choose .right-image {
    height: 100%;
    width: 100%;
}

.why-homeowners-choose .main-grid .left-text-bx p {
    text-transform: capitalize;
    color: #000;
}

.why-homeowners-choose .main-grid .site-list li {
    color: #000;
}

.why-homeowners-choose .main-grid .site-list li::after {
    background-color: #0a2d6d;
    outline: 2px solid #0a2d6d;
}

.why-homeowners-choose .right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-homeowners-choose .section-header {
    text-align: center;
    width: 100%;
    max-width: 775px;
    margin-inline: auto;
}


.section-cta2 {
    background: #0a2c76;
}

.section-cta2 p {
    color: #fff;
}

.section-cta2 .section-title h2 {
    color: #fff;
}

.hero-image-box img {
    width: 100%;
}

.services-main-section .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.services-main-section .site-list li {
    color: #000;

}

.services-main-section .site-list li::after {
    background-color: #0A2D6D;
    outline: 2px solid #0A2D6D;
}

.services-main-section img {
    width: 100%;
    max-width: 100%;
}

.type-Offer .main-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 35px;
}


.main-card-grid .card-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.main-card-grid .card {
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: rgb(100 100 111 / 4%) 0px 7px 29px 0px;
    border-radius: 0px;
    border-left: 3px solid #0a2c76;
}

.skylight-types-list2 li {
    text-align: center;
    color: #000;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgb(0 0 0 / 0%);
    padding: 15px;
    background: #fff;
}

.skylight-types-list2 li::after {
    display: none;

}

.text-section .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
    margin-top: 50px;
    width: 100%;
    max-width: 1028px;
    margin-inline: auto;
    text-align: center;
}

.text-section .main-grid::before {
    height: 100%;

    width: 1px;
    left: 50%;
    background-color: #b9b8b8;
    position: absolute;
    content: '';
}

.text-section .main-grid::after {
    height: 1px;
    width: 100%;
    background-color: #b9b8b8;
    position: absolute;
    content: '';
    top: 47%;
}


.text-section .card-bx h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.text-section .card-bx {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.text-bx1 h2 {
    font-size: 25px;
    border-left: 5px solid #0a2d6d;
    padding: 15px 15px;
    background: #0a2d6d38;
}


.remove-border {
    border: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
}


.skylight-installation .main-grid::before {
    height: 100%;
    width: 1px;
    background-color: #8b8b8b;
    position: absolute;
    content: '';
    left: 50%;
}

.skylight-installation .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
}

.skylight-installation .main-grid ul li {
    color: #212529;
}

.skylight-installation .main-grid ul li::after {
    background-color: #0a2d6d;
    outline: 2px solid #0a2d6d;
}

.skylight-installation .main-grid p {
    margin: 15px 0px;
}



.services-text-block2 {
    background-color: #C4292F;
}

.why-homeowners-choose .end-block {
    border-top: 1px solid #b9b9b9;
    padding-top: 15px;
    margin-top: 15px;
}

.faq .accordion {
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    box-shadow: 0 2px 0.725rem hsl(0, 0%, 0%, 10%);
    margin-inline: auto;
}

.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0a2c76;
}

.faq .accordion-button {
    font-size: 18px;
    box-shadow: none;
    color: #000;
    border-radius: 0 !important;
    font-weight: 400;
}

.faq .accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(94%) sepia(65%) saturate(6058%) hue-rotate(183deg) brightness(125%) contrast(96%);
}

.faq .accordion-item {
    border-radius: 0;
    border: 1px solid #ccc;
}

.faq .section-title h2 {
    color: #fff;
}

.faq {
    background: #0a2c76;
}


.bg-white1 {
    background-color: #fff;
}

.bg-white1 h2 {
    color: #000 !important;
}

.bg-white1 p {
    color: #000;
}













































































































































.section-cta2 .btn-bx a:hover {
    background-color: #C4292F;
}

.page-id-57 .why-homeowners-choose .main-grid {
    margin-top: 0px;
}

.skylight-special .section-title h2 {
    color: #fff;
    margin-bottom: 50px;
}

.special-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.glass-card {
    padding: 20px;
    transition: 0.4s ease;
    position: relative;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    text-align: center;
}

.glass-card.highlight {
    border-left: 1px solid #ffffff1f;
    border-right: 1px solid #ffffff1f;
}

.glass-card h3 {
    color: #fff;
    font-size: 24px;
    width: 244px;
    margin-inline: auto;
}

.glass-card p {
    margin: 0px;
    color: #fff;
}



.skylight-special {
    background: #0a2d6d;
}

.error {
    background: red;
    display: block;
    color: #fff !important;
    padding: 0px 2px;
    font-size: 15px;
}

.slick-header {
    background: #0a2d6d;
    padding: 50px 0px;
}

.slick-header .sec-title h1 {
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.gallery-block .gallery_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.gallery-block .gallery_item img {
    width: 100%;
    max-width: 100%;
}

.gallery-block figure {
    margin: 0px !important;
}

.gallery-block {
    border-bottom: 2px solid #0a2d6d;
}

.blog_sec2 {
    background-color: transparent;
    border-bottom: 2px solid #0A2C76;
}

.blog_sec2 .blog-grid {
    margin: 0;
}

.blog_sec2 .blog-card {
    border: 1px solid #eee;
}


.client-review-sliderr .review-box {
    box-shadow: 0 0px 10px 0 #ccc;
    padding: 30px;
    background-color: #fff;
}

.client-review-section .head-bx {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.client-review-section .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: orange;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-review-section .bottom-bx h5 {
    color: #c4292f;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.client-review-sliderr {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-wrapper {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    /* animation: 30s linear 0s infinite normal none running bg-marquee; */
    background-repeat: repeat;
    padding: 80px 0px;
}

.textarea-block {
    width: 100%;
}

.textarea-block textarea {
    width: 100%;
    height: 90px;
}

.textarea-block .form-col {
    width: 100% !important;

}

.form-wrapper .form-col {
    width: 48%;
}

.form-textarea .form-col {
    width: 100%;
    max-width: 100%;
}

.form-wrapper .form-col input {
    padding: 12px;
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #fff;
}

.form-wrapper .form-col select {
    padding: 12px;
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #fff;

}

.main-form-block {
    outline: 7px solid #0a2d6d80;
    padding: 30px;
    background: #0a2d6d;
    border: 5px solid #0a2d6d69;
    corner-shape: scoop;
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
}

.main-form-block .sec-title h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.main-form-block .form-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.main-form-block .form-btn {
    text-align: end;
}

.main-form-block .form-btn button:hover {
    background-color: #c4292f;
}

@media (min-width: 992px) {
    .hero-inner .hero-image img {
        position: absolute;
        inset: 0;
        width: calc(50% - (var(--_gap) / 2));
        height: 100%;
        object-fit: cover;
        margin-left: auto;
        z-index: -2;
    }
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}


.qs-wrapper h2 {

    font-size: 2rem;
    color: #1a2e44;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 14px;
}


.qs-card {
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease;
}

.qs-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
}

.qs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qs-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 10px;
    text-align: left;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.2s ease;
    font-size: 16px;
}

.qs-toggle:hover {
    background: #f8fafc;
}

.qs-toggle.expanded {
    background: #0a2c76;
    color: #fff;
}

.qs-symbol {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    transition: all 0.3s ease;
}

.qs-toggle.expanded .qs-symbol {
    background: #eceef4;
    color: #0a2c76;
    transform: rotate(-3deg);
}

.blog-post-section .blog-content p {
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
}

.blog-post-section .faq {
    background: transparent;
}

.blog-post-section .accordion-header {
    margin: unset;
    padding: 0;
}

.qs-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 24px;
}

.qs-body.visible {
    max-height: 200px;
    padding: 0 24px 20px;
}


@keyframes revealIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.error-sec {
    background: #f5f5f5;
    padding: 100px 0;
}
.error-cn {
    text-align: center;
}
.error-cn h2 {
    font-size: 85px;
    color: #0a2d6d;
    margin: 0;
}
.error-cn p {
    font-weight: 700;
}



@media (max-width: 1366px) {
    .header .container {
        max-width: 95%;
    }

    /* .banner-slider .banner-text {
        left: 27px;
    } */

    .enginner_pic {
        left: -77px;
    }

    .slider-container {
        max-width: 1250px;
    }
}

@media (max-width: 1280px) {
    .slider-container {
        max-width: 1200px;
    }
}


























.mobile-bar {
    display: none;
}

.limit-bx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-about p {
    color: #000;
}

.limit_box {
    display: flex;
    justify-content: space-between;
}

.page-id-160 .limit-bx i {
    color: #fff !important;
}

@media (max-width: 1268.98px) {
    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 10px 10px;
        width: 100%;
        background: transparent !important;
        border-bottom: 0.1px solid #eeeeee14 !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #fff !important;
        font-family: "Roboto", sans-serif !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        height: 35px;
        width: 35px;
        background: #c4292f;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {
        background-color: #0a2c76 !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #0c2356 !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #c4292f !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #c4292f !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 75px !important;
        background: #c4292f;
        height: 38px;
        width: 38px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }


    #header {
        position: unset !important;
    }

    .right_side_bx {
        display: none !important;
    }

    .navbar ul {
        display: none !important;
    }

    .banner-main {
        padding: 0;
    }

    .mobile-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mobile-bar a {
        padding: 12px 0px;
        line-height: 1.34;
        position: relative;
        display: inline-block;
        transition: all .4s ease-in-out;
        font-weight: 600;
        font-size: 16px;
        text-transform: capitalize;
        background: #c4292f;
        border-radius: 0px;
        color: #fff;
    }

    .mobile-bar a+a {
        background-color: #0a2c76;
    }

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

    .skylight-types-list {
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 1200.98px) {
    .testimonials-navigation {
        bottom: -30px;
        justify-content: center;
        gap: 15px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .banner-text .col-lg-9 {
        width: 100%;
        max-width: 100%;
    }

    .banner-slide2 .banner_image::before {
        display: none;
    }

    .banner-slider .banner-text {
        position: unset !important;
        transform: unset !important;
        background: #0a2c76;
        padding: 35px 0px 0px 0px;
        text-align: center;
    }

    .why-homeowners-choose .main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 20px;
    }


    .ban_head {
        max-width: 100%;
    }

    .banner-text .row {
        justify-content: center;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .ban_head h1,
    .ban_head h2 {
        text-align: center;
        display: block;
    }

    .ban_head h1 br,
    .ban_head h2 br {
        display: none;
    }

    .ban_head h1,
    .ban_head h2 {
        color: #fff;
    }

    .ban_head ul.banner_list li {
        color: #fff;
    }

    .ban_head ul.banner_list li::after {
        background-color: #fff;
        outline: 2px solid #fff;
    }

    .banner-main .slick-dots {
        position: unset;
    }

    .banner-main .banner-slider {
        background: #0a2c76;
    }

    .ban_head ul.banner_list li::after {
        display: none !important;
    }


    .ban_head ul.banner_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .ban_head ul.banner_list li {
        color: #0a2c76 !important;
        padding: 8px;
        border: 1px solid #eee;
        background: #fff;
    }

    .banner-main .alin_btns {
        justify-content: center;
    }

    .abt_right_bx {
        padding-left: 20px;
    }

    .enginner_pic img {
        display: none;
    }

    .page-title h1 {
        font-size: 25px;
    }

    .page-title h1::before {
        max-width: calc(100% - 94%);
    }

    .skylight-services-section {
		min-height: auto;
		background-attachment: inherit;
    }

    .special-grid {
        grid-template-columns: 1fr;
    }

    .glass-card.highlight {
        border: transparent;
    }

    .blog-post-image img {
        float: unset !important;
        margin-left: 0px !important;
        margin-bottom: 25px !important;
    }

    .blog-post-content :is(h1,

        h2,

        h3,

        h4,

        h5,

        h6) {
        font-size: clamp(28px, 25px, 36px);
    }

}


.section-cta2 h2 {

    color: #fff;
}

@media (max-width: 1200px) {
	.glass-card h3 {
        font-size: 20px;
    }

    .glass-card.highlight {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .glass-card {
        border: 1px solid #eee;
    }

    .special-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }
	
}
@media (max-width: 1024.98px) {
	
	.form-wrapper, .contact-section-3, .schedule_from, .contact-section {
		background-attachment: inherit;
	}
    .faq .accordion {
        margin-top: 15px;
    }

    .section-cta2 .section-title h2 br {
        display: none;
    }

    .skylight-installation .main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .skylight-installation .main-grid::before {
        display: none;
    }

    .text-section .card-bx {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .hero-title h1 {
        font-size: 25px;
    }

    .text-section .main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 35px;
        max-width: 100%;
    }

    .text-section .main-grid::before {
        display: none;
    }

    .text-section .main-grid::after {
        display: none;
    }

    .quote-form-button {
        width: 100%;
        text-align: left !important;
    }

    .limit_box {
        flex-wrap: wrap;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }

    .ban_head ul.banner_list li {
        width: 37%;
        text-align: center;
    }

    .abt_us .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .abt_right_bx {
        padding-left: 0px;
        padding-top: 0px;
    }

    .video_bx video {
        height: 450px;
    }

    section {
        padding: 50px 0px;
    }

    .services-section .col-lg-3 {
        width: 100%;
        max-width: 100%;
    }

    .services-section .col-lg-8 {
        width: 100%;
        max-width: 100%;
    }

    .services-section .service-content {
        padding: 20px !important;
        width: 100%;
    }

    .service-slider img {
        height: 500px;
    }

    .slide_content .content_slide_text {
        position: unset;
        transform: unset;
        width: 100%;
    }

    .services-section .service-content {
        width: 100% !important;
    }

    .services-section .slick-arrow {
        display: none !important;
    }

    .btn_bottom {
        margin-top: 35px;
        text-align: center;
    }

    .service-tabs {

        padding: 0px 15px;
        margin-bottom: 30px;
    }

    .services-section .row {
        margin-top: 25px !important;
    }

    .schedule_from .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .gall_imgs {
        grid-template-columns: 1fr 1fr;
    }

    .gall_imgs img {
        height: 350px;
    }

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Hide middle columns (2 & 3) */
    .footer-grid .footer-col:nth-child(2),
    .footer-grid .footer-col:nth-child(3) {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .footer-col ul li {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    span.lower_nm {
        width: 100%;
        text-align: center;
    }

    .footer-col ul li a {
        width: 100%;
        text-align: center;
    }

    .footer-top {
        padding: 50px 0px;
    }

    .footer-col ul {
        margin-top: 15px;
    }

    .skylight-offer-sec .skylight-head {
        flex-direction: column;
        text-align: center;
    }

    .services-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .quote-form {
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }

    .services-hero-form {
        order: -2;
    }


}

@media (max-width: 991.98px) {
  
    .section-cta br {
        display: none;
    }

    .skylight-special .section-title h2 {
        margin-bottom: 30px;
    }

    .skylight-installation .main-grid {
        gap: 10px;
    }

    .glass-card h3 {
        font-size: 20px;
    }

    .glass-card.highlight {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .glass-card {
        border: 1px solid #eee;
    }

    .special-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .main-card-grid .card {
        padding: 15px;
    }

    .main-card-grid .card-title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .type-Offer .main-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
    }

    .services-main-section .main-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .skylight-types-list {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    .socil_media h2,
    .sec-title h2,
    .sec-title h1 {
        font-size: 25px;
    }

    .sec-title span {
        font-size: 18px;
    }

    .skylight-nav {
        display: none;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-content p {
        max-width: 500px;
        margin-inline: auto;
    }

    .testimonials-section .section-btn {
        margin-top: 25px;
    }

    .footer-bottom .container {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .contact-section-2 .sec-title h1 {
        margin-bottom: 20px;
    }

    .contact-main-3 {
        padding: 15px;
    }

    .contact-main-3 .form-control {
        height: 45px;
    }

    .contact-main-2 {
        grid-template-columns: 1fr;
    }

    .contact-add-box {
        background: #fff;
        padding: 15px;
        flex-direction: column;
        text-align: center;
    }

    .contact-add-ic {
        width: 55px;
        height: 55px;
        padding: 10px;
        margin: auto;
    }

    .contact-add-cn {
        width: 100%;
        text-align: center;
    }


    .form-wrapper {
        padding: 50px 0px;
    }

    .main-form-block {
        padding: 10px;
    }

    .form-wrapper .form-col {
        width: 100%;
    }

    .main-form-block .form-btn {
        text-align: left;
    }

}


@media (max-width: 575.98px) {
    .blog-post-image img {
        height: 320px;

    }

    .gallery-block .gallery_images {
        grid-template-columns: 1fr 1fr;
    }

    .slick-header {
        padding: 40px 0px;
    }

    .why-homeowners-choose .end-block {
        padding-top: 10px;
        margin-top: 10px;
    }


    .quote-form-field {
        width: 100%;
    }

    .quote-form-grid {
        flex-direction: column;
        width: 100%;
    }

    .quote-form-title h2 {
        font-size: 25px;
        text-align: center;
    }

    .contact-add-cn h3 {
        font-size: 20px;
    }

    .contact-main-2 {
        max-width: 700px;
    }

    .services-text-block {
        padding: 20px;
    }

    .page-title h1 {
        font-size: 25px;
    }

    .section-title h2 {
        font-size: 25px;
        margin: 5px 0px 10px 0px;
    }

    .page-title h1::before {
        max-width: calc(100% - 85%);
    }

    .gall_imgs img {
        height: 170px;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 25px;
        line-height: normal;
    }

    .ban_head ul.banner_list li {
        width: 100%;
        text-align: center;
    }

    .banner-slider .banner-text {
        padding: 25px 0px 0px 0px;
    }

    section {
        padding: 40px 0px;
    }

    .video_bx video {
        height: 300px;
    }

    .service-slider img {
        height: 300px;
    }

    .services-section .service-content {
        padding: 15px !important;
        margin-top: -7px;
    }

    .skylight-card img {
        height: 350px;
    }

    .form_bx {
        padding: 20px;
    }

    .field.half {
        width: 100%;
    }

    form .row {
        display: flex;
        flex-wrap: nowrap;
        flex-wrap: wrap;
    }

    .limit-bx {
        display: flex;
        flex-direction: column;
    }

    .contact-section .text-block {
        width: 100%;
        padding: 20px;
    }

    .contact-section .action-btn {
        align-items: center;
        flex-direction: column;
    }

    .contact-section .text-block {
        text-align: center;
    }

    .contact-section {
        min-height: auto;

    }

    .testimonials-navigation {
        bottom: -30px;
        justify-content: center;
        gap: 15px;
    }

    .footer-top {
        padding: 40px 0px;
    }

    .footer-logo {
        max-width: 175px;
        margin-bottom: 20px;
    }

    .banner-main .banner_image img {
        object-fit: cover;
        height: 290px;
        object-position: right;

    }

    .ban_head ul.banner_list {
        gap: 14px;
        margin-bottom: 20px;
    }

    .ban_head .alin_btns {
        margin-top: 0px;
    }

    .skylight-offer-sec .left-head {
        margin-bottom: 10px;
    }

    .blog-grid {
        margin-top: 20px;
    }

    .contact-main-3 .sum-btn {
        text-align: left;
    }

    .video_bx {
        display: none;
    }
}






@media (max-width: 380.98px) {

    .ban_head .alin_btns {
        margin-top: 0px;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .alin_btns {
        gap: 10px;
        align-items: start;
    }
	.alin_btns .com_btn, .alin_btns .bord_btn {
		padding: 8px 16px !important;
		font-size: 16px;
	}

    .services-section .container {
        padding: 0;
    }

    .service-slider img {
        height: 250px;
    }

    .skylight-offer-sec .slick-slide {
        padding: 0px;
        margin: 0px 5px;
    }

    .mobile-bar a {
        padding: 10px 0px;
        font-size: 15px;

    }

    .faq .accordion-button {
        font-size: 16px;
    }

    .com_btn.mr-3 {
        margin-right: 0px;
    }

    .header .container {
        padding: 0px 5px !important;
    }

    .header .min_lg img {
        width: 135px;
    }

    .banner-main .banner_image img {
        height: 250px;
    }

}