﻿* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: November;
}

#names_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

@font-face {
    font-family: November;
    src: url(../fonts/november-pro-light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: November;
    src: url(../fonts/november-pro-regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: November;
    src: url(../fonts/november-pro-medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: November;
    src: url(../fonts/november-pro-bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: November;
    src: url(../fonts/november-pro-heavy.ttf);
    font-weight: 700;
}

@font-face {
    font-family: November;
    src: url(../fonts/november-pro-black.ttf);
    font-weight: 800;
}

.playButton {
    opacity: 0;
}

html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body.no-scroll {
    overflow: hidden;
}

body.no-scroll:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 2;
}

html {
    scroll-behavior: smooth;
}

.custom_container {
    padding: 0 8%;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(7 114 176);
    border-radius: 60px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(4 94 147);
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.preloader__wrap {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.preloader .preloader__wrap span {
    width: 100%;
    height: 50vh;
    background: #252161;
    display: block;
    transition: 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.preloader .preloader__wrap span:nth-child(2) {
    top: unset;
    bottom: 0;
}

.preloader.isdone .preloader__wrap span {
    height: 0;
    transition-delay: 2.5s;
}

.preloader .line_pre {
    position: absolute;
    width: 0;
    height: 1px;
    background: white;
    left: 0;
    z-index: 1;
    top: 50%;
    transition: 3s;
}

.preloader.isdone .line_pre {
    width: 130%;
    transition-delay: .6s;
    opacity: 0;
}

.preloader.isdone {
    z-index: -10;
    transition-delay: 4s;
}

.preloader .pre_tyre {
    transition: 2s;
    width: 160px;
    filter: blur(10px);
    transform: scale(.6);
}

.preloader.isdone .pre_tyre {
    filter: blur(0);
    transform: scale(1);
    z-index: -10;
}

.preloader.isdone .logo_pre {
    opacity: 0;
    transition: 1s;
    transition-delay: 2s;
}

.logo_pre {
    overflow: hidden;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 42%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.btn-menu {
    background: rgb(1 32 94 / 48%);
    border-radius: 0;
    box-shadow: none !important;
    color: #fff !important;
    min-width: 160px;
    padding: 10px 0;
    text-transform: uppercase;
}

.section {
    position: relative;
    padding: 60px 0;
    z-index: 1;
}

.title {
    position: relative;
}

.title h4 {
    font-size: 36px;
    color: #033469;
    font-weight: 600;
    text-transform: capitalize;
    transition: .6s;
}

.title span {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.title p {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    transition: .6s;
}

.navbar-animation {
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.navbar-animation:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #112959;
    transform: translateX(-110%);
    content: "";
    position: absolute;
    transition: transform .5s ease;
}

.navbar-animation:hover:before {
    transform: translateX(0);
}

header nav .navbar-brand img {
    object-fit: contain;
    height: 85px;
    transition: .5s all;
}

header {
    width: 100%;
    transition: .5s all;
    z-index: 100000;
    background: #fff;
    position: relative;
}

.header_left {
    padding-left: 8vw;
    width: auto;
}

.header_right {
    width: auto;
    background: #f6f6f6;
}

header .navbar-brand span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-left: 10px;
}

.menu {
    display: inline-flex;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    padding-right: 8vw;
    width: 100%;
    background: #fff;
}

.menu a {
    padding: 6px 15px;
    display: block;
    color: #313131;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.menu a:hover {
    color: #033469;
}

.menu li {
    border-right: 2px solid #f6f6f6;
}

.menu li:last-child {
    border-right: none;
}

.phone_no i {
    border: 1px solid;
    transform: rotate(90deg);
    border-radius: 50%;
    padding: 8px;
    color: #01a1dd;
    margin-right: 5px;
}

.side-bar2 {
    display: inline-flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}

.side-bar2 span {
    background: #313131 !important;
}

.side_bar {
    display: none;
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.side_bar span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.side_bar span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.side_bar span:nth-child(2) {
    top: 22%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 70%;
    margin-left: auto;
}

.side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 90%;
    margin-left: auto;
}

.side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}

.side_bar.open span:nth-child(2) {
    background: #000;
    opacity: 0;
}

.side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 68%;
    width: 100%;
    left: 0;
    background: #000;
}

.btn_mns {
    padding: 10px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    background: #033469;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 400;
    transition: .6s;
    text-transform: capitalize;
    border-radius: 30px;
}

.btn_mns svg {
    width: 16px;
    transition: .6s;
    margin-left: 10px;
}

.btn_mns svg path {
    stroke: #fff;
}

.btn_mns:hover svg {
    margin-left: 20px;
}

.btn_mns:hover {
    background: #1b91d5;
}

.btn_mns1 {
    color: #313131 !important;
    background: #fff;
}

.btn_mns1 svg path {
    stroke: #313131;
}

.btn_mns1:hover svg {
    margin-left: 30px;
}

.btn_mns1:hover {
    color: #fff !important;
    background: #033469;
}

.btn_mns1:hover svg path {
    stroke: #fff;
}

.title_head {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.title_head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #ababab;
    transition: 3s;
    top: 50%;
    transform: translateY(-50%);
}

.title.animation .title_head:before {
    width: 100%;
    transition-delay: .2s;
}

.other_menu {
    display: flex;
    padding-right: 8vw;
    justify-content: end;
    padding-left: 20px;
    align-items: center;
}

.other_menu .menu {
    width: auto;
    padding-right: 0;
    padding: 6px 0;
    background: #f6f6f6;
    font-size: 14px;
}

header.sticky {
    position: fixed;
    background: rgb(39 39 39);
    padding: 5px 0;
}

header.sticky nav .navbar-brand img {
    width: 140px;
}

header.sticky .menu a {
    color: #fff;
    font-size: 15px;
}

.header2 .navbar {
    background: #f6f6f6;
}

.header2 .menu {
    background: #fff;
}

.header2 .other_menu .menu {
    background: #f6f6f6;
}

.header2 .kk.main_menu.menu {
    display: inline-flex !important;
}

.header2 .menu_animation:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    background: #cf292a;
    transition: transform .5s ease;
    z-index: 1;
}

.header2 .menu_animation:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.header_detail a {
    font-weight: 400;
    font-size: 16px;
    padding: 6px 20px;
    color: #313131;
    text-decoration: none;
}

.header_detail a img {
    margin-right: 10px;
}

.header_detail {
    display: inline-flex;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    padding-right: 8vw;
    width: 100%;
}

.header2 {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0 2px 10px rgb(136 177 222 / 37%);
    left: 0;
}

.header_detail {
    display: inline-flex;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    padding-right: 8vw;
    width: 100%;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #313131;
    text-decoration: none;
    outline: none;
    font-family: "November";
    font-weight: 400;
}

body>.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0 !important;
}

.dropdown_menu a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border: none;
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.dropdown_menu .sub-menu .menu a {
    font-weight: 600;
    padding: 15px 20px;
    display: inline-flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dropdown_menu .sub-menu .menu a.viewall {
    background: #033469;
    color: #fff;
}

.dropdown_menu .sub-menu .menu a:hover {
    background: #033469;
    color: #fff;
}

.dropdown_menu .sub-menu2 .menu2 a:hover {
    background: #f0f0f0;
    color: #313131;
}

.dropdown_menu .sub-menu2 .menu2 {
    width: 100%;
}

.dropdown_menu .sub-menu .menu a:after {
    content: none !important;
    display: none !important;
}

.dropdown_menu .sub-menu .menu a:before {
    content: none !important;
    display: none !important;
}

.dropdown_menu .sub-menu .dropdown_menu a:after {
    content: "\f054" !important;
    display: block !important;
}

.dropdown_menu .sub-menu2 .menu2 a:after {
    content: none !important;
    display: none !important;
}

header nav .menu_animation:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    background: #cf292a;
    transition: transform .5s ease;
    z-index: 1;
}

header nav .menu_animation:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    height: 350px;
    justify-content: space-between;
    display: none;
    box-shadow: 0 20px 20px #0000006b;
}

.menu li:hover .sub-menu {
    display: inline-flex;
}

.left_side {
    width: 50%;
}

.left_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_side {
    width: 50%;
    position: relative;
    background: #fafafa;
}

.sub-menu .menu {
    padding-right: 0;
    display: inline-block;
    min-width: 50%;
    width: auto;
    height: 100%;
    padding-top: 40px;
    background: #fff;
    position: relative;
}

.sub-menu li {
    border: none;
}

.sub-menu2 {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    display: none;
    top: 40px;
}

.sub-menu .dropdown_menu:hover .sub-menu2 {
    display: block;
}

.menu2 {
    list-style: none;
    margin: 0;
    width: 100%;
}

#home_bnnr {
    height: 510px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(7, 114, 176, .11) 0%, rgba(7, 114, 176, 0) 100%);
}

div#home_bnnr:after {
    content: "";
    position: absolute;
    left: 0;
    width: 14vw;
    height: 100%;
    bottom: 0;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM%20(2).jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

div#home_bnnr .banner_item:before {
    content: "";
    position: absolute;
    right: 0;
    width: 52vw;
    height: 100%;
    background-image: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM.jpeg);
    bottom: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.banner_item {
    width: 55%;
    height: 500px;
    align-self: end;
    opacity: 0;
    transition: .5s;
}

.swiper-slide-active .banner_item {
    opacity: 1;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
}

#home_bnnr .swiper-slide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 8%;
}

.banner_item img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    object-fit: contain;
}

.banner_content {
    transition: 1s;
    width: 50%;
    z-index: 9;
}

.banner_content .title h4 {
    color: #313131;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    opacity: 0;
    transition: 1.5s;
    transform: translateY(-100%);
}

.swiper-slide-active .banner_content .title h4 {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: .5s;
}

.banner_content .title h4 span {
    color: rgba(245, 134, 52, 1);
    font-size: 70px;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
}

.banner_content .title p {
    color: #717171;
    font-size: 16px;
    padding: 20px 0;
    opacity: 0;
    transition: 1.5s;
    transform: translateY(-100%);
}

.swiper-slide-active .banner_content .title p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1s;
}

.banner_content .bnner_link {
    opacity: 0;
    transition: 1s;
    transform: translateY(-100%);
}

.swiper-slide-active .banner_content .bnner_link {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1.5s;
}

.banner_cont {
    gap: 10px;
    position: absolute;
    bottom: 8%;
    right: 8%;
    z-index: 9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bnner_icon {
    position: relative;
    border: 1px solid;
    left: 0;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    transition: .6s;
    height: 40px;
}

.bnner_icon:hover {
    transform: translateY(-10px);
}

.bnner_icon:after {
    content: none;
}

.bnner_icon svg {
    width: 18px;
}

.bnner_icon.swiper-button-prev svg {
    transform: rotate(180deg);
}

.bnner_icon svg path {
    stroke: #fff;
}

.down_arrow {
    position: absolute;
    bottom: 4%;
    right: 50%;
    z-index: 2;
    transform: translateX(-50%);
    animation: down_arrow 4s infinite;
}

@keyframes down_arrow {
    0% {
        transform: translate(-50%, -50%)
    }

    50% {
        transform: translate(-50%, 0%)
    }

    100% {
        transform: translate(-50%, -50%)
    }
}

.responsible .title {
    margin: auto;
}

.ab-card {
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-shadow: 0 0 50px 0 #00000010;
}

.ab-card .mySwiper {
    height: 100%;
}

.ab-card h4 {
    font-size: 16px;
    font-weight: 600;
}

.ab-card.img .img-wrap {
    height: auto;
    overflow: hidden;
}

.ab-card.img {
    padding: 0;
}

.ab-card.box {
    aspect-ratio: 1;
}

.ab-card.d-box .img-wrap {
    height: 500px;
}

.ab-card.skill {
    box-shadow: 0 0 50px 0 #79cdbe4a;
    transform: translate3d(0, -50px, 0);
}

.sec_box {
    transform: translate3d(0, 50px, 0);
}

.score {
    transform: translateX(-50px);
}

.stats {
    transform: translateY(-50px);
}

.thi_box {
    transform: translate3d(0, 50px, 0);
}

.for_box {
    transform: translateX(50px);
}

.skill h5 {
    color: #033469;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 20px;
    font-weight: 600;
}

.skill .type:after {
    content: "|";
    display: inline;
    animation: blink .7s infinite;
}

.typed-cursor {
    opacity: 0;
    display: none;
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.ab-card.stats .badge {
    font-weight: 600;
    color: #313131 !important;
    font-size: 18px;
}

.ab-card.stats .svg_wrap {
    z-index: 1;
    position: relative;
    right: unset;
    bottom: unset;
}

.ab-card.stats span {
    position: absolute;
    width: 120px;
    border: 22px solid #cf292a;
    border-radius: 50%;
    height: 120px;
    right: -50px;
    bottom: -70px;
}

.ab-card.stats h5 {
    font-size: 60px;
    font-weight: 600;
    color: #313131;
}

.ab-card .svg_wrap svg {
    width: 100%;
}

.ab-card .svg_wrap svg path {
    transition: 5s;
    stroke-dasharray: 700;
    stroke-dashoffset: 1000;
}

.animate .ab-card .svg_wrap svg path {
    stroke-dashoffset: 450;
    transition-delay: 1s;
}

.ab-card .svg_wrap {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}

.ab-card .svg_wrap {
    z-index: 1;
}

.ab-card .wrap {
    z-index: 2;
    position: relative;
}

.ab-card.score .svg_wrap {
    background: #f8f3ff;
    border-radius: 100%;
    position: absolute;
    height: 150px;
    width: 150px;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
}

.ab-card.score h5 {
    font-size: 24px;
}

.ab-card.score h4 {
    font-size: 14px;
}

.ab-card.stats h4 {
    font-size: 16px;
    font-weight: 600;
    color: #033469;
}

.ab-card.score {
    min-height: 200px;
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 50px 0 #a7c9ea5e;
}

img.img-fluid.ob-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creative-grid {
    width: 100%;
    margin-top: 140px;
}

.ab-card.d-box {
    transform: translate3d(0, -120px, 0) scale(1.1);
}

.masterliness .title {
    width: 80%;
    margin: auto;
}

.masterliness .indus_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
    border-radius: 10px;
}

.masterliness .indus_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #033469, transparent);
    bottom: 0;
    left: 0;
    transition: 1s;
}

.masterliness .indus_img:hover:before {
    height: 350px;
}

.masterliness .indus_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masterliness .indus_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92%;
    z-index: 1;
    padding: 20px 10px;
}

#indus_slide {
    margin-top: 40px;
}

.masterliness .indus_detail h4 {
    font-weight: 600;
    font-size: 28px;
    transition: .8s;
    color: #ffffff;
}

.masterliness .indus_detail p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: auto;
    margin: 0;
    transition: max-height .8s, opacity .8s;
    max-height: 0;
    opacity: 0;
}

.masterliness .indus_img:hover .indus_detail p {
    height: auto;
    max-height: 100px;
    opacity: 1;
}

.masterliness .indus_img:hover .indus_detail h4 {}

.indus_img a {
    position: absolute;
    background: #cf292a;
    border-radius: 50%;
    display: grid;
    place-content: center;
    width: 90px;
    display: none;
    left: 0;
    bottom: 0;
    transform: scale(1) translate(-25%, 100%);
    height: 90px;
    transition: transform .6s cubic-bezier(.83, 0, .17, 1);
}

.indus_img:hover a {
    transform: scale(6) translate(15%, 0%);
}

.indus_img a svg {
    width: 40px;
    transform: rotate(135deg);
    transition: .4s;
    display: none;
}

.indus_img:hover a svg {
    opacity: 0;
}

.indus_icon {
    position: unset;
    border: 1.5px solid #313131;
    border-radius: 50px;
    width: 60px;
    height: 40px;
}

.indus_icon svg {
    width: 16px;
}

.slider_nav .swiper-button-prev.indus_icon {
    transform: rotate(180deg);
}

.globe select {
    background: #f2f2f2;
    border-radius: 10px;
    width: 48%;
    height: 45px;
    border: none;
    margin-right: 10px;
    padding: 10px;
}

.globe .btn_mns {
    padding: 10px 16px;
    background: #033469;
    color: #fff !important;
    min-width: 180px;
}

.globe .btn_mns:hover {
    background: #1b91d5;
}

.globe .btn_mns path {
    stroke: #fff;
}

.map svg {
    width: 100%;
    height: 100%;
}

.map svg .line_art {
    transition: .6s;
    transform: translateY(-40px);
    opacity: 0;
}

.animate .map svg .line_art {
    opacity: 1;
    transform: translateY(0);
}

.animate .map svg .line_art {
    opacity: 1;
    transform: translateY(0);
}

.animate .map svg .line_art.l6 {
    transition-delay: .5s;
}

.animate .map svg .line_art.l5 {
    transition-delay: 1s;
}

.animate .map svg .line_art.l4 {
    transition-delay: 1.5s;
}

.animate .map svg .line_art.l3 {
    transition-delay: 2s;
}

.animate .map svg .line_art.l2 {
    transition-delay: 2.5s;
}

.map svg circle {
    transition: .6s;
    opacity: 0;
    transform: translateY(-40px);
}

.animate .map svg circle {
    transform: translateY(0);
    opacity: 1;
    animation: pulse-animation 2s infinite;
}

.animate .map svg circle.c6 {
    transition-delay: .5s;
}

.animate .map svg circle.c5 {
    transition-delay: 1s;
}

.animate .map svg circle.c4 {
    transition-delay: 1.5s;
}

.animate .map svg circle.c3 {
    transition-delay: 2s;
}

.animate .map svg circle.c2 {
    transition-delay: 2.5s;
}

@keyframes pulse-animation {
    0% {
        filter: drop-shadow(0 0 0 #cf292a)
    }

    50% {
        filter: drop-shadow(0 0 5px #cf292a)
    }

    100% {
        filter: drop-shadow(0 0 1px #cf292a)
    }
}

.map svg .text_ca {
    transform: translateY(-40px);
    transition: .6s;
    opacity: 0;
}

.animate .map svg .text_ca {
    opacity: 1;
    transform: translateY(0);
}

.animate .map svg .text_ca.t6 {
    transition-delay: 1.5s;
}

.animate .map svg .text_ca.t5 {
    transition-delay: 2s;
}

.animate .map svg .text_ca.t4 {
    transition-delay: 2.5s;
}

.animate .map svg .text_ca.t3 {
    transition-delay: 3s;
}

.animate .map svg .text_ca.t2 {
    transition-delay: 3.5s;
}

.leagues ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    column-gap: 20px;
    margin: 40px auto 0;
    text-align: center;
}

.leagues li {
    width: calc(33.3% - 20px);
    padding: 25px 0;
}

.leagues .for_sticky {
    position: sticky;
    top: 10px;
    padding: 40px 0;
}

.leagues li p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    text-transform: capitalize;
    color: #313131;
}

.leagues2 {
    background: #033469;
    padding: 80px 0;
    overflow: hidden;
}

.leagues2 ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    column-gap: 20px;
    margin: 40px auto 0;
    text-align: center;
}

.leagues2 li p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    text-transform: capitalize;
    color: #fff;
}

.leagues2 li:nth-child(2) {
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

.leagues2 li {
    width: calc(33.3% - 20px);
    padding: 15px 0;
}

.leagues2 .title h4 {
    color: #fff;
}

.for_sticky:before {
    content: "";
    position: absolute;
    right: 2%;
    width: 120px;
    height: 120px;
    top: 0;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.33%20PM%20(1).jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: mymove 4s infinite;
}

@keyframes mymove {
    0% {
        top: 0
    }

    50% {
        top: 20px
    }

    100% {
        top: 0
    }
}

.leagues .for_sticky:after {
    content: "";
    position: absolute;
    width: 250px;
    border: 30px solid #cf292a;
    border-radius: 50%;
    height: 250px;
    left: -10%;
    bottom: -20%;
}

.leagues2:after {
    content: "";
    position: absolute;
    width: 260px;
    border: 30px solid #cf292a;
    border-radius: 50%;
    height: 260px;
    right: -12%;
    bottom: 10%;
}

.leagues2:before {
    content: "";
    position: absolute;
    width: 300px;
    border: 30px solid #f2f2f226;
    border-radius: 50%;
    height: 300px;
    left: -10%;
    bottom: -20%;
}

.service {
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

.service .title {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    padding: 0 40px;
}

.service .slider_nav .service_icon {
    border: 1.5px solid #fff;
}

.service .title h4 {
    font-weight: 700;
    font-size: 70px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .7);
}

.service #service_thumb {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.service #service_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service #service_thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 3;
}

.service_detail {
    height: 100%;
    border-right: 2px solid rgb(255 255 255 / 20%);
    display: grid;
    place-content: end;
    padding: 40px;
    transition: .6s;
}

.service_detail:hover {
    height: 100%;
}

.service_detail:before {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
}

.service_detail:hover:before {
    opacity: 1;
}

#service_slide {
    height: 100vh;
}

.service_detail h5 {
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
}

.service_detail p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.service_detail a {
    text-align: left;
}

.service_detail div {
    height: auto;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
}

.service_detail:hover div {
    height: auto;
    max-height: 400px;
}

.big_names {
    overflow: hidden;
}

.big_names .title {
    margin: auto;
}

.name_item img {
    width: 160px;
    height: 80px;
    object-fit: contain;
}

.name_item {
    width: 100%;
    filter: grayscale(0);
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: .6s;
    padding: 10px;
    margin: 25px 0;
}

#name_slide {
    padding-top: 25px;
}

.name_item:hover {
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}

.slider_nav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    width: 100%;
    column-gap: 10px;
    z-index: 0;
}

.name_icon {
    position: unset;
    border: 1.5px solid #313131;
    border-radius: 50px;
    width: 60px;
    height: 40px;
}

.name_icon svg {
    width: 16px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: unset;
}

.slider_nav .swiper-button-prev.name_icon {
    transform: rotate(180deg);
}

.claim .claim_card {
    background: #033469;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.claim .claim_card .title h4 {
    color: #fff;
}

.claim .claim_card .title p {
    margin: 5px 0;
    color: #fff;
}

.claim .claim_card:before {
    content: "";
    position: absolute;
    width: 220px;
    border: 40px solid #cf292a;
    border-radius: 50%;
    height: 220px;
    left: -5%;
    bottom: -28%;
}

.claim .title {
    width: 50%;
    padding: 40px 8%;
}

.claim_img {
    width: 50%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.claim_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.claim .claim_card .claim_2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animate.claim .claim_card .claim_2 {
    clip-path: circle(100% at 50% 50%);
    transition-delay: 1.2s;
}

.news .title h4 {
    width: 35%;
}

.news .title p {
    width: 65%;
}

.news_card {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
}

.news_card:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}

.news_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.news_title {
    padding: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
}

.right_side .news_card img {
    width: 40%;
}

.right_side .news_title {
    position: relative;
    width: 60%;
}

.right_side .news_card:before {
    content: unset;
}

.right_side .news_card {
    height: 210px;
    margin-bottom: 20px;
}

.right_side .news_title {
    color: #313131;
}

.right_side .learn {
    color: #033469 !important;
}

.right_side .learn svg path {
    stroke: #033469;
}

.learn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-decoration: none !important;
    text-align: center;
    font-weight: 400;
    transition: .6s;
    color: #cf292a !important;
    text-transform: capitalize;
}

.learn svg {
    width: 20px;
    transition: .6s;
    stroke: #fff;
    margin-left: 20px;
}

.learn svg path {
    stroke: #cf292a;
}

.learn:hover svg {
    margin-left: 30px;
}

.callback .custom_container:before {
    content: "";
    position: absolute;
    right: 4%;
    width: 120px;
    height: 120px;
    top: -15%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.33%20PM.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(125deg);
    animation: mymove 4s infinite;
}

@keyframes mymove {
    0% {
        margin-top: 0
    }

    50% {
        margin-top: 20px
    }

    100% {
        margin-top: 0
    }
}

.callback .col-md-6:nth-child(1) .call_item {
    background: #033469;
    border: none;
}

.callback .col-md-6:nth-child(1) .call_item .title h4 {
    color: #fff;
}

.callback .col-md-6:nth-child(1) .call_item .title p {
    color: #fff;
}

.callback .col-md-6 .call_item {
    background: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.callback .col-md-6 .call_item .title p {
    margin: 20px 0;
}

.callback .col-md-6 .call_item .title h4 {
    color: #212121;
}

.callback .col-md-6 .call_item:before {
    content: "";
    position: absolute;
    width: 400px;
    border: 80px solid rgb(154 154 154 / 14%);
    border-radius: 50%;
    height: 400px;
    right: -10%;
    bottom: -60%;
}

.callback .col-md-6:nth-child(1) .call_item:before {
    border: 80px solid #007ec8;
    right: -12%;
    bottom: -50%;
}

.inner_banner {
    display: inline-flex;
    height: 510px;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner_banner:before {
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: .5;
}

.breadcrumb_list {
    left: 2%;
    top: 5%;
    position: absolute;
    z-index: 1;
}

.breadcrumb_list .breadcrumb {
    background: #fff;
    padding: 10px;
}

.breadcrumb-item {
    font-size: 14px;
}

.breadcrumb_list .breadcrumb-item+.breadcrumb-item::before {
    content: ">>";
    color: #000;
}

.breadcrumb_list .breadcrumb a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.breadcrumb_list .breadcrumb a:hover {
    color: #007ec8;
    text-decoration: none;
    transform: translateX(2px);
}

.breadcrumb_list .breadcrumb .breadcrumb-item.active {
    color: #000;
    font-size: 14px;
}

.inner_banner .custom_container {
    width: 100%;
}

.inner_banner .bg_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_banner .title {
    z-index: 1;
    width: 70%;
    margin: auto;
}

.inner_banner h4 {
    color: #fff;
}

.inner_banner p {
    color: #fff;
}

.about_img_item {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 10px;
    align-items: end;
    padding: 40px 0 0;
}

.about_img_card {
    width: calc(33.3% - 10px);
    border-radius: 10px;
    overflow: hidden;
    max-height: 450px;
    transition: .6s;
}

.about_img_card:hover {
    transform: translateY(-10%);
}

.about_img_card:nth-child(2) {
    max-height: 550px;
}

.about_img_card:nth-child(3) {
    max-height: 400px;
}

.about_img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    width: 100%;
    align-items: baseline;
}

.about_content h2 {
    width: 60%;
    text-align: center;
    font-size: 18px;
    color: #033469;
    margin-right: 15%;
    margin-bottom: 20px;
}

.about_content h4 {
    width: 25%;
    font-weight: 700;
    font-size: 32px;
    text-align: right;
    color: #012366;
    opacity: .2;
}

.about_content p {
    width: 65%;
    font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
}

.his_img {
    width: 80px;
    height: 80px;
    background: #033469;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 38%;
    position: absolute;
    bottom: 10%;
}

.his_nu {
    background: #f6f7f7;
    border: 1px solid #033469;
    border-radius: 50%;
    font-weight: 700;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 23%;
    color: #033469;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.history {
    background: #f5f5f5;
    position: relative;
    padding: 80px 0;
}

.history #about_slider .swiper-slide {
    display: flex;
    height: 360px;
    flex-direction: column;
    gap: 90px;
    position: relative;
}

.history #about_slider {
    padding: 110px 0 60px;
}

.history #about_slider .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cf292a;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.history #about_slider .swiper-slide .divider {
    position: absolute;
    height: 75%;
    width: 1px;
    background: #033469;
    top: 60%;
    left: 28%;
    transform: translateY(-50%);
}

.history .about_item {
    position: absolute;
    top: -10%;
}

span.divider:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #033469;
    left: 50%;
    transform: translateX(-50%);
}

span.divider:after {
    content: "\f0da";
    position: absolute;
    color: #033469;
    background: #01256e;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    bottom: 0;
    font-family: "Font Awesome 5 Free";
    line-height: 0;
    width: 20px;
    height: 1px;
    text-align: right;
    font-weight: 600;
}

.history #about_slider .swiper-slide:nth-child(even) span.divider:after {
    top: 0;
}

.history #about_slider .swiper-slide:nth-child(even) span.divider:before {
    bottom: 0;
}

.history #about_slider .swiper-slide:nth-child(even) .his_img {
    order: 0;
    top: 10%;
}

.history #about_slider .swiper-slide:nth-child(even) .about_item {
    order: 1;
    bottom: -10%;
    top: unset;
}

.history #about_slider .swiper-slide:nth-child(even) .about_content h2 {
    order: 1;
    margin-top: 20px;
    margin-bottom: 0;
}

.history #about_slider .swiper-slide:nth-child(odd) .divider {
    top: 40%;
}

.history .slider_nav {
    width: auto;
    margin-top: 0;
}

.slider_nav .swiper-button-prev {
    position: unset;
    border: 1.5px solid #313131;
    border-radius: 50px;
    width: 60px;
    height: 40px;
}

.slider_nav .swiper-button-next {
    position: unset;
    border: 1.5px solid #313131;
    border-radius: 50px;
    width: 60px;
    height: 40px;
}

.slider_nav svg {
    width: 16px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: unset;
}

.slider_nav .swiper-button-prev {
    transform: rotate(180deg);
}

.marquee-wrap {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.big_names .marq-item {
    margin: 5px 10px;
}

.about_page .swiper-slide {
    width: 540px;
}

.certi_item {
    display: inline-flex;
    background: #f3f3f3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    border-radius: 10px;
    min-height: 210px;
}

.certi_img {
    width: 170px;
    min-height: 170px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ffffff;
    box-shadow: 5px 0 15px rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.certi_img .img-fluid {
    width: 75%;
    height: 75%;
    transition: .6s;
    object-fit: contain;
}

.certi_item:hover .certi_img .img-fluid {
    transform: scale(1.1);
}

.certi_item .certi_img:before {
    border: 2px solid #9f9f9f;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    opacity: 0;
    transition: .6s;
    z-index: 1;
    height: 90%;
    transform: translate(-50%, -50%);
}

.certi_content {
    width: 75%;
    padding: 10px;
}

.certi_content h5 {
    font-weight: 700;
    font-size: 14px;
    color: #313131;
    margin-bottom: 10px;
}

.certi_content p {
    font-weight: 400;
    font-size: 12px;
    color: #313131;
    margin: 0;
}

.impacts:before {
    content: "";
    position: absolute;
    left: 2%;
    width: 120px;
    height: 120px;
    top: 2%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.34%20PM%20(1).jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: mymove 4s infinite;
}

@keyframes mymove {
    0% {
        margin-top: 0
    }

    50% {
        margin-top: 20px
    }

    100% {
        margin-top: 0
    }
}

.impacts .title {
    margin-bottom: 50px;
}

.impacts .impact_text h5 {
    font-weight: 500;
    font-size: 30px;
    color: #313131;
    line-height: 1.4;
    padding-right: 40px;
}

.impact_tabs {
    list-style: none;
    margin: 0;
}

.impact_tabs li {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    transition: .6s;
}

.impact_tabs li:hover {
    background: #033469;
    color: #fff;
}

#meet_slider {
    height: 100vh;
}

#meet_slider img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    left: 0;
}

#meet_slider .swiper-slide {
    position: relative;
    min-height: auto !important;
}

.for_edits #meet_slider .swiper-slide {
    position: relative;
    min-height: 100vh !important;
}

.meet .title {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 8%;
    padding-top: 60px;
    top: 0;
    z-index: 2;
}

.meet .title h4 {
    color: #fff;
}

.meet .title p {
    color: #fff;
}

#meet_slider .swiper-slide:before {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.meet .meet_content {
    position: absolute;
    width: 65%;
    left: 0;
    padding-left: 8%;
    padding-top: 60px;
    top: 50%;
    z-index: 9;
    color: #fff;
    transform: translateY(-50%);
}

.meet .meet_content p {
    font-weight: 300;
    font-size: 18px;
    position: relative;
    margin-bottom: 25px;
}

.meet .meet_content p:before {
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.34%20PM.jpeg);
    width: 30px;
    height: 30px;
    left: 0;
    top: -40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.meet .meet_content p:after {
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.35%20PM%20(1).jpeg);
    width: 30px;
    height: 30px;
    bottom: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.meet .meet_content span {
    font-size: 16px;
    color: #ffffff;
}

.meet .slider_nav {
    position: absolute;
    bottom: 40px;
    left: 8%;
    width: auto;
    z-index: 2;
}

.meet .slider_nav .meet_icon {
    border: 1.5px solid #fff;
}

.meet .slider_nav path {
    stroke: #fff;
}

svg.bg_svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 60%;
    height: 60%;
}

svg.bg_svg path {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: bg_svg 8s infinite;
}

@keyframes bg_svg {
    0% {
        stroke-dashoffset: 0
    }

    40% {
        stroke-dashoffset: 10000
    }

    100% {
        stroke-dashoffset: 0
    }
}

.value .for_sticky {
    position: sticky;
    top: 10px;
    padding: 25vh 0;
    color: #fff;
    overflow: hidden;
    background: #033469;
}

.value .title:before {
    content: "";
    position: absolute;
    right: 2%;
    width: 100px;
    height: 100px;
    top: -80%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.35%20PM%20(2).jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: mymove 4s infinite;
}

@keyframes mymove {
    0% {
        transform: rotate(125deg)
    }

    50% {
        transform: rotate(100deg)
    }

    100% {
        transform: rotate(125deg)
    }
}

.value .title:after {
    content: "";
    position: absolute;
    width: 300px;
    border: 30px solid #f2f2f2;
    border-radius: 50%;
    height: 300px;
    left: -10%;
    top: -20%;
}

.color-yellow {
    background: #cf292a;
}

body {
    transition: background .6s ease;
}

.color-blue {
    background: #033469;
}

.forchange {
    height: 100vh;
}

.color-white {
    background: #fff;
}

@keyframes value_icon {
    0% {
        top: 50%
    }

    50% {
        top: 55%
    }

    100% {
        top: 50%
    }
}

.value_text {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    width: 80%;
    margin: auto;
}

.value_text h2 {
    font-weight: 600;
    font-size: 56px;
    text-transform: capitalize;
    width: 50%;
}

.value_text p {
    font-weight: 400;
    margin-top: 10px;
    font-size: 22px;
    width: 50%;
}

.value .for_sticky:after {
    content: "";
    position: absolute;
    width: 300px;
    border: 30px solid rgb(255 255 255 / 11%);
    border-radius: 50%;
    height: 300px;
    right: -10%;
    bottom: -20%;
}

.value2 {
    background: #cf292a;
    padding: 25vh 0;
    overflow: hidden;
    color: #fff;
}

.value2:before {
    content: "";
    position: absolute;
    width: 300px;
    border: 30px solid #f2f2f226;
    border-radius: 50%;
    height: 300px;
    left: -10%;
    bottom: -20%;
}

.value2 .bg_svg path {
    stroke: #ffffff4f;
}

@keyframes value_icon2 {
    0% {
        left: 50%
    }

    50% {
        left: 55%
    }

    100% {
        left: 50%
    }
}

.about_cla {
    overflow: hidden;
}

.about_cla:after {
    content: "";
    position: absolute;
    width: 420px;
    border: 30px solid #f2f2f2;
    border-radius: 50%;
    height: 420px;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.contact-info-wrap {
    background: #033469;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 20px 2px #0000006b;
}

.contact-info-wrap .contact-info-item .icon {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #cf292a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.contact-info-wrap .contact-info-item .icon {
    margin-right: 20px;
}

.contact-info-wrap .contact-info-item .info {
    width: calc(100% - 70px);
}

.contact-info-item h4 {
    font-size: 18px;
}

.contact-info-item .info p {
    font-size: 16px;
}

.contact-us-section .form-col {
    padding-right: 50px;
}

.con-i-item {
    padding: 0 10px;
    margin-bottom: 15px;
}

.con-i-item a {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.contact-form .form-control {
    background: #f2f2f2;
    border-radius: 10px;
    height: 50px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    color: #292929;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #292929;
}

.contact-form textarea::placeholder {
    color: #292929;
}

.contact-form textarea {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    border: none;
    font-size: 14px;
    color: #292929;
    box-shadow: none;
    width: 100%;
}

.contact-form form {
    margin-top: 15px;
}

.contact-form .row {
    padding: 0 15px;
    column-gap: 20px;
}

.contact-form .col {
    padding: 0;
    margin-bottom: 8px;
    width: 100%;
}

.contact-info-item-socials .social_link li a:hover {
    background: #cf292a;
    color: #fff;
}

.contact-info-item-socials .social_link li a {
    font-size: 18px;
    color: #fff;
    background: #0e96e4;
    width: 44px;
    height: 44px;
}

.form-col .title h4 {
    color: #000;
}

.contact-info-item-socials h4 {
    margin: 0;
    margin-right: 20px;
}

.contact-info-wrap:before {
    content: "";
    position: absolute;
    width: 400px;
    border: 70px solid #f2f2f2;
    border-radius: 50%;
    height: 400px;
    right: -20%;
    bottom: -40%;
    opacity: .1;
    z-index: 0;
}

.contact:before {
    content: "";
    position: absolute;
    right: 1%;
    width: 130px;
    transform: rotate(120deg);
    height: 130px;
    top: 0;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.35%20PM.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: mymove1 6s infinite;
}

.contact {
    overflow: hidden;
}

.inner_banner2 {
    background: linear-gradient(90deg, rgba(7, 114, 176, .11) 0%, rgba(7, 114, 176, 0) 100%);
}

.inner_banner2:before {
    width: 400px;
    border: 60px solid #cf292a;
    border-radius: 50%;
    height: 400px;
    right: -10%;
    top: -60%;
    left: unset;
    opacity: 1;
    background: transparent;
}

.inner_banner2 span {
    color: #033469;
}

.inner_banner2 h4 {
    color: #000;
}

.inner_banner2 p {
    color: #000;
}

.inner_banner2:after {
    content: "";
    position: absolute;
    width: 400px;
    border: 60px solid #033469;
    border-radius: 50%;
    height: 400px;
    left: -10%;
    bottom: -55%;
    z-index: 0;
}

.operation_list {
    display: inline-flex;
    width: 100%;
    column-gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.operation_item {
    width: calc(33.3% - 20px);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    margin-bottom: 20px;
}

.operation_item img {
    width: 100%;
    height: 100%;
    transition: .6s;
    object-fit: cover;
}

.operation_item:hover img {
    transform: scale(1.2);
}

.operation_content {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    z-index: 1;
    left: 0;
    color: #fff;
}

.operation_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    bottom: 0;
    z-index: 1;
}

.operation_content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
}

.operation_content p {
    font-size: 14px;
}

.blog_item {
    margin-top: 40px;
    column-gap: 40px;
}

.blog_img {
    width: 58%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.blog_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.blog_item:hover img {
    transform: scale(1.1);
}

.blog_title {
    width: 42%;
}

.blog_title span {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #a5a5a5;
}

.blog_title h4 {
    font-weight: 700;
    font-size: 40px;
    color: #313131;
}

.blog_title p {
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    margin: 10px 0;
}

.blog_title .learn {
    color: #033469 !important;
}

.blog_title .learn path {
    stroke: #033469 !important;
}

.blog_list {
    display: inline-flex;
    column-gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.blog_list .blog_item {
    width: calc(25% - 40px);
}

.blog_list .blog_img {
    width: 100%;
    margin-bottom: 12px;
    height: 220px;
}

.blog_list .blog_title {
    width: 100%;
}

.blog_list .blog_title h4 {
    font-weight: 500;
    font-size: 24px;
}

.blog_list .blog_title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest {
    border-top: 2px solid #cecece;
    margin-top: 60px;
    padding-top: 60px;
}

.latest .blog_title h4 {
    font-weight: 600;
    font-size: 24px;
}

.latest .blog_img {
    width: 50%;
    height: 280px;
}

.latest_item h5 {
    font-weight: 600;
    font-size: 28px;
    color: #313131;
    margin-bottom: 15px;
}

.latest_item ul {
    display: inline-flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
}

.latest_item li {
    background: #033469;
    padding: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid;
    border-radius: 10px;
    transition: .4s;
}

.latest_item li:hover {
    background: #1b91d5;
}

.latest_item {
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.latest_item .blog_title {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 20px;
}

.latest_item .blog_title:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.latest .blog_title h4 {
    font-size: 20px;
    line-height: 1.5;
}

.latest .col-md-4 {
    padding-left: 60px;
}

.search_input .form-control {
    background: #f2f2f2;
    border-radius: 10px;
    height: 50px;
    padding: 0 20px;
    border: none;
    box-shadow: none;
}

.search_input .search_btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.latest .col-md-4 .latest_item:last-child {
    border-bottom: none;
}

.blog_detail {
    height: auto;
    padding-top: 40px;
}

.blog_detail:before {
    content: none;
}

.blog_detail.inner_banner h4 {
    color: #313131;
}

.blog_detail ul {
    display: inline-flex;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #033469;
    margin: 20px 0 30px;
}

.blog_detail li {
    border-right: 2px solid #d7d7d7;
    padding: 4px 20px;
}

.blog_detail li:last-child {
    border-right: none;
    padding: none;
}

.blog_detail img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.blog_detail li i {
    margin-right: 5px;
}

.right_blog {
    position: sticky;
    top: 10px;
}

.blog_content .title h6 {
    font-weight: 700;
    font-size: 24px;
    color: #313131;
}

.blog_content .title {
    position: relative;
    margin-bottom: 40px;
}

.blog_content .title li {
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.business .title {
    padding: 40px 0;
}

.business .title ul {
    margin: 0;
}

.business .title p {
    margin: 0;
    transform: translateY(0);
}

.form_business {
    padding: 40px;
    background: #f4f4f4;
    box-shadow: rgb(60 64 67 / 30%) 0 1px 2px 0, rgb(60 64 67 / 30%) 0 2px 6px 2px;
}

.business .form_business {
    box-shadow: none;
}

.form_business {
    padding: 40px;
    background: #f4f4f4;
}

.form_business .form-control {
    background: #fff;
    border-radius: 10px;
    height: 45px;
    padding: 0 20px;
    border: none;
    box-shadow: none;
    font-weight: 200;
}

.form_business textarea {
    background: #fff;
    font-size: 14px;
    color: #292929;
    font-weight: 200;
}

.white {
    background: #f4f4f4;
}

.white .slider_nav {
    width: auto;
    margin-top: 0;
}

.white_img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.white_img img {
    width: 100%;
    transition: .6s;
    height: 100%;
    object-fit: cover;
}

.white_card {
    text-decoration: none !important;
}

.white_card:hover .white_img img {
    transform: scale(1.1);
}

.white_item h4 {
    font-weight: 500;
    font-size: 21px;
    text-transform: capitalize;
    color: #313131;
}

.white_item p {
    font-weight: 400;
    font-size: 16px;
    color: #717171;
}

.interested #pills-tab {
    column-gap: 20px;
}

.interested li.nav-item {
    width: calc(50% - 20px);
    color: #fff;
    background: #f5f5f5;
    border-radius: 10px;
    color: #000000;
}

.interested li.nav-item button {
    font-size: 20px;
    font-weight: 600;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    outline: none;
    padding: 20px 40px;
}

.interested .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #033469;
}

.interested .white_card_list {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    column-gap: 20px;
    flex-wrap: wrap;
}

.interested .white_card {
    width: calc(33.3% - 20px);
}

.case_list {
    display: inline-flex;
    width: 100%;
    column-gap: 40px;
    align-items: start;
}

.case_sticky {}

.case_img {
    width: 55%;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.case_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.case_content {
    padding-right: 4%;
    width: 45%;
    padding-top: 10px;
}

.case_content span {
    font-weight: 700;
    font-size: 18px;
    color: #033469;
    line-height: 1;
    width: 15%;
}

.case_content div {
    display: flex;
    column-gap: 40px;
    text-align: left;
    margin-bottom: 25px;
    align-items: start;
}

.case_content h4 {
    font-weight: 500;
    font-size: 20px;
    width: 92%;
    margin-top: -5px;
    color: #313131;
}

.case_content label {
    background: #cf292a;
    border-radius: 35px;
    padding: 8px 15px;
    font-size: 14px;
    color: #313131;
}

.case_content h6 {
    font-size: 16px;
    width: 92%;
}

.case_content p {
    font-weight: 400;
    width: 85%;
    font-size: 16px;
    color: #313131;
}

.related {
    background: #e4f0f6;
}

.globe_yellow .bg_svg path {
    stroke: #ffffff4f;
}

.related_head {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 2px solid rgba(7, 114, 176, .13);
    border-top: 2px solid rgba(7, 114, 176, .13);
}

.related_head div {
    font-weight: 600;
    font-size: 16px;
    color: #313131;
}

.related_head div:nth-child(1) {
    width: 40%;
}

.related_detail div:nth-child(1) {
    width: 40%;
}

.related_detail div {
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.related_detail {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 30px 20px;
    position: relative;
    border-bottom: 2px solid rgba(7, 114, 176, .13);
}

.related_detail:before {
    transition: all 1s cubic-bezier(.06, .975, .195, .985);
    transform: scale(1, 0);
    background: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.related_detail h4 {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #313131;
}

.related_detail:hover:before {
    transform: scale(1, 1);
}

.related_detail:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.test_list div {
    width: 33.3%;
}

.test_list .test_des p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.test_list .test_des p.show {
    -webkit-line-clamp: unset;
}

.test_list .test_des a {
    cursor: pointer;
    font-weight: 400;
    color: #033469;
}

.test_list {
    border: 2px solid #eeeeee;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    display: inline-flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 25px;
}

.test_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.test_title h5 {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    color: #313131;
}

.test_title div {
    width: 100%;
}

.testimonial .test_title h5:before {
    content: "";
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.31%20PM.jpeg);
    width: 21px;
    height: 21px;
    left: -25px;
    top: -15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial .test_title h5:after {
    content: "";
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM%20(1).jpeg);
    width: 21px;
    height: 21px;
    bottom: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    transform: rotate(180deg);
}

.testimonial .test_title p {
    font-weight: 600;
    font-size: 16px;
    color: #033469;
    margin-bottom: 0;
}

.testimonial .test_title span {
    font-weight: 400;
    font-size: 14px;
    color: #a5a5a5;
}

.test_des p {
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.help .title li {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    position: relative;
    margin: 10px 0;
    transition: .6s;
    list-style: none;
}

.help img {
    width: 100%;
}

.help li:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 8px solid #033469;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.help.animate .title ul {
    padding-left: 20px;
}

.money {
    background: #f5f5f5;
    padding-bottom: 0;
    margin-top: 80px;
}

.money img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    margin-top: -200px;
}

.process_sponsor {
    background: #f4f4f4;
}

.process_sponsor img {
    height: 200px;
    object-fit: contain;
    mix-blend-mode: multiply;
    margin-top: 15px;
}

.factory_choose li {
    margin: 10px 0;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 10%;
    list-style: none;
}

.factory_choose .contact-form .form-control::placeholder {
    color: #313131;
}

.factory_choose .contact-form textarea::placeholder {
    color: #313131;
}

.factory_choose li:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 8px solid #033469;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.process_factory img {
    height: 400px;
    object-fit: contain;
    margin-top: 15px;
}

.factory_mns {
    color: #fff;
    padding: 25px 8%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background: #033469;
}

.global_leader.leveraging_bg {
    background: linear-gradient(90deg, #033469 39.07%, rgba(7, 114, 176, 0) 100%), url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM%20(2).jpeg);
    background-position: center;
    background-size: cover;
}

.no_element.global .col-md-7:before {
    content: none;
}

.global .col-md-7:before {
    content: "";
    position: absolute;
    right: -12%;
    width: 120px;
    height: 120px;
    bottom: -6%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(125deg);
    animation: mymove1 6s infinite;
}

@keyframes mymove1 {
    0% {
        transform: rotate(125deg)
    }

    50% {
        transform: rotate(100deg)
    }

    100% {
        transform: rotate(125deg)
    }
}

.global_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 15px;
}

.global_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .6s;
}

.global_img:hover img {
    transform: scale(1.1);
}

.global iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}

.global video {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.global span.play_btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #033469;
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 111;
    cursor: pointer;
}

.play_btn.active_btn {
    opacity: .2;
}

.local .title {
    padding: 0 8%;
}

.inter_page {
    position: absolute;
    width: 100%;
    height: 100%;
}

.debt_slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

#sol_bnnr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol_item {
    width: 100%;
    height: 100%;
}

.sol_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

#sol_bnnr .swiper-button-prev {
    transform: rotate(180deg);
}

#sol_bnnr .swiper-button-prev {
    border: 1.5px solid #fff;
    border-radius: 50px;
    width: 60px;
    left: 8%;
    height: 40px;
}

#sol_bnnr .swiper-button-next {
    border: 1.5px solid #fff;
    border-radius: 50px;
    width: 60px;
    height: 40px;
    right: 8%;
}

#sol_bnnr svg {
    width: 16px;
}

.sol_page img {
    margin-top: 0;
}

.money.sol_page {
    margin-top: 0;
}

.country_list {
    display: inline-flex;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
}

.country_item {
    width: 50%;
    height: 480px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.country_item .country_img {
    width: 100%;
    height: 100%;
    transition: 1s;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

.country_item:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgb(0 0 0 / 55%);
}

.country_content h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    transition: .6s;
    color: #ffffff;
    margin-bottom: 20px;
}

.country_content {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.country_item ul {
    width: 95%;
    margin: 0 !important;
    overflow: hidden;
    column-gap: 10px;
    flex-wrap: wrap;
    display: flex;
    transition: 1s;
    z-index: 11;
    justify-content: start;
    height: auto;
    max-height: 0;
}

.country_item li {
    display: inline-flex;
    column-gap: 10px;
    color: #fff;
    font-weight: 400;
    align-items: center;
    transition: .6s;
    margin-bottom: 30px;
    width: calc(25% - 8px);
}

.country_item li a {
    display: inline-flex;
    column-gap: 10px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    align-items: center;
}

.country_item:hover .country_img {
    transform: scale(1.1);
}

.country_item:hover h2 {
    top: 25%;
}

.country_item:hover ul {
    max-height: 800px;
}

.country_item.active .country_img {
    transform: scale(1.1);
}

.country_item.active h2 {
    top: 25%;
}

.country_item.active ul {
    max-height: 800px;
}

.latest_tab .col-md-12 .left_latest {
    width: 25%;
    background: #cf292a;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
}

.latest_tab .col-md-12 div h4 {
    font-weight: 700;
    margin: 0;
    font-size: 26px;
    color: #313131;
}

.latest_tab .col-md-12 .right_latest {
    background: #033469;
    width: 75%;
    padding: 20px 0;
}

.latest_tab .col-md-12 .swiper-slide {
    padding: 0 80px;
}

.latest_tab .col-md-12 .right_latest svg {
    width: 22px;
    left: 10px;
    transform: rotate(180deg);
}

.latest_tab .col-md-12 .swiper-button-next svg {
    transform: rotate(0deg);
}

.latest_tab .col-md-12 .swiper-button-next.new_text_icon {
    right: 25px;
}

.latest_tab .col-md-12 .swiper-button-prev.new_text_icon {
    left: 25px;
}

.latest_tab .col-md-12 .right_latest p {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
}

.latest_tab .col-md-12 .right_latest span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.mail_link {
    font-weight: 600;
    font-size: 26px;
    color: #fff !important;
}

.latest.debt_page {
    border-top: none;
    margin-top: unset;
    padding-top: 40px;
}

.latest.debt_page .title li {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    transition: .6s;
    transform: translateY(30px);
    opacity: 0;
}

.latest.debt_page.animate .title ul {
    padding-left: 20px;
}

.latest.debt_page.animate .title li {
    transform: translateY(0);
    transition-delay: .6s;
    opacity: 1;
}

.coll_strap .col-md-11 {
    background: #033469;
    border-radius: 10px;
    padding: 25px 4%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.coll_strap .col-md-11:before {
    content: "";
    position: absolute;
    width: 120px;
    border: 15px solid #cf292a;
    border-radius: 50%;
    height: 120px;
    left: -4%;
    bottom: -72px;
}

.coll_strap h4 {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
}

.coll_strap p {
    font-weight: 400;
    font-size: 26px;
    margin: 0;
}

.coll_strap p img {
    filter: brightness(100);
    width: 30px;
    margin-right: 10px;
}

.reputable {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.33%20PM%20(1).jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-top: 40px;
}

.reputable .title {
    padding: 5% 8%;
}

.reputable .title h4 {
    color: #fff;
    width: 65%;
    margin-bottom: 15px;
}

.reputable .title p {
    color: #fff;
}

.debt_page.impacts:before {
    content: none;
}

.impacts.debt_page .title {
    margin-bottom: 0;
}

.quick_card {
    background: #ffffff;
    border: 2px solid #efefef;
    border-radius: 10px;
    padding: 40px;
    margin-top: 40px;
    transition: .6s;
}

.quick_card:hover {
    background: #033469;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.quick_card img {
    height: 50px;
    margin-bottom: 20px;
}

.quick_card:hover img {
    filter: brightness(100);
}

.quick_card h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.8;
    color: #4b4c4e;
    margin-bottom: 20px;
}

.quick_card:hover h5 {
    color: #fff;
}

.quick_card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #313131;
}

.quick_card:hover p {
    color: #fff;
}

.coll_strap.yellow_strap .col-md-11 {
    background: #cf292a;
    color: #313131;
}

.coll_strap.yellow_strap .col-md-11:before {
    border: 15px solid #fff;
}

.local_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    column-gap: 10px;
    margin-top: 25px;
}

.local_list li {
    margin-bottom: 15px;
    width: calc(14.28% - 10px);
    text-align: center;
}

.local_list li a {
    background: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #313131;
    padding: 20px 5px;
    overflow: hidden;
    position: relative;
    transition: .6s;
    display: block;
    box-shadow: 0 2px 10px rgb(136 177 222 / 37%);
}

.local_list li a::before {
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(45deg, #1179ef, #242d48c4);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.local_list li:hover a {
    background: #033469;
    color: #fff;
}

.faqs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 25px;
}

.country_faq .faqs {
    column-gap: 20px;
    align-items: start;
}

.country_faq .faqs .card {
    width: calc(50% - 10px);
}

.faqs .card {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    justify-content: center;
    border-radius: 10px;
    display: block;
    border: 2px solid #efefef;
    box-shadow: 0 2px 10px rgb(136 177 222 / 37%);
}

.faqs .card button {
    width: 100%;
    display: block;
    background: #ffffff;
    text-align: left;
    text-decoration: none;
    height: 80px;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 500;
    padding: 15px 25px;
    font-size: 16px;
    position: relative;
    color: #292929;
    display: inline-flex;
    align-items: center;
}

.faqs .card button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 0;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.faqs .card button:not(.collapsed):after {
    transform: translateY(-50%) rotate(90deg);
}

.faqs .card-header {
    background: transparent;
    padding: 0;
    border: none;
}

.faqs .card button img {
    margin-right: 15px;
    height: 28px;
}

.left_sec_local {
    padding-left: 8%;
}

.local_re img {
    object-position: right;
    margin-top: 0;
}

.local_re .title div .btn_mns {
    width: auto;
    min-width: 65px;
    padding: 5px;
}

.local_re .title div .btn_mns svg {
    margin-left: 0;
}

.money img.audio_img {
    height: 30px;
    object-fit: contain;
    object-position: center;
    display: inline-block;
    margin-left: 10px;
    width: auto;
}

.local_re .title div p {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0;
    color: #313131;
}

.local_re .title h5 {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #033469;
}

.money.local_re {
    margin-top: 40px;
}

.opening {
    padding: 40px 0;
    position: relative;
}

.opening .title {
    width: 70%;
    margin: auto;
}

.opening .sec_ele1 {
    top: -30px;
    height: 280px;
}

.opening .card ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.opening .accordion {
    margin-top: 40px;
}

.opening .card h2 {
    display: flex;
    width: 100%;
}

.opening .card button {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #c8c8c8;
    text-decoration: none;
    box-shadow: none;
    height: auto;
}

.opening .card li svg {
    width: 40px;
    background: #ffffff;
    border: 2px solid #033469;
    border-radius: 50%;
    height: 40px;
    padding: 10px;
    transition: .6s;
    transform: rotate(0deg);
}

.opening .card button:not(.collapsed) li svg {
    transform: rotate(90deg);
}

.opening .card li span {
    font-weight: 400;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    display: block;
}

.opening .card li h2 {
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color: #313131;
    margin: 0;
}

.opening .card li p {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    color: #313131;
}

.opening .card li.position {
    width: 50%;
}

.opening .card li.place {
    width: 40%;
}

.opening .card .card-header {
    background: transparent;
    border: none;
    padding: 25px 0;
}

.opening .card {
    border-top: 2px solid #d7d7d7 !important;
    border-radius: 0;
}

.opening .card:last-child {
    border-bottom: 2px solid #d7d7d7 !important;
}

.opening .card-body ul {
    flex-wrap: wrap;
    justify-content: start;
}

.opening .card-body ul li h5 {
    font-weight: 600;
    font-size: 18px;
    color: #033469;
}

.opening .card-body ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.opening .card-body ul li {
    border-right: 2px solid #ebebeb;
    padding-right: 30px;
    margin-right: 30px;
}

.opening .card-body ul li:last-child {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    border: none;
}

.bireport {
    background: linear-gradient(271deg, rgba(7, 114, 176, .11) 0%, rgba(7, 114, 176, 0) 100%);
    overflow: hidden;
    padding: 100px 0;
}

.bireport .img_bir:before {
    content: "";
    position: absolute;
    right: -5%;
    width: 140px;
    height: 140px;
    bottom: -5%;
    animation: mymove1 6s infinite;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.33%20PM.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(125deg);
}

.bireport:after {
    content: "";
    position: absolute;
    width: 300px;
    border: 30px solid #cf292a;
    border-radius: 50%;
    height: 300px;
    left: -12%;
    z-index: -1;
    bottom: -35%;
}

.market {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.34%20PM%20(1).jpeg);
    background-attachment: fixed;
    background-size: cover;
}

.market .title h4 {
    color: #fff;
}

.market .title p {
    color: #fff;
}

.market_list {
    margin-top: 25px;
    display: flex;
    column-gap: 20px;
}

.market_item {
    width: calc(33.3% - 20px);
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    transition: .6s;
}

.market_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px white;
}

.market_item img {
    margin-bottom: 20px;
    height: 68px;
    width: 68px;
    object-fit: contain;
}

.market_item p {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #313131;
    margin: 0;
}

.bir_page.coll_strap h4 {
    width: 75%;
}

.bir_page.coll_strap {
    margin: 40px 0;
}

.bro_img {
    width: 60%;
    height: 600px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

.broad_cate {
    background: linear-gradient(271deg, rgba(7, 114, 176, .11) 0%, rgba(7, 114, 176, 0) 100%);
}

.broad_cate .title:before {
    content: "";
    position: absolute;
    left: -12%;
    width: 120px;
    height: 120px;
    bottom: -18%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.34%20PM.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(125deg);
    animation: mymove1 6s infinite;
}

.bro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.broad_cate .title {
    width: 40%;
    padding: 0 40px;
    text-align: center;
}

.broad_cate .title ul {
    display: inline-flex;
    flex-direction: column;
}

.broad_cate .title li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, .55);
    margin: 5px 0;
    padding: 8px;
    transition: .6s;
    display: inline-block;
    border-radius: 10px;
}

.broad_cate .title li span {
    opacity: 0;
    margin-right: 5px;
    transition: .6s;
}

.broad_cate .title li.active {
    color: #000;
    transform: scale(1.3);
}

.broad_cate .title li.active span {
    opacity: 1;
    color: #000;
}

.broad_cate .title li {
    position: relative;
}

.broad_cate .title li.active:before {
    transform: scale(1, 1);
}

.broad_cate .title li:before {
    transition: all 1s cubic-bezier(.06, .975, .195, .985);
    transform: scale(1, 0);
    background: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    border-radius: 10px;
    top: 0;
}

.report_include ul {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    list-style: none;
    column-gap: 10px;
}

.report_include li {
    width: calc(33.3% - 10px);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    transition: .6s;
}

.report_include li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.report_include li:hover span {
    color: #033469;
    opacity: 1;
}

.report_include li span {
    font-weight: 700;
    transition: .6s;
    font-size: 45px;
    text-transform: capitalize;
    color: #000000;
    opacity: .1;
}

.report_include li p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
}

.bir_page .globe_list {
    display: flex;
    margin-top: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.bir_page .globe_no h2 {
    font-weight: 600;
    font-size: 52px;
    text-transform: capitalize;
    background: linear-gradient(95.33deg, #033469 -8.17%, #cf292a 113.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bir_page .globe_no h2 span {
    font-weight: 600;
}

.bir_page .globe_no p {
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #313131;
}

.bir_page .globe_item {
    border-right: 2px solid #ebebeb;
    margin-right: 15px;
    padding-right: 15px;
}

.bir_page .globe_item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.globe.bir_page .title {
    padding-right: 50px;
}

.globe.bir_page .title p {
    line-height: 2;
}

.bir_page.globe:before {
    content: "";
    position: absolute;
    left: 44%;
    width: 120px;
    height: 120px;
    top: -6%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.35%20PM%20(1).jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    animation: mymove1 6s infinite;
    transform: rotate(125deg);
}

.bir_page .globe_img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: right;
}

.bir_page .globe_img video {
    width: 100%;
    height: 550px;
    object-fit: contain;
    object-position: right;
}

.bir_page .globe_img.dcs_page video {
    width: 55%;
    object-position: left;
}

.bir_page .globe_img.dcs_page {
    text-align: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cirlce_ele {
    display: inline-flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cirlce_ele span {
    width: 240px;
    height: 120px;
    background-color: #033469;
    border-radius: 140px 140px 0 0;
    display: block;
    z-index: -1;
    opacity: 0;
    transition: .6s;
    position: absolute;
    left: -60px;
    transform: translateX(-100%) rotate(90deg);
}

.cirlce_ele span:nth-child(2) {
    width: 180px;
    height: 100px;
    background-color: #cf292a;
    border-radius: 90px 90px 0 0;
    left: 80px;
    z-index: -2;
}

.bir_page.animate .globe_img.dcs_page span {
    opacity: 1;
    transform: translateX(0%) rotate(90deg);
}

.bir_page.animate .globe_img.dcs_page span:nth-child(2) {
    transition-delay: 1s;
}

.bir_page .globe_yellow {
    background: #cf292a;
    padding: 100px 0;
    overflow: hidden;
    color: #fff;
    position: relative;
}

.bir_page .globe_yellow .value_text {
    width: 100%;
}

.globe_yellow .value_text h2 {
    font-size: 34px;
}

.bir_page .globe_yellow .value_text p {
    width: 60%;
    margin: 0;
    font-size: 16px;
}

.bir_page .globe_yellow:before {
    content: "";
    position: absolute;
    width: 300px;
    border: 30px solid #f2f2f226;
    border-radius: 50%;
    height: 300px;
    left: -10%;
    bottom: -20%;
}

.bir_page svg.bg_svg {
    width: 90%;
    height: 90%;
}

.bir_page .globe_yellow:after {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 400px;
    height: 400px;
    top: 50%;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.35%20PM%20(2).jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    filter: brightness(100);
    opacity: .2;
}

.bir_page .globe_sticky {
    position: sticky;
    margin-bottom: 60px;
    top: 80px;
}

.bri_page .white_card {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 300px;
    position: relative;
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.bri_page .white_card .white_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 50%);
}

.bri_page .white_card .white_img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform-style: unset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.bri_page .white_card:hover .white_img {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
}

.bri_page .white_card .white_item::before {
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(45deg, #1179ef, #242d48c4);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.bri_page .white_card .white_item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform-style: unset;
    -webkit-backface-visibility: hidden;
    transform: rotateX(-180deg) rotateY(0);
    backface-visibility: hidden;
    border: 2px solid #efefef;
    border-radius: 10px;
    padding: 40px 20px;
    overflow: auto;
}

.bri_page .white_card:hover .white_item {
    transform: none;
}

.bri_page .white_card .white_img h2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
}

.bri_page .white_card .learn {
    color: #033469 !important;
}

.bri_page .white_card .learn svg path {
    stroke: #033469;
}

.speak #meet_slider {
    height: auto;
}

.speak #meet_slider .swiper-slide:before {
    content: none;
}

.speak #meet_slider .meet_content p {
    font-weight: 400;
    font-size: 20px;
    color: #313131;
}

.speak .meet_content:before {
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.35%20PM.jpeg);
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.speak .meet_content {
    position: relative;
    padding: 40px 0;
    margin-top: 25px;
}

.speak .meet_content:after {
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.31%20PM.jpeg);
    width: 30px;
    height: 30px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.speak .slider_nav {
    justify-content: start;
}

.speak .form_business {
    padding: 20px 40px;
    background: #033469;
    border-radius: 10px;
}

.speak .form_business h4 {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #ffffff;
}

.speak .form_business .form-control {
    background: #087abc;
    color: #fff;
    border: 1px solid;
}

.speak .form_business textarea {
    background: #087abc;
    color: #fff;
    font-weight: 200;
    padding: 6px 20px;
    border: 1px solid;
    font-size: 14px;
    outline: none;
}

.speak .form-control::placeholder {
    color: #fff;
}

.speak textarea::placeholder {
    color: #fff;
}

.why_go_point {
    overflow: hidden;
}

.why_go .why_go_point p {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 40px;
}

.why_go .title {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.why_go .title svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.why_go {
    margin: 40px 0;
}

.why_go .type1 {
    width: 90%;
    font-size: 36px;
}

.why_go .why_go_point:last-child p {
    margin-bottom: 0;
}

.legal_page .title h4:before {
    content: "";
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM%20(1).jpeg);
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.legal_page .title h4:after {
    content: "";
    position: absolute;
    background: url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM%20(2).jpeg);
    width: 30px;
    height: 30px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    transform: rotate(180deg);
}

.legal_page .title {
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 40px;
}

.legal_page .title h4 {
    padding: 20px;
    color: #000;
}

.we_drive .we_drive_content {
    overflow: hidden;
}

.we_drive_content .nav-item {
    width: 100%;
}

.we_drive_content .nav-pills {
    width: 85%;
    margin-top: 30px;
}

.we_drive_content .nav-item:first-child {
    border-top: 2px solid #f1f1f1;
}

.we_drive_content .nav-item .nav-link {
    background: transparent;
    color: #484848;
    font-size: 18px;
    padding: 16px 10px;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
    border-radius: 0;
}

.we_drive_content .nav-item .nav-link.active {
    color: #033469;
}

.we_drive_content .nav-item .nav-link.active:before {
    width: 100%;
}

.we_drive_content .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #033469;
    left: 0;
    bottom: -2px;
    transition: .5s;
}

.we_drive_content .nav-item .nav-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.we_drive_content .nav-item .explore_tab svg {
    width: 32px;
    fill: #484848;
    margin-right: 20px;
    height: 32px;
}

.we_drive_content .explore_tab {
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
}

.tab-content.explore_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px;
    border-radius: 15px;
}

.tab-content.explore_img img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content.explore_img .tab-pane {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: block !important;
}

.tab-content.explore_img .tab-pane.fade.show {
    opacity: 1;
    z-index: 2 !important;
    transition: .5s;
}

.tab-content.explore_img .tab-pane.fade {
    opacity: 0;
    z-index: -1;
    transition: .5s;
}

.what_we_do .explore_details {
    position: absolute;
    bottom: 45px;
    left: -10%;
    width: 70%;
    z-index: 2;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
}

.what_we_do .explore_details .explore_tab svg.iconss {
    width: 45px;
    fill: #07387a;
    margin-right: 5px;
    height: 45px;
}

.what_we_do .explore_details .explore_tab p {
    color: #484848;
    margin: 10px 0;
    font-weight: 400;
    color: #484848;
    font-size: 16px;
}

.what_we_do .explore_details .explore_tab {
    font-size: 20px;
    color: #033469;
    font-weight: 600;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.bas_page {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.32%20PM.jpeg);
    margin: 0 0 40px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.specialize {
    padding-bottom: 300px;
}

.specialize .custom_container {
    padding: 0 4%;
}

.family_mem {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
    position: relative;
    flex-wrap: wrap;
}

.family .family_item {
    width: calc(25% - 10px);
}

.family .family_img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.family .family_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.family_item.active .family_img img {
    transform: scale(1.1);
}

.family .family_mem .family_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 365px;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    max-height: 270px;
    padding: 30px;
    background: #ffffff;
    overflow-y: auto;
    border: 2px solid #efefef;
    border-radius: 10px;
}

.family .family_img:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    left: 0;
    top: 0;
    z-index: 1;
    transition: .6s;
    width: 100%;
    height: 100%;
}

.family_item.active .family_img:before {
    opacity: 0;
}

.family_item.active .family_content {
    opacity: 1;
    visibility: visible;
}

.family_item .family_content h5 {
    font-weight: 700;
    font-size: 20px;
    color: #292929;
}

.family_item .family_content p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #313131;
}

.family_img h5 {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 20px;
    z-index: 1;
    transition: .6s;
    font-weight: 600;
    font-size: 31px;
}

.family_item.active .family_img h5 {
    opacity: 0;
}

.our_debt {
    background: linear-gradient(270deg, rgba(7, 114, 176, .11) 0%, rgba(7, 114, 176, 0) 100%);
}

.animate.why_go .why_go_point:nth-child(2) p {
    transition-delay: .5s;
}

.animate.why_go .why_go_point:nth-child(3) p {
    transition-delay: .8s;
}

.animate.why_go .why_go_point:nth-child(4) p {
    transition-delay: 1.2s;
}

.animate.why_go .why_go_point:nth-child(5) p {
    transition-delay: 1.5s;
}

.animate.why_go .why_go_point:nth-child(6) p {
    transition-delay: 1.8s;
}

.animate.why_go .why_go_point:nth-child(7) p {
    transition-delay: 2.2s;
}

.animate.our_debt .why_go_point p {
    transform: translateY(0);
}

.our_debt .why_go_point p {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 25px;
    transition: 1s;
    transform: translateY(100px);
    align-items: flex-start;
}

.our_debt .why_go_point p img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.our_debt .right_our img {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
}

.global_leader {
    background: linear-gradient(90deg, #033469 39.07%, rgba(7, 114, 176, 0) 100%), url(uploads/images2/WhatsApp%20Image%202025-12-30%20at%202.07.33%20PM%20(1).jpeg);
    background-position: center;
    background-size: cover;
}

.global_leader .title h4 {
    color: #313131;
}

.global_leader .title p {
    color: #313131;
}

.global_leader select {
    background: #f2f2f2;
    border-radius: 10px;
    width: 46%;
    height: 45px;
    border: none;
    margin-right: 10px;
    padding: 10px;
    color: #313131;
    font-size: 15px;
}

.global_leader .country_form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.global_leader .country_form form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.global_leader .btn_mns {
    white-space: nowrap;
}

.debt_sol_page .quick_card {
    background: #f7f7f7;
    height: 500px;
    overflow: auto;
}

.debt_sol_page .quick_card h5 {
    color: #313131 !important;
}

.debt_sol_page .quick_card p {
    color: #313131 !important;
}

.debt_sol_page .icon_bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #033469;
    display: inline-flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.debt_sol_page .quick_card img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.debt_sol_page .title {
    width: 80%;
    margin: auto;
}

.commercial h6 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #033469;
    margin: 25px 0;
}

.commercial ul {
    list-style: none;
    column-count: 2;
}

.commercial li {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #292929;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}

.commercial li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.commercial .right_our img {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
}

.agencies .title {
    width: 80%;
    padding: 0 8%;
    margin-bottom: 40px;
}

#agencies_bnnr {
    padding: 0 8%;
}

.agencies_item {
    background: #ffffff;
    border: 2px solid #efefef;
    border-radius: 10px;
    display: inline-flex;
    overflow: hidden;
}

.agencies_igm {
    width: 45%;
    height: 400px;
    overflow: hidden;
}

.agencies_igm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agencies_content {
    width: 55%;
    padding: 40px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.agencies_content h4 {
    font-weight: 700;
    font-size: 20px;
    color: #4b4c4e;
}

.agen_icon {
    border: 1.5px solid #313131;
    border-radius: 50px;
    width: 60px;
    height: 40px;
    margin: 0 25px;
}

.agen_icon svg {
    width: 16px;
}

#agencies_bnnr .swiper-button-prev.agen_icon {
    transform: rotate(180deg);
}

.sol_debt .col-md-12 {
    height: 90vh;
    overflow: hidden;
}

#service_thumb1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#service_thumb1 .swiper-slide:before {
    width: 60%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, black, transparent);
    top: 0;
    z-index: 1;
}

#service_thumb1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform: scale(1.2);
    left: 0;
    top: 0;
    transition: all 3s ease-in-out;
    background: #fff;
}

.service_content {
    position: absolute;
    z-index: 1;
    top: 60px;
    color: #fff;
    left: 8%;
    width: 60%;
}

.service_content h5 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

.service_content p {
    font-weight: 400;
    font-size: 16px;
}

#service_slide1 .swiper-slide {
    height: 220px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: .6s;
}

#service_slide1 .swiper-slide:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    top: 0;
    z-index: 1;
}

#service_slide1 .swiper-slide:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 14px #99daff;
}

#service_slide1 {
    position: absolute;
    width: 100%;
    padding: 20px 8%;
    bottom: 40px;
}

#service_slide1 .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: .6s;
    object-fit: cover;
}

#service_slide1 .swiper-slide:hover img {}

.sol_debt .col-md-12.p-0 #service_thumb1 .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    transition-delay: .2s;
}

.sol_debt .slider_nav {
    position: absolute;
    right: 8%;
    bottom: 300px;
    width: auto;
    z-index: 2;
}

.sol_debt .slider_nav .sol_nav {
    border: 1.5px solid #fff;
}

#service_slide1 .service_title {
    position: absolute;
    bottom: 10px;
    padding: 10px 40px;
    z-index: 9;
    color: #fff;
    width: 100%;
}

.csr_page.bir_page .globe_yellow {
    background: #033469;
    padding: 100px 0;
    overflow: hidden;
    color: #fff;
    position: relative;
}

.csr_page.bir_page.animate .value_text h2 {
    transform: translateY(0);
    opacity: 1;
}

.csr_page.bir_page .value_text h2 {
    transition: .6s;
    transform: translateY(30px);
    opacity: 0;
}

.csr_page.bir_page.animate .value_text p {
    transform: translateY(0);
    opacity: 1;
}

.csr_page.bir_page .value_text p {
    transition: .6s;
    transform: translateY(30px);
    opacity: 0;
}

.csr span.play_btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #033469;
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 111;
    cursor: pointer;
}

.csr video {
    height: 500px;
    border-radius: 15px;
    margin: auto;
    margin-top: 20px;
    object-fit: contain;
}

.contributing_item {
    display: inline-flex;
    width: 100%;
    column-gap: 20px;
}

.contributing_slide {
    display: inline-flex;
    background: linear-gradient(90deg, rgba(7, 114, 176, .11) 0%, rgba(7, 114, 176, 0) 100%);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    transition: .6s cubic-bezier(.6, 0, .2, 1);
    position: relative;
    height: 400px;
    width: 100%;
    box-shadow: 0 0 10px #00000059;
    margin-bottom: 20px;
}

#contributing_slider .swiper-slide {
    width: calc(25% - 20px);
}

#contributing_slider .swiper-slide.swiper-slide-active {
    width: calc(50% - 20px);
}

.contributing_item .cont_content {
    width: calc(25vw - 20px);
    transition: .6s cubic-bezier(.6, 0, .2, 1);
    position: absolute;
    top: 50%;
    padding: 15px 20px;
    height: 400px;
    overflow: auto;
    transform: translate(100%, -50%);
}

.contributing_item .cont_content p {
    font-size: 14px;
}

#contributing_slider .swiper-slide.swiper-slide-active .cont_content {
    transform: translate(0%, -50%);
}

.contributing_item .cont_img {
    width: calc(25vw - 40px);
    transition: .6s cubic-bezier(.6, 0, .2, 1);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    right: 0;
}

.cont_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    bottom: 0;
    left: 0;
    transition: .6s;
}

#contributing_slider .swiper-slide.swiper-slide-active .cont_img:before {
    opacity: 0;
}

.contributing_item .cont_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contributing_item .cont_img div {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 26px;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    transition: .6s;
    color: #ffffff;
}

#contributing_slider .swiper-slide.swiper-slide-active .cont_img div {
    opacity: 0;
}

.cont_content .learn {
    color: #033469 !important;
}

.cont_content .learn svg path {
    stroke: #033469;
}

.error .btn_mns {
    background: #033469;
    color: #fff !important;
}

.error .btn_mns path {
    stroke: #fff;
}

.error .logo img {
    height: 140px;
    margin-bottom: 20px;
}

.thank .title h2 {
    font-size: 60px;
}

.thank img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.thank-wrap {
    padding: 40px 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.thank-wrap .contact-info-item .icon {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #cf292a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.thank-wrap .contact-info-item {
    width: 100%;
}

.thank-wrap .con-i-item a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.thank .title span {
    color: #000;
}

.thank-wrap .contact-info-item h4 {
    font-size: 18px;
    color: #000;
}

.thank-wrap .contact-info-item .icon {
    margin-right: 5px;
}

.contact-us-section .form-col {
    padding-right: 50px;
}

.presence a {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #313131;
}

.presence ul {
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

footer {
    position: relative;
    background: #e4f0f6;
}

.footer_menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
}

.footer_menu li a:hover {
    color: #425058;
}

footer .col-md-4 {
    padding: 60px 15px;
}

.footer_menu li {
    list-style: none;
    margin-bottom: 8px;
}

.social_link {
    display: inline-flex;
    list-style: none;
    justify-content: end;
    gap: 15px;
    margin: 0;
    margin-right: 15px;
}

.social_link li a {
    font-size: 13px;
    text-decoration: none;
    transition: .6s;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #033469;
    width: 25px;
    height: 25px;
}

.social_link li a:hover {
    transform: translateY(-5px);
    background: #033469;
}

.footer_logo {
    width: 60%;
    margin-bottom: 20px;
}

footer p {
    color: #313131;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    line-height: 2;
}

footer .social_link li a {
    font-size: 16px;
    color: #033469;
    background: #fff;
    width: 34px;
    height: 34px;
}

footer .social_link li a:hover {
    background: #cf292a;
    color: #fff;
}

footer h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.6;
}

footer p a {
    color: #313131;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    line-height: 2;
    text-decoration: none !important;
}

footer h4 {
    text-transform: capitalize;
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #033469;
    padding-bottom: 15px;
    display: inline-block;
    padding-right: 20px;
}

footer .designed {
    font-size: 16px;
    display: inline-flex;
    padding: 0;
    align-items: center;
}

footer .designed a {
    margin-left: 5px;
    font-weight: 600;
}

footer .col-md-12 .align-items-center.d-inline-flex {
    padding: 20px 0;
    list-style: none;
}

.extra_menu {
    border: 2px solid #033469;
    border-left: 0;
    border-right: 0;
}

.extra_menu a:hover svg {
    margin-right: 15px;
}

.extra_menu a:hover {
    color: #033469;
}

.extra_menu a {
    font-weight: 600;
    font-size: 18px;
    color: #313131;
    font-size: 18px;
    color: #313131;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.extra_menu a svg {
    transition: .6s;
    color: #5ebff6;
    margin-right: 10px;
}

.footer_item {
    padding: 60px 0;
    min-width: 20%;
}

footer .col-md-8 {
    padding-left: 4%;
}

.side_menu {
    display: none;
    width: 90px;
}

@media (max-width:992px) {

    dl,
    ol,
    ul {
        padding-left: 15px
    }

    #meet_slider img {
        object-position: 76%
    }

    .error_img img {
        width: 100%
    }

    .side_menu {
        display: inline-block
    }

    header nav .navbar-brand img {
        height: 60px
    }

    header.sticky nav .navbar-brand img {
        width: 100px
    }

    header {
        padding: 8px 0;
        position: sticky;
        z-index: 999;
        top: 0
    }

    .side_bar {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        border-radius: 50%;
        border: 1px solid;
        padding: 8px;
        width: 40px;
        height: 40px;
        right: 4vw
    }

    .side_bar.open {
        gap: 1px;
        right: 4vw
    }

    header nav .main_menu {
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 9;
        padding: 15px 8%;
        display: none;
        background-color: #fff
    }

    .menu a {
        padding: 15px 0
    }

    header nav .main_menu ul {
        margin-top: 50px
    }

    header nav .main_menu.kk {
        display: block
    }

    header .menu a {
        color: #000 !important
    }

    header nav .main_menu ul {
        display: block
    }

    header nav .main_menu ul {
        display: block
    }

    .menu li {
        margin: 0
    }

    .header2 {
        display: none
    }

    .side_bar span {
        background: #000
    }

    .header_left {
        padding-left: 4vw
    }

    #for_mobile {
        display: none
    }

    #home_bnnr .swiper-slide {
        padding: 0 4%;
        flex-wrap: wrap
    }

    .custom_container {
        padding: 0 4%
    }

    .section {
        padding: 40px 0
    }

    #home_bnnr {
        height: auto
    }

    .banner_content {
        width: 100% !important;
        padding: 40px 0
    }

    .banner_content .title h4 {
        font-size: 26px
    }

    .banner_content .title p {
        font-size: 14px
    }

    .banner_item {
        width: 100%;
        height: 320px
    }

    .title h4 {
        font-size: 24px
    }

    .title p {
        font-size: 14px
    }

    .responsible .title {
        width: 100%
    }

    .responsible .creative-grid {
        margin-left: 0;
        margin-top: 10px;
        position: relative
    }

    .creative-grid .col {
        width: 50%;
        max-width: 50%;
        flex: 0 0 auto;
        padding: 0 8px
    }

    .ab-card {
        transform: none !important;
        padding: 8px;
        margin: 8px 0
    }

    .ab-card.score {
        position: relative;
        min-height: 240px
    }

    .ab-card.d-box .img-wrap {
        height: 360px
    }

    .service {
        height: 75vh
    }

    .service #service_thumb {
        height: 75vh
    }

    #service_slide {
        height: 75vh
    }

    .service .title {
        top: 40px;
        padding: 0;
        left: 4%;
        flex-wrap: wrap
    }

    .service .title h4 {
        margin-bottom: 20px;
        font-size: 46px
    }

    .service_detail {
        padding: 20px 10px
    }

    .service_detail h5 {
        font-size: 22px
    }

    .service_detail p {
        font-size: 14px
    }

    .service {
        padding: 0 !important
    }

    .service_detail div {
        height: auto;
        max-height: 100%
    }

    .leagues ul {
        margin: 40px auto 0;
        flex-wrap: wrap;
        width: 100%
    }

    .for_sticky:before {
        content: unset
    }

    .leagues li {
        padding: 15px 0;
        margin: auto
    }

    .leagues .for_sticky:after {
        left: -60%
    }

    .leagues2 li {
        border: none !important
    }

    .leagues2:after {
        right: -60%;
        bottom: 20%
    }

    .leagues2:before {
        left: -55%
    }

    .big_names .title {
        width: 92%
    }

    .big_names {
        padding-top: 0
    }

    .claim .claim_card {
        flex-wrap: wrap
    }

    .claim .title {
        width: 100%;
        padding: 25px 4%
    }

    .claim_img {
        height: 250px;
        width: 100%
    }

    .masterliness .title {
        width: 100%
    }

    .masterliness .indus_detail h4 {
        font-size: 24px
    }

    .news .title {
        flex-wrap: wrap
    }

    .news .title h4 {
        width: 100%
    }

    .news .title p {
        width: 100%
    }

    .news_card {
        height: 380px
    }

    .news_title {
        padding: 12px
    }

    .right_side {
        width: 100%
    }

    .right_side .news_card {
        height: auto
    }

    .right_side .news_title h4 {
        font-size: 16px;
        font-weight: 600
    }

    .right_side .news_title p {
        font-size: 14px
    }

    .callback .col-md-6 .call_item {
        padding: 60px 25px
    }

    .callback .col-md-6:nth-child(1) .call_item:before {
        border: 60px solid #007ec8
    }

    .callback .col-md-6 .call_item:before {
        border: 60px solid rgb(154 154 154 / 14%);
        height: 300px;
        width: 300px
    }

    .globe .title+div {
        display: flex
    }

    .globe .btn_mns {
        padding: 10px 12px;
        min-width: auto;
        margin-top: 10px
    }

    .globe {
        padding-bottom: 0
    }

    .callback .custom_container:before {
        width: 80px
    }

    .inner_banner .title {
        width: 100%
    }

    .about_img_card {
        width: 100%;
        height: 210px !important;
        margin-bottom: 10px
    }

    .about_img_card img {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
        border-radius: 10px
    }

    .value .title:after {
        content: none
    }

    .about_img_item {
        padding: 40px 0;
        position: relative;
        flex-wrap: wrap
    }

    .about_img_card:nth-child(2) img {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 1
    }

    .value .for_sticky {
        position: sticky;
        top: 10px;
        padding: 10vh 0
    }

    .value_text {
        display: flex;
        justify-content: start;
        column-gap: 100px;
        width: 90%;
        flex-wrap: wrap
    }

    .value_text h2 {
        font-size: 40px;
        width: 100%
    }

    .value_text p {
        margin-top: 20px;
        font-size: 16px;
        margin-left: 0;
        width: 100%
    }

    .impacts {
        text-align: center
    }

    .impacts:before {
        width: 80px;
        height: 80px;
        top: -10%
    }

    .impacts .impact_text h5 {
        font-size: 18px;
        padding-right: 0
    }

    .impact_tabs ul {
        padding-left: 10px
    }

    .meet .slider_nav {
        bottom: 15px
    }

    .impact_tabs li {
        padding: 15px 20px
    }

    .country_item:hover h2 {}

    .country_item li a {
        column-gap: 5px;
        font-size: 12px
    }

    .country_item li a img {
        width: 22px
    }

    .country_item li {
        margin-bottom: 18px
    }

    .history .d-flex.justify-content-between {
        flex-wrap: wrap
    }

    .history .title {
        width: 100%;
        text-align: center
    }

    .history .slider_nav {
        width: 100%;
        margin-top: 40px
    }

    .meet {
        margin-bottom: 40px
    }

    .meet .meet_content {
        width: 100%;
        padding-top: 120px;
        padding-left: 4%;
        padding-right: 4%;
        top: 50%
    }

    .meet .meet_content p {
        font-weight: 300;
        font-size: 18px;
        position: relative;
        margin-bottom: 40px
    }

    .meet .title {
        padding-left: 4%;
        padding-top: 80px
    }

    #sol_bnnr .swiper-button-prev {
        left: 20%;
        transform: rotate(180deg) translateX(-50%);
        bottom: 20px;
        top: unset;
        right: unset
    }

    #sol_bnnr .swiper-button-next {
        right: 22%;
        transform: translateX(-50%);
        bottom: 20px;
        top: unset;
        left: unset
    }

    .global .col-md-7:before {
        right: 15px;
        width: 80px;
        height: 80px;
        bottom: -10%
    }

    .global .col-md-7.pr-5 {
        padding-right: 15px !important
    }

    .global video {
        height: 280px
    }

    .bireport .col-md-6.pr-5 {
        padding-right: 15px !important;
        text-align: center;
        margin-bottom: 20px
    }

    .bireport .img_bir:before {
        right: 15px;
        width: 80px;
        height: 80px;
        bottom: -10%
    }

    .bireport:after {
        left: -40%;
        bottom: -20%
    }

    .market_list {
        column-gap: 10px;
        flex-wrap: wrap
    }

    .market_item {
        width: calc(50% - 5px);
        padding: 20px;
        margin-bottom: 10px
    }

    .market_item img {
        margin-bottom: 10px;
        height: 50px;
        width: 50px
    }

    .market_item p {
        font-size: 16px
    }

    .coll_strap .col-md-11 {
        padding: 40px 6%;
        flex-wrap: wrap;
        width: 92%
    }

    .bir_page.coll_strap h4 {
        width: 100%;
        margin-bottom: 20px;
        font-size: 26px
    }

    .broad_cate .col-md-12.d-flex {
        flex-wrap: wrap
    }

    .broad_cate .title {
        width: 100%;
        padding: 40px 4%;
        order: -1
    }

    .bro_img {
        width: 100%;
        height: 350px
    }

    .broad_cate .title:before {
        left: 0;
        width: 80px;
        height: 80px;
        bottom: -5%
    }

    .report_include ul {
        margin-top: 20px;
        flex-wrap: wrap
    }

    .report_include li {
        width: 100%;
        margin-bottom: 0
    }

    .report_include li span {
        font-size: 38px
    }

    .report_include li p {
        font-size: 16px
    }

    .globe.bir_page .title {
        padding-right: 15px
    }

    .bir_page .globe_item {
        margin-right: 15px;
        padding-right: 15px
    }

    .bir_page .globe_no h2 {
        font-size: 36px
    }

    .bir_page .globe_no p {
        font-size: 14px
    }

    .bir_page .globe_img video {
        height: auto
    }

    .globe_yellow .value_text h2 {
        font-size: 32px
    }

    .why_go .title h4 {
        font-size: 32px
    }

    .bir_page .globe_sticky {
        position: unset
    }

    .bir_page .globe_yellow {
        padding: 40px 0
    }

    .bir_page .globe_yellow .value_text p {
        width: 100%
    }

    .interested li.nav-item {
        width: 100%;
        margin-bottom: 15px
    }

    .bri_page .white_card {
        height: 250px;
        width: 100%
    }

    .interested #pills-tab {
        margin-bottom: 10px !important
    }

    .bri_page .white_card .white_img h2 {
        font-size: 20px
    }

    .white_item h4 {
        font-size: 18px
    }

    .coll_strap h4 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .coll_strap .col-md-11:before {
        left: 78%
    }

    .why_go .type1 {
        font-size: 28px
    }

    .why_go .title {
        width: 320px;
        height: 320px;
        margin-bottom: 25px
    }

    .why_go {
        margin: 0;
        padding-bottom: 20px !important
    }

    .why_go .why_go_point p {
        margin-bottom: 15px;
        font-size: 14px
    }

    .faqs .card button {
        font-size: 14px;
        height: auto;
        padding: 10px 25px 10px 10px
    }

    .faqs .title {
        margin-bottom: 25px
    }

    .faqs {
        margin-top: 20px
    }

    .speak #meet_slider .meet_content p {
        font-size: 18px
    }

    .speak .col-md-6:nth-child(2) {
        padding-left: 15px !important;
        margin-top: 40px
    }

    .form_business {
        padding: 20px !important
    }

    .speak .form_business h4 {
        font-size: 28px
    }

    .faqs .card-body {
        font-size: 14px
    }

    .faqs .card button:after {
        font-size: 14px
    }

    #accordion {
        margin-top: 20px
    }

    footer .col-md-4 {
        padding: 30px 15px
    }

    .footer_item {
        padding: 20px 0
    }

    footer {
        padding: 10px 0 20px
    }

    footer p {
        padding-right: 0;
        font-size: 15px;
        justify-content: center
    }

    .footer_logo {
        width: 65%;
        margin-bottom: 15px
    }

    footer .col-md-8.d-flex {
        flex-wrap: wrap
    }

    .footer_item {
        padding: 20px 0;
        width: 33%
    }

    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important
    }

    footer p.copy {
        width: 100%
    }

    footer p a {
        padding-right: 0 !important;
        font-size: 15px
    }

    footer .designed {
        padding-right: 0 !important;
        justify-content: center;
        width: 100%
    }

    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .footer_menu li a {
        font-size: 15px !important
    }

    .blog_detail ul {
        margin: 10px 0;
        flex-wrap: wrap
    }

    .blog_detail img {
        height: auto;
        max-height: 400px
    }

    .latest {
        margin-top: 20px;
        padding-bottom: 0
    }

    .blog_content .title ul {
        padding-left: 20px
    }

    .latest .col-md-4 {
        padding-left: 15px
    }

    .latest_item h5 {
        font-size: 22px
    }

    .latest .blog_title h4 {
        font-size: 16px
    }

    .learn {
        font-size: 14px
    }

    .blog_list .blog_img {
        margin-bottom: 10px;
        height: 150px
    }

    .blog_list {
        column-gap: 10px
    }

    .blog_list .blog_item {
        width: calc(50% - 5px)
    }

    .blog_list .blog_title h4 {
        font-size: 18px
    }

    .blog_title span {
        font-size: 14px
    }

    .blog_list .blog_title p {
        font-size: 14px
    }

    .btn_mns {
        padding: 10px;
        min-width: 160px;
        font-size: 14px
    }

    .latest form .col-12 {
        padding-left: 0
    }

    .inner_banner2:before {
        width: 200px;
        border: 30px solid #cf292a;
        height: 200px;
        right: -10%;
        top: -30%
    }

    .inner_banner2:after {
        width: 200px;
        border: 30px solid #033469;
        height: 200px;
        left: -15%;
        bottom: -30%
    }

    .blog_item {
        margin-top: 20px;
        column-gap: 20px;
        flex-wrap: wrap
    }

    .blog_img {
        width: 100%;
        height: auto;
        max-height: 400px;
        margin-bottom: 10px
    }

    .blog_title {
        width: 100%
    }

    .blog_title h4 {
        font-size: 24px
    }

    .blog_title p {
        font-size: 14px
    }

    .blog_item {
        width: 100%
    }

    .latest .blog_img {
        width: 100%;
        height: 180px
    }

    .latest .col-md-8 {
        margin-bottom: 30px
    }

    .global_img {
        height: auto;
        max-height: 220px
    }

    .family_mem {
        margin-top: 20px
    }

    .family .family_item {
        width: 100%
    }

    .family .family_img {
        height: 220px
    }

    .family .family_mem .family_content {
        position: unset;
        width: 100%;
        opacity: 1;
        visibility: visible;
        min-height: 160px;
        padding: 15px
    }

    .family_item .family_content p {
        font-size: 14px
    }

    .family_item .family_content h5 {
        font-size: 18px
    }

    .family_img h5 {
        opacity: 0
    }

    .family .family_img:before {
        opacity: 0
    }

    .reputable .title {
        padding: 4%
    }

    .reputable .title h4 {
        width: 100%
    }

    .money {
        margin-top: 20px
    }

    .money img {
        height: 250px;
        margin-top: 0
    }

    .money .section {
        padding: 20px 4%
    }

    .interested li.nav-item button {
        font-size: 18px;
        padding: 20px
    }

    .interested .title {
        margin-bottom: 20px !important
    }

    .interested {
        padding-top: 0
    }

    .interested .white_card {
        width: 100%
    }

    .white_img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        max-height: 250px
    }

    .case_sticky {
        position: relative;
        top: 0
    }

    .case_list {
        flex-wrap: wrap
    }

    .case_img {
        width: 100%;
        overflow: hidden
    }

    .case_img img {
        height: auto;
        margin-bottom: 20px
    }

    .case_content {
        width: 100%;
        padding: 10px 4%;
        height: auto;
        overflow: auto
    }

    .case_content span {
        font-size: 16px;
        color: #033469;
        width: 100%;
        margin-bottom: 10px
    }

    .case_content h4 {
        font-weight: 500;
        font-size: 22px;
        width: 100%;
        margin-top: -5px;
        color: #313131
    }

    .case_content div {
        margin-bottom: 15px;
        flex-wrap: wrap
    }

    .case_content p {
        width: 100%;
        font-size: 14px
    }

    .related_head {
        padding: 10px;
        flex-wrap: wrap
    }

    .related_head div:nth-child(1) {
        width: 100%;
        font-size: 16px;
        font-weight: 700
    }

    .related_head div {
        font-size: 14px
    }

    .related_detail div:nth-child(1) {
        width: 100%
    }

    .related_detail {
        padding: 10px;
        flex-wrap: wrap
    }

    .related_detail h4 {
        font-weight: 700;
        font-size: 18px;
        text-transform: capitalize;
        color: #313131
    }

    .opening .title {
        width: 100%
    }

    .opening .accordion {
        margin-top: 20px
    }

    .opening .card .card-header {
        padding: 15px 0
    }

    .opening .card button {
        padding: 0
    }

    .opening .card ul {
        flex-wrap: wrap
    }

    .opening .card li.place {
        width: 85%
    }

    .opening .card li.position {
        width: 85%
    }

    .opening .card li h2 {
        font-size: 22px
    }

    .opening .card .card-header+div .card-body {
        padding: 10px 0
    }

    .opening .card-body ul li {
        padding-right: 4%;
        margin-right: 4%;
        width: 46%;
        margin-bottom: 10px
    }

    .opening .card-body ul li h5 {
        font-size: 16px
    }

    .opening .card-body ul li p {
        font-size: 14px
    }

    .operation_item {
        width: 100%;
        height: 250px;
        margin-bottom: 10px
    }

    .operation_content h4 {
        line-height: unset;
        font-size: 24px
    }

    .contact-info-item {
        margin-bottom: 10px
    }

    .contact-info-wrap:before {
        width: 200px;
        border: 20px solid #f2f2f2;
        height: 200px;
        right: -20%;
        bottom: -20%
    }

    .contact-info-item {
        margin-left: 0 !important
    }

    .contact-info-item-socials .social_link li a {
        font-size: 16px;
        width: 40px;
        height: 40px
    }

    .form-col {
        margin-top: 40px
    }

    .contact-form .row {
        column-gap: 10px
    }

    .contact:before {
        width: 80px;
        height: 80px
    }

    .csr video {
        height: auto;
        max-height: 300px;
        width: 100%
    }

    .csr span.play_btn {
        width: 80px;
        height: 80px;
        font-size: 18px
    }

    .csr_page.bir_page .globe_yellow {
        padding: 40px 0
    }

    .contributing_cate .container-fluid.px-5 {
        padding: 0 15px !important
    }

    .contributing_item {
        column-gap: 0;
        margin-bottom: 20px
    }

    #contributing_slider .swiper-slide {
        width: 100% !important
    }

    .contributing_cate {
        padding-bottom: 40px !important
    }

    .contributing_slide {
        width: 100% !important;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .contributing_item .cont_content {
        width: 100%;
        position: unset;
        padding: 10px;
        transform: unset !important
    }

    .contributing_item .cont_img {
        width: 100%;
        height: 250px;
        position: unset;
        order: -1
    }

    .contributing_item .contributing_slide .cont_img div {
        opacity: 0
    }

    .cont_img:before {
        content: unset
    }

    .latest_tab .col-md-12.d-flex {
        flex-wrap: wrap
    }

    .latest_tab .col-md-12 .left_latest {
        width: 100%
    }

    .latest_tab .col-md-12 .right_latest {
        width: 100%
    }

    .latest_tab .col-md-12 .swiper-slide {
        padding: 0 40px
    }

    .latest_tab .col-md-12 .swiper-button-prev.new_text_icon {
        left: 8px
    }

    .latest_tab .col-md-12 .swiper-button-next.new_text_icon {
        right: 8px
    }

    .latest_tab .col-md-12 .right_latest p {
        font-size: 16px
    }

    .latest.debt_page .title li {
        font-size: 14px
    }

    .coll_strap p {
        font-size: 20px;
        margin-bottom: 15px
    }

    .quick_card {
        padding: 15px;
        margin-top: 20px
    }

    .local_list li {
        width: calc(50% - 10px)
    }

    .business .title ul {
        padding-left: 20px
    }

    .business .form_business {
        margin-bottom: 25px
    }

    .white {
        margin-bottom: 20px
    }

    .help .title li {
        font-size: 14px
    }

    .testimonial .container-fluid {
        padding: 0 15px !important
    }

    .test_list {
        padding: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap
    }

    .test_list div {
        width: 100%;
        margin-bottom: 20px
    }

    .test_title h4 {
        font-size: 22px;
        margin-bottom: 40px;
        margin-top: 40px
    }

    .test_title div {
        margin: 0
    }

    .test_des p {
        font-size: 14px
    }

    .legal_page .title {
        padding: 20px
    }

    .we_drive_content .nav-pills {
        width: 100%
    }

    .we_drive_content .nav-item .nav-link {
        font-size: 16px
    }

    .what_we_do .explore_details {
        left: 0;
        width: 100%;
        padding: 15px;
        position: unset
    }

    .process_factory img {
        height: auto;
        margin-top: 0;
        margin-bottom: 60px
    }

    .what_we_do .explore_details .explore_tab {
        font-size: 17px
    }

    .what_we_do .explore_details .explore_tab p {
        font-size: 14px
    }

    .tab-content.explore_img {
        height: 280px
    }

    .legal_page .title h4 {
        font-size: 20px
    }

    .country_item {
        width: 100%;
        height: 320px
    }

    .country_content h2 {
        font-size: 26px;
        width: 100%
    }

    .local .title {
        padding: 0 4%
    }

    .local {
        padding-top: 0
    }

    .global .col-md-5 {
        margin-top: 20px
    }

    .title.pl-4 {
        padding: unset !important
    }

    .our_debt .right_our img {
        width: 100%;
        height: auto;
        max-height: 450px
    }

    .global_leader .btn_mns {
        width: 100%
    }

    .global_leader select {
        width: 100%;
        margin-bottom: 10px
    }

    .debt_sol_page .title {
        width: 100%
    }

    .claim {
        padding-top: 0
    }

    .service_content {
        top: 20px;
        left: 4%;
        width: 92%
    }

    .service_content p {
        font-size: 14px
    }

    .service_content h5 {
        font-size: 26px
    }

    #service_slide1 .service_title {
        padding: 10px 15px;
        bottom: 0;
        width: 100%
    }

    #service_slide1 .swiper-slide {
        height: 180px
    }

    .big_names.about_page {
        margin-top: 25px
    }

    .quick_card h5 {
        margin-bottom: 10px
    }

    .commercial li {
        font-size: 14px
    }

    .commercial .right_our img {
        width: 100%;
        height: auto;
        max-height: 400px
    }

    .commercial .text-left.right_our {
        order: 1
    }

    .agencies .title {
        width: 100%;
        padding: 0 4%;
        margin-bottom: 20px
    }

    .agencies_item {
        flex-wrap: wrap
    }

    .agencies_igm {
        width: 100%;
        height: auto;
        max-height: 320px
    }

    .agencies_content {
        width: 100%;
        height: auto;
        max-height: 320px;
        padding: 20px
    }

    .agen_icon {
        margin: 0 25px;
        top: unset;
        bottom: 0
    }

    #agencies_bnnr {
        padding: 0 4%;
        padding-bottom: 60px
    }

    .agencies .col-md-12.justify-content-between {
        flex-wrap: wrap
    }

    .agencies .col-md-12.justify-content-between .slider_nav {
        margin-bottom: 40px !important
    }

    .header_right.kk {
        display: inline-flex !important;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        height: 90vh;
        overflow: auto;
        background: #fff;
        align-items: center
    }

    .header_right.kk .other_menu {
        width: 100%;
        order: 1;
        padding: 0 4%;
        justify-content: center;
        flex-wrap: wrap
    }

    .header_right.kk .menu {
        width: 100%;
        padding: 0 4%;
        justify-content: center;
        flex-direction: column
    }

    .other_menu .social_link {
        gap: 5px;
        margin-right: 10px
    }

    .other_menu .menu {
        flex-direction: unset !important;
        justify-content: space-between !important;
        padding: 0 !important;
        background: #fff
    }

    .left_side {
        display: none
    }

    .dropdown_menu .sub-menu {
        position: unset;
        height: auto;
        padding: 10px 0;
        order: 1
    }

    .menu li:hover .sub-menu {
        display: none
    }

    .menu li .sub-menu.open_menu {
        display: block
    }

    .menu li .sub-menu2.open_menu {
        display: block !important;
        position: unset;
        order: 1;
        background: #e8e8e8
    }

    .dropdown_menu .sub-menu .menu a {
        padding: 10px;
        font-weight: 400;
        width: auto
    }

    li.dropdown_menu {
        border-right: none;
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .dropdown_menu .sub-menu .menu {
        padding: 4px
    }

    .dropdown_menu .sub-menu .right_side {
        margin-top: 0
    }

    .sub-menu .dropdown_menu .sub-menu2 {
        display: none !important
    }

    .dropdown_menu a:after {
        font-size: 15px;
        position: absolute;
        right: 0;
        display: none !important;
        top: 50%
    }

    .dropdown_menu .sub-menu .dropdown_menu a:after {
        display: none !important
    }

    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 2px)
    }

    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px, -2px)
    }

    .globe select {
        width: 100%
    }

    .bri_page {
        padding-top: 40px
    }

    .bir_page .globe_no h2 {
        font-size: 36px
    }

    .global .col-md-7:before {
        width: 60px;
        height: 60px;
        bottom: -22%
    }

    .family_img h5 {
        font-size: 22px
    }

    .contact-info-wrap {
        padding: 20px
    }

    .contact-info-item {
        margin-bottom: 22px;
        margin-left: 0 !important
    }

    .contact-info-item-socials h4 {
        margin-right: 6px;
        font-size: 16px
    }

    .social_link {
        gap: 10px;
        margin: 0;
        margin-right: 0;
        flex-wrap: wrap
    }

    .contact-info-item-socials .social_link li a {
        font-size: 16px;
        width: 38px;
        height: 38px
    }

    #service_thumb1 .swiper-slide:before {
        width: 100%;
        height: 100%
    }

    .certi_item {
        flex-wrap: wrap;
        width: 100%
    }

    .certi_img {
        width: 140px;
        min-height: 140px
    }

    .certi_content {
        width: 100%
    }

    .big_names .col-md-12 {
        flex-wrap: wrap
    }

    .big_names .col-md-12 .title {
        margin-bottom: 20px !important
    }

    .marquee-wrap {
        margin-top: 0 !important
    }

    .about_page .swiper-slide {
        width: 100%
    }
}

@media only screen and (max-width:760px) {
    .leagues li {
        width: 85%;
        padding: 15px 0;
        margin: auto
    }

    .globe .col-md-5.align-self-center {
        text-align: center;
        padding: 0 15px 40px !important
    }

    .globe .col-md-5 .title {
        padding: 0 !important
    }

    .globe select {
        width: 48%
    }

    .right_side {
        margin-top: 25px
    }

    .footer_item {
        width: auto
    }

    #meet_slider {
        height: auto
    }

    #meet_slider .swiper-slide {
        height: auto
    }

    .for_edits #meet_slider .swiper-slide {
        min-height: 120vh !important
    }
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .header_detail {
        padding-right: 2vw
    }

    .globe select {
        width: 100%;
        margin-bottom: 10px
    }

    .right_side .news_title {
        padding: 20px
    }

    .right_side .news_card {
        height: auto
    }

    .why_go .title {
        width: 100%;
        height: 100%
    }

    .bir_page .globe_no h2 {
        font-size: 36px
    }

    .contact-info-wrap {
        padding: 20px
    }

    .contact-info-item {
        margin-bottom: 22px;
        margin-left: 0 !important
    }

    .contact-info-item-socials h4 {
        margin-right: 6px;
        font-size: 16px
    }

    .social_link {
        gap: 10px;
        margin: 0;
        margin-right: 0;
        flex-wrap: wrap
    }

    .contact-info-item-socials .social_link li a {
        font-size: 16px;
        width: 38px;
        height: 38px
    }

    .form_business {
        padding: 12px
    }

    .btn_mns {
        padding: 10px
    }

    .custom_container {
        padding: 0 4%
    }

    .coll_strap h4 {
        font-size: 28px
    }

    .coll_strap p {
        font-size: 20px;
        margin: 0
    }

    .family_img h5 {
        font-size: 24px
    }
}

button.close {
    opacity: 1;
    position: absolute;
    z-index: 1;
    outline: none;
    right: 10px;
    top: 0;
    font-size: 40px;
}

#claimModal input.form-control {
    margin-bottom: 15px;
    padding: 5px;
    height: 45px;
}

#claimModal input.form-control:placeholder {
    color: red;
    margin-bottom: 15px;
}

.ww-icon-link {
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all .5s ease 0s;
    position: fixed;
    z-index: 9;
    height: 60px;
    width: 60px;
    background: rgb(77, 194, 71) !important;
    text-decoration: none !important;
    right: 20px;
    bottom: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.ww-icon-link i {
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
}