
html{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root {
  --text-color: #000000;
  --light-color: #838383;
  --white-color: #ffffff;
  --blue-color: #5c59c3; 
  --blue-bg: #5b59c3; 
  --white-bg: #ffffff;
  --black-bg: #000000;
  --pink-bg: #f1bdf2;
  --gry-bg: #efeffa;
}

body {
    background: var( --white-bg);
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
     font-family: 'Poppins', sans-serif;
    color: #262626; box-sizing: border-box;
    /* padding-top: 83px; */
}
a {
    color: var( --blue-bg);
    text-decoration: none;
}

ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
h1{
    margin: 0;
}
h2{
    margin: 0;
}
h3{
    margin: 0;
}
h4{
    margin: 0;
}
h5{
    margin: 0;
}
h6{
    margin: 0;
}
p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #262626;
}
.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pt-90{
    padding-top: 90px;
}
.pt-50{
    padding-top: 50px;
}
.pb-70{
   padding-bottom: 70px;
}
.mt-70{
   margin-top: 70px;
}
.my-90{
    margin-top: 90px;
    margin-bottom: 90px;
}
.w-a{
    width: auto !important;
}
.ml-16{
    margin-left: 16px;
}
.mr-16{
    margin-right: 16px;
}
.blackBtn{background-color:var(--black-bg) !important;}

.whtkBtn{background-color:var(--white-bg) !important; color: var(--text-color);}

.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;

}
.text-right {
    text-align: right;
}

/* Preloader CSS */
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99999;
}
.preloader .loader {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.preloader .pre-box {
    width: 50px;
    height: 50px;
    background: var(--blue-bg);
    -webkit-animation: animate .5s linear infinite;
            animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.preloader .pre-shadow { 
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
            animation: shadow .5s linear infinite;
}
@-webkit-keyframes animate {
    17% { border-bottom-right-radius: 3px; }
    25% { -webkit-transform: translateY(9px) rotate(22.5deg); transform: translateY(9px) rotate(22.5deg); }
    50% {
      -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg) ;
              transform: translateY(18px) scale(1,.9) rotate(45deg) ;
      border-bottom-right-radius: 40px;
    }
    75% { -webkit-transform: translateY(9px) rotate(67.5deg); transform: translateY(9px) rotate(67.5deg); }
    100% { -webkit-transform: translateY(0) rotate(90deg); transform: translateY(0) rotate(90deg); }
}
@keyframes animate {
    17% { border-bottom-right-radius: 3px; }
    25% { -webkit-transform: translateY(9px) rotate(22.5deg); transform: translateY(9px) rotate(22.5deg); }
    50% {
      -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg) ;
              transform: translateY(18px) scale(1,.9) rotate(45deg) ;
      border-bottom-right-radius: 40px;
    }
    75% { -webkit-transform: translateY(9px) rotate(67.5deg); transform: translateY(9px) rotate(67.5deg); }
    100% { -webkit-transform: translateY(0) rotate(90deg); transform: translateY(0) rotate(90deg); }
} 

@-webkit-keyframes shadow {
    50% {
      -webkit-transform: scale(1.2,1);
              transform: scale(1.2,1);
    }
} 

@keyframes shadow {
    50% {
      -webkit-transform: scale(1.2,1);
              transform: scale(1.2,1);
    }
}


 /**************** header-section 09-10-2023 by Nadeem *******************************************/
.header-section {
    background: var( --white-bg);
    transition: all .3s ease;
    height: 90px;
    padding: 24px 0px;
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); */
}

.header-section.fixed {
    background: var(--white-bg);
    transition-duration: 500ms;
    /* background-color: #d7dfef; */
    transition: all .3s ease;
    box-shadow: 2px 1px 4px #99999924;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    height: 80px;
    padding: 18px 0px;
}
img.nav-logo {
    max-height: 30px;
}
.header-section a.navbar-brand {
    padding: 0px;
    margin: 0px;
}
span.navbar-toggler-icon {
    /* background: red; */
    color: var(--light-color);
    padding-top: 4px;
    font-size: 20px;
}
button.navbar-toggler {
    background: black;
    padding: 2px 10px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    padding: 0px;
}

ul.navbar-nav li.nav-item {
    margin-left: 0px;
}

/*ul.navbar-nav li.nav-item a.nav-link.fixed {
    color: #000;
}*/
ul.navbar-nav li.nav-item a.nav-link:hover {
    /* background: #fff !important; */
    color:var(--light-color);
}
ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    color: var(--light-color);
    font-weight: 500;
    padding: 9px 25px;
    border-radius: 4px;
    /* text-transform: uppercase; */
    text-decoration: none;letter-spacing: 0.5px;
}
a.nav-link.usreIcon:hover {
    background: #5b59c2;
    color: #fff !important;
    border: 1px solid #5b59c3;
}
ul.navbar-nav li.nav-item a.nav-link.active {
   background: var(--blue-bg);
   color: var(--white-color);
}
a.nav-link.usreIcon img {
    margin-right: 10px;
}
a.nav-link.usreIcon {
    border: 1px solid var(--light-color);
}
/**************** End header-section ************************/
.submitBtn {
    color: var(--white-color);
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    transition: 0.4s all ease;
    width: auto;
    height: 50px;
    border-radius: 4px;
    background-color:var(--blue-bg);
    line-height: inherit;
    text-align: center;
    padding: 10px 33px;
    border-style: none;
}
.sliderSec {
    padding: 80px 0px;
    position: relative;
}
.slider_txt h4 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 45px;
    color: var(--text-color);
    font-weight: 500;
}
.sliderSec {
    padding: 80px 0px;
}
.slider-img img {
    width: 100%;
    max-width: 70%;
    margin: 0px auto;
}
.slider_txt {
    padding: 40px 0px 0px 20px;
}
.sliderSec .owl-nav {
    display: none;
}
/* .owl-nav {
   display: none;
} */
.owl-nav .owl-prev {
    left: 0px;
    right: 0px;
}
 button.owl-prev, button.owl-next {
    width: 35px;
    height: 35px;
    background: #fff !important;
    margin: 0px 3px;
    border-radius: 50%;
    border: 1px solid #ccc !important;
    line-height: 30px !important;
    position: absolute;
    top: 40%;
    right: 0px;
}
 button.owl-prev span, button.owl-next span {
    font-size: 28px;
}
.outer-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.itme-box {
    width: 280px;
    height: 315px;
    border-radius: 25px;
    filter: drop-shadow(7.947px 4.225px 5px rgba(0,0,0,0.16));
    background-color: #bbf2eb;
    padding: 33px 25px 45px 25px;
    text-align: center;
    margin-bottom: 20px;
}
.itme-box img {
    max-height: 150px;
    filter: drop-shadow(0 0 19px rgba(255,255,255,0.35));
}
.itme-box h4 {
    font-size: 21px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 12px;
}
.headtitle {
    font-size: 35px;
    color: #5c59c3;
    font-weight: 700;
    text-align: center;
}
.headtitle span {
   color: var(--text-color);
}
.approach-wrap h5 {
    font-size: 35px;
    color: #5c59c3;
    font-weight: 700;
}
.approach-wrap h6 {
    font-size: 26px;
    color: var(--text-color);
    font-weight: 400;
    width: 75%;
    margin: 40px 0px 30px;
    line-height: 35px;
}
.approch-sec {
    display: flex;
    margin-top: 100px;
    /* gap: 20px; */
}
.approch-item {
    width: 355px;
    height: 234px;
    border-radius: 34px;
    background-color: var(--black-bg);
    padding: 32px 28px;
    margin-right: 123px;
    text-align: left;
}
.approch-item h2 {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 29px;
    text-align: center;
}
.approch-item p {
    font-size: 15px !important;
    color: var(--white-color) !important;
    font-weight: 400;
    width: 100% !important;
    text-align: center;
    line-height: 24px !important;
}
.approach-wrap p {
    font-size: 19px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    width: 75%;
}

section.partnership-sec {
    position: relative;
}
section.partnership-sec:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 85%;
    height: 100%;
    background: var(--blue-bg);
    z-index: -1;
}
.truted-wrap h2 {
    font-size: 55px;
    color:var(--white-color);
    font-weight: 700;
}
.truted-wrap h2 span {
    color: #9ad3cc;
}
.truted-wrap {
    padding: 100px 0px 0px;
}
.truted-wrap .submitBtn {
    background: var(--white-bg);
    color: var(--text-color);
    margin-top: 20px;
}
.trusted-item {
    width: 100%;
    height: 445px;
    border-radius: 17px;
    filter: drop-shadow(0 0 13.5px rgba(0,0,0,0.19));
    background-color: #ffffff;
    padding: 60px 30px 20px 30px;
}

.trusted-item h5 {
    font-size: 86px;
    color: var(--blue-color);
    font-weight: 700;
    margin: 0px 0px 20px;
}
.trusted-item p {
    font-size: 16px;
    line-height: 29px;
    color: var(--text-color);
    font-weight: 400;
}
.trusted-item label {
    font-size: 18px;
    line-height: 29px;
    color: var(--text-color);
}

.trusted-item h3 {
    font-size: 30px;
    color: #010101;
    font-weight: 700;
    margin: 50px 0px 30px;
}
.partner8 {
    font-size: 20px;
    color: #5c59c3;
    font-weight: 500;
}

.latsdta {
    width: 50%;
}
.latsdta h4 {
    font-size: 40px;
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 35px;
}
.latsdta h4 span {
    color: #5b59c3;
}
.latsdta p {
    font-size: 20px;
    line-height: 34px;
    color: var(--text-color);
}
.round-box h2 {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    line-height: 35px;
}
.round-box p {
    font-size: 19px;
    line-height: 31px;
    color: #000;
    padding: 20px 0px 15px;
}
.round-box i {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: #5c59c3;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.round-box.b2ps {
    padding-top: 100px;
}
.round-box-img {
    padding: 4px 0px 0px 0px;
    position: absolute;
    top: 80px;
    left: -85px;
}
.round-box-img img {
    width: 100%;
}

section.section-5 {
    background-color: var(--gry-bg);
    padding: 90px 0px 40px;
    margin-top: 100px;
}
.data-card {
    border-radius: 26px;
    background-color: #9ad3cc;
    height: 500px;
    padding: 40px 35px;
}
.dta-title {
    font-size: 19px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}
.data-card h4 {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    height: 315px;
}
.data-card i.fas {
    width: 35px;
    height: 35px;
    border-radius: 24px;
    background-color: #70a19c;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
}
.relationship {
    margin-bottom: 33px;
}
.relationship h5 {
    font-size: 50px;
    color: #5c59c3;
    font-weight: 500;
}
.relationship label {
    font-size: 19px;
    color: #5c59c3;
    font-weight: 500;
}
.data-card.whiteBg {
    background-color: var(--white-bg);
}
.data-card.blueBg{
     background-color: var(--blue-bg);
}
.blueBg .dta-title, .blueBg h4{
    color:var(--white-color);
}
.blueBg i.fas {
    background-color: #5252ad;
    color:var(--white-color);
}
.data-card.whiteBg i.fas{
    background-color: #efeffa;
}
.weAre {
    font-size: 17px;
    color: var(--text-color);
    font-weight: 500;
}



/*footer section*/
footer.footer-section {
    background: var(--white-bg);
    padding: 120px 0px 80px 0px;
}

h3.header_txt {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    padding: 0px 0px 16px;
}
.compant_txt p {
    font-size: 17px;
    color: var(--text-color);
    line-height: 27px;
    margin-bottom: 6px;
}
.socialMedia {
    padding-top: 70px;
}
.socialMedia a {
    margin-right: 25px;
}
.socialMedia a img {
    max-height: 40px;
}
.footerBtom {
    position: relative;
}
.footerBtom:before {
    content: '';
    position: absolute;
    top: 85px;
    left: -40px;
    width: 100%;
    border: 1px solid #e4e4e4;
}


/* start Login & register section 09-01-2024*/
section.login-wrap {
    background: var(--gry-bg);
    padding: 80px 0px 50px 0px;
}
.login-form {
    width: 500px;
    margin: 0px auto;
    background-color: var(--white-bg);
    padding: 30px 30px 15px 30px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 10px;
    /* position: absolute; */
    top: 45%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
}
.login-form .form-group {
    margin-bottom: 22px;
}
.login-form .form-group .form-control {
    height: 45px;
    width: 100%;
    border-radius: 22px;
    padding: 5px 18px;
    font-size: 14px;
}
.login-form label {
    margin-left: 12px;
    margin-bottom: 5px;
}
.login-form textarea.form-control {
    height: auto !important;
}
.form-control:focus {
    color: #212529;
    background-color:var(--white-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
h4.titleS {
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient( to right, #f0bbf2 50%, #5b59c3 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    transition: .5s;
    padding: 15px 0 20px;
    text-align: center;
}
.login-form:hover h4.titleS {
    background-position: 0;
}
.login-head{
    text-align: center;
}
.login-form .submitBtn {
    border-radius: 30px;
    /* margin-top: 20px; */
}
.forgtpwd {
    justify-content: space-between;
    width: 100%;
}
.forgtpwd a, .forgtpwd label.form-check-label {
    font-size: 16px;
}
.invalid-feedback {
    font-size: 12px;
    margin-left: 12px;
}
/* end  Login & register section */


/* start leftside bar section */

.mainHeader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.mainHeader .navbar {
    background: linear-gradient(87deg,#bbf7f7 0,#f3e7f5 100%);
    border-bottom: solid 1px #dadada;
    height: 70px;
}
section.breadcrumbSlot {
    margin: 12px 0px 0px;
    background: #fff;
    padding: 0px 15px;
    border-radius: 0px;
    border: 0;
    height: 50px;
    line-height: 50px;
}
section.breadcrumbSlot nav {
    display: flex;
    align-items: center;
    justify-content: space-between;padding: 0px;
}
h4.breadcrumb-title {
    font-size: 20px;
}
section.breadcrumbSlot ol.breadcrumb {
    float: right;
    padding: 0px;
    margin: 0px;
}
section.breadcrumbSlot li.breadcrumb-item {
    color:var(--text-color);
    font-size: 16px;
}
section.breadcrumbSlot li.breadcrumb-item {
    color:var(--text-color);
    font-size: 16px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mainSectionWithSidebar {
    display: flex;
}
.fixed-sidebar {
    padding: 30px 18px 0px;
    width: 310px;
    background: #f8f9fa;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-right: 1px solid #dedede;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: auto;
    max-height: calc( 100vh - 0px );
}
.page-wrapper {
    width: calc(100% - 215px);
    margin-left: 310px;
    background: #fff;
    padding: 30px 20px 20px 20px;
    height: calc(100vh - 70px);
    /* min-height: 802px; */
}
ul.left-side-nav {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
ul.left-side-nav li.has-sub {
    transition-duration: 0.6s;
    /* border-bottom: thin solid #EDEDED; */
    margin-bottom: 3px;
}
ul.left-side-nav li a {
    color: #3e3e3e;
    font-size: 14px;
    padding: 12px 21px;
    display: inline-block;
    width: 100%;
    transition-duration: 0.6s;
    font-weight: 500;
    border-radius: 22px;
}
ul.left-side-nav li a:hover {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
    letter-spacing: 0.4px;
}
ul.left-side-nav li a.active {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
}
/* end leftside bar section */


.profnalSec .form-group {
    margin-bottom: 30px;
}
.profnalSec label {
    font-size: 16px;
    color: #7a7a7a;
    margin-left: 10px;
    margin-bottom: 8px;
}
.profnalSec .form-control {
    border-radius: 20px;
    background-color: #ececec;
    height: 50px;
    width: 100%;
    color: #414141;
    font-size: 14px;
    outline: none;
}
.input_group {
    display: flex;
    width: 100%;
}
.profnalSec .form-check label {
    margin-left: 0px;
}
.profile-wrap {
    margin-top: 50px;
}
.profile-wrap .col-form-label {
    margin: 0px;
    font-size: 16px;
    color: #000;
}
.profile-wrap .text {
    background: #ececec;
    padding: 12px 15px;
    border-radius: 15px;
    height: auto;
    color: #969696;
    font-size: 14px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;font-size: 25px;
}
.modal-header {
    background-color: #bbf2eb;
}
/*selection--multiple*/

.select2-container {
    z-index: 9999;
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    cursor: text;
    position: relative;
    height: auto !important;
    border-radius: 30px !important;
    background: #ececec !important;
    font-size: 14px;
    border: 0px !important;
    padding: 10px 20px 13px 20px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
    border: 1px solid #dcdcdc5e !important;
    font-size: 13px !important;
}
.profile-wrap .form-group {
    margin-bottom: 36px;
}
.startdate2 {
    position: relative;
}
.startdate2 i.fal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: #9e9e9e;
}
.breadcrumbSlot .edit-icon {
    text-align: center;
    background: #ececec;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px;
    border-radius: 50%;
    display: inline-block;
}
.profnalSec textarea.form-control:focus {
    height: 150px;
}
/*end selection--multiple by nadeem*/

.select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: 30px !important;
    background: #ececec !important;
    font-size: 14px;
    border: 0px !important;
    padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    position: absolute;
    top: 8px !important;
    right: 9px !important;
    width: 19px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7a7a7a !important;
    line-height: 30px !important;
}
.select2-dropdown {
    background-color: #ffffff !important;
    border: 1px solid #ccc !important;
    border-radius: 20px 20px 20px 20px !important;
    top: -1px !important;
    overflow: hidden;
}
.select2-results__option {
    padding: 9px 12px !important;
    user-select: none;
    font-size: 15px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #32ada7 !important;
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eaeaea !important;
    outline: none;
    border-radius: 20px !important;
    padding: 6px 12px;
    font-size: 14px;
}

li.select2-results__option.select2-results__option--group {
    padding: 0px !important;
}
strong.select2-results__group {
    font-size: 16px;
    padding: 5px 10px 5px !important;
    font-weight: 600;
    color: #505353;
    border-bottom: 1px dotted #cccccc8f;
}
span.select2.select2-container {
    width: 100% !important;
}

.logoHub {
    -webkit-mask-image: url(../images/logo.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    background-color: var(--white-bg);
    forced-color-adjust: none;
    height: 30px;
    width: 160px;
    margin: 0px auto;
}


.intro-header {
    height: 390px;
    color:var(--white-color);
    background-color: #f4f4f4;
    background-image: linear-gradient(99deg, rgba(0, 0, 0, .74), rgba(34, 34, 34, 0)), url(../images/implementation_imgs.png);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 78px 0px;
    /* display: flex; */
}
.paragraph-bigger {
    color: var(--white-color);
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 1px;
}
.intro-text {
    width: 56%;
    /* margin-left: 7%; */
}
.intro-text h4 {
    text-align: left;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
}
section.home-content {
    /* background-image: linear-gradient(#fff, #f6f1f1); */
    background: #fff;
}
.section-heading {
    font-size: 35px;
    line-height: 54px;
    color: var(--text-color);
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 400;
}
.section-heading b {
    color: var(--blue-color);
}
.about-txt {
    padding:35px 55px 0px 0px;
}
.about-txt p {
    font-size: 14px;
    font-weight: 500;
}
.about-grid img {
    width: 100%;
    border-radius: 0px;
    transition: all ease 0.4s;
    cursor: pointer;
}
.about-grid {
    position: relative;
}
.about-grid:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 50px 45px 0;
    border-color: transparent #fff transparent transparent;
}
.about-grid.partnerSce:after {
    left: -25px;
    right: auto;
    border-width: 45px 0 45px 50px;
    border-color: transparent transparent transparent #fff;
}
/* .about-grid img:hover {
    transform: scale(1.05);
} */
.standard3px .about-txt {
    padding: 90px 0px 0px 80px;
}
.standard3px .section-heading {
    margin-bottom: 30px;
    margin-top: 30px;
}
.intro-breadcrumb {
    height: 416px;
    color:var(--white-color);
    background-color: #f4f4f4;
    background-image: linear-gradient(99deg, rgba(0, 0, 0, .74), rgba(34, 34, 34, 0)), url(../images/breadcrumb_bg2.png);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 78px 0px;
    /* display: flex; */
}
.heading-hero {
    text-align: left;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
}
.breadcrumb-text h6 {
    opacity: 1;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}
.breadcrumb-text b {
    font-size: 16px;
}

/*  */
.desgTxt {
    margin-top: -40px;
    width: 75%;
}
.desgTxt h4 {
    font-size: 40px;
    color: #ef4575;
    font-weight: 900;
}
.desgTxt h3 {
    color: #000;
    font-size: 24px;
    margin: 16px 0 0  0;
    line-height: 33px;
}
img.proImgs {
    width: 100%;
    max-width: 300px;
}

section.content-wrap {
    padding: 110px 0px 80px;
}
.box-wrapper {
    position: relative;
}

img.bxImges {
    width: 100%;
    max-width: 300px;
}
.bxTxt {
    margin: 15px 0px 0px;
    width: 70%;
}
.bxTxt h4 {
    font-size: 100px;
    line-height: 80px;
    color: #ef4575;
    font-weight: 800;
    font-family: "Poppins";
    text-align: left;
    margin-top: 35px;
}
.bxTxt h3 {
    font-size: 25px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
}
.border-line {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 145px;
    /* border: 1px solid #a1a1a152; */
    z-index: -1;
    height: 1px;
    background: #bababa;
}
.border-line.rightSide {
    right: 0px;
    left: initial;
}
.dots-points {
    position: relative;
    /* top: 21%; */
    /* left: -28%; */
    width: 25px;
    height: 25px;
    background: #5c59c3;
    border-radius: 50%;
    margin: 40px auto 0;
}
.dots-points:after {
    content: '';
    position: absolute;
    top: -19%;
    left: -22%;
    width: 35px;
    height: 35px;
    background: #5c59c329;
    border-radius: 50%;
    z-index: -1;
    /* box-shadow: 0px 0px 8px #5c59c37a; */
}
.box-wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -23%;
    width: 1px;
    height: 100%;
    /* background: #a1a1a152; */
    z-index: -1;
}
.box-wrapper.leftSide {
    text-align: right;
}
.leftSide .bxTxt h4 {
    font-size: 100px;
    line-height: 80px;
    color: #ef4575;
    font-weight: 800;
    font-family: "Poppins";
    text-align: right;
}
.leftSide .bxTxt h3 {
    font-size: 25px;
    line-height: 38px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: right;
    width: 70%;
    display: flex;
    justify-content: end;
    margin-left: 160px;
    margin-top: 16px;
}
.box-wrapper.leftSide .bxTxt {
    width: 100%;
}
a.nextBtn {
    font-size: 20px;
    line-height: 42px;
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
}
.areaLine {
    position: relative;
}
.areaLine:after {
    content: '';
    position: absolute;
    top: 2%;
    left: 50%;
    width: 1px;
    height: 75%;
    background: #bababa;
    z-index: -1;
}
.skip_proceed a.nav-link {
    text-decoration: underline;
    color: #5b59c3;
    font-size: 18px;
    padding-bottom: 15px;
}
