* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.cursor-pointer {
    cursor: pointer;
}

.highlight {
    color: #f9a620;
}

.ff-1 {
    font-family: "Dancing Script", cursive;
}

.ff-2 {
    font-family: "Kaushan Script", cursive;
}

.text-sec {
    color: #38b000;
}

.text-gray {
    color: #6c757d;
}


.sec-icon {
    display: block;
    height: 50px;
    width: 50px;

}

.sec-title {
    font-size: clamp(15px, 2vw, 15px);
    font-weight: 500;
}

.sec-desc {
    font-size: clamp(14px, 2vw, 14px);
}


.sub-title {
    display: block;
    font-size: clamp(20px, 2vw, 26px);
    color: #b63131;
    font-weight: 500;
    text-transform: capitalize;
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 400px;
    background-size: cover;
    background-image: url(../asset/mallu-cabs-tourist-taxi.jpg);
    background-position: bottom 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;
    color: #f9a620;
    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%;
    }

}

@media screen and (max-width:1200px) {
    .breadcrump {
        min-height: 300px;
    }

    .breadcrump-inner>.row {
        align-items: center !important;
        margin-bottom: 0 !important;
    }

    .breadcrump-inner>.row .col-11>.row {
        margin-bottom: 0 !important;
    }
}


/* BUTTONS */
.butn {
    display: inline-block;
    width: fit-content;
    height: inherit;
}

.butn-explore {
    padding: clamp(0.3rem, 1vw, 0.438rem) clamp(0.75rem, 3vw, 1rem);
    background-color: #000;
    color: #FFF;
}

.butn-explore-2 {
    padding: clamp(0.3rem, 1vw, 0.438rem) clamp(0.75rem, 3vw, 1rem);
    background-color: #38b000;
    color: #FFF;
    transition: all 0.3s linear;
}


.butn-explore-2:hover {
    background-color: #348111;

}

/* NAVBAR */
.top-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.top-container .top-widget {
    flex-wrap: nowrap;
    flex: 1;
}

.top-container .widget-text {
    color: #495057;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);

}

.top-container .widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    font-size: 16px;
    color: #ffb703;
    background-color: #04396d;
}

.top_logo {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.top-container .widget-icon>i {
    font-size: 1em;
}

.top-socials .social {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1em;
    color: #f9a620;
    margin: 0 8px;
    border-radius: 100%;
    background-color: #04396d;
}

.widget-icon>i {
    font-size: 1em;
}

.nav_main-wrapper {
    background-color: #ffffff;
}

@media (max-width:992px) {
    .nav-main {
        border-top: 1px solid #f9a6205e;
    }


    .navbar-toggler {
        background-color: #FFF;
        color: #f9a620;
        padding: 6px;
        margin: 10px 0;
    }
}

@media (min-width:992px) {
    .navbar .nav-main {
        border-radius: 100px;
        background-color: transparent;
        border-top: 1px solid #ffffff4a;
    }
}

@media (min-width:1200px) {
    /* .navbar .nav-main {
        background-color: #ffffff;
    } */

    .navbar .nav-main.scrolled {
        backdrop-filter: blur(5px) saturate(180%);
        -webkit-backdrop-filter: blur(5px) saturate(180%);
        background-color: rgba(17, 25, 40, 0.526);
        border: 1px solid rgba(255, 255, 255, 0.125);
    }

    .top-container .widget-icon,
    .top-container .widget-text,
    .top-socials .social {
        color: #FFF;
    }
}



.navbar-expand-xl .offcanvas .offcanvas-body {
    margin-left: 20px;
}


@media (min-width:1200px) {
    .nav_main-wrapper {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: all 0.5s ease;
    }

    .nav_main-wrapper {
        background: linear-gradient(#000000, #00000000);
        z-index: 9999;
    }

}

.navbar {
    transition: all 0.5s ease;
}

.nav-main {
    background-color: #FFF;
    padding: 2px;
    display: flex;
    justify-content: space-between;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item {
    flex-grow: 1;
    text-align: center;
}


.navbar-collapse {
    /* overflow: hidden; */
    transition: max-height 0.4s ease-in-out;
    max-height: 0;
}

.navbar-collapse.show {
    max-height: 500px;
}


.nav_btn {
    position: relative;
    padding: 12px 0;


}





.nav_btn-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: var(--pri-color);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    z-index: 2;
}



.sub_btn-text {
    color: #FFF;
    font-weight: 200;
    font-size: 12px;
}

.nav_btn {
    overflow: hidden;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.nav_btn-icon>i {
    font-size: 1em;
}

.nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 89%;
    z-index: 1;
    background-color: #ffb703;
    color: #000;
}

.btn-text {
    position: relative;
    display: block;
    font-weight: 700;
    margin: 0 9px;
    margin-right: 19px;
    color: #000;
    z-index: 2;
}

@media (min-width:1200px) {
    .nav-main {
        margin-top: 10px;
    }

    .offcanvas-body {
        background-color: var(--pri-color);
    }

    .nav-main {
        background-color: var(--pri-color);
    }

    .nav_btn::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-color: #000;
        height: 100%;
        width: 89%;
        z-index: 1;
    }

    .btn-text {

        color: var(--pri-color);

    }
}



.navbar-toggler {
    padding: 10px !important;
    margin-left: 16px;
    background-color: #e9ecef;
    margin-right: 12px;
}

.navbar-nav .nav-link {
    position: relative;
    white-space: nowrap;
    color: #000;

}

@media (min-width:1200px) {

    .navbar-nav .nav-link {
        color: #FFF;
        font-family: "Archivo", sans-serif;
        font-weight: 300;
        font-size: clamp(13px, 2vw, 14px);
        text-transform: uppercase;
        text-align: center;
        margin: 5px 5px;
    }
}



@media (min-width:600px) {
    .navbar-brand img {
        width: 160px;
    }
}

@media (max-width:600px) {
    .navbar-brand img {
        width: 170px;
    }
}



@media (min-width:1200px) {
    .navbar-brand img {
        width: 130px;
    }
}

.navbar-nav .nav-link.active {
    color: #f9a620;
}






@media (min-width:1200px) {
    .nav-main {
        border-radius: 100px;

        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
}

@media (max-width:1200px) {
    .navbar {
        position: relative !important;

    }

    .top-header {
        padding: 5px 0;
    }

}




@media (max-width:400px) {
    .navbar-brand img {
        width: 140px;
    }
}


@media (max-width:576px) {
    .top-container {
        flex-direction: column-reverse;
        row-gap: 10px;
    }
}


/* SECTION 1 */
.sec-1 {
    position: relative;

}

.sec-1-ptr {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    filter: opacity(40%);
}

.sec-1-card {
    position: relative;
    padding: 12px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}

.sec-1-card .sec-card-title {
    font-size: clamp(19px, 2vw, 22px);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.sec-card-title {
    font-size: clamp(19px, 2vw, 22px);
    font-weight: 500;
}

.sec-card-subtitle {
    display: block;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-card-des {
    font-size: clamp(14px, 2vw, 15px);
    color: #6c757d;
    margin-top: 20px;
}

.sec-card-desc {
    font-size: clamp(14px, 2vw, 15px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6c757d;
    margin-top: 20px;
}

.sec-card-thumbnail {
    border-radius: 18px;
    overflow: hidden;
}

.card-butn {
    display: inline-flex;
    align-items: center;
    width: 100%;
    color: #FFF;
    justify-content: space-between;
    border-radius: 100px;
    background-color: #b63131;
    padding: clamp(0.3rem, 1vw, 0.438rem) clamp(0.75rem, 3vw, 1rem);
    transition: background-color 0.3s linear;

}

.card-butn:hover {
    background-color: #8e2020;
}

.butn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #ba3f3f;
    border-radius: 100%;
}

.sec_4 .swiper-button-next,
.sec_4 .swiper-button-prev,
.sec_5 .swiper-button-prev,
.sec_5 .swiper-button-next,
.caro-1 .swiper-button-prev,
.caro-1 .swiper-button-next {
    height: 40px;
    width: 40px;
    font-size: 16px;
    border-radius: 100%;
    color: #FFF;
    background-color: #212529bc;

}

.sec_4 .swiper-button-prev::before .sec_5 .swiper-button-prev::before,
.caro-1 .swiper-button-prev::before {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color: #a3b18a32;
}

.sec_4 .swiper-button-next::before,
.sec_5 .swiper-button-next::before,
.caro-1 .swiper-button-next::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color: #a3b18a32;
}


.sec_4 .swiper-button-next::after,
.sec_4 .swiper-button-prev::after,
.sec_5 .swiper-button-prev::after,
.sec_5 .swiper-button-next::after,
.caro-1 .swiper-button-prev::after,
.caro-1 .swiper-button-next::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;

    border-radius: 100%;

}


/* SECTION 2 */
.sec-2-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(12px, 4vw, 24px);
    border-radius: 20px;
    height: 100%;
}

.sec-card-title {
    /* text-align: center; */
}

.sec-2-card-icon {
    height: 75px;
    width: 75px;
    border-radius: 100%;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border: 2px solid #FFF;
    padding: 5px;
}

.sec-2-card-content {
    display: block;
    width: 100%;
    background-color: #FFFF;
    padding: clamp(12px, 4vw, 24px);
    border-radius: 20px;
    flex-grow: 1;
}

.sec-2-sub-title {
    color: #b63131;
    font-weight: 300;
    text-transform: uppercase;
    font-size: clamp(12px, 2vw, 14px);
    margin-left: 4px;
    letter-spacing: 1.4px;
}

.sec-2-desc {
    font-size: clamp(15px, 2vw, 16px);
    color: #6c757d;
}

/* FOOTER BANNER */
.footer-banner {
    position: relative;
    margin-top: -6px;
}

.banner-desc {
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    color: #FFF;
}

.ftr-ptr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* SECTION 3 */
.sec-2-images {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}


.sec-2-images .sec-2-img1 {
    grid-column: 1 / span 11;
    grid-row: 1;
    z-index: 1;
    margin-bottom: -30px;
}

.sec-2-images .sec-2-img2 {
    position: relative;
    display: block;
    margin-top: 30px;
    grid-column: 6 / span 6;
    grid-row: 1;
    z-index: 2;
}


.box-exp {
    position: absolute;
    top: 60%;
    left: 50%;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    padding: clamp(12px, 4vw, 24px);
    z-index: 3;
    font-size: 14px;
    text-align: center;
}

.box-exp>span {
    font-size: 1em;
}

.sec-2-3-ptrn {
    position: absolute;
    right: 0;
    top: 10%;
}

.sec-2_3-ptrn-pri {
    position: absolute;
    left: 0;
    bottom: 5%;
}

/* .ftr-box{
    padding: clamp(16px, 4vw, 18px);
    background-color: #e9ecef;
} */

/* FOOTER */
footer {
    position: relative;
    background-color: #223645;
    padding-top: 80px;
    margin-top: -6px;
}

.ftr-ptr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(102%) contrast(102%) opacity(3%);
}

.footer-desc {
    color: #FFF;
    font-weight: 400;
    font-size: clamp(13px, 2vw, 15px);
}

.widget-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.footer-banner {
    position: relative;
    background-image: url(../asset/kerala-tour-package-provider.jpg);
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ba3f3f;
}

.footer-banner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #22364578;
}

.footer-banner .bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(#00000000, #223645);
}

.widget-title::after {
    background-color: #f9a620;
    content: "";
    display: table;
    height: 2px;
    width: 50px;
    margin-top: 10px;
}

.widget-icon {
    height: 20px;
    width: 20px;
    font-size: 16px;
    margin-right: 6px;
}


.widget-icon>i {
    font-size: 1em;
}

.widget-link {
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
    margin: 7px 0;
}

.widget-link:hover{
    color: #ffb703;
}

.ftr-img {
    border-radius: 14px;
    overflow: hidden;
}

.copyright a,
.copyright {
    color: #6c757d;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
}


/* SECTION 5----------------------------------------------- */

.sec-5-ptr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(30%) sepia(16%) saturate(5704%) hue-rotate(341deg) brightness(91%) contrast(109%);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

}

.packages .swiper-wrapper>.swiper-slide {

    height: 100% !important;
}

.sec_5-card {
    display: flex;
    flex-direction: column;
    font-size: 19px;
    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, 1em);
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.sec_5-title.sec{
    width: 100% !important;
    white-space: wrap;
}

.thumb_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(#00000000, #04396d);
}

.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%);
    width: 100%;
    text-align: center;
}

.thumbnail-butn>a {
    background-color: #f9a620;
    color: #FFF;
}

.thumbnail-butn>a:hover {
    background-color: #ffc300;
}

/* SECTION 4 */

.sec_4 .outer-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    grid-row: 1;
    position: relative;
}



.sec_4 .outer-wrapper.sec .inner-left {
    grid-column: 1 /span 7;
    grid-row: 1;
    z-index: 2;
    border-top-right-radius: 30px;
    overflow: hidden;
    background-color: #495057;
    height: 100%;
    background-image: url(../asset/mallu-cabs-tourist-taxi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* height: 80%;
    margin-top: 10%; */
}

.sec_4 .outer-wrapper.sec .inner-left.sec>img {
    max-height: 470px;
    object-fit: cover;
}

.sec_4 .inner-left-body {

    padding: 40px;
    height: max-content !important;

}

.inner-body {
    background-color: blue;
}

.sec_4 .inner-right {
    grid-column: 5 /span 12;
    grid-row: 1;
    z-index: 2;
}


.sec_4 .inner-left-body {

    height: 100%;
}

@media (max-width:850px) {
    .abt-pg.sec_4 .outer-wrapper.sec .inner-left {
        margin-top: 0 !important;
    }
}

/* TESTIMONIAL */
.testi-box {
    background-color: #FFF;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: clamp(16px, 4vw, 24px);
    border-radius: 20px;
}

.athr {
    position: relative;
    display: flex;
    align-items: center;
}

.athr-img {
    height: 50px;
    width: 50px;
    background-color: #adb5bd;
    border-radius: 100%;
    margin-right: 16px;
}

.testi-desc {
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    color: #212529;
}

.testi-content {
    position: relative;
}

.testi-content .quote {
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: 5%;
    right: 10%;
    object-fit: contain;
    filter: opacity(15%);
}

.rating i {
    color: #f9a620;
}

.athr-img>img {
    object-fit: contain;
    padding: 5px;
}

@media (max-width:999px) {
    .sec_4 .outer-wrapper {
        /* display: flex;
        flex-direction: column; */
        grid-row: 2;
    }

    .sec_4 .outer-wrapper.sec .inner-left {
        grid-column: 1 / span 12;
        grid-row: 1;
        width: 100%;
        border-top-right-radius: 0;
    }

    .inner-left-body {
        /* margin-top: -50%; */

    }

    .sec_4 .inner-right {
        grid-column: 1 / span 13;
        grid-row: 1;
        width: 100%;
    }

    .sec_4 .inner-left-body {
        padding-left: 0;
        padding-right: 0;
    }


}




.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-desc {
    font-size: clamp(14px, 1.2vw, 15px);

}

.sec-icon {
    height: 30px;
    width: 30px;
}

.cnt_title {
    color: #FFF;
}

.sec_card.sec {
    background-color: #343a40;
    height: 100% !important;
    flex: 1;
}

.sec_content.sec .sec-inner-content {
    background-color: transparent;
}

@media (max-width:1400px) {
    .sec_card {
        margin-bottom: 25px;
    }
}

.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 {
    background-color: #fffdf2;
}

.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;
}


.taxi-ftr {
    display: flex;
    align-items: center;
}

/* 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-color: #04396d;
    -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_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(16px, 2vw, 18px);
    font-weight: 400;
}


.slider_butn {
    padding: clamp(0.3rem, 1vw, 0.438rem) clamp(0.75rem, 3vw, 1rem);
    font-size: clamp(12px, 1.5vw, 14px);
    background-color: #ffd60a;
    color: #000;
    font-size: clamp(13px, 2vw, 15px);
    font-weight: 300;
    border-radius: 14px;
    transition: background-color 0.3s linear;
}

.slider_butn.btn-outln {
    background-color: transparent;
    border: 1px solid #ffd60a;
    color: #ffd60a;
    transition: all 0.3s linear;

}


.slider_butn:hover {
    color: #000;
    background-color: #ffb703;

}