#form-link {
    display: none;
}

/* banner css */
.himms-banner-wr{
    padding: 120px 0 50px;
    height: 920px;
    background: url('../img/himms-banner-compressed-img-with-grdient.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.himms-common-layout{
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
}
.himms-common-layout h1{
    font-family: Montserrat;
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    text-align: center;
}
.himms-common-layout .vertical-flex{
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.himms-info-flex{
    display: flex;
    align-items: center;
    gap: 8px;
}
.himms-info-flex .icon-wr{
    min-width: 36px;
}
.himms-info-flex.himms-mb-20{
    margin-bottom: 20px;
}
.himms-info-flex span{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    color: #FFFFFF;
    display: inline-block;
    max-width: 510px;
}
/* banner css end */

.himms-forms-wrapper{
    padding: 64px 20px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.himms-forms-wrapper h2{
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;
    margin-bottom: 20px;
    text-align: center;
}
.himms-forms-wrapper p{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 30.47px;
    letter-spacing: 0.005em;
    color: #484C52;
    max-width: 846px;
    margin: 0 auto;
    margin-bottom: 45px;
    text-align: center;
}
.himms-forms-wrapper .forms-flex{
    display: flex;
    gap: 16px;
}
.himms-forms-wrapper .forms-flex .left-side{
    width: 100%;
}
.himms-forms-wrapper .forms-flex .right-side{
    
}
.himms-forms-wrapper .white-card{
    box-shadow: 0px 4px 20px 0px #002A631A;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 16px;
}
.himms-forms-wrapper .white-card h2{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 36.57px;
    letter-spacing: 0.005em;
    color: #212527;
    margin-bottom: 36px;
}
.partner-image-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 433px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px 60px;
    margin-bottom: 20px;
}
.partner-image-flex img{
    max-width: 100%;
}
.himms-forms-wrapper .blue-card{
    box-shadow: 0px 4px 20px 0px #002A631A;
    background: linear-gradient(163.06deg, #4579D6 1.55%, #224F9F 100.62%) , url('../img/basic_earth_map_continents_himms.png');
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 30px;
    height: 242px;
}
.himms-forms-wrapper .blue-card h2{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 36.57px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}
/* form css */
.form-viva-wrap{
    min-width: 450px;
    border-radius: 20px;
    padding: 36px 30px;
    border: 1px solid #407BFF;
    backdrop-filter: blur(10px)
}
.form-viva-wrap h2{
    font-family: Montserrat;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 30px !important;
    color: #212527;
    margin-bottom: 8px;
}
.form-viva-wrap p{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #424242;
    margin-bottom: 24px;
}
.form-viva-wrap .form-group{
    margin-bottom: 16px !important;
    padding: 0 !important;
}
.form-viva-wrap .form-group .form-control{
    border: 1px solid #E0E2E7;
    border-radius: 8px;
    padding: 19px 16px;
    height: 40px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: #212527;
}
.form-viva-wrap .form-group .form-control::placeholder{
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.005em !important;
    color: #858D9D !important;
}
.form-viva-wrap .form-group textarea{
    padding: 8px 16px !important;
    height: 65px !important;
}
.form-viva-wrap .col-form-label.talent-label{
    padding: 0 !important;
    margin-bottom: 8px !important;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    color: #212527;
}
.form-viva-wrap .col-form-label.talent-label .imp{
    color: #D00B0A !important;
}
.form-viva-wrap .core-btn.talent-btn{
    background-color: #2F74ED !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 10px 18px !important;
    outline: 0 !important;
    height: 46px;
    border-radius: 30px !important;
}
.form-viva-wrap .core-btn.talent-btn img{
    margin-right: 10px !important;
}

/* experience wrapper css */
.exp-common-max-width{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 64px;
}
.himms-exp-wrapper{
    display: flex;
    justify-content: center;
    gap: 16px 65px;
    padding: 70px 20px;    
    border-radius: 16px;
    background: linear-gradient(163.06deg, #4579D6 1.55%, #224F9F 100.62%) , url('../img/himm-exp-bg-img.png');
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.himms-exp-wrapper .exp-div{
    max-width: 190px;
}
.himms-exp-wrapper .exp-div h3{
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -0.04em;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.himms-exp-wrapper .exp-div h3 span{
    font-size: 40px;
    padding-left: 4px;
}
.exp-heading-wr{
    margin: 0 auto;
    width: fit-content;
}
.himms-exp-wrapper .exp-div h3::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 30%;
}
.himms-exp-wrapper .exp-div p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: #ffffff;
    text-align: center;
}
.exp-img-wr{
    display: flex;
    justify-content: center;    
    height: 60px;
    width: 60px;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
}
.himms-exp-wrapper .exp-div img{
    text-align: center;
}

.vive-global-lead-wr{
    padding: 50px 20px;

}
.vive-global-lead-wr h2{
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;    
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.vive-global-lead-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 40px;
    flex-wrap: wrap;
}
.social-icon-wrapper{
    display: flex;
    justify-content: center;
    gap: 12px 23px;
}
.social-icon-wrapper a{
    border-radius: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}
.social-icon-wrapper a img{
    width: 56px;
}
.social-icon-wrapper a:hover {
    transform: translateY(-5px);
}

.stay-connected-section{
    background-image: url('../img/stay-connected-bg.png');
}
.stay-connected-section .vive-global-lead-wr h2{
    color: #fff !important;
}

.stay-connected-section  .vive-global-lead-wr{
    padding: 90px 20px;
}

/* our experts css start here */
.our-experts-wrapper{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    padding-bottom: 20px;
}
.our-experts-wrapper .expert-flex{
    display: flex;
    align-items: center;
    gap: 10px 38px;
}
.our-experts-wrapper .expert-flex .info{
    width: 100%;
    margin-bottom: 32px;
}
.our-experts-wrapper .expert-flex .info h2{
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;
    margin-bottom: 12px;
}
.our-experts-wrapper .expert-flex .info p{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 30.47px;
    letter-spacing: 0.005em;
    color: #484C52;
    margin-bottom: 0;
}
.our-experts-wrapper .expert-card-wr{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.our-experts-wrapper .linkedin {
    border-radius: 4px;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    margin: 0 auto;
    background: #0076B2;
}

.our-experts-wrapper .expert-div{
    box-shadow: 0px 2px 15px 0px #001C591A;
    border-radius: 12px;
    min-width: 216px;
    /* max-width: 260px; */
}
.our-experts-wrapper .expert-div .img-wr{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.our-experts-wrapper .expert-div .img-wr img{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.our-experts-wrapper .expert-div .expert-data{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    padding: 16px 10px;
    max-width: 230px;
}
.our-experts-wrapper .expert-div .expert-data h3{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    letter-spacing: 0.005em;
    color: #212527;
    margin-bottom: 8px;
}
.our-experts-wrapper .expert-div .expert-data span{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.28px;
    letter-spacing: 0.005em;
    display: inline-block;
    margin-bottom: 16px;
}

/* media queries */
@media only screen and (max-width : 1600px){
    .himms-banner-wr{
        height: 800px;
    }
}
@media only screen and (max-width : 1366px){
    .himms-common-layout h1{
        font-size: 80px;
        line-height: 90px;
    }
    .himms-forms-wrapper h2,
    .vive-global-lead-wr h2,
    .our-experts-wrapper .expert-flex .info h2{
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width : 1024px){
    .himms-banner-wr{
        height: 100vh;
    }
    .himms-common-layout h1 {
        font-size: 60px;
        line-height: 70px;
        max-width: 800px;
        margin: 0 auto;
    }
    .our-experts-wrapper .expert-flex{
        flex-wrap: wrap;
        gap: 20px;
    }
    .our-experts-wrapper .expert-flex .info{
        max-width: 100%;
    }
    .himms-forms-wrapper p,
    .our-experts-wrapper .expert-flex .info p{
        font-size: 18px;
        line-height: 24px;
    }
    .form-viva-wrap{
        min-width: 360px;
        padding: 26px 20px;
    }
    .himms-forms-wrapper .white-card{
        padding: 26px 20px;
    }
    .himms-forms-wrapper .white-card h2{
        font-size: 25px;
        line-height: 30px;
    }
    .himms-exp-wrapper .exp-div h3{
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width : 767px){
    .himms-forms-wrapper .forms-flex{
        flex-wrap: wrap;
    }
    .form-viva-wrap{
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
    .himms-forms-wrapper .forms-flex .right-side{
        width: 100%;
    }
    .himms-forms-wrapper{
        padding: 40px 10px;
    }
    .exp-common-max-width{
        padding: 0 10px 40px 10px;
    }
    .vive-global-lead-wr{
        padding: 40px 10px;
    }
    .vive-global-lead-wr h2{
        margin-bottom: 30px;
    }
    .stay-connected-section .vive-global-lead-wr{
        padding: 60px 10px;
    }
    .our-experts-wrapper .expert-flex .expert-card-wr{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .our-experts-wrapper .expert-flex .expert-div{
        width: 216px;
    }
    .himms-exp-wrapper{
        gap: 12px 40px;
        padding: 48px 10px;
        flex-wrap: wrap;
    }
    .himms-exp-wrapper .exp-div{
        width: 170px;
        min-width: 170px;
    }
    .himms-forms-wrapper h2, .vive-global-lead-wr h2, .our-experts-wrapper .expert-flex .info h2{
        font-size: 32px;
        line-height: 42px;
    }
}