* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

.header {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    /* background: red; */
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .active1 {
    background-color: #212529;
  } */

.about-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid black;
    padding: 10px 20px;
    text-decoration: none;
}

.about-btn:hover {
    background-color: #000;
    color: #fff;
}

.back-ground {
    background-color: #F5F7FA;
    padding: 50px 0px;
}



.clients {
    margin: 4.8rem auto;
}

.clients li {
    list-style: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.clients img {
    width: 100%;

}

.clients:hover li {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.clients:hover li:not(:hover) {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.clients li:hover {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
}

@media (min-width: 1024px) {
    

    .clients img {
        height: 4rem;
    }
}

/* --- Images (gray logo) --- */
.clients img {
    -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
    filter: grayscale(100%) brightness(10%) contrast(10%);
}

.clients img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cta-btn {
    background-color: #FFB600;
    color: #1D1660;
    border: 1px solid #FFB600;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    border-radius: 0.25rem;
}

.cta-ground {
    background-color: #1D1660;
    padding: 50px 0px;
}

.cta-ground label{
    color: #fff;
}

.footer{
    background-color: whitesmoke;
    padding: 50px 0px;
}

.footer img{
    width: 200px;
}


.footer ul{
    list-style: none;
    margin-top: 30px;
    padding: 0px;
}

.footer ul li{
    margin-top: 10px;
}

.footer ul li a {
    color: rgb(159 158 158);
}

.footer ul li a:hover{
    color: #000 !important;
}


.navbar-brand img{
    width: 140px;
}

.nav-link{
    color: #fff !important;
    padding: 0px 16px !important;
    font-size: 14px;
}

.bars{
    color: #fff;
}
.navbar{
    padding: 15px 60px !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 100%) !important;
    border-color: rgb(255 255 255 / 100%) !important;
}

.nav-links{
    font-size: 14px;
    background-color: white;
    color: #000;
    padding: 5px 15px;
}

.social-icons {
    display: flex;
    margin-top: 10px !important;
}

.social-icons li i{
    background-color: black;
    color: #fff;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 210px;
}

.carousel-caption h5{
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
}

.carousel-caption p {
    text-align: left;
    font-size: 20px;
}

.about-us .abt-text {
    position: absolute;
    left: 179px;
    width: 100%;
    max-width: 432px;
    text-align: left;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.about-us .abt-text h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins";
    line-height: 48.8px;
    color: #FFFFFF;
}

.about-us .abt-text p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 24px;
}

.purpose {
    background-color: #f5f7fa;
    padding: 138px 0 95px 0;
}

.purpose h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #000000;
    margin-bottom: 16px;
    font-family: "Poppins";
}

.purpose .purpose-text {
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins";
    color: #202121;
    line-height: 21px;
    width: 100%;
    max-width: 485px;
    margin-bottom: 43px;
}

.purpose img {
    padding-bottom: 27px;
}

.purpose .purpose-heading {
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins";
    color: #000000;
    line-height: 21px;
}

.purpose .consult-text {
    font-weight: 400;
    font-size: 16px;
    color: #202121;
    line-height: 21px;
    width: 100%;
    max-width: 301px;
    margin-bottom: 43px;
    font-family: "Poppins";
    height: 65px;
    overflow-y: hidden;
}

.global {
    padding: 112px 0px;
}

.global .global-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.global h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    font-family: "Poppins";
    color: #000000;
}

.global p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Poppins";
    color: #202121;
    margin-top: 8px;
    width: 100%;
    max-width: 370px;
}

.global .map {
    width: 100%;
}

.global h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #4200FF;
    font-family: "Poppins";
}

.global h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins";
    color: #202121;
    margin-top: 8px;
}

.our-mission {
    text-align: center;
    width: 100%;
    /* max-width: 853px; */
    margin: 0 auto;
    padding: 128px 0 140px 0;
    background-color: #f5f7fa;
}

.our-mission h1 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-family: "Poppins";
    margin-bottom: 8px;
}

.our-mission p {
    font-size: 16px;
    font-weight: 400;
    color: #202121;
    line-height: 21px;
    font-family: "Poppins";
    width: 100%;
    /* max-width: 843px; */
}

.contact-ban .banner {
    position: relative;
}

.contact-ban .banner img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 487px;
}

.contact-ban .banner .overlay .head-1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.contact-ban .banner .overlay .head-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 481px;
}

.contact-ban .banner .overlay {
    position: absolute;
    top: 43%;
    left: 12.5%;
    max-width: 410px;
}

.head {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    padding: 50px 0px;
}

.inclusive {
    padding: 100px 0px;
}

 .inclusive .intention {
    background: #F5F7FA;
    padding: 32px;
    text-align: center;
}

 .inclusive .intention img {
    width: 100%;
}

 .inclusive .info {
    padding: 60px 0px 60px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #202121;
}

.careers-overview .banner-img {
    width: 100%;
    height: 720px;
}

.careers-overview .banner-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.careers-overview .banner-content {
    background: #ffffff;
    width: 680px;
    position: absolute;
    padding: 24px;
    top: 500px;
    left: 313px;
    opacity: 0.9;
}

.careers-overview .banner-content .heading {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
}

.btnBorder {
    padding: 16px 30px 16px 30px;
    background: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;
    position: relative;
    text-decoration: none;
}

.btnBorder.hoverBorder {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btnBorder span {
    font-weight: 400;
    font-size: 16px;
    color: #030406;
    position: relative;
    z-index: 2;
}

.benefits {
    width: 100%;
    /* height: 552px; */
    background-color: #f5f7fa;
    padding: 50px 0px;
}

.benefits .benefits-content {
    position: relative;
    /* top: 60px; */
   
}

.benefits .benefits-content h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}

.benefits .benefits-content .benf-cards {
    margin-top: 32px;
    position: relative;
    /* right: 50px; */
  
}

.benefits .benefits-content .benf-cards .myCard {
    border: none;
    /* width: 302px; */
    /* height: 180px; */
    background-color: transparent;
}

.benefits .benefits-content .benf-cards .myCard .icon {
    position: relative;
    top: 29px;
    left: 0;
}

.card-body1{
    margin-top: 50px;
} 

.benefits .benefits-content .benf-cards .myCard .card-body1 .heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}

.benefits .benefits-content .benf-cards .myCard .card-body1 .caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    height: 72px;
    overflow-y: hidden;
}


.vacancies {
    width: 100%;
    height: 651px;
}


.vacancies .vacancies-content {
    padding:50px 0px
}

.justify-content-around {
    justify-content: space-around!important;
}

.vacancies .vacancies-content .head-content {
    max-width: 292px;
}

.vacancies .vacancies-content .head-content .heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}

.vacancies .vacancies-content .head-content .btnBorder {
    margin-top: 32px;
}

.vacancies .vacancies-content .list {
    width: 736px;
    height: 73px;
}

.vacancies .vacancies-content .list .myList {
    width: 736px;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    margin-bottom: 24px;
}

.vacancies .vacancies-content .list .myList .features {
    color: #082017;
    display: inline-block;
    max-width: 440px;
    padding-bottom: 24px;
}

.vacancies .vacancies-content .list .myList .features .heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}

.vacancies .vacancies-content .list .myList .features ul {
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.vacancies .vacancies-content .list .myList .features ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}

.vacancies .vacancies-content .list .myList .link {
    position: relative;
    bottom: 0;
    float: right;
}

.vacancies .vacancies-content .list .myList .link a {
    font-size: 16px;
    line-height: 130%;
    color: #202121;
    margin-left: -23%;
}

.event-banner {
    position: relative;
}

.event-banner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 598px;
    background: linear-gradient(2.83deg, rgba(0, 0, 0, 0.4) 16.1%, rgba(0, 0, 0, 0) 44.02%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 7.43%, rgba(0, 0, 0, 0) 100%);
}

.event-banner .title-text {
    width: 617px;
    position: absolute;
    top: -200px;
    /* left: 60px; */
}

.event-banner .title-text .text {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #ffffff;
}

@media (max-width:576px){
    .navbar{
        padding: 10px !important;
    }

    .navbar-brand img{
        width: 150px;
    }

    .about-us img{
        height: 640px;
    object-fit: cover;
    }

    .about-us .abt-text h3 {
        font-size: 32px;
    }

    .about-us .abt-text p {
        font-size: 14px;
    }

    .about-us .abt-text {
        left: 12px;
        max-width: 95%;
        top: unset;
        bottom: -19px;
    }

    .purpose {
        padding: 80px 0 80px 0;
    }

    .global {
        padding: 80px 15px;
    }

    .contact-ban .banner .overlay {
        left:5%;
    }
    
}

@media (max-width:786px){
    .nav-item{
        margin-top: 10px;
    }

    .nav-links {
        position: absolute;
        top: 15px;
        right: 70px;
    }

    .our-mission {
        text-align: unset;
        padding: 80px 0 80px 0;
        max-width: 100%;
        margin: unset;
    }

    .our-mission h1 {
        font-size: 20px;
        line-height: 30px;
        text-align: unset;
    }

    .contact-ban .banner .overlay .head-1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 122%;
        margin-bottom: 16px;
    }

    .contact-ban .banner .overlay .head-2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        max-width: 328px;
    }

    .careers-overview .banner-img img {
        width: 100%;
        height: 640px;
    }

    .careers-overview .banner-content {
        width: 100%;
        /* height: 100%; */
        padding: 16px;
        left: 0;
        top: 400px;
    }

    .careers-overview .banner-content .heading {
        width: 100%;
        height: 58px;
        font-size: 24px;
        left: 0;
    }

    .wM-100 {
        width: 100% !important;
    }

    .careers-overview .banner-img {
        width: 100%;
        height: 100%;
    }

    .vacancies .vacancies-content .list {
        margin-top: 32px;
    }

    .vacancies .vacancies-content .list .myList {
        width: 100%;
        /* height: 99px; */
        padding-bottom: 16px;
    }

    .vacancies .vacancies-content .list .myList .features ul li {
        margin: 0;
    }

    .vacancies .vacancies-content .list .myList .link {
        float: left;
        bottom: 0;
        margin-top: 8px;
    }

    .vacancies .vacancies-content .list .myList .link a {
        margin-left: 0;
    }

    .vacancies .vacancies-content {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-top: 80px;
    }

    .vacancies {
        height: 800px;
    }
}

