@font-face {
    font-family: "space";
    src: url("../../fonts/space-gotesk.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}


:root {
    --primaryColor: #0072bf;
    --primaryHover: #004E82;
    --secColor: #ef5925;
    --colorOne: #ef5925;
    --secHoverColor: #D94A1F;
    --dark-orange: #C7431C;
    --main-brown: #3d2b1f;
    --accent-gold: #b58e58;
    --titleColor: #1d1d1f;
}


.swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero-image {
    object-position: center top;
    object-fit: cover;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(4, 14, 45, 0.65);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.py-section {
    padding: 80px 0;
}

.py-section.bg-image {
    padding: 80px 0 130px 0;
}

.py-section.bg-image .sub-title {
    font-weight: 700;
    background-color: #fff;
    color: var(--titleColor);
    font-family: 'space', sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 5px;
    border: 1px solid #eee;
}

.py-section.bg-image .title {
    margin-bottom: 120px;
}


.ihbox-imgbox-wrapper {
    border: 2px solid #6c757d;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
}

.ihbox-imgbox {
    text-align: center;
    border: 1px solid #eb5d25;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
}

.ihbox-imgbox img {
    height: 80%;
    width: auto;
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: .9s;
}

.element-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: "Urbanist", sans-serif;
}

.ihbox-imgbox img {
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: .9s;
}


.ihbox-imgbox:hover img {
    transform: rotateY(10deg) !important;
}


.magnetic-wrap {
    display: flex;
    justify-content: center;
}

.single-banner {
    width: 350px;
    height: 110px;
    background-color: #fff;
    border: 8px solid #ee5925;
    box-shadow: 1px 1px 5px #95aba7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
}


.banner-img-wrap {
    position: relative;
}

.single-banner:hover {
    box-shadow: 1px 1px 15px #95aba7;
}


.single-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.dhaka {
    top: -60px;
    left: -300px;
}

.chattogram {
    top: 70px;
    left: -360px;
}

.barisal {
    top: 200px;
    left: -360px;
}

.khulna {
    top: auto;
    bottom: -80px;
    left: -300px;
}

.rangpur {
    top: -60px;
    left: auto;
    right: -300px;
}

.rajshahi {
    top: 70px;
    right: -360px;
    left: auto;
}

.sylhet {
    top: 200px;
    right: -360px;
    left: auto;
}

.mymensingh {
    top: auto;
    bottom: -80px;
    right: -300px;
    left: auto;
}

.link-transparent {
    display: block;
    text-decoration: none;
    color: inherit;
}

.icon img {
    margin-top: 10px;
    padding: 10px;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.icon {
    height: 100%;
}

.division {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.division h2 {
    font-size: 28px !important;
    margin-bottom: 0;
    font-family: "space ", sans-serif;
}

.bg-image {
    background-image: url("../../../assets/img/section-bg.jpg");
    background-size: cover;
    background-position: center center;
}


/*about Section*/


.image-column {
    margin-bottom: 50px;
}

.inner-column {
    position: relative;
    padding-right: 103px;
}

.inner-column .image-box {
    position: relative;
}

.shape-1 {
    position: absolute;
    top: 112px;
    left: 116px;
    width: 471px;
    height: 636px;
    background-image: url("../../../assets/img/shape-1.png");
}

.image-box .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 70px;
}

.image-box .image img {
    width: 100%;
}

.image-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 41px 42px 45px 14px;
    border-bottom-right-radius: 30px;
    background-color: #ffffff;
}


.inner-column .image-box .icon-box .icon-6 {
    animation: fa-spin 10s infinite linear;
    width: 78px;
    height: 78px;
    background-image: url("../../../assets/img/icon-6.png");
}

.inner-column {
    position: relative;
    padding-right: 103px;
}

.inner-column .image-box .icon-box-two {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 75px 0 20px 78px;
    margin-right: -10px;
    border-top-left-radius: 30px;
    background-color: #ffffff;
}

.icon-7 {
    width: 68px;
    height: 68px;
    background-image: url("../../../assets/img/icon-7.png");
}

.image-box .icon-box-two:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -74px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox= '0 0 200 200' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M0,0 L0,200 Q0,0 200,0 Z' fill= 'white' /%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 70px;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.image-box .icon-box-two .icon-7 {
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}


.inner-column .image-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 134px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
}

.inner-column .image-box .icon-box:after {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
}

.list-style-four {
    position: relative;
}

.list-style-four li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    color: #222429;
}

.list-style-four li svg {
    position: relative;
    top: 3px;
    color: var(--colorOne);
    font-size: 18px;
    line-height: 1em;
    margin-right: 10px;
}

.text-title {
    font-size: 26px;
    line-height: 36px;
    color: #222429;
}

.mvc-card {
    border-left: 5px solid #ec8933;
    margin-bottom: 12px;
    padding: 14px 16px;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
}

.mvc-card .mvc-icon {
    width: 80px;
    height: 80px;
    background-color: #f4f6f9;
}

.mvc-card .mvc-icon img {
    width: 60%;
    height: auto;
}

.mvc-card .mvc-info {
    width: calc(100% - 110px);
    margin-left: auto;
}

.text-white.list-style-four li {
    font-size: 18px;
    color: #f0f1f3;
}

.sub-title {
    font-weight: 700;
    color: var(--titleColor);
    font-family: 'space', sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.section-heading .title2 {
    color: var(--titleColor);
    font-family: "space", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.sec-color {
    color: var(--secColor);
}

.how-we-work {
    background-image: url("../../../assets/img/bg-img-2.png");
    position: relative;
}


.title-with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.title-with-image .title-section {
    width: 50%;
    flex-shrink: 0;
}

.title-with-image .image-section {
    position: relative;
    width: 50%;
    height: 100px;
}

.title-with-image .image-section img {
    position: absolute;
    top: -200px;
    display: block;
    height: 400px;
    width: auto;
}

.title {
    color: var(--titleColor);
    font-family: "space", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}


.title span {
    color: var(--secColor);
}


/*stair*/

.card-widget-container {
    height: 100%;
}

.image-box-wrapper {
    background-color: #fff;
    border-radius: 18px;
    text-align: left;
    padding: 10px;
    position: relative;
    box-shadow: 1px 1px 10px #6c757d;
}

.image-box-img {
    width: 100%;
}

.image-box-img img {
    border-radius: 9px;
    transition-duration: .3s;
    box-shadow: none;
    height: 130px;
    object-fit: cover;
    width: 100%;
}

.image-box-content {
    padding: 20px 80px 10px 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.image-box-title {
    font-family: "space", Serif;
    font-weight: 400;
    color: #1c1c1d;
    font-size: 1.25rem;
    line-height: 1.25;
}

.image-box-description {
    color: #59585d;
    font-size: 14px;
    font-family: 'Golos Text', sans-serif;
    margin-bottom: 0;
}

.image-box-background-text {
    font-family: "sans-serif", Serif;
    font-size: 55px;
    font-weight: 800;
    line-height: 82px;
    color: #e3e3e8;
    right: 19px;
    bottom: 12px;
    position: absolute;
    z-index: 3;
}

.wid-2nd {
    margin-top: 75px;
}

.wid-3rd {
    margin-top: 150px;
}

.ab-title {
    color: var(--titleColor);
    font-family: "space", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    position: absolute;
    top: calc(50% - 24px);
}

.ab-title span {
    color: var(--secColor);
}

.service-card {
    background-color: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px #6c757d;
    border-radius: 20px;
    height: 100%;
}

.service-heading {
    display: flex;
    justify-content: center;
}

.service-title {
    color: #1c1c1d;
    font-family: "space", Serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
}

.service-icon {
    text-align: center;
    margin-bottom: 20px;
}

service-icon. img {
    height: 50px;
    width: auto;
}

.mySwiper {
    position: relative;
}

.slider-overlay {
    position: absolute;
    color: #fff;
    z-index: 1500;
    top: 40%;
    text-align: center;
    width: 100%;
}

.overlay-title {
    color: var(--primaryColor);
    font-size: 90px;
    font-weight: 700;
    text-shadow: 2px 2px 30px #11161c;
    margin-bottom: 20px;
}

.overlay-sub-title {
    color: var(--colorOne);
    font-size: 42px;
    font-weight: 700;
    text-shadow: 1px 1px 10px #3a3b3d;
}


.service-section {
    background-image: url("../../../assets/img/bg-img-3.png");
}

.swiper-button-next, .swiper-button-prev {
    z-index: 2000;
    color: #fff;
}

.swiper-button-next {
    right: 10%;
}

.swiper-button-prev {
    left: 10%;
}


.sticky-top.scrolled {
    position: sticky !important;
    z-index: 8000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px #9ea3ad;
}

.sticky-top.scrolled .rounded-pill.shadow {
    box-shadow: none !important;
}

.single-banner-link {
    display: flex;
    gap: 1rem;
}


@media (max-width: 767px) {
    .overlay-title {
        font-size: 42px;
        margin-bottom: 16px;
    }

    .overlay-sub-title {
        color: var(--colorOne);
        font-size: 18px;
        font-weight: 700;
        text-shadow: 1px 1px 10px #3a3b3d;
    }

    .swiper {
        width: 100%;
        height: 650px;
        position: relative;
    }

    .swiper-button-next {
        right: 10px;
    }

    .swiper-button-prev {
        left: 10px;
    }


    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 22px;
    }

    .title {
        font-size: 25px;
    }

    .ab-title {
        width: 100%;
        text-align: center !important;
        font-size: 25px !important;
    }



    .ihbox-imgbox {
        text-align: center;
        border: 1px solid #eb5d25;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f6f6f6;
    }

    .icon img {
        margin-top: 5px;
        padding: 5px;
        width: 40px;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .division {
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }


    .single-banner {
        width: 135px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #ee5925;
        box-shadow: 1px 1px 5px #95aba7;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 20px;
    }


    .division h2 {
        font-size: 14px !important;
        margin-bottom: 0;
        font-family: "space ", sans-serif;
    }

    .single-banner-link {
        display: flex;
        gap: 0.25rem;
    }

    .dhaka {
        top: -90px;
        left: -120px;
    }

    .chattogram {
        top: -30px;
        left: -140px;
    }

    .barisal {
        top: 30px;
        left: -140px;
    }

    .khulna {
        top: auto;
        bottom: -70px;
        left: -120px;
    }


    .rangpur {
        top: -90px;
        left: auto;
        right: -120px;
    }

    .rajshahi {
        top: -30px;
        right: -140px;
        left: auto;
    }

    .sylhet {
        top: 30px;
        right: -140px;
        left: auto;
    }

    .mymensingh {
        top: auto;
        bottom: -70px;
        right: -120px;
        left: auto;
    }


    .image-box .icon-box {
        padding: 0px 5px 5px 0px;
    }

    .inner-column .image-box .icon-box-two {
        padding: 5px 0 0px 5px;
    }

    .inner-column .image-box .icon-box::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 80px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }

    .inner-column .image-box .icon-box:after {
        content: "";
        position: absolute;
        bottom: -29px;
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }

    .image-box .icon-box-two:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -27px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox= '0 0 200 200' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M0,0 L0,200 Q0,0 200,0 Z' fill= 'white' /%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }

    .shape-1 {
        display: none;
    }

    .list-style-four {
        padding-left: 0;
    }

    .mvc-card {
        flex-direction: column;
        border-left: 0;
        border-bottom: 5px solid #ec8933;

    }

    .mvc-card .mvc-info {
        width: 100%;
        margin-left: auto;
        text-align: center;
    }

    .wid-2nd {
        margin-top: 0px;
    }

    .wid-3rd {
        margin-top: 0px;
    }

    .ab-title {
        color: var(--titleColor);
        font-family: "space", sans-serif;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 0;
        position: absolute;
        top: 0;
    }
    .order-4{
        order: 4;
    }

    .order-5{
        order: 5;
    }
    .order-6{
        order: 6;
    }

    .title-with-image {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
    }


    .title-with-image .image-section {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .title-with-image .image-section img {
        top: 0px;
        display: block;
        height: auto;
        width: 300px;
        object-fit: contain;
    }

    .title-with-image .title-section {
        width: 100%;
        flex-shrink: 0;
    }


}
