
html{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}


/*font-family: Arial;*/
body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;
    color: #262626;
    box-sizing: border-box;
     font-style: normal;
    /* padding-top: 83px; */
}

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;
}
.paragraph-text {
    font-size: 16px;
    margin: auto;
    color: #525252;
    line-height: 22px;
    font-weight: 500;
}
p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pt-50{
    padding-top: 70px;
}
.pb-70{
   padding-bottom: 70px;
}
.my-90{
    margin-top: 90px;
    margin-bottom: 90px;
}
.blackBtn{background:#000 !important;}
.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
   
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #1f2efa;
    border-color: #1f2efa;
    box-shadow: none;
}
.btn-primary {
    background-color: #1f2efa;
    border-color: #1f2efa;
    color: #fff;
}
.btn-primary:hover {
    background: #1f2efa;
    color: #fff;
    border: 1px solid #1f2efa;
    opacity: 0.8;
}
.rounded-pill {
    border-radius: 50px !important;
}
.mr-16 {
    margin-right: 16px !important;
}
.btn-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #1f2efa;
    border-color: #1f2efa;
}
.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 35px;
    font-size: 15px;
}
 /**************** header-section 31-01-2025 by Nadeem *******************************************/
.header-section {
    background: none;
    transition: all .3s ease;
    height: auto;
    padding: 0px 40px;
}
.header-section.fixed {
    background: #fff;
    transition: all .3s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 18px 45px;
    height: 85px;
}
img.nav-logo {
    max-height: 35px;
}
.header-section a.navbar-brand {
    padding: 0px;
    margin: 0px;
}
span.navbar-toggler-icon {
    color: #1f31f7;
    padding-top: 6px;
    font-size: 23px;
}
button.navbar-toggler {
    background: #ffffff;
    padding: 4px 9px;
    border-radius: 3px;
}

.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;
    /* margin-left: 85px; */
}

ul.navbar-nav li.nav-item {
    margin-left: 20px;
}

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: #1f2efa;
}
ul.navbar-nav li.nav-item a.nav-link.active {
    color: #1f2efa;
}
ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 30px;
    /* text-transform: uppercase; */
    text-decoration: none;
    letter-spacing: 0.5px;
}
form.header-right {
    width: 30%;
    justify-content: flex-end;
}

.form-control:focus {
    color: #262626;
    background-color: #fff;
    border-bottom:1px solid #b26fae !important;
    outline: 0;
    box-shadow: none;
}
.rightSIde a.nav-link {
    background: #1f2efa;
    color: #fff !important;
    padding: 10px 32px !important;
    line-height: 22px;
}
.rightSIde a.nav-link.account {
    background: none;
    color: #1f2efa !important;
    border: 1px solid #1f2efa;
}
.rightSIde a.nav-link.account:hover {
    background: #1f2efa;
    color: #fff !important;
    border: 1px solid #1f2efa;
}

.btn-outline-primary {
    color: #1f2efa;
    border-color: #1f2efa;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1f2efa;
    border-color: #1f2efa;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none;
}
/**/

.hero-banner-wrap {
    background-image: url(../images/banner-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 670px;
    background-color: #ffffff;
    padding: 45px 30px 30px 30px;
    border-radius: 50px;
    width: 100%;
    max-width: 1440px;
    margin: 50px auto 0;
}
.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 74%; */
    padding-top: 130px;
}
h3.content-heading {
    color: #1f2efa;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    line-height: 64px;
}
section.section-tool {
    /* background-image: url(../images/images01.png); */
    background-repeat: no-repeat;
    background-size: 49%;
    background-position: center;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    position: relative;
    /* height: 414px; */
}
img.images01-sec {
    width: 52%;
    margin: 0px auto;
    display: flex;
}
.join-movement {
    margin-top: 30px;
}
a.btn.btn-outline-primary.border-txt {
    color: rgb(82 82 82 / 60%);
    border-color: rgb(82 82 82 / 60%);
}
a.btn.btn-outline-primary.border-txt:hover {
    color: #fff;
    border-color: #1f2efa;
}
.tool-content {
    width: 50%;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tool-content h4 {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}
.tool-content p.paragraph-text {
    padding-top: 30px;
    /* color: #000; */
}

.card-bxs {
    background-image: url(../images/collaborative-platform-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 92%;
    padding: 0;
    border-radius: 30px;
    transition: all 0.4s ease;
    overflow: hidden;
    height: 390px;
}
.card-bxs .card-body {
    padding: 45px 35px 0px 35px;
}
.card-bxs h5.card-title {
    font-size: 22px;
    margin-bottom: 16px;
    overflow: hidden;
    line-height: 32px;
    font-weight: 900;
}
.card-image {
    text-align: right;
    position: relative;
}
.card-image img {
    /* max-height: 246px; */
    position: absolute;
    top: 10px;
    right: -55px;
    width: 60%;
}
.head-title {
    font-size: 26px;
    color: #1f2efa;
    font-weight: 700;
}
   .join-member {
    gap: 0px;
}
    .join-icon {
    width: 6%
}
.join-content {
    width: 100%;
}
.join-member {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}
.join-icon img {
    max-height: 28px;
}
section.movement-section {
    background: #fff8ef;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 60px 50px;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 100px; */
}

img.indian-asian-corporate {
    width: 45%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.part-of-movement h2 {
    font-size: 50px;
    text-align: right;
    color: #1f2efa;
    font-weight: 900;
}
.input-text {
    outline: none;
    width: 100%;
    padding: 10px 35px 0px 0;
    font-size: 14px;
    outline: 0;
    font-weight: 600;
    color: #717171;
    height: 45px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
.input-text:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.input-text ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1f2efa;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.reach-out-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
input:-webkit-autofill {
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}
.container-reach-out {
    background: #e1f5fa;
    width: 1220px;
    margin: 0px auto;
    border-radius: 30px;
    padding: 50px 50px;
}
section.reach-out-sec {
    padding-bottom: 90px;
    padding-top: 90px;
}
.reach-out-title {
    font-size: 45px;
    color: #1f2efa;
    line-height: 56px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 900;
    margin-right: 45px;
}

.reach-out-form {
    background-color: white;
    padding: 50px 40px;
    border-radius: 30px;
}

section.leadership-slider {
    padding-top: 90px;
}
.leadership-card {
    background: #fff6e2;
    padding: 60px 85px 0px 85px;
    border-radius: 30px;
    overflow: hidden;
    height: 560px;
}
.inner-slider {
    padding-top: 70px;
}
.leadership-wrap h1 {
    font-size: 28px;
    color: #1f2efa;
    line-height: 44px;
    width: 92%;
    font-weight: 800;
}
.leadership-wrap img {
    width: 597px !important;
    margin: 0px auto;
    padding-top: 36px;
}
.leadership-card .join-content {
    margin-bottom: 25px;
}
.discover-more {
    display: flex;
    font-size: 15px;
    color: #1f2efa;
    padding-top: 30px;
    cursor: pointer;
    font-weight: 600;
}
.discover-more img {
    width: auto !important;!i;!;
    max-height: 16px;
    margin-top: 0px;
}
.owl-dots {
    display: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 3%;
    font-size: 28px !important;
    transform: translate(5%, 0%);
}
.owl-nav .owl-next {
    right: 0px;
    left: 93%;
}

/*footer-section*/
footer.footer-section {
    background-color: #1f2efa;
    padding: 55px 0px 30px 0px;
}
ul.footer-list {
    display: flex;
    text-align: center;
    justify-content: center;
}

ul.footer-list li.nav-item {
    margin-right: 30px;
}
ul.footer-list li.nav-item a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.social-list {
    display: flex;
    gap: 16px;
    text-align: right;
    width: 100%;
    justify-content: end;
}
.copyright-txt span {
    font-family: cursive;
}
.copyright-txt {
    color: #fff;
    font-size: 14px;
    padding-top: 90px;
    width: 100%;
    position: relative;
}
.copyright-txt:after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: 0px;
    width: 55%;
    height: 1px;
    background: #ffffff;
}