@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Poppins", serif; */
    font-family: "Mulish", serif;
}
/* body{
    
} */
a{
    text-decoration: none !important;
    font-family: "Figtree", sans-serif;
}
p, .f-dms, li{
     font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-ft{
    font-family: "Figtree", sans-serif;
}
.bg-main{
    background: #F6F4F1;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.ptx2{
    padding-top: 200px !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

section.h-banner {
    background: #000115;
    height: calc(100vh - 113px);
    position: relative;
    display: flex;
    z-index: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
a.navbar-brand img {
    max-width: 200px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.btn1 {
    border: none;
    background: #F38D1B;
    color: #fff;
    padding: 16px 26px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn1 i {
    transform: rotate(-45deg);
}
a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 0 0 !important;
    margin: 0 16px;
}
span.tt-span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "DM Sans", sans-serif;
    color: #F38D1B;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
span.tt-span img {
    max-width: 24px;
}
.hbisl-ic h4 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 20px;
}
.hbisl-ic p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}
.hbis-box {
    /* padding: 220px 0px; */
    position: relative;
    z-index: 0;
}
.h-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../assets/img/bg1.png);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.hbisr-ic {
    margin-left: 30px;
}
section.h-banner:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 105%;
    max-width: 50%;
    background: url(../../assets/img/z3.png);
    right: 0;
    background-size: cover;
    background-position: center center;
    filter: saturate(1.3) contrast(1.1) brightness(1.1);
    animation: scalez 4s infinite;
}
.main-tt.text-center span.tt-span {
    justify-content: center;
}
.main-tt h4 {
    color: #222;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.hiw-con {
    display: flex;
    gap: 60px;
}
.hiwc-img {
    position: relative;
    z-index: 0;
}
.how-it-work {
    background: linear-gradient(180deg, #DD71091C 0%, #F6F4F1 57%);
}
/* .how-it-work {
    background: linear-gradient(180deg, #7179ff36 0%, #edf4ff82 57%);
} */
.hiwc-img span {
    width: 156px;
    height: 156px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.hiwc-img span img {
    max-width: 68px;
}
.hiwc-box {
    width: 100%;
    text-align: center;
}
img.hiwc-shape {
    position: absolute;
    top: 0;
    right: -20px;
    opacity: 0.4;
}
.hiwc-img {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.hiwc-box:nth-child(even) img.hiwc-shape {
    top: unset;
    bottom: 0;
}
.hiwc-box:nth-child(even) .hiwc-img {
    margin-top: -30px;
}
.hiwc-box:nth-child(even) .hiwc-con {
    margin-top: 30px;
}
.hiwc-con h4 {
    color: #dd7109;
    opacity: calc( 10 / 10 );
    font-family: "Figtree", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0px;
    position: relative;
    top: auto;
    right: auto;
    background: linear-gradient(to bottom, #DD7109 0%, #00000000 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.hiwc-con h5 {
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 0;
}
.hiwc-box:hover .hiwc-img span {
    transform: rotate3d(15, 15, 15, 360deg);
    transition: 0.3s;
}
p, li {
    color: #555;
    font-size: 16px;
    line-height: 30px;
}
.main-ul ul {
    list-style: none;
    padding: 0;
}
.main-ul li {
    position: relative;
    z-index: 0;
    padding-left: 34px;
    margin: 6px 0;
}
.main-ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    background: #F38D1B;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    left: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
}
ul.ulf2 {
    display: flex;
    flex-wrap: wrap;
}
ul.ulf2 li{
    width: 100%;
    max-width: 50%;
}
.main-ul {
    border: 1px solid #e5e4e4;
    border-radius: 30px;
    padding: 20px 30px;
}
.my-30{
    margin: 30px 0;
}
.habl-ic {
    height: 100%;
}
.habl-ic img {
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
}
/* .home-about {
    background: linear-gradient(180deg, #edf4ff82 28%, #edf4ff57 54%);
} */
 .home-about {
    background: linear-gradient(rgb(246, 244, 241) 28%, rgba(242, 41, 91, 0) 54%);
}
section.h-services, section.main-values, .main-founder-con {
    background-color: #100a08;
    background-image: url(../../assets/img/dot1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
}
.hsr-con {
    display: flex;
    gap: 30px;
    margin: 50px 20px 0;
}
.hsrc-box {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 31px 32px 26px 32px;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #FFFFFF36;
    border-radius: 20px 20px 20px 20px;
    background: #ffffff24;
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 0;
    height: 100%;
}
.hsrc-box span {
    color: #dd7109;
    opacity: calc( 10 / 10 );
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: "DM Sans", sans-serif;
}
.rcb-img {
    max-width: 80px;
    margin-bottom: 20px;
}
.rcb-con h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 32px;
}
.rcb-con p {
    color: #bfbdbd;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.hsrc-box:nth-child(1), .hsrc-box:nth-child(5) {
    margin-top: 180px;
}
.hsrc-box:nth-child(2), .hsrc-box:nth-child(4) {
    margin-top: 80px;
}
section.h-services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/rocket-bg.png);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    opacity: 0.75;
}
.hsr-bg svg>path {
    fill: #F6F4F1;
}
.hsr-bg svg {
    height: 190px;
    width: 100%;
    z-index: -1;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.hsr-bg {
    /* direction: ltr; */
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transform: rotate(180deg);
    bottom: 0;
}
.pb-200{
    padding-bottom: 200px !important;
}
.hsr-rocket {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -97px;
    max-width: 220px;
}
.hsr-tt {
    max-width: 650px;
    margin-inline: auto;
}
.verticalMove {
    animation: verticalMove 3.5s infinite;
}
@-webkit-keyframes verticalMove {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes verticalMove {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    25% {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px)
    }
     

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes scalez {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
     

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.hwur-box {
    display: flex;
    background: #fff;
    padding: 50px 50px;
    border-radius: 30px;
    gap: 30px;
    align-items: flex-start;
    border-top-width: 1px;
    border-color: transparent;
    border-style: solid;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 1px;
}
.hwur-box:hover {
    border-color: #F38D1B;
    transition: 0.5s;
}
.hwur-num span {
    font-family: "DM Sans", sans-serif;
    color: #F38D1B;
    background: #F6F4F1;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #F38D1B;
    font-weight: 700;
    margin: 40px 0;
}
.hwur-num {
    text-align: center;
}
.hwur-ic {
    position: relative;
    z-index: 0;
}
.hwur-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1px;
    background: #F38D1B;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.urb-r h5 {
    text-transform: none;
    font-size: 30px;
    line-height: 38px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}
.urb-r p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
}
.urb-r p span {
    font-family: "DM Sans", sans-serif;
    margin-right: 10px;
    padding-right: 13px;
    border-right: 1px solid #5555555e;
}
.urb-r p span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.urb-l {
    width: 100%;
    max-width: 86px;
    min-width: 86px;
}
.sticky{
    position: fixed !important;
    z-index: 9999 !important;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 30px #00000020;
}
.sticky a.navbar-brand img {
    max-width: 160px;
}
.hwul-ic {
    position: sticky;
    top: 140px;
}
.hnu-ic {
    /* background: #fff;
    border-radius: 70px; */
    padding: 0px 20px;
}
.cus-container {
    max-width: 80%;
    margin-inline: auto;
}
/* .nui-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
} */
.nuic-box {
    width: 100%;
    /* max-width: 23%; */
    text-align: center;
}
.nuic-box h5 {
    text-transform: none;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.nuic-box p {
    margin: 0;
}

.nuic-box span {
    color: #F38D1B;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}
section.h-number {
    background: #100A08;
    position: relative;
    z-index: 0;
}
section.h-number:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg2.png);
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center;
}
/* .nuic-img {
    margin-bottom: -250px;
} */
/* .nuic-img img {
    max-width: 220px;
} */
section.h-number:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/target.webp);
    max-width: 250px;
    left: 50%;
    bottom: -100px;
    max-height: 250px;
    transform: translateX(-50%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mb-125{
    margin-bottom: 100px;
}
.ics-box {
    text-align: center;
}
.ics-box img {
    margin-inline: auto;
    max-width: 80px;
    border-radius: 100%;
    min-height: 80px;
    max-height: 80px;
    min-width: 80px;
    object-fit: cover;
    margin-bottom: 24px;
}
.ics-box p {
    font-size: 20px;
    color: #111;
    font-weight: 500;
}
.ics-ii {
    max-width: 1000px;
    margin-inline: auto;
}
section.h-testimonial {
    position: relative;
    z-index: 0;
}
section.h-testimonial::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../assets/img/test-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.4;
}
.htm-ic {
 position: relative;
 z-index: 0;
}
.htm-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../assets/img/map.png);
    /* margin-top: -150px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}
.testimonial-one__stars {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }
    .testimonial-one__stars i {
        color: #F38D1B;
    }
    .testimonial-one__name {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    display: block;
    margin-top: 20px;
    letter-spacing: 0.3px;
}
.testimonial-one__job {
    font-size: 16px;
    display: block;
    line-height: 18px;
    font-family: "DM Sans", sans-serif;
}

.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ftc-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #F38D1B;
    display: inline-block;
}

.ftc-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #F38D1B;
}

.ftc-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #F38D1B;
    left: 0px;
    bottom: 12px;
}

.ftc-bl span {
    background: #f5eff5;
    color: #F38D1B;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}

.ftc-br h5 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.ftc-br p a {
    color: #fff;
}

.ftc-br p {
    margin: 0;
    color: #fff;
}

.ftc-br p a:hover {
    color: #F38D1B;
}

.ftc-ul ul li {
    position: relative;
    margin: 0 0 10px;
    line-height: 1.8em;
    color: #111;
    padding-left: 28px;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 500;
}

.ftc-ul ul li a:hover {
    color: #F38D1B;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex;
    flex-wrap: wrap;
    column-gap: 20px; */
    /* justify-content: center; */
}

.ftc-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/point2.png);
    left: 0;
    background-repeat: no-repeat;
    top: 4px;
    background-size: 18px;
    max-width: 20px;
    background-position: 0 30%;
}

.ftc-logo a {
    max-width: 220px;
    display: inline-block;
    /* margin-bottom: 26px; */
    /* background: #fff;
    padding: 10px 10px;
    border-radius: 10px; */
}

.ftc-con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}
/* .ftc-ic2 {
    margin-left: 30px;
} */

.ftc-social span {
    font-size: 18px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    color: #F38D1B;
    letter-spacing: 0.3px;
}

.ftc-social a {
    background: #f5eff5;
    color: #F38D1B;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100%;
    font-size: 18px;
}

.ftc-social {
    display: flex;
    column-gap: 14px;
    align-items: center;
    /* justify-content: center; */
}

footer {
    background: #100A08;
    padding-top: 80px;
    position: relative;
    z-index: 0;
}

.ft-btm {
    display: flex;
    justify-content: space-between;
    background: #F38D1B;
    padding: 30px 50px 20px;
    margin-top: 30px;
    border-radius: 10px 10px 0 0;
}

.ft-btm p {
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.ft-btm p a {
    color: #fff;
}

.ft-bg img {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: 0.12;
    z-index: 0;
    animation: 3s ease 0s infinite normal none running float-obj-y;
}
@keyframes float-obj-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}
/* .ftct2 h5 {
    margin-bottom: 10px;
    margin-top: 10px;
} */
.rg-30{
    row-gap: 30px;
}
.ftc-ic3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ft-top hr {
    color: #ffffff52;
    opacity: 1;
    margin-inline: -50px;
}
.ful2 ul {
    display: flex;
    flex-wrap: wrap;
}
.ful2 ul li{
    width: 100%;
    max-width: 50%;
}
.ftc-ic4 {
    margin-left: -50px;
}
.ftc-ic3 {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
/* .nu-icz {
    padding: 31px 32px 26px 32px;
    border-radius: 20px 20px 20px 20px;
    background: #ffffff24;
    backdrop-filter: blur(12px);
} */
 .whatsapp-ico a {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 60px;
}
.bls-box {
    padding: 20px 20px;
    margin: 10px;
    background: #ffffff66;
    box-shadow: 0 0 10px #0000002b;
    backdrop-filter: blur(1px);
    border-radius: 40px;
}
.bls-img img {
    border-radius: 25px;
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    margin-bottom: 20px;
}
.blst-fr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.blst-fr span i{
    color: #fa8b37;
    margin-right: 4px;
}
.blst-fr span {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}
.blst-sr h5 {
    text-transform: none;
    font-size: 26px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    margin-bottom: 8px;
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blst-sr p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.bls-txt {
    margin: 0 15px 10px;
}
.blst-sr a {
    color: #F38D1B;
    font-weight: 700;
}
.blst-sr a i {
    margin-left: 6px;
    transform: rotate(-45deg);
}
.blst-sr a:hover i {
    transform: rotate(0deg);
    transition: 0.5s;
}
section.i-banner {
    background: url(../../assets/img/i-banner.jpg);
    padding: 100px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: 0% 50%;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009e;
    top: 0;
    left: 0;
    z-index: -1;
}
.ibn-ic h5 {
    font-size: 60px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 700;
}
.ibn-ic p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}
.ibn-ic p a {
    color: #F38D1B;
}
.ibn-ic p i {
    font-size: 14px;
    color: #F38D1B;
}
.main-con p b {
    font-family: "DM Sans", sans-serif;
}
.mvm-con{
    display: flex;
    gap: 40px;
}
.main-zon {
    border: 1px solid #e5e4e4;
    border-radius: 30px;
    padding: 20px 30px;
    display: flex;
    column-gap: 20px;
}
.inz-lr img {
    max-width: 80px;
    min-width: 80px;
}
.inz-rr h5 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111;
}
.inz-rr p {
    margin-bottom: 0;
}
.mvl-con.mt-40 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.mvl-box img {
    max-width: 90px;
    min-width: 90px;
    margin-bottom: 16px;
}

.mvl-box {
    max-width: 30%;
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 31px 32px 26px 32px;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #FFFFFF36;
    border-radius: 20px 20px 20px 20px;
    background: #ffffff24;
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 0;
    height: 100%;
}
.mvl-box h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.mtmr-ic {
    height: 100%;
}
.mtmr-ic img{
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F38D1B !important;
}
.bgf{
    background: #fff !important;
}
.main-fd .habl-ic img {
    /* box-shadow: 0 0 10px #00000010; */
    border: 1px solid #efefef;
}
.mfc-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.mfc-con .hsrc-box {
    width: 100%;
    max-width: 48%;
}
.mfcnl-ri {
    height: 100%;
}
.mfcnl-ri img{
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
}
/* section.fd-con-main {
    background: linear-gradient(180deg, #DD71091C 0%, #F6F4F1 57%);
} */
 .mul-no {
    border: none !important;
    border-radius: unset !important;
    padding: 0 0 !important;
}
.main-con p a{
    color: #555;
}
.hwu2 .urb-l {
    display: none;
}
.hwu2 .hwur-box {
    border-color: #efefef;
}
.hwu2 .hwur-box:hover {
    border-color: #F38D1B;
    transition: 0.5s;
}
.main-con p i {
    margin-right: 6px;
    color: #F38D1B;
}
.main-con p a{
    color: #555;
}
.main-con p a:hover{
    color: #111;
}
.main-con h5 {
    margin-bottom: 14px;
    position: relative;
    z-index: 0;
    padding-left: 20px;
    font-weight: 600;
    color: #222;
}
.main-con h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 6px;
    background-color: #222;
    left: 0;
    border-radius: 10px;
}
.lad-box {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.lad-l span {
    background: #F38D1B;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.lad-r h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.lad-r p a {
    color: #555;
}
.lad-r p {
    margin-bottom: 0;
}
.form-row {
    display: flex;
    gap: 20px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-group .form-control {
    border-radius: 0;
    padding: 14px 16px;
}
.mcnr-ic {
    background: #F6F4F1;
    padding: 40px 40px;
}
.mcnl-social p {
    margin-bottom: 10px;
    padding-left: 16px;
    font-weight: 600;
    color: #222;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.mcnl-social p:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #F38D1B;
    left: 0;
    border-radius: 6px;
}
.mcnl-social-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mcnl-social-row a {
    width: 36px;
    height: 36px;
    background: #11111129;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #111;
}
section.h-contact {
    margin-bottom: -10px;
}
.ply-ic h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    padding-bottom: 14px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.ply-ic h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    max-width: 75px;
    background-color: #F38D1B;
    bottom: 0;
    border-radius: 6px;
}

.ply-ic h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-left: 14px;
    margin-bottom: 16px;
    position: relative;
    z-index: 0;
    margin-top: 18px;
}
.ply-ic h4:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #F38D1B;
    left: 0;
    border-radius: 6px;
}
.ply-ic p, .ply-ic ul {
    margin-bottom: 6px;
}
.ply-ic p a{
    color: #F38D1B;
}



img.reva-logo {
    max-width: 200px;
}
.ft-lrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftc-network-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ftsc-img img {
    max-height: 70px;
}
/* img.priq-logo-ft {
    filter: brightness(0) invert(1);
} */
 .mcl-logo img {
    max-height: 70px;
}

.mc-logo-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tys-ic {
    text-align: center;
    box-shadow: 0 0 30px #00000012;
    border-radius: 40px;
    max-width: 700px;
    padding: 40px 40px;
    margin-inline: auto;
}
.tys-ic img {
    max-width: 400px;
}
.tys-ic h4 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
}
.mb-thanks {
    border-bottom: 1px solid #efefef;
}
.mclg2 img {
    max-height: 100px;
}