@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


body {
    font-family: "Prompt", sans-serif;
    margin: 0px;
    padding: 0px;
}

body.active {
    overflow: hidden;
}


.row {
    margin: 0px !important;
    padding: 0px !important;
}

img {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1440px !important;
    padding: 0px 20px;
    margin: auto;
}

/* Navbar section css start */
.menus ul li.active a {
    font-family: 'prompt';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.navigation ul {
    display: flex;
    gap: 63px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social_icon {
    gap: 15px;
    align-items: center;
    display: flex;
}

body.menus {
    overflow: hidden;
}

.search-container {
    position: relative;
    border: 1px #51564F solid;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    display: flex;
    padding-left: 12px;
    justify-content: center;
    align-items: center;
}

.search-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    object-fit: scale-down;
}

.search-input {
    width: 0;
    padding: 0;
    height: 40px;
    opacity: 0;
    border: none;
    border-bottom: 2px solid #CC0000;
    outline: none;
    transition: width 0.5s, opacity 0.5s;
    font-size: 16px;
    margin-left: 10px;
}

.search-container.active .search-input {
    width: 200px;
    padding-left: 10px;
    opacity: 1;
    display: none;
}


.main_container.home_page {
    padding: 0 0 0 0;
}

.main_header {
    padding: 20px 0;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    margin: 0px;

}


.main_header.fixed {
    padding: 0;
    position: fixed;
    backdrop-filter: blur(7px);
    background: linear-gradient(90deg, #031528 0%, #041C35 79.96%, #64714B 100%);
    transition: ease-in-out 0.3s;
}

.main_header.fixed .heder_inner,
.active .main_header .heder_inner {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.main_header.fixed .logo {
    max-width: 195px;
    width: 100%;
}

.social_icon a {
    text-decoration: none;
    color: #153A60;
    background: linear-gradient(95.45deg, #FFFFFF 0%, #FFD84F 100%);
    font-size: 18px;
    font-family: 'prompt';
    padding: 21px 32px;
    border-radius: 4px;
    line-height: 13px;
    font-weight: 600;
}

.social_icon img {
    width: 30px;
    object-fit: cover;
}

.heder_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    padding: 0px 25px;
    align-items: center;
    background: linear-gradient(90deg, #031528 0%, #041C35 79.96%, #64714B 100%);
    border-radius: 10px 10px 10px 10px;
}

.logo {
    width: 100%;
    max-width: 195px;
    transition: all ease 0.3s;
}

.logo a {
    display: block;
    line-height: 0;
}

.logo a img {
    transition: all ease 0.3s;
}



.navigation ul li {
    color: #005350;
}

.navigation ul li.has_dropdown {
    padding-right: 0px;
}

.navigation ul li.has_dropdown i {
    position: absolute;
    right: 0;
    top: 17px;
}

/* .has_dropdown {
    position: relative;
} */

.has_dropdown:after {
    content: '';
    width: 25px;
    height: 23px;
    position: absolute;
    right: -5px;
    top: 2px;
    background: url(/images/png/down.png);
}

.navigation ul li a {
    color: #ffffff69;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'prompt';
    line-height: 22px;
    position: relative;
    display: flex;
    padding: 35px 0;
}

.brnd_drop_outer img {
    filter: blur(0px) !important;
}

.navigation ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    background: #FFD84F;
    top: 0;
    height: 2px;
    transition: all ease 0.3s;
    transform: scale(0);
}

.has_dropdown img {
    filter: contrast(0);
}

.has_dropdown a {
    gap: 10px;
}

.brnd_drop_outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.brnd_drop_txt p {
    font-size: 17px;
    line-height: 26px;
    color: #656161;
    font-family: 'Prompt';
}

.navigation ul li:hover>a:after,
.navigation ul li.active>a:after {
    transform: scale(1);
}

.brnd_drop_outer img {
    max-width: 355px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.brnd_drop_txt h3 {
    font-size: 25px;
    font-weight: 600;
    color: #003973;
    line-height: 1.5;
    padding-bottom: 30px;
    position: relative;
}

.brnd_drop_txt h3:after {
    content: '';
    position: absolute;
    bottom: 25%;
    left: 0;
    background: url(../Images/svg/brnd_line.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    width: 72px;
    height: 3px;
}

.brnd_drop_txt {
    max-width: 437px;
    width: 100%;
}

.navigation ul li .submenus {
    position: absolute;
    padding: 40px 30px;
    background: #ffffff !important;
    left: 0;
    top: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transform: translateY(25px);
    transition: all ease 0.3s;
}

.navigation ul li:hover .submenus {
    opacity: 1;
    background: #ffffff;
    visibility: visible;
    transform: translateY(0);
    z-index: 1;
}

.submenus {
    position: relative;
}

.brnd_drop_ul {
    display: flex;
    max-width: 440px;
    width: 100%;
    justify-content: space-between;
}

.submenus:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border-top: 2px #FFD84F solid;
    width: 100%;
}

.navigation .brnd_drop_ul ul li {
    display: flex;
    justify-content: center;
    text-align: left !important;
}

.submenus:after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    background: #F5FAFF;
    width: 471px;
    height: 100%;
    z-index: -1;
}

.navigation ul li .submenus ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 200px;
    width: 100%;
}

.navigation ul li .submenus ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #121212;
    padding: 17.5px 0 6px 0;
    white-space: nowrap;
    display: inline-block;
}

.trigger {
    width: 46px;
    border-radius: 50px;
    cursor: pointer;
    height: 46px;
    padding: 14px 12px 0 12px;
    border: 1px #111111 solid;
    margin: 0px auto;
    position: relative;
    background: transparent;
    display: none;
}

.headr_rgt {
    gap: 31px;
    align-items: center;
    display: flex;
}


.headr_btn a {
    text-decoration: none;
    font-size: 14px;
    padding: 20px 32px;
    background-color: #8E58A4;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
}

.trigger span {
    display: block;
    height: 2px;
    background: #ffd84f;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.trigger span:nth-child(2) {
    margin: 4px 0;
}

.trigger.active span:nth-child(2) {
    margin: 4px 0;
    opacity: 0;
}

/* Navbar section css end */
/* Hero_banner Css start */
.features_outer {
    display: flex;
    flex-direction: column;
}

.swiper-wrapper {
    align-items: center;
    position: relative;
    height: auto !important;
}

section.header {
    padding: 100px 0 0 0;
    position: relative;
    background: url(../Images/png/hero_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.mySliderr img {
    width: 100%;
    max-width: 140px;
}
.mySliderr .swiper-slide{text-align:center;}

.brand_slider_inner {
    padding: 20px 0px;
}

section.header:after {
    content: '';
    position: absolute;
    background: url(../Images/png/hero_slider_bg.png);
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 242px;
    opacity: 0.7;

}

.hero_inner {
    padding: 0 0 74px 0;
}

.hero_inner h1 {
    color: #ffffff;
    font-size: 75px;
    line-height: 85px;
    max-width: 555px;
    width: 100%;
    font-weight: 700;
    font-family: 'Prompt';
    padding-top: 130px;
    margin-bottom: 0px;
    padding-bottom: 70px;
}

.hero_inner a {
    text-decoration: none;
    padding: 21px 46px;
    background: linear-gradient(95.45deg, #FFFFFF 0%, #FFD84F 100%);
    border-radius: 4px;
    font-size: 18px;
    line-height: 13px;
    color: #153A60;
    font-weight: 600;
    display: inline-block;
    font-family: 'Prompt';
}

.hero_brand_slider {
    position: relative;
    z-index: 3;
}

.about_achievement h2 {
    display: flex !important;
    align-items: center !important;
}

/* hero banner css end */
/* About section css start */
.about_outer_img img {
    max-width: 721px;
    width: 100%;
}

.marque_slider_left {
    padding-bottom: 40px;
}

.about_outer_text h5 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    padding: 5px 20px;
    background: #FFD84F;
    display: inline;
    color: #003973;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Prompt';
}

.marque_slider_right {
    padding-bottom: 120px;
}

.about_outer {
    display: flex;
    padding-top: 100px;
    justify-content: space-between;
    padding-bottom: 120px;
}

.about_outer_text h3 {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Prompt';
    font-weight: 600;
    color: #003973;
    padding: 30px 0px 0px 0;
}

.about_outer_text {
    max-width: 620px;
    width: 100%;
}

.about_outer_text p {
    margin-bottom: 0px;
    font-size: 21px;
    color: #2C5F80;
    line-height: 31px;
    font-family: 'prompt';
    padding: 40px 0 50px 0;
}

.about_counter_outer {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    max-width: 420px;
}

.about_achievement h2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    color: #003973;
    margin-bottom: 0px;
    display: block;
    font-variant-numeric: tabular-nums;
}

.about_achievement small {
    font-size: 18px;
    line-height: 25px;
    color: #2C5F80;
    font-family: 'prompt';
    padding-top: 20px;
}
.about_achievement{
    max-width: 150px;
    width: 100%;
}

/* About section css end */
/* feautures card css start */
.marque_parent {
    padding-bottom: 120px;
}

span.mar_q {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #1976D2;
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
    top: 3px;
}

marquee.marq-left {
    padding: 20px;
    border: 1px #F0F0F0 solid;
    font-family: 'prompt';
    font-size: 21px;
    display: flex;
    font-weight: 600;
    margin-bottom: 40px;
    align-items: center;
}

marquee.marq-right {
    padding: 20px;
    border: 1px #F0F0F0 solid;
    font-family: 'prompt';
    font-size: 21px;
    display: flex;
    font-weight: 600;
    color: #EDEDED;
    align-items: center;
}

.about_achievement span {
    color: #FFD84F;
    font-family: 'prompt';
}

section.feature_card {
    background: #FFFCF2;
}

.card_body img {
    max-width: 80px;
    width: 100%;
    max-height: 80px;
    height: 100%;
}
.about_outer_text h4 {
    padding: 0 0 20px 0;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32px;
    font-weight: 600;
    color: #003973;
}

.fea_img {
    position: relative;
    z-index: 1;
    max-width: 125px;
    width: 100%;
    align-items: center;
    padding-top: 10px;
    display: flex;
    justify-content: end;
}

.fea_img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #FFD84F99;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.features_outer h5 {
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'prompt';
    margin: auto;
    color: #003973;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #FFD84F;
}

.features_outer h3 {
    font-size: 58px;
    line-height: 68px;
    font-weight: 600;
    text-align: center;
    color: #003973;
    margin-bottom: 0px;
    padding-top: 15px;
}

.features_outer p {
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    font-family: 'prompt';
    color: #2C5F80;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 80px;
}

.feature_card_parent {
    display: flex;
    max-width: 1260px;
    justify-content: space-around;
    margin: 0px auto;
}

.card_body::after {
    content: '';
    position: absolute;
    bottom: 7%;
    right: 9%;
    background: url(../Images/svg/card-arrow.svg) no-repeat;
    width: 24px;
    height: 14px;
    opacity: 0;
    transition: ease-in-out 0.3s;
}


.card_body {
    padding: 50px;
    max-width: 427px;
    width: 100%;
    position: relative;
}

.card_body p {
    text-align: left;
    padding: 0px;
    font-size: 20px;
    font-family: 'Prompt';
    line-height: 30px;
}

.features_inner {
    padding: 120px 0px;
}

.card_body h4 {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32px;
    padding: 40px 0 36px 0;
    font-weight: 600;
    color: #003973;
}

/* feautures card css end */
/* testimonial section start */
.testimonial_inner {
    display: flex;
    justify-content: center;
    padding: 120px 0px;
}

.testimonial_outer {
    display: flex;
    justify-content: center;
    gap: 76px;
    max-width: 1480px;
    width: 100%;
    max-width: 0px auto;
}

.testimonial_txt {
    max-width: 725px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonial_card_body img {
    max-width: 81px;
    width: 100%;
}

.testimonial_txt h3 {
    font-size: 50px;
    line-height: 32px;
    color: #003973;
    font-weight: 600;
    font-family: 'Prompt';
    position: relative;
    left: 22px;
    padding: 30px 0 10px 0;
    display: inline-block;
    margin-bottom: 0px;
}

.testimonial_txt h5 {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Prompt';
    font-weight: 600;
    display: flex;
    border-radius: 4px;
    text-transform: uppercase;
    color: #003973;
    background: #FFD84F;
    flex-direction: column;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.testimonial_card_body {
    padding: 31px 45px 60px 45px;
    max-width: 645px;
    width: 100%;
    max-height: 297px;
    height: 100%;
    box-shadow: 0 0 16px 4px #0000003d;
    border-radius: 20px;
}

.testimonial_card_body h4 {
    margin-bottom: 0px;
    padding: 30px 0px;
    color: #111111;
    font-size: 20px;
    font-family: 'Prompt';
    line-height: 31px;
    display: block;
}

.testimonial_card_body p {
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    font-family: 'Prompt';
    color: #333333;
    font-weight: 500;
    margin-bottom: 0px;
}

/* Swiper parent container */
.testimonial .swiper-parent {
    width: 100%;

    position: relative;
    border-radius: 20px;
}

/* Swiper slider */
.testimonial .swiper {
    width: 100%;
}

/* Swiper slide */
.testimonial .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
}

/* Testimonial card */
.testimonial .testimonial-card {
    width: 100%;
    max-width: 650px;
    padding: 30px 45px 60px 45px;
    background-color: #fff;
    box-shadow: 0 0px 20px 0 #0000002f;
    border-radius: 20px;
    position: relative;
    text-align: left;
    margin: 90px 20px 20px 20px;

}

/* Testimonial logo */
.testimonial .testimonial-logo {
    max-width: 100px;
    margin-bottom: 0px;
    display: flex;
}

/* Testimonial text */
.testimonial .testimonial-text {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-style: italic;
    font-weight: 500;
    font-family: 'prompt';
    margin-bottom: 0px;
}

/* Author text */
.testimonial .author {
    font-weight: 400;
    margin-bottom: 0px;
    color: #111111;
    padding: 30px 0px;
    font-family: 'prompt';
    font-size: 20px;
    line-height: 12px;
    text-align: left;

}

.testimonial .swiper-slide {
    transition: opacity 2s ease-in-out;
    /* Adjust transition speed */
    opacity: 0;
}

.testimonial .swiper-slide-active {
    opacity: 1;
    /* Active slide should be fully visible */
}

/* Pagination Circles on the right */
.testimonial .swiper-pagination {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    right: 0;
    flex-direction: column;
    width: auto;
    left: auto;
    align-items: center;
    justify-content: center;
    gap: 5px;

}

.swiper-container {
    cursor: grab;
}

.swiper-container:active {
    cursor: grabbing;
}

.testimonial .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 5px 0px;
    background: rgba(0, 57, 115, 0.4);
    margin: 3px 0 !important;
    transition: background-color 0.3s ease;
}

.testimonial .swiper-pagination-bullet-active {
    background: rgba(0, 57, 115, 1);
}

.testimonial-card:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    box-shadow: 0 0 16px 4px #00000026;
    background: #ffffff;
    border-radius: 20px;
}

.testimonial-card:after {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: "";
    box-shadow: 0 0 16px 4px #00000026;
    background: #ffffff;
    border-radius: 20px;
}

/* testimonial section end */
/* our approach css start */
.our_approach_outer {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.approach_btns {
    display: flex;
    gap: 20px;
}

span.about-span {
    color: #003973;
}

.approach_img {
    position: relative;
    z-index: 1;
    max-width: 758px;
    width: 100%;
}

.approach_img::after {
    content: '';
    position: absolute;
    top: -14%;
    right: -10.99%;
    background: url(../Images/svg/approach_after.svg);
    width: 143px;
    height: 147px;
    z-index: -1;
    transform: rotate(238deg);
    animation: rotate 10s infinite linear;
    z-index: 1;
}

.approach_txt {
    align-items: flex-start;
    max-width: 621px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.approach_txt h5 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
    padding: 5px 20px;
    border-radius: 4px;
    font-family: 'Prompt';
    color: #003973;
    text-transform: uppercase;
    background: #FFD84F;
}

.approach_txt h2 {
    font-size: 63px;
    margin-bottom: 0px;
    line-height: 69px;
    color: #003973;
    font-weight: 600;
    position: relative;
    padding: 30px 0 40px 0;
    max-width: 480px;
}

.contact-approach .approach_txt h2 {
    font-size: 50px;
    margin-bottom: 0px;
    line-height: 58px;
    color: #003973;
    font-weight: 600;
    position: relative;
    padding: 30px 0 40px 0;
}

.contact-approach .approach_txt h2:after {
    content: '';
    position: absolute;
    bottom: 18.5%;
    left: 0;
    background: #cdd7e2da;
    width: 100%;
    z-index: -1;
    height: 27px;
}

.approach_txt p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Prompt';
    color: #868686;
    padding-bottom: 50px;
    margin-bottom: 0px;
	max-width: 500px;
}

.approach_btns a.Sign_Up {
    text-decoration: none;
    font-size: 16px;
    line-height: 12px;
    font-weight: 600;
    color: #003973;
    display: inline-block;
    border-radius: 4px;
    font-family: 'poppins';
    padding: 20px 40px;
    border: 2px #003973 solid;
    text-align: center;
}

.approach_btns a.Ctact_Us {
    text-decoration: none;
    padding: 20px 40px;
    color: #111111;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    font-family: 'poppins';
    text-align: center;
    line-height: 16px;
    transition: ease-in-out 0.3s;
    background: #FFD84F;

}

.approach_inner {
    padding: 120px 0px;
}

/* our approach css end */
/* before footer css start */
.before_footer_inner {
    padding: 120px 0px;
}

.before_fotr_outer {
    background: url(../Images/png/before__bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 88px 0px;
    display: flex;
    flex-direction: column;
}

section.approach {
    background: #FFFCF2;
}
section.approach .brnd-approach {
    background: #FFF;
}

.before_fotr_outer h4 {
    text-align: center;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 4.16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Prompt';
}

.before_fotr_outer h2 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    font-family: 'Prompt';
    color: #ffffff;
    text-align: center;
    padding: 40px 0 50px 0px;
    margin-bottom: 0px;
}

.before_fotr_outer a {
    text-align: center;
    padding: 20px 35px;
    text-decoration: none;
    font-size: 16px;
    line-height: 11px;
    color: #111111;
    border-radius: 4px;
    text-transform: capitalize;
    background: #FFD84F;
    font-family: 'poppins';
    font-weight: 600;
    margin: auto;
}

/* footer css start */
.footer_area {
    background: #0A1C33;
}

.footer_sections {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px 0;
    align-items: flex-start;
}

.company {
    max-width: 220px;
    width: 100%;
}

.Services {
    max-width: 182px;
    width: 100%;
}

.Platform {
    max-width: 110px;
    width: 100%;
}

.Resources {
    max-width: 130px;
    width: 100%;
}

.footer_sections h5 {
    margin-bottom: 0px;
    font-size: 20px;
    padding-bottom: 50px;
    display: inline-block;
    font-weight: 500;
    padding-top: 10px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Prompt';
}

.footer_sections a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Prompt", sans-serif;
    padding-bottom: 20px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 26px;
	position:relative;
}

.footer_sections a span{position:absolute; left:0; top:2px;}

.footer_sections li {
    list-style-type: none;
}

.footer_sections ul {
    margin: 0px;
    padding: 0px;
}

.copyright {
    padding: 30px 0px;
    border-top: 1px #ffffff2a solid;
    display: flex;
    justify-content: space-between;
}

.social_icons {
    display: flex;
    gap: 19px;
    align-items: center;
}

.social_icons img {
    max-width: 16px;
    filter: contrast(0.1);
}

.copyright_txt p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'prompt';
    color: #989898;
    margin-bottom: 0px;
}

.company a {
	    padding-left: 22px;
}

.company img {
    max-width: 13px;
    width: 100%;
    min-width: 13px;
}

.footer_logo img {
    padding-top: 20px;
}

/* footer css end */


/* hover animation start */
.social_icon a:hover,
.hero_inner a:hover,
.approach_btns a.Sign_Up:hover {
    color: #041c35;
    background: #FFD84F;
    border-color: #FFD84F;
}

.number.animated {
    font-variant-numeric: tabular-nums;
}

.before_fotr_outer a:hover {
    color: #0A1C33;
    background: #ffffff;
}

.footer_sections a:hover {
    color: #FFD84F;
    transition: all ease-in 0.5s;
    filter: drop-shadow(5px);
}

.social_icons img:hover {
    transition: all ease-in 0.3s;
    filter: invert(1);
}

.navigation ul li a:hover {
    color: #ffffff;
    transition: all ease-in 0.5s;
    filter: drop-shadow(5px);
}

.navigation ul li a:hover img {
    filter: contrast(4);
    transition: ease-in-out 0.5s;
}

.card_body:hover {
    background: #FFD84F;
    transition: all ease-in 0.3s;
    border-radius: 20px;
}

.card_body:hover .fea_img:after {
    background: #FFFFFF66;
}

.approach_btns a.Ctact_Us:hover {
    border: 0px #FFD84F solid;
    background-color: #fff;
    color: #003973;
    line-height: 16px;
    padding: 20px 40px;
    box-shadow: 1px 1px 1px 0px #0000000d;
}


.card_body:hover::after {
    opacity: 1;
}

.abt_page .card_body:hover::after {
    opacity: 0;
}
.abt-header-inner a:hover{
    color: #041c35;
    background: #FFD84F;
    border-color: #FFD84F;
}

/* hover animation end */

/* About css start */
.abt-header {
    background: url(../Images/png/about-header-bg.png) no-repeat;
    padding: 120px 0px;
    background-size: cover;
}

.abt-header-inner {
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abt-header-inner h1 {
    font-size: 74px;
    line-height: 85px;
    color: #fff;
    text-align: center;
    padding: 57px 0 70px 0px;
    font-weight: 700;
}

.abt-header-inner a {
    text-decoration: none;
    padding: 21px 46px;
    background: linear-gradient(95.45deg, #FFFFFF 0%, #FFD84F 100%);
    border-radius: 4px;
    font-size: 18px;
    line-height: 13px;
    color: #153A60;
    font-weight: 600;
    display: inline-block;
    font-family: 'Prompt';
}

/* About_info start */
.feature_card.abt_page {
    background: #fff;
}

.abt_info_imgs {
    display: flex;
    gap: 20px;

}

.info-1 {
    max-width: 802px;
    width: 100%;
    border-radius: 20px;
}

.info-2 {
    max-width: 578px;
    width: 100%;
    border-radius: 20px;
}

.About_info_inner {
    padding: 120px 0px 20px 0;
}

.abt_info_outer h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    color: #003973;
    font-family: 'Prompt';
}

.abt_page .features_outer {
    padding-bottom: 20px;
}

.abt_info_outer p {
    padding: 60px 0 90px 0;
    font-size: 21px;
    line-height: 31px;
    color: #656161;
    text-align: center;
    font-family: 'prompt';
}

.abt_info_outer p span {
    padding: 0 0 40px 0;
    display: block;
}

.abt_info_outer {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.abt_page .feature_card_parent {
    display: flex;
    justify-content: center;
    gap: 66px;
}

.Leadership .approach_img img {
    max-width: 861px !important;
    width: 100%;
}

.Leadership .approach_txt {
    max-width: 588px;
    width: 100%;
}

.Leadership .approach_inner {
    max-width: 1595px;
    width: 100%;
    margin: auto;
    padding: 100px 20px;
}

.Leadership .our_approach_outer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* About_info end */
/* abt-before-footer */
.abt_b4 .before_fotr_outer {
    background: url(../Images/png/abt-b4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 88px 0px;
    display: flex;
    flex-direction: column;
}

.abt_b4 .before_footer_inner {
    padding: 0px 0 120px 0;
}

/* abt-before-footer */
/* About css end */

/* brnds_page css start */
.brnd-b4 .before_fotr_outer {
    background: url(../Images/png/brand_before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 88px 0px;
    display: flex;
    flex-direction: column;
}

.brand-header.abt-header {
    background: url(../Images/png/brnd_hero_bg.png) no-repeat;
    padding: 120px 0px;
    background-size: cover;
}

.brnd_page_partner {
    width: 100%;
    background: url(../Images/png/brand_slider_bg.png);
    background-size: cover;
    padding: 110px 0px;
}

.brand-header-inner h3 {
    font-size: 40px;
    line-height: 68px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.brand-header-slider img {
    max-width: 70%;
    width: 100%;
}

.brrnd-header-slider .brand_slider_inner {
    padding: 0px 0px;
}

.brrnd-header-slider {
    padding: 100px 0 0 0;
}

/* brnds_page css end */
/* contact_page css start */
.contact-header p {
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    color: #fff;
    font-family: 'prompt';
}

.contact-header h1 {
    padding: 0px 0 50px 0;
}

.abt-header.contact-header {
    background: url(../Images/png/contact_bg.png) no-repeat;
    padding: 120px 0px;
    background-size: cover;
}

.contact-b4 .before_fotr_outer {
    background: url(../Images/png/contact_bfr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 88px 0px;
    display: flex;
    flex-direction: column;
}

.form-container {
    max-width: 758px;
    margin: 0 auto;
    padding: 50px 55px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #ffd84f70;
}

.form-container h2 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 60px;
    color: #003973;
    padding-bottom: 50px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0px 0 30px 0;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group input,
.form-group textarea {
    padding: 15px 20PX;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Prompt';
}

.form-group textarea {
    padding: 15px 20px 49px 20px;
}

.form-group button {
    margin: 50px 0 0 0;
}

textarea {
    resize: none;
}

input:focus-visible {
    outline: 1px #ffffff00 solid !important;
}

textarea:focus-visible {
    outline: 1px #ffffff00 solid !important;
}

.btn-submit {
    background-color: #FFC300;
    color: #153A60;
    font-weight: 600;
    border: none;
    padding: 20px 32px;
    line-height: 15px;
    display: inline-block;
    font-size: 18px;
    font-family: 'prompt';
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #e0a800;
}

.contact_frm.approach_img::after {
    display: none;
}

.approach_txt.contact_text {
    align-items: flex-start;
    max-width: 483px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact_text p {
    font-size: 21px;
    line-height: 31px;
    font-family: 'Prompt';
    color: #656161;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.contact-approach .our_approach_outer {
    justify-content: space-between;
    display: flex;
    align-items: self-start;
}

.contact_text h4 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #656161;
    font-family: 'Prompt';
}

.brnd-approach .approach_txt p {
    font-size: 21px;
    line-height: 31px;
    font-family: 'Prompt';
    color: #656161;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.brnd-approach .approach_txt {
    align-items: flex-start;
    max-width: 642px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.brnd-approach img {
    max-width: 677px;
    width: 100%;
}

.brnd-approach .our_approach_outer {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 81px;
    justify-content: space-between;
}

.brnd_page_partner .swiper-slide img {
    min-height: 25px;
    height: 100%;
    max-height: 32px;
}
/* 29/10/2024 */
.form-group label.error { display: none!important;}
.form-group input.error {  border: 1px solid #ff0000;}
.form-message { font-size: 20px; color: #ffc300; padding-top: 10px; font-weight: 500;}
.loading { padding-top: 10px;}
.loading i.fa-spin { font-size: 25px;}


.logos_grid{width: 100%;
    max-width: 1170px;
    margin: 25px auto 0 auto;
    padding: 0 20px;}
.logos_grid ul{ display: flex; flex-wrap: wrap; margin: 0 -5px; list-style-type:none; padding:0; justify-content:center;}
	
	.logos_grid ul li{padding:5px; width:16.66%;}
	.logos_grid ul li a{display:block; line-height:0;}
	.logos_grid ul li a img{width:100%;}

/* Responsive */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-container {
        padding: 15px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
    }
}

/* contact_page css end */



.dod{width: 100%;
    max-width: 172px;
	margin:0 auto;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0 0 0;}
	
	.dod img{max-width:80%;}
	
	.dod h6{font-weight:400; font-size:14px;}
	
	.form_overlay{position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
	display:none;
    background: rgba(0, 0, 0, 0.7);}
	
	.form_popup{    position: fixed;
    left: 50%;
    top: 50%;
	display:none;
    transform: translate(-50%, -50%);
    z-index: 11;
    background: #ffffff;
	border-radius:6px;
    width: 100%;
    max-width: 500px;}
	.form_popup .close{position: absolute;  right: 20px; top: 20px; cursor:pointer;}
	
	.form_control.flex.center p{text-align:center;}
	.form_control.flex.center p span {text-align:center; color:#153A60; cursor:pointer;}
	
	.popup_inner{padding:40px;}
	.form_row{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;}
	
	
	.form_popup h3{text-align: center;
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding: 0;}
	.form_row .sub{padding:0 15px 0 15px; margin-bottom:20px; width: 100%;}
	.form_row .sub.half{width:50%;}
	.form_row .sub label{display:block; margin-bottom:7px; font-size:15px;}
	.form_row .sub input:not([type="checkbox"]){    width: 100%;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-shadow: none;
    padding: 0 20px;
    height: 46px; transition:all ease 0.2s;}
	
	
	.form_row .sub input:not([type="checkbox"]):focus{border-color:#031528;}
	
	.form_row .sub .form_control.flex.row label{display:flex; gap:10px; align-items:center;}
	
	.form_row .sub button{
	    text-decoration: none;
    color: #153A60;
    background: linear-gradient(95.45deg, #f1e5bc 0%, #FFD84F 100%);
    font-size: 18px;
    font-family: 'prompt';
    padding: 21px 32px;
    border-radius: 4px;
    line-height: 13px;
    font-weight: 600;
    width: 100%;
	cursor:pointer;
    border: none;}
	
	#signup_form{display:none;}