.member_modals {
    z-index: 999999;
}

.brim_inner_banner_outer {
    position: relative;
}

.inner_banner_img img {
    width: 100%;
}

.inner_banner_txt {
    position: absolute;
    bottom: 0px;
    margin: 25px 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    color: #fff;
}

.inner_banner_txt h2 {
    font-size: 30px;
    /*margin:0px auto 60px;*/
    margin: 0px auto 0px;
    font-family: 'Axiforma_Regular';
    color: #fff;
}

.nxt_sec_arrow {
    font-size: 40px;
    display: inline-block;
    color: #007D93;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
}

.nxt_sec_arrow:hover {
    color: #00c2e0;
}

.about_section1 {
    padding: 80px 0px 45px;
}

.about_title_txt {
    margin-bottom: 20px;
}

.about_title_txt h3 {
    font-size: 50px;
    color: #007D96;
    margin: 0px auto 20px;
    font-family: 'Axiforma-ExtraBold';
}

.about_medium_txt p {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: normal;
    color: #454545;
    font-family: 'Axiforma-Book';
}

.about_regular_txt p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: normal;
    color: #454545;
    font-family: 'Axiforma-Book';
}

.about_regular_txt p strong {
    font-family: 'GBook';
}

.mid_about_col {
    max-width: 960px;
    margin: 0px auto;
}

.sec_btm_border {
    border-bottom: 4px solid #D9D9D9;
}

.about_txt_header h4 {
    font-size: 36px;
    color: #007D96;
    font-family: 'Axiforma-ExtraBold';
    margin-bottom: 15px;
}

.brim_team_container {
    padding-top: 60px;
}

.about_txt_header p {
    font-size: 24px;
    font-family: 'Axiforma-Book';
    color: #454545;
}

.thank_txt_header {
    margin-bottom: 130px;
    padding: 0 150px;
}

.thank_txt_header h4 {
    font-size: 35px;
    color: #00C1D5;
    font-family: 'Axiforma_Black';
    margin-bottom: 35px;
    text-transform: uppercase;
}

.thank_txt_header p {
    font-size: 26px;
    line-height: 34px;
}

.about_brim_team {
    padding: 85px 0px 100px;
}

.brim_single_member {
    margin-bottom: 80px;
}

.brim_member_pic {
    float: left;
    margin-right: 32px;
}

.brim_single_member_pic {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.brim_member_txt {
    overflow: hidden;
}

.brim_top_txt {
    margin-top: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brim_member_title {
    margin-right: auto;
    display: inline-block;
    vertical-align: middle;
}

.brim_member_social {
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
}

.brim_member_social a {
    color: #A2A2A2;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.brim_member_social a:hover {
    color: #02ACBE;
}

.brim_member_social a:last-child {
    margin-right: 0px;
}

.brim_member_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #454545;
    font-family: 'Axiforma_Bold';
    margin: 0;
    text-transform: capitalize;
}

.brim_member_deg {
    display: inline-block;
    vertical-align: bottom;
    font-size: 15px;
    color: #A2A2A2;
    font-family: 'Axiforma_Regular';
    margin: 0;
    padding-left: 15px;
    text-transform: capitalize;
}

.brim_content_inner p {
    font-size: 16px;
    color: #454545;
    margin: 0px 0px 15px;
    line-height: 25px;
}

.brim_top_txt {
    padding-bottom: 15px;
    border-bottom: 2px solid #EDEDED;
}

.brim_content {
    margin-top: 25px;
}

.member_readmore {
    border-top: 2px solid #EDEDED;
    position: relative;
    margin-top: 25px;
}

.member_readmore_btn {
    margin-top: -14px;
    line-height: 20px;
    font-size: 12px;
    color: #A2A2A2;
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-family: 'Axiforma_Bold';
    background: #fff;
    padding: 0px 3px 0px 15px
}

.member_readmore_btn:active,
.member_readmore_btn:focus {
    color: #A2A2A2;
}

.member_readmore_btn .fa {
    font-size: 18px;
    line-height: 20px;
    color: inherit;
    margin-left: 4px;
}

.member_readmore_btn:hover {
    color: #02ACBE;
}

.brim_content_inner {
    max-height: auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.brim_content_inner.fold {
    max-height: 175px;
    overflow: hidden;
}

.brim_single_member:hover .brim_single_member_pic {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brim_team_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brim_member_box {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    cursor: pointer;
}

.brim_single_member_inner {
    padding: 20px;
    position: relative;
}

.brim_single_member_top .brim_single_member_pic {
    width: 170px;
    height: 170px;
}

.brim_single_member_top {
    margin-bottom: 18px;
}

.brim_single_member_name {
    /*padding-bottom: 15px;
    border-bottom: 2px solid #EDEDED; 
    margin-bottom: 15px;*/
}

.brim_single_member_name .brim_member_name {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 30px;
    font-family: 'Axiforma-ExtraBold';
}

.brim_single_member_name .brim_member_deg {
    display: block;
    font-size: 16px;
    padding: 0px;
    color: #959595;
}

/* .brim_single_member_inner .brim_single_member_pic {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brim_single_member_inner:hover .brim_single_member_pic {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
} */

.about_brim_blog {
    padding-top: 85px;
}

.blog_slider_container {
    margin-top: 40px;
}

.blog_sl_item_text {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 280px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.blog_sl_title,
.blog_sl_date {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
    text-transform: uppercase;
}

.blog_sl_title {
    font-size: 28px;
    margin: 0 0 8px;
    font-family: 'Axiforma_Black';
}

.blog_sl_date {
    font-size: 12px;
    font-family: 'Axiforma_Bold';
}

.blog_sl_item {
    position: relative;
}

.blog_slider .slick-arrow {
    z-index: 5;
    height: 35px;
    width: 20px;
}

.blog_slider .slick-disabled {
    display: none !important;
}

.blog_slider .slick-prev {
    left: 30px;
}

.blog_slider .slick-next {
    right: 30px;
}

.brim_media_txt {
    overflow: hidden;
}

.brim_media_title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin: 6px 0px 15px;
    font-family: 'Axiforma-ExtraBold';
    color: #454545;
    max-width: 900px;
}

.media_date {
    display: block;
    margin: 0px 0px 15px;
    font-size: 14px;
    color: #454545;
    font-family: 'Axiforma-book';
    text-transform: uppercase;
}

.brim_media_list_inner {
    padding: 40px 20px;
    border-top: 5px solid #F5F5F5;
    border-bottom: 5px solid #F5F5F5;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.brim_media_list_inner:hover {
    border-top: 5px solid #007D96;
    border-bottom: 5px solid #007D96;
}

.brim_media_img {
    width: 200px;
    float: left;
    margin-right: 25px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.brim_media_list_inner:hover .brim_media_img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.brim_media_txt p {
    font-size: 16px;
    margin: 0px 0px 15px;
    font-family: 'Axiforma-Book';
}

.full_article {
    color: #007D93;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Axiforma_SemiBold';
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.full_article img {
    display: inline-block;
    margin-right: 4px;
    height: 18px;
    width: 18px;
    position: relative;
    top: -2px;
}

.brim_media_sec {
    padding: 60px 0px;
}

.brim_media_list_outer {
    margin: 50px 0px 0px;
}


/* .member_dialog {
  position: absolute;
  transform: translate(-50%, -25%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 95%;
  margin: 80px auto;
}
.modal.fade .member_dialog {
  transform: translate(-50%, -25%);
}

.modal.in .member_dialog {
  transform: translate(-50%, -50%);
}*/

.member_dialog {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0px;
}

.member_modals .close {
    margin-top: 18px;
    margin-right: 20px;
    z-index: 99;
    position: relative;
    opacity: 1;
    width: 32px;
    height: 32px;
}

.mdal_close {
    color: #007D93;
    font-size: 16px;
    border: 0px !important;
    opacity: 1;
    line-height: 100%;
    text-decoration: underline;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Axiforma-Book';
}

.member_modals .modal-footer {
    padding: 30px;
    border-top: 1px solid #e5e5e5;
}

.modal-content {
    border: 1px solid #EDEDED !important;
}




.member_mdl_body .brim_single_member_top .brim_single_member_pic {
    width: 200px;
    height: 200px;
    border: 8px solid #EDEDED;
}

.member_mdl_body .brim_single_member_name .brim_member_name {
    font-size: 22px;
    margin-bottom: 10px;
    color: #454545;
    width: 100%;
    font-family: 'Axiforma-ExtraBold';
}

.member_mdl_body .brim_single_member_name .brim_member_deg {
    display: inline-block;
    font-size: 16px;
    padding: 0px;
    position: relative;
    padding-bottom: 30px;
    font-family: 'Axiforma-Book';
}

.member_mdl_body .brim_single_member_name {
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: relative;
}

.member_mdl_body .brim_member_deg:after {
    content: "";
    height: 5px;
    background-color: #F5F5F5;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 335px;
    max-width: 335px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brim_single_member_text {
    /* padding-right: 40px;
    padding-left: 40px; */
    margin-right: -15px;
    margin-left: -15px;
}

.brim_single_member_text p {
    font-size: 16px;
    text-align: center;
    color: #454545;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Axiforma-Book';
}


.member_mdl_body {
    padding: 50px 20px 25px;
}

.blog_without_slider {
    text-align: center;
}

.blog_without_slider .blog_sl_item {
    display: inline-block;
    vertical-align: middle;
    max-width: 480px;
}

/*--5.7.2018--*/
.brim_media_txt_btn_container .full_article {
    margin-right: 50px;
}

.brim_media_txt_btn_container .full_article:last-child {
    margin-right: 0px;
}

.full_article .fa_right {
    margin-left: 5px;
}

.brim_media_txt_btn_container .full_article .fa {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.full_article .fa_left {
    margin-right: 5px;
    position: relative;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}

.full_article_fl_left {
    float: left;
}

.hero_blog_inner_sm {
    font-size: 22px;
    color: #454545;
    margin-bottom: 30px;
    display: block;
}

.top-hero_blog {
    margin-top: 55px;
}

.hero_blog_inner_logo {
    display: inline-block;
    vertical-align: middle;
}

.blog_head2 h2 {
    font-family: 'Axiforma_Regular';
}

.blog_sub_head2 {
    border-top: 1px solid #D7D7D7;
    padding-top: 40px;
    color: #979797;
    font-size: 12px;
    margin-bottom: 30px;
}

.blog_sub_head2 a,
.blog_sub_head2 span {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.separator_style {
    margin: 0px 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.separator_style:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    transform: translate(0%, -50%);
    height: 6px;
    width: 6px;
    background: #979797;
    border-radius: 50%;
}

.blog_sub_row {
    margin-bottom: 12px;
}

.blog_body_text_link a {
    color: #00C1D5;
    font-size: 14px;
    font-family: 'Axiforma_Regular';
}

.blg_author,
.blog_sub_head2 a:hover {
    color: #00C1D5 !important;
}

.blog_body_text_link a:hover {
    text-decoration: underline;
}

.blog_body_text_copyright {
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
}

.blog_body_text_copyright {
    margin-top: 42px;
    margin-bottom: 42px;
}

.blog_body_text_copyright p {
    font-family: 'Axiforma_Regular';
}

.media_with_separator .media_date {
    display: inline-block;
    vertical-align: middle;
}

.brim_media_list_other .brim_media_list_inner {
    border-bottom: 0px !important;
}

/*--end--*/


/* 25.7.19 */
.inmedia_logo_item {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: inline-block;
    width: 130px;
}

.inmedia_logo_item:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.inmedia_logo_box {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    align-items: center;
}

.inmedia_logo_image_block .btn span {
    margin-right: 10px;
}

.inmedia_logo_box_slider {
    display: none;
}

.inmedia_logo_box_slider_fr {
    display: none;
}

.inmedia_dots {
    display: none;
}

/* 25.7.19 */



/* media section */
.new_media_sec .brim_media_list_outer {
    margin: 0 auto;
    /* max-width: 900px; */
}

.new_media_sec {
    padding: 0px 0px 60px;
}

.yahoo_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
}

.yahoo_logos a {
    width: 25%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 30px;
    text-align: center;
}

.yahoo_logos a:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.yahoo_logos a img {
    width: 130px;
}

.media_inquries_inner {
    border-top: 1px solid #00C1D5;
    position: relative;
    padding: 100px 0 65px;
}

.media_icon_holder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 218px;
    background-color: #fff;
    text-align: center;
}

.media_icon_holder span {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.media_qry p {
    font-size: 22px;
    color: #454545;
    font-family: 'Axiforma-Book';
    text-align: center;
}

.media_qry p a {
    color: #007D93;
    display: block;
    margin-top: 5px;
    text-decoration: underline;
    font-family: 'Axiforma-ExtraBold';
}



/* media section */


/* afklm_inner_pages */

.afklm_platform .innovative_section {
    background-color: #e9f3ff;
}

.afklm_platform .innvtv_wrp {
    display: flex;
    align-items: center;
}

.afklm_platform .innvtv_wrp h3 {
    font-family: 'Axiforma_Bold';
    font-size: 36px;
    line-height: 52px;
    color: #0800b9;
    padding-right: 60px;
}

.afklm_platform .innvtv_wrp h3 span {
    color: #1d1d1d;
}

.afklm_platform .innvtv_wrp a {
    min-width: 250px;
    background-color: #0800b9;
    border-radius: 5px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: 'Axiforma_Bold';
}

.afklm_platform .modernization_bnnr_sect {
    padding: 60px 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
}

.afklm_platform .modernization_bnnr_sect .container {
    position: relative;
}

.afklm_platform .modernization_bnnr_sect .bnnr_wrp {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.afklm_platform .modernization_bnnr_sect .bnnr_wrp h3 {
    font-size: 36px;
    line-height: 52px;
    font-family: 'Axiforma_Bold';
    color: #1d1d1d;
    padding-right: 100px;
}

.afklm_platform .modernization_bnnr_sect .bnnr_wrp h3 span {
    color: #0800b9;
}

.afklm_platform .modernization_bnnr_sect .planebg {
    position: absolute;
    left: -40px;
    top: -60px;
    max-width: 48%;
}

.afklm_platform .modernization_bnnr_sect .twrilbg {
    position: absolute;
    right: -100px;
    bottom: -60px;
    max-width: 35%;
}

.afklm_platform .digitizing_sect h3 {
    margin: 80px 0 40px 0;
    color: #1d1d1d;
}

.afklm_platform .digitizing_sect h3 span {
    color: #0800b9;
}

.afklm_platform .launch_section {
    padding: 80px 0;
    background-color: #2b6ff3;
}

.afklm_platform .launch_section p {
    font-size: 27px;
    line-height: 36px;
    color: #fff;
    font-family: 'Axiforma_Regular';
    letter-spacing: 0;
}

.afklm_platform .launch_section .invaitediconimg {
    top: -110px;
    left: 0;
}

.afklm_platform .service_sec {
    padding: 80px 0;
    background-color: #e9f3ff;
}

.afklm_platform .service_sec h3 {
    line-height: 71px;
    color: #1d1d1d;
    margin: 0 0 5px 0;
}

.afklm_platform .service_sec h4 {
    color: #0800b9;
}

.afklm_platform .card_item {
    min-height: 115px;
    color: #fff !important;
}

.afklm_platform .card_item:nth-child(1) {
    background-color: #0800b9;
}

.afklm_platform .card_item:nth-child(2) {
    background-color: #375df7;
}

.afklm_platform .card_item:nth-child(3) {
    background-color: #ffc300;
}

.afklm_platform .card_item:nth-child(4) {
    background-color: #0800b9;
}

.afklm_platform .card_item:nth-child(5) {
    background-color: #f90036;
}

.afklm_platform .card_item:nth-child(6) {
    background-color: #375df7;
}

.afklm_platform .card_item:nth-child(7) {
    background-color: #ffc300;
}

.afklm_platform .card_item:nth-child(8) {
    background-color: #f90036;
}

.afklm_platform .card_item:nth-child(9) {
    background-color: #375df7;
}

.afklm_platform .card_item:nth-child(10) {
    background-color: #0800b9;
}

.afklm_platform .aitensection {
    margin-top: 30px;
    background-color: #0800b9;
    border-radius: 20px;
    padding: 20px 130px;
    display: flex;
    align-items: center;
}

.afklm_platform .aitensection>.img_wrp {
    max-width: 175px;
}

.afklm_platform .aitensection .cncts {
    padding-left: 50px;
}

.afklm_platform .aitensection .cncts h6 {
    font-family: 'Axiforma_Bold';
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 25px 0;
}

.afklm_platform .aitensection .cncts a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    min-width: 195px;
    border-radius: 5px;
    border: solid 2px #fff;
    background-color: transparent;
    color: #fff;
    font-family: 'Axiforma_Bold';
    font-size: 16px;
}

.afklm_platform .btm_btn {
    margin-top: 40px;
    text-align: center;
}

.afklm_platform .btm_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 180px;
    background-color: transparent;
    color: #0800b9;
    font-family: 'Axiforma_Bold';
    font-size: 16px;
    border-radius: 5px;
    border: solid 2px #0800b9;
}

.afklm_platform .btm_btn a:hover {
    background-color: #0800b9;
    color: #fff;
}

.afklm_platform .opportunity_section {
    padding: 80px 0;
    overflow: hidden;
}

.afklm_platform .opportunity_section h3 {
    color: #1d1d1d;
}

.afklm_platform .opportunity_section h3 span {
    color: #0800b9;
}

.afklm_platform .opportunity_section ul li {
    font-family: 'Axiforma_Regular';
    color: #1d1d1d;
}

.afklm_platform .serv_sec {
    background-color: #f7f7f7;
    background-image: none;
    padding: 80px 0;

}

.afklm_platform .serv_sec h3 {
    text-align: center;
    color: #0800b9;
    padding-bottom: 40px;
}

.afklm_platform .serv_item:nth-child(8) h4 {
    max-width: 90px;
}

.afklm_platform .serv_item h4 {
    color: #0800b9;
}

.afklm_platform .platform_formsect {
    background-color: #e9f3ff;
    padding: 80px 0;
}

.afklm_platform .platform_formsect h3 {
    color: #0800b9;
    font-size: 40px;
    line-height: 42px;
}

.afklm_platform .platform_formsect h4 {
    font-size: 24px;
    line-height: 30px;
    color: #1d1d1d;
    font-family: 'Axiforma_Bold';
    max-width: 950px;
}

.afklm_platform .platform_formsect .partner_join_form {
    width: 750px;
}

.afklm_platform .platform_formsect .partner_join_form label {
    font-size: 19px;
    line-height: 23px;
    color: #1d1d1d;
}

.platform_formsect .partner_join_form .paperless_label span {
    font-size: 19px;
    line-height: 27px;
    color: #1d1d1d;
}

.platform_formsect .partner_join_form .paperless_label span a {
    color: #0800b9;
}

.afklm_platform .frm_btn button {
    width: 180px;
    height: 58px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #0800B9;
    font-size: 16px;
    line-height: 1;
    font-family: 'Axiforma_Bold';
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

.afklm_platform .platform_formsect .partner_join_form .form-control {
    border: 1px solid #767676;
}

.afklm_platform .platform_formsect .partner_join_form .form-control:focus {
    border: 1px solid #0800b9 !important;
}

.afklm_platform .platform_formsect .partner_join_form textarea.form-control {
    height: 150px;
    resize: none;
}

.afklm_platform [type="checkbox"]:checked+label:before,
.afklm_platform [type="checkbox"]:not(:checked)+label:before {
    top: 24px;
}

.afklm_platform [type="checkbox"]:checked+label:after,
.afklm_platform [type="checkbox"]:not(:checked)+label:after {
    top: 24px;
    background-color: #0800b9;
}

.afklm_platform .partner_join_form [type="checkbox"]:checked,
.afklm_platform .partner_join_form [type="checkbox"]:not(:checked) {
    top: 24px;
}

.afklm_platform .platform_partner_section {
    padding: 80px 0 200px;
    background-image: linear-gradient(to bottom, #0800b9 0%, #2a6ff3 100%);
}

.afklm_platform .partner {
    background-color: #e32849;
    color: #fff;
    width: 200px;
}

.afklm_platform .tmonialbox p {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
}

.afklm_platform .tmonialfelexreletiv {
    margin-top: 30px;
}

.afklm_platform .infobox h5 {
    letter-spacing: 0;
    color: #0800b9;
}

.afklm_platform .infobox h5 span {
    color: #767676;
    letter-spacing: 0;
}

.afklm_platform .tmonialbox {
    padding: 40px;
    position: relative;
}

.afklm_platform .tmonialbox .tp_qute {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 80px;
}

.afklm_platform .platform {
    padding: 80px 0 0;
    background-color: #e9f3ff;
}

.afklm_platform .platform .mob_ttle {
    display: none;
}

.afklm_platform .mob {
    display: none;
}

.afklm_platform .platform .platform_lft_contain h2 {
    font-family: 'Axiforma_Bold';
    font-size: 36px;
    line-height: 42px;
    color: #0800b9;
    margin-bottom: 25px;
}

.afklm_platform .platform .platform_left_inr_listing ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

    color: #1d1d1d;
    font-family: 'Axiforma_Bold';
}

.afklm_platform .platform .platform_left_inr_listing ul li h4 {
    font-size: 20px;
    line-height: 1;
}

.afklm_platform .platform .platform_left_inr_listing ul li .platform_left_list_img {
    width: 24px;
    min-width: 24px;
    margin-right: 10px;
}

.afklm_platform .platform .platfrm_left_logo ul {
    display: flex;
    align-items: center;
}

.afklm_platform .platform .platfrm_left_logo ul li {
    flex: 0 0 auto;
    width: 180px;
    margin-right: 10px;
}

.afklm_platform .platform_lft_contain {
    margin-top: 55px;
}

.afklm_platform .payment_exp {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.afklm_platform .payment_exp .payment_exp_inr_left .mob_img_wrp {
    display: none;
}

.afklm_platform .payment_exp .payment_exp_inr h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Axiforma_Bold';
    color: #0800b9;
    margin-bottom: 10px;
}

.afklm_platform .payment_exp .payment_exp_inr p {
    font-family: 'Axiforma_Regular';
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 22px;
    color: #1d1d1d;
}

.afklm_platform .payment_exp .payment_inr_right_listing li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-family: 'Axiforma_Bold';
}

.afklm_platform .payment_exp .payment_inr_right_listing li h4 {
    font-size: 20px;
    line-height: 28px;
    color: #1d1d1d;
}

.afklm_platform .payment_exp .payment_inr_right_listing li .payment_inr_right_listing_img {
    width: 24px;
    min-width: 24px;
    margin-right: 10px;
    line-height: 1;
}

.afklm_platform .payment_exp .row {
    display: flex;
    align-items: center;
}

.afklm_platform .miles_sec {
    position: relative;
    padding: 80px 0;
}

.afklm_platform .miles_cnct_wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.afklm_platform .miles_cnct_wrap>div {
    flex: 0 0 auto;
    width: 50%;
}

.afklm_platform .miles_cnct_wrap .mob_img_wrp {
    display: none;
}

.afklm_platform .miles_cnct_wrap .cncts h6 {
    font-size: 36px;
    line-height: 51px;
    font-family: 'Axiforma_Bold';
    color: #0800b9;
    margin-bottom: 10px;
}

.afklm_platform .miles_cnct_wrap .cncts p {
    font-size: 20px;
    line-height: 27px;
    color: #1d1d1d;
    font-family: 'Axiforma_Regular';
    margin: 0;
}

.back_plne_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
}




/* header dropdown */
#navbar.header_menu .dropdown-menu li.sb_cnct_lst {
    width: 100%;
    padding: 10px 0;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst:first-child {
    border-bottom: 1px solid #e4e4e4;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst:last-child {
    padding-top: 20px;
    padding-bottom: 0;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst>h6 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Axiforma_Bold';
    margin: 0 0 10px;
    color: #009eae;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst a {
    align-items: center;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst .subclnt_cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst .subclnt_cnt>li {
    flex: 0 0 auto;
    width: 50%;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst .subclnt_cnt>li a {
    align-items: center;
    padding-bottom: 5px;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst h6 {
    margin-bottom: 4px;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst p {
    font-size: 10px;
    font-family: 'Axiforma_Regular';
    color: #767676;
}

#navbar.header_menu .dropdown-menu li.sb_cnct_lst .subclnt_cnt>li a h6 {
    margin: 0;
}


.hm_bnnr .img_wp {
    position: relative;
}

.hm_bnnr .img_wp img:not(.flw_img) {
    /* width: 100%; */
}

.hm_bnnr .img_wp img.flw_img {
    position: absolute;
    right: -40px;
    top: -30px;
}

.hm_bnnr .img_wp.lats_wp img.flw_img {
    left: -40px;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}


.recognisationsec {
    padding: 40px 0;
}

.recognisationsec h2 {
    font-size: 40px;
    line-height: 42px;
    color: #007d93;
    font-family: 'Axiforma_Bold';
    margin-bottom: 15px;
    text-align: center;
}

.reco_slider {
    padding-top: 25px;
}

.recognisationsec .glbl_icns_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.recognisationsec .glbl_icns_wrp>li {
    padding: 0 10px;
}

.aitanv_sec {
    padding-bottom: 80px;
}

.aitanv_sec .bnr_tp_img img {
    width: 100%;
    height: 300px;
}

.aitanv_sec .aitnav_cnct_wrp {
    border-radius: 35px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px 130px;
    display: flex;
    align-items: center;
    margin-top: -150px;
    position: relative;
}

.aitanv_sec .aitnav_cnct_wrp .cnct_wrp {
    padding-left: 50px;
}

.aitanv_sec .aitnav_cnct_wrp .cnct_wrp h6 {
    font-size: 20px;
    line-height: 34px;
    color: #007d93;
    font-family: 'Axiforma_Bold';
    margin-bottom: 10px;
}

.aitanv_sec .aitnav_cnct_wrp .cnct_wrp p {
    font-size: 20px;
    line-height: 27px;
    color: #454545;
    font-family: 'Axiforma_Regular';
    margin: 0;
}

.aitanv_sec .aitnav_cnct_wrp .img_wrp {
    min-width: 300px;
}

.aitanv_sec .aitnav_cnct_wrp .cnct_wrp a {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    background-color: #00c1d5;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Axiforma_Bold';
    margin-top: 15px;
}


.brimplusmrstcrd {
    padding: 80px 0;
    background-color: #e4f5f7;
}

.brimplusmrstcrd .cnct_wrap {
    display: flex;
    align-items: center;
}

.brimplusmrstcrd .cnct_wrap .img_wrp {
    min-width: 350px;
    margin-right: 30px;
}

.brimplusmrstcrd .cnct_wrap .cnct_wrp h6 {
    font-size: 36px;
    line-height: 42px;
    color: #007d93;
    font-family: 'Axiforma_Bold';
    margin-bottom: 15px;
}

.brimplusmrstcrd .cnct_wrap .cnct_wrp p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #454545;
    font-family: 'Axiforma_Bold';
}

.hm_pg .logo_list {
    max-width: 100%;
}

.platfrm_sec {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.platfrm_sec h2 {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    color: #007d93;
    font-family: 'Axiforma_Bold';
    margin-bottom: 30px;
}

.platfrm_sec .img_wrp {
    text-align: center;
}

.clnt_sec h2 {
    color: #007d93;
    font-size: 40px;
    line-height: 42px;
    font-family: 'Axiforma_Bold';
    margin-bottom: 30px;
    text-align: center;
}

.clnt_sec {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.clnt_sec .row .img_wrp {
    display: block;
    margin-bottom: 20px;
}

.clnt_sec .row .img_wrp img {
    width: 100%;
}

.capisec {
    padding: 80px 0;
    background-image: linear-gradient(122deg, #00c1d5 0%, #007d93 100%);
}

.capisec h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-family: 'Axiforma_Bold';
}

.capisec .serv_item h4 {
    color: #00c1d5;
}

.recognisationsec .img_frm img {
    width: 100%;
}


/* 03-11-2023 */
.hm_bnnr a {
    display: block;
    padding: 15px 18px;
    border-radius: 30px;
    position: relative;
    height: 100%;
    transition: 400ms all ease-in-out;
}

.hm_bnnr a:hover {
    background-color: #fff;
}

.hm_bnnr a.rgt_txt {
    text-align: right;
}

.hm_bnnr a h6 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Axiforma_Bold';
    color: #1d1d1d;
    margin: 20px 0px;
}

.hm_bnnr a p {
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1d;
    margin: 0 0 10px;
    font-family: 'Axiforma_Regular';
}

.hm_bnnr a.rgt_txt p {
    padding-left: 40px;
}

.hm_bnnr a .btm_bar {
    width: 165px;
    height: 14px;
    background-color: #69dbc1;
}

.hm_bnnr a.rgt_txt .btm_bar {
    margin-left: auto;
}

.hm_bnnr a .flw_img {
    position: absolute;
    top: 30px;
    right: -60px;
}

.hm_bnnr a.rgt_txt .flw_img {
    position: absolute;
    top: 200px;
    right: unset;
    left: -40px;
}

.hm_bnnr .row {
    display: flex;
    flex-wrap: wrap;
}

.hm_bnnr .row .col-md-6 {
    flex: 0 0 auto;
    float: none;
}

.capisec .serv_item:nth-child(3) h4 {
    font-size: 34px;
    line-height: 48px;
}

.capisec .serv_item {
    min-height: 110px;
}

.clnt_sec .clnt_cnct_wrp {
    padding: 30px;
    height: 100%;
    border-radius: 15px;
    background-image: linear-gradient(to bottom, #9df8fe 0%, #0190a1 100%);
}

.clnt_sec .clnt_cnct_wrp.clnlbc {
    background-image: linear-gradient(to bottom, #d8ecfd 0%, #0068b8 100%);
}

.clnt_sec .clnt_cnct_wrp.clnafklm {
    background-image: linear-gradient(126deg, #e7aeb8 0%, #221bc2 100%);
    margin-top: 30px;
}

.clnt_sec .clnt_cnct_wrp.clnacu {
    background-image: linear-gradient(to bottom, #c2e59c 0%, #64b3f4 100%);
    margin-top: 30px;
}

.clnt_sec .clnt_cnct_wrp h6 {
    margin: 15px 0 20px;
    font-size: 36px;
    line-height: 51px;
    color: #fff;
    font-family: 'Axiforma_Bold';
}

.clnt_sec .clnt_cnct_wrp img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.clnt_sec .clnt_cnct_wrp a {
    min-width: 180px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-family: 'Axiforma_Bold';
    transition: 400ms all ease-in-out;
}

.clnt_sec .clnt_cnct_wrp a:hover {
    background-color: #fff;
    color: #000;
}


.globe_card_sec.hm_pg {
    padding: 80px 0;
}

.globe_card_sec.hm_pg .flex_logos {
    padding-top: 40px;
}



.platform_partner_sect.hm_pl_prt {
    padding: 40px 0;
}

.platfrm_sec .for_mob_plt {
    display: none;
}

.globe_card_sec.hm_pg .btn.btn-secondary.fr_mob {
    display: none;
}

.home .more_than_credit_card.globelogos_sect.greadien_bg {
    background: #f7f7f7 !important;
}

.home .testimonial_section {
    padding: 40px 0 40px;
}

.home .fremsect {
    padding: 40px 0;
}

.afklm_platform .whitebox_details h4 {
    color: #0800b9;
}

.afklm_platform .whitebox_details .clintimgstyle {
    border-right: 3px solid #0800b9;
}

.whit_tmonialbox {
    padding: 50px;
    background: #fff;
    border-radius: 23px;
}



/* 06-11-2023 */
/* testimonial page */
.othr_tstmnl_fnd_sec {
    background-color: #f7f7f7;
    padding: 90px 0 200px;
}

.othr_tstmnl_fnd_sec .frnd_sec_ttle {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 810px;
}

.othr_tstmnl_fnd_sec .frnd_sec_ttle h2 {
    font-family: 'Axiforma_Bold';
    font-size: 36px;
    line-height: 42px;
    color: #00727d;
    margin-bottom: 20px;
}

.othr_tstmnl_fnd_sec .frnd_sec_ttle p {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: #222;
    font-family: 'Axiforma_Regular';
}

.tstmnl_fnd_cncts_wrp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm {
    grid-column: span 2;
    grid-row: span 5;
}

.tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm:nth-child(2) {
    grid-row: span 4;
}

.tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm:nth-child(3) {
    order: 4;
    max-height: 300px;
}

.tstmnl_fnd_cncts_wrp .btm_tstmnls {
    grid-column: span 4;
    order: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: -50px;
}

.tstmnl_fnd_cncts_wrp .btm_tstmnls .tstmnl_fnd_cncts_itm {
    grid-column: span 2;
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm.fw_grd {
    grid-column: span 4;
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm:nth-child(5) {
    grid-column: span 4;
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts {
    padding: 40px 40px 30px 40px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tstmnl_fnd_cncts_img {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.tstmnl_fnd_cncts_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px 0;
    font-family: 'Axiforma-ExtraBold';
    color: #00727d;
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts p {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    margin: 0;
    letter-spacing: 0;
    font-family: 'Axiforma-Book';
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts .btm_dtls_wrp {
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-top: auto;
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts h5 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    color: #000;
    font-family: 'Axiforma_Bold';
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts h5 span {
    display: block;
    font-family: 'Axiforma-Book';
}

.tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts .btm_cmpy_lgo {
    margin-left: auto;
    max-width: 140px;
}

.lrn_mre_pltfrm {
    padding: 130px 0;
}

.lrn_mre_pltfrm h2 {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Axiforma-ExtraBold';
    text-align: center;
    margin-bottom: 50px;
}

.lrn_mre_pltfrm .row {
    display: flex;
    flex-wrap: wrap;
}

.lrn_mre_pltfrm .row .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333%;
}

.lrn_pltfrm_cnct_wrp {
    height: 100%;
}

.lrn_pltfrm_cnct_wrp a {
    padding: 30px;
    border-radius: 20px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lrn_pltfrm_cnct_wrp a img {
    max-width: 150px;
}

.lrn_pltfrm_cnct_wrp a span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
    color: #777777;
    font-family: 'Axiforma_Regular';
}

.lrn_pltfrm_cnct_wrp a h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Axiforma-ExtraBold';
    color: #454545;
    margin-top: 30px;
}

.lrn_pltfrm_cnct_wrp a p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Axiforma_Regular';
    color: #454545;
    padding-top: 20px;
    margin: auto 0 0;
}

.lrn_mre_pltfrm .btm_btn_wrp {
    text-align: center;
    padding-top: 40px;
}

.lrn_mre_pltfrm .btm_btn_wrp a {
    min-width: 180px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00c1d5;
    border-radius: 5px;
    font-family: 'Axiforma_Bold';
    font-size: 16px;
    line-height: 1;
    color: #00c1d5;
}

a span.rgt_chvo {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #00c1d5;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    margin-top: -1px;
    margin-left: 5px;
}

.lrn_mre_pltfrm .btm_btn_wrp a:hover {
    background-color: #00c1d5;
    color: #FFFFFF;
}

.lrn_mre_pltfrm .btm_btn_wrp a:hover span.rgt_chvo {
    border-color: #fff;
}

/* 404_page */
.error_sec {
    padding: 190px 0;
}

.error_sec .inner_wrp {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.error_sec .inner_wrp h6 {
    font-family: 'Axiforma_Bold';
    font-size: 28px;
    line-height: 40px;
    color: #1d1d1d;
    margin-bottom: 20px;
}

.error_sec .inner_wrp a {
    min-width: 250px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00c1d5;
    border-radius: 5px;
    font-family: 'Axiforma_Bold';
    font-size: 16px;
    line-height: 1;
    color: #00c1d5;
    stroke: #007D93;
}

.error_sec .inner_wrp a svg {
    margin-left: 5px;
}

.error_sec .inner_wrp a:hover {
    background-color: #00c1d5;
    color: #fff;
    stroke: #fff;
}


/* hdr_hover */
#navbar.header_menu .dropdown-menu li.sb_cnct_lst a:hover {
    background-color: rgba(228, 245, 247, 0.5) !important;
}

#navbar.header_menu .dropdown-menu li a h6 {
    transition: 300ms all ease-in-out;
}

#navbar.header_menu .dropdown-menu li a:hover h6 {
    color: #009eae;
}

.cwb_platform .opportunity_section.card_mng_sec h3 {
    width: 100%;
}

.cwb_platform .opportunity_section.card_mng_sec h3 span {
    display: block;
}

.acu_platform .opportunity_section.card_mng_sec h3 {
    width: 100%;
    max-width: 1000px;
}

.acu_platform .opportunity_section.card_mng_sec ul {
    width: 100%;
}

.brim_media_sec.new_media_sec .brim_media_list_outer ul.brim_media_list.brim_media_list_other li.brim_media_list_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brim_media_sec.new_media_sec .brim_media_list_outer ul.brim_media_list.brim_media_list_other li.brim_media_list_inner .brim_media_img {
    flex: 0 0 auto;
}

.brim_media_sec.new_media_sec .brim_media_list_outer ul.brim_media_list.brim_media_list_other li.brim_media_list_inner .brim_media_txt {
    flex: 0 0 auto;
    width: calc(100% - 225px);
}

.globaleventsection .globaleventsmainbox.container {
    max-width: 100%;
}

/* 14.12.23 */
.air_finance_wrap {
    padding: 40px 0px;
    background-color: #e9f3ff;
}

.help {
    width: 20px;
    height: 20px;
    background-color: #0800b9;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50%;
}

.blue_apply_btn {
    min-width: 300px;
    height: 50px;
    display: inline-flex;
    padding: 10px 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    background-color: #0800b9;
    font-family: 'Axiforma_Bold';
    transition: all 300ms ease-in-out;
}

.blue_apply_btn img {
    max-width: 18px;
    margin-left: 5px;
}

.blue_apply_btn:focus,
.blue_apply_btn:hover {
    background-color: #14132c;
    color: #fff;
}

.right_txt_cont h2 {
    font-family: 'Axiforma_Bold';
    font-size: 30px;
    line-height: 39px;
    color: #0800b9;
    padding-bottom: 25px;
}

.right_txt_cont p {
    font-size: 20px;
    color: #1d1d1d;
    font-family: 'Axiforma_Regular';
}

.right_txt_cont p+p {
    margin: 22px 0px;
}


/* 14-12-2023 */
.limited_time_sec {
    background-image: linear-gradient(to right, #0052d4, #4364f7 50%, #6fb1fc);
    position: relative;
}

.limited_time_sec_innr {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}

.limited_time_sec .offer_extended {
    width: 244px;
}

.limited_time_sec .limited_time_sec_innr h2 {
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    font-family: 'Axiforma_Black';
    margin: 10px 0 5px;
}

.limited_time_sec .limited_time_sec_innr h6 {
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    font-family: 'Axiforma_SemiBold';
    margin: 0;
}

.limited_time_sec .limited_time_sec_innr ul {
    padding-top: 20px;
    padding-left: 25px;
}

.limited_time_sec .limited_time_sec_innr ul li {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: 'Axiforma_Regular';
    padding-left: 35px;
    position: relative;
}

.limited_time_sec .limited_time_sec_innr ul li:not(:last-child) {
    margin-bottom: 15px;
}

.limited_time_sec .limited_time_sec_innr ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: -4px;
    width: 25px;
    height: 25px;
    background-image: url(../images/ylw_str.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.limited_time_sec .limited_time_sec_innr .side_img_wrp {
    position: absolute;
    bottom: 0;
    right: -140px;
    max-width: 620px;
}

.limited_time_sec .limited_time_sec_innr .side_img_wrp .side_cmbn_img_mob {
    display: none;
}

.limited_time_sec .limited_time_sec_innr .btn_wrp {
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    padding-left: 30px;
}

.ylw_apply_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 50px;
    border-radius: 15px;
    background-color: #fcc12d;
    border: 1px solid #fcc12d;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Axiforma_Bold';
    color: #fff;
    stroke: #fff;
    transition: 400ms all ease-in-out;
}

.ylw_apply_btn:hover {
    background-color: transparent;
    color: #fcc12d;
    stroke: #fcc12d;
}

.limited_time_sec .limited_time_sec_innr .cndtn_txt {
    margin: 10px 0 0;
    font-family: 'Axiforma_Regular';
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
}

.limited_time_sec .tp_lft_cld {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 420px;
}

.limited_time_sec .tp_rgt_cld {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 365px;
}

.limited_time_sec .tp_cntr_cld {
    position: absolute;
    top: 60px;
    right: 365px;
    max-width: 140px;
}

.limited_time_sec .limited_time_sec_innr .cndtn_txt a {
    color: #fff;
}

.limited_time_sec .ylw_apply_btn>svg {
    margin-left: 5px;
}

/* 15.12.23 */
.brim_media_sec .brim_media_list_inner {
    padding: 40px 0px;
}




/* responsive_css */

@media (max-width: 1399px) {

    /* 14-12-2023 */
    .limited_time_sec .limited_time_sec_innr .side_img_wrp {
        right: -40px;
    }
}

@media (max-width: 1199px) {
    .hm_bnnr a.rgt_txt .flw_img {
        top: 150px;
    }

    .aitanv_sec .aitnav_cnct_wrp {
        padding: 20px 40px;
    }

    .clnt_sec .row {
        display: flex;
        flex-wrap: wrap;
    }

    .globe_card_sec.hm_pg .flex_logos .flxlgowp {
        padding: 0 10px;
    }

    /* afklm */
    .afklm_platform .platform_partner_section {
        padding: 80px 0 300px;
    }

    /* testimonial */
    .tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm:nth-child(3) {
        max-height: 250px;
    }

    /* 14-12-2023 */
    .limited_time_sec .limited_time_sec_innr .side_img_wrp {
        right: -25px;
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .clnt_sec .row {
        display: block;
    }

    .clnt_sec .clnt_cnct_wrp.clnlbc {
        margin-top: 30px;
    }

    .hm_bnnr .row .col-md-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .hm_bnnr a .flw_img {
        display: none;
    }

    .aitanv_sec .aitnav_cnct_wrp .img_wrp {
        min-width: 200px;
    }

    .globe_card_sec.hm_pg .flex_logos {
        display: none;
    }

    .hm_bnnr a {
        background-color: #fff;
    }

    /* afklm */
    .afklm_platform .innvtv_wrp {
        display: block;
    }

    .afklm_platform .innvtv_wrp h3 {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .afklm_platform .innvtv_wrp a {
        width: 100%;
        max-width: 310px;
    }

    .afklm_platform .modernization_bnnr_sect .bnnr_wrp {
        display: block;
    }

    .afklm_platform .modernization_bnnr_sect .bnnr_wrp h3 {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .afklm_platform .payment_exp .row {
        display: block;
    }

    .afklm_platform .payment_exp .payment_inr_right {
        padding-top: 20px;
    }

    .afklm_platform .opportunity_section h3 {
        width: 100%;
    }

    .afklm_platform .opportunity_section ul {
        width: 100%;
    }

    .afklm_platform .platform_partner_section {
        padding: 40px 0;
    }

    /* testimonial */
    .tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm,
    .tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm:nth-child(2) {
        grid-row: auto;
    }

    .tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm:nth-child(3) {
        max-height: none;
        order: unset;
    }

    .tstmnl_fnd_cncts_wrp .btm_tstmnls {
        margin-top: 0;
    }

    .apple_expsect .applerow .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .apple_expsect .applerow .col-md-6 .roundcardimg {
        max-width: 100%;
    }

    .globaleventsection .globaleventslid {
        max-width: 80%;
        margin: 0 auto;
    }

    /* 14-12-2023 */
    .limited_time_sec .limited_time_sec_innr .side_img_wrp {
        right: -35px;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .brimplusmrstcrd {
        padding: 40px 0;
    }

    .brimplusmrstcrd .cnct_wrap {
        display: block;
    }

    .brimplusmrstcrd .cnct_wrap .img_wrp {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .brimplusmrstcrd .cnct_wrap .cnct_wrp {
        text-align: center;
    }

    .globe_card_sec.hm_pg {
        padding: 40px 0 20px;
    }

    .platform_partner_sect.hm_pl_prt .row.smfelex {
        margin-left: 0;
        margin-right: 0;
    }

    .globe_card_sec.hm_pg .globe_card_img.mobilstyl {
        margin-top: 20px;
    }

    .platform_partner_sect.hm_pl_prt {
        padding: 0 0 40px;
    }

    .afklm_platform .innovative_section {
        padding: 20px 0;
        margin-top: 60px;
    }

    .afklm_platform .innvtv_wrp h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .afklm_platform .platform .platform_lft_contain h2 {
        display: none;
    }

    .afklm_platform .platform .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .afklm_platform .platform .mob_ttle {
        display: block;
        text-align: center;
        font-family: 'Axiforma_Bold';
        font-size: 24px;
        line-height: 30px;
        color: #0800b9;
        margin-bottom: 20px;
    }

    .afklm_platform .aitensection {
        padding: 20px 20px;
    }

    .afklm_platform .platform_formsect .partner_join_form {
        width: 100%;
    }

    .afklm_platform .modernization_bnnr_sect {
        overflow: visible;
    }

    .afklm_platform .modernization_bnnr_sect .twrilbg {
        right: 0;
        bottom: -40px;
    }

    .afklm_platform footer {
        margin: 0;
    }

    /* 06-11-2023 */
    .workflows_section .workflowsiconlist {
        align-items: baseline;
    }

    .workflows_section .workflowsiconlist li {
        flex: 0 0 auto;
        width: 33.3333%;
        margin: 0 auto;
    }

    .lbc_platform .workflows_section h3,
    .lbc_platform .workflows_section h4 {
        text-align: left;
    }

    .lbc_platform .workflows_section .ptlboxlist li h5 {
        font-size: 18px;
        text-align: left;
    }

    .lbc_platform .workflows_section {
        background-image: url(../images/sheadbglbc.png) !important;
        background-size: 100% 100% !important;
    }

    .lbc_platform .workflows_section .workflowsiconlist {
        margin-top: 40px;
        align-items: baseline;
    }

    /* testimonial */
    .othr_tstmnl_fnd_sec {
        padding: 40px 0;
    }

    .othr_tstmnl_fnd_sec .frnd_sec_ttle p {
        font-size: 18px;
        line-height: 26px;
    }

    .tstmnl_fnd_cncts_wrp .btm_tstmnls,
    .tstmnl_fnd_cncts_wrp {
        grid-gap: 50px;
    }

    .tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts .btm_dtls_wrp {
        display: block;
    }

    .tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts .btm_cmpy_lgo {
        margin-left: 0;
        margin-top: 20px;
    }

    .tstmnl_fnd_cncts_wrp .btm_tstmnls .tstmnl_fnd_cncts_itm,
    .tstmnl_fnd_cncts_wrp>.tstmnl_fnd_cncts_itm {
        grid-column: span 4;
    }

    .lrn_mre_pltfrm {
        padding: 40px 0;
    }

    .lrn_mre_pltfrm .row .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .lrn_pltfrm_cnct_wrp a img {
        max-width: 85px;
    }



    .cwb_platform .opportunity_section.card_mng_sec h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .cwb_platform .opportunity_section.card_mng_sec ul li .bluticon {
        width: 25px;
    }


    /* 14-12-2023 */
    .limited_time_sec {
        background-image: linear-gradient(147deg, #0052d4, #4364f7 50%, #6fb1fc 100%);
    }

    .limited_time_sec_innr {
        padding: 20px 0;
    }

    .limited_time_sec .limited_time_sec_innr h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .limited_time_sec .limited_time_sec_innr h6 {
        font-size: 20px;
        line-height: 25px;
    }

    .limited_time_sec .limited_time_sec_innr ul {
        padding-left: 0;
    }

    .limited_time_sec .limited_time_sec_innr ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .limited_time_sec .limited_time_sec_innr .side_img_wrp {
        position: static;
        max-width: 100%;
        padding-top: 20px;
    }

    .limited_time_sec .limited_time_sec_innr .side_img_wrp .side_cmbn_img_desk {
        display: none;
    }

    .limited_time_sec .limited_time_sec_innr .side_img_wrp .side_cmbn_img_mob {
        display: block;
    }

    .limited_time_sec .limited_time_sec_innr .btn_wrp {
        display: block;
        text-align: center;
        padding-left: 0;
    }

    .limited_time_sec .limited_time_sec_innr .ylw_apply_btn {
        width: 100%;
    }

    .limited_time_sec .offer_extended {
        width: 140px;
    }

    .limited_time_sec .tp_lft_cld {
        max-width: 165px;
    }

    .limited_time_sec .tp_rgt_cld {
        max-width: 140px;
    }

    .limited_time_sec .tp_cntr_cld {
        display: none;
    }
}

@media (max-width: 575px) {
    .hm_bnnr a h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .hm_bnnr a.rgt_txt {
        text-align: left;
    }

    .hm_bnnr a.rgt_txt p {
        padding-left: 0;
    }

    .hm_bnnr a p {
        font-size: 16px;
        line-height: 22px;
    }

    .hm_bnnr a .btm_bar {
        display: none;
    }

    .banner_section.hm_bnnr {
        padding: 40px 0 20px;
    }

    .brimplusmrstcrd .cnct_wrap .cnct_wrp h6 {
        font-size: 24px;
        line-height: 30px;
    }

    .brimplusmrstcrd .cnct_wrap .cnct_wrp p {
        font-size: 18px;
        line-height: 25px;
    }

    .platfrm_sec img.drsk_img {
        display: none;
    }

    .platfrm_sec .for_mob_plt {
        display: block;
    }

    .platfrm_sec .for_mob_plt .tp_ttle {
        max-width: 350px;
        margin: 0 auto 20px;
        display: block;
    }

    .clnt_sec h2,
    .platfrm_sec h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .platfrm_sec {
        padding: 40px 0;
    }

    .clnt_sec {
        padding: 40px 0;
    }

    .clnt_sec .clnt_cnct_wrp {
        padding: 20px;
    }

    .clnt_sec .clnt_cnct_wrp h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .clnt_sec .clnt_cnct_wrp a {
        width: 100%;
        max-width: 310px;
    }

    .capisec {
        padding: 40px 0;
    }

    .capisec h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .capisec .serv_item:nth-child(3) h4 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
    }

    .testimonial_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aitanv_sec .aitnav_cnct_wrp {
        margin-top: -260px;
    }

    .globe_card_sec.hm_pg .btn.btn-secondary.fr_dsk {
        display: none;
    }

    .globe_card_sec.hm_pg .slick-dots {
        display: none !important;
    }

    .globe_card_sec.hm_pg .btn.btn-secondary.fr_mob {
        display: block;
        width: 100%;
        max-width: 350px;
    }

    .platform_partner_sect.hm_pl_prt .btn.btn-secondary {
        width: 100%;
        max-width: 350px;
    }


    /* afklm */
    .afklm_platform .modernization_bnnr_sect {
        padding: 40px 0;
    }

    .afklm_platform .modernization_bnnr_sect .bnnr_wrp h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .afklm_platform .digitizing_sect {
        padding-bottom: 20px;
    }

    .afklm_platform .digitizing_sect h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 40px 0 20px;
        padding: 0 10px;
    }

    .afklm_platform .platform {
        padding: 40px 0;
    }

    .afklm_platform .platform .platfrm_left_logo ul li {
        width: 49%;
        margin-bottom: 0;
    }

    .afklm_platform .payment_exp {
        padding: 40px 0 20px;
    }

    .afklm_platform .payment_exp .payment_exp_inr h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .afklm_platform .payment_exp .payment_exp_inr p {
        font-size: 16px;
        line-height: 22px;
    }

    .afklm_platform .payment_exp .payment_exp_inr_left .mob_img_wrp {
        display: block;
        margin-bottom: 20px;
    }

    .afklm_platform .payment_exp .payment_exp_inr_left .embed-responsive {
        display: none;
    }

    .afklm_platform .payment_exp .payment_inr_right_listing li h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .afklm_platform .miles_sec {
        padding: 40px 0;
    }

    .afklm_platform .miles_cnct_wrap .mob_img_wrp {
        display: block;
        margin-bottom: 20px;
    }

    .afklm_platform .miles_cnct_wrap>div {
        width: 100%;
    }

    .afklm_platform .miles_cnct_wrap>div.img_wrp {
        display: none;
    }

    .afklm_platform .miles_cnct_wrap .cncts h6 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    .afklm_platform .miles_cnct_wrap .cncts p {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

    .afklm_platform .service_sec {
        padding: 40px 0;
    }

    .afklm_platform .service_sec h3 {
        line-height: 34px;
        font-size: 24px;
    }

    .afklm_platform .service_sec h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .afklm_platform .aitensection>.img_wrp {
        display: none;
    }

    .afklm_platform .aitensection .mob {
        display: block;
        margin: 10px auto 0;
        max-width: 80px;
    }

    .afklm_platform .aitensection .cncts {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .afklm_platform .aitensection .cncts h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .afklm_platform .btm_btn a {
        width: 100%;
        max-width: 350px;
    }

    .afklm_platform .opportunity_section {
        padding: 40px 0;
    }

    .opportunity_section ul li .bluticon {
        width: 25px;
    }

    .afklm_platform .opportunity_section h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .afklm_platform .serv_sec {
        padding: 80px 0;
    }

    .afklm_platform .serv_sec h3 {
        padding-bottom: 20px;
        font-size: 28px;
    }

    .afklm_platform .platform_partner_section .platform_partnerbox .platform_cintent {
        width: 100%;
        margin: 60px 0 0;
    }

    .afklm_platform .tmonialbox {
        padding: 20px;
    }

    .afklm_platform .tmonialbox p {
        font-size: 16px;
        line-height: 22px;
    }

    .afklm_platform .infobox h5 {
        text-align: left;
    }

    .afklm_platform .tmonialfelexreletiv {
        display: block;
    }

    .afklm_platform .tmonialfelexreletiv .slider_logo_img {
        margin: 0 auto;
    }

    .afklm_platform .platform_formsect {
        padding: 40px 0;
    }

    .afklm_platform .platform_formsect h3 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 15px;
    }

    .afklm_platform .platform_formsect h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .afklm_platform .frm_btn button {
        width: 100%;
        max-width: 310px;
    }

    /* 06-11-2023 */
    .workflows_section .row h4 {
        line-height: 28px;
    }

    .workflows_section h4 br {
        display: none;
    }

    /* testimonial */
    .globaleventsmainbox p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        padding: 0 25px;
    }

    .globaleventsection .globaleventslid {
        max-width: 260px;
    }

    .globaleventslid .slick-next {
        right: -45px;
        height: 32px;
        width: 32px;
    }

    .globaleventslid .slick-prev {
        left: -45px;
        height: 32px;
        width: 32px;
    }

    .apple_expsect {
        padding: 60px 0 30px;
    }

    .applerow {
        flex-direction: column;
    }

    .apple_expsect .applerow .col-md-6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .apple_expsect .applerow .col-md-6:nth-child(3) {
        order: 4;
    }

    .tstmnl_fnd_cncts_wrp .tstmnl_fnd_cncts_itm .tstmnl_fnd_cncts {
        padding: 25px 25px 15px;
    }

    .globaleventsection {
        padding: 87px 0 40px;
    }

    .apple_expsect .apple_expsectwhitbox .appflex {
        flex-direction: column;
        align-items: flex-start;
    }

    .apple_expsect .apple_expsectwhitbox .appflex .appflxlogo {
        margin-top: 20px;
    }

    .error_sec {
        padding: 100px 0;
    }

    .error_sec .inner_wrp {
        display: flex;
        flex-direction: column;
    }

    .error_sec .inner_wrp img {
        order: 2;
    }

    .error_sec .inner_wrp h6 {
        order: 1;
        font-size: 24px;
        line-height: 34px;
    }

    .error_sec .inner_wrp .platform_btnbox {
        order: 3;
    }

    .brim_media_sec.new_media_sec .brim_media_list_outer ul.brim_media_list.brim_media_list_other li.brim_media_list_inner .brim_media_img {
        margin-left: auto;
        margin-right: auto;
    }

    .brim_media_sec.new_media_sec .brim_media_list_outer ul.brim_media_list.brim_media_list_other li.brim_media_list_inner .brim_media_txt {
        width: 100%;
    }
}