* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    /* background-color: #f8f9fa; */
}


ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.ff-1 {
    font-family: "Archivo", sans-serif;
}

.ff-2 {
    font-family: "Kaushan Script", cursive;
}

.ff-3 {
    font-family: "Marcellus", serif;
}


.fc-1 {
    color: #f9a620 !important;
}



.fc-2 {
    color: #0F122B !important;
}

/* .text-gray {
    color: #adb5bd !important;
} */

:root {
    --pri-color: #1e3a5f;
    --pri-text: #fffdf2;
    --btn-pri-color: #081c15;
    --btn-sec-color: #1b1f3c;
    --btn-pri-text: #fffdf2;

    --navbar-bg: #0F122B;

    --scl-icon-clr: #ffd100;
}

.gradient {
    color: #2A8507;
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.outlined-text {

    color: transparent;
    -webkit-text-stroke: 1px #5FBA3C;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.title {
    font-weight: 300;
}

.highlight {
    color: #cba135;
    font-weight: 700;
}

.sub-title {
    font-weight: 500;
    color: #ffb703;
    font-size: 14px;
    text-align: center;
}

.pre-heading-line {
    display: block;
    position: relative;
}

.pre-heading-line::before {
    content: "";
    width: 12px;
    height: 4px;
    background-image: gradine;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;

}

.pre-heading-line::after {
    content: "";
    width: 65px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}



/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 400px;
    background-image: url(../asset/banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}


@media (max-width:667px){
    .breadcrump{
        min-height: 300px;
    }
}


.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.734);
}

.breadcrump-inner {
    /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}

.breadcrump .sub_title {
    position: relative;
    color: #fb8500;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.breadcrump .sub_title::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fb8500;
    height: 2px;
    border-radius: 100px;
    width: 40px;

}

.bread_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.bread_link a {
    color: #FFF;
}

.bread_link .active {
    color: #fb8500;
}

.bd_title {
    color: #FFF;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;
    padding: 0 15px;
}


.breadcrump-inner {
    position: relative;
    z-index: 15;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

@media (min-width:400px) {
    .title {
        font-size: 28px;
    }
}

@media (min-width:600px) {
    .title {
        font-size: 30px;
    }

    .title.sec {
        font-size: 28px !important;
    }
}


@media (min-width:800px) {
    .title {
        font-size: 32px;
    }

    .title.sec {
        font-size: 30px !important;
    }
}


@media (min-width:1000px) {
    .title {
        font-size: 34px;
    }

    .title.sec {
        font-size: 32px !important;
    }
}

@media (min-width:1100px) {
    .title {
        font-size: 36px;
    }

    .title.sec {
        font-size: 34px !important;
    }
}


@media (min-width:1200px) {
    .title {
        font-size: 38px;
    }
}

@media (min-width:1300px) {
    .title {
        font-size: 40px;
    }

    .title.sec {
        font-size: 36px !important;
    }
}

@media (min-width:1350px) {
    .title {
        font-size: 42px;
    }

    .title.sec {
        font-size: 38px !important;
    }
}


@media (min-width:1400px) {
    .title {
        font-size: 44px;
    }

    .title.sec {
        font-size: 40px !important;
    }
}






.sub-title {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    width: fit-content;
}

.butn_otln {
    border: 1px solid var(--pri-color);
    color: var(--pri-color);
}

.butn_otln:hover {
    background-color: #fb5607;
    border-color: #FFF;
    color: #FFF;
}

.abt_btn {
    background-color: #f9a620;
    color: #0F122B;
}

.sub-title.sec {
    font-size: clamp(12px, 1.5vw, 14px);
}

.otl_butn-sec>i {
    transition: all 0.3s ease-in-out;

}

.otl_butn-sec:hover>i {
    transform: translateX(10px);
}

/* BUTTONS---------------------------------------------------- */
.butn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1rem;
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    font-size: clamp(14px, 2vw, 15px);
    transition: all 0.5s ease;

}

.butn:hover {
    transform: scale(1.03);
}

.nav_btn {
    background-color: #fb5607;
    color: var(--btn-pri-text);
}


.butn_1 {
    background-color: var(--btn-sec-color);
    color: var(--btn-pri-text);
}

.butn_1:hover {
    background-color: #fb5607;
    /* box-shadow: 8px 10px 50px 0px #fb5607; */
}

.banner-butn {
    background-color: #fb5607;
}

/* NAVBAR---------------------------------------------------------------- */
.nav-btn a {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1rem;
    background: var(--main-clr);
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 38px;
    color: #fff;
    font-weight: 500;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), inset -1px -1px 3px rgba(0, 0, 0, 0.1);

}

@media (max-width:1200px) {
    .nav-btn a {
        font-size: 14px;
        padding: 0.625rem 0.75rem;
    }
}

.btn-wrapper {
    display: flex;
    align-items: center;
}

.btn-wrapper .nav-btn:nth-child(1) {
    margin-right: 14px;
}

.nav-btn.otln a {
    background-color: transparent !important;
    border: 1px solid var(--main-clr);
    color: var(--main-clr);
    box-shadow: none;
}

.nav-btn.sec a {
    background-color: var(--btn-sec);
}

.nav-btn a span {
    display: flex;
}

.nav-btn.sec a {
    padding: 12px 16px;
    font-size: inherit;
}

.nav-btn a>.icon {
    border: 1px solid #eeeeee4d;
    background-color: #ffffff1a;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;

    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-btn a>.icon i {
    font-size: 16px;
}


/* navbar */
.navbar-toggler {
    background-color: #FFF;
}

.top-menu>.wrapper {
    display: flex;

}

.header-logo {
    position: relative;
    width: fit-content;
}



.tp-w {
    background-color: #f8f9fa;
    flex-basis: 40%;
    margin-top: 5px;
    margin-bottom: -4px;
    transform: skew(40deg);
    margin-left: -60px;
}

.top-menu {
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
}

.top-menu .top-menu-list {
    display: flex;
    align-items: center;
    padding: .313rem 0;
}

.top-menu-list>.wrapper {
    display: flex;
    padding-left: 50px;
    width: 75%;
    justify-content: space-between;

}


.top-msg {
    font-size: 14px;
    color: rgb(199, 206, 212);
}


.top-menu-links {
    display: flex;
    gap: 5px;
    align-items: center;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-item.active {
    background-color: transparent;
    color: #000;
}

.top-menu-list .ic>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1em;
    background-color: #202551;
    color: #cba135;
    border-radius: 100%;
    margin: 0 5px;

}


.header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.scl-icon {
    border: 1px solid #454A69;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;
    color: #FFF;
    background-color: var(--scl-icon-clr);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-title {
    display: inline-block;
    color: #9092a3;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3px;
    font-size: clamp(12px, 1.5vw, 13px);

}

.scl-text {
    display: flex;
    flex-direction: column;
}

.sc-text {
    color: var(--text-clr-pri);
    margin-top: 4px;
}

a.sc-text {
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 200;
    color: #ffffff;
}

@media (min-width:1200px) {
    .main_nav {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        /* transition: all 0.3s ease-in-out; */
    }
}

.main_nav.sticky {
    /* position: relative; */
    visibility: hidden;
    opacity: 0;
}

.nav-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#000000, #00000000);
    z-index: -1;
}

.navbar {
    background-color: transparent;
}





.navbar .nav-item .nav-link {
    font-size: clamp(14px, 1.5vw, 15px);
    color: #FFF;
    font-weight: 300;
    white-space: nowrap;
}


@media (min-width:1200px) {
    .navbar .nav-item .nav-link {
        margin: 4px 0;
    }
}

.navbar .nav-item .nav-link.active {
    color: #ffd100;
}

@media (max-width:1200px) {

    .navbar .nav-item .nav-link {
        padding-left: 20px;
    }

    /* .navbar .nav-item .nav-link.active {
        color: #FFF;
        border-radius: 2px;
    } */
}

@media (min-width:1000px) {
    .navbar .nav-item {
        margin: 0 25px;
    }
}

@media(max-width:1200px) {
    .navbar {
        background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);

    }

    .navbar .nav-item .nav-link {
        color: #000000;
    }

    .navbar .navbar-brand img {
        width: 160px;
    }

}

@media (min-width:1200px) and (max-width:1400px) {
    .navbar .navbar-brand img {
        width: 140px;
    }
}

@media (max-width:999px) {
    .top-menu-list>.wrapper {
        width: 100%;

    }

    .bnr::before {

        height: 80% !important;

    }
}



@media (max-width:600px) {
    .top-menu-list>.wrapper {
        padding-left: 20px;

    }

    .top-msg {
        font-size: 12px;

    }

    .navbar .navbar-brand img {
        width: 130px;
    }
}


@media (min-width:1200px) {
    .navbar-nav {
        border-radius: 100px;
        background: #ffffff1c;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.5),
            inset 0 -1px 0 rgba(255, 255, 255, 0.1),
            inset 0 0 0px 0px rgba(255, 255, 255, 0);
        position: relative;
        /* overflow: hidden; */
        transition: all 0.3s linear;
    }

    .navbar-nav::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, 0.8),
                transparent);
    }

    /* .navbar-nav::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.8),
                transparent,
                rgba(255, 255, 255, 0.3));
    } */
}


.sec_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #ffffff;
    transition: all 0.5s ease;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
}

.sec_icon {
    height: 65px;
    width: 65px;
    background-color: #CBA132;
    border-radius: 100%;
}

.banner_bottom .sec_card {
    background-color: #fffdf2;
}

.banner_bottom .sec_card:hover {
    transform: translateY(-20px);
}

.banner_bottom .sec_card:hover {
    border-bottom: 4px solid #f9a620;
}

.sec_card .card_bgImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.sec_bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: #000000b5;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.sec_card:hover .card_bgImg {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_bgOverlay {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_title-1 {
    color: #FFF;
}

.sec_card:hover {
    border-bottom: 4px solid #001d3d;
}

.sec_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FFF;
}


.sec_thumbnail .thumb_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.sec_card .sec_thumbnail img {
    transition: all 0.5s ease;
}

.sec_card:hover .sec_thumbnail img {
    transform: scale(1.05);
}

.sec_2.services {
    position: relative;
}


.sec_2.services .sec_2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    z-index: -1;

}

@media (max-width:1200px) {
    .sec_2.services .sec_2-bg {

        width: 100%;
        border-top-right-radius: 70px;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 0;

    }
}


.sec-desc {
    font-size: clamp(14px, 1.2vw, 15px);

}

.sec_title {
    position: relative;
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
    color: #001f36;
}

.sec_title:hover {
    color: #003f88;
}

.sec-icon {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 2px solid #FFF;
    background-color: #FFF;
    z-index: 2;
}

.sec-inner-content {
    position: relative;
    padding-top: 30px;
    margin-top: -28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    background-color: #FFF;
}


.sec-inner-content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    padding-left: clamp(12px, 4vw, 20px);
    padding-right: clamp(12px, 4vw, 20px);
    padding-bottom: clamp(20px, 6vw, 35px);
    background-color: #FFF;
}

.sec_des {
    color: #343a40;
    font-weight: 400;
    font-size: 15px;
}

/* .sec_btn a {
    font-size: 15px;
} */

.sec-cnt-imgolv {
    position: absolute;
    right: 10%;
    top: 10%;
    height: 100px;
    width: 100px;
    filter: opacity(10%);

}

.sec-cnt-imgolv.sec {
    filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(4638%) hue-rotate(176deg) brightness(94%) contrast(90%) opacity(10%);
}

.sec-icon img {
    padding: 9px;
    object-fit: contain;
}

.sec_content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    z-index: 10;
}

.sec_content.sec {
    margin-top: 0;

}

.sec_title_sec {
    font-size: 15px;
    color: #bf953f;
}


.sec_content.th {
    margin-top: -40px !important;
    margin: 0 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
}


.badge-custom {
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #ffc300;
}


/* SECTION 4---------------------------------------------------- */
.desc {
    color: #343a40;
    font-weight: 300;
}

.sec_4.wch {
    position: relative;

}

.sec_4.wch .sec_4-wch-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    z-index: -1;
}



@media (max-width:1200px) {
    .sec_4.wch .sec_4-wch-bg {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-right-radius: 70px;
        border-bottom-left-radius: 70px;

    }
}


.sec_4-main-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #FFF;
}

.sec_4-main-icon img {
    padding: 6px;
    object-fit: contain;
}


.sec_4-title {
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 400;
    color: #0a2323;
    letter-spacing: 0em;
}

.sec_4-desc {
    font-weight: 300;
    color: #343a40;
    font-size: 15px;
}

.sec_4-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

.sec_4-image-inner {
    position: relative;
    height: 100%;
    max-width: 95%;

}


/* .sec_4-image-inner::before {
    position: absolute;
    left: -10px;
    bottom: -10px;
    content: '';
    border: 1px solid #cba0358d;
    height: 100%;
    width: 100%;
    border-radius: 30px;

} */

.sec_4-image-inner img {
    border-radius: 20px;
}


/* testimonial */

.testi-wrapper.sct_7 {
    position: relative;
    overflow: hidden;
}

.testi-wrapper .sct_7-ptrn {
    position: absolute;
    right: -60px;
    bottom: -50px;
    filter: opacity(20%);
    z-index: -1;
}


.testi-header {
    text-align: center;

}

.t-quote {
    position: relative;
    border-radius: 10px;
}

.t-quote .t-quote-pattern {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.t-section {
    /* margin-left: 15px; */
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 18px;
}


.qt-ptr {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 90px;
    border-color: transparent transparent #141840 transparent;
    transform: rotate(0deg);
}

.t-quote .t-quote-pattern .t-quote-qmark {
    flex-basis: 100px;
    font-size: 60pt;
    color: #999999;
    text-align: center;
    height: 80px;
    line-height: 90pt;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-quote .testi-image {
    position: absolute;
    top: 45px;
    left: calc(50% - 35px);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 12px;
}

.t-quote .t-quote-base {
    background: #ffffff;
    padding:
        clamp(30px, 4vw, 30px)
        /* top */
        clamp(24px, 5vw, 40px)
        /* right */
        clamp(20px, 4vw, 30px)
        /* bottom */
        clamp(24px, 5vw, 40px);
    /* left */

    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 0 10px 10px;
}

.t-quote .t-quote-base .t-quote-text {
    color: #232223;
}

.t-quote .t-quote-meta {
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
}

.t-quote .t-quote-meta .t-quote-author,
.t-quote .t-quote-meta .t-quote-source {
    color: #777777;
}

.t-quote .t-quote-meta .t-quote-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}



.t-quote .t-quote-meta .t-quote-source {
    font-size: 9pt;
}



@media screen and (max-width: 768px) {

    .t-quote .t-quote-base {
        padding-left: 30px;
    }
}

.testi-slider .swiper-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.testi-slider .swiper-button-prev,
.testi-slider .swiper-button-next {
    position: relative;
    background-color: #128C7E;
    color: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

/* @media (min-width:767px) {
    .testi-slider .swiper-slide {
        transition: transform 0.5s ease, opacity 0.5s ease;
        transform: scale(0.9);
        padding-bottom: 40px;
    }

    .testi-slider .swiper-slide-active {
        transform: scale(1.04);
        opacity: 1;
        z-index: 2;
    }
} */

.testi-card {
    padding-top: 30px;
}


/* footer -------------------------------------------------------------------*/

.ftr_logo-wrapper {
    position: relative;
}

.ftr_logo-wrapper>.circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border-radius: 49% 51% 0% 7% / 100% 100% 0% 0%;
    /* z-index: 5; */
}

.ftr_logo-wrapper .ftr_logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #FFF;
    border-radius: 100%;
    z-index: 6;
    overflow: hidden;
}

.ftr_logo-wrapper .ftr_logo-img .img {
    padding: 12px;
}

.footer {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    margin-top: -5px;
    /* overflow: hidden; */
    overflow-x: hidden;

}


footer #wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    filter: opacity(30%);
}

@media(max-width:767px) {
    .footer {

        padding-bottom: 50px;
    }

    .footer-bottom {

        text-align: center;
    }
}

.ftr-desc-sec {
    color: #FFF;
}


.footer .widget {
    padding: 40px 0 0;
    height: 100%;
    overflow: hidden;
}

@media (max-width:500px) {
    .footer .widget {
        padding: 20px 0 0;

    }
}


.footer_logo {
    padding: 17px 30px
}


.footer .widget .widget-title {
    font-size: 19PX;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    color: #FFF;
}

.footer .textwidget p {
    color: #ffffff5e;
    font-weight: 400;
    font-size: 15px;
}

footer .widget-text {
    color: #FFF;
}


.footer .social-icons li>a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 36px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    transition: all .3sease-in-out;
    -webkit-transition: all .3sease-in-out;
    color: var(--pri-link);
}

.social-icons ul {
    display: flex;
    gap: 10px;
    list-style: none;

}

.social-icons.circle li>a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #FFF;
    font-size: 19px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

.social-icons.circle li>a i {
    color: var(--scl-icon-clr);
}

.menu .menu-link {
    list-style: none;
}

.menu .menu-link a {
    display: block;
    padding: 0 0 11px 0;
    position: relative;
    color: #FFF;
    padding-left: 22px;
    font-weight: 200;
    text-decoration: none;
}

.widget .menu .menu-link a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #ffffff5e;
}



.frt-footer {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ffffff1c;
}


/* .frt-footer .widget-area:not(:nth-child(2)) .widget {
    background-color: #1a1f31;
  } */


.frt-footer .widget-area:nth-child(2) .widget {
    background-color: var(--sec-clr);
}

.frt-footer .widget-area:nth-child(2) .widget .featured-icon-box .featured-desc {
    color: #FFF !important;

}


.featured-icon-box .featured-desc {
    color: #FFF;
    font-weight: 200;
    opacity: 0.6;
}

.frt-footer .widget-area .widget {
    padding: 17px 30px;
    position: relative;
}

.frt-footer .featured-icon-box {
    display: flex;
    align-items: center;
}

.frt-footer .featured-icon-box .featured-content {
    padding-left: 15px;
}

.frt-footer .featured-icon-box .featured-icon .cmt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: var(--pri-link);
    background-color: rgba(255, 255, 255, .07);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .08);
}


.frt-footer .featured-icon-box .featured-title h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-wrap: wrap;
    margin-bottom: 0;
    color: #FFF;
}

.footer .adrs .adrs-icon {
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    height: 30px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--scl-icon-clr);
    font-size: 19px;
    border-radius: 50%;
    color: #FFF;
    flex-shrink: 0;
}

.footer .adrs .adrs-icon i {
    font-size: 0.8em !important;
    padding: 8px;
}

.widget-adrs {
    position: relative;
    height: 100%;
    width: 100%;

}

.widget-adrs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(50%);
    z-index: -1;

}


.adrs {
    display: flex;
    align-items: center;

}

.adrs .adrs-text {
    height: 100%;
    color: #FFF;
}

.adrs .adrs-text a {
    color: #FFF;
    text-decoration: none;
}

.adrs .adrs-icon {
    margin-right: 9px;
}

.adrs:nth-child(2) {
    padding-top: 18px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #ffffff1c;
}

.footer-bottom .copyright {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design a {
    color: #ffffff8f;
}


/* SECTION 3--------------------------------------------- */
.sec_3.cnt_serv {
    position: relative;
    background-image: url(../asset/quality-branded-plumbing-materials.jpg);
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */

}

.sec_3-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;

    object-position: left center;
}

.sec_3-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000086;
}

.sec_3-bg-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

.cnt_serv>.wrapper {
    position: relative;

}

.cnt_serv>.wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: #001f36;

}

.combiner {
    position: relative;
    overflow: hidden;
}

@media (min-width:1200px) {
    .combiner .shape {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 300px 400px 200px;
        border-color: transparent transparent transparent #2a2d460b;
        transform: rotate(0deg);
        z-index: -1;

    }

    .combiner>.shape:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 300px 400px 300px;
        border-color: transparent transparent transparent #2a2d460b;
        transform: rotate(0deg);
        z-index: -1;
    }
}

.sec_3 .swiper-navigation {
    position: absolute;
    top: 35%;
    background-color: red;
    width: 100%;
}

.sec_3 .swiper-navigation .swiper-button-next,
.sec_3 .swiper-navigation .swiper-button-prev {
    background-color: #FFF;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 1em;
    z-index: 50;
    color: #2A8507;
    font-weight: 900;
}

.sec_3 .swiper-navigation .swiper-button-next::after,
.sec_3 .swiper-navigation .swiper-button-prev::after {
    font-size: 1em;
}

.sec_4.abt {
    position: relative;
}



.abt-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}


.abt-image-wrapper .abt-img{
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 60%;
    z-index: 2;
}
.abt-image-wrapper .abt-img-inner {
    max-width: 88%;
}


.abt-image-wrapper .abt-img-inner.sec {
    max-width: 80%;
}

.abt-image-wrapper .abt-img-inner.sec:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.abt-image-wrapper .experience {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 30%;
    right: 10%;
    background-color: #f9a620;
    padding: clamp(15px, 4vw, 30px);
    border-radius: 20px;
}

@media (max-width:1200px) {
    .abt-image-wrapper .experience {
        bottom: 20%;
    }
}

@media (max-width:767px) {
    .abt-image-wrapper .experience {
        bottom: 10%;
    }
}


.experience::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 110%;
    width: 110%;
    border: 1px solid #f9a620;
    border-radius: 40px;
}

.abt-image-wrapper .experience .inner {
    position: relative;

}

.abt-image-wrapper .experience .inner .outer-line {
    position: absolute;
    top: -10px;
    left: 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.experience .exp-title {
    font-weight: 700;

}

.sec_4.abt {
    position: relative;
}

.sec_4.abt .bg-ptr {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: opacity(15%);

}

.service_main {
    position: relative;
}

.shape_se {
    position: absolute;
    top: -40%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 300px 400px 400px 0;
    border-color: transparent #2a2d460b transparent transparent;
    transform: rotate(0deg);
    z-index: -1;
}

.shape_se_2 {
    position: absolute;
    top: -47%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: clamp(150px, 15vw, 300px) clamp(200px, 25vw, 400px) clamp(200px, 25vw, 400px) 0;
    border-color: transparent #2a2d460b transparent transparent;
    transform: rotate(0deg);
    z-index: -1;
}

.sec_4-shape {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 300px 400px 200px;
    border-color: transparent transparent transparent #2a2d4627;
    transform: rotate(0deg);
    z-index: -1;
}

.sec_4-shape-2 {
    position: absolute;
    bottom: -35%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 300px 400px 200px;
    border-color: transparent transparent transparent #2a2d460b;
    transform: rotate(0deg);
    z-index: -1;
}


.wch-image-inner {
    position: relative;
    columns: 2;
    column-gap: 7px;
}


@media (min-width:992px) {
    .wch-content-inner {
        padding-left: 40px;
    }
}


.wch-image-inner img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 18px;
}

.wch-box {
    position: relative;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    height: 100%;

}

.wch-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #FFF;
    padding: 16px;
    border-radius: 50%;
    margin-top: -75px;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;


}

.wch-icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.wch-text {
    color: #FFF;
}

.wch-title {
    display: block;
    font-size: clamp(20px, 2.2vw, 22px);
    margin-bottom: 14px;
}

.wch-text p {
    color: #FFF;
    filter: opacity(0.8);
    font-weight: 300;
}


/* contact page */
.contact-body {
    height: 100%;

}

.contact-body-inner {
    position: relative;
    height: 100%;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border-radius: 10px;
    padding: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px) clamp(10px, 2.5vw, 20px) clamp(15px, 3vw, 30px);
    color: #FFF;
    transition: all 0.3s linear;

}

.cnt-head-desc {

    font-weight: 200;
    filter: opacity(0.9);
}

.cnt {
    display: flex;
    align-items: center;

}

.cnt-text {
    width: 100%;
}

.cnt-text a {
    display: inline-flex;
    padding: 10px;
    color: #c1c1c1;
    border-radius: 16px;
    width: 100%;
    transition: all 0.3s ease;
}

.cnt-icon {
    padding: 10px;
    margin-right: 10px;

}

.cnt-header {
    border-bottom: 1px solid #ffffff31;
}

.cnt-text {
    font-weight: 200;
    border-radius: 10px;
}


.cnt-text:hover a {
    background-color: rgba(255, 255, 255, 0.153);
    color: #FFF;
}

.cnt-text:hover a {
    color: #ffc300;
}

.abt-image-inner,
.src-image-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.abt-image-inner .img-1,
.src-image-inner .img-1 {
    grid-column: 2 / span 6;
    grid-row: 1;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.abt-image-inner .img-2,
.src-image-inner .img-2 {
    grid-column: 6 / span 6;
    z-index: 2;
    grid-row: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}


.abt-image-inner .img-2>img,
.src-image-inner .img-2>img {
    border: 5px solid #FFF;
    transition: all 0.3s ease-in-out;
}



.bg_ {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 100%;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    z-index: -1;
    border-radius: 14px;
}

@media (max-width:667px) {
    .bg_ {
        width: 100%;
    }
}

.gallery-image {
    border-radius: 19px;
    overflow: hidden;
}

.gallery-image>img {
    transition: all 0.3s ease-in-out;

}

.gallery-image:hover>img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}



.gallery_main .swiper-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 50;
}

.gallery_main .swiper-navigation .swiper-button-next,
.gallery_main .swiper-navigation .swiper-button-prev {
    background-color: #FFF;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 1em;
    z-index: 50;
    color: #2A8507;
    font-weight: 900;
}

.gallery_main .swiper-navigation .swiper-button-next::after,
.gallery_main .swiper-navigation .swiper-button-prev::after {
    font-size: 1em;
}




.line {

    padding-bottom: 15px;
    position: relative;
}

.line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.5px;
    height: 4px;
    width: 55px;
    background-color: #e8730f;
}

.line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #e8730f;
}


/* sticky-icons */
.sticky01 {
    right: 20px;
    position: fixed;
    top: 450px;
    z-index: 500;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky01 a {
    padding: 8px;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}

/* .sticky01 a:hover {
    border-radius: 50%;
} */

.sticky01 img {
    height: 40px;
    width: 40px;
}


/* SECTION 5----------------------------------------------- */

.packages .swiper-wrapper {}

.packages .swiper-wrapper>.swiper-slide {

    height: 100% !important;
}

.sec_5-card {
    display: flex;
    flex-direction: column;

    height: 100% !important;
}

.sec_5-thumbnail {
    flex-shrink: 0;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    /* max-height: 350px; */
}

.sec_5-thumbnail.sec {
    background-color: #dee2e6;
}

.sec_5-thumbnail>img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.sec_5-thumbnail:hover>img {
    transform: scale(1.1);
}

.sec_5-title {
    display: block;
    color: #FFFF;
    font-size: clamp(20px, 1.5vw, 22px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.sec_5-title:hover {
    color: #fb5607;
}

.sec_5-desc {
    display: block;
    font-size: 15px;
    color: #5b5b5b;
}

.sec_5-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
}

.thumbnail-butn {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.thumbnail-butn>a {
    background-color: #f9a620;
    color: #FFF;
}

.banner {
    position: relative;
    background-image: url(../asset/dream-home-Interior-and-exterior-paints.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 106px 0;
}



.bd-nav {
    position: absolute;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    margin-left: -50%;
    transform: skew(-22deg);
}

@media (max-width:620px) {
    .bd-nav {

        margin-left: -40%;
    }
}


@media (max-width:550px) {
    .bd-nav {

        margin-left: -20%;
    }
}


.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav .bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav .bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav .bd-nav-list li .active {
    color: #e8730f;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

.sec_4-thumbnail {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.sec-4 .sec_4-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.5);
    transition: all 0.3s ease;
    z-index: 2;
}

.sec_4-content {
    position: relative;
}

.sec_4-content .sec_4-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    z-index: -1;
}

.sec_4-thumbnail:hover .sec_4-title {
    opacity: 1;
    transform: scale(1);
}


.sec_4-thumbnail:hover>img {
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.desc_txt {
    padding: 0 40px;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

.msv {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.msv-container {
    /* display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1; */
}

.msv-title {
    display: block;
    font-size: 24px;
    font-weight: 500;

}

.msv-left {
    padding: 30px 20px;
    grid-column: 1/ span 7;
    grid-row: 1;
}

.msv-right {
    padding: 30px 20px;
    grid-column: 6/ span 7;
    grid-row: 1;
}

.msv-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}


.g_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #ffffff1b;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}

.g_bg:hover {
    transform: translateY(-10px);
}

.g_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.g_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3));
}

button.filter-button {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    color: #FFF;
    background-color: #ffc38f;
    width: max-content;
    font-size: 16px;
}

button.filter-button.active {
    color: #FFF;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    /* box-shadow: 0px 4px 25px 0px #e8730f; */
}




button.filter-button img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

button.filter-button:hover {
    background-color: #001d3d;
    box-shadow: 0px 4px 25px 0px #001d3d !important;
}



button.filter-button:focus {
    outline: none;
}


/* food menu single page */
.isotope-container .item img,
.isotope-container .item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.isotope-container .item img {
    width: 100%;
    height: 100%;
}


.isotope-container .item:hover img {
    transform: scale(1.1);
}

.it_cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    width: 90%;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.it_cont .is_subtitle {
    color: var(--pri-title) !important;
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
}

.it_cont .is_title a {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
}

.box_img {
    position: relative;
    z-index: 1;
}

.box_img .box_img_wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.box_img .box_img_wrapper .img1,
.box_img .box_img_wrapper .img2 {
    border-radius: 20px;
    overflow: hidden;
}

.box_img .box_img_wrapper .img1 {
    grid-column: 1 /span 6;
    grid-row: 1;
}

.box_img .box_img_wrapper .img2 {
    margin-top: 50px;
    grid-column: 7 / span 11;
    grid-row: 1;
    margin-left: 8px;
}

.box_img .box_text {
    position: absolute;
    top: 80%;
    left: 10%;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    color: #FFF;
    padding: 0.563rem 1rem;
    border-radius: 10px;
}

.box_img .box_text .price {
    color: var(--pri-title);
    font-weight: 600;
    font-size: 1.5rem;
}

@media screen and (max-width:600px) {
    .box_img .box_text .price {

        font-size: 1.25rem;
    }
}

.isotope.sec .box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

@media (max-width:600px) {
    .isotope.sec .box {
        padding: 0;
    }

}

.ftr_box {
    padding: 20px;
    height: 100%;
}


.box_icon {
    height: 45px;
    width: 45px;
    margin-bottom: 14px;
}

.box-desc {
    color: #FFF;
    font-size: 15px;
    opacity: 0.7;
}

.box_content {
    display: flex;
    flex-direction: column;

}



.box-thumbnail {
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}

@media (max-width:992px) {
    .box-thumbnail {
        max-height: 100%;
        height: 100%;
    }
}

.box-thumbnail>img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.box-thumbnail:hover>img {
    transform: scale(1.1);
}

.box-title {
    color: #FFF;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 500;
    margin-bottom: 16px;

}

.box_content-wrapper {
    height: 100%;
    min-height: 300px;
    padding: 30px;
    background-color: #001d3d;
}

.box_content-wrapper:hover .box_icon>img {
    animation: rotate 1s ease-in-out forwards;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cnt_widget {
    position: relative;
    padding: 20px;
    height: 100%;
    min-height: 140px;
    z-index: 3;
}

.cnt_icon {
    height: 50px;
    width: 50px;
    background-color: #ffd100;
    border-radius: 100%;
}

.cnt_icon > img{
    padding: 6px;
    filter: brightness(0) invert(1);
}



.cnt-subtitle {
    /* color: #ffd100; */
    color: #000000;
    font-size: clamp(16px, 1.5vw, 18px);
}

.cnt_text {
    white-space: normal;
    word-break: break-word;

    font-size: clamp(14px, 1.5vw, 15px);
    color: #343a40;
}

.cnt_text:hover {
    color: #e47d19;
}

.cnt_left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;

    z-index: -1;
}


/* LOGO SLIDER--------------------------------------------- */
.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

/* .logo-slider:hover .logos-slide {
    animation-play-state: paused;
} */

.logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide.sec {
    display: inline-block;
    animation: 10s slide-left infinite linear;
}

.logos-slide .slide {
    display: inline-block;
    overflow: hidden;
}


.logos-slide .slide:hover>img {
    transform: scale(1.1);
}

.logos-slide img {
    max-width: 250px;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.slide h2 {
    font-size: 16px;
    text-align: left;
    font-family: 'Arial';
    font-style: normal;
    margin: 5px 0;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
