* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}



.ff-1 {
    font-family: "Archivo", sans-serif;
}

:root {

    --pri-color: #ffb703;

    --highlight: #ffb703;
    --pri-text: #fffdf2;
    --btn-pri-color: #081c15;
    --btn-sec-color: #1b1f3c;
    --btn-pri-text: #fffdf2;
}

.title {
    font-weight: 300;
    color: #081c15;
}

.highlight {
    color: var(--highlight);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;

}

.highlight_2 {
    color: #e36414;
    /* font-size: 40px; */
    font-weight: 800;
}

@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;
    color: #3a5a40;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.butn_otln {
    border: 1px solid var(--pri-color);
    color: var(--pri-color);
}

.butn_otln:hover {
    background-color: #fb5607;
    border-color: #FFF;
    color: #FFF;
}

.sub-title.sec {
    font-size: clamp(12px, 1.5vw, 14px);
}

/* 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 {
    border-radius: 0;
    color: var(--btn-pri-text);
}


.butn_1 {
    background-color: var(--btn-sec-color);
    color: var(--btn-pri-text);
}

.butn_2 {
    background-color: #ffd60a;
    color: #000;
}

.butn_1:hover {
    background-color: #fb5607;
    /* box-shadow: 8px 10px 50px 0px #fb5607; */
}

.banner-butn {
    background-color: #fb5607;
}

/* NAVBAR */




.top-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}


@media (max-width:576px) {
    .top-container {
        flex-direction: column-reverse;
        row-gap: 10px;
    }
}

.top-container .top-widget {
    flex-wrap: nowrap;
    flex: 1;
}

.top-container .widget-text {
    color: #FFF;
    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;
    font-size: 1em;
    color: var(--pri-color);

}

.top-socials .social {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1em;
    color: #FFF;
    margin: 0 8px;
}

.widget-icon>i {
    font-size: 1em;
}

.nav_main-wrapper {
    background-color: #000;
}

@media (max-width:992px) {
    .nav-main {
        border-top: 1px solid #f9a6205e;
    }

    .navbar .nav-main {
        background-color: #000000;
    }

    .navbar-toggler {
        background-color: #FFF;
        color: #f9a620;
        padding: 6px;
        margin: 10px 0;
    }
}

@media (min-width:992px) {
    .navbar .nav-main {
        border-radius: 100px;
        background-color: #FFF;
    }
}

@media (min-width:1200px) {
    .navbar .nav-main {
        background-color: #ffb703;
    }
}


@media (max-width:1200px) {




    /* #mainNav {
        position: fixed  !important;
        width: 100%;
        transition: top 0.3s;
        top: 0;
        z-index: 9999;
    }

    .sticky {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background-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;
}


.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;
    margin-right: 12px;
}


.navbar-expand-xl .navbar-nav .nav-link {
    position: relative;
    white-space: nowrap;
    color: #000;

}

@media (min-width:1200px) {

    .navbar-expand-xl .navbar-nav .nav-link {
        font-family: "Archivo", sans-serif;
        font-weight: 300;
        font-size: clamp(13px, 2vw, 14px);
        text-transform: uppercase;
        text-align: center;
        margin: 0 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;
    }
}

.nav-link.active {
    color: #081c15;
}



@media (min-width:1200px) {
    /* .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 1px;
        transform: translateX(-50%);
        background-color: #081c15;
    } */
}


@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;

    }


}




@media (max-width:400px) {
    .navbar-brand img {
        width: 140px;
    }
}


.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;
}


/* SECTION 4---------------------------------------------------- */
.desc {
    color: #343a40;
    font-weight: 300;
}

.sec_4-main-icon {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #001d3d;
    border-radius: 100%;
}

.sec_4-main-icon img {
    padding: 5px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(66%) saturate(430%) hue-rotate(6deg) brightness(97%) contrast(94%);

}



.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: #495057;
    font-size: 15px;
}

.sec_4-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.sec_4-image-inner {
    position: relative;
    height: 100%;
    max-width: 80%;

}

.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;

}



@media (max-width:800px) {
    .testi-card {
        margin-top: 20px;
    }
}

.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-color: #1b1f3c;
    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 #1f213c 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: 70px;
    height: 70px;
    background-size: contain;
    background-color: #FFF;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
}

.t-quote .t-quote-base {
    margin-top: 20px;
    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);
    }

    .testi-slider .swiper-slide-active {
        /* transform: scale(1.01);
        opacity: 1;
        z-index: 2; */
    }
}




/* footer -------------------------------------------------------------------*/
.footer {
    margin-top: -6px;
}

.ftr_logo-wrapper {
    position: relative;
}

.ftr_logo-wrapper>.circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(90.2deg, rgb(0, 65, 134) -0.4%, rgba(56, 141, 217, 1) 106.1%);
    border-radius: 49% 51% 0% 7% / 100% 100% 0% 0%;
    z-index: 5;
}

.ftr_logo-wrapper .ftr_logo-img {
    position: relative;
    background-color: #FFF;
    border-radius: 100%;
    z-index: 6;
}

.ftr_logo-wrapper .ftr_logo-img .img {
    padding: 12px;
}

.footer {
    position: relative;
    z-index: 1;
    background-color: #101325;
    /* background-image: linear-gradient(90.2deg, rgb(0, 65, 134) -0.4%, rgba(56, 141, 217, 1) 106.1%); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    /* margin-top: -8px; */

}

@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:576px) {
    .footer .widget {
        padding: 15px 0 0;

    }
}


.footer_logo {
    padding: 17px 30px
}


.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;
    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: #ffb703;
}

.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;
}

.widget .menu .menu-link a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #ffffff5e;
}

.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 {
    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 {
    flex-shrink: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 17px;
    border-radius: 50%;
    color: #ffb703;
}


.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-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;
}

.footer-top {
    transform: translateY(-80px);
    margin-bottom: -40px;
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width:1200px) {}


.footer_banner {
    background-image: url(../asset/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    background-color: #fffdf2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner-title {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    color: #081c15;
}

.footer-logo {
    padding: 10px;
}

.footer-logo img {
    border-radius: 18px;
    overflow: hidden;
}


/* SECTION 3--------------------------------------------- */
.sec_3.cnt_serv {
    position: relative;
    background-image: url(../asset/miya-cabs.jpg);
    background-position: center 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;

}


.abt-image-wrapper {
    display: flex;
    justify-content: center;
}

.abt-image-wrapper .abt-img-inner {
    max-width: 80%;

}


.abt-image-wrapper .abt-img-inner img {
    max-height: 350px;

}


.taxi_ftr {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.taxi_ftr li {
    flex-grow: 1;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.taxi_ftr-icon {
    margin-right: 10px;
}

.material-symbols-outlined {
    font-size: 24px;
}


.taxi_ftr {
    display: flex;
}

.rate_wrapper .rate {
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 800;
    color: #ffffff;
}

.cnt {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 600;
    color: #FFF;
}

.cnt_ovl {
    position: absolute;
    top: 50%;
    left: 10%;
    height: 80px;
    width: 80px;
    filter: opacity(10%);

}

.taxi_ftr .taxi_ftr-text {
    color: #343a40;
    font-weight: 300;
    font-size: clamp(12px, 1.2vw, 15px);
}


.rate_wrapper .rate-subtitle {
    font-size: clamp(12px, 1.2vw, 13px);
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;

}

.taxi_ftr>li {
    display: flex;
    align-items: center;
}

.taxi_ftr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1em;
}

.taxi-sec_btn {
    position: relative;
}


.taxi-sec_btn::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ffb703;
    transform: skew(22deg);
    margin-left: -160px;
}


.taxi-sec_btn.sec::before {
    top: 50%;
    transform: skew(22deg) translateY(-50%);
    height: 50%;
}

@media (max-width:991px) {
    .taxi-sec_btn::before {

        margin-left: -140px;
    }
}

.sec_4.taxi {
    position: relative;
}


.taxi-slider-image {
    position: relative;
    display: flex;
    align-items: end;
    height: 100%;
}

.taxi-slider-inner {
    /* background-color: red; */
    width: 100%;
}

.sec_4.taxi .sec_4-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 60%;
    object-position: left bottom;
    object-fit: cover;
}


@media (max-width:600px) {
    .sec_4.taxi .sec_4-bg {
        height: 100%;
        object-fit: contain;
    }
}

.taxi-slider-inner {
    max-width: 85%;
}

@media (max-width:1400px) {
    .sec_4.taxi .sec_4-bg {
        height: 95%;
        width: 63%;
    }

    .taxi-slider-inner {
        max-width: 95%;
    }
}


/* @media (min-width:992px) {
    .taxi-slider-inner {
        max-width: 80%;
    }

    .taxi-slider-image{
        justify-content: center;
    }
} */


@media (max-width:1200px) {
    .sec_4.taxi .sec_4-bg {
        bottom: 0;
        height: 55%;
        width: 100%;
    }

    .taxi-slider-inner {
        max-width: 100% !important;
    }

    .taxi-slider-image {
        justify-content: start;
        align-items: center;
    }
}


@media (max-width:767px) {
    .sec_4.taxi .sec_4-bg {
        height: 50%;
    }
}

@media (max-width:500px) {
    .sec_4.taxi .sec_4-bg {
        height: 45%;

    }
}

.taxi-slider-thumbnail {
    position: relative;
    background-image: url(../asset/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}



.taxi-table {
    max-width: 90%;
    width: 100%;
}

@media (max-width:992px) {
    .taxi-table {
        max-width: 100%;
    }
}


.taxi-table th {

    margin-bottom: 12px;
}


.taxi-table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden;
    background-color: #ffffff;
}

.taxi-table td {
    background-color: #e9ecef;
}

.taxi-table th,
.taxi-table td {
    border: 1px solid #e9ecef;
    font-weight: 300;
    font-size: clamp(13px, 2.5vw, 15px);
    padding: 10px;
    text-align: center;
}

.taxi-table th {
    margin-bottom: 10px;
    font-family: "Archivo", sans-serif;
    background-color: #ffd60a;
}


.taxi-table thead {
    display: table-header-group;
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 450px;
    background-image: url(../asset/tourist-taxi-service-in-alappuzha.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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%;
    }

}


.wch-box {
    position: relative;
    background-color: #343a40;
    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 {

    margin-bottom: 14px;
}

.wch-text p {
    color: #FFF;
    filter: opacity(0.8);
    font-weight: 300;
}