* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #000;
    background: white;
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
}

.container {
    max-width: 1500px !important;
}

.blue_btn {
    background: #0B5193;
    color: #F0F0F0;
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    width: 160px;
}

.white_btn {
    background: #F0F0F0;
    color: #0B5193;
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    width: 160px;
    font-weight: 500;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
    /* Remove default arrows */
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-swiper-button-prev {
    left: 30px;
    width: 50px;
    height: 50px;
}

.custom-swiper-button-next {
    right: 30px;
    width: 50px;
    height: 50px;
}

.hero-slide {
    position: relative;
    height: 800px;
    width: 100%;
}

.nav_bar {
    z-index: 10;
}

.mini_paragraph {
    font-size: 14px;
}

.sub_heading {
    font-size: 32px;
    font-weight: 800;
}

.text_grey {
    color: #808080;
}

.text_blue {
    color: #0B5193;
}

.sub_paragraph {
    font-size: 16px;
    line-height: 25px;
}

.sub_title {
    font-size: 24px;
    font-weight: 600;
}

.forex_card {
    border-radius: 15px;
    padding: 40px;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 320px;
    height: 100%;
}

.forex_card:hover {
    border: 2px solid #0B5193;

}

.social {
    background: linear-gradient(rgb(63 118 170 / 64%), rgb(62 117 170 / 70%)), #f0f0f0c2;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newslatter_input {
    background: linear-gradient(rgb(63 118 170 / 64%), rgb(62 117 170 / 70%)), #f0f0f0;
    border: none !important;
    border-radius: 0 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.newslatter_input::placeholder {
    color: #F0F0F0 !important;
    opacity: 1;
}

.text_white {
    color: #f0f0f0;
}

.bg_blue {
    background-color: #14AEE5;
}

.bg_blue2 {
    background-color: #0B5193;
}

.about_bg {
    margin: 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 80px);
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.about_img {
    background-image: linear-gradient(rgba(11, 81, 147, 0.9), rgba(11, 81, 147, 0.9)), url(/assets/images/about/hero.png);
}

.service_img {
    background-image: linear-gradient(rgba(11, 81, 147, 0.9), rgba(11, 81, 147, 0.9)), url(/assets/images/services/service_img.png);
}

.privacy_bg {
    background-image: linear-gradient(rgba(11, 81, 147, 0.9), rgba(11, 81, 147, 0.9)), url(/assets/images/privacypolicy/heroimg.png);
}

.blog_img {
    background-image: linear-gradient(rgba(11, 81, 147, 0.9), rgba(11, 81, 147, 0.9)), url(/assets/images/blog/blog_img.png);
}

.blogdetail_img {
    background-image: linear-gradient(rgba(11, 81, 147, 0.9), rgba(11, 81, 147, 0.9)), url(/assets/images/blog/blogdetail_img.png);
}

.contact_img {
    background-image: linear-gradient(rgba(11, 81, 147, 0.9), rgba(11, 81, 147, 0.9)), url(/assets/images/contact_img.png);
}

.text_grey2 {
    color: #858585;
}

.service_count {
    /* position: absolute; */
    margin-top: 100px;
}

.who_we {
    background-color: #F4F5F9;
    padding: 40px 40px 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.who_we_icon {
    background-color: #0B5193;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    position: relative;
    transform: translateY(30px);
}

.services_height {
    height: 650px;
}

.services_padding {
    height: 370px;
}

.services {
    margin-top: -150px;
}

.bg_sky {
    background-color: #EEF4F899;
}

.experiance {
    background-color: rgba(238, 244, 248, 0.6);
    padding-top: 300px;
}

.contact_icon {
    background-color: #14AEE5;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trading-swiper-button-prev {
    width: 42px;
    height: 42px;
    background-color: #DCEAF8 !important;
    border-radius: 6px 0px 6px 6px;
}

.trading-swiper-button-next {
    width: 42px;
    height: 42px;
    background-color: #0B5193 !important;
    border-radius: 0 6px 6px 6px;
}

.prev-btn {
    background-color: #DCEAF8 !important;
    border-radius: 2px 0 0 2px;
}

.next-btn {
    background-color: #0B5193 !important;
    border-radius: 0 2px 2px 0;
}

.send_box {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.froex_bg {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 300px;
}

.footerbg {
    position: relative;
    padding-top: 20px;
    z-index: 1;
    background-image:
        url('/assets/images/home/footer_img.png'),
        /* Left image */
        url('/assets/images/home/footerimg.png');
    /* Right image */
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    color: white;
    overflow: hidden;
}

.blog1 {
    padding: 50px 50px 0px 50px;
}

.footer_bg {
    padding: 50px 0;
}

.footer_bg2 {
    padding-top: 90px;
    padding-bottom: 50px;
}

.footerbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,
            #0b5193de 0%,
            #0b5193e0 60%,
            #0b5193de 100%);
    z-index: -1;
}

.froex_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/assets/images/home/forexbg.png);
    background-position: center 40%;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
}

.cursor-pointer {
    cursor: pointer;
}

.forex_icons {
    background-color: #0B51931A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}

.global_partner {
    background-image: url(/assets/images/home/globalpartner.png);
    min-height: 350px;
    padding: 60px 80px;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
    background-repeat: no-repeat;
}

.count {
    font-size: 48px;
    font-weight: 800;
}

.quote-icon {
    z-index: 10;
}

.next-btn {
    background-color: #0B5193;
    padding: 8px 16px;
    color: #fff;
    border-radius: 4px;
}

.prev-btn {
    background-color: #DCEAF8;
    padding: 8px 16px;
    color: #0B5193;
    border-radius: 4px;
}

.partner_icon {
    background-color: #0B5193;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #fff;
}

.global_icon {
    display: flex;
    justify-content: center;
    position: relative;
    transform: translateY(-40px);
}

.globalpartner {
    margin-top: -150px;
    position: relative;
    z-index: 2;
}

.sky_bg {
    background-color: rgba(238, 244, 248, 0.6);
    position: relative;
    overflow: hidden;
}

.trading_solution {
    position: relative;
    z-index: 2;
    margin-bottom: -150px;
}

.whychoose {
    position: relative;
    background-image: url(/assets/images/home/whychoose.png);
    background-repeat: no-repeat;
    background-position: 100% -330px;
    background-size: contain;
    background-color: #EEF4F899;
    padding-top: 250px;
    z-index: 1;
}

.about_count {
    background-color: #EEF4F899;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.calendar {
    background-color: #f4f4f4;
    padding: 8px 0 8px 20px;
    border-radius: 12px;
}

.text_skyblue {
    color: #14AEE5;
}

.feedback_crd {
    background-color: #F8F8F9;
    border-radius: 15px;
    padding: 40px;
}

.text_black {
    color: #262626;
}

.howworkimg {
    position: relative;
    background-image: url(/assets/images/home/howworkimg.png);
    background-repeat: no-repeat;
    background-position: 10px 200px;
    background-size: contain;
    background-color: #EEF4F899;
}

.contact_bg {
    background-image: url(/assets/images/home/contactbg.png);
    background-repeat: no-repeat;
    background-position: 100% -75px;
    background-size: contain;
}

.blog_bg {
    background-color: #EEF4F899;
    padding-top: 160px;
    padding-bottom: 80px;
    margin-top: -150px;
    /* This replaces position: relative; bottom: 150px */
}

.choose_img {
    width: 200px;
    height: auto;
}

.service_bg {
    position: absolute;
    transform: translate(-230px, -40px);
    max-width: 300px;
    z-index: 1;
}

.choose_card {
    border-radius: 15px;
    padding: 50px 20px 50px 240px;
}

.client_bg {
    background-image: url(/assets/images/about/client_bg.png);
    background-repeat: no-repeat;
    background-position: 0 150%;
}

.servicess_bg {
    background-image: url('/assets/images/services/bg1.png'), url('/assets/images/services/bg2.png');
    background-position: 0 50%, 100% 115%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}


.gutter {
    --bs-gutter-x: 100px !important;
    --bs-gutter-y: 30px !important;
}


.service_gap {
    --bs-gutter-x: 75px !important;
    --bs-gutter-y: 30px !important;
}


.service_card {
    /* position: relative; */
    border-radius: 15px;
    padding: 40px 30px 40px 40px;
    background-color: #ffffff;
    overflow: hidden;
}

.service_icons {
    position: absolute;
    /* left: -40px; */
    /* top: 50%; */
    transform: translate(-80px, 0);
    background-color: #0056A6;
    /* Adjust to match your brand */
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.service_icons img {
    max-width: 40px;
    max-height: 40px;
}


.quote-icon {
    /* width: 60px;
    height: 60px; */
    background-color: #0B5193;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #fff;
}

.quote1 {
    background-color: #14AEE5 !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_spacing {
    padding: 80px 0;
}

.how_wrok {
    border-radius: 15px 0 15px 15px
}

.heading_h5 {
    font-size: 20px;
    font-weight: 600;
}

.blog {
    border-radius: 15px;
}

.inputfeild {
    background-color: #F5F5F5 !important;
    border: 0 !important;
    padding: 14px !important;
}

.partner_text {
    color: #fff;
}

.vidio_img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.main-title {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog-img {
    height: auto;
    object-fit: cover;
}

.blog-horizontal-img {
    width: 250px;
    height: 100%;
    object-fit: cover;
}

.calendar-box {
    bottom: -20px;
    padding: 10px 16px;
    border-radius: 8px;
    width: 500px;
    z-index: 1;
    background-color: #f4f4f4;
}

.blogs_card {
    border-radius: 12px;
    box-shadow: 0 0px 23px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
}

.blog-calendar-box {
    left: 20px;
    transform: translateY(-50%);
    z-index: 2;
    width: 412px;
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 14px;
}

.blog_social {
    background-color: #0B51931A;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading_h6 {
    font-size: 18px;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f0f0f0 !important;
    background-color: rgba(68, 119, 167, 1) !important;
    border-radius: 8px;
}

.nav-pills .nav-link {
    border-radius: 50px;
    font-weight: 500;
}

.nav-pills {
    background-color: #0B5193;
    border-radius: 12px;
}

.nav-link {
    color: #A0B6C7 !important;
    padding: 10px 30px !important;
}

.list-disc {
    padding: 2px;
    border-radius: 100px;
    background-color: #808080;
}

.website_area {
    padding: 60px;
    border-radius: 12px;
    max-width: 1300px;
    border: 8px solid #fff;
    position: relative;
    top: 46px;
    z-index: 9;
}

.contacts {
    margin: 0 50px;
}

.contact_web_area {
    padding: 60px;
    border-radius: 12px;
    width: 100%;
    max-width: 1300px;
    border: 8px solid #fff;
    position: absolute;
    top: -185px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.vidios {
    display: inline-block;
}

.blogs_card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 12px;
}

@media(max-width:1600px) {
    .gutter {
        --bs-gutter-x: 24px !important;
        --bs-gutter-y: 24px !important;
    }

    .service_gap {
        --bs-gutter-x: 25px !important;
        --bs-gutter-y: 25px !important;
    }

    .service_card {
        padding: 40px 30px 40px 105px;
    }

    .hero-slide {
        height: 640px;
    }

    .main-title {
        font-size: 45px;
    }

    .container {
        max-width: 1440px !important;
    }

    .about_bg {
        height: 290px;
    }

    .froex_bg {
        padding-bottom: 219px;
        padding-top: 60px;
    }

}


@media (max-width:1190px) {
    .services_height {
        height: 550px;
    }
}

@media(max-width:1280px) {
    .gutter {
        --bs-gutter-x: 24px !important;
        --bs-gutter-y: 24px !important;
    }

    .service_icons {
        transform: translate(-58px, 0);
    }

    .service_card {
        padding: 40px 30px 40px 80px;
    }

}

@media(max-width:1440px) {
    .sub_title {
        font-size: 22px;
    }

    .services_height {
        height: 615px;
    }

    .servicess_bg {
        background-image: url('/assets/images/services/bg1.png'), url('/assets/images/services/bg2.png');
        background-position: -200% 55%, 100% 151%;
    }

    .calendar-box {
        width: 380px;
    }

    .hero-slide {
        height: 650px;
    }

    .sub_heading {
        font-size: 30px;
    }

    .froex_bg {
        padding-top: 60px;
        padding-bottom: 200px;
    }

    .count {
        font-size: 40px;
    }

    .whychoose {
        padding-top: 100px;
    }

    .container {
        max-width: 1224px !important;
    }

    .main-title {
        font-size: 52px;
    }

    .trading_solution {
        margin-bottom: -37px;
    }

    .blog-img {
        height: 347px !important;
    }

    .blog-calendar-box {
        width: 320px;
    }
}

@media(max-width:1024px) {
    .sub_title {
        font-size: 20px;
    }

    .vidio_img {
        height: 350px !important;
    }

    .blog-calendar-box {
        width: 235px;
    }

    .services_height {
        height: 500px;
    }

    .servicess_bg {
        background-image: none;
    }

    .sub_heading {
        font-size: 28px;
    }

    .forex_card {
        min-height: 315px;
    }

    .choose_card {
        border-radius: 15px;
        padding: 55px 55px 55px 243px;
    }

    .line-clamp-4 {
        -webkit-line-clamp: 3;
    }

    .hero-slide {
        height: 700px;
    }

    .calendar-box {
        width: 284px;
    }

    .froex_bg {
        padding-top: 56px;
        padding-bottom: 250px;
    }

    .global_partner {
        padding: 50px 40px;
    }

    .main-title {
        font-size: 44px;
    }

    .count {
        font-size: 32px;
    }

    .blog-img {
        height: 340px !important;
    }

    .container {
        max-width: 980px !important;
    }

    .service_count {
        margin-top: 56px;
    }

    .service_card {
        padding: 26px 26px 26px 78px;
    }
}

@media(max-width:991px) {
    .global_partner {
        background: none;
        padding: 50px 0;
    }

    .contact_web_area {
        top: -200px;
        padding: 46px;
    }

    .globalpartner {
        background-color: #e6f0fac9;
    }

    .partner_text {
        color: #000;
    }

    .container {
        max-width: 920px !important;
    }

    .blog1 {
        padding: 50px 50px 29px 50px;
    }

    .blog-calendar-box {
        width: 320px;
    }

    .services_padding {
        height: 100%;
    }

    .services_height {
        height: auto;
    }

    .footer_bg2 {
        padding-top: 65px;
    }

    .blog-horizontal-img {
        height: 340px !important;
        width: 100%;
    }

    .blog-horizontal-card {
        flex-direction: column;
    }

    .calendar-box {
        width: 789px;
    }

    .vidios {
        display: block !important;
    }
}

@media (max-width:812px) {
    .contact_web_area {
        top: -250px;
        padding: 44px;
    }
}

@media(max-width:768px) {
    .froex_bg::before {
        background: none;
    }


    .blog-calendar-box {
        width: 270px;
    }



    .vidio_img {
        height: 300px !important;
    }

    .client_bg {
        background-image: none;
    }

    .about_bg {
        height: 290px;
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .calendar-box {
        position: static;
        margin-top: 1rem;
        width: 100%;
        border-radius: 6px;
    }

    .heading_h6 {
        font-size: 16px;
    }

    .website_area {
        padding: 46px;
    }

    .contact_web_area {
        padding: 40px;
        top: -185px;
    }

    .blog-horizontal-img {
        height: 340px !important;
        width: 100%;
    }

    .froex_bg {
        padding-top: 32px;
        padding-bottom: 200px;
    }

    .sub_paragraph {
        font-size: 15px;
    }

    .heading_h5 {
        font-size: 18px;
    }

    .main-title {
        font-size: 32px;
    }

    .blog1 {
        padding: 49px 50px 30px 50px;
    }

    .calendar-box {
        width: -webkit-fill-available;
    }

    .sub_heading {
        font-size: 26px;
    }

    .footerbg {
        background-image: url('/assets/images/home/footerimg.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .custom-swiper-button-prev {
        display: none;
    }

    .custom-swiper-button-next {
        display: none;
    }

    .whychoose {
        background-image: none;
        padding-top: 90px;
    }

    .Forex_padding {
        padding-top: 60px;
    }

    .hero-slide {
        height: 600px;
    }

    .mini_paragraph {
        font-size: 12px;
    }

    .section_spacing {
        padding: 44px 0;
    }

    .container {
        max-width: 720px !important;
    }

    .count {
        font-size: 30px;
    }

    .choose_card {
        padding: 50px 42px 56px 240px;
    }

    .blue_btn {
        height: 46px;
        width: 145px;
    }

    .white_btn {
        height: 45px;
        width: 145px;
    }


}

@media (max-width:820px) {
    .container {
        max-width: 720px !important;
    }
}

@media (max-width:575px) {
    .choose_img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
}

@media (max-width:600px) {
    .forex_card {
        min-height: 300px;
    }

    .prev-btn {
        padding: 14px 12px;
    }

    .next-btn {
        padding: 14px 12px;
    }

    .contact_web_area {
        top: -249px;
    }

    .contacts {
        margin: 0px 14px;
    }

    .about_bg {
        height: 160px;
    }

    .sub_paragraph {
        line-height: 20px;
    }

    .about_count {
        padding: 24px;
    }

    .who_we {
        padding: 28px 28px 0px 28px;
    }

    .trading-swiper-button-prev {
        width: 34px;
        height: 34px;
    }

    .website_area {
        padding: 32px;
    }

    .contact_web_area {
        padding: 32px;
    }

    .trading-swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .quote {
        width: 20px;
    }

    .container {
        max-width: 380px !important;
    }

    .footer_bg {
        padding: 14px 0;
    }

    .blog-img {
        height: 250px !important;
    }

    .blog-horizontal-img {
        height: 250px !important;
    }

    .footerbg::before {
        background: linear-gradient(to right, #0b5193e6, #0b5193b8);
    }

    .contact_bg {
        background-image: none;
    }

    .footerbg {
        background-image: none;
    }

    .sub_title {
        font-size: 18px;
    }


    .feedback_crd {
        padding: 30px;
    }

    .sub_paragraph {
        font-size: 14px;
    }

    .choose_card {
        padding: 30px 30px 30px 30px;
    }

    .blue_btn {
        font-size: 14px;
    }

    .white_btn {
        font-size: 14px;
    }

    .main-title {
        font-size: 24px;
    }

    .Forex_padding {
        padding-top: 45px;
    }

    .hero-slide {
        height: 495px;
    }

    .sub_heading {
        font-size: 22px;
    }

    .blog1 {
        padding: 50px 30px 30px 30px;
    }

    .blog-calendar-box {
        width: 290px;
    }
}

@media (max-width:375px) {
    .blog-calendar-box {
        width: 270px;
    }

    .contact_web_area {
        top: -270px;
    }
}


@media(max-width:320px) {
    .blog-calendar-box {
        width: 232px;
    }

    .contact_web_area {
        top: -269px;
        padding: 28px;
    }
}


@media(max-width:425px) {
    .forex_card {
        min-height: 275px;
    }

    .heading_h5 {
        font-size: 16px;
    }
}