@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');

* {
    font-family: "Poppins", sans-serif !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.contact_cmnBtn {
    padding: 5px 5px 5px 30px;
    background-color: #1E2A3D;
    font-size: 14px;
    line-height: 155.5%;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    border-radius: 60px;
    align-items: center;
    transition: 0.5s;
}
.contact_cmnBtn .arrow_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    margin-left: 15px;
    transition: 0.5s;
}
.contact_cmnBtn:hover {
    background: #FFFFFF;
    color: #1E2A3D;
    text-decoration: none;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.contact_cmnBtn:hover .arrow_icon {
    background-color: #1E2A3D;
}
.contact_cmnBtn .arrow_icon img {
    transition: 0.5s;
}
.contact_cmnBtn:hover .arrow_icon img {
    transform: rotate(45deg);
    filter: brightness(0) invert(1);
}

.contactUs_bnr {
    width: 100%;
    display: inline-block;
    padding: 56px 0 63px;
    background: url(../images/contact/contact-bnr-bg.jpg) no-repeat center / cover;
}
.contactUs_bnr .techno-exponent-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact_bnr_left {
    width: 50%;
    padding-right: 35px;
}
.contact_bnr_right {
    width: 50%;
    padding-left: 35px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: -30px;
}

.contact_bnr_left .subTxt {
    display: block;
    font-size: 28px;
    line-height: 116.5%;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
}
.contact_bnr_left h2 {
    font-size: 71px;
    line-height: 116.5%;
    font-weight: 800;
    color: #000000;
}
.contact_bnr_left h2 .mark {
    display: inline-block;
    color: #DD0000;
}
.exCard_box {
    width: 271px;
    padding: 60px 22px 71px 28px;
    border-radius: 30px;
    background: #FFFFFF;
}
.exCard_box .bnr_sm_txt {
    display: block;
    font-size: 19px;
    line-height: 155.5%;
    font-weight: 400;
    color: #000000;
}
.exCard_box h3 {
    font-size: 26px;
    line-height: 122.5%;
    font-weight: 800 !important;
    color: #000000;
    margin-bottom: 9px;
}
.exCard_box p {
    font-size: 14px;
    line-height: 155.5%;
    font-weight: 400;
    color: #000000;
}
.exCard_box .bookCall_btn {
    margin-top: 27px;
}
.exCard_box .bookCall_btn .arrow_icon {
    width: 29px;
    height: 29px;
    padding: 9px;
}


.companyDtl_section {
    width: 100%;
    display: inline-block;
    padding: 143px 0 72px;
}
.cstm_row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.cstm_col_6 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.companyDtl_section .cstm_col_6 + .cstm_col_6 {
    padding-left: 7%;
}

.companyDtl_bx {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.company_stats {
    display: flex;
    flex-wrap: wrap;
}
.company_stats li {
    max-width: 50%;
    flex: 0 0 50%;
}

.card_stats {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 22px;
}
.companyStats_icon {
    width: 109px;
    height: 109px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 50%;
    margin: 0px auto 3px;
}
.card_stats > strong {
    display: block;
    font-size: 53px;
    line-height: 166.5%;
    font-weight: 700;
    color: #DD0000;
}
.card_stats > span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    margin-top: -12px;
}

.certfied_box {
    width: 100%;
    max-width: 85%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 45px auto 0;
}

.companyDtl_bx h4 {
    font-size: 20px;
    line-height: 155.5%;
    font-weight: 600;
    color: #000000;
    margin-top: 27px;
    text-align: center;
}
.companyDtl_bx .contact_cmnBtn {
    margin: 23px auto 0;
}

.contact_form_bx {
    width: 100%;
    display: inline-block;
    padding: 42px 40px 48px;
    border-radius: 20px;
    background: #F8F8F8;
}
.contact_form_bx h2 {
    font-size: 41px;
    line-height: 109.5%;
    font-weight: 800;
    color: #000000;
    margin-bottom: 35px;
    position: relative;
}
.contact_form_bx h2 small {
    font-size: 21px;
    line-height: 116.5%;
    font-weight: 300;
    display: block;
}
.contact_form_bx h2::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background: #DD0000;
    bottom: -14px;
    left: 0;
}

.contact_form_bx > span {
    font-size: 13px;
    line-height: 166.5%;
    font-weight: 400;
    display: block;
    color: #000000;
    margin-bottom: 24px;
}

.form_fild_group {
    width: 100%;
    display: inline-block;
    padding-bottom: 13px;
}
.contact_form_bx .form_fild {
    width: 100%;
    display: inline-block;
    padding: 13px 18px;
    border: 1px solid #E6E6E6;
    background: #FFFFFF;
    color: #000000;
    font-size: 12px;
    line-height: 159%;
    font-weight: 400;
    height: auto;
}
.form_fild:focus {
    border-color: #E6E6E6 !important;
    box-shadow: none !important;
}
.contact_form_bx .form_fild::placeholder {
    color: #807E7E;
}

.btnArea {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 46px;
}
.contact_form_bx .contact_cmnBtn {
    border: none;
}
.contact_form_bx .contact_cmnBtn:hover {
    background: #FFFFFF !important;
}

.ct_our_expert_section {
    width: 100%;
    display: inline-block;
    padding: 72px 0 59px;
}
.ct_our_expert_section .subHd {
    display: block;
    font-size: 41px;
    line-height: 109.5%;
    font-weight: 300;
    color: #000000;
    text-align: center;
}
.ct_our_expert_section h2 {
    font-size: 46px;
    line-height: 124.5%;
    font-weight: 800;
    color: #000000;
    margin-bottom: 78px;
    text-align: center;
}

.ct_expert_row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.ct_expert_col {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    display: flex;
}
.ct_expertCont {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
    border-radius: 10px;
    transition: 0.5s;
    overflow: hidden;
}
.ct_expert_img {
    width: 100%;
    height: 270px;
    position: relative;
}
.ct_expert_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.ctImg_cover {
    position: absolute;
    width: 100%;
    border-top: 110px solid transparent;
    border-right: 280px solid #F8F8F8;    
    border-left: 0px solid #F8F8F8;
    z-index: 1;
    bottom: -1px;
    transition: 0.5s;
}
.ct_expertCont:hover .ctImg_cover {
    border-right: 0px solid #F8F8F8;
    border-left: 280px solid #F8F8F8;
}
.ct_expert_dtl {
    padding: 8px 8px 55px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.ct_expert_dtl h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 155.5%;
    color: #000000;
    margin-bottom: 13px;
}
.ct_expert_dtl > span {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
.ct_expert_dtl .btn_linkedin {
    display: block;
    padding: 7px;
    width: 154px;
    height: 39px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #FFFFFF;
    background: #0183BE;
    border-radius: 5px;
    margin: 25px auto 0;
    transition: 0.5s;
}

.ct_expert_dtl .btn_linkedin:hover {
    text-decoration: none;
    background: #FFFFFF;
    color: #0183BE;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transform: skew(0) translate(4px, -4px);
}

.location_Section {
    width: 100%;
    display: inline-block;
    padding: 11px 0 45px;
}
.location_area {
    margin-bottom: 30px;
}
.loc_img_box {
    width: 100%;
    height: 307px;
    overflow: hidden;
    position: relative;
    border-radius: 34px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.loc_img_box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.loc_img_box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(30, 42, 61, 0.88);
}
.loc_cont {
    position: relative;
    /* left: 0;
    right: 0;
    margin: auto; */
    /* max-width: 372px; */
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.loc_icon {
    width: 58px;
    height: 58px;
    border: 1px solid #FFFFFF;
    background-color: #DD0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.loc_info {
    width: 100%;
    padding-top: 14px;
    text-align: center;
}
.loc_info h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 109.5%;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.loc_info h2 span {
    font-size: 17px;
    font-weight: 300;
    line-height: 116.5%;
    display: block;
}
.loc_info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 155.5%;
    color: #FFFFFF;
}

.video-wrapper {
    position: relative;
    width: 55%;
    height: 100%;
    overflow: visible;
    float: right;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.gl_pres_bx {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gl_pres_bx h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 124.5%;
    color: #000000;
    margin-bottom: 21px;
}
.gl_pres_list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.gl_pres_list li {
    display: inline-block;
    border-radius: 24px;
    background-color: #1E2A3D;
    padding: 9px;
}
.gl_pres_list li:not(:last-child) {
    width: calc(25% - 22.5px);
}
.gl_pres_list li:last-child {
    padding: 9px 45px;
}
.gl_pres_list li span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 155.5%;
    color: #FFFFFF;
}
.gl_pres_list li span::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DD0000;
    top: 10px;
    left: -20px;
}

@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1199px) {
    .contact_bnr_left h2 {
        font-size: 54px;
        line-height: 112.5%;
    }
    .contact_bnr_right {
        padding-left: 10px;
    }
    .exCard_box {
        padding: 50px 16px 60px 16px;
    }

    .companyDtl_section {
        padding: 90px 0 55px;;
    }

    .companyStats_icon {
        width: 80px;
        height: 80px;
        padding: 13px;
    }
    .card_stats > strong {
        font-size: 42px;
    }

    .companyDtl_bx h4 {
        font-size: 18px;
    }

    .ct_our_expert_section {
        padding: 50px 0 45px;
    }
    .ct_our_expert_section .subHd {
        font-size: 32px;
    }
    .ct_our_expert_section h2 {
        font-size: 38px;
        margin-bottom: 60px;
    }

    .ct_expert_dtl h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .ct_expert_dtl > span {
        font-size: 13px;
        line-height: 20px;
        min-height: 72px;
    }
    .ct_expert_dtl .btn_linkedin {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1024px) {
    .cstm_row {
        margin: 0 -10px;
    }
    .companyDtl_section .cstm_col_6 + .cstm_col_6 {
        padding-left: 15px;
    }
    
    .ctImg_cover {
        border-right: 230px solid #F8F8F8; 
    }
    .ct_expertCont:hover .ctImg_cover {
        border-right: 0px solid #F8F8F8;
        border-left: 230px solid #F8F8F8;
    }
    
    .gl_pres_list li span {
        font-size: 17px;
    }
    .gl_pres_list li span::before {
        top: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .contactUs_bnr {
        padding: 35px 0 42px;
    }
    .contact_bnr_left .subTxt {
        font-size: 24px;
    }
    .contact_bnr_left h2 {
        font-size: 50px;
        line-height: 112.5%;
    }
    .exCard_box {
        padding: 30px 16px 40px 16px;
    }
    .exCard_box .bnr_sm_txt {
        font-size: 17px;
    }
    .exCard_box h3 {
        font-size: 22px; 
    }
    .contact_cmnBtn {
        padding: 5px 5px 5px 11px;
    }

    .ct_our_expert_section .techno-exponent-container {
        max-width: 630px;
    }
    .ct_expert_row {
        justify-content: center;
        row-gap: 30px;
    }
    .ct_expert_col {
        max-width: 50%;
        flex: 0 0 50%;
        justify-content: center;
    }
    .ct_expertCont {
        max-width: 280px;
    }
    
    .ctImg_cover {
        border-right: 330px solid #F8F8F8; 
    }
    .ct_expertCont:hover .ctImg_cover {
        border-right: 0px solid #F8F8F8;
        border-left: 330px solid #F8F8F8;
    }

    
    .gl_pres_list {
        gap: 20px;
    }
    
    .gl_pres_list li span {
        font-size: 15px;
    }

}
@media only screen and (max-width: 880px) {
    .contactUs_bnr {
        padding: 35px 0 0px;
    }
    .contact_bnr_left {
        width: 100%;
        padding-right: 0px;
    }
    .contact_bnr_right {
        width: 100%;
        padding-left: 0px;
        justify-content: center;
    }

    .cstm_col_6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .companyDtl_section .cstm_col_6 + .cstm_col_6,
    .location_area .cstm_col_6 + .cstm_col_6 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {    
    .gl_pres_list li:not(:last-child) {
        width: calc(33.333% - 15px);
    }
    .loc_info h2 {
        font-size: 28px;
    }
    .gl_pres_bx h2 {
        font-size: 36px; 
    }
}
@media only screen and (max-width: 580px) {
    .contact_bnr_left .subTxt {
        font-size: 20px;
    }
    .contact_bnr_left h2 {
        font-size: 36px;
        line-height: 109.5%;
    }
    .contact_bnr_right {
        margin-top: 30px;
    }

    .companyDtl_section {
        padding: 60px 0 40px;
    }
    .card_stats > strong {
        font-size: 30px;
    }
    .companyDtl_bx h4 {
        font-size: 16px;
    }

    .contact_form_bx h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .contact_form_bx h2 small {
        font-size: 16px;
    }
    .contact_form_bx > span {
        margin-bottom: 16px;
    }

    .ct_our_expert_section .subHd {
        font-size: 20px;
    }    
    .ct_our_expert_section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
      
    .gl_pres_list li:not(:last-child) {
        width: calc(50% - 15px);
    }

    .loc_img_box {
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .loc_cont {
        width: 100%;
        max-width: 75%;
        margin: 0px auto;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding-bottom: 15px;
    }
    .loc_info {
        width: calc(100% - 58px);
        padding-left: 14px;
        text-align: left;
    }
    .video-wrapper {
        width: 100%;
        height: 200px;
    }
}
@media only screen and (max-width: 480px) {
    .exCard_box {
        padding: 17px 12px 26px 12px;
    }
    .exCard_box .bnr_sm_txt {
        font-size: 14px;
    }
    .exCard_box h3 {
        font-size: 18px;
    }
    .exCard_box p {
        font-size: 12px;
    }
    .exCard_box .bookCall_btn {
        margin-top: 18px;
        font-size: 11px;
    }
    .contact_form_bx {
        padding: 36px 16px 38px;
    }
    .contact_form_bx h2 {
        font-size: 24px;
    }
    .contact_cmnBtn .arrow_icon {
        width: 34px;
        height: 34px;
        padding: 11px;
        margin-left: 10px;
    }
    .ct_our_expert_section {
        padding: 35px 0;
    }
    .ct_expert_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .loc_cont {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 20px;
    }
    .loc_info {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

}
@media only screen and (max-width: 390px) {
    
    .ct_our_expert_section h2 {
        font-size: 24px;
        margin-bottom: 34px;
    }
    .gl_pres_list li:not(:last-child) {
        width: calc(50% - 6px);
    }
    .gl_pres_list {
        column-gap: 12px;
    }
}