@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..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');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
}
body {   
   font-family: "Public Sans", sans-serif;
}
a {
    text-decoration: none !important; 
}
:root {    
   --Gradient-1: linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%); 
   --gradient-10: linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%);
}
.header-sec {
    padding-top: 24px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.header-sec nav.navbar.bg-dark {
    border-radius: 24px;
    box-shadow: 0 24px 48px -12px rgba(10, 13, 18, 0.18);
    max-width: 1300px;
    margin: 0px auto;
    background: linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%) !important;
    padding: 4px;
}
.header-sec nav.navbar.bg-dark .container-fluid {
    background: #fff;
    padding: 16px;
    margin: 0px;
    border-radius: 24px;
}
.header-sec nav.navbar a.navbar-brand {
    padding: 0px;
}
.header-sec nav.navbar li.nav-item a.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0px 12px;
    margin: 0px 8px;
    font-family: "Poppins", sans-serif;
}
.header-sec nav.navbar li.nav-item.dropdown .dropdown-toggle::after{
    display: none;
}
.header-sec nav.navbar li.nav-item.dropdown .dropdown-toggle svg {
    margin-left: 10px;
}
.header-sec nav.navbar li.nav-item.active.dropdown .dropdown-toggle svg path {
    fill: #ED7D22;
}
.header-sec nav.navbar li.nav-item.dropdown ul.dropdown-menu {
    position: absolute;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px;
    left: auto;
    right: 0px;
    min-width: 185px;
    border-radius: 20px 20px 20px 20px;
}
.header-sec nav.navbar li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
    padding: 9px 19px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    background: none !important;
}
.header-sec nav.navbar li.nav-item.dropdown ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}
.header-sec nav.navbar li.nav-item.active a.nav-link {
    color: #ED7D22;
    font-weight: 500;
}
.getaccess a.nav-link {
    font-size: 16px;
    line-height: 24px;
    margin-right: 15px;
    letter-spacing: -0.3px;
    font-family: "Poppins", sans-serif;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.getaccess a.nav-link svg {
    margin-left: 6px;
}
.mainbanner-design {
    max-width: 740px;
    margin: 0px auto;
    text-align: center;
    padding-top: 170px;
}
.mainbanner-design h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 24px;
}
.mainbanner-design p {
    color: #535862;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 24px;
}
.btn.btn-link {
    border-radius: 100px;
    border: none !important;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%)) !important;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    line-height: normal;
}
.happyuser img.img-fluid {
    border-radius: 12px;
    background: url(<path-to-image>) lightgray -0.002px -8.677px / 100.01% 151.047% no-repeat;
    width: 36px;
    height: 36px;
}
.happyusertext {
    margin-left: 10px;
    font-size: 13.945px;
    font-weight: 500;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.happyuserimg1 {
    transform: rotate(3deg);
    display: inline-block;
}
.happyuserimg2 {
    margin-left: -10px;
    transform: rotate(-2deg);
    display: inline-block;
}
.happyuserimg3 {
    margin-left: -10px;
    transform: rotate(3deg);
    display: inline-block;
}
.happyuser {
    margin-top: 28px;
}
.mainbanner {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(237, 125, 34, 0.20) 100%);
    padding-top: 112px;
}
.bannerimg {
    margin-top: 100px;
}
.relative {
    position: relative;
}
.p-112 {
    padding: 112px 0px;
}
.parallax-sec {
    background: #FFFDFA;    
    text-align: center;
}
.parallax-sec.kindbg {
    background: #FFFBF7;
}
.heading h5 {
    color: #ED7D22;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.heading h2 {
    color: #717680;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.heading h2 span {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.parallaximg::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 2px;
    width: 100%;
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 251, 247, 0.00) 0%, rgba(255, 187, 132, 0.50) 25%, #FF7C11 50%, rgba(255, 187, 132, 0.50) 75%, rgba(255, 251, 247, 0.00) 100%);
}
.parallaximg {
    position: relative;
}
.parallaxdesc {
    max-width: 370px;
    margin: 0px auto;
}
.parallaxdesc ul {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    position: relative;
}
.parallaxdesc ul li {
    color: #535862;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 12px;
    position: relative;
    text-align: left;
    padding-left: 28px;
    display: none;
}
.parallaxdesc ul li:first-child {
    display: block;
}
.parallaxdesc.open ul li {
    display: block;
}
.parallaxdesc.open ul::after {
    display: none;
}
.parallaxdesc ul li img.img-fluid {
    position: absolute;
    left: 0px;
    top: 13px;
}
.parallaxdesc ul::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 251, 247, 0.00) 0%, #FFFBF7 100%);
    height: 100%;
}
.parallaxknowmore {
    cursor: pointer;
    color: #535862;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    padding: 12px 24px;
}
.parallaxknowmore svg {
    margin-left: 10px;
}
.sticky {
    position: sticky;
}
.top-0 {
    top: 0px;
}
.heading {
    text-align: center;
}
.heading p {
    color: #535862;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 24px;
}
.global-sec .heading h2 {
    margin-bottom: 16px;
}
.globalimg {
    justify-content: center;
    display: flex;
    align-items: baseline;
    gap: 0px 12px;
    padding-bottom: 90px;
}
.globalimg img.img-fluid {
    border-radius: 24px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0 24px 48px -12px rgba(10, 13, 18, 0.18);
}
.global-sec .heading {
    padding: 90px 0px;
}
.ownssistant-col {
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03);
    max-width: 728px;
    display: flex;
    gap: 0px 24px;
    margin-top: 72px;
}
.ownssistant-colleft {
    width: 50%;
}
.ownssistant-colright {
    width: 50%;
    position: relative;
}
.ownssistant-colleft h2 {
    font-size: 36px;
    padding-right: 20px;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.ownssistant-colleft img.img-fluid {
    margin-bottom: 10px;
}
.ownssistant-colleft p {
    color: #535862;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.ownssistant-col:nth-child(1) .ownssistant-colright::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    height: 96px;
}
.ownssistant-col:nth-child(2) {
    justify-self: right;
}
.ownssistant-col:nth-child(4) {
    justify-self: right;
}
.global-sec {
    background: #FFFDFA;
}
.ownssistant-sec {
    background: #FFFDFA;
}
.introducing-arth {
    background: #FFFDFA;
}
.heading.arth-heading h3 {
    color: #000;
    font-size: 60px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: normal;
}
.heading.arth-heading h3 span{
    color: #EF4444;
}
.heading.arth-heading p {
    font-size: 18px;
    font-weight: 400;
}
.introducing-arthimg {
    text-align: center;
}
.introducing-arthborder {
    padding: 112px 0px;
    position: relative;
    margin-bottom: 56px;
}
.introducing-arthborder .heading h2 {
    margin-bottom: 16px;
}
.investing-simplified-card {
    text-align: center;
    padding: 24px 0px;
}
.investing-simplified-card span {
    display: inline-flex;
    background: #FFF;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    border: 1px solid #E9EBF1;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.investing-simplified-card h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
.investing-simplified-card p {
    color: #363D4F;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.introducing-arthborder::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 2px;
    width: 100%;
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 251, 247, 0.00) 0%, rgba(255, 187, 132, 0.50) 25%, #FF7C11 50%, rgba(255, 187, 132, 0.50) 75%, rgba(255, 251, 247, 0.00) 100%);
}
.arthnumber-card {
    text-align: center;
    padding: 80px 0px;
}
.arthnumber-card h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
.arthnumber-card h3 {
    color: #060B13;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.arthnumber-card p {
    color: #363D4F;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.arthnumbersec .heading {
    padding: 80px 0px 36px;
}
.introducing-arthborder.arthnumbersec::after {
    height: 1px;
}
.whatuser-sec {
    background: #FFFDFA;
    padding-bottom: 172px;
}
.introducing-arthborder.arthnumbersec {
    margin: 0px;
    padding-bottom: 80px;
}
.whatuser-sec .heading h2 {
    margin-bottom: 16px;
}
.item-desc {
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
    padding: 31px 22px;
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
}
.stargroup img.img-fluid {
    width: auto !important;
    display: inline-block !important;
}
.item-desc p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 29px 0px;
}
.whatuser-img {
    position: relative;
    padding-left: 38px;
}
.whatuser-img img.img-fluid {
    width: 34px !important;
    height: 34px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.whatuser-img h5 {
    color: #535862;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}
.whatuser-img h4 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}
.whatuser-sec .heading {
    position: relative;
    padding-top: 192px;
    margin-bottom: 36px;
}
.whatuser-sec .heading::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 1px;
    width: 100%;
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 251, 247, 0.00) 0%, rgba(255, 187, 132, 0.50) 25%, #FF7C11 50%, rgba(255, 187, 132, 0.50) 75%, rgba(255, 251, 247, 0.00) 100%);
}
.whatuser-sec .container-fluid .col-md-12 {
    padding: 0px;
}
.whatuser-sec div#demos {
    padding-left: 105px;
}
.downloadapp-sec .heading {
    text-align: left;
}
.downloadapp-sec .heading h2 {
    margin-bottom: 16px;
}
.downloadapp-sec .heading p {
    margin-bottom: 36px;
}
.downloadapp-sec .heading {
    text-align: left;
    padding-right: 10px;
}
.downloadapp-right img {
    box-shadow: 0 100px 100px 0 rgba(10, 13, 18, 0.18);
}
.downloadapprow {
    position: relative;
    padding: 190px 0px;
    align-items: center;
}
.downloadapprow::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 1px;
    width: 100%;
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 251, 247, 0.00) 0%, rgba(255, 187, 132, 0.50) 25%, #FF7C11 50%, rgba(255, 187, 132, 0.50) 75%, rgba(255, 251, 247, 0.00) 100%);
}
.downloadapprow::before {
    content: "";
    position: absolute;
    bottom: 190px;
    height: 1px;
    width: 100%;
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 251, 247, 0.00) 0%, rgba(255, 187, 132, 0.50) 25%, #ff7c1169 50%, rgba(255, 187, 132, 0.50) 75%, rgba(255, 251, 247, 0.00) 100%);
}
.downloadapprow .col-md-5 {
    overflow: hidden;
}
.downloadapp-right {
    text-align: center;
}
.downloadapp-sec {
    background: #FFFDFA;
}
.downloadapp-icon img {
    box-shadow: 0 80px 91px 0 rgba(10, 13, 18, 0.18);
    margin-right: 15px;
}
.footersec {
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    padding: 65px 0px 18px;
}
.footerlogo p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
}
.footerlogo a {
    display: inline-block;
    margin-bottom: 8px;
}
.footerlogo {
    max-width: 340px;
}
.footernewsletter p {
    color: #535862;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}
.footernewsletter .input-group input.form-control {
    margin-right: 10px;
    border-radius: 100px !important;
    border: 1px solid var(--Gradient-1, #EF7F1A) !important;
    background: #fff;
    height: 44px;
}
.footernewsletter .btn.btn-success {
    border-radius: 100px !important;
    border: var(--Stroke-S, 1px) solid var(--Primary-Orange, #ED7D22);
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
}
.footernewsletterbg {
    width: 100%;
    margin-right: 20px;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    border-radius: 100px !important;
    padding: 1px;
}
.footernewsletter .input-group input.form-control {
    margin-right: 10px;
    border-radius: 100px !important;
    border: none !important;
    background: #fff;
    height: 44px;
    outline: none !important;
    box-shadow: none !important;
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px 24px;
}
.footernewsletter .input-group {
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.footersec .footerlogorow {
    border-bottom: 1.25px solid #E4E2E1;
    padding-bottom: 105px;
    margin: 0px -30px;
}
.footermenu h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
ul.footermenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.footermenu li a {
    display: block;
    color: #535862;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 11px;
}
.footermenu-row {
    display: flex;
    justify-content: space-between;
    margin: 0px -50px;
    padding: 48px 0px;
}
ul.footeraddress {
    margin: 0px;
    padding: 0px 0px 3px 0px;
    list-style: none;
}
ul.footeraddress li {
    color: #535862;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 14px;
}
ul.footeraddress li span {
    display: block;
    position: absolute;
    left: 0px;
}
ul.sociallink {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 0px 16px;
}
.footerdownload {
    text-align: center;
}
.footerdownload h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.footerdownload img.img-fluid {
    margin: 0px 16px;
    box-shadow: 0 80px 91px 0 rgba(10, 13, 18, 0.18);
}
.poweredby ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 0px 60px;
}
.poweredby ul li {
    display: inline-block;
}
.poweredby {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 60px;
    padding: 60px 0px;
}
.poweredby h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}
.copyright {
    text-align: center;
}
.copyright p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 9px;
}
.copyright h6 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 9px;
}
.copyright ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 34px;
}
.footerdisclosure h3 {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin: 32px 0px;
}
.footerdisclosure-row {
    display: flex;
    gap: 0px 100px;
}
.footerdisclosure-col {
    width: 50%;
}
.footerdisclosure-col p {
    color: #535862;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}
.footerdisclosure {
    padding: 0px 64px;
}
.copyrightend {
    max-width: 670px;
    text-align: center;
    margin: 0px auto;
    padding-top: 16px;
}
.copyrightend p {
    color: #535862;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
}


/*ecopage*/
.ecobanner h1 span {
    color: #EF4444;
}
.ecobanner .mainbanner-design {
    padding-bottom: 190px;
    padding-top: 215px;
}
.ecosystemrow {
    justify-content: center;
}
.ecosystem-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03);
    padding: 24px 24px 67px 24px;
    height: calc(100% - 98px);
    margin-bottom: 98px;
    position: relative;
}
.ecosystem-card h3 {
    color: #EF4444;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.ecosystem-card p {
    color: #535862;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 16px;
}
.ecosystem-knowmore {
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.ecosystem-knowmore a svg {
    margin-left: 12px;
}
.ecosystem-knowmore a {
    color: #000;
    padding: 12px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}

/*chargepage*/
.chargespage .mainbanner-design {
    padding-top: 140px;
}
.chargespage {
    padding-bottom: 240px;
}
.charge-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03);
    padding: 24px;
    margin-top: 24px;
    text-align: center;
    height: calc(100% - 24px);
}
.charge-card h3 {
    margin-bottom: 20px;
    position: relative;
}
.charge-card .chargeicon {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -39px;
    position: relative;
}
.charge-card .chargers {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.charge-card h3 label {
    display: block;
    color: #535862;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
}
.charge-card h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.charge-card p {
    color: #535862;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
}
.chargers-tabsec {
    background: #FFFDFA;
}
.chargers-tabsec ul.nav.nav-tabs {
    margin-bottom: 16px;
    border: none;
}
.chargers-tabsec .nav.nav-tabs .nav-item .nav-link {
    color: #535862;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 16px 24px;
    border-radius: 0px;
    border: none !important;
    border-bottom: 2px solid transparent !important;
}
.chargers-tabsec .nav.nav-tabs .nav-item .nav-link.active {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #EF7F1A !important;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
.chargetable .table thead tr th {
    padding: 12px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: none;
}
.chargetable .table tbody tr td {
    padding: 20px 16px;
    color: #535862;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 20px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
.chargerstab-border {
    border: 1px solid #E9EAEB;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
}
.textcenter tr th {
    text-align: center;
}
.textcenter tr td {
    text-align: center;
}
.textcenter tr td:first-child {
    text-align: left;
}
.textcenter tr th:first-child {
    text-align: left;
}
.chargetable .table {
    margin: 0px;
}
.mb-80 {
    margin-bottom: 80px;
}
.chargerstab-title {
    color: #535862;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    margin-bottom: 16px;
    padding: 16px 24px;
}
.charges-free {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.charges-explained h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.charges-explained p {
    color: #535862;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}
.charges-explained p:last-child {
    margin-bottom: 0px;
}
.charges-explained {
    margin-bottom: 24px;
}
.charges-explained:last-child  {
    margin-bottom: 0px;
}
.charges-explained ul {
    margin: 0px;
    padding-left: 15px;
}
.charges-explained ul li {
    color: #535862;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.charges-explained ul li strong{
    font-weight: 600;
}
.charges-explained.bordernone {
    border: none;
}

/*nitipage*/

.mainbanner.nitipage {
    background: #FFFDFA;
    padding-bottom: 112px;
}
.nitipage .mainbanner-design {
    margin-bottom: 80px;
    padding-top: 115px;
}
.nititab-ul .nav-item .nav-link {
    color: #535862;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    padding: 8px 20px;
    margin-bottom: 16px;
    border: none !important;
    border-radius: 100px;
}
.nititab-ul .nav-item .nav-link.active {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    color: #fff;
    padding: 12px 20px;
}
.nititab-ul .nav-item {
    width: 100%;
}
.nititab-ul {
    margin: 0px;
    border: none;
}
.niti-detailsbox {
    border-radius: 20px;
    border: 1px solid #E9EAEB;
    background: #fff;
    padding: 32px 24px 24px 24px;
    position: relative;
}
.niti-detailsbox::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 251, 247, 0.00) 0%, #ffffff 100%);
    height: 100px;
    border-radius: 20px;
}
.niti-details h3 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.niti-details h5 {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}
.niti-details h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.niti-details p {
    color: #535862;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
}
.niti-details::-webkit-scrollbar {
  width: 5px;
}
.niti-details::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F5F5F5; 
  border-radius: 10px;
}
.niti-details::-webkit-scrollbar-thumb {
  background: #A4A7AE; 
  border-radius: 10px;
}
.niti-details::-webkit-scrollbar-thumb:hover {
  background: #A4A7AE; 
}
.niti-details {
    position: relative;
    max-height: 942px;
    overflow-y: scroll;
    padding-right: 10px;
}
.nititab-row {
    margin-bottom: 80px;
}

/*contactpage*/

.contactbg {
    border-radius: 20px;
    background: #FFFDFA;
    padding: 64px;
}
.contacttext h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.contacttext p {
    color: #535862;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 10px;
}
.contacttext ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contacttext ul li h6 {
    color: #535862;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 18px;
}
.contacttext ul li h5 img.img-fluid {
    margin-right: 5px;
}
.contacttext ul li h5 {
    color: #535862;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    display: flex;
    align-items: center;
}
.contacttext ul li {
    margin-top: 50px;
}
.contactform .form-group {
    margin-bottom: 32px;
}
.contactform .form-group label {
    color: #535862;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}
.contactform .form-control {
    color: #535862;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 12px;
    border: 0.5px solid #D5D7DA;
    background: #F5F5F5;
    padding: 8px 12px;
}
.contactform-btn .btn.btn-info {
    width: 100%;
    border-radius: 100px;
    border: none !important;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%)) !important;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    line-height: normal;
}
.contactform-btn p {
    color: #535862;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 8px 0px 0px 0px;
}
.contactpage {
    padding-bottom: 112px;
}
.contactpage .mainbanner-design {
    margin-bottom: 48px;
    padding-top: 115px;
}
.contact-citymap {
    text-align: right;
}
.contact-cityleft p {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin: 0px;
}
.contact-cityleft h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    background: var(--Brand-gradient-Light, linear-gradient(282deg, #F8B986 0%, #6AEDA7 50%, #6FA9ED 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-city .row {
    align-items: center;
}
.contact-city {
    background-size: cover !important;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    max-width: 527px;
    height: 396px;
    margin: 0px auto;
}
.responsive-map iframe {
    width: 100%;
    position: absolute;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
}
.widefamily {
    background: #FFFDFA;
    padding: 120px 0px 100px;
}
.widefamily .heading {
    margin-bottom: 80px;
}
.headquarter h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 24px 0px;
}
.headquarter p {
    color: #535862;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.india-map {
    text-align: center;
    padding: 20px;
}
.india-map h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 24px 0px;
}
.india-map p {
    color: #535862;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.headquarter {
    padding: 20px;
}
.widefamily .heading h2 {
    margin-bottom: 16px;
}

/*visionpage*/

.visionpage {
    background: #FFFBF7;
    padding-bottom: 200px;
}
.heading.vision-heading {
    padding: 112px 0px;
    max-width: 746px;
    margin: 0px auto;
}
.heading.vision-heading h5 {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading.vision-heading h2 {
    color: #000;
}
.heading.vision-heading p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0px;
}
.visionleft h5 {
    color: #ED7D22;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.visionleft h2 {
    color: #717680;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.visionleft p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 24px;
}
.visionleft ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.visionleft ul li {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 25px;
}
.visionleft ul li img.img-fluid {
    position: absolute;
    left: 0px;
    top: 3px;
}
.visionright {
    text-align: right;
}
.visionright.visionright2 {
    text-align: left;
}
.vision-mb-112 {
    margin-bottom: 112px;
}
.heading.values-heading h2 {
    margin-bottom: 16px;
}
.heading.values-heading {
    margin-bottom: 80px;
}
.valuesmain-ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.valuesmain-ul li {
    display: flex;
    justify-content: space-between;
}
.valuesmain-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 32px 32px 64px 0 rgba(10, 13, 18, 0.08);
    padding: 32px 24px;
    max-width: 380px;
    margin: 17px 0px;
}
.valuesmain-card-heading {
    display: flex;
    gap: 0px 16px;
    align-items: center;
    margin-bottom: 16px;
}
.valuesmain-card-heading span {
    color: #D5D7DA;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
}
.valuesmain-card-heading h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}
.valuesmain-card p {
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
}
.valuesmainimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.valuesmain {
    position: relative;
    z-index: 1;
}

/*the-team*/
.scrolldown {
    text-align: center;
    padding-top: 112px;
    padding-bottom: 80px;
}
.scrolldown a {
    display: inline-block;
    color: #FBC89F;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.scrolldown a span {
    display: block;
    margin-top: 20px;
}
.teamcard h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 24px 0px 8px 0px;
    font-family: "Inter", sans-serif;
}
.teamcard h5 {
    color: #ED7D22;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
}
.teamcard p {
    color: #535862;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
}
.teamcard ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0px 16px;
}
.teamrow {
    display: flex;
    flex-wrap: wrap;
}
.teamcard {
    text-align: center;
    max-width: 224px;
    margin: 0px auto;
}
.teamheading {
    color: #717680;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 80px;
}
.engineering-team {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.engineering-team h2 {
    color: #717680;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    width: 22%;
}
.engineering-team .teamrow {
    width: 78%;
}
.engineering-team .teamcard {
    max-width: 160px;
}
.visionpage.the-team {
    padding-bottom: 112px;
}

/*careers*/

.movement-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.movement-card p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 12px;
}
.movement-card span {
    border-radius: 12px;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    background: #fdeae2;
}
.movementrow .col-md-4 {
    position: relative;
    z-index: 1;
}
.movementrow .col-md-4::after {
    content: "";
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    height: 5px;
    width: calc(100% - 12px);
    position: absolute;
    bottom: 22px;
    left: 24px;
    z-index: -1;
}
.movement-card {
    padding-bottom: 50px;
}
.movementrow .col-md-4:last-child::after {
    width: calc(100% - 36px);
}
.benifits-heading h2 {
    color: #717680;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.benifits-heading p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px;
}
.benifits-card h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}
.benifits-card p {
    color: #717680;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    margin: 0px;
}
.benifits-card {
    position: relative;
    padding-left: 66px;
    min-height: 50px;
    margin-bottom: 48px;
}
.benifits-heading {
    padding-right: 20px;
}
.benifits-card span {
    border-radius: 20px;
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
}
.positions-in {
    border-radius: 12px;
    background: linear-gradient(97deg, rgba(239, 127, 26, 0.05) 4.89%, rgba(245, 91, 49, 0.05) 50.4%, rgba(251, 55, 72, 0.05) 95.91%);
    padding: 32px 92px 32px 32px;
    margin-bottom: 16px;
    position: relative;
}
.positions-in h6 {
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 8px;
}
.positions-in h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.positions-in p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 24px;
}
.positions-in ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0px 32px;
}
.positions-in ul li {
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.positions-in ul img.img-fluid {
    margin-right: 6px;
}
.positionslink {
    border-radius: 12px;
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 36px;
    height: 36px;
}

/*job-position*/

.job-position {
    background: #FFFBF7;
}
.jobback {
    padding-top: 120px;
    padding-bottom: 64px;
}
.jobback a {
    border-radius: 12px;
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.jobback span {
    color: #535862;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.jobback span strong {
    font-weight: 600;
    color: #000;
}
.jobtitle h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.jobtitle .btn.btn-link img.img-fluid {
    margin-left: 10px;
}
.jobtitle {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
}
.job-otherpoint {
    padding-bottom: 64px;
}
.job-otherpoint ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.job-otherpoint ul li {
    color: #414651;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.job-otherpoint ul li span {
    color: #ABABAB;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}
.jobabout-text h3 {
    color: #414651;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.jobabout-text p {
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.jobabout-text ul {
    margin: 0px;
    padding-left: 24px;
}
.jobabout-text ul li {
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}
.job-about {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0px;
}
.otherJobs h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.otherJobs-card {
    border-radius: 12px;
    background: linear-gradient(97deg, rgba(239, 127, 26, 0.05) 4.89%, rgba(245, 91, 49, 0.05) 50.4%, rgba(251, 55, 72, 0.05) 95.91%);
    padding: 32px;
    position: relative;
}
.otherJobs-card h6 {
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 8px;
    padding-right: 50px;
}
.otherJobs-card h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    padding-right: 50px;
}
.otherJobs-card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.otherJobs-card ul li {
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.otherJobs-card ul li img.img-fluid {
    margin-right: 7px;
}
.otherJobs .col-md-4 {
    padding: 0px 8px;
}
.otherJobs .row {
    margin: 0px -8px;
}
.otherJobs {
    padding: 114px 0px 170px;
}

/*ourimpact*/

.mainbanner.ourimpactsec {
    padding-top: 224px;
}
.ourimpact-card {
    border-radius: 8px;
    background: linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%);
    overflow: hidden;
    margin-bottom: 12px;
}
.ourimpact-card-desc {
    padding: 32px;
}
.ourimpact-card-desc h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.ourimpact-card-desc p {
    color: #535862;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
}
.ourimpact-card-desc .btn.btn-link img.img-fluid {
    margin-left: 10px;
}
.ourimpact-card-desc .btn.btn-link {
    margin-top: 24px;
}
.ourimpactimg {
    width: 100%;
}
.ourimpact-card2 .ourimpact-card-desc {
    padding: 16px;
}
.ourimpact-card-desc h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ourimpact-card-desc h3 a {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.ourimpact-card.ourimpact-card2.ourimpact-row {
    display: flex;
}
.ourimpact-row .ourimpact-card-desc {
    width: 51%;
}
.ourimpact-rowimg {
    width: 49%;
}
.ourimpactsecrow .col-md-4 {
    padding: 0px 6px;
}
.ourimpactsecrow {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 80px;
}
.ourimpact-rowimg .ourimpactimg {
    height: 100%;
}
.impactreporta {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.impactreporta-card .impactreportaimg {
    border-radius: 20px;
}
.impactreporta-card h2 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 12px 0px;
}
.impactreporta-card h2 a{
    color: #000;
}
.reportdown {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reportdown img.img-fluid {
    margin-left: 10px;
}
.impactreporta-row {
    padding: 60px 0px 170px;
}

/*insights*/
.mainbanner.insights-sec {
    background: #FFFBF7;
    padding-bottom: 112px;
}
.insights {
    display: flex;
    justify-content: space-between;
    padding-top: 112px;
}
.insights .btn.btn-link img.img-fluid {
    margin-left: 10px;
}
.insights h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.insights-heading h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.insights-heading p {
    color: #535862;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0px;
}
.insights-heading {
    margin-bottom: 48px;
}
.insights-img img.img-fluid {
    width: 100%;
    border-radius: 20px;
}
.insights-desc .insightstag {
    border-radius: 100px;
    background: #E9EAEB;
    color: #181D27;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    padding: 2px 9px;
}
.insights-desc h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 8px 0px;
}
.insights-user span img.img-fluid {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin-right: 8px;
}
.insights-user span {
    color: #717680;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-right: 16px;
    position: relative;
}
.insights-user span::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #717680;
    border-radius: 100px;
    top: 8px;
    right: -10px;
}
.insights-user span:last-child::after {
    display: none;
}
.insights-user {
    margin-bottom: 20px;
}
.insights-desc p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.insights-img {
    position: relative;
}
.insights-imgtag {
    border-radius: 99px;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
    position: absolute;
    left: 24px;
    top: 24px;
    padding: 4px 13px;
}
.insightstab .nav-tabs {
    justify-content: center;
    padding: 48px 0px;
    border: none;
}
.insightstab .nav-tabs .nav-item .nav-link {
    color: #414651;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 99px;
    background: #E9EAEB;
    padding: 4px 12px;
    border: none !important;
    margin: 0px 4px;
}
.insightstab .nav-tabs .nav-item .nav-link.active {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    color: #fff;
}
.insights-card .insights-desc h2 {
    font-size: 20px;
}
.insights-card .insights-desc {
    padding-top: 28px;
}
.insights-card {
    margin-bottom: 80px;
}
.paginationdiv ul.pagination {
    justify-content: center;
    margin: 0px;
    align-items: center;
}
.paginationdiv ul.pagination li.page-item .page-link {
    color: #A4A7AE;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Inter", sans-serif;
    border: none;
    padding: 0px 8px;
    background: none;
}
.paginationdiv ul.pagination li.page-item.pageleft .page-link {
    border-radius: 999px;
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    width: 28px;
    height: 28px;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
}
.paginationdiv ul.pagination li.page-item.pageright .page-link {
    border-radius: 999px;
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
    width: 28px;
    height: 28px;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
}
.paginationdiv ul.pagination li.page-item.pageleft {
    margin-right: 8px;
}
.paginationdiv ul.pagination li.page-item.pageright {
    margin-left: 8px;
}
.paginationdiv ul.pagination li.page-item.active .page-link {
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.paginationdiv {
    margin-top: -30px;
}

/*article*/

.mainbanner.article-sec {
    background: #FFFBF7;
    padding-bottom: 112px;
}
.article-heading {
    padding: 112px 0px 80px;
    text-align: center;
}
.article-heading h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
}
.article-heading p {
    color: #535862;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
#progressbar {
    overflow: hidden;
    color: lightgrey;
    padding: 0px;
    position: absolute;
    right: -58px;
    top: 16px;
}
#progressbar .active {
    color: #673AB7;
}
#progressbar li {
    z-index: 1;
    list-style-type: none;
    font-size: 15px;
    width: 110px;
    float: left;
    position: relative;
    font-weight: 400;
}
#progressbar li:before {
    content: "";
    width: 32px;
    height: 32px;
    line-height: 45px;
    display: block;
    font-size: 0px;
    color: #ffffff;
    background: #ffe8e5;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #9CA3AF;
}
#progressbar .active span {
    border-radius: 10px;
    background: #EF4444;
    width: 10px;
    height: 10px;
}
#progressbar li span {
    position: absolute;
    z-index: 1;
    left: 11px;
    top: 11px;
    font-weight: 500;
}
#progressbar li.active:before {
    background: #ffe8e5;
    border: 2px solid #EF4444;
}
#progressbar li.active:after {
    background: #ef4444;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #D1D5DB;
    position: absolute;
    left: -78px;
    top: 15px;
    z-index: -1;
}
#progressbar li:first-child::after {
    display: none;
}
#progressbar li.active#personal span::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    border-left: 2px solid #EF4444;
    border-bottom: 2px solid #EF4444;
    transform: rotate(314deg);
    left: -113px;
    bottom: 3px;
}
#progressbar li.active#personal span::before {
    content: "";
    position: absolute;
    left: -117px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #ffe8e5;
}
#msform fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 16px;
    position: relative;
    border-radius: 20px;
    border: #E9EAEB;
    background: var(--gradient-10, linear-gradient(97deg, rgba(239, 127, 26, 0.10) 4.89%, rgba(245, 91, 49, 0.10) 50.4%, rgba(251, 55, 72, 0.10) 95.91%));
}
#msform .action-button {
    cursor: pointer;
    border-radius: 90px;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    border: 1px solid #FB3748;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 34px;
    min-width: 229px;
    margin: 0px 12px;
}
#msform .action-button-previous {
    cursor: pointer;
    border-radius: 99px;
    border: 1px solid #A4A7AE;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 34px;
    min-width: 229px;
    margin: 0px 12px;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
.form-heading {
    text-align: left;
}
.form-heading h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.form-card {
    text-align: left;
    margin-bottom: 24px;
}
.profileuploaddiv {
    text-align: center;
}
.profileuploaddiv label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
}
.profileuploaddiv label span {
    color: #F04438;
}
.profile-img {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0px auto;
}
.profile-img .circle {
    border-radius: 200px;
    overflow: hidden;
    height: 200px;
    width: 200px;
    position: absolute;
    background: #fafafa;
    border: 1px solid #E9EAEB;
}
.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
    width: 100%;
    border-radius: 100%;
    height: 200px;
}
.profile-img .p-image {
    position: absolute;
    text-align: center;
    cursor: pointer;
    color: #0EA5E9;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 30px;
}
.profile-img .file-upload {
    display: none;
}
.form-card .form-group {
    margin-bottom: 16px;
}
.form-card .form-group label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 12px;
}
.form-card .form-group .form-control {
    border-radius: 12px;
    border: 1px solid #E9EAEB;
    background-color: #FFF;
    padding: 9px 15px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}
.form-design {
    margin-bottom: 80px;
}
/*file-drag-and-drop*/
.form-container {
  width: 100vw;
  height: 100vh;
  background-color: #7b2cbf;
  display: flex;
    justify-content: center;
  align-items: center;
}
.upload-files-container {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.material-icons-outlined.upload-icon {
    display: block;
    margin-bottom: 20px;
}
.drag-file-area {
    text-align: center;
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    border: #E9EAEB;
    background: #FAFAFA;
}
.drag-file-area h3 {
    font-size: 12px;
    color: var(--muted-foreground);
    font-weight: 300;
    margin: 1px 0px 0px 0px;
}
.drag-file-area label.label {
    margin: 0px 0px 3px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.ordrag {
    color: #525252 !important;
    margin-left: 9px;
}
.drag-file-area h3 {
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}
.drag-file-area label .browse-files-text {
    cursor: pointer;
    color: #0EA5E9 !important;
}
.default-file-input {
  opacity: 0;
}
.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #BB0000;
  display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
  padding-right: 10px;
}
.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}
.file-block {
    transition: all 1s;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    margin-top: 10px;
}
.file-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--muted-foreground);
}
.file-icon {
  margin-right: 10px;
}
.file-name, .file-size {
  padding: 0 3px;
}
.remove-file-icon {
  cursor: pointer;
  color: #eb2929;
}
.material-icons-outlined.upload-icon .la-check-circle-o {
    font-size: 25px;
    color: #12d335;
}
.form-card .form-group label span {
    color: #F04438;
}
.file-block .progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: #4BB543;
}
.upload-button {
  font-family: 'Montserrat';
  background-color: #7b2cbf;
  color: #f7fff7;
  display: flex;
  align-items: center;
  font-size: 18px;
  border: none;
  border-radius: 20px;
  margin: 10px;
  padding: 7.5px 50px;
  cursor: pointer;
}
.drag-file-area label input.default-file-input {
    width: 0px;
}
/*drag-drup*/
.insightslinke {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.insightslinkerow {
    padding-top: 60px;
}

/*about*/

.mainbanner.about-uspage {
    background: #FFFBF7;
}
.capovex h2 {
    color: #EF4444;
    font-family: "Source Serif 4";
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 25px;
    max-width: 398px;
    margin: 0px auto;
}
.capovex {
    text-align: center;
    padding: 64px 0px 112px;
}
.capovexstory .heading h2 {
    margin-bottom: 16px;
}
.capovexstory .heading {
    margin-bottom: 80px;
}
.capovexstory {
    padding: 120px 0px;
}
.capovexstory-list ul {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    z-index: 1;
    list-style: none;
    max-width: 1116px;
}
.capovexstory-text h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.capovexstory-text p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.capovexstory-text {
    text-align: right;
    padding-right: 14px;
    max-width: 472px;
}
.capovexstory-text p i {
    color: #717680;
    font-family: "Source Serif 4";
    font-style: italic;
    font-weight: 600;
}
.capovexstory-number {
    color: #F5F5F5;
    font-size: 204px;
    font-weight: 900;
    line-height: 204px;
    letter-spacing: -4.08px;
    margin: 0px;
}
.capovexstory-dot1 {
    margin: 0px 11px;
}
.capovexstory-listdesign {
    display: flex;
    align-items: center;
}
.capovexstory-text p span {
    color: #DC2626;
    font-weight: 700;
}
.capovexstory-list ul li:nth-child(2) .capovexstory-text {
    padding-left: 14px;
    text-align: left;
    padding-right: 0px;
    max-width: 380px;
}
.capovexstory-border {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    margin-left: -41px;
}
.capovexstory-list ul li {
    padding: 130px 0px 130px 0px;
}
.capovexstory-list ul li:nth-child(2) .capovexstory-listdesign {
    justify-content: end;
    left: 0px;
    position: relative;
}
.capovexstory-list ul li:nth-child(3) .capovexstory-text {
    max-width: 420px;
}
.capovexstory-list ul li:nth-child(3) .capovexstory-listdesign {
    position: relative;
    left: -20px;
    top: 10px;
}
.capovexstory-list ul li:nth-child(1) {
    padding-top: 0px;
}
.capovex-innovations .heading {
    margin-bottom: 80px;
}
.capovex-innovationstab .nav-tabs {
    border: none;
}
.capovex-innovationstab .nav-tabs .nav-item .nav-link {
    background: #F5F5F5;
    border: none;
    border-radius: 0px;
    padding: 24px;
}
.capovex-innovationstab .nav-tabs .nav-item .nav-link h2 {
    font-size: 24px;
    margin: 0px;
    align-items: center;
    display: flex;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.innovationstab-text {
    display: none;
    color: #717680;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 15px;
}
.capovex-innovationstab .nav-tabs .nav-item {
    width: 100%;
}
.capovex-innovationstab .nav-tabs .nav-item .nav-link h2 span {
    background: #D5D7DA;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    margin-right: 16px;
}
.capovex-innovationstab .nav-tabs .nav-item .nav-link.active {
    border-left: 4px solid #EF7F1A !important;
    background: #FFFDFA;
    box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.10), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
    padding: 16px 24px;
}
.capovex-innovationstab .nav-tabs .nav-item .nav-link.active .innovationstab-text {
    display: block;
}
.capovex-innovationstab .col-md-6 {
    padding: 0px;
}
.capovex-innovationstab .tab-content {
    height: 100%;
}
.capovex-innovationstab .tab-content .tab-pane {
    height: 100%;
}
.innovationstabbg {
    height: 100%;
}
.innovationstabbg img.img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.capovex-innovationstab .row {
    border-radius: 20px;
    overflow: hidden;
}
.capovex-innovationstab {
    margin-bottom: 120px;
    position: relative;
}
.capovex-innovationstab::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 100%;
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 251, 247, 0.00) 0%, rgba(255, 187, 132, 0.50) 25%, #FF7C11 50%, rgba(255, 187, 132, 0.50) 75%, rgba(255, 251, 247, 0.00) 100%);
}
.capovex-innovations .heading h2 {
    margin-bottom: 16px;
}
.roadprocess {
    background: #FFFBF7;
    padding-top: 120px;
}
.roadprocess .heading h2 {
    margin-bottom: 16px;
}
.roadprocess .heading {
    margin-bottom: 80px;
}
.roadprocess-container {
    max-width: 1351px;
    padding: 50px 0px 280px;
    overflow: hidden;
    position: relative;
}
.roadprocess-card h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.roadprocess-card p {
    color: #717680;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0px;
}
.roadprocess-card {
    max-width: 243px;
    position: absolute;
}
.roadprocesscard1 {
    left: 278px;
    top: 165px;
}
.roadprocesscard2 {
    left: 664px;
    bottom: 120px;
}
.roadprocesscard3 {
    right: 127px;
    top: 50px;
}
.counting-sec .heading {
    padding-top: 120px;
}
.counting-card h3 {
    color: #252B37;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 25px;
    margin: 0px;
}
.counting-card h2 span {
    font-size: 40px;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -1.5px;
}
.counting-card h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -2px;
    background: var(--Gradient-1, linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}
.counting-row {
    padding-bottom: 120px;
}
.counting-row .col-md-3::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: linear-gradient(97deg, #EF7F1A 4.89%, #F55B31 50.4%, #FB3748 95.91%);
}
.counting-row .col-md-3 {
    position: relative;
    min-height: 298px;
}
.counting-card {
    padding-left: 10px;
    max-width: 200px;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}