* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}


:root {
    --pri-color: ;
    --sec-color: ;
    --navbar-bg: #FFF;
    --nav-link: ;
    --nav-link-hover: ;
    --nav-link-active: ;
    --pri-title: ;
    --sec-title: ;
    --pri-subtitle: ;
    --sec-subtitle: ;
    --pri-btn-bg: #ffc300;
    --pri-btn-text: ;
    --pri-btn-hover: ;
    --sec-btn-bg: ;
    --sec-btn-text: ;
    --sec-btn-hover: ;

    --pri-link-hover: #ffc300;
}


a {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.sub-title {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    color: #6e1423;
    letter-spacing: 2px;
}

/* BUTTONS */
.butn {
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1.2rem;
    color: var(--pri-btn-text);
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s ease;
}

.butn:hover {
    transform: scale(1.03);
}

.slider_btn {
    background-color: var(--pri-btn-bg);
    color: pri;
}


.butn.whts {
    padding-left: 12px;
    background-color: #257674;
    color: #FFF;
    font-weight: 500;
}

.whts-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #FFF;
    color: #257674;
}

.whts-icon i {
    padding: 5px;
}

.butn_1 {
    position: relative;
    background-color: #ffc300;
    overflow: hidden;
}

.butn_1 .circle {
    display: none;
    /* display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #710000;
    transition: all 0.5s linear;
    opacity: 0; */
}

.butn_1:hover .circle {
    width: 100%;
    opacity: 1;
    justify-content: center;
    color: #FFF;
}

.butn_text {
    transition: all 1s ease;
}


/* .butn_1:hover .butn_text{
    opacity: 0;
} */

.butn_2 {
    background-color: #ffc300;
    font-size: 15px;
}

/* NAVBAR */

.navbar {
    background-color: #ffffff !important;
}

.navbar-nav>.nav-item>.nav-link.active{
    color: #ffc300;
}


@media (min-width:1200px) {
    .offcanvas-body {
        margin-bottom: -290px;
        background-color: #590d22;
        border-radius: 100px;
        position: relative;
        z-index: 99;
    }

    .navbar .nav-link {
        padding: 16px;
    }

    .navbar-nav>.nav-item>.nav-link {
        color: #ffffff;
        margin-left: 12px;
        margin-right: 12px;
    }
}


@media(min-width:999px) {
    .navbar {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }



    /* .slanted-navbar {
        position: relative;
        transform: skewX(-10deg);
        transform-origin: top left;

    }

    .slanted-navbar .navbar-nav {
        transform: skewX(10deg);

    } */


}


@media (min-width:1000px) {
    .navbar-nav>.nav-item>.nav-link {

        margin-left: 16px;
        margin-right: 16px;
    }
}

.nav-social {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}



.nav-social .scl-widget {
    display: flex;
    align-items: center;

}

.nav-social .scl-widget .icon {
    height: 50px;
    width: 50px;
    background-color: #e9ecef;
    border-radius: 100%;
    margin-right: 14px;
}

.nav-social .scl-widget .icon img {
    padding: 6px;
}

@media (max-width:1400px) {
    .wt {
        display: block;
        padding: 7px 5px !important;


    }

    /* .nav-social {
    justify-content: flex-end;
    column-gap: 15px;
    padding-top: 5px;
  } */
}


@media (max-width:1200px) {
    .nav-social {
        display: none;
    }

    .slanted-navbar {
        position: relative;
        transform: skewX(0);
        transform-origin: top left;

    }

    .slanted-navbar .navbar-nav {
        transform: skewX(0);

    }

    .offcanvas-body {
        margin-bottom: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1.5rem 1.25rem;
        margin-left: 0;
    }
}

.scl-widget .icon>i {
    font-size: 1.25rem;
    margin-right: 12px;
}

.mail {

    margin-left: 1.25rem;
}


.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}


.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item:active {
    background-color: #4d0a18;
}

.dropdown-item.active{
    background-color: #FFF;
    color: #ffc300;
}

.btnn.whts {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    border: 2px solid #128C7E !important;
    color: #128C7E !important;
    background-color: transparent;
    overflow: hidden;
    transition: all 200ms ease-in;
}

.btnn.whts {
    display: flex;
    justify-content: center;

}

.btnn.whts:hover i {
    transition: all 200ms ease-in;
    transform: translateX(5px);
}

.btnn.whts:hover {
    background-color: #128C7E !important;
}

.btnn::before,
.btnn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: #128C7E;
    z-index: -1;
    transition: all 200ms ease-in;
}

.btnn:hover {
    color: #fff !important;
}


.btnn::before {
    opacity: 0.3;
}

.btnn::after {
    transition-delay: 0.2s;
}

.btnn:hover::before,
.btnn:hover::after {
    top: 0;
}


.navbar-expand-md .navbar-nav .nav-link {
    padding: 1.5rem 1.25rem;
    margin-left: 1.25rem;
}

.ph-text {
    display: flex;
    flex-direction: column;

}

.ph-text .ph-title {
    color: #6c757d;
    font-weight: 400;
    letter-spacing: 1.2px;
}


@media (max-width:999px) {

    .nav-social {
        display: none !important;
    }

    #collapse {
        display: none;
    }

    .mail {

        display: none;
    }

}

.scl-widget .ph-text,
.scl-widget .mail-text {
    font-weight: 600;
    font-size: 0.875rem;


}

.mail-text .icon {
    color: #fff;
    font-weight: 400;
}

.mail-text span {
    /* color: var(--pri-icon-color); */
    color: #fff;
}

.scl-widget .ph-text a,
.scl-widget .mail-text a {
    color: var(--pri-icon-color);
    text-decoration: none;

}


/* BANNER SLIDER */
.banner-slider .swiper-slide {
    position: relative;
}



.banner-slider .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-slider .swiper-button-prev {
    background-color: transparent;
    left: 10px;
    top: 50% !important;
    height: 40px;
    width: 40px;
    color: #FFF;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.banner-slider .swiper-button-next {
    background-color: transparent;
    right: 10px;
    top: 50% !important;
    height: 40px;
    width: 40px;
    color: #FFF;
    border-radius: 50%;
    border: 2px solid #FFF;
}


.banner-slider {
    position: relative;

}


.banner-slider .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* transform: translate(-50%, -50%); */
    z-index: 66 !important;
    /* background-color: red; */
    /* max-width: 40%; */
}

.banner-slider .swiper-pagination-bullet-active {
    background: #FFF;
}


.banner-slider .slider_img img {
    object-fit: cover;

}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}



@media screen and (max-width:700px) {

    .banner-slider .swiper-button-prev,
    .banner-slider .swiper-button-next {
        display: none;
    }
}


.banner_content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner_content_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


.slider_content {
    width: 80%;
    /* background-color: red; */
}

.home-head {
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 400;
}


.banner_subimage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_subimage .banner_subimage_innner {
    max-width: 70%;
}

.banner_subimage .banner_subimage_innner img {
    width: 100%;
    object-fit: contain;
}




@media screen and (max-width:1200px) {
    .banner_subimage {
        height: 100%;
    }

    .banner_subimage .banner_subimage_innner {
        height: 100%;
        max-width: 70%;
    }

    .banner_subimage .banner_subimage_innner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}


.swiper-slide-active .home-head,
.swiper-slide-active .butn_wrapper .butn,
.swiper-slide-active .banner_subimage_innner img,
.swiper-slide-active .home-subtitle {
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent 0.9s .7s ease-in-out 1 forwards;
}

.swiper-slide-active .banner_subimage_innner img {
    animation-delay: 1.5s;
}

.swiper-slide-active .home-subtitle {
    animation-delay: 1s;
}

.swiper-slide-active .home-head {
    animation-delay: 1.5s;
}

.swiper-slide-active .butn_wrapper .butn {
    animation-delay: 2s;
}

@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}


.home-title {
    text-transform: uppercase;
    color: #fb8e5a;
    padding: 0.26vw 0.521vw;
    /* font-size: 48px; */
    margin-right: 0.365vw;
    font-weight: 800;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    display: inline-block;
    opacity: 0;
    animation: fadeIn 0.3s 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.home-title:before {
    content: '';
    width: 0;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 100px; */
    animation: animate 5s 2s ease alternate 1 forwards,
        blinkBorder 1s 7s step-start infinite;
    border-right: 3px solid #262626;
}

@keyframes blinkBorder {

    0%,
    100% {
        border-right-color: #262626;
    }

    50% {
        border-right-color: transparent;
    }
}

@keyframes animate {
    0% {
        width: 100%;
        z-index: 1;
    }

    50% {
        width: 0%;
        z-index: 1;
    }

    51% {
        width: 0%;
        z-index: -1;
    }

    100% {
        width: 100%;
        z-index: -1;
    }
}

.home-subtitle {
    color: #FFF;
    font-weight: 400;
    /* font-size: 44px; */
    font-size: 3.5vw;
}

.home-head {
    font-size: 1.5vw;
}

@media screen and (max-width:1200px) {


    .slider-body .col-bottom {
        /* height: 50%; */
        width: 100%;
    }

}

.banner_text_body {
    width: 100%;
    padding: 0 20px;
}


.sct_3-image-wrapper {
    position: relative;
}


.sct_3-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    margin-left: -900px;
    background-color: #590d22;
    z-index: 1;
    transform: skew(22deg);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sct_3-image-sec{
    position: relative;
}

/* .sct_3-image-sec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150%;
    margin-right: -60%;
    background-color: #bababa;
    z-index: 1;
    transform: skew(-22deg);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */

.sct_3-img-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
    z-index: 2;
}

.sct_3-img{
    overflow: hidden;
}

.sct_3-img img{
    transition: all 0.3s ease;
}

.sct_3-img:hover img{
    transform: scale(1.05);
}


.sl_bg-2 {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 96%;
    width: 200%;
    margin-left: -800px;
    z-index: -1;
    background-color: #841031;
    transform: skew(22deg);
}

@media (max-width:560px) {
    .sct_3-image-wrapper::before {
        margin-left: -800px;
    }

    .sl_bg-2 {
        margin-left: -700px;
    }
}


@media (max-width:450px) {
    .sct_3-image-wrapper::before {
        margin-left: -700px;
    }

    .sl_bg-2 {
        margin-left: -600px;
    }
}


@media (max-width:400px) {
    .sct_3-image-wrapper::before {
        margin-left: -650px;
    }

    .sl_bg-2 {
        margin-left: -550px;
    }
}

@media (max-width:350px) {
    .sct_3-image-wrapper::before {
        margin-left: -550px;
    }

    .sl_bg-2 {
        margin-left: -450px;
    }
}

@media (max-width:300px) {
    .sct_3-image-wrapper::before {
        margin-left: -500px;
    }

    .sl_bg-2 {
        margin-left: -400px;
    }
}


@media (max-width:250px) {
    .sct_3-image-wrapper::before {
        margin-left: -450px;
    }

    .sl_bg-2 {
        margin-left: -350px;
    }
}

@media (max-width:200px) {
    .sct_3-image-wrapper::before {
        margin-left: -400px;
    }

    .sl_bg-2 {
        margin-left: -300px;
    }
}

/* .sct_3-img-inner {
    max-width: 65%;
} */

.hero.sct_3 {
    position: relative;
    overflow: hidden;
}

.hero.sct_3>.wrapper {
    position: relative;
}

.hero_bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    filter: opacity(40%);
}

.sct_3-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sct_3-image-inner {
    position: relative;
    max-width: 80%;
    z-index: 5;
}

.taxi-slider .swiper-slide {
    padding-bottom: 40px;
}


@media (min-width:767px) {
    .taxi-slider .swiper-slide {
        transition: transform 0.5s ease, opacity 0.5s ease;
        transform: scale(0.9);
        padding-bottom: 40px;
    }

    .taxi-slider .swiper-slide-active {
        transform: scale(1.1);
        opacity: 1;
        z-index: 2;
    }
}

.taxi-slider .swiper-button-prev,
.taxi-slider .swiper-button-next {
    height: 40px;
    width: 40px;
    background-color: #38040e;
    color: #FFF;
    border-radius: 50%;
}




.taxi.sct_4 {
    position: relative;
    overflow-x: hidden;
}

.sct_4-item.sec {
    display: flex;
    flex-grow: 1;
}

.sct_4-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
    flex-grow: 1;
    width: 100%;
}

.sct_4-list li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;

}

.sct_4-list li i {
    color: #38040e;
    margin-right: 0.5rem;
}

.sct_4-list li {
    color: #343a40;
    font-size: 15px;
}

.taxi.sct_4 .sct_4-ptrn {
    position: absolute;
    right: -60px;
    bottom: 0;
    filter: opacity(20%);
    z-index: -1;

}

.sct_4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-20px);
}

.sct_4-title a {
    background-color: #590d22;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 100px;
}

.sct_4-body {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    max-width: 90%;
    width: 100%;
    background-color: #e9ecef;
    border-radius: 16px;
}



.taxi-slider .swiper-slide {
    position: relative;
    z-index: 2;
}


.taxi-slider .bg-text {
    position: absolute;
    top: 20%;
    left: 50%;
    font-weight: 800;
    font-size: 160px;
    color: #262626;
    transform: translate(-50%, -50%);
    z-index: -1 !important;
    opacity: 0;
    transition: all 0.8s ease 1s;
    filter: opacity(20%);
}


@media (max-width:767px) {
    .taxi-slider .bg-text {
        display: none;
    }
}


.taxi-slider .swiper-slide-active .bg-text {
    opacity: 1;
}





/* SERVICES */
.sc-2.services {
    position: relative;
    background-color: var(--sec-bg);
}

.sc-2.services .sc-2-service-olv {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #0000007d;
}

.sc-2.services .sc-2-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}


.sc-2.services .ptr_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(48%) sepia(10%) saturate(427%) hue-rotate(167deg) brightness(90%) contrast(82%) opacity(25%);
}

.sc_2-box {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
}


.sc_2-box .box_inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sc_2-box .box_inner .ser_body{
    height: 100%;
}

.sc-2.services .item{
    height: 100%;
}

.sc_2-box:hover .sc2_thumbnail>img {
    transform: scale(1.1);
}

.sc_2-box:hover .ser_ti {
    background-color: #128C7E;
    color: #FFF;
}

.sc2_thumbnail img {
    transition: all 0.5s ease;

}

.ser_header {
    position: relative;
    z-index: 3;
}

.ser_ti {
    font-size: 1.125rem;
    color: var(--pri-text);
    border-radius: 100px;
    padding: 0.563rem 0.75rem;
    background-color: #FFF;
    /* width: 90%; */
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease;
}

.ser_body .body_inner {
    display: flex;
    flex-direction: column;

    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 5;
}

/* .sc-2.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background-image: url(../asset/bg-1.jpg);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: left center;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-attachment: fixed;
} */

.ser_body {
    position: relative;
    padding: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}

.ser_body .ser_desc {
    font-weight: 400;
    font-size: 14px;
}


.ser_body .ser_desc  a:hover{
    color: #ffc300 !important;
}
.item .sc_2-box .ser_body::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.408);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(4px);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1;
}



/* 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-color: #590d22;
    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 #841031 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: 30px 40px 30px 40px;
    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%;
}



/* FOOTER ------------------------------------------------*/
.footer {
    position: relative;
    z-index: 1;
    background-color: #38040e;
    margin-top: -8px;
    overflow: hidden;

}

.ftr_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    filter: opacity(7%);
}

@media(max-width:767px) {
    .footer {

        padding-bottom: 50px;
    }

    .footer-bottom {

        text-align: center;
    }
}

.ftr-desc-sec {
    color: #FFF;
}


.footer .widget {
    padding: 40px 0 40px;
    height: 100%;
    overflow: hidden;
}



@media (max-width:576px) {
    .footer .widget {
        padding: 20px 0 20px;

    }
}


.footer .widget .widget-title {
    font-size: 19PX;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 36px;
    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(--icon-clr);
}

.social-icons ul {
    display: flex;
    gap: 5px;

}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 19px;
    border-radius: 50%;
}

.menu .menu-link a {
    display: block;
    padding: 0 0 11px 0;
    position: relative;
    color: #FFF;
    padding-left: 22px;
    font-weight: 400;
    transition: all 0.3s ease;
}


.menu .menu-link a:hover {
    color: var(--pri-link-hover);
}

.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 .widget-area:not(:nth-child(2)) .widget {
    background-color: #4d0a18;
}


.frt-footer .widget-area:nth-child(2) .widget {
    background-color: var(--sec-clr);
}


@media (max-width:767px) {
    .frt-footer .widget-area:nth-child(2) .widget {
        background-color: #4d0a18
    }
}

.frt-footer .widget-area:nth-child(2) .widget .featured-icon-box .featured-desc {
    color: #FFF !important;
}


.frt-footer .widget-area .widget {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 30px;
    position: relative;
    /* border-radius: 100px; */
}

.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-content .featured-title {
    color: #FFF;
    font-size: 15px;
    transition: all 0.3s ease;
}

.frt-footer .featured-icon-box .featured-content .featured-title:hover {
    color: var(--pri-link-hover);
}

.frt-footer .featured-icon-box .featured-content .featured-desc {
    opacity: 50%;
    font-weight: 300;
}


.frt-footer .featured-icon-box .featured-icon .cmt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    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;
    margin-bottom: 0;
}

.footer .adrs .adrs-icon {
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #FFF;
    font-size: 19px;
    border-radius: 50%;
    color: #893545;
}


.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;
    transition: all 0.3s ease;
}

.adrs .adrs-text a:hover {
    color: var(--pri-link-hover);
}

.adrs .adrs-icon {
    margin-right: 9px;
}

.adrs:nth-child(2) {
    padding-top: 18px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #ffffff1c;
}

.footer-bottom .copyright {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design a {
    color: #ffffff8f;
}



/* section 5----------------------------------------- */
.wch.sct_5 {
    position: relative;
    overflow: hidden;
}

.sct_5.bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 98%;
    background-image: url(../asset/gokulam-travels.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 30px;
    overflow: hidden;
}

.sct_5-olv {
    height: 100%;
    width: 100%;
    background-color: #00000071;
}

.sct_5-box {
    flex-direction: column;
    justify-content: flex-start;
    /* margin-bottom: 1em; */
    padding: 1.5em 2em;
    text-decoration: none;
    transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.455, .03, .515, .955);
    display: flex;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.43);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
}

.sct_5-title {
    font-size: 1.375rem;
    font-weight: 500;
    color: #FFF;
    letter-spacing: -0.16px;
}

.sct_5-desc {
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
}

.sct_5-content-desc {
    color: #FFF;
    font-weight: 200;
    font-size: 15px;
}

.sct_5-btn {
    color: #FFf;
    font-size: 2em;
}




/* GALLERY */

.gallery.sct_6 {
    position: relative;
    overflow-x: hidden;
}


.gallery {
    position: relative;
}

.gallery .sct_6-ptrn {
    position: absolute;
    left: -60px;
    bottom: 0;
    filter: opacity(20%);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.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%;
    box-sizing: border-box;
    border-radius: 18px;
    overflow: hidden;
}

.gallery-title {
    position: relative;
    color: #FFF;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}

.gallery-title::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    left: -50px;
    top: 50%;
    background-color: #FFF;
}

.gallery-title::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    right: -50px;
    top: 50%;
    background-color: #FFF;
}

.gallery-item .gallery-cont {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(#00000000, #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;
    }
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-image: url(../asset/gokulam-all-kerala-tour-package-provider.jpg);
    background-position: 100% 100%;
    background-size: cover;
    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.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: #590d22;
    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: #ffc300;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

.sub_title {
    display: block;
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 1.2px;
}


/* contact page */
.contact .wrapper {
    position: relative;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    /* background-image: url(../asset/sree-gokulam-taxi-package.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */

}

@media (max-width:999px) {
    .contact .wrapper {
        border-radius: 0;
    }
}



.cnt-adrs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fa;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s linear;
    border-radius: 30px;
}

.cnt-adrs::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #590d22 transparent;
    filter: opacity(5%);
    transform: rotate(0deg);
}


.cnt-adrs:hover .cnt-adrs_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(100%) contrast(104%);
}

.cnt-adrs:hover {
    transform: scale(1.03);
    background: radial-gradient(circle at top, #38040e, #631224);
}

.cnt-adrs:hover .cnt_title,
.cnt-adrs:hover .cnt_adrs_text {
    position: relative;
    color: #FFF;
    transition: all 0.3s ease;
}

.cnt-adrs .cnt_title {
    text-align: center;
}

.cnt-adrs .cnt_adrs_text {
    display: inline-block;
    color: var(--pri-text-color);
    font-weight: 300;
}

.cnt-adrs .cnt_adrs_text:hover {
    color: var(--pri-link-hover) !important;
}

.cnt-adrs .cnt-adrs_icon img {
    height: 60px;
    width: 60px;
}



.ctr-4_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f8f9fa;
    -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: 1.875rem;
    /*30px */
    overflow: hidden;
    height: 100%;
    transition: all 0.3s linear;
}


.ctr-4_box:hover {
    transform: scale(1.03);
}

.ctr-4_box:hover {
    transform: scale(1.03);
    background: radial-gradient(circle at top, #38040e, #631224);
}


.ctr-4_box:hover .ctr-4_text {
    color: #FFF !important;
}

.ctr-4_box:hover .ctr4_icon {
    background-color: #FFF;
}

.ctr-4_box .ctr-4_btn .btn-2 {
    border: 2px solid #FFF;
}

.ctr-4_box:hover .ctr-4_btn .btn-2 {
    background-image: none;
    background-color: #FFF;
    color: #1b4332;
}

.ctr-4_box .ctr-4_btn .btn-2:hover {
    border: 2px solid var(--hover-btn-pri);

}

.ctr-4_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #590d22 transparent;
    transform: rotate(0deg);
    filter: opacity(5%);
    transition: all 0.3s linear;


}

.ctr4_icon {
    height: 80px;
    width: 80px;
    background-color: #FFF;
    border-radius: 50%;
}

.ctr4_icon .ctr4_i {
    padding: 15px;
}

.ctr-4_text {
    position: relative;
    color: #081c15;
    text-align: center;
}

.ser_heading {
    color: #38040e;
    padding-left: 20px;
    padding-bottom: 0px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 700;
}