@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica Neue Bold.eot');
    src: url('../fonts/Helvetica Neue Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica Neue Bold.woff2') format('woff2'),
        url('../fonts/Helvetica Neue Bold.woff') format('woff'),
        url('../fonts/Helvetica Neue Bold.svg#Helvetica Neue Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff'),
        url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
        url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff'),
        url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}


body {
    font-weight: 400;
    background-color: #1B1B1B;
    font-family: 'HelveticaNeueLight';
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue';
    font-weight: 700;

}

.h1,
h1 {
    font-size: 75px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
.services-heading h2,
h3 {
    font-size: 28px;
}

.h4,
h4 {
    font-size: 26px;
}

.h5,
.services-box:hover .services-title h6,
h5 {
    font-size: 22px;
}

.h6,
.our-work-item-cont p,
h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

table.news_table {
    border: solid 1px #FFF;
}

table.news_table th, table.news_table td {
    padding: 10px;
}

table.news_table th:first-child, table.news_table td:first-child {
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
}

table.news_table th:last-child, table.news_table td:last-child {
    table.news_table th: first-child;
    border-bottom: solid 1px #FFF;
}

/*=================== Policy Page CSS Start Here ======================*/

.policy_content_section{
    width: 100%;
    background: #FFF;
    padding: 60px 0;
}
.policy_section {
    border-bottom: solid 1px #b3b3b3eb;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.policy_section .bold_text {
    display: block;
}
.policy_section ol li, .policy_section ul li {
    margin-bottom: 15px;
}

/*=================== Policy Page CSS End Here ======================*/


/*=================== New CSS Start Here ======================*/

header.header {
    background: #000;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header_right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn {
    font-size: 12px;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 2px;
    border: none;
    min-width: 110px;
    transition: 0.5s;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    font-family: 'HelveticaNeueMedium';
}

.btn:active,
.btn:hover {
    box-shadow: none !important;
    background-color: #DAE600;
}

button {
    background: transparent;
    border: none;
}

.header_section {
    background: #2ECEC1;
    padding: 70px 0 40px;
    width: 100%;
}

.header_section h1 {
    color: #000;
    font-size: 70px;
    line-height: 1.1;
}

/*================ New Css Start Here ================*/

#formModal .modal-content {
      border-radius: 0px;
      background: #ffdd00;
      text-align: center;
    }
    #formModal .custom-modal-width {
  max-width: 880px;
  width: 100%;
}
    .modal_wrap{
        display: flex;
    }
    .modal_form{
        width: 50%;
        padding: 25px;
            display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .modal_img{
        width: 50%;
    }
    #formModal .modal-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
          line-height: 18px;
    }
    #formModal .form_row {
        width:100%;
        margin-bottom:15px;
    }
    #formModal .form-control {
      background-color: #fff3a3 !important;
      border: none !important;
      border-radius: 50px !important;
      padding: 10px 22px;
      font-size: 16px;
      margin-bottom: 2px;
      font-weight: 500;
      color: #000 !important;
    }

    #formModal .form-control::placeholder {
      color: #000;
    }

    #formModal .captcha-row {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 5px;
      font-size: 15px;
    }

    #formModal .captcha-box {
      font-weight: 600;
      letter-spacing: 2px;
    }

    #formModal .refresh-icon {
      cursor: pointer;
      font-size: 22px;
    }

    #formModal .form-check {
        display: flex;
        gap: 5px;
        font-size: 13px;
      text-align: left;
      margin-top: 0px;
      padding-left: 0px;
      align-items: start;
    }
    #formModal .form-check input{
        margin-top: 6px;
    }

    #formModal .form-check-label {
      font-size: 14px;
      color: #000;
    }

    #formModal .btn-custom {
      background: #000;
      color: #FFF;
      border-radius: 50px;
      padding: 14px;
      font-size: 15px;
      font-weight: 700;
      width: 100%;
      margin-top: 10px;
      border: none;
    }

    #formModal .btn-custom:hover {
      background: #fff;
      color: #000;
    }
    #formModal .close_modal {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #FFF !important;
        z-index: 999999;
        width: 35px;
        height: 35px;
        opacity: 1;
        padding: 0;
        background: #000;
        font-size: 22px;
        border-radius: 100%;
        line-height: 1;
        font-weight: 600;
    }


.header_section #slick-slide02 h1 {
    font-size: 48px;
    line-height: 1.2;
    display: none;
}

.header_section #slick-slide02 {
    height: 580px;
    position: relative;
}

.header_section #slick-slide02 .banner_slide_cont a.fill_btn_black {
    background: #89191b;
    color: #FFF;
}
.header_section #slick-slide02 .col-md-6.order-md-2.order-1 .banner_slide_cont{
    text-align: right !important;
    display: flex;
    justify-content: end;
}

.header_section #slick-slide02 .col-md-6.order-md-1.order-2{
    margin-top: 10px !important;
}

.header_section #slick-slide02 .col-md-6.order-md-1.order-2 .banner_slide_cont{
    padding-left: 30px;
}

.header_section #slick-slide02 .banner_slide_cont img{
    max-width: 451px !important;
        margin: inherit !important;
}

.header_section #slick-slide02 .col-md-6.order-md-2.order-1 {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
        padding-left: 0px !important;
}

.header_section #slick-slide02 .banner_slide_cont p{
    color: #000 !important;
        font-size: 18px;
}
.header_section #slick-slide02 .row {
    background: #FFF;
    background-size: cover;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 !important;
}


.header_section #slick-slide03 h1 {
    font-size: 48px;
    line-height: 1.2;
    display: none;
}
.header_section #slick-slide03 {
    height: 580px;
    position: relative;
}

.header_section #slick-slide03 .banner_slide_cont a.fill_btn_black {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
    background: #89191b;
    color: #FFF;
}
.header_section #slick-slide03 .col-md-6.order-md-2.order-1 .banner_slide_cont {
    display: none;
}
.header_section #slick-slide03 .row {
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/Aspiration-Unleashed-02.webp) no-repeat center;
    background-size: cover;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 !important;
}


/*================ New Css Start Here ================*/

.header_section h1 span {
    font-size: 36px;
}
/*.banner_slider .slick-track .banner_slide_item:nth-child(2) h1 {
    font-size: 62px;
}
.banner_slider .slick-track .banner_slide_item:nth-child(2) h1 span {
    font-size: 110px;
}*/
.banner_slide_cont p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.inner_header_section {
    padding: 60px 0 50px 0;
    width: 100%;
}

.inner_header_section h1, .inner_header_section p {
    color: #FFF;
}

.inner_header_section p {
    font-size: 20px;
}

.header_section .slick-dots {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    bottom: -20px;
}

.header_section .slick-dots li {
    width: 60px;
    height: 8px;
    display: block;
}

.header_section .slick-dots li button {
    width: auto;
    height: auto;
}

.header_section .slick-dots li button:before {
    width: 60px;
    height: 8px;
    background: transparent;
    font-size: 0;
    border: 1px solid #000;
    opacity: 1;
}

.header_section .slick-dots li.slick-active button:before {
    background: #000;
}

.network_header_section {
    width: 100%;
    background-color: #000;
    padding-top: 0;
    padding-bottom: 60px;
/*    border-top: solid 1px #DAE600;*/
}

.network_header_section h1 {
    color: #FFF;
}

.corporate_section {
    padding-top: 50px;
}

.corporate_subhead {
    font-size: 24px;
    color: #FFF;
}

.corporate_content h6 {
    font-size: 48px;
    color: #FFF;
    margin-bottom: 30px;
}

.corporate_section .corporate_content h6 {
    margin-bottom: 60px;
}

.network_header_section .math_hakuhodo_logo {
    margin-bottom: 30px;
    height:auto;
    /*height: 70px;*/
    max-width: 350px;
}

.address_map {
    filter: grayscale(1);
    height: 500px;
    width: 100%;
}

.corporate_communication {
    font-size: 16px;
    background: #2d2d2d;
    padding: 10px 25px;
    border-radius: 40px;
    color: #FFF;
    margin-bottom: 10px;
}

.highlight-btn {
    background: #2ECEC1;
    font-size: 16px;
    padding: 13px 25px;
    border-radius: 6px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Helvetica Neue';
}

.corporate_content p {
    color: #fff;
}

p.bold-highlight {
    font-family: 'HelveticaNeueMedium';
}

.corporate_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.corporate_section_left {
    margin-bottom: 90px;
}

.menu-btn {
    display: block;
    z-index: 999;
    position: relative;
}

.menu-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.menu-btn a.dropdown-item.hakuhodo_math_menu{
text-transform: none;
}

.menu-btn a:hover {
    color: #2ECEC1;
    border-color: #2ECEC1;
}

.btn-open:after {
    content: "";
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/hamburger.svg") no-repeat center;
    width: 18px;
    height: 15px;
    display: inline-block;
    transition: all .3s;
}
.btn-open:hover:after {
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/hamburger-hover.svg") no-repeat center;
}

.btn-open:hover:after {
    color: #34B484;
}

.btn-close:after {
    content: "";
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/cross_icon.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.menu-btn a.btn-close {
    background: no-repeat;
    box-shadow: none;
    width: 28px;
    height: 28px;
}

.menu-btn .btn-close:after {
    background-size: contain;
}

.desk_menu_list {
    position: absolute;
    background: #2ECEC1;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    right: -55px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.menu-btn:hover .desk_menu_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.desk_menu_list .dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #00000080;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    justify-content: center;
    background: #fff !important;
    color: #000 !important;
    gap: 0;
}
.desk_menu_list .dropdown-item:hover {
    background: #fff !important;
    color: #000 !important;
}
/*.desk_menu_list .hakuhodo_sync_menu:hover {
    background: #0571D3 !important;
    color: #fff !important;
}
.desk_menu_list .hakuhodo_lync_menu:hover {
    background: #74E973 !important;
    color: #000 !important;
}
.desk_menu_list .hakuhodo_wyng_menu:hover {
    background: #DE4441 !important;
    color: #fff !important;
}
.desk_menu_list .hakuhodo_digital_menu:hover {
    background: #DB3172 !important;
    color: #fff !important;
}
.desk_menu_list .hakuhodo_datalab_menu:hover {
    background: #83C3FF !important;
    color: #000 !important;
}
.desk_menu_list .hakuhodo_agl_menu:hover {
    background: #FF7D37 !important;
    color: #000 !important;
}
.desk_menu_list .hakuhodo_pmg_menu:hover {
    background: #16133F !important;
    color: #fff !important;
}
.desk_menu_list .hakuhodo_math_menu:hover {
    background: #FFC20F !important;
    color: #000 !important;
}
.desk_menu_list .hakuhodo_trigger_menu:hover {
    background: #DBE12C !important;
    color: #000 !important;
}*/

.desk_menu_list .philosophy_menu_menu {
    border-left: 20px solid #2ECEC1 !important;
}
.desk_menu_list .hakuhodo_sync_menu {
    border-left: 20px solid #0571D3 !important;
}
.desk_menu_list .hakuhodo_lync_menu {
    border-left: 20px solid #74E973 !important;
}
.desk_menu_list .hakuhodo_wyng_menu {
    border-left: 20px solid #DE4441 !important;
}
.desk_menu_list .hakuhodo_digital_menu {
    border-left: 20px solid #DB3172 !important;
}
.desk_menu_list .hakuhodo_datalab_menu {
    border-left: 20px solid #83C3FF !important;
}
.desk_menu_list .hakuhodo_agl_menu {
    border-left: 20px solid #FF7D37 !important;
}
.desk_menu_list .hakuhodo_pmg_menu {
    border-left: 20px solid #16133F !important;
}
.desk_menu_list .hakuhodo_math_menu {
    border-left: 20px solid #FFC20F !important;
}
.desk_menu_list .hakuhodo_trigger_menu {
    border-left: 20px solid #DBE12C !important;
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #000;
}

.responsive_menu {
    padding: 50px;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.responsive_menu_col h6 {
    color: #FFF;
}

.responsive_menu_col {
    width: 100%;
}

.responsive_menu_col ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.responsive_menu_col li {
    color: #FFF;
    text-align: center;
}

.responsive_menu_col li a {
    color: #FFF;
    font-size: 22px;
    font-family: 'HelveticaNeueMedium';
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    display: block;
}

.responsive_menu_col li a:hover,
.responsive_menu_col li a:focus {
    background: #212121;
}

.banner_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_section {
    background: #1B1B1B;
    width: 100%;
    padding: 60px 0 20px 0;
}

.logo_slider_section {
    background: #FFF;
    width: 100%;
}

.logo_slider_box {
    position: relative;
    background: #f9f4f4;
    text-align: center;
    padding: 50px 10px;
    border: solid 4px #f9f4f4;
}

/* .logo_slider_box::before{
    content: "";
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/devider.jpg") no-repeat;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */
.logo_slider_box:hover,
.logo_slider_box:focus {
    background-color: #dae600;
    border: solid 4px #dae600;
}

.logo_slider_box img {
    width: 135px;
    margin: auto;
    height: 80px;
}

.logo_slider button.slick-prev img {
    width: 28px;
    vertical-align: top;
}

.logo_slider button.slick-next img {
    width: 28px;
}

.logo_slider button.slick-prev {
    left: -38px;
    width: 28px;
    height: 28px;
}

.logo_slider button.slick-prev:before {
    display: none;
}

.logo_slider button.slick-next {
    width: 28px;
    height: 28px;
    right: -38px;
}

.logo_slider button.slick-next:before {
    display: none;
}

.logo_slider_box:hover .logo_slider_content {
    display: flex;
}

.logo_slider_content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 30px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #dae600;
}

.slider_content_link a {
    display: flex;
    text-align: right;
    justify-content: end;
}

.slider_content_link span {
    padding-bottom: 30px;
}

.slider_content_link a img {
    width: auto;
}

.logo_slider_content h2 {
    font-size: 26px;
    text-transform: uppercase;
}



.work_slider_section {
    padding-top: 50px;
}

.work_head {
    height: 79px;
    margin-bottom: 40px;
}

.work_slider_box:hover .work_slider_content {
    display: flex;
}

.work_slider_content {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px;
    flex-direction: column;
    background-color: #FFF;
}

.work_slider_box {
    position: relative;
}

.work_slider_box button {
    padding: 0;
    width: 100%;
}

.work_slider_box img.image {
    width: 100%;
}

.work_slider_content .logo_slider {
    width: 110px;
    height: auto;
}

.work_slider_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work_slider_left {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    text-align: left;
}

.work_slider_content.center_align_pop {
    top: 74px;
    bottom: 0;
    height: 168px;
    margin: auto;
}

.work_slider_content.top_align_pop {
    top: 0;
    bottom: auto;
    height: 168px;
    margin: auto;
}

.work_slider_content.bottom_align_pop {
    top: auto;
    bottom: 7px;
    height: 168px;
    margin: auto;
}

.light_text {
    color: #b4b4b4;
}

.sub_head {
    text-transform: uppercase;
}

.modal button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF !important;
    z-index: 999999;
    width: 45px;
    height: 45px;
    opacity: 1;
    padding: 0;
    background: #000;
    font-size: 24px;
    border-radius: 100%;
    line-height: 1;
}
.modal button.btn-close:before {
    content: 'x';
}
.modal.fade .modal-dialog {
    transform: translate(100%, 0);
}

.modal.show .modal-dialog {
    transform: none;
}

.work_head {
    height: 79px;
    margin-bottom: 40px;
}

.people_slider_section {
    padding-top: 50px;
}

.people_slider_section li.nav-item .nav-link {
    border: none;
    color: #767676;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 0;
}

.people_slider_section li.nav-item .nav-link.active {
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    border-bottom: solid 2px #FFF;
}

.people_slider_section ul.nav.nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 35px;
}

.people_slider_section li.nav-item {
    margin: 0 20px;
}

.people_slider_box {
    position: relative;
    width: 100%;
}

.people_slider_box:before {
    content: "";
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/people_devider.webp") no-repeat;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.people_slider_box:after {
    content: "";
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/people_devider.webp") no-repeat;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.people_slider_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    /* Prevent click when hidden */
}

.people_slider_box:hover .people_slider_content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.people_content_box {
    display: flex;
    flex-direction: column;
}

.people_content_box h6 {
    color: #DAE600;
    text-transform: uppercase;
    font-size: 18px;
}

.people_content_box .designation {
    color: #FFF;
    font-weight: 300;
}

.people_content_box .department {
    color: #FFF;
    font-weight: 300;
}

.people_slider_box:hover .people_title {
    opacity: 0;
}

.people_title {
    transform: rotate(90deg);
    position: absolute;
    top: 90px;
    left: -106px;
    line-height: 14px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.people_title span {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff17;
}

.people_title h5 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff17;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.people_slider button.slick-prev {
    width: 44px;
    height: 44px;
    z-index: 99;
    left: -10px;
}

.people_slider button.slick-next {
    width: 44px;
    height: 44px;
    z-index: 99;
    right: -10px;
}

.people_img {
    width: 100%;
}

.about_section #myTab {
    background: #FFF;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.about_section #myTab .nav-link {
    margin-right: 18px;
    border: none;
    padding: 0;
}

.about_section #myTab .nav-link.active .logo_slider_box {
    border: 4px solid #DAE600;
    background: #FFF;
}

.about_section .accordion-item {
    background-color: transparent;
    border: none;
    padding: 50px 0;
}

.hakuhodo_section {
    padding-top: 70px;
}

.about_section h3 {
    font-family: 'Helvetica Neue';
    color: #FFF;
    font-size: 36px;
    margin-bottom: 25px;
}

ul.hakuhodo_logos {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.about_section p {
    color: #FFF;
    padding-right: 150px;
    margin-bottom: 30px;
}

.hakuhodo_btns {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.fill_btn {
    background: #DAE600;
    border-radius: 2px;
    color: #000;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueMedium';
    display: inline-block;
    transition: color 0.3s ease;
    font-size: 14px;
}

.network_details .fill_btn {
    background: #74E973;
    transition: all .3s;
    font-family: 'HelveticaNeueLight';
}

.network_details .fill_btn:hover {
    background: #2ecec1;
}

.network_details h2.heading_style, .network_details h2.news_head {
    font-size: 72px;
    margin-bottom: 40px;
}

.network_details h2.heading_style span, .network_details h2.news_head:before {
    background: #2ecec1;
    font-size: 24px;
    width: 70px;
    height: 70px;
}

.network_details .math_sec.home_people_sec {
    padding: 100px 0 50px 0;
}
.network_details .math_sec.home_people_sec h2.heading_style {
    margin-bottom: 50px;
}
.network_details .math_sec.home_people_sec, .network_details .unique_animated_img {
    background: #000;
}
.fill_btn:hover,
.fill_btn:focus {
    background: #FFF;
    color: #000;
    transition: width 0.5s ease, height 0.5s ease;
}

.outline_btn {
    border: solid 1px #DAE600;
    border-radius: 2px;
    color: #DAE600;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueMedium';
    display: inline-block;
    font-size: 13px;
}

.outline_btn:hover,
.outline_btn:focus {
    background: #FFF;
    color: #000;
    border: solid 1px #FFF;
}

.hakuhodo_video {
    position: relative;
}

.hakuhodo_poster {
    width: 100%;
}

.hakuhodo_video .video_play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about_slide_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
}

.stat_box_wrap {
    width: 25%;
}

.stat_box {
    width: 100%;
    height: 220px;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: transform 0.3s;
    position: relative;
}

.stat_box:after {
    content: "";
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/about_devider.webp) no-repeat;
    background-size: cover;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.stat_box h2 {
    font-size: 70px;
    margin: 0;
}

.stat_box p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 23px;
}

.stat_box small {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.stat_box.black {
    background: #1B1B1B;
    color: #fff;
    transform: translateY(100px);
}

.stat_box.zblack {
    background: #1B1B1B;
    color: #fff;
}

.stat_box.white {
    background: #fff;
    color: #000;
}

.stat_box.yellow {
    background: #d9e010;
    color: #000;
    padding: 20px 20px;
}

.stat_box.down_white {
    background: #fff;
    color: #000;
    transform: translateY(-100px);
}

.last_white {
    background: #fff;
    color: #000;
    transform: translateY(-215px);
    transform: translateX(-345px);
}

.about_head h3 {
    font-size: 48px;
    color: #ffffff7d;
}

.about_head p {
    font-size: 20px;
    color: #FFF;
    font-weight: 300;
    max-width: 718px;
    margin-bottom: 40px;
}

.service_slide_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 20px 0 40px 0;
    justify-content: space-between;
    position: relative;
}

.service_slide_wrap .service_box {
    flex: 0 0 calc(33.33% - 2px);
    background: #222222;
    padding: 35px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}

.service_slide_wrap .service_box:after {
    content: "";
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/service_devider.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: center;
}

.service_slide_wrap .service_box span {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.service_slide_wrap .service_box img {
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    transition: all .3s;
}

.service_slide_wrap .service_box:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(20%) hue-rotate(291deg) brightness(106%) contrast(104%);
}

.service_slide_wrap .service_box:before {
    content: '';
    background: #2ECEC1;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .9s ease;
    opacity: 0;
}

.service_slide_wrap .service_box:hover:before {
    width: 800px;
    height: 800px;
    border-radius: 0;
    opacity: 1;
}

.ourway_section_wrap {
    display: flex;
    gap: 40px;
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/ourway_bg.webp) no-repeat top right;
    background-size: cover;
    width: 100%;
    padding-bottom: 229px;
}

.ourway_head h3 {
    font-size: 48px;
    color: #8d8d8d;
}

.ourway_head p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 30px;
    max-width: 730px;
}

.know_more_btn {
    background: #DAE600;
    padding: 12px 30px;
    color: #000;
    display: inline-block;
    font-family: 'HelveticaNeueMedium';
}

.know_more_btn:hover,
.know_more_btn:focus {
    background: #000;
    color: #fff;
}

.know_more_link {
    gap: 5px;
}

.know_more_link img {
    margin: 0;
    width: 23px;
    transition: transform 0.3s ease;
}

.know_more_link:hover img,
.know_more_link:focus img {
    transform: translateX(5px);
}

.ourway_graphic {
    text-align: center;
    position: relative;
}

.ourway_graphic img {
    margin: auto;
}

.ourway_graphic_box {
    background: #E4E4E4;
    max-width: 480px;
    padding: 25px;
    position: absolute;
    bottom: -124px;
    right: 0;
}

.ourway_graphic_box h5 {
    text-align: left;
    font-size: 20px;
}

.ourway_graphic_box p {
    text-align: left;
}

.ourway_graphic_box a {
    text-align: left;
    display: flex;
    width: 134px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}

.about_slider ul.slick-dots li button {
    background: #8d8d8d;
    content: "";
    width: 100%;
    height: 2px;
    padding: 2px;
}

.about_slider ul.slick-dots li button:before {
    display: none;
}

.about_slider ul.slick-dots {
    display: flex;
    justify-content: center;
}

.about_slider ul.slick-dots li {
    width: 213px;
}

.about_slider ul.slick-dots li.slick-active button {
    background: #dae600;
}

.about_slider {
    margin-bottom: 120px !important;
}

.clients_slider_section {
    width: 100%;
    padding-top: 0;
    background-color: #000;
}

.awards_circl_section {
    background: #000;
}

.clients_slider {
    margin-bottom: 0 !important;
}

.clients_slider_section .logo_slider_box {
    padding: 0;
    background: transparent;
    border: none;
    height: 250px;
    display: flex;
}

.clients_slider_section .logo_slider_box img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 70px;
    object-fit: contain;
}

.clients_slider_section .logo_slider_box::before {
    content: "";
    background: url("https://diwwlvpsq4xkc.cloudfront.net/assets/images/devider.jpg") no-repeat;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.clients_slider button.slick-prev {
    width: 33px;
    height: 34px;
    left: -44px;
}

.clients_slider button.slick-prev img,
.clients_slider button.slick-next img {
    width: 100%;
}

.clients_slider button.slick-next {
    width: 33px;
    height: 34px;
}

.logo_slider_wrap {
    padding: 0 50px;
    background: #FFF;
}

.logo_slider.slick-slider {
    margin-bottom: 0;
}

.news_slider_section {
    padding: 80px 0;
}

.news_slider .slick-track .slick-slide.slick-current.slick-active .news_box {
    width: 370px;
}

.news_slider .slick-track .slick-slide.slick-current.slick-active .news_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_slider .slick-track {
    display: flex;
    align-items: end;
}

.px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.news_box {
    /* background: #fff;
        padding: 10px; */
    width: 270px;
    text-align: center;
    transition: transform 0.3s ease;
    margin: auto;
    position: relative;
}

.news_box img {
    width: 100%;
    height: auto;
    display: block;
}

.news_box .news_box_content {
    color: #fff;
    font-size: 18px;
    display: none;
    font-family: 'HelveticaNeueMedium';;
}

.news_slider button.slick-prev {
    z-index: 99;
    top: -30px;
    right: 120px;
    left: auto;
}

.news_slider button.slick-next {
    z-index: 99;
    top: -30px;
    right: 50px;
}

.news_slider .slick-track .slick-slide.slick-current.slick-active .news_box_content {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.see_more_btn_wrap {
    width: 100%;
    text-align: right;
    padding-right: 30px;
}

.footer-socials ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 25px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.footer-socials ul li a {
    background-color: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 16px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-socials ul li a.facebookIcon:hover {
    background-color: #0866ff;
}

.footer-socials ul li a.linkedinIcon:hover {
    background-color: #007ab5;
}

.footer-socials ul li a.instagramIcon:hover {
    background-color: #ee6142;
}

.footer-menu-heading h6 {
    margin-left: -15px;
}

.footer-menu {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-menu li.footer-menu-heading {
    list-style: none;
}

.footer-menu li a {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    color: #000;
}

.footer-menu li a:hover {
    color: #000;
    margin-left: 5px;
}

.footer-lastMenu {
    margin-top: 35px;
}

.footer-logo img {
    max-width: 200px;
}

.copyWrite p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 70px;
}

.footer-bottom {
    padding-bottom: 20px;
}

.footer {
    background-color: #f2f2f2;
}

.philosophy_section h2 {
    font-size: 60px;
    color: #DAE600;
}

.philosophy_section .philosophy_desc {
    color: #FFF;
    max-width: 790px;
    margin: 0 auto 50px auto;
}

.philosophy_slide_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.philosophy_slider_box {
    position: relative;
}

.philosophy_slider_box img {
    width: 100%;
}

.philosophy_slide_content p {
    font-family: 'HelveticaNeueMedium';
    color: #FFF;
}

.philosophy_slider_box:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.culture-slide-box {
    display: flex;
    gap: 60px;
    margin: 0 5px;
}

.culture-slide-box .text {
    width: 50%;
}

.culture-slide-box .image {
    width: 50%;
}

.culture-slide-box .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.sks_culture .culture-slide-box .image img {
    height: auto;
}



.sks_culture .culture-slide-box .text p {
    max-width: 100%;
}

.sks_culture .culture-slide-box .text {
    padding-right: 0;
}

.culture-slide-box .text p {
    color: #FFF;
    font-size: 18px;
    max-width: 550px;
}

.culture-slide-box .text {
    padding: 40px;
}

.culture-slider button.slick-prev {
    left: 40%;
    top: 80%;
    z-index: 9;
}

.culture-slider button.slick-next {
    right: auto;
    top: 80%;
    z-index: 9;
    left: 45%;
}
.network_details .slick-slider .slick-arrow {
    height: auto;
    width: auto;
}
.storytellers_slider.slick-slider {
    margin-bottom: 60px;
}

.culture-slider ul.slick-dots {
    position: absolute;
    bottom: 120px;
    max-width: 50%;
}

.culture-slider ul.slick-dots li button {
    background: #8d8d8d;
    content: "";
    width: 100%;
    height: 2px;
    padding: 2px;
}

.culture-slider ul.slick-dots li.slick-active button {
    background: #fff;
}

.culture-slider ul.slick-dots li button:before {
    display: none;
}

.culture-slider ul.slick-dots {
    display: flex;
    gap: 20px;
    padding-left: 50px;
}

.culture-slider ul.slick-dots li {
    width: 85px;
}

.math_slider_wrap {
    display: flex;
}

.math_slider_wrap .math_right {
    width: 60%;
}

.math_slider_wrap .math_left {
    width: 40%;
    position: relative;
    z-index: 9;
    top: 70px;
    left: 150px;
}

.math_left h1 span {
    background: #74E973;
    /*padding: 0 20px;*/
}

.math_slider_wrap h1 {
    color: #000;
    font-size: 55px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.company_section {
    background-color: #000;
}

.company_tab_wrap {
    display: flex;
    gap: 25px;
    margin-bottom: 80px;
}

.company_tab_wrap #v-pills-tab {
    width: 365px;
}

.company_tab_wrap .tab-content {
    flex: 1;
}

.company_tab_wrap #v-pills-tab .nav-link {
    border-bottom: solid 1px #434343;
    border-radius: 0;
    color: #DAE600;
    font-size: 20px;
    font-family: 'HelveticaNeueMedium';
    padding: 22px 12px 22px 22px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.company_tab_wrap #v-pills-tab .nav-link.active {
    background: #3f3f3f;
}

.company_content_box {
    display: flex;
    align-items: center;
}

.company_content_left {
    width: 45%;
}

.company_content_right {
    width: 55%;
    padding: 0 50px;
}

.company_content_right img {
    width: 100%;
}

.company_content_left h3 {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 27px;
}

.company_content_left p {
    color: #FFF;
}

.company_content_left .fill_btn {
    margin-top: 10px;
}

.portfolio_section {
    background-color: #000;
    padding-bottom: 100px;
}

.portfolio_slider .slick-slide img, .portfolio_slider .slick-slide video {
    filter: grayscale(100%);
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.portfolio_slider .slick-slide.slick-current img, .portfolio_slider .slick-slide.slick-current video {
    filter: grayscale(0%);
}

.portfolio_section .slick-slide {
    position: relative;
}

.portfolio_content_box {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding: 20px 20px;
    flex-direction: row;
    background-color: #000;
    color: #fff;
    display: flex;
    gap: 10px;
    max-width: 90%;
    z-index: 4;
}

.portfolio_content_box .serial_no {
    width: 42px;
    height: 42px;
    background: #74E973;
    color: #000;
    border-radius: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica Neue';
}

.portfolio_content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.portfolio_content .sub_head {
    font-family: 'HelveticaNeueMedium';
    font-size: 17px;
}

/*.portfolio_section .slick-slide:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
}*/

.portfolio_slider ul.slick-dots {
    width: auto;
    bottom: -25px;
    margin: auto;
    left: 0;
    right: 0;
}

.portfolio_slider ul.slick-dots li {
    width: 100px;
    margin: 0;
    height: auto;
}

.portfolio_slider ul.slick-dots li button {
    width: 100%;
    padding: 0;
    height: 3px;
    background: #FFF;
}

.portfolio_slider ul.slick-dots li button::before {
    display: none;
}

.portfolio_slider ul.slick-dots li.slick-active button {
    background: #74E973;
}

.portfolio_slider button.slick-prev {
    left: 45%;
    top: auto;
    bottom: -90px;
    z-index: 9;
    width: 44px;
    height: 44px;
}

.portfolio_slider button.slick-next {
    right: 45%;
    top: auto;
    bottom: -90px;
    z-index: 9;
    width: 44px;
    height: 44px;
}

.pt-0 {
    padding-top: 0;
}

.our_team_slider button.slick-prev {
    left: 0;
    z-index: 9;
}

.our_team_slider button.slick-next {
    right: 25px;
    z-index: 99;
}

.our_team_slider_section {
    padding: 70px 0px 50px 0px;
}

.our_team_slider_section h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 30px;
}

.our_team_slider .people_title {
    left: -74px;
}

.our_team_slider .people_title span {
    line-height: 28px;
}

.awards_circle_wrap {
    margin-bottom: 0 !important;
    position: relative;
}

.awards_circle_wrap .slick-track {
    opacity: 1 !important;
}

.circle_award {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    /*overflow: hidden;*/
    background-color: #111;
    border: solid 1px #535353;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin: 0 auto;
}

/* .circle_award::after {
    content: "";
    position: absolute;
    background-color: #111;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    z-index: 1;
    bottom: -1px;
    right: -1px;
} */
.circle_award:hover {
    transform: scale(1.05);
}

.circle_award img {
    max-width: 80%;
    max-height: 80%;
    /* position: relative;
    z-index: 2; */
    width: 180px;
}

.awards_circl_section {
    padding: 0 0px 50px 0px;
    overflow: hidden;
}

.awards_circl_section h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 30px;
}

.tooltip-box {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    color: #000;
    padding: 50px;
    font-size: 14px;
    border-radius: 6px;
    display: none;
    /* hidden by default */
    z-index: 10;
    white-space: nowrap;
    width: 740px;
    height: 700px;
}

.award_logo {
    margin-bottom: 30px;
}

.slick-next,
.slick-prev {
    z-index: 9;
}

.award_logo img {
    height: 90px;
}

.award_img_slider img {
    max-width: 100%;
    max-height: 100%;
}

.tooltip-box p {
    white-space: normal;
}

.math_slider_wrap .math_slider .slick-slide {
    padding: 0 2px;
}

.math_slider img {
    max-width: 100%;
    /*height: 510px;*/
    width: 100%;
    object-fit: cover;
}

.people_slider button.slick-prev:before {
    content: '';
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/prev_arrow.svg) no-repeat center;
    display: inline-block;
    height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100%;
}

.people_slider button.slick-next:before {
    content: '';
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/next_arrow.svg) no-repeat center;
    display: inline-block;
    height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100%;
}

.contact_head h1 {
    font-size: 48px;
}

.contact_box {
    background: #FFF;
    display: flex;
    padding: 20px;
    gap: 20px;
    align-items: center;
/*    justify-content: center;*/
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 0;
}

.contact_box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #2ECEC1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: -1;
}

/* Expand yellow radial background on hover */
.contact_box:hover::before {
    width: 200%;
    height: 200%;
}

.contact_box_text h3 {
    font-size: 25px;
    text-align: left;
}

.contact_box_text p {
    margin-bottom: .5rem;
    text-align: left;
    color: #000;
}

.contact_box_text a {
    color: #000;
}

.contact_box_text a:hover,
.contact_box_text a:focus {
    text-decoration: underline;
}

.contact_box_icon img {
    height: 206px;
}

.contact_form_wrap {
    padding: 40px 0 60px 0;
}

.contact_form_wrap h2 {
    color: #FFF;
    font-size: 40px;
}

.contact_desc {
    color: #FFF;
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control,
.form-select {
    background-color: #1e1e1e;
    border: 1px solid #666;
    border-radius: 0;
    color: white;
    padding: 1rem 1rem 1rem;
}

.form-label {
    position: absolute;
    top: 0.9rem;
    left: 1.75rem;
    color: #aaa;
    transition: all 0.2s ease;
    pointer-events: none;
    background-color: #1e1e1e;
    padding: 0 10px;
}

.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label,
.form-select:focus+.form-label,
.form-select:not([value=""])+.form-label {
    top: -7px;
    left: 1.75rem;
    font-size: 0.75rem;
    color: #aaa;
}

.form-control:focus {
    background: transparent;
    border: 1px solid #666;
    box-shadow: none;
    color: #Fff;
}

.form-check-input:checked,
.form-check-input {
    background-color: transparent;
    border-color: #2ECEC1;
}

.form-check-label {
    color: #ccc;
}

.form-select:focus {
    border: 1px solid #666;
    box-shadow: none;
}

.btn-submit {
    background-color: #2ECEC1;
    color: black;
    font-weight: bold;
    padding: 1rem 6rem;
    border: none;
    font-size: 15px;
    border-radius: 0;
}

.btn-submit:hover {
    background-color: #efff00;
    color: #000;
}

textarea.form-control {
    resize: none;
    height: 200px;
}



/*=================== New CSS End Here ======================*/


/*=================== Sushil Side New CSS Start Here ======================*/

.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-bottom: solid 1px transparent;
    transition: color 0.3s ease;
}

.navbar-expand-lg .navbar-nav {
    gap: 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #DAE600 !important;
    border-bottom: solid 1px #DAE600;
    transition: width 0.5s ease, height 0.5s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #DAE600;
    border-bottom: solid 1px #DAE600;
    transition: width 0.5s ease, height 0.5s ease;
}

.about_section_wrap {
    padding: 60px 0 80px;
}

.about_section_wrap .sub_heading {
    color: #FFF;
    max-width: 1180px;
    margin: 0 auto 30px auto;
}

.about_slider_box {
    background: #FFF;
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.about_logo {
    width: 100%;
    height: 150px;
    background: #f9f4f4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.about_logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
}
.storytellers_slider .about_logo img {
    height: 15px;
    width: auto;
    max-width: 90%;
    filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(7500%) hue-rotate(328deg) brightness(114%) contrast(89%);
}
.experience_builders_slider .about_logo img {
    height: 80px;
}
.fill_btn_white {
    background: #DAE600;
    border-radius: 2px;
    color: #000;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueMedium';
    display: inline-block;
    transition: color 0.3s ease;
    font-size: 14px;
}

.fill_btn_black {
    background: #000;
    border-radius: 0;
    color: #2ECEC1;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueMedium';
    display: inline-block;
    transition: all 0.3s;
    font-size: 16px;
}
.fill_btn_black:hover {
    color: #fff;
}
.fill_btn_white:hover,
.fill_btn_white:focus {
    background: #000;
    color: #fff;
}

.section_head {
    font-size: 30px;
    color: #ffffff78;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.about_slider_box p {
    color: #000;
    /*text-transform: capitalize;*/
}

.navbar-nav .dropdown-menu {
    padding: 0;
    background: #DAE600;
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 50%);
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid rgb(0 0 0 / 50%);
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-nav .dropdown-menu li a {
    font-weight: 700;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:focus {
    background: #FFF;
}

.philosphy_btns {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.difference_section .corporate_content h6 {
    margin-bottom: 20px;
}

.difference_section img.philosphy_img {
    height: 600px;
}

.difference_section ul.nav-tabs li .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #DAE600;
    border-color: #DAE600;
}

.difference_section ul.nav-tabs {
    border-bottom: solid 1px #dae600;
}

.difference_section ul.nav-tabs li .nav-link.active {
    background: #DAE600;
    border-color: #DAE600;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.difference_section ul.nav-tabs {
    gap: 18px;
    justify-content: center;
}

button.hamburger {
    display: none;
}

.math_hakuhodo_logo {
    height: 80px;
}

.partner_content_section {
    background: #000;
    padding-bottom: 60px;
}

.partner_content_section p {
    color: #FFF;
}

.para_content {
    padding-right: 50px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

/*.awards_circle_wrap .slick-slide {
    text-align: center;
    display: flex !important;
    justify-content: center;
}*/
.awards_circle_wrap button.slick-next {
    right: -25px;
}

.awards_circle_wrap button.slick-prev {
    left: -25px;
}

.partner_address {
    position: absolute;
    top: 0;
    left: 70px;
    width: 450px;
    background: #2ECEC1;
    height: 100%;
    padding: 40px;
    border-bottom: 7px solid #1b1b1b;
}
#philosophy-4 {
    padding-bottom: 50px !important;
}
.partner_address.sks_forum_partner_address {
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/form-logo-bg.jpg) no-repeat center;
    background-size: cover;
}

.partner_address_wrap {
    position: relative;
}

.partner_address h6 {
    font-size: 32px;
    margin-bottom: 30px;
}

.partner_address p {
    margin-bottom: 30px;
}

.partner_address p a {
    color: #000;
}

.partner_address p,
.contact_box_text p {
    font-size: 16px;
    font-weight: 400;
}

.partner_address strong,
.contact_box_text p strong {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue';
}

/*=================== Sushil Side New CSS End Here ======================*/

/*=================== Monis CSS Start Here ===================*/
.team_hero_title {
    position: absolute;
    top: 400px;
}

.team_hero_title span {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #808080;
    font-family: 'Helvetica Neue';
}

.team_hero_title h1 {
    font-size: 112px;
    color: #1b1b1b;
    -webkit-text-stroke: .5px #2ECEC1;
    text-transform: uppercase;
    line-height: 1;
}

.team_hero_title h1 span {
    font-size: 112px;
    color: #1b1b1b;
    -webkit-text-stroke: .5px #DAE600;
    text-transform: uppercase;
    line-height: 1;
    transform: translate(160px, -20px);
    display: inline-block;
}

.team_hero_title p {
    font-size: 26px;
    color: #fff;
    max-width: 500px;
    text-transform: capitalize;
    transform: translate(160px, -30px);
}

.team_item_bx {
    position: relative;
    overflow: hidden;
    padding: 2px;
    transition: all .5s;
    margin-bottom: 20px;
}

.team_item_bx:hover {
    background-image: linear-gradient(180deg, #2ecec1 0%, #000000 50.96%, #2ecec1 100%);
}

.hakuhodo-lync .team_item_bx:hover {
    background-image: linear-gradient(180deg, #74E973 0%, #000000 50.96%, #74E973 100%);
}

.hakuhodo-lync .math_team {
    max-width: 77%;
    margin: 0 auto;
}

.hakuhodo-lync .math_team .col.math_team_item {
    flex: 0 0 33.33%;
}

.col.math_team_item .team_item_img img {
    height: 350px;
    object-fit: cover;
}

.hakuhodo-lync .team_item_cont h5 {
    color: #74E973;
}

.team_item_img img {
    width: 100%;
    transition: all 1s ease;
    filter: grayscale(.5);
}

.team_item_bx:hover .team_item_img img {
    transform: scale(1.1);
    filter: grayscale(0);
}

.team_item_cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.team_item_cont h5 {
    font-size: 18px;
    color: #2ecec1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.team_item_cont p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.team_item_img {
    position: relative;
    padding: 2px;
    overflow: hidden;
}

.team_item_img:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, #000000 100%);
    position: absolute;
    inset: 0;
}

.team_hero .container {
    position: relative;
}

.hero_team {
    padding-top: 30px;
}

.team_item_bx_main {
    width: 22%;
}

.team_item_bx_main:nth-child(2),
.team_item_bx_main:nth-child(4) {
    transform: translateY(70px);
}

.math_cont p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0;
}

.math_sec {
    padding: 140px 0 100px;
}

.team_item_bx:last-child {
    margin-bottom: 0;
}

.math_team .slick-list {
    padding-top: 70px !important;
}

.hakuhodo_sec {
    padding: 100px 0;
}

.hakuhodo_digital_sec {
    padding-bottom: 100px;
}

.motion_img {
    max-width: 380px;
}

.common_img_motion {
    transform: translateY(-400px);
    padding-left: 150px;
}

.hakuhodo_sec .common_img_motion {
    transform: translateY(120px);
    padding-left: 120px;
}

.motion_img {
    transition: all 0.6s ease;
    position: absolute;
    opacity: 0;
}
.motion_img:hover {
    z-index: 9999 !important;
}
.motion_img:nth-child(1) {
    z-index: 1;
    display: block;
    transform: rotate(0);
}

.motion_img:nth-child(2) {
    z-index: 2;
    transform: rotate(-20deg) translate(-30px, 60px);
    max-width: 300px;
}

.motion_img:nth-child(3) {
    z-index: 3;
    transform: rotate(20deg) translate(80px, -50px);
    max-width: 300px;
}

.motion_img:nth-child(4) {
    z-index: 4;
    transform: rotate(-20deg) translate(20px, -40px);
    max-width: 300px;
}

.motion_img:nth-child(5) {
    z-index: 5;
    transform: rotate(20deg) translate(140px, 50px);
    max-width: 300px;
}

.motion_img:nth-child(6) {
    z-index: 6;
    transform: rotate(0deg) translate(80px, 70px);
    max-width: 300px;
}

.motion_img:nth-child(7) {
    z-index: 7;
    transform: rotate(0) translate(20px, -40px);
    max-width: 300px;
}

.motion_img img {
    display: block;
    width: 100%;
    height: auto;
    filter: blur(1px);
    transition: all .5s;
    max-height: 300px;
    object-fit: cover;
}

.motion_img:hover img {
    filter: blur(0);
    transform: scale(1.2);
}

.motion_img.active {
    opacity: 1;
    transform: translateX(0);
}

.motion_img.active:nth-child(1) {
    z-index: 1;
    display: block;
    transform: rotate(0);
}

.motion_img.active:nth-child(2) {
    z-index: 2;
    transform: rotate(-10deg) translate(-30px, 60px);
    max-width: 340px;
}

.motion_img.active:nth-child(3) {
    z-index: 3;
    transform: rotate(0) translate(75px, -75px);
    max-width: 380px;
}

.motion_img.active:nth-child(4) {
    z-index: 4;
    transform: rotate(10deg) translate(20px, -66px);
    max-width: 350px;
}

.motion_img.active:nth-child(5) {
    z-index: 5;
    transform: rotate(0) translate(140px, 50px);
    max-width: 300px;
}

.motion_img.active:nth-child(6) {
    z-index: 6;
    transform: rotate(-20deg) translate(80px, 70px);
    max-width: 300px;
}

.motion_img.active:nth-child(7) {
    z-index: 7;
    transform: rotate(-20deg) translate(20px, -40px);
    max-width: 360px;
}

.unique_animated_img {
    padding: 100px 0;
    height: 600px;
}

.unique_animated_img .container {
    position: relative;
}

.unique_animated_img .common_img_motion {
    transform: translateY(0);
    padding: 0;
}

.unique_animated_img .motion_img:nth-child(1) {
    left: 50%;
    transform: translateX(-40%);
    top: -90px;
}

.unique_animated_img .motion_img:nth-child(2) {
    left: 25%;
    top: -150px;
}

.unique_animated_img .motion_img:nth-child(3) {
    left: 26%;
    top: 225px;
}

.unique_animated_img .motion_img:nth-child(4) {
    right: 105px;
}

.unique_animated_img .motion_img:nth-child(5) {
    right: 0;
    transform: rotate(20deg) translate(0, 50px);
    max-width: 350px;
}

.unique_animated_img .motion_img:nth-child(6) {
    right: 200px;
    transform: rotate(20deg) translate(0, 70px);
    top: 100px;
    max-width: 400px;
}

.unique_animated_img .motion_img:nth-child(7) {
    left: 0;
    max-width: 360px;
}

.unique_animated_img .motion_img:nth-child(8) {
    top: 140px;
    transform: rotate(-15deg);
    left: 50px;
    max-width: 380px;
}

.unique_animated_img .motion_img.active:nth-child(5) {
    transform: rotate(10deg) translate(-30px, 50px);
}

.unique_animated_img .motion_img.active:nth-child(6) {
    right: 110px;
    transform: rotate(10deg) translate(0, 70px);
    top: 140px;
}



/* Image bubbles */
.corporate_section {
    overflow: hidden;
}

.buble_img_main {
    position: relative;
    width: 500px;
    height: 400px;
    margin: 100px auto;
    background: #1c1c1c;
    border-radius: 50%;
    overflow: visible;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: #53E9DD;
    opacity: 1;
    transition: transform 2s ease, top 2s ease, left 2s ease;
    overflow: hidden;
    z-index: 2;
}

.bubble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    transition: all 1s ease;
}

.bubble.active {
    z-index: 3;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    width: 350px;
    height: 350px;
}

.bubble.active img {
    opacity: 1;
}

.bubble1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 20%;
}

.bubble2 {
    width: 200px;
    height: 200px;
    bottom: 15%;
    left: 10%;
}

.bubble3 {
    width: 200px;
    height: 200px;
    top: 5%;
    right: 20%;
}

.bubble4 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 15%;
}

.yellow-circle {
    position: absolute;
    background: #53E9DD;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 0;
    animation: float 4s ease-in-out infinite;
}

.circle1 {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 30px;
    animation-delay: 0s;
}

.circle2 {
    width: 80px;
    height: 80px;
    top: 20px;
    right: -0;
    animation-delay: 0.2s;
}

.circle3 {
    width: 100px;
    height: 100px;
    bottom: -30px;
    right: 40px;
    animation-delay: 0.4s;
}

.circle4 {
    width: 60px;
    height: 60px;
    bottom: -30px;
    left: 100px;
    animation-delay: 0.6s;
}

.circle5 {
    width: 20px;
    height: 20px;
    top: 60px;
    left: -10px;
    animation-delay: 0.8s;
}

.circle6 {
    width: 30px;
    height: 30px;
    bottom: 70px;
    left: 20px;
    animation-delay: 1s;
}

.circle7 {
    width: 50px;
    height: 50px;
    top: 50px;
    left: 140px;
    animation-delay: 1.2s;
}

.circle8 {
    width: 25px;
    height: 25px;
    top: 100px;
    right: 110px;
    animation-delay: 1.4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-30px);
        opacity: 1;
    }
}

.bubble img {
    transition: opacity 2s ease;
}

.corporate_philosophy_img img {
    filter: grayscale(1);
    transition: all .5s;
}

.corporate_philosophy_img img:hover {
    filter: grayscale(0);
}

.logo_summary {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: left;
    padding: 20px;
    opacity: 0;
    transition: all .5s ease;
}

.logo_summary:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #74E973;
    opacity: 0;
    width: 0;
    transition: all .4s ease;
}

.logo_slider_box:hover .logo_summary:after {
    opacity: 1;
    width: 100%;
    inset: 0;
    transform: translate(0, 0);
}

.logo_summary p {
    position: relative;
    z-index: 1;
}

.logo_slider_box:hover .logo_summary {
    font-size: 16px;
    opacity: 1;
}

.awards_circle_wrap>.slick-list {
    overflow: visible;
}

.award-modal .btn-close:after {
    display: none;
}

.tooltip-box-new {
    padding: 20px;
}

.slick-arrow img {
    height: 44px;
    width: 44px;
}

h2.heading_style {
    color: #FFFFFF80;
    font-size: 100px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.heading_style span {
    font-size: 32px;
    width: 80px;
    line-height: 1;
    height: 80px;
    background: #2ECEC1;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

h2.news_head {
    color: #8d8d8d;
    font-size: 100px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.news_head:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #2ecec1;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.difference_section {
    background: #000;
    padding: 100px 0;
}

.about_slider_section {
    position: relative;
}

.culture_sec {
    background: #212121;
    padding: 70px 0 30px;
}

.culture_sec h2.heading_style {
    margin-bottom: 50px;
}

.logo-summary-link {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 15px;
    max-width: 20px;
}

button:focus {
    box-shadow: none !important;
}

.work_hero_title {
    padding: 0 50px;
    position: absolute;
    top: 80px;
    left: 0;
}

.work_hero {
    position: relative;
}

.work_hero_title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
}

.our_work_card_sec {
    padding: 100px 0;
}

.work_card_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

a.img-over-link img {
    max-width: 50px;
    height: auto;
}

.work_card {
    position: relative;
    overflow: hidden;
    margin: 1px;
}

.img-over-text {
    font-weight: 400;
    font-size: 135px;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: -22px;
    transition: all .4s;
    left: 50%;
    transform: translateX(-50%);
    color: #606060;
}

a.img-over-link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}

.work_card_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s ease;
}

.work_card:hover .work_card_hover {
    opacity: 1;
    transform: translateY(0);
}

.work_card_hover_cont {
    max-width: 90%;
}

.work_card_hover_cont img {
    height: 25px;
    margin-bottom: 40px;
}

.work_card_hover_cont p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
}

.work_card_hover_cont h2 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.work_card_hover_cont span {
    color: #B4B4B4;
    text-transform: capitalize;
}

a.work_card_hover_link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.client_item_inn {
    /* max-width: 180px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px
}

.client_item_inn img {
    max-height: 55px;
}

.new-our-client-slider .slick-track {
    display: flex;
    align-items: center;
}

.new-our-client-slider {
    background: #fff;
    padding: 50px 0;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.new-our-client-sec {
    padding-bottom: 100px;
}

.service_modal .modal-dialog {
    max-width: 1200px;
    border-radius: 0;
}

.service_modal .modal-content {
    border-radius: 0;
}

.service_modal .modal-header {
    padding: 0;
    border: none;
}
.service_modal .btn-close:after {
    display: none;
}
.service_modal .modal-body {
    padding: 60px 100px 100px;
}
.service_modal_title h2 {
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
.service_modal_slide_cont h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'HelveticaNeueMedium';
    margin-bottom: 20px;
}
.service_modal_slide_cont p {
    font-family: 'HelveticaNeueMedium';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.service_modal_slide_cont .btn {
    font-size: 14px;
}
.btn-turq {
    background: #2ECEC1;
}
.btn-turq-outline {
    border: 1px solid #2ECEC1;
}
.btn-turq-outline:hover {
    background: #2ECEC1;
    border: 1px solid #2ECEC1;
}
.service_modal_slide_img img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
}
.service_modal_slide_img {
    text-align: end;
    position: relative;
}
.service_modal_slider {
    padding-top: 50px;
}
.btn_group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.image_circle_style img {
    position: absolute;
}
.image_circle_style img:nth-child(1) {
    height: 80px;
    width: 80px;
    left: -20px;
    top: 100px;
}
.image_circle_style img:nth-child(2) {
    height: 55px;
    width: 55px;
    right: 100px;
    top: -60px;
}
.image_circle_style img:nth-child(3) {
    height: 45px;
    width: 45px;
    right: 2px;
    top: 50%;
}
.image_circle_style img:nth-child(4) {
    height: 15px;
    width: 15px;
    right: 2px;
    bottom: 0;
}
.image_circle_style img:nth-child(5) {
    height: 15px;
    width: 15px;
    left: 170px;
    bottom: 0;
}
.image_circle_style img:nth-child(6) {
    height: 50px;
    width: 50px;
    left: 40px;
    bottom: 0;
}
.image_circle_style img:nth-child(7) {
    height: 30px;
    width: 30px;
    left: 40px;
    top: 0;
}
.image_circle_style img:nth-child(8) {
    height: 55px;
    width: 55px;
    right: 2px;
    top: 0;
}
.image_circle_style img:nth-child(9) {
    height: 35px;
    width: 35px;
    left: -100px;
    bottom: 0;
}
.service_modal_slide_cont {
    max-width: 370px;
}
.service_modal_slider .slick-dots {
    bottom: -95px;
    margin-bottom: 0;
}
.service_modal_slider .slick-dots li {
    width: 20%;
    height: 8px;
}
.service_modal_slider .slick-dots li button {
    width: 100%;
    height: 8px;
}
.service_modal_slider .slick-dots li button:before {
    width: 100%;
    height: 8px;
    font-size: 0;
    background: #C9C9C9;
    opacity: 1;
}
.service_modal_slider .slick-dots li.slick-active button:before {
    background: #2ECEC1;
}
.service_slide_wrap .service_box .btn {
    font-size: 0;
    padding: 0;
    position: absolute;
    inset: 0;
    background: transparent;
    border: none;
}
.math_sec.home_people_sec {
    padding: 70px 0;
}
.home_people_sec .heading_style {
    margin-bottom: 50px;
}
.network_details .partner_address {
    background: #74E973;
}
.circle_award .btn:hover {
    background-color: #74E973;
}
a {
    transition: all .3s;
}
.storytellers_slider .slick-slide #list-hakuhodo-sync .fill_btn_white {
    background: #0571D3;
}
.storytellers_slider .slick-slide #list-hakuhodo-lync .fill_btn_white {
    background: #74E973;
}
.storytellers_slider .slick-slide #list-hakuhodo-wyng .fill_btn_white {
    background: #DE4441;
}
.storytellers_slider .slick-slide #list-hakuhodo-digital-india .fill_btn_white {
    background: #DB3172;
}
.storytellers_slider .slick-slide #list-hakuhodo-data-lab .fill_btn_white {
    background: #83C3FF;
}

.experience_builders_slider .slick-slide #list-hakuhodo-adglobal360 .fill_btn_white {
    background: #FF7D37;
}
.experience_builders_slider .slick-slide #list-hakuhodo-pmg-india .fill_btn_white {
    background: #16133F;
    color: #fff;
}
.experience_builders_slider .slick-slide #list-math .fill_btn_white {
    background: #FFC20F;
}
.experience_builders_slider .slick-slide #list-trigger-edge-digital .fill_btn_white {
    background: #DBE12C;
    color: #000;
}
.experience_builders_slider .slick-slide #list-hakuhodo-dave-ai .fill_btn_white {
    background: #E9E5FF;
    color: #000;
}

.banner_slide_cont img {
    max-width: 550px;
    margin: auto;
}
.about_logo_nd {
    width: 100%;
}
.math_team .col.math_team_item {
    flex: 0 0 20%;
}
.main_home_team .math_team .col.math_team_item {
    flex: 0 0 25%;
}
.hakuhodo-sync .math_team .col.math_team_item {
    flex: 0 0 25%;
}
.hakuhodo-wyng .math_team .col.math_team_item {
    flex: 0 0 25%;
}
.hakuhodo-digital-india .math_team .col.math_team_item {
    flex: 0 0 25%;
}
.common_philosophy {
    padding: 70px 0;
}
.philosophy-jigjag h2, .corporate_section h2 {
    font-size: 48px;
    color: #FFF;
    margin-bottom: 30px;
}
.philosophy-jigjag p {
    color: #fff;
}
.philo_img_bubble {
    text-align: center;
}
.philo_img img {
    width: 350px;
    height: 350px;
    opacity: 1;
    border-radius: 100%;
    margin: auto;
    object-fit: cover;
}
.philo_img_main {
    position: relative;
}
.about_section_wrap .about_sub_heading {
    margin-bottom: 50px;
    display: inline-block;
    font-size: 26px;
    color: #2ECEC1;
    font-weight: 600;
    font-family: 'Helvetica Neue';
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #74e973;
    padding: 15px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.play-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(108%) contrast(103%) !important;
    height: auto !important;
    max-width: 20px;
}
.home-banner-conpany p:first-child {
    font-size: 32px;
    font-family: 'Helvetica Neue';
    margin-bottom: 10px;
    line-height: 1;
}

.home-banner-conpany p:first-child span {
    font-size: 48px;
}

.home-banner-conpany p:last-child {.home-banner-conpany
    p: first-child;
.home-banner-conpany
    p: first-child;
    font-size: 22px;
    font-family: 'Helvetica Neue';
    margin-bottom: 10px;
    line-height: 1;
}

#philosophy-1 {
    display: none;
}
.clients_slider .slick-track, .awards_circle_wrap .slick-track {
    margin: 0 auto;
}

.slick-slider .slick-arrow {
    background: #2ECEC1 !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-slider .slick-arrow img {
    max-width: 100%;
    width: 10px !important;
}
.hakuhodo-lync .slick-slider .slick-arrow {
    background: #74E973 !important;
}
.hakuhodo-lync .modal button.btn-close {
    background: #74E973;
}
.hakuhodo-lync .portfolio_content_box .serial_no {
    background: #74E973;
}
.hakuhodo-lync .portfolio_slider ul.slick-dots li.slick-active button {
    background: #74E973;
}



.hakuhodo-sync .math_left h1 span {
    background: #0571D3;
}
.hakuhodo-sync .network_details h2.heading_style span, .hakuhodo-sync .network_details h2.news_head:before {
    background: #0571D3;
    color: #fff;
}
.hakuhodo-sync .team_item_cont h5 {
    color: #0571D3;
}
.hakuhodo-sync .team_item_bx:hover {
    background-image: linear-gradient(180deg, #0571D3 0%, #000000 50.96%, #0571D3 100%);
}
.hakuhodo-sync .network_details .partner_address {
    background: #0571D3;
    color: #fff;
}
.hakuhodo-sync .math_slider_wrap h1 {
    color: #fff;
}
.hakuhodo-sync .partner_address p a, .hakuhodo-sync .logo_summary p {
    color: #fff;
}
.hakuhodo-sync .logo_summary:after {
    background: #0571D3;
}

.hakuhodo-sync .slick-slider .slick-arrow {
    background: #0571D3 !important;
}

.hakuhodo-sync .play-btn {
    background: #0571D3;
}

.hakuhodo-sync .slick-slider .slick-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(103deg) brightness(117%) contrast(101%);
}
.hakuhodo-sync .unique_animated_img .motion_img:nth-child(3) {
    left: 40px;
    top: 0;
    transform: rotate(-15deg);
}
.hakuhodo-sync .unique_animated_img {
    padding: 200px 0 0;
}
.hakuhodo-sync .modal button.btn-close {
    background: #0571D3;
}
.hakuhodo-sync .portfolio_content_box .serial_no {
    background: #0571D3;
    color: #fff;
}
.hakuhodo-sync .portfolio_slider ul.slick-dots li.slick-active button {
    background: #0571D3;
}



.hakuhodo-wyng .math_left h1 span {
    background: #DE4441;
}
.hakuhodo-wyng .network_details h2.heading_style span, .hakuhodo-wyng .network_details h2.news_head:before {
    background: #DE4441;
    color: #fff;
}
.hakuhodo-wyng .team_item_cont h5 {
    color: #DE4441;
}
.hakuhodo-wyng .team_item_bx:hover {
    background-image: linear-gradient(180deg, #DE4441 0%, #000000 50.96%, #DE4441 100%);
}
.hakuhodo-wyng .network_details .partner_address {
    background: #DE4441;
    color: #fff;
}
.hakuhodo-wyng .math_slider_wrap h1 {
    color: #fff;
}
.hakuhodo-wyng .partner_address p a, .hakuhodo-wyng .logo_summary p {
    color: #fff;
}
.hakuhodo-wyng .logo_summary:after {
    background: #DE4441;
}

.hakuhodo-wyng .slick-slider .slick-arrow {
    background: #DE4441 !important;
}

.hakuhodo-wyng .play-btn {
    background: #DE4441;
}

.hakuhodo-wyng .slick-slider .slick-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(103deg) brightness(117%) contrast(101%);
}
.hakuhodo-wyng .unique_animated_img .motion_img:nth-child(3) {
    left: 40px;
    top: 0;
    transform: rotate(-15deg);
}
.hakuhodo-wyng .unique_animated_img {
    padding: 200px 0 0;
}
.hakuhodo-wyng .modal button.btn-close {
    background: #DE4441;
}
.hakuhodo-wyng .portfolio_content_box .serial_no {
    background: #DE4441;
    color: #fff;
}
.hakuhodo-wyng .portfolio_slider ul.slick-dots li.slick-active button {
    background: #DE4441;
}


.hakuhodo-digital-india .math_left h1 span {
    background: #DB3172;
}
.hakuhodo-digital-india .network_details h2.heading_style span, .hakuhodo-digital-india .network_details h2.news_head:before {
    background: #DB3172;
    color: #fff;
}
.hakuhodo-digital-india .team_item_cont h5 {
    color: #DB3172;
}
.hakuhodo-digital-india .team_item_bx:hover {
    background-image: linear-gradient(180deg, #DB3172 0%, #000000 50.96%, #DB3172 100%);
}
.hakuhodo-digital-india .network_details .partner_address {
    background: #DB3172;
    color: #fff;
}
.hakuhodo-digital-india .math_slider_wrap h1 {
    color: #fff;
}
.hakuhodo-digital-india .partner_address p a, .hakuhodo-digital-india .logo_summary p {
    color: #fff;
}
.hakuhodo-digital-india .logo_summary:after {
    background: #DB3172;
}

.hakuhodo-digital-india .slick-slider .slick-arrow {
    background: #DB3172 !important;
}

.hakuhodo-digital-india .play-btn {
    background: #DB3172;
}
.hakuhodo-digital-india .slick-slider .slick-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(103deg) brightness(117%) contrast(101%);
}
.hakuhodo-digital-india .unique_animated_img .motion_img:nth-child(3) {
    left: 40px;
    top: 0;
    transform: rotate(-15deg);
}
.hakuhodo-digital-india .unique_animated_img {
    padding: 200px 0 0;
}
.hakuhodo-digital-india .modal button.btn-close {
    background: #DB3172;
}
.hakuhodo-digital-india .portfolio_content_box .serial_no {
    background: #DB3172;
    color: #fff;
}
.hakuhodo-digital-india .portfolio_slider ul.slick-dots li.slick-active button {
    background: #DB3172;
}







.trigger-edge-digital .math_left h1 span {
    background: #DBE12C;
}
.trigger-edge-digital .network_details h2.heading_style span, .trigger-edge-digital .network_details h2.news_head:before {
    background: #DBE12C;
}
.trigger-edge-digital .team_item_cont h5 {
    color: #DBE12C;
}
.trigger-edge-digital .team_item_bx:hover {
    background-image: linear-gradient(180deg, #DBE12C 0%, #000000 50.96%, #DBE12C 100%);
}
.trigger-edge-digital .network_details .partner_address {
    background: #DBE12C;
}

.trigger-edge-digital .logo_summary:after {
    background: #DBE12C;
}

.trigger-edge-digital .slick-slider .slick-arrow {
    background: #DBE12C !important;
}

.trigger-edge-digital .play-btn {
    background: #DBE12C;
}
.trigger-edge-digital .slick-slider .slick-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(103deg) brightness(117%) contrast(101%);
}
.trigger-edge-digital .unique_animated_img .motion_img:nth-child(3) {
    left: 40px;
    top: 0;
    transform: rotate(-15deg);
}
.trigger-edge-digital .unique_animated_img {
    padding: 200px 0 0;
}
.trigger-edge-digital .modal button.btn-close {
    background: #DBE12C;
}
.trigger-edge-digital .portfolio_content_box .serial_no {
    background: #DBE12C;
}
.trigger-edge-digital .portfolio_slider ul.slick-dots li.slick-active button {
    background: #DBE12C;
}




.hakuhodo-lync .unique_animated_img .motion_img:nth-child(3) {
    left: 0;
}

.hakuhodo-lync .unique_animated_img .motion_img:nth-child(6), .hakuhodo-lync .unique_animated_img .motion_img.active:nth-child(6) {
    right: 32%;
    top: 20px;
}
.search_main {
    position: relative;
}
.search_input {
    position: absolute;
    bottom: -45px;
    right: 0;
    transform: translateY(20px);
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.search_main input {    
    padding: 8px 30px 8px 15px;
    border: none;
    font-size: 14px;
    color: #000;
    
}
.search_main.active .search_input {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.search_main input:focus {
    box-shadow: none;
    outline: none;
}
.search_go_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 0;
    background: #fff;
}

p.head_office {
    margin-bottom: 0;
}

.math_team.slick-slider .slick-arrow.slick-prev {
    left: 0;
    margin-top: 0;
}
.math_team.slick-slider .slick-arrow.slick-next {
    right: 0;
    margin-top: 0;
}

.sks_hero {
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/hero-bg-img.jpg) no-repeat center;
    background-size: cover;
    padding: 170px 0 200px;
    color: #fff;
    position: relative;
}
.sks_hero h1 {
    font-size: 50px;
    font-family: 'HelveticaNeueLight';
}
.hero-text-style p {
    position: absolute;
    right: 90px;
    font-size: 18px;
    font-family: 'Helvetica Neue';
    margin-bottom: 0;
    bottom: 0;
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/hero-bg-img-title-bg.png) no-repeat center;
    background-size: cover;
    height: 67px;
    display: flex;
    align-items: center;
    padding: 0 31px;
}

.hero-text-style {
    position: absolute;
    bottom: 30px;
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/hero-text-bg-new.png) repeat-x center;
    background-size: cover;
    width: 100%;
    height: 67px;
}
.trends_india_cont {
    text-align: center;
    color: #fff;
    padding: 70px 0;
    max-width: 710px;
    margin: 0 auto;
}

.trends_india_cont h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.trends_india_cont p {
    margin-bottom: 0;
}

.trends_india {
    background: #000;
}

.sks_form_sec {
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/form-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.sks_form_img {
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/form-logo-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sks_form_img img {
    max-width: 300px;
}
.sks_form_img p {
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.sks_form_main .btn-black {
    padding: 18px 30px;
    border-radius: 50px;
    border: none;
    background: #00000066;
    font-family: 'Helvetica Neue';
    color: #fff;
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
}
.sks_form_main h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.sks_form_sec .form-control {
    padding: 18px 30px;
    border-radius: 50px;
    border: none;
    background: #ffffff7a;
    font-family: 'Helvetica Neue';
    color: #000;
}
.sks_form_sec .form-group {
    margin-bottom: 15px;
}
.sks_form_main {
    margin-left: 70px;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}
.form-control:focus {
  box-shadow: none;
}
.sks_video video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.policy_content_section a {
    color: #000;
    font-weight: 700;
}

.network_details .math_sec.home_people_sec {
    padding-top: 0;
}

.hakuhodo-sync .portfolio_slider .slick-slide video, .hakuhodo-lync .portfolio_slider .slick-slide video, .hakuhodo-wyng .portfolio_slider .slick-slide video {
    height: auto;
}

.glightbox-clean .gcontainer {
  background: rgba(0, 0, 0, 0.9);
}

/* Close button styling */
.glightbox-clean .gclose {
  top: 10px;
  right: 15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 18px;
  padding: 5px 10px;
  opacity: 1;
}

.glightbox-clean .gslide-description {
    display: none;
}
.trigger-edge-digital .math_team .col.math_team_item {
    flex: 0 0 25%;
}

.sks_form_main .form-check-label {
    color: #fff;
    cursor: pointer;
}

.sks_form_main .form-check-input {
    border-color: #fff;
}

.sks_form_main .form-check-input:focus {
    box-shadow: none !important;
}
.sks_form_main .form-check-label a {
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
}
.sks_form_main .form-check-label a:hover {
    color: #000;
}
.cookies_modal {
    background-color: #FFF;
    max-width: 95%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999;
}
.cookie-box {
    display: flex;
    gap: 20px;
    padding: 30px;
    align-items: center;
}
.cookies_img img {
    width: 100%;
}
.cookies_content {
    text-align: left;
    width: 70%;
}
.cookies_content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.cookies_content p a {
    color: #000;
    font-weight: 800;
}
.btn-wrap {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.btn-wrap button.btn_accept {
    background: #2ecec1;
    color: #FFF;
}
.btn-wrap button {
    font-size: 14px;
    background: transparent;
    border: none;
    padding: 15px 10px;
    width: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


.hakuhodo-sync .btn-wrap button.btn_accept {
    background: #0571D3;
    color: #FFF;
}
.hakuhodo-lync .btn-wrap button.btn_accept {
    background: #74E973;
    color: #000;
}
.hakuhodo-wyng .btn-wrap button.btn_accept {
    background: #DE4441;
    color: #FFF;
}
.hakuhodo-digital-india .btn-wrap button.btn_accept {
    background: #DB3172;
    color: #FFF;
}
.hakuhodo-digital-india .btn-wrap button.btn_accept {
    background: #DB3172;
    color: #FFF;
}
.trigger-edge-digital .btn-wrap button.btn_accept {
    background: #DBE12C;
    color: #000;
}
.portfolio_content {
    max-height: 95px;
    overflow: auto;
    padding-right: 20px;
}
.portfolio_content::-webkit-scrollbar {
  width: 3px;
}
.portfolio_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.portfolio_content::-webkit-scrollbar-thumb {
  background: #888;
}

.captcha-grp label {
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.sks_form_main .error {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
}
.sks_form_main .error p {
    margin-bottom: 0;
}
.captcha-grp label img#refresh_captcha {
    max-width: 25px;
    cursor: pointer;
}
.captcha-grp label #captcha_text {
    background: #ffffff7a;
    padding: 3px 8px;
}
#thank_you_message .alert-success {
    background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/form-logo-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    font-weight: 600;
}

/*New News section*/
.new_news {
    padding-top: 70px;
}
.new_news .wrap{
    width:100%;
    max-width:var(--maxw);
    display:grid;
    grid-template-columns: 1fr 3fr;
    gap:36px;
    align-items:center;
  }

  /* Left pane */
  .new_news .left {
    position:relative;
  }

  .new_news .image-card {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.new_news .image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.new_news .image-card img.show {
  opacity: 1;
}

  .new_news .image-card .caption{
    position:absolute;
    left:16px;
    bottom:12px;
    background:rgba(0,0,0,0.55);
    color:#fff;
    padding:8px 12px;
    border-radius:6px;
    font-size:13px;
    backdrop-filter:blur(4px);
  }

  /* Right pane list */
  .new_news .right{
    max-height:70vh;
    overflow:auto;
    padding-right:12px;
  }
  .new_news .news-list{
    list-style:none;
    margin:0;
    padding:0;
  }
  .new_news .news-item{
    display:grid;
    grid-template-columns:120px 90px 1fr;
    gap:20px;
    align-items:center;
    padding:18px 12px;
    border-bottom:1px solid #f0f0f0;
    cursor:pointer;
    transition:background 220ms;
    position: relative;
  }
  
  .new_news .news-item a {
    font-size: 0;
    position: absolute;
    inset: 0;
}

  .new_news .news-item:hover{ background: linear-gradient(90deg, rgba(11,132,165,0.03), transparent); }

  .new_news .news-date{
    color:#fff;
    font-size:16px;
    white-space:nowrap;
  }

  .new_news .badge{
    display:inline-block;
    padding:6px 10px;
    font-size:14px;
    color:#fff;
    font-weight:600;
    width: 100%;
  }
  .new_news .badge.news{ background:#2ecec1 }
  .new_news .badge.report{ background:#2ecec1 }

  .new_news .title{
    font-size:18px;
    color:#8d8d8d;
    transition:color 180ms, transform 200ms;
    line-height:1.25;
    text-decoration:none;
  }

  .new_news .news-item:hover .title{
    color:#fff;
    transform:translateY(-2px);
  }
  
  .news-details .hero-header {
  background: #0b0b0b;
  color: #fff;
  padding: 28px 20px;
  border-bottom: 4px solid rgba(255,255,255,0.03);
}

.news-details .hero-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
align-items: center;
}

.news-details .back-btn {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.9;
}

.news-details .title {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0 8px;
  line-height: 1.2;
}

.news-details .meta-row {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.news-details .badge-small {
  background: #2ECEC1;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
}

/* Share Icon Row */
.news-details .share-row {
  display: flex;
  gap: 10px;
}

.news-details .share-btn {
  background: transparent;
  border: 0;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
}

.news-details .share-btn:hover {
  background: rgba(255,255,255,0.05);
}

.news-details .share-icon {
  width: 18px;
  height: 18px;
}

/* Content Wrapper */
.news-details .container {
  margin: 28px auto 80px;
  padding: 0 20px;
}

/* Layout: Left Image & Right Text */
.news-details .article {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 32px;
}

.news-details .hero-image {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #efefef;
  overflow: hidden;
}

.news-details .hero-image img {
  width: 100%;
  display: block;
}

/* Content Text */
.news-details .content .date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.news-details .content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 12px 0;
  color: #fff;
}

.news-details .content ul li {
  font-size: 16px;
  line-height: 1.75;
  margin: 12px 0;
  color: #fff;
}

.news-details .content {
    color: #fff;
}

/* Social Buttons inline */
.news-details .social-inline {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.news-details .social-inline button {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

/* Related Section */
.news-details .related {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.news-details .related .r-item {
  background: #fafafa;
  border: 1px solid #efefef;
  padding: 12px;
  border-radius: 5px;
  min-width: 220px;
}


.openWhitepaper {
    margin-top: 10px;
}


/* Responsive */
@media (max-width: 980px) {
  .news-details .article {
    grid-template-columns: 1fr;
  }
  
}

  /* small screens */
  @media (max-width:900px){
    .new_news .wrap{ grid-template-columns: 1fr; }
    .new_news .right{ max-height:55vh; }
    .new_news .news-item{ grid-template-columns: 1fr; gap:8px; align-items:flex-start; padding:12px 8px; }
    .new_news .news-date{ order:2; color:var(--muted); }
    .new_news .badge{ order:3; margin-top:6px; }
  }

  .new_news .right::-webkit-scrollbar{ width:10px }
  .new_news .right::-webkit-scrollbar-thumb{ background:#ddd; border-radius:6px; }
  .new_news .right::-webkit-scrollbar-track{ background:transparent; }

@media (max-width: 1600px) {
    .banner_slide_cont img {
        max-width: 550px;
    }
    .news_slider .slick-track .slick-slide.slick-current.slick-active .news_box {
        width: 320px;
    }
    .news_box {
        width: 220px;
    }
}
@media (max-width: 1389px) {
    /*.header_section #slick-slide02 {*/
    /*    height: 500px;*/
    /*}*/
    .sks_hero h1 {
        font-size: 48px;
    }
    .hero-text-style p {
        right: 80px;
        font-size: 16px;
    }
    .math_slider_wrap .math_left {
        left: 40px;
    }
    .inner_header_section h1 {
        font-size: 72px;
    }
    .math_slider_wrap h1 {
        font-size: 55px;
    }

    .tab_outer {
        overflow: auto;
        background: #FFF;
    }

    .about_section #myTab {
        flex-wrap: nowrap;
        padding: 0 0 0 15px !important;
    }

    .header_section h1 {
        font-size: 60px;
    }

    .stat_box h2 {
        font-size: 60px;
    }

    .culture-slider ul.slick-dots li {
        width: 70px;
    }

    .team_hero_title h1,
    .team_hero_title h1 span {
        font-size: 92px;
    }

    .team_hero_title p {
        font-size: 22px;
    }
    .circle_award {
        width: 260px;
        height: 260px;
    }
    .banner_slide_cont img {
        max-width: 450px;
    }
    .home-banner-conpany p:last-child {
        font-size: 19px;
    }
    .header_section h1 span {
        font-size: 32px;
    }
}

@media (max-width: 1280px) {

    .about_section p {
        padding-right: 0;
    }

    .math_slider_wrap h1 {
        font-size: 46px;
    }

    .portfolio_content_box {
        bottom: 0;
    }
}

@media (max-width: 1199px) {
    /*.header_section #slick-slide02 {*/
    /*    height: 450px;*/
    /*}*/
    .sks_hero h1 {
        font-size: 40px;
    }
    .hero-text-style p {
        right: 52px;
        font-size: 14px;
    }
    .banner_slide_cont img {
        max-width: 100%;
    }
    .work_hero_title h1, .header_section h1 {
        font-size: 50px;
    }

    .header_section h1 span, .home-banner-conpany p:first-child {
        font-size: 26px;
    }

    .home-banner-conpany p:first-child span {
        font-size: 38px;
    }

    .home-banner-conpany p:last-child {
        font-size: 16px;
    }

    .banner_slide_cont p {
        font-size: 20px;
    }

    .work_hero_title {
        top: 60px;
    }

    .img-over-text {
        font-size: 102px;
    }

    .buble_img_main {
        width: 330px;
        height: 300px;
    }

    .company_tab_wrap {
        flex-direction: column;
    }

    .company_tab_wrap #v-pills-tab {
        width: 100%;
    }

    .portfolio_slider .slick-slide>img {
        height: 500px;
    }

    .awards_circle_wrap .circle_award {
        width: 250px;
        height: 250px;
    }

    .math_slider_wrap h1 {
        font-size: 44px;
    }

    .math_slider_wrap .math_left {
        top: 50px;
    }

    .portfolio_slider .slick-slide img, .portfolio_slider .slick-slide video {
        height: 500px;
    }

    .ourway_graphic>img {
        width: 480px;
    }

    .stat_box h2 {
        font-size: 50px;
    }

    .service_slide_wrap .service_box span {
        font-size: 15px;
    }

    .philosophy_slider button.slick-prev {
        z-index: 99;
        left: 20px;
    }

    .philosophy_slider button.slick-next {
        right: 40px;
    }

    .culture-slide-box .image img {
        width: 450px;
    }

    .culture-slide-box .text {
        padding: 40px 0 40px 10px;
    }

    .culture-slider ul.slick-dots {
        bottom: 60px;
        padding-left: 7px;
    }

    .culture-slider button.slick-next {
        top: 85%;
    }

    .culture-slider button.slick-prev {
        top: 85%;
    }

    .people_slider button.slick-prev {
        left: 20px;
    }

    .people_slider button.slick-next {
        right: 20px;
    }

    .clients_slider button.slick-prev {
        left: -45px;
    }

    .clients_slider button.slick-next {
        right: -45px;
    }

    .inner_header_section h1 {
        font-size: 60px;
    }

    .contact_address_section .col-sm-6 {
        width: 100%;
    }

    .contact_address_section .col-sm-6 .contact_box {
        margin-bottom: 30px;
    }

    .contact_address_section .col-sm-6:last-child .contact_box {
        margin-bottom: 0;
    }

    .inner_header_section .banner_content img {
        width: 400px;
    }

    .corporate_section .col-sm-6 img {
        width: 100%;
    }

    .corporate_content {
        padding-left: 0;
    }

    .difference_section img.philosphy_img {
        height: auto;
        width: 100%;
    }

    .team_hero_title h1,
    .team_hero_title h1 span {
        font-size: 62px;
    }

    .team_hero_title h1 span {
        transform: translate(160px, -10px);
    }

    .team_hero_title p {
        font-size: 20px;
        transform: translate(0px, -20px);
    }

    .common_img_motion {
        transform: translateY(-250px);
        padding-left: 80px;
    }

    .hakuhodo_sec .common_img_motion {
        transform: translateY(90px);
        padding-left: 25px;
    }

    .hakuhodo_digital_sec {
        padding-top: 180px;
    }

    .team_item_cont h5 {
        font-size: 15px;
    }

    .team_item_cont p {
        font-size: 13px;
    }

    .culture-slider ul.slick-dots li {
        width: 50px;
    }

    .culture-slider ul.slick-dots {
        gap: 5px;
    }

    h2.heading_style,
    h2.news_head {
        font-size: 80px;
        margin-bottom: 20px;
    }

    h2.heading_style span {
        font-size: 24px;
        width: 70px;
        height: 70px;
    }
    .header_section .slick-dots {
        bottom: -20px;
    }
    .corporate_section {
        padding-bottom: 50px;
    }
    .partner_address {
        width: 390px;
    }
    .culture-slider button.slick-prev {
        left: 35%;
    }
    .culture-slider button.slick-next {
        left: 43%;
    }
    .hakuhodo-lync .math_team {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .banner_slider #slick-slide02 {
        height: auto;
    }
    .header_section #slick-slide02 .col-md-6.order-md-1.order-2 .banner_slide_cont{
        padding-bottom: 30px;
        padding-left: 0px;
    }
    .header_section #slick-slide02 .banner_slide_cont img{
        margin: auto !important;
    }
    .header_section #slick-slide02 .banner_slide_cont p {
        color: #000 !important;
        font-size: 15px;
    }
    .header_section #slick-slide02 .banner_slide_cont a.fill_btn_black {
        top: 60%;
    }
    .sks_form_img img {
        max-width: 100%;
    }
    .sks_form_main {
        margin-left: 0;
    }
    .trends_india_cont h2 {
        font-size: 35px;
    }
    .news_slider .slick-track .slick-slide.slick-current.slick-active .news_box {
        width: 320px;
    }
    .culture-slider button.slick-next {
        left: 300px;
    }
    .work_hero_title h1 {
        font-size: 62px;
    }

    .work_hero_title {
        top: 50px;
    }

    .img-over-text {
        font-size: 102px;
    }

    .partner_address {
        left: 10px;
    }

    .awards_circle_wrap .slick-prev {
        left: 0;
    }

    .awards_circle_wrap button.slick-next {
        right: 0;
    }

    .awards_circle_wrap button.slick-prev {
        left: 0;
    }

    .menu-btn {
        display: block;
    }

    .header_section h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .header_section h1 span {
        font-size: 18px;
    }

    .banner_slide_cont p {
        font-size: 18px;
    }

    .unique_animated_img .motion_img:nth-child(8), .unique_animated_img .motion_img.active:nth-child(6) {
        top: 82px;
    }
    .unique_animated_img .motion_img:nth-child(3) {
        top: 150px;
    }

    .home-banner-conpany p:first-child span {
        font-size: 28px;
    }

    .header_section h1 span, .home-banner-conpany p:first-child {
        font-size: 18px;
    }

    .math_slider_wrap h1 {
        font-size: 32px;
    }

    .inner_header_section h1 {
        font-size: 50px;
    }

    .math_slider .slick-slide img {
        /*height: 420px;*/
        width: 100%;
        object-fit: cover;
    }
    .network_details .math_sec.home_people_sec h2.heading_style {
        margin-bottom: 0;
    }
    .network_details .math_sec.home_people_sec h2.heading_style {
        margin-bottom: 0;
    }
    .math_slider_wrap .math_right {
        padding-left: 50px;
    }
    .network_header_section .math_hakuhodo_logo {
        margin-bottom: 30px;
        height: auto;
        max-width: 100%;
    }

    .portfolio_slider .slick-slide>img {
        height: 400px;
    }

    .portfolio_slider button.slick-next {
        right: 42%;
    }

    .portfolio_slider button.slick-prev {
        left: 42%;
    }

    .awards_circle_wrap .circle_award {
        width: 220px;
        height: 220px;
    }

    .header_section img {
        width: 300px;
        height: auto;
    }

    .logo_slider button.slick-next {
        right: -10px;
        z-index: 9;
    }

    .logo_slider button.slick-prev {
        left: -10px;
        z-index: 9;
    }

    .modal-content iframe.aspect-video {
        height: 380px;
    }

    .stat_box h2 {
        font-size: 36px;
    }

    .stat_box p {
        font-size: 14px;
    }

    .stat_box {
        height: 180px;
    }

    .service_slide_wrap .service_box {
        padding: 35px 20px;
    }

    .service_slide_wrap .service_box span {
        font-size: 13px;
    }

    .ourway_graphic>img {
        width: 380px;
    }

    .ourway_head h3 {
        font-size: 38px;
    }

    .ourway_graphic_box h5 {
        font-size: 16px;
    }

    .footer-top .col-sm-0 {
        text-align: center;
        width: 100%;
    }

    .footer-top .col-sm-0 .footer-socials {
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer-top .col-sm-0 .footer-socials ul {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }

    .people_slider button.slick-prev {
        left: 10px;
    }

    .people_slider button.slick-next {
        right: 0;
    }

    .banner_content {
        justify-content: space-between;
    }

    .about_section .tab-content .col-sm-7,
    .about_section .tab-content .col-sm-5 {
        width: 100%;
    }

    .about_section .accordion-item {
        padding-top: 20px;
    }

    button.hamburger {
        display: block;
    }

    .banner_content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .culture-slide-box .image img {
        width: 350px;
    }

    .contact_address_section .col-sm-6 .contact_box {
        flex-direction: column;
    }

    .culture-slide-box {
        gap: 20px;
    }

    .culture-slide-box .text {
        padding-top: 0;
    }

    .culture-slider button.slick-prev {
        left: 210px;
    }

    .culture-slider ul.slick-dots {
        bottom: 70px;
    }

    .about_section #myTab {
        flex-wrap: nowrap;
        padding: 0 0 0 15px !important;
    }

    .tab_outer {
        overflow: auto;
    }

    .team_item_bx_main {
        width: 25%;
    }

    .common_img_motion {
        transform: translateY(-130px);
        padding-left: 20px;
    }

    .team_hero_title h1 span {
        transform: translate(30px, -10px);
    }

    .team_hero_title p {
        font-size: 18px;
        transform: translate(0px, -20px);
        max-width: 360px;
    }

    .math_sec {
        padding-top: 180px;
    }

    .math_team {
        padding-top: 60px;
    }

    .motion_img.active,
    .motion_img {
        max-width: 230px !important;
    }

    .unique_animated_img {
        padding: 100px 0 50px;
        height: 500px;
    }

    .hakuhodo_sec .common_img_motion {
        transform: translateY(90px);
        padding-left: 25px;
        height: 330px;
        display: flex;
        justify-content: center;
    }

    .hakuhodo_digital_sec {
        padding-top: 0;
    }

    .culture-slide-box .text p {
        font-size: 16px;
    }

    .work_head {
        height: 50px;
    }

    .responsive_menu_col li a.dropdown-item {
        color: #000;
    }

    .contact_box_text {
        width: 100%;
    }

    h2.heading_style,
    h2.news_head, .network_details h2.heading_style, .network_details h2.news_head {
        font-size: 62px;
    }

    h2.heading_style span {
        font-size: 24px;
        width: 70px;
        height: 70px;
    }

    h2.news_head:before {
        width: 60px;
        height: 60px;
    }

    .bubble {
        width: 100px;
        height: 100px;
    }
    .service_slide_wrap:before {
        right: 0;
    }
    .math_team_item:nth-child(2), .math_team_item:nth-child(4), .math_team_item:nth-child(6), .math_team_item:nth-child(8), .math_team_item:nth-child(10), .math_team_item:nth-child(12), .math_team_item:nth-child(14), .math_team_item:nth-child(16) {
        transform: translateY(0);
    }
    .math_team .slick-list {
        padding-top: 0 !important;
    }
    .home_people_sec .heading_style {
        margin-bottom: 0;
    }
    .service_modal .modal-body {
        padding: 60px 50px 100px;
    }
    .service_modal_slide_cont h3 br {
        display: none;
    }
    .service_modal_slide_cont {
        max-width: 100%;
    }
    .image_circle_style img:nth-child(1) {
        left: 0;
    }
    .bubble.active {
        width: 300px;
        height: 300px;
    }
    .menu-btn a:hover {
        color: #fff;
        border-color: transparent;
    }
    .btn-open:hover:after {
        background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/hamburger.svg) no-repeat center;
    }
    .menu-btn:hover .desk_menu_list {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
    }
    .menu-btn.active .btn-open {
        color: #2ECEC1;
        border-color: #2ECEC1;
    }
    .menu-btn.active .btn-open:after {
        background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/hamburger-hover.svg) no-repeat center;
    }
    .menu-btn.active .desk_menu_list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
        #formModal .modal-title {
        font-size: 20px;
    }
}
.form_logo_mob {
    display: none;
}
@media (max-width: 767px) {
    .sks_culture .culture-slide-box .image img {
        height: 350px;
    }
    .banner_slider #slick-slide02 {
        height: auto;
    }
    .header_section #slick-slide02 .col-md-6.order-md-1.order-2 .banner_slide_cont{
        padding-bottom: 30px;
        padding-left: 0px;
    }
    .header_section #slick-slide02 .banner_slide_cont img{
        margin: auto !important;
    }
    .header_section #slick-slide02 .banner_slide_cont p {
        color: #000 !important;
        font-size: 15px;
    }
   #formModal .modal-title{
        font-size: 24px;
        line-height: 25px;
    }
    .form_logo_mob{
        display: block;
    }
    .modal_wrap {
        display: flex;
        flex-wrap: wrap;
        overflow: auto;
        height: 592px;
    }
.form_logo_mob img {
    width: 100%;
}
.modal_wrap .modal_img {
    width: 100%;
}
    #formModal .modal_form{
        width: 100%;
    }
    .custom-modal-width{
        max-width: 418px !important;
        margin: auto;
    }
    .cookie-box {
        flex-wrap: wrap;
    }
    .cookies_content {
        width: 100%;
    }
    /*.header_section #slick-slide02 {*/
    /*    height: 255px;*/
    /*}*/
    .header_section #slick-slide02 .banner_slide_cont a.fill_btn_black {
        font-size: 12px !important;
    }
    .sks_hero h1 {
        text-align: center;
    }
    .foot-main-row .col-6 {
        width: 100%;
        margin-bottom: 30px;
    }
    .hero-text-style p {
        right: 20px;
        font-size: 14px;
        padding: 0 25px;
    }
    .sks_form_img {
        padding: 100px;
    }
    .portfolio_slider ul.slick-dots li {
        width: 70px;
    }
    .portfolio_content_box {
        bottom: 0;
    }
    .portfolio_content_box {
        left: 0;
    }
    .culture-slider ul.slick-dots {
        max-width: 100%;
    }
    .philo_img img {
        width: 300px;
        height: 300px;
    }
    .corporate_content {
        padding-top: 50px;
    }

    .philosophy-jigjag h2, .corporate_section h2 {
        font-size: 31px;
    }
    .culture-slide-box .image img {
        height: auto;
    }

    .work_hero_title h1 {
        font-size: 52px;
    }

    .img-over-text {
        font-size: 102px;
    }

    .work_hero_title {
        position: unset;
        padding: 40px 20px;
    }

    .section_head {
        text-align: center;
    }

    .difference_section {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .math_hakuhodo_logo {
        height: 55px;
    }

    .para_content {
        padding-right: 0;
    }

    .partner_address {
        position: unset;
        width: 100%;
    }

    .work_head {
        height: 50px;
    }

    .portfolio_slider .slick-slide>img {
        height: 600px;
        max-width: 100%;
        object-fit: cover;
    }

    .network_details .math_sec.home_people_sec h2.heading_style {
        margin-bottom: 50px;
    }

    .portfolio_content_box {
        max-width: 100%;
    }

    .portfolio_slider button.slick-next {
        right: 36%;
    }

    .portfolio_slider button.slick-prev {
        left: 36%;
    }

    .company_content_box {
        flex-direction: column;
    }

    .company_content_left {
        width: 100%;
    }

    .company_content_right {
        width: 100%;
    }

    .math_slider_wrap {
        flex-direction: column;
    }

    .math_slider_wrap .math_left {
        position: inherit;
        width: 100%;
        text-align: center;
    }

    .math_slider_wrap h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .math_left h1 span {
        margin: auto;
    }

    .math_slider_wrap .math_right {
        width: 100%;
        padding-left: 0;
    }

    .math_slider .slick-slide img {
        height: auto;
    }

    .math_slider .slick-slide img {
        width: 100%;
    }

    ul.hakuhodo_logos {
        gap: 10px;
        flex-wrap: wrap;
    }

    .people_slider_section li.nav-item {
        margin: 0 10px;
    }

    .culture-slide-box .image {
        width: 100%;
    }

    .culture-slide-box .text {
        width: 100%;
    }

    .clients_slider_section {
        padding-top: 0;
    }

    .culture-slider ul.slick-dots li {
        width: 40px;
    }

    .hakuhodo_btns {
        flex-direction: column;
    }

    .hakuhodo_btns a {
        width: 180px;
    }

    ul.hakuhodo_logos img {
        height: 42px;
    }

    .philosophy_section img.work_head {
        width: 100%;
    }

    .philosophy_section h2 {
        font-size: 50px;
    }

    .about_slider_section .work_head {
        width: 100%;
    }

    .work_slider_box button>img {
        width: 100%;
    }

    .work_slider_box button {
        width: 100%;
    }

    .culture-slide-box {
        flex-direction: column;
    }

    .culture-slide-box .text {
        padding: 0;
    }

    .culture-slide-box .image img {
        width: 100%;
    }

    .about_slider_section {
        padding-bottom: 100px;
    }

    .culture-slider ul.slick-dots {
        bottom: -70px;
        padding-left: 0;
        justify-content: center;
    }

    .culture-slider button.slick-next {
        top: auto;
        bottom: -120px;
        right: calc(50% - 60px);
        transform: translateY(-50%);
        left: auto;
    }

    .culture-slider button.slick-prev {
        top: auto;
        bottom: -120px;
        right: auto;
        left: calc(50% - 60px);
        transform: translateY(-50%);
    }

    .news_slider_section {
        padding-bottom: 120px;
    }

    .news_slider button.slick-prev {
        bottom: -90px;
        top: auto;
        right: auto;
        left: 0;
    }

    .news_slider button.slick-next {
        bottom: -90px;
        top: auto;
        right: auto;
        left: 60px;
    }

    .see_more_btn_wrap {
        padding-right: 0;
    }

    .foot-main-row .col-6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-menu li {
        text-align: center;
    }

    .footer-menu {
        list-style: none;
        padding-left: 0;
    }

    .footer-lastMenu {
        margin-top: 0;
    }

    .footer-menu-heading h6 {
        margin-left: 0;
    }

    .footer-top {
        padding-bottom: 0;
    }

    .people_slider_box {
        width: 60%;
        margin: auto;
    }

    .about_slider_section {
        padding-bottom: 0px;
    }

    .corporate_section_left .col-sm-6:first-child {
        order: 2;
    }

    .corporate_section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .corporate_section_left {
        margin-bottom: 0px;
    }

    .inner_header_section h1 {
        font-size: 45px;
        text-align: center;
    }

    .inner_header_section .banner_content img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-top: 30px;
    }

    .corporate_communication {
        font-size: 13px;
    }

    .corporate_content h6 {
        font-size: 38px;
    }

    .header_right {
        gap: 5px;
    }

    .team_item_bx_main {
        width: 100%;
    }

    .team_item_bx_main:nth-child(2),
    .team_item_bx_main:nth-child(4),
    .math_team_item:nth-child(2) {
        transform: translateY(0px);
    }

    .team_item_bx:last-child {
        margin-bottom: 20px;
    }

    .team_hero .container {
        display: flex;
        flex-wrap: wrap;
    }

    .hero_team {
        order: 3;
    }

    .team_hero_title {
        position: unset;
        order: 1;
        padding: 50px 0;
        width: 100%;
    }

    .common_img_motion {
        order: 2;
        height: 250px;
        width: 100%;
        transform: translateY(0px);
    }

    .math_sec {
        padding-top: 50px;
    }

    .math_team {
        padding-top: 0px;
    }

    .hakuhodo_sec {
        padding: 50px 0;
    }

    .hakuhodo_digital_sec {
        padding-bottom: 50px;
    }

    .math_cont img {
        max-width: 300px;
    }

    .hakuhodo_sec .common_img_motion {
        display: block;
    }

    .motion_img.active,
    .motion_img {
        max-width: 170px !important;
    }

    .common_img_motion {
        padding-left: 30px;
    }

    .hakuhodo_sec,
    .team_hero,
    .unique_animated_img {
        overflow: hidden;
    }

    .difference_section img.work_head {
        width: 100%;
    }

    .about_slider_section img.head_img {
        width: auto;
        height: 50px;
    }

    .service_slide_wrap .service_box span {
        font-size: 16px;
    }

    .news_slider_section {
        margin-top: 70px;
    }

    .about_slider_section img.head_img {
        width: auto;
        height: 50px;
    }

    .news_slider_section {
        margin-top: 70px;
        overflow: hidden;
    }

    .know_more_btn {
        font-size: 14px;
    }

    .responsive_menu_col li a {
        font-size: 20px;
        padding: 10px 20px;
    }

    .difference_section ul.nav-tabs {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .difference_section ul.nav-tabs li .nav-link {
        font-size: 14px;
        padding: 10px 13px;
    }

    .difference_section ul.nav-tabs li .nav-link.active {
        font-size: 14px;
    }

    .tab-content>.tab-pane {
        padding: 40px 20px;
    }

    .difference_section ul.nav-tabs {
        flex-wrap: wrap;
    }

    .difference_section ul.nav-tabs li .nav-link {
        width: 100%;
    }

    .difference_section ul.nav-tabs .nav-item {
        width: 100%;
    }

    .philosphy_btns {
        flex-direction: column;
    }

    .fill_btn {
        text-align: center;
    }

    .outline_btn {
        text-align: center;
    }

    .about_section_wrap img.work_head {
        height: 50px;
        margin-bottom: 20px;
    }

    .about_slider_section .work_head {
        height: 50px;
    }

    .about_slider_section {
        padding-top: 0;
    }

    .corporate_subhead {
        font-size: 20px;
    }
    .corporate_content h6 {
        font-size: 28px;
    }
    h2.heading_style,
    h2.news_head, h2.heading_style, h2.news_head, .network_details h2.heading_style, .network_details h2.news_head {
        font-size: 38px;
    }
    h2.heading_style span, .network_details h2.heading_style span {
        font-size: 20px;
        width: 60px;
        height: 60px;
    }
    h2.news_head:before, .network_details h2.news_head:before {
        width: 40px;
        height: 40px;
    }
    .partner_address h6 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .awards_circle_wrap .slick-track .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_section img {
        width: 260px;
        margin: 0 auto;
    }
    .header_section .slick-dots {
        bottom: -40px;
    }
    .home_people_sec .heading_style {
        margin-bottom: 40px;
    }
    .math_sec.home_people_sec {
        padding: 50px 0 0;
    }
    .service_slide_wrap .service_box {
        width: calc(50% - 1px);
        flex: auto;
    }
    .culture_sec {
        padding-top: 50px;
    }
    .culture_sec {
        padding-top: 50px;
        padding-bottom: 130px;
    }
    .culture-slide-box .image img {
        height: 380px;
        object-fit: cover;
    }
    .news_slider_section {
        margin-top: 0;
    }
    .common_philosophy {
        padding-bottom: 50px;
        padding-top: 0;
    }
    #philosophy-1 .corporate_content {
        padding-top: 0;
    }
    #philosophy-1 {
        padding-top: 0;
    }
    .network_header_section {
        padding: 50px 20px 0;
    }
    .network_header_section .math_hakuhodo_logo {
        max-width: 90%;
    }
    .para_content {
        max-width: 100%;
    }
    .awards_circle_wrap .circle_award {
        overflow: hidden;
    }
    .portfolio_content {
        height: 65px;
        overflow: auto;
        padding-right: 10px;
    }
    .portfolio_slider .slick-slide img, .portfolio_slider .slick-slide video {
        height: 350px;
    }
    .play-btn {
        top: 35%;
        height: 50px;
        width: 50px;
    }
    .play-btn img {
        max-width: 15px;
    }
    .math_slider_wrap h1 {
        align-items: center;
    }
    .portfolio_content_box {
        position: unset;
    }
    .portfolio_section {
        padding-bottom: 80px;
    }
    .trigger-edge-digital .portfolio_slider .slick-slide img, .trigger-edge-digital .portfolio_slider .slick-slide video {
        height: auto;
    }
}

@media (max-width: 575px) {
    .portfolio_description {
        font-size: 14px;
    }
    .banner_slider #slick-slide03 .row {
        background: url(https://diwwlvpsq4xkc.cloudfront.net/assets/images/Aspiration-Unleashed-mobile-02.webp) no-repeat center;
    }
    .banner_slider #slick-slide03 {
        height: 400px;
    }
    .hero_img {
        max-width: 270px;
        margin: 0 auto;
    }
    .sks_hero h1 {
        font-size: 30px;
    }
    .main {
        overflow: hidden;
    }
    .sks_form_sec {
        padding: 70px 0;
    }
    .sks_hero {
        padding: 100px 0 150px;
    }
    .portfolio_content .sub_head {
        font-size: 15px;
    }
    .about_section_wrap img.work_head {
        width: 100%;
    }

    .btn.contact_btn {
        font-size: 10px;
    }

    .navbar-light .navbar-brand img {
        width: 100px;
    }

    .section_head {
        font-size: 20px;
    }

    .about_slider_section img.head_img {
        height: 40px;
    }

    .about_slider_section .work_head {
        margin-bottom: 0;
    }

    .about_slider_section {
        padding-top: 0;
    }

    .news_slider .slick-track .slick-slide.slick-current.slick-active .news_box {
        width: 100%;
    }

    .news_slider_section .container-fluid.px-lg-10 {
        padding: 0 10px !important;
    }
    .service_slide_wrap .service_box {
        width: 100%;
    }
    .service_modal_slide_img img {
        width: 250px;
        height: 250px;
    }
    .image_circle_style img:nth-child(1), .image_circle_style img:nth-child(8) {
        width: 50px;
        height: 50px;
    }
    .image_circle_style img:nth-child(2), .image_circle_style img:nth-child(6) {
        height: 25px;
        width: 25px;
    }
    .image_circle_style img:nth-child(3), .image_circle_style img:nth-child(7), .image_circle_style img:nth-child(9) {
        height: 20px;
        width: 20px;
    }
    .service_modal_title h2 {
        font-size: 26px;
    }
    .service_modal .modal-body {
        padding: 60px 20px 50px;
    }
    .service_modal_slider .slick-dots {
        bottom: -50px;
    }
    .service_modal_slide_cont .btn {
        font-size: 12px;
    }
    .portfolio_section .slick-slide {
        overflow: hidden;
    }
    .culture_sec {
        padding-top: 50px;
        padding-bottom: 130px;
    }
    .culture-slide-box .image img {
        height: 280px;
        object-fit: cover;
    }
    .clients_slider_section .logo_slider_box::before {
        display: none;
    }
    .inner_header_section p {
        font-size: 16px;
        text-align: center;
    }
    .circle3 {
        height: 60px;
        width: 60px;
    }
    .circle2 {
        height: 40px;
        width: 40px;
    }
    .partner_address p, .contact_box_text p {
        word-wrap: break-word;
    }
}