.btn:hover {
    border-color: #005C78;
    background: #005C78;
}

.platform_list_slider__item_inner:hover .image:after,
.post_list__item .image:hover:after {
    background-color: transparent;
}

.platform_list_slider__item_inner .title {
    transition: all linear .4s;
}

.platform_list_slider__item_inner:hover .title {
    color: #69CECA;
}

.platform_list_slider__item .item_details .title {
    color: #fff;
}

.post_list_slider .post_list__item {
    width: 100%;
}

.platform_list_slider__item .item_details {
    padding: 50px;
}

.platform_list_slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.post_list_slider .slick-track {
    display: flex !important;
}

.post_list_slider .slick-slide {
    height: inherit !important;
}

.post_list_slider .post_list__item .post_list__item {
    margin: 0;
    height: 100%;
}

.news_filter__inner .news_filter_category .category_link:hover {
    color: #69ceca;
}

.news_filter__inner .news_filter_category .category_link:hover:after {
    background-image: url(../images/plus_lighter_blue.svg);
}

button.slick-prev.slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all linear .4s;
}

.site_header.sticky {
    background: transparent;
}

.site_header .site-branding,
.site_header .site-language-switcher {
    transition: all linear .4s;
}

.site_header.sticky .site-branding,
.site_header.sticky .site-language-switcher {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.site_header.sticky,
body.admin-bar .site_header {
    top: inherit !important;
}

.site_header.sticky .site-branding .site-logo a img {
    max-width: inherit;
}

.parallax_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.parallax_column {
    display: flex;
    align-items: center;
    text-align: center;
}

.common_circle {
    transition: all ease-in-out .6s;
}

.full_width_background_image_with_content .section_inner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-position: 50% 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 125%;
    transition: background-image 0.8s ease-in-out;
}

.full_width_background_image_with_content .section_inner_img.mobile {
    display: none;
}

.site_header .site-language-switcher ul {
    position: relative;
}

.site_header .site-language-switcher ul:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #FFFFFF;
    left: 2px;
    top: 2px;
    z-index: 0;
    transition: left 0.5s ease;
}

.site_header .site-language-switcher ul.right_lang:before {
    left: 29px;
}

.site_header .site-language-switcher ul li {
    z-index: 1;
}

.site_header .site-language-switcher ul li a {
    background-color: transparent !important;
    color: rgba(105, 206, 202, .5) !important;
}

.site_header .site-language-switcher ul li.wpml-ls-current-language a {
    color: #007396 !important;
}

.our_platforms_list_section .section_inner .section_wrapper .platform_post_list .first_item .image:before {
    opacity: 1;
    transition: all 0.8s ease;
}

.our_platforms_list_section .section_inner .section_wrapper .platform_post_list .first_item .image.hide_effect:before {
    opacity: 0;
}

.data_logo_wrapper_right.media_video .data_logo_wrapper_right_logo {
    width: 100%;
}

.data_logo_wrapper_right.media_video .data_logo_wrapper_right_logo_inner {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.data_logo_wrapper_right.media_video .data_logo_wrapper_right_logo_inner video {
    width: 180%;
    pointer-events: none;
    border: medium none;
    display: block;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.hero_banner_section__inner__bg_video .video_section .mp4_video.mobile {
    display: none;
}

.data_box {
    margin: 74px 0 87px;
}

.data_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.data_box_wrapper_left {
    width: 49.83%;
    margin: 0 0 41px;
}

.data_box_wrapper_left .section_tagline {
    margin-bottom: 43px;
    position: relative;
}

.data_box_wrapper_left .section_tagline .section_tagline_inner {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.data_box_wrapper_left .section_tagline .section_tagline_inner .tagline_text {
    font-size: 14px;
    line-height: 171.429%;
    letter-spacing: 1.4px;
    font-family: 'Lexend-Medium';
    padding-bottom: 14px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #007396;
    text-transform: uppercase;
}

.data_box_wrapper_left .section_tagline .section_tagline_inner .tagline_text:after {
    content: "";
    position: absolute;
    background: #007396;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
}

.data_box_wrapper_left .section_tagline .section_border_line {
    background-color: #69ceca;
}

.data_box_wrapper_left_datalist_outer {
    display: flex;
    flex-wrap: wrap;
}

.data_box_wrapper_left_datalist.column1 {
    width: 59%;
    padding-right: 30px;
}

.data_box_wrapper_left_datalist.column2 {
    width: 40%;
}

.data_box_wrapper_left_datalist_item {
    margin: 0 0 18px;
}

.data_box_wrapper_left_datalist_item_inner_heading h6 {
    margin: 0;
    color: #007396;
}

.data_box_wrapper_left_datalist_item_inner_content {
    color: #007396;
    font-family: 'Inter-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.data_box_wrapper_right {
    width: 44%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.data_box_wrapper_right_boxlist {
    max-width: 637px;
    width: 100%;
}

.data_box_wrapper_right_boxlist_item {
    margin: 0 0 24px;
}

.data_box_wrapper_right_boxlist_item:last-child {
    margin: 0;
}

.data_box_wrapper_right_boxlist_item_inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.data_box_wrapper_right_boxlist_item_inner.blue_overlay::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 115, 150, 0.50) 0%, rgba(0, 115, 150, 0.50) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.data_box_wrapper_right_boxlist_item_inner.black_overlay::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.data_box_wrapper_right_boxlist_item_inner a {
    min-height: 318px;
    padding: 41px 46px 41px 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    color: #FFF !important;
    font-family: "Lexend-Regular";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    text-decoration: none;
    transition: all ease .4s;
}

.data_box_wrapper_right_boxlist_item_inner a span {
    width: calc(100% - 50px);
}

.data_box_wrapper_right_boxlist_item_inner a svg {
    transition: all ease .4s;
}

.data_box_wrapper_right_boxlist_item_inner a:hover svg {
    margin-right: -10px;
}

@media (min-width: 1360px) {
    .inner_page_banner_section.reduce_bottom_padding {
        padding-bottom: 108px;
    }

    .inner_page_banner .section_inner .section_wrapper .image_section .image_section_inner {
        margin-bottom: -108px;
    }
}

@media (min-width: 992px) {
    .site_header .primary-navigation .menu-button-container button:hover {
        border-color: #69ceca;
    }
}

@media (max-width: 1440px) and (min-width: 1360px) {
    .inner_page_banner .section_inner .section_wrapper .content_section {
        padding: 105px 91px 78px 0;
    }
}

@media (max-width: 1640px) {
    .site_header.sticky .site-branding .site-logo a img {
        max-width: 260px;
        height: auto;
    }
}

@media (max-width: 1440px) {
    .site_header.sticky .site-branding .site-logo a img {
        max-width: 240px;
        height: auto;
    }

    .data_box_wrapper_left {
        margin: 0;
    }
}

@media (max-width: 1359px) {
    .site_header.sticky .site-branding .site-logo a img {
        max-width: 220px;
    }

    .data_box {
        margin: 60px 0 87px;
    }

    .data_box_wrapper_left_datalist_item_inner_heading h6, .data_box_wrapper_left_datalist_item_inner_content {
        font-size: 16px;
        line-height: 26px;
    }

    .data_box_wrapper_right_boxlist_item_inner a {
        font-size: 30px;
        line-height: 40px;
        padding: 41px 38px 41px 38px;
    }
}

@media (max-width:1199px) {
    .platform_list_slider__item .item_details {
        padding: 35px 55px 35px 35px;
    }

    .site_header.sticky .site-branding .site-logo a img {
        max-width: 200px;
    }

    .data_box_wrapper_left .section_tagline {
        margin-bottom: 33px;
    }
}

@media (max-width:991px) {
    .platform_list_slider__item .item_details {
        padding: 20px 30px 33px 20px;
    }

    .platform_list_slider__item .item_details .title {
        min-height: auto;
    }

    .site_header.sticky .site-branding .site-logo a img {
        max-width: 160px;
    }

    .site_header.sticky .site_header__inner {
        padding: 54px 0;
    }

    .data_box_wrapper_left {
        margin: 0 0 20px;
        width: 100%;
    }

    .data_box_wrapper_right {
        width: 100%;
        justify-content: flex-start;
    }

    .data_box_wrapper_right_boxlist {
        max-width: 100%;
    }

    .data_box {
        margin: 60px 0;
    }
}

@media (max-width:767px) {
    .inner_page_banner .section_inner .section_wrapper .content_section {
        padding: 50px 0 25px;
    }

    .full_width_background_image_with_content .section_inner_img.desktop {
        display: none;
    }

    .full_width_background_image_with_content .section_inner_img.mobile {
        display: block;
        background-size: auto 145%;
    }

    .hero_banner_section__inner__bg_video .video_section .mp4_video.desktop {
        display: none;
    }

    .hero_banner_section__inner__bg_video .video_section .mp4_video.mobile {
        display: flex;
        height: 100vh;
    }

    .data_box_wrapper_left_datalist.column1 {
        width: 100%;
        padding-right: 0;
    }

    .data_box_wrapper_left_datalist.column2 {
        width: 100%;
    }

    .data_box_wrapper_right_boxlist_item_inner a {
        font-size: 24px;
        line-height: 34px;
        padding: 20px;
        min-height: 260px;
    }
    .data_box_wrapper_right_boxlist_item_inner a svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width:360px) {
    .platform_list_slider__item .item_details {
        padding: 15px;
    }
}



/********************************/
.header-newsletter .site_footer {
    background-color: transparent;
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    background-color: rgba(105, 206, 202, 0.20);
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield.right_half_side_style {
    width: 100%;
}
.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label {
    color: #ffffff;
    font-family: 'Inter-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; 
}

.header-newsletter .site_footer .gform_wrapper form .gform_footer {
    position: inherit;
    max-width: inherit;
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield.first_field  {
    order:1;
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gform_button  {
    order:2;
    margin-bottom: 30px;
    min-width: 150px;
    padding: 9px 36px 9px 20px;
    cursor: pointer;
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield.last_field   {
    order:3;
}

.header-newsletter .site_footer .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent {
    min-height: inherit;
}


/************** Contact Form CSS Start ****************/

.contact_form_section .section_inner .section_wrapper .contact_form_section_left_inner .gform_wrapper .gform-body .gform_fields .gfield .gfield_consent_label a {
    font-size: 13px;
}

/************** Contact Form CSS End ****************/