body {
    font-family: Urbanist;
    font-size: 14px;
    overflow-x: hidden;
}
.container{
padding-left: 10px;
padding-right: 10px;
}
.error {
    color: red;
}
.highlight-message {
    background-color: #ee851f; /* Yellow background */
    color: #333; /* Dark text color */
    font-size: 18px; /* Set font size */
    font-weight: bold; /* Make the text bold */
    padding: 10px; /* Add padding around the text */
    border-radius: 5px; /* Rounded corners */
    text-align: center; /* Center the text */
    margin-top: 20px; /* Add some space above */
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
        font-size: 17px;
    }
}

/* Default spacing for large screens */
.spacing {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #f2a221;
    border-radius: 4px;
    border: 3px solid transparent;
}

/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
    .spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
    .spacing {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
    .spacing {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.spacing-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .spacing-60 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .spacing-60 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 576px) {
    .spacing-60 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.dms {
    font-family: Urbanist;
}

.sora {
    font-family: Kumbh Sans;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-57 {
    font-size: 57px;
}

.fs-64 {
    font-size: 64px;
}

.fs-70 {
    font-size: 70px;
}

.fs-76 {
    font-size: 76px;
}

.fs-80 {
    font-size: 80px !important;
}

.fw-thin {
    font-weight: 100;
}

.fw-extralight {
    font-weight: 200;
}

.fw-300,
.fw-light {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.ls-1 {
    letter-spacing: 1px;
}

.lh-0 {
    line-height: 0;
}

.lh-15 {
    line-height: 15px;
}

.lh-16 {
    line-height: 16px;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-24 {
    line-height: 24px;
}

.lh-25 {
    line-height: 25px;
}

.lh-26 {
    line-height: 26px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-32 {
    line-height: 32px;
}

.lh-33 {
    line-height: 33px;
}

.lh-34 {
    line-height: 34px;
}

.lh-35 {
    line-height: 35px;
}

.lh-38 {
    line-height: 38px;
}

.lh-40 {
    line-height: 40px;
}

.lh-42 {
    line-height: 42px;
}

.lh-45 {
    line-height: 45px;
}

.lh-48 {
    line-height: 48px;
}

.lh-50 {
    line-height: 50px;
}

.lh-52 {
    line-height: 52px;
}

.lh-54 {
    line-height: 54px;
}

.lh-55 {
    line-height: 55px;
}

.lh-58 {
    line-height: 58px;
}

.lh-60 {
    line-height: 60px;
}

.lh-64 {
    line-height: 64px;
}

.lh-65 {
    line-height: 65px;
}

.lh-68 {
    line-height: 68px;
}

.lh-72 {
    line-height: 72px;
}

.lh-74 {
    line-height: 74px;
}

.lh-86 {
    line-height: 86px !important;
}

.mt_10 {
    margin-top: -10px;
}

.h-100 {
    height: 100% !important;
}

h1,
h2,
h3 {
    font-family: Urbanist;
}

@media (min-width: 768px) and (max-width: 964px) {
    h1,
    h2,
    h3,
    .fs-50 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
}

@media (max-width: 575px) {
    h1,
    h2,
    h3,
    .fs-50 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    h3,
    .fs-24,
    .fs-28,
    .fs-36,
    .fs-38,
    .fs-35,
    .fs-44,
    .fs-52,
    .fs-44,
    .fs-46,
    .fs-48,
    .fs-50,
    .fs-54,
    .fs-76,
    .fs-70 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}

.font-p {
    font-family: Urbanist;
}

.font-kum {
    font-family: Kumbh Sans;
}

.cl-black {
    background: linear-gradient(120deg, #777777 0%, #dddddd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cl-black-d {
    color: #cfcfcf;
}

p {
    color: #797c7f;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.body-bg {
    background: linear-gradient(0deg, #e7e7ff 60%, #fff6e7 100%);
}

.bg-double {
    background: linear-gradient(0deg, #fff6e7 0%, #e7e7ff 60%);
}

.home_bg {
    background: linear-gradient(0deg, #fff6e7 0%, #e7e7ff 100%);
}

.purple {
    color: #4342d9;
}

.gold-rad {
    background: linear-gradient(180deg, #f2a221 0%, #eb701f 100%);
}

.purple_grad {
    background: linear-gradient(180deg, #4342d9 0%, #242373 100%);
    border-radius: 10px;
}

.purple_rad {
    background: linear-gradient(180deg, #4342d9 0%, #242373 100%);
}

.text-bg {
    color: #e7e7ff;
}

.p-color {
    color: #797c7f;
}

.form-text {
    color: #ffffffc4;
}

.services-text {
    color: #ffffff94;
}

.head-bg {
    background: linear-gradient(0deg, #e7e7ff 0%, #fff6e7 100%);
}

.pur-bg {
    background: linear-gradient(0deg, #e7e7ff 0%, #fff6e7 100%);
}

.yel-bg {
    background: linear-gradient(180deg, #e7e7ff 0%, #fff6e7 100%);
}

.reg-yel {
    background: linear-gradient(0deg, #fff6e7 100%, #e7e7ff 0%);
}

.bl_color {
    background: linear-gradient(0deg, #fff6e7 0%, #e7e7ff 66%, #fff6e7 100%);
}

.slider_bg {
    background: radial-gradient(
        60% 50% at 50% 112%,
        rgba(235, 115, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 70%
    );
}

.our-client {
    background: radial-gradient(
        70% 100% at 50% 20%,
        rgba(235, 115, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 60%
    );
}

.servie_gra {
    background: radial-gradient(
        50% 50% at 100% 100%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 100%
    );
}

.about-us {
    background: radial-gradient(
        50% 50% at 100% 0%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 100%
    );
}

.client_abroad {
    background: radial-gradient(
        50% 50% at 10% 100%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 100%
    );
}

.recognise {
    background: radial-gradient(
        50% 50% at 10% 0%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 100%
    );
}

.footer_rad {
    background: radial-gradient(
        50% 50% at 100% 0%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 100%
    );
}

.banner_bg {
    background: radial-gradient(
        60% 130% at 50% 80%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 60%
    );
}

.banner_below {
    background: radial-gradient(
        70% 130% at 50% 20%,
        rgba(235, 130, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 60%
    );
}

.inner_bg {
    background: radial-gradient(
        60% 130% at 50% 100%,
        rgba(235, 112, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 65%
    );
}

.inner_below {
    background: radial-gradient(
        70% 130% at 50% 20%,
        rgba(235, 130, 31, 0.2) 0%,
        rgba(242, 162, 33, 0) 60%
    );
}

.home-rad {
    background: linear-gradient(0deg, #fff6e7 0%, #e7e7ff 86%, #fff6e7 100%);
}

.head-yel {
    background-color: #fef5e9;
}

.about-bg {
    background: linear-gradient(180deg, #242373 0%, #4342d9 100%);
}

.border-12 {
    border-radius: 12px !important;
}

.header-top-list {
    padding: 10px;
}

.header-top-list ul {
    list-style: none;
    text-decoration: none;
}

.header-top-list a {
    text-decoration: none;
    color: #000;
    padding-left: 5px;
}

.header-top-list .top-list {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #000;
}

.login-button {
    background-color: transparent;
    border: 2px solid #f2a221;
    color: #000;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 10px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
}

.login-button:hover {
    background: linear-gradient(90deg, #f2a221 0%, #eb701f 100%);
    color: #fff;
    border-color: transparent;
}

.header .btn:first-child:active {
    border-color: none;
    color: #fff;
    background-color: none;
}

.contact-button {
    background: linear-gradient(90deg, #4342d9 0%, #242373 100%);
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.contact-button:hover {
    background: linear-gradient(90deg, #242373 0%, #4342d9 100%);
}

.header .nav-item {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
}

.header .nav-item a {
    color: #000000;
}

.header .nav-item:hover {
    color: #eb701f;
}

.header .nav-link.active {
    color: #f2a221;
}

.header button:focus:not(:focus-visible) {
    box-shadow: none;
}

.dropdown-item {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    padding: 5px 12px 8px 19px;
}

@media (min-width: 1024px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        border: none;
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .login-button,
    .contact-button {
        font-size: 14px;
        padding: 8px 20px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .login-button,
    .contact-button {
        font-size: 12px;
        padding: 6px 16px;
    }
}

#nav-logo img {
    height: 57px;
}

@media (max-width: 320px) {
    #nav-logo img {
        width: 200px;
    }
}

.header .dropdown-item:hover {
    color: #f2a221;
}

.header .dropdown-menu .active,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f2a221 !important;
    color: #f5f5f5 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: middle;
    border: none;
    /* Remove the border used to create the default arrow */
}

.header-divider hr {
    opacity: 1;
}
.header-divider {
    padding-top: 15px;
}
.last-bg {
    background: linear-gradient(0deg, #fff6e7 0%, #e7e7ff 100%);
}

.footer h2 {
    margin-bottom: 15px;
    font-family: Urbanist;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    text-align: left;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .footer h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

.footer ul {
    list-style: none;
    padding: 0;
    z-index: 20;
}

.footer-list ul {
    list-style: none;
    /* Remove default disc */
    padding-left: 30px;
}

.footer-list ul li {
    position: relative;
    margin-bottom: 10px;
    font-family: Kumbh Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .footer-list ul li {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .footer-list ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .footer-list ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
}

/* For small mobile devices */
@media (max-width: 576px) {
    .footer-list ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }
}

.footer .footer-list ul li::before {
    content: "•";
    font-size: 1em;
    color: black;
    position: absolute;
    left: -1.2em;
    top: 0.1em;
}

.footer ul li a {
    color: #000;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #f2a221;
    text-decoration: none;
}

#footer-iconlist li {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
}

.footer-bottom {
    justify-content: end;
    flex-direction: column;
}

#footer-iconlist li img {
    margin-left: 8px;
    /* Adjust this value as needed */
    vertical-align: middle;
    /* Aligns the image with the text */
}

.footer-bottom li {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
}

.footer :li {
    text-decoration: none;
}

.footer-logo img {
    width: 440.13px;
    height: 106.77px;
}

@media (min-width: 820px) and (max-width: 1012px) {
    .footer-logo img {
        max-width: 250px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-logo img {
        max-width: 250px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .footer-logo img {
        max-width: 280px;
    }
}
.footer .logo{
z-index: 20;
}
ul.d-flex li img {
    filter: grayscale(100%) brightness(0);
    opacity: 5;
    transition: filter 0.3s ease;
    width: 39px;
}

ul.d-flex li i:hover,
ul.d-flex li img:hover {
    filter: none;
    /* Remove the filter on hover */
    opacity: 1;
    /* Remove grayscale on hover */
}

@media (max-width: 992px) {
    ul.d-flex li img {
        width: 35px;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    ul.d-flex li img {
        width: 30px;
    }
}

/* For small mobile devices */
@media (max-width: 576px) {
    ul.d-flex li img {
        width: 25px;
    }
}

.copyright {
    font-family: Kumbh Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.footer-developed {
    font-family: Kumbh Sans;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
}

.develop {
    font-family: Kumbh Sans;
    font-size: 11px;
    font-weight: 600;
    line-height: 16.5px;
    text-decoration: none;
    color: #000;
}

.develop a {
    text-decoration: none;
    color: #000;
}

.footer-popup {
    background: linear-gradient(0deg, #242373 -255.61%, #4342d9 100%);
    height: 107px;
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 912px) {
    .footer-popup {
        height: 40px;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .footer-popup {
        height: 20px;
    }
}

.footer-offpopup {
    background: linear-gradient(0deg, #242373 -255.61%, #4342d9 100%);
    height: 672px;
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 992px) {
    .footer-offpopup {
        height: 500px;
        /* Adjust the height for tablets */
        border-radius: 80px 80px 0px 0px;
        /* Adjust the border-radius */
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .footer-offpopup {
        height: 400px;
        /* Adjust the height for mobile devices */
        border-radius: 60px 60px 0px 0px;
        /* Further adjust the border-radius */
    }
}

/* For small mobile devices */
@media (max-width: 576px) {
    .footer-offpopup {
        height: 300px;
        /* Adjust the height for small mobile devices */
        border-radius: 40px 40px 0px 0px;
        /* Smaller border-radius for small screens */
    }
}

.offcanvas.offcanvas-bottom {
    height: 672px;
    transform: translateY(100%);
    border: none;
}

.offcanvas-title {
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 900;
    line-height: 64px;
    text-align: center;
    color: #fff;
}

@media (max-width: 992px) {
    .offcanvas-title {
        font-size: 48px;
        line-height: 56px;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .offcanvas-title {
        font-size: 36px;
        line-height: 44px;
    }
}

/* For small mobile devices */
@media (max-width: 576px) {
    .offcanvas-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.popup-description {
    font-family: Kumbh Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff78;
}

.light-theme-form .form-control {
    display: block;
    width: 100%;
    padding: 11px 0px;
    font-family: Kumbh Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffffc4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    box-shadow: unset;
    transition: all 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.light-theme-form .form-control::placeholder {
    color: #ffffffc4;
}

footer.close-button {
    position: relative;
}

.footer .btn-close {
    position: absolute;
    top: 50px;
    right: 100px;
}

/* For tablets and smaller screens */
@media (max-width: 992px) {
    .footer .btn-close {
        top: 40px;
        right: 80px;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .footer .btn-close {
        top: 30px;
        right: 60px;
    }
}

/* For small mobile devices */
@media (max-width: 576px) {
    .footer .btn-close {
        top: 20px;
        right: 40px;
    }
}

.btn_contact_style_submit {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 57px 10px 57px;
    border-radius: 12px;
    border: none;
}

.footer .btn-close {
    background-image: url("../images/close.svg");
    background-size: 53px;
    background-repeat: no-repeat;
    height: 53px;
    width: 53px;
}

/* For tablets and smaller screens */
@media (max-width: 992px) {
    .footer .btn-close {
        background-size: 40px;
        height: 45px;
        width: 45px;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .footer .btn-close {
        background-size: 30spx;
        height: 38px;
        width: 38px;
    }
}

/* For small mobile devices */
@media (max-width: 576px) {
    .footer .btn-close {
        background-size: 20px;
        height: 20px;
        width: 20px;
    }
}

.slider-home {
    width: 100%;
    height: 630px;
}

@media (max-width: 1200px) {
    .slider-home {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .slider-home {
        height: auto;
    }
}

@media (max-width: 768px) {
    .slider-home {
        height: auto;
    }
}

@media (max-width: 576px) {
    .slider-home {
        height: auto;
    }
}

.slider-home h1 {
    font-family: Urbanist;
    font-size: 70px;
    font-weight: 900;
    line-height: 84px;
}

.slider-home p {
    font-family: Kumbh Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #797c7f;
    width: 65%;
}

.slider-button {
    background: linear-gradient(90deg, #f2a221 0%, #eb701f 100%);
    border: none;
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}

.slider-button:hover {
    background: linear-gradient(90deg, #eb701f 0%, #f2a221 100%);
}

.left_arrow {
    position: absolute;
    top: 100%;
    right: 8%;
    font-size: 20px;
    height: 70px;
    width: 70px;
    background-color: transparent;
    color: #252476;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6;
    border: 2px solid #9e9ecd;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}

.right_arrow {
    position: absolute;
    top: 100%;
    right: 0%;
    font-size: 20px;
    height: 70px;
    width: 70px;
    background-color: transparent;
    color: #252476;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6;
    border: 2px solid #9e9ecd;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}

.left_arrow,
.right_arrow {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

@media (max-width: 1024px) {
    .left_arrow,
    .right_arrow {
        height: 50px;
        width: 50px;
        font-size: 18px;
    }

    .left_arrow {
        top: 100%;
        right: 15%;
    }

    .right_arrow {
        top: 100%;
        right: 5%;
    }
}

@media (max-width: 992px) {
    .left_arrow,
    .right_arrow {
        height: 50px;
        width: 50px;
        font-size: 16px;
    }

    .left_arrow {
        top: 95%;
        right: 15%;
    }

    .right_arrow {
        top: 95%;
        right: 5%;
    }
}

@media (max-width: 768px) {
    .left_arrow,
    .right_arrow {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    .left_arrow {
        top: 90%;
        right: 10%;
    }

    .right_arrow {
        top: 90%;
        right: 3%;
    }
}

@media (max-width: 576px) {
    .left_arrow,
    .right_arrow {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .left_arrow {
        top: 92%;
        right: 55%;
    }

    .right_arrow {
        top: 92%;
        right: 35%;
    }
}

.slick-arrow,
.slick-arrow:active,
.slick-arrow[aria-disabled="false"] {
    background: linear-gradient(180deg, #4342d9 0%, #242373 100%) !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
}

.slick-disabled,
.slick-arrow[aria-disabled="true"] {
    background: transparent !important;
    border: 2px solid #9e9ecd !important;
    color: #252476 !important;
}

@media (max-width: 1024px) {
    .slider-home h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .slider-home h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    .slider-home h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 1024px) {
    .slider-home p {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .slider-home p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .slider-home p {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .slider-home img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .slider-home img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .slider-home img {
        width: 90%;
        height: 90%;
    }
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0;
    background: transparent;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: transparent;
}

.logos:after {
    right: 0;
    background: transparent;
}

.logos:hover .logos-slide {
    animation-play-state: none;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 100%;
    margin: 0 60px;
}

@media (max-width: 992px) {
    .logos-slide img {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .our-client {
        padding: 40px 0px;
    }
}

.our-client_divider {
    width: 323px;
    opacity: 1;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .our-client_divider {
        width: 40%;
    }
}

.client-para {
    width: 42%;
}

@media (max-width: 992px) {
    .client-para {
        width: 100%;
    }
}

.about-para {
    width: 70%;
}

@media (max-width: 992px) {
    .about-para {
        width: 100%;
    }
}

.about-us img {
    width: 100%;
    height: 100%;
}

@media (min-width: 1080px) and (max-width: 1200px) {
    .about-us img {
        width: 100%;
        height: auto;
        /* Adjust the height to auto for better scaling */
        padding-top: 10px;
        /* Optional: Add padding if needed */
    }
}

@media (max-width: 1024px) {
    .about-us img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .about-us img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .about-us img {
        width: 100%;
        height: 100%;
        padding-top: 20px;
    }
}

.about-button {
    background-color: transparent;
    border: 2px solid #f2a221;
    color: #000;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 10px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
}

.about-button:hover {
    background: linear-gradient(90deg, #eb701f 0%, #f2a221 100%);
    border: 2px solid transparent !important;
    color: #fff;
}

.your-service .card-title:hover {
    background: linear-gradient(90deg, #f2a221 0%, #eb701f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.service-para {
    color: #ffffff94;
    width: 75%;
}

@media (max-width: 820px) {
    .service-para {
        width: 100%;
    }
}

.left_service {
    position: absolute;
    top: 100%;
    left: 42%;
    font-size: 20px;
    height: 70px;
    width: 70px;
    background-color: transparent;
    color: #252476;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6;
    border: 2px solid #9e9ecd;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}

.right_service {
    position: absolute;
    top: 100%;
    right: 45%;
    font-size: 20px;
    height: 70px;
    width: 70px;
    background-color: transparent;
    color: #252476;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6;
    border: 2px solid #9e9ecd;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}

.left_service,
.right_service {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .left_service {
        left: 40%;
    }

    .right_service {
        right: 40%;
    }
}

@media (max-width: 1024px) {
    .left_service,
    .right_service {
        height: 50px;
        width: 50px;
        font-size: 18px;
    }

    .left_service {
        top: 100%;
        right: 15%;
    }

    .right_service {
        top: 100%;
        right: 45%;
    }
}

@media (max-width: 992px) {
    .left_service,
    .right_service {
        height: 50px;
        width: 50px;
        font-size: 16px;
    }

    .left_service {
        top: 100%;
        left: 40%;
    }

    .right_service {
        top: 100%;
        right: 40%;
    }
}

@media (max-width: 768px) {
    .left_service,
    .right_service {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    .left_service {
        top: 100%;
        left: 42%;
    }

    .right_service {
        top: 100%;
        right: 40%;
    }
}

@media (max-width: 576px) {
    .left_service,
    .right_service {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .left_service {
        top: 100%;
        left: 35%;
    }

    .right_service {
        top: 100%;
        right: 35%;
    }
}

.card-img-overlay,
.card_container .card-img-overlay {
    border-radius: 12px;
    background: linear-gradient(360deg, #00001a 0%, rgba(0, 0, 26, 0) 100%);
    transition: 1s;
}

.rigister .form-control {
    display: block;
    width: 100%;
    padding: 11px 0px;
    font-family: Kumbh Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    /* color: #ffffffc4; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    box-shadow: unset;
    transition: all 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rigister .form-control::placeholder {
    color: #00000080;
    align-content: left;
}

.register-button {
    background: linear-gradient(90deg, #f2a221 0%, #eb701f 100%);
    border: none;
    padding: 10px 57px 10px 57px;
    border-radius: 8px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}

.register-button:hover {
    background: linear-gradient(90deg, #eb701f 0%, #f2a221 100%);
}

.reset_password {
    width: 558px;
    height: 357px;
    border-radius: 30px;
}

.reset_img {
    position: absolute;
    top: -39px;
    right: -40px;
    background-color: #242373;
    opacity: 1;
}

@media (max-width: 1024px) {
    .reset_password {
        width: 80%;
        height: auto;
    }

    .reset_img {
        top: -20px;
        right: -24px;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .reset_password {
        width: 90%;
        height: auto;
        border-radius: 20px;
    }

    .reset_img {
        top: -15px;
        right: -20px;
        width: 50px;
    }
}

@media (max-width: 480px) {
    .reset_password {
        width: 92%;
        height: auto;
        border-radius: 15px;
    }

    .reset_img {
        top: 15px;
        right: 15px;
        width: 40px;
    }
}

.pos-relative {
    position: relative;
    z-index: 2;
}

.d_contents {
    display: contents;
}

.client-abording {
    width: 448.37px;
    height: 587.5px;
}

@media (max-width: 1024px) {
    .client-abording {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 912px) {
    .client-abording {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .client-abording {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 540px) {
    .client-abording {
        width: 70%;
        height: 100%;
        padding-top: 20px;
    }
}

.icon_abroad {
    position: relative;
}

.icon_abroad::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(-50%, -50%);
    width: 1px;
    border-radius: 10px;
    height: 59px;
    background-color: #c7c7c7;
}

@media (min-width: 1040px) and (max-width: 1200px) {
    .icon_abroad::after {
        right: -45%;
        /* Adjust positioning as needed */
        height: 50px;
        /* Adjust height if necessary */
    }
}

@media (max-width: 1040px) {
    .icon_abroad::after {
        display: none;
    }
}

.choose_us {
    width: 426.58px;
    height: 400.1px;
}

@media (max-width: 1024px) {
    .choose_us {
        width: 100%;
        height: 70%;
    }
}

@media (max-width: 768px) {
    .choose_us {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .choose_us {
        width: 100%;
        height: 100%;
    }
}

.buissness {
    width: 1199.3px;
    height: 440px;
    background-image: url(../images/supercharge_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .buissness {
        background-size: contain;
        width: 100%;
        height: auto;
    }
}

.white-button {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    background-color: #fff;
    color: #4342d9;
}

.white-button:hover {
    background: linear-gradient(90deg, #eb701f 0%, #f2a221 100%);
    color: #fff;
}

.border_buisness {
    border: 1px solid #a7a7a7;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
}

.popup .btn-close {
    height: 32px;
    width: 32px;
    margin: unset;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 30px;
}

.popup .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}

.breadcrumb-item a {
    color: #7b7b7b;
}

.services .img-fluid {
    max-width: 100%;
    object-position: top;
    object-fit: cover;
    height: 290.5px;
    border-radius: 20px !important;
}

.services .card-title:hover {
    background: linear-gradient(90deg, #f2a221 0%, #eb701f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.services .card-img-overlay {
    background: linear-gradient(360deg, #00001a 0%, rgba(0, 0, 26, 0) 100%);
    transition: 1s;
    border-radius: 20px !important;
}

.effort-client .card {
    max-width: 335px;
    height: 266.5px;
    border-radius: 30px;
}

.choose {
    width: 100%;
    max-width: 536.37px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pad-57 {
    padding: 12px 57px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-image {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
    }
}

.about-us-img {
    width: 100%;
    max-width: 620.13px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.team .img-fluid {
    max-width: 100%;
    object-position: center;
    object-fit: cover;
    height: 344.7px !important;
    border-radius: 12px !important;
}

.team.card-img-overlay {
    background: linear-gradient(360deg, #00001a 0%, rgba(0, 0, 26, 0) 100%);
    transition: 1s;
    border-radius: 12px !important;
}

.team .card {
    width: 279.26px;
}

@media (min-width: 1200px) {
    .team .card {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .team .card {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .team .card {
        width: 100%;
        max-width: 279.26px;
        margin: 0 auto;
    }
}

.team .gold-bg {
    object-position: center;
    object-fit: cover;
    height: 344.7px !important;
    border-radius: 12px !important;
}

.career-button {
    background-color: transparent;
    border: 1px solid #4342d9;
    color: #000;
    padding: 10px 44px;
    font-size: 16px;
    border-radius: 10px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    border-radius: 8px;
}

@media (min-width: 1040px) and (max-width: 1200px) {
    .career-button {
        padding: 10px 26px;
    }
}

.career-button:hover {
    background: linear-gradient(90deg, #f2a221 0%, #eb701f 100%);
    color: #fff;
    border-color: transparent;
}

.job .accordion,
.job .accordion-button,
.job .accordion-item,
.job .accordion-header {
    background-color: transparent;
    border: none;
}

.job .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23EB701F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

.accordion-button {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23EB701F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

.accordion-button::after {
    margin-left: 30px;
}

ul.accord-list {
    list-style-type: disc;
    padding-left: 20px;
}

ul.accord-list li {
    font-size: 16px;
}

ul.accord-list li::marker {
    font-size: 0.7em;
    color: #797c7f;
}

.carrer-hr {
    width: 70%;
    margin: 0px;
    border: 1px solid #c0c0c0;
}

@media (max-width: 991.98px) {
    .carrer-hr {
        width: 100%;
    }
}

.upload-form .custom_file_upload .card-body {
    padding: 11px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upload-form .custom-file-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .upload-form .custom-file-input {
        max-width: 50%;
    }
}

.upload-form .custom-file-input input[type="file"] {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-form .custom-file-label {
    color: #ee8820;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.upload-form .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px;
}

.border-50 {
    border-radius: 50px;
}

.padding-98 {
    padding-top: 98px;
}

@media (max-width: 992px) {
    .padding-98 {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .padding-98 {
        padding-top: 50px;
    }
}

@media (max-width: 576px) {
    .padding-98 {
        padding-top: 20px;
    }
}

.border-30 {
    border-radius: 30px;
}

.location_maps {
    width: 100%;
    height: auto;
    max-width: 400px;
    aspect-ratio: 400 / 262;
}

@media (max-width: 992px) {
    .location_maps {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .location_maps {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .location_maps {
        max-width: 280px;
    }
}

.contact-w {
    width: 50% !important;
}

@media (max-width: 991.98px) {
    .contact-w {
        width: 100% !important;
    }
}

.btn-close {
    --bs-btn-close-focus-shadow: none;
}

/* animation section*/
.animate-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* When the section becomes visible */
.animate-visible {
    opacity: 1;
    transform: translateY(0);
}

.pad-bottom-120 {
    padding-bottom: 120px;
}

@media (max-width: 992px) {
    .pad-bottom-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
    .pad-bottom-120 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
    .pad-bottom-120 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .spacing-60 {
        padding: 30px 15px;
    }

    .fs-50 {
        font-size: 28px;
    }

    .lh-60 {
        line-height: 36px;
    }

    .text-center {
        margin-bottom: 15px;
    }

    .counter {
        font-size: 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .banner_bg .services-list {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .banner_bg .card {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .contact .fs-18 {
        font-size: 13px;
    }
}

svg {
    width: 60%;
    height: auto;
    text-align: center;
    fill: #f2a221;
}

path#XMLID_5_ {
    fill: #f2a221;
    filter: url(#blurFilter4);
}

path#XMLID_11_,
path#XMLID_2_ {
    fill: #f2a221;
}

.circle {
    animation: out 2s infinite ease-out;
    fill: #eb701f;
}

.st0 {
    font-family: Urbanist;
}

.st1 {
    font-size: 83.0285px;
}

.st2 {
    fill: gray;
}

#error_section {
    text-align: center;
}

.message {
    color: #f2a221;
}

.message:after {
    content: "]";
}

.message:before {
    content: "[";
}

.message:after,
.message:before {
    color: #eb701f;
    font-size: 20px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin: 0 50px;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes opacity {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes out {
    0% {
        r: 1;
        opacity: 0.9;
    }

    25% {
        r: 5;
        opacity: 0.3;
    }

    50% {
        r: 10;
        opacity: 0.2;
    }

    75% {
        r: 15;
        opacity: 0.1;
    }

    100% {
        r: 20;
        opacity: 0;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
}

.responsive-iframe {
    width: 100%;
    height: 600px;
    margin-top: -50px;
    /* Adjust to remove top space */
    margin-bottom: -50px;
    /* Adjust to remove bottom space */
}

@media (max-width: 991.98px) {
    .responsive-iframe {
        height: 300px;
    }
}

/* .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23EB701F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e" )!important;
} */

select.form-control {
    background-color: #f5f5f5;
    color: #333333;
    padding: 10px;
    border-radius: 4px;
}

.nice-select {
    background-color: #fff;
    border-radius: 4px;
    color: #fff;
    padding-top: 0px !important;
    margin-top: 10px;
    border-color: #e2e2e2 !important;
    box-shadow: none !important;
}

@media (max-width: 420px) {
    .nice-select {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }
}

.nice-select .list {
    background-color: #fff;
    color: #333;
    padding: 11px;
    width: 100%;
}

.nice-select .list li:hover {
    background-color: #f2a221;
    color: #000;
}

.nice-select.open,
.nice-select:active,
.nice-select.active .nice-select:focus {
    border-color: #e2e2e2 !important;
    box-shadow: none !important;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #eeeeee !important;
    color: #000;
}

.nice-select:after {
    border-bottom: 2px solid #eb701f !important;
    border-right: 2px solid #eb701f !important;
    height: 10px !important;
    width: 10px !important;
    margin-top: -8px !important;
}
.aboutus-below {
    position: relative;
    overflow: visible;
}

@media (min-width: 1200px) {
    .aboutus-below:after {
        background: radial-gradient(
            50% 50% at 50% 50%,
            rgba(235, 112, 31, 0.2) 0%,
            rgba(242, 162, 33, 0) 100%
        );
        content: "";
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 6;
        /* background: #000; */
        width: 70%;
        height: 700px;
        transform: scale(1) translateY(-40%) translateX(18%);
    }
}

.team-color-bg {
    position: relative;
    overflow: visible;
}

@media (min-width: 1200px) {
    .teamdiv-color-bg::after {
        background: radial-gradient(
                                    50% 50% at 50% 50%,
                                    rgba(235, 112, 31, 0.3) 0%,
                                    rgba(242, 162, 33, 0) 100%
                                );
        content: "";
        position: absolute;
        top: 50%;
        right: -45%;
        z-index: 0;
        /* background: #000; */
        width: calc(70% - 100px - 50px);
        height: calc(1063px - 100px - 50px);
        border-radius: 100%;
        transform: translateY(40%) translatex(-12%);
    }
}

.para-court {
    width: 91%;
}

@media (max-width: 992px) {
    .para-court {
        width: 100%;
    }
}