* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: #ffffff;
}


.f-1 {
    font-family: "Cinzel Decorative", serif;

}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.ff-1 {
    font-family: "Archivo", sans-serif;
}

.fc-1 {
    color: #e65514 !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;

    --body-color: #FFF;

    --navbar-bg: #0F122B;

    --active-link: #e65514;
    /* --active-link:#318DDA; */
}

.title {
    font-weight: 300;
    color: #0F122B;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.highlight {
    color: #d05919;
    font-weight: 700;
}

/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}



.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 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.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%;
    }

}




.swiper-button-next,
.swiper-button-prev {
    color: var(--active-link);
    width: 44px;
    height: 44px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1em;
}


.swiper-pagination-bullet {
    background: #e24312;
    opacity: 25%;
}

.swiper-pagination-bullet-active {
    background: #e24312;
    border: 1px solid #FFF;

    opacity: 100%;
}



.sub-title {
    display: block;
    color: #3a5a40;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    /* font-family: "Cinzel Decorative", serif; */
}

.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-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611);
    color: #FFF;
}

.sub-title.sec {
    font-size: clamp(12px, 1.5vw, 14px);
}


.butn-transparent {
    color: #ea6318;
}

/* 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.06);
}

.nav_btn {
    background-color: #fb5607;
    color: var(--btn-pri-text);
}


.butn_1 {
    background-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611);

    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 */

.top-menu>.wrapper {
    display: flex;

}

.header-logo {
    position: relative;
    width: fit-content;
}

@media (min-width:1200px) {
    .header-logo {
        margin-top: -30px;
    }
}

.tp-w {
    background-color: #ffffff;
    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); */
    background-color: #000000;
}

.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;
}

.dropdown-menu {
    border-radius: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-menu .dropdown-item {
    text-transform: capitalize;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #001f36;
    color: #FFF;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #000000;
}


.top-menu-list .ic>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1em;
    background-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611);
    /* background-image: linear-gradient(to right top, #10518b, #1a5f9e, #226eb2, #2a7dc6, #318dda); */
    color: #FFF;
    border-radius: 100%;
    margin: 0 5px;

}

.top-menu-list .ic>a:hover {
    transform: scale(1.1);
}

.header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.scl-icon {
    /* border: 1px solid #10518B; */
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;
    /* color: #10518B; */
    color: #343a40;
    background-color: #edefff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.sc-title {
    display: inline-block;
    color: #5e6077;
    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: 400;
    color: #0F122B;
}


a.sc-text:hover {
    color: var(--active-link);
}

.navbar {
    background-color: #f8f9fa;
}

@media (min-width:1200px) {
    .navbar {
        /* background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45); */
        background-color: #000000;

    }
}



.navbar .nav-item .nav-link {
    font-size: clamp(14px, 1.5vw, 15px);
    color: #FFF;
    font-weight: 300;
    text-transform: capitalize;

}


.navbar .nav-item .nav-link:hover {
    color: var(--active-link);
}

.navbar .nav-item .nav-link.active {
    /* background-color: #1b2048; */
    background-color: #1f1f1f;
    color: var(--active-link);
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    min-height: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 1px solid #ffffff57;

}



@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-color: #FFF;

    }

    .navbar .nav-item .nav-link {
        color: #000000;
    }

    .navbar .navbar-brand img {
        width: 240px;
    }

}

@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: 200px;
    }
}


@media screen and (max-width:300px) {
    .navbar-logo{
        width: 50%;
    }
    .navbar .navbar-brand img {
        width: 100%;
    }
}



.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, 14px);

}

.sec_title {
    position: relative;
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
    color: #001f36;
    white-space: nowrap;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_title.sec{
    white-space: wrap !important;
}

.card_content {
    padding: 12px 15px 0 15px;
}


.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, 10px);
    padding-right: clamp(12px, 4vw, 10px);
    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: 400;
}



/* 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); */
    background-color: #000000;
    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 #202020 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-card {
    padding-top: 30px;
}


/* footer -------------------------------------------------------------------*/
.footer {
    position: relative;
    z-index: 1;
    /* background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45); */
    background-color: #000000;
    background-position: center center;
    background-attachment: scroll;
    margin-top: -8px;

}

@media(max-width:767px) {
    .footer {

        padding-bottom: 50px;
    }

    .footer-bottom {

        text-align: center;
    }
}

.ftr-desc-sec {
    color: #FFF;
}

.ftr-link:hover h5 {
    color: var(--active-link) !important;
}


.footer .widget {
    padding: 40px 0 0;
    height: 100%;
    overflow: hidden;
}

@media (max-width:500px) {
    .footer .widget {
        padding: 20px 0 0;

    }
}


.footer .widget .widget-title {
    font-size: 19PX;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    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;
}

.footer_logo {
    border-radius: 10px;
    overflow: hidden;
}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611);
    color: #ffffff;
    font-size: 19px;
    border: none;
    border-radius: 50%;

}


.social-icons.circle li>a:hover {
    transform: scale(1.1);
}

.menu .menu-link a {
    display: block;
    padding: 0 0 11px 0;
    position: relative;
    color: #FFF;
    text-transform: capitalize;
    padding-left: 22px;
    font-weight: 200;
}

.menu .menu-link a:hover {
    color: var(--active-link);
}



.widget .menu .menu-link a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #ffffff5e;
}

.widget .menu .menu-link a:hover::before {
    background-color: var(--active-link);
}

.footer .widget .widget-title:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0;
    width: 18px;
    height: 2px;
    display: block;
    background-color: var(--sec-clr);
}



.frt-footer .widget-area:not(:nth-child(2)) .widget {
    background-color: #131313;
    border: 1px solid #ffffff1f;

}


.frt-footer .widget-area:nth-child(2) .widget {
    background-color: #131313;
    border: 1px solid #ffffff1f;

}

.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{
    display: flex;

} */

.frt-footer .widget-area .widget {
    display: flex;
    align-items: center;
    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;
    color: var(--active-link);
    line-height: 46px;
    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: var(--active-link);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 1em;
    border-radius: 50%;
    color: var(--active-link);
    flex-shrink: 0;
}


.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;
}

.adrs .adrs-text a:hover {
    color: var(--active-link);
}

.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;
}





.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%;
    }
}

/* sticky-icons */
.sticky01 {
    right: 20px;
    position: fixed;
    top: 450px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky01 a {
    padding: 8px;
    background-color: #001d3d;
    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;
}

.sticky01 a {

    background: #001d3d5e;
    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;
}

.sticky01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.sticky01 a::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));
}




/* GALLERY */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 22px;
    /* border-radius: 17px; */
    box-sizing: border-box;
}

.gallery-item .glry-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: translateY(100%);
    background-color: #000000ab;
    transition: all 0.3s ease;
}

.gallery-item .glry-overlay a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611);
    /* background-image: linear-gradient(to right top, #10518b, #1a5f9e, #226eb2, #2a7dc6, #318dda); */
    color: #FFF;
    font-weight: 600;
}


.gallery-item .glry-overlay a:hover {
    background-color: #df3611;
}

.gallery-item:hover .glry-overlay {
    transform: translateY(0);
}

.gallery-title {
    position: relative;
    color: #FFF;
    font-size: 1em;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Playfair Display", serif;

}



.gallery-item .gallery-cont {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(#00000000, #0000009d, #000000);
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 300ms linear;

}

.gallery-item-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery-item-2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery-item-3 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gallery-item-4 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 7;
}


.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}


@media (min-width:700px) and (max-width:1000px) {
    .gallery-container {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }

    /* .gallery-item {
        width: calc(50% - 7.5px);
        grid-column: auto !important;
        grid-row: auto !important;
    } */

}

@media (max-width:700px) {
    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 95%;
        margin: 0 auto;
    }

    .gallery-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}


.glry-list .list-item {
    color: #FFF;
    font-size: clamp(15px, 1.5vw, 16px);
    list-style: circle;
}


/* --------------------------------------- */
.abt-image-inner,
.src-image-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}


.abt-image-inner .img-1 img,
.abt-image-inner .img-2 img {
    border: 5px solid #FFF;
}

.abt-image-inner .img-1,
.src-image-inner .img-1 {
    grid-column: 2 / span 6;
    grid-row: 1;
    z-index: 1;
}

.abt-image-inner .img-2,
.src-image-inner .img-2 {
    grid-column: 6 / span 6;
    z-index: 2;
    grid-row: 1;
}



/* SECTION 3--------------------------------------------- */
.sec_3.cnt_serv {
    position: relative;
    background-image: url(../asset/seven-bells.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: #000000be;
}

.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;

}




/* SECTION 4--------------------------------------- */
.grid-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.grid-left {
    grid-column: 1 / span 5;
    grid-row: 1;
}

.grid-right {
    grid-column: 5/ span 12;
    grid-row: 1;
    z-index: 2;
    /* background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45); */
    background-color: #000000;
    margin-top: 20px;
}

.feature-counters {
    position: relative;
    /* background-color: hsl(32, 100%, 49%); */
    /* background-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611); */
    background-color: #e9ecef;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: -54px;
}

.feature-counters  .count{
    color: #e75915;
}

.feature-counters .count_icon{
    color:#e75915 ;
}

.feature-counters .feature-box .count_text{
    font-weight: 500;
}

.feature-counters > .ptr_1{
    position: absolute;
    left: 0;
    height: 100%;
}

.feature-counters.sec {
    padding-top: 50px;
}



.feature-box .count {
    position: relative;
    
}



/* .feature-box .count::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    background-color: #FFF;
} */


.feature-icon {
    height: 50px;
    width: 50px;
    padding: 8px;
    background-color: #1f1f1f;
    border-radius: 100%;
}

.feature-icon>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(4deg) brightness(104%) contrast(105%);

}

.feature-box:hover .feature-icon {
    background-color: #fb7100;
}

.shape_1 {
    position: absolute;
    height: 100%;
    top: -40%;
    right: 40%;
    transform: rotate(45deg);
    width: 100px;
    border-radius: 100px;
    background-color: #ffffff14;
}

.shape_2 {
    position: absolute;
    height: 100%;
    top: -60%;
    right: 10%;
    transform: rotate(45deg);
    width: 100px;
    border-radius: 100px;
    background-color: #ffffff14;
}

@media (max-width:1000px) {
    .grid-left {
        grid-column: 1 / span 12;
        grid-row: 2;
    }

    .grid-right {
        grid-column: 1 / span 12;

    }

    .feature-counters {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0;
    }
}


.curve-gallery .swiper {
    position: relative;
    width: 100%;
    /* max-height: 500px; */
    margin-inline: auto;
}

.curve-gallery .swiper .swiper-slide .img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.curve-gallery .swiper::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -10%;
    width: 120%;
    height: 140px;
    background: var(--body-color);
    border-radius: 100%;
    z-index: 100;
}

.curve-gallery .swiper::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -10%;
    width: 120%;
    height: 140px;
    background: var(--body-color);
    border-radius: 100%;
    z-index: 1000;
}

@media (max-width:600px) {
    .curve-gallery .swiper::before {
        height: 100px;
    }

    .curve-gallery .swiper::after {
        height: 100px;
    }
}



/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-image: url(../asset/corporate-event.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    overflow: hidden;
}

.breadcrump h2 {
    text-transform: capitalize;
}

.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.7);
}

.breadcrump-inner {
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
}

.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;
}

.bd-nav {
    position: absolute;
    background-color: #000000;
    border-top: 1px solid #ffffff57;
    border-right: 1px solid #ffffff57;
    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%;
    }

}



/* contact page */
.contact .map {
    overflow: hidden;
    border-radius: 20px;
}

.contact_list {
    background-color: var(--sec-bg);
}

.cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    /* background-image: linear-gradient(to right top, #ea6318, #e75915, #e54f13, #e24312, #df3611); */
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnt:hover {
    transform: scale(1.03);
}

.cnt_icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 50%;
}

.cnt_icon img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(86%) saturate(2154%) hue-rotate(359deg) brightness(98%) contrast(88%);
}

.cnt_body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cnt_title {
    position: relative;
    display: inline-flex;
    color: #FFF;

    font-weight: 300;
    letter-spacing: 1px;
}


.cnt_title::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    height: 1px;
    width: 30px;
    background-color: #dadada;
}

.cnt_title::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    height: 1px;
    width: 30px;
    background-color: #dadada;
}

.cnt_body .txt {
    color: #f8f9fa;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
}

.cnt_body .txt:hover{
    color: #e54f13;
}


.msv {
    position: relative;
    background-image: url(../asset/seven-bells-event-management-team.jpg);
    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: #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;
}

.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));
}

.img_thumbnail {
    display: block;
    transition: all 0.3s linear;
}

.img_thumbnail>.inner {
    overflow: hidden;
    max-width: 80%;
}

.img_thumbnail>.inner>img {
    display: block;
    transition: all 0.3s linear;
}

.img_thumbnail>.inner:hover>img {
    transform: scale(1.06);
}


.sec-title {
    color: #001d3d;
    font-weight: 700;
    text-transform: capitalize;
}

.list-number>li {
    list-style: decimal;
}