.banner-main-slider {
    background-color: #f6f5fd;
  }
  
  .bgLondn {
    background-image: url(../img/london-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 78px;
    background-position: top center;
    padding-top: 70px;
  }
  .bgcocreation {
    background-image: url(../img/Cocreation.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 78px;
    background-position: top center;
    padding-top: 70px;
}
.bgevent {
    background-image: url(../img/Event_Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 78px;
    background-position:  center;
    padding-top: 70px;
}
  .bgLondn>.custom-container-banner {
    position: relative;
    z-index: 2;
}  
.bgcocreation>.custom-container-banner {
    position: relative;
    z-index: 2;
}
.bgevent>.custom-container-banner {
    position: relative;
    z-index: 2;
}
.banner-slider {
    padding: 16px;
}
.bgcocreation:before,
.bgevent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: -moz-linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    z-index: 1;
}

.bgLondn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.78) 100%);
    background: -moz-linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.78) 100%);
    background: linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    z-index: 1;
}

.banner-caption {
    color: #011e45;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center;
}

.banner-sub-caption {
    color: #758395;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 0.5px;
}
.fw_light {
    font-weight: 300 !important;
}
.banner-caption{
    font-weight: 800;
}
.banner-button-groups {
    justify-content: center;
}
.bg_oursrceBtn {
    background: #011e45ba;
}
.border-1 {
    border: 1px solid #011e45;
}
.common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: var(--primary-font); */
    line-height: 100%;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.banner-right-content {
    display: flex;
}
.clients-carousel-techweek .item.box {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 60% !important;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 2px auto;
}
.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.clients {
    padding: 34px 0 0;
}
.clients-carousel-techweek.owl-carousel .owl-dots.disabled, 
.clients-carousel-techweek.owl-carousel .owl-nav.disabled {
    display: none !important;
}
.global-org-sec {
    padding: 32px 16px;
}
.global-org-title {
    color: #1a40aa;
    /* font-family: var(--primary-font); */
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: center;
}
.clients-carousel-techweek.owl-carousel .owl-stage-outer {
    height: auto !important;
}
.acheive-content-title {
    font-weight: 700;
}
.achivCardSec .icon_div {
    height:auto !important;
    display: block;
    width: 100%;
}
.bgLondn .quote:hover {
    text-decoration: none;
    background: #1a40aa !important;
    text-shadow: none;
    color: #fff !important;
}
.custmqt.quote:hover {
    text-decoration: none;
    background: #062374 !important;
    text-shadow: none;
    color: #fff !important;
}
.bgcocreation .quote:hover {
    text-decoration: none;
    background: #1a40aa !important;
    text-shadow: none;
    color: #fff !important;
}
.custmBg1 {
    background: #e6ebfd !important;
}
.confCal {
    vertical-align: bottom;
    font-size: 16px;
    margin-right: 5px;
}
.colrTech {
    color: #1a40aa;
}
.custmtxt1 {
    font-size: 17px;
    margin-bottom: 20px;
}
.prodTRBtn {
    background: #011e45;
    color: #fff;
}
.prodTRBtn:hover{
    text-decoration: none;
    background: #1a40aa !important;
    text-shadow: none;
    color: #fff !important;
}
.custm_pdMob .section_heading h2 {
    font-size: 48px;
    margin-bottom: 23px;
}
.bg_events {
    background: #fafafa;
}
.evnt_lft {
    font-size: 13px;

}
.evnt_lft .fa {
    color: #1972f5;
}
.fnt15 {
    font-size: 15px;
}
.evntstatusComn {
    display: inline-block;
    font-size: 14px;
    background: #eee;
    padding: 2px 7px;
    color: #1972f5;
    border-radius: 2px;
}
.bgAilab {
    background-image: url(../img/ai_master_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 78px;
    background-position:  center;
    padding-top: 70px;
}
.bgAilab>.custom-container-banner {
    position: relative;
    z-index: 2;
}
.bgAilab:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: -moz-linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: linear-gradient(2deg,rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    z-index: 1;
}
.lrn_mrelnk {
    position: absolute;
    bottom: 36px;
    left: 55px;
    color: #043d89 !important;
    font-size: 14px;
    
}
.lrn_mrelnk  a {
    color: #043d89 !important;
    text-decoration: none;
}
.lrn_mrelnk a:hover i {
    padding-left:5px;
}
@media (max-width: 767px) {
   

    .banner-left-content {
        text-align: center;
        margin-top: 42px;
    }
    .custmtxt1 {
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .custm_pdMob .section_heading h2 {
        font-size: 33px;
        margin-bottom: 23px;
    }
   
}
@media (max-width: 389px) {
    .btn-login {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .banner-left-content {
        order: 2;
    }
    .banner-right-content {
        justify-content: center;
    }
    .custm_pdMob {
        padding-top:42px;
        padding-bottom: 42px;
    }
    .achivCardSec .icon_div {
        margin-bottom: 1px;
    }
    .ceoPic {
        max-width: 300px;
    }
    .banner-left-content {
        margin-top: 42px;
    }
    .lrn_mrelnk {
    bottom: 10px;
    left: 55px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
    .ceoPic {
        max-width: 366px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .custom-container-banner {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .px-md-17 {
        padding-left: 17px;
        padding-right: 17px;
    }
    .banner-slider {
        padding: 32px 0px 32px 47px;
        background-color: #f6f5fd;
    }
    .wid_60 {
        width: 60% !important;
    }
    .banner-left-content {
        width: 48%;
        padding-top: 50px;
        padding-left: 32px;
    }
    .banner-caption {
        font-size: 52px;
        text-align: left;
    }
    .banner-sub-caption {
        font-size: 18px;
        text-align: justify;
        /*text-align: left;*/
    }
    .banner-button-groups {
        justify-content: flex-start;
    }
    .common-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    .wid_40 {
        width: 40% !important;
    }
    .banner-right-content {
        width: 52%;
        display: flex;
        justify-content: flex-end;
    }
    .global-org-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .clients {
        padding-top: 64;
    }
}
@media (min-width: 1200px) {
    .banner-caption {
        font-size: 57px;
    }
    .fs_med {
        font-size: 50px;
    }
    .common-btn {
        font-size: 20px;
        padding: 8px 16px;
    }
}
@media (min-width: 1700px) {
    .banner-slider {
        padding: 100px 0px 100px 47px;
    }
    .banner-caption {
        font-size: 58px;
    }
    .banner-sub-caption {
        font-size: 22px;
    }
    .global-org-title {
        font-size: 30px;
    }
}
@media (min-width: 1800px) {
    .custom-container {
        max-width: 1600px;
        padding-left: 44px;
        padding-right: 44px;
    }

    .custom-container-banner {
        max-width: 1600px;
    }
}
