/** Product Pages **/
.product_cus_container  {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.product_banner_blocks {
    padding: 0 50px;
}
.product_banner_block {
    width: 50%;
    float: left;
}
.product_banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.product_banner_image img {
    max-width: 100%;
}
.product_banner_image {
    padding-left:  150px;
}
.product_title {
    padding-top: 50px;
    padding-right: 80px;
}
.product_content {
    padding-right: 80px;
    font-family: BasisGrotesque;
    font-size: 18px;
    line-height: 26px;/* or 144% */

    color: #515B6E;
}
.product_title h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 69px;
    letter-spacing: -0.5px;
    color: #2A303A;
}
.product_grid_block {
    width: 33.33%;
    float: left;
    padding: 15px;
    cursor: pointer;

}

.product_grid_block > div {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-animation: movedown 0.3s forwards;
    animation: movedown 0.3s forwards;
}
.product_grid_block > div:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-animation: moveup 0.3s forwards;
    animation: moveup 0.3s forwards;
}

@-webkit-keyframes moveup {
    from {top:0;}
    to {top:-10px;}
}

@keyframes moveup {
    from {top:0;}
    to {top:-10px;}
}

@-webkit-keyframes movedown {
    from {top:-10px;}
    to {top:0;}
}

@keyframes movedown {
    from {top:-10px;}
    to {top:0;}
}

.product_grid_blocks {
    padding-top: 80px;
    /*display: table;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product_grid_block_image {
    padding: 56px 47px;
}
.product_grid_block_image img {
    max-width: 100%;
    max-height: 350px;
    height: 350px;
    object-fit: contain;
}
.product_grid_block_info {
    padding: 40px 20px 20px;
}
.product_grid_block_info h3 {
    font-family: BasisGrotesque;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #515B6E;
    /*min-height: 42px;*/
}
.product_grid_block_info div {
    font-family: BasisGrotesque;
    font-size: 14px;
    line-height: 20px;/* or 143% */
    color: #515B6E;
    min-height: 41px;
}
.product_grid_block_info div>p:last-child {
    margin-bottom: 0;
}
.product_grid_block_info a {
    font-family: BasisGrotesque;
    font-size: 12px;
    line-height: 15px;/* identical to box height, or 125% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #515B6E !important;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.product_grid_block_info a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    width: 8px;
    height: 15px;
    background-image: url(img/more.svg);
    background-size: cover;
}

.product-image-bg {
    background-color: #12274C;
}

.product-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.3s;
    z-index: 5;
    background-color: rgba(255,255,255,0.7);
    display: none;
}

.product-box h3 {
    font: bold 32px/41px "Basis Grotesque";
    letter-spacing: -0.3px;
    color: #C2CCD8;
    margin-bottom: 70px;
}

.product-box img.featured {
    width: 190px;
    height: auto;
    transform: rotateZ(5deg);
}

.product-box a {
    position: relative;
    top: 0;
    left: 50px;
}

.product-box button {
    position: absolute;
    width: 188px;
    height: 38px;
    background-color: #0BB5E2;
    border: 1px solid #0BB5E2;
    border-radius: 0;
    color: #ffffff;
    transition: 0.3s;
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #FFFFFF;

}

.product-box button:hover {
    background-color: #ffffff;
    color: #0BB5E2;
    transition: 0.3s;
}

.product-box .product-text {
    font-family: Basis Grotesque;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #8794AD;
    margin-top: 70px;
}

.product-box .close-product {
    position: absolute;
    top: 100px;
    cursor: pointer;
    right: 190px;
}

.product-box .video-container {
    margin-top: -40px;
    margin-bottom: -40px;
}

.product-box .video-container video {
    width: 100%;
    max-width: 100%;
    height: 314px;
    object-fit: cover;
    background-color: black;
}

.product-box {
    width: 1087px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #12274C;
    overflow-y: scroll; 
    height: 100vh;
    padding: 90px 370px 20px 160px;
}

.product-box::-webkit-scrollbar { 
    width: 0 !important 
}

.product-box { 
    overflow: -moz-scrollbars-none; 
}


.product-box { 
    -ms-overflow-style: none; 
}

.slide-right2 {
    -webkit-animation: moveleft 0.3s forwards;
    animation: moveleft 0.3s forwards;
}

.slide-right2-back {
    right: -1100px;
    transition: 0.3s;
    -webkit-animation: moveright 0.3s forwards;
    animation: moveright 0.3s forwards;
}

.slide-show2 {
    display: block;
    transition: 0.3s;
}


@-webkit-keyframes moveleft {
    from {
        position: fixed;
        right: -1100px;
    }
    to {
        position: fixed;
        right: 0 !important;
    }
}

@keyframes moveleft {
    from {
        position: fixed;
        right: -1100px;
    }
    to {
        position: fixed;
        right: 0 !important;
    }
}

@-webkit-keyframes moveright {
    from {
        position: fixed;
        right: 0;
    }
    to {
        position: fixed;
        right: -1100px !important;
    }
}

@keyframes moveright {
    from {
        position: fixed;
        right: 0;
    }
    to {
        position: fixed;
        right: -1100px !important;
    }
}

.info-box {
    overflow-y: scroll;
    padding: 80px 250px 20px 160px !important;
}

.info-box>.elementor-container {
    display: block !important;
}

.info-box>.elementor-container>.elementor-row {
    padding-bottom: 50px !important;
}

.info-box .close-info {
    position: absolute;
    top: 80px;
    right: 200px;
}

@media screen and (max-width: 1024px) {
    .info-box {
        width: 927px !important;
        padding: 160px 320px 20px 240px !important;
    }
    .info-box .elementor-row {
        flex-direction: column-reverse !important;
    }
    .info-box .elementor-row>div {
        width: 100% !important;
    }
    .info-box .elementor-row>div:last-child section {
        width: 355px !important;
        padding-bottom: 40px !important;
    }
    .info-box>.elementor-container>.elementor-row>div:first-child .elementor-column-wrap {
        padding-right: 0 !important;
    }

    .info-box .close-info {
        right: 50px;
    }
}

@media screen and (max-width: 991px) {
    .info-box {
        width: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        overflow-y: scroll;
    }

    .info-box .elementor-row>div:last-child section {
        width: 100% !important;
        padding-bottom: 0 !important;
    }

    .info-box .col-info .elementor-widget-wrap {
        height: auto !important;
    }

    .info-box .elementor-text-editor {
        padding: 20px !important;
    }
    .info-box .close-info {
        top: 20px;
        right: 20px;
        z-index: 10;
        padding: 10px 10px 5px 10px;
        background-color: #F5F6F7;
        border-radius: 50%;
    }
}

/*-----------product overview mobile-----------*/
.resources_banner_blocks {
    overflow: auto;
}

@media screen and (max-width:1024px) {
    .cus_container {
        width: 100%;
        max-width: 100%;
    }
    .resources_banner_blocks {
        padding: 0 40px;
    }
    .resources_title {
        padding-right: 0;
    }
    .product_cus_container {
        width: 100%;
        max-width: 100%;
        /*background-color: #F2F2F2;*/
        background: #fff;
    }
    .product_grid_blocks {
        max-width: 830px;
        margin: auto;
    }
    .product_grid_block {
        width: 50%;
    }
    .product_grid_block_image {
        min-height: 468px;
    }
    .product-box {
        width: 927px;
        padding-right: 140px;
        overflow-y: scroll;
    }
    .product-box .close-product {
        right: 50px;
    }
}

@media screen and (max-width:991px) {
    .product_cus_container {
        padding: 0 20px;
    }
    .resources_banner_blocks {
        padding: 0 20px;
    }
    .resources_banner_block {
        width: 100%;
    }
    .resources_title {
        padding: 0;
        text-align: center;
    }
    .resources_title h1 {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: -0.3px;
        text-align: left;
    }

    .resources_banner_image {
        padding: 0;
        padding-top: 10px;
        text-align: center;
    }
    .product_grid_blocks {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }
    .product-box {
        width: 100%;
        padding: 40px 20px;
        padding-top: 120px;
    }
    .product-box .close-product {
        right: 20px;
    }
    .product-box img {
        padding-left: 20px;
    }

}

@media screen and (max-width:500px) {
    .product_grid_block {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .product_grid_block_image {
        min-height: 390px;
    }
    .product-box {
        padding-top: 100px;
    }
    .product-box img {
        display: block;
        padding: 0;
        margin: auto;
    }
    .product-box a {
        top: 30px;
        left: 0;
    }
    .product-box button {
        position: relative;
        width: 100%;
    }
}

/*---------------research and resources mobile--------------------*/

@media screen and (max-width:1024px) {
    .resources_grid_blocks {
        max-width: 830px;
        margin: auto;
    }
    /*.resources_grid {*/
    /*    background-color: #F2F2F2;*/
    /*}*/
    .resources_grid_block {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .resources_content {
        padding: 0;
    }
    .resources_grid_blocks {
        padding-top: 20px;
    }
    .resources_grid .cus_container {
        padding: 0 20px;
    }
}

@media screen and (max-width:500px) {
    .resources_grid_block {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

/*------------Customer popup and mobile---------------*/

.customer .info-box {
    padding: 100px 350px 20px 170px !important;
}

.customer .info-box h3 {
    color: #515B6E;
}

.customer .info-box .customer-content {
    font: 500 18px/26px "Basis Grotesque";
    color: #8794AD;
    margin-top: 60px;
}

.customer .info-box .content-image img {
    width: 190px;
    height: auto;
    transform: rotateZ(5deg);
}

.customer .info-box .img-btn-container {
    width: 100%;
    display: flex;
}

.customer .info-box .content-image {
    width: 240px;
}

.customer .info-box .button-text button {
    background: #0BB5E2;
    border: 1px solid #0BB5E2;
    border-radius: 0;
    color: #ffffff;
    font: bold 12px/15px "Basis Grotesque";
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 11px 38px;
    transition: 0.3s;
}

.customer .info-box .button-text button:hover {
    background: #ffffff;
    color: #0BB5E2;
}

.customer .info-box .close-info .elementor-icon {
    font-size: 22px;
}

.customer .post-info {
    cursor: pointer;
}

.customer-bg, .person-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.3s;
    z-index: 5;
    background-color: rgba(255,255,255,0.7);
    display: none;
}

@media screen and (max-width:1024px) {
    .customer .info-box {
        width: 927px;
        padding: 100px 150px 20px 170px !important;
    }
    .customer .info-box .close-info {
        right: 50px;
    }
}

@media screen and (max-width:991px) {
    .customer .info-box {
        width: 100%;
        padding: 50px 20px 20px 20px !important;
    }
    .customer .info-box .close-info {
        top: 50px;
        right: 20px;
    }
    .customer .info-box .video-container {
        text-align: center;
    }
    .customer .info-box .customer-content {
        margin-top: 30px;
    }
    .resources_grid_block>div {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .product_grid_block>div {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width:500px) {
    .customer .info-box .img-btn-container {
        flex-direction: column;
        text-align: center;
    }
    .customer .info-box .content-image {
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }
    .customer .info-box .button-text button {
        width: 100%;
    }
}

div#blog_sidebar:after {
    /*content: "";*/
    /*display: block;*/
    /*top: 76px;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border-right: 1px solid #DFE2E5;*/
}

/*.blog_header_logo_desktop {*/
/*    width: 100%;*/
/*    height: 76px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    display: block;*/
/*    padding: 5px;*/
/*}*/

/*.blog_header_logo_desktop img {*/
/*    max-width: 100%;*/
/*    height: 100%;*/
/*}*/

.blog_header_logo_desktop img {
    width: 88px;
}

#blog_header_subscribe_form {
    position: fixed;
    top: 0;
    background: #F5F6F7;
    width: 100%;
    left: 0;
    z-index: 999 !important;
    padding: 100px 0;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.blog_header_subscribe_form_disabled {
    opacity: 0;
    transition: all 0.7s ease;
    visibility: hidden;
}

.blog_header_subscribe_form_enabled {
    opacity: 1;
    transition: all 0.7s ease;
    visibility: visible;
}

.blog_header_logo {
    position: absolute;
    top: 30px;
    left: 10px;
}

.blog_header_subscribe_title {
    font-family: BasisGrotesque;
    font-size: 32px;
    line-height: 43px;
    color: #515B6E;
    font-weight: bold;
}

.blog_header_subscribe_text {
    font-family: BasisGrotesque;
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
    color: #515B6E;
}

.close-header-subscribe {
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
}

.blog_header_subscribe_container {
    display:flex;
}

.blog_header_subscribe_item {
    width: 50%;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 999;
}




.blog_sidebar_subscribe_box {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    visibility: hidden;
}
#blog_sidebar:hover .blog_sidebar_subscribe_box {
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
    visibility: visible;
}
#blog_sidebar.oppened_sidebar .blog_sidebar_subscribe_box {
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
    visibility: visible;
}

.blog_header_title h3 a {
    color: inherit;
}
@media screen and (max-width:992px) {
    /*.blog_header_logo_desktop {*/
    /*    display: none;*/
    /*}*/
    .blog_sidebar_subscribe_box {
        display: none;
    }
}
@media(max-width: 767px) {
    .blog_header_right_area .blog_header_search .search-form.showed_form {
        width: 254px;
    }
    .blog_header_right_area .blog_header_search .search-form #s {
        width: 254px;
    }

    .blog_header_right_area .blog_header_subscribe.fade_out_sbc_custom {
        display: none;
    }
}

@media(max-width: 550px) {
    .blog_header_right_area .blog_header_search .search-form.showed_form {
        width: 140px;
    }

    .blog_header_right_area .blog_header_search .search-form #s {
        width: 140px;
    }

    .product-box .close-product {
        right: 13px;
        top: 68px;
    }
}

.quote_text {
    font-size: 32px;
    line-height: 40px;
    padding: 46px 0;
    border-bottom: 1px solid #0BB5E2;
    border-top: 1px solid #0BB5E2;
    margin: 20px 0;
    font-family: 'Playfair Display';
}

/*----------------About us - Leadership ---------------------*/

@media screen and (max-width:991px) {
    .person .close-info {
        top: 80px !important;
        z-index: 10000000;
    }
    .person .info-box {
        height: 100vh !important;
        padding-top: 60px !important;
    }
}

@media screen and (max-width:991px) {
    .customer .close-info {
        top: 70px !important;
    }
    .customer .info-box {
        height: 100vh !important;
        padding-top: 110px !important;
    }
}


.pagescroll {}

@media screen and (max-width: 991px) {
    .pagescroll {
        position: fixed !important;
        /*overflow: hidden !important;*/
    }
}

.social-icons-bar span.elementor-share-btn__icon {
    border-radius: 100%;
    border: 2px solid #2c343a;
}


.inline-popup-child-container {
    position: absolute;
    top: 35px;
    left: -82%;
    z-index: 3;
}

.inline-popup-child {
    /* transition: all 0.3s ease; */
    opacity: 0;
    display: block;
    font-weight: normal;
    font-size: 15px;
    background: white;
    width: 185px;
    border-radius: 12px;
    padding: 13px;
    line-height: 18px;
    color: #8f9bb3;
    box-shadow: 1px 1px 7px #dedede;
}

.inline-popup-child a {
    background: url(/wp-content/uploads/2019/07/Calculate.svg);
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 17px;
}


.inline-popup-child:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: -1;
    top: -7px;
    right: calc(50% - 8px);
    transform: rotate(-45deg);
    box-shadow: rgba(0, 0, 0, 0.1) -1px 2px 12px 0px;
    /* transition: all 0.3s ease; */
}

.inline-popup-child:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: calc(50% - 7px);
    transform: rotate(-45deg);
    background: rgb(255, 255, 255);
    /* transition: all 0.3s ease; */
}

.show-inline-popup-child {
    /* transition: all 0.3s ease; */
    opacity: 1;
}

.inline-popup-parent {
    background: #f1dcd8;
}


/*--------------------- Events page -------------------*/

section.events-container {
    width: 100%;
    height: auto;
}

section.event-bg {
    width: 100%;
    height: auto;
    background: #DFE2E5 !important;
}

.event-cus-container {
    max-width: 1220px;
    background: #DFE2E5 !important;
}

.event-grid-blocks {
    padding-top: 40px !important;
    padding-bottom: 190px;
}

.event-img-bg {
    width: 100% !important;
    height: 490px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
}

.event-info {
    height: 190px !important;
    background-color: #ffffff;
    padding: 30px 20px 20px 20px !important;
}

h3.event-info-title {
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #515B6E;
    margin: 0;
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
    overflow: hidden;
}

.event-excerpt {
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #515B6E;
    max-height: 60px;
    overflow: hidden;
}
.event-excerpt p{margin: 0 !important;}

a.event-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.event-date-place {
    min-width: 162px;
    min-height: 72px;
    background: #FFFFFF;
    border: 1px solid #515B6E;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.event-date-place span {
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    color: #515B6E;
    padding: 10px;
    display: block;
}
.event-date-place span:first-child {
    border-bottom: 1px solid #C2CCD8;
}

.event-box {
    padding: 90px 267px 20px 60px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}

.flex-container {
    display: flex;
}

.event-col1 {
    width: 50%;
}

.product-box h3 {
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.3px;
    color: #0F2643;
    margin: 0;
    padding: 10px 0;
}

.event-col1 p {
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #515B6E;
    margin: 0;
    padding-top: 40px;
}


.event-col1 iframe {
    width: 100%;
    height: 395px;
    background: #F5F6F7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.event-col2 {
    width: 50%;
    padding-left: 72px;
}

.event-col2 .featured-img {
    width: 100%;
    height: 390px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.event-col2 .event-date-place {
    min-width: 129px;
    min-height: 50px;
}

.event-col2 .event-date-place span {
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #515B6E;
    padding: 4px 10px;
}

.event-col2 .event-address {
    width: 100%;
    background: #F5F6F7;
    border: 1px solid #DFE2E5;
    border-radius: 4px;
    padding: 30px;
    margin-top: 40px;
}

.event-col2 .event-address span {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE2E5;
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    color: #515B6E;
    margin-bottom: 20px;
}

.event-col2 .event-address p {
    font-family: Basis Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #515B6E;
}

@media screen and (max-width: 1024px) {
    .event-box {
        padding: 90px 107px 20px 60px;
    }
    .event-grid-blocks {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .event-box {
        padding: 90px 20px 20px 20px;
    }
    .event-col2 {
        width: 50%;
        padding-left: 30px;
    }
    .event-grid-blocks {
        padding-bottom: 30px;
    }
    .flex-container {
        flex-direction: column;
    }
    .event-col1 {
        width: 100%;
    }
    .event-col2 {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .event-img-bg {
        height: 400px !important;
    }
}


/*---------- Menu events ----------------*/

.menu-events-container {
    display: flex;
}

.upcoming-event-container {
    display: block;
    width: 388px;
    height: 227px;
    border: none;
    outline: none;
    border-radius: 8px;
    margin-right: 35px;
}

.upcoming-logo {
    width: 156px;
    height: 34px;
    font-family: BasisGrotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 34px;
    text-align: center;
    color: #515B6E;
    background: #ffffff;
    border: 1px solid #515B6E;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    top: 15px;
    left: 15px;
}

.event-list-container {
    width: 710px;
    height: 257px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-right: -30px;
}

.event-list-item {
    width: 216px;
    height: 55px;
    background: transparent;
    border: 1px solid rgba(81, 91, 110, 0.5);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 12px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;
    transition: 0.3s;
}
.event-list-item:hover {
    background: #515B6E;
    transition: 0.3s;
}

.event-list-item a {
    width: 100%;
    height: auto;
    display: block;
}

.hide-item {
    display: none;
}
.disable-item {
    opacity: 0.4;
    pointer-events: none;
}

.event-list-item .event-list-title {
    font-family: BasisGrotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.event-list-item .event-list-date-place {
    font-family: BasisGrotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    color: #C2CCD8;
}

.event-list-item .event-list-flag {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: -5px;
    border: 1px solid #515B6E;
    border-radius: 50%;
    background: #0F2643;
}

.event-list-item .event-list-flag img {
    width: 12px;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .menu-events-container {
        flex-direction: column;
    }

    .upcoming-event-container {
        width: 100%;
        height: 257px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .event-list-container {
        width: 100%;
        height: auto;
        justify-content: normal;
        margin-bottom: 0;
    }

    .event-list-item {
        width: 100%;
        margin-bottom: 15px;
        background: #0F2643;
    }
}

@media screen and (max-width: 991px) {
    .upcoming-event-container {
        height: 196px;
    }
}

.carrers_apply_single_container h2,
.carrers_apply_single_container h3 {
    font-family: "Basis Grotesque";
    font-size: 21px;
    line-height: 32px;
    color: #515B6E;
}

.product_grid .share-container {
    position: relative;
    top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.product_grid .share-container .url-text7 {
    width: 395px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 3px;
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #515B6E;
}

.product_grid .share-container .copytext7 {
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #F9F9F9 50%, rgba(249, 249, 249, 0.0001) 88.13%);
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0BB5E2;
    border: 0;
    outline: none;
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
}

.product_grid .share-container .share-text7 {
    width: 70px;
    height: 40px;
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 10px;
}


/* Widgets with shortcode */

.related-blog-widget {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: transparent;
}

.related-blog-widget a {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

.related-blog-widget .widget-container {
    width: 100%;
    height: auto;
    min-height: 200px;
    background: transparent;
    /*border: 1px solid #515B6E;*/
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 27px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.related-blog-widget .widget-col-left {
    width: 57%;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 27px 0 0 27px;
    border: 1px solid #515B6E;
    border-right: none;
    background: #ffffff;
}

.related-blog-widget .widget-col-right {
    width: 43%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 27px 27px 0;
}

.related-blog-widget .widget-title {
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #515B6E;
    padding-bottom: 30px;
}

.related-blog-widget .widget-info, .related-blog-widget .widget-info span {
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #515B6E;
    display: inline-block;
}

.related-blog-widget .widget-read {}
.related-blog-widget .widget-author {}
.related-blog-widget .widget-dot { padding: 0 3px; }

@media (max-width: 768px) {
    .related-blog-widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .related-blog-widget .widget-container {
        min-height: auto;
        flex-direction: column-reverse;
    }
    .related-blog-widget .widget-col-left {
        width: 100%;
        border: 1px solid #515B6E;
        border-top: none;
        border-radius: 0 0 27px 27px;
    }
    .related-blog-widget .widget-col-right {
        width: 100%;
        height: 200px;
        border-radius: 27px 27px 0 0;
    }
    .related-blog-widget .widget-title {
        padding-bottom: 20px;
    }
}

/*case study*/
.case-study-widget {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: transparent;
}

.case-study-widget a {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

.case-study-widget .widget-container {
    width: 100%;
    height: auto;
    min-height: 400px;
    background: transparent;
    /*border: 1px solid #515B6E;*/
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 27px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.case-study-widget .widget-col-left {
    width: 57%;
    height: auto;
    padding: 30px 45px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 27px 0 0 27px;
    border: 1px solid #515B6E;
    border-right: none;
    background: #ffffff;
}

.case-study-widget .widget-col-right {
    width: 43%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 27px 27px 0;
    display: block;
}

.case-study-widget .widget-title {
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #515B6E;
    padding-bottom: 30px;
}

.case-study-widget .widget-excerpt {
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #515B6E;
    padding-bottom: 40px;
}

.case-study-widget .widget-button {
    width: 170px;
    height: 50px;
    background: #0BB5E2;
    border: 1px solid #0BB5E2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.case-study-widget .widget-button:hover {
    color: #0BB5E2;
    background: #FFFFFF;
    transition: all 0.3s;
}

.case-study-widget .widget-video {
    font-family: "Basis Grotesque";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0BB5E2;
    position: relative;
}

.case-study-widget .widget-video:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    background-image: url(img/more.svg);
    background-size: cover;
    margin-left: 15px;
    color: #0BB5E2;
}

.case-study-widget .widget-form {
   /* width: 100%;*/
    /*height: 160px;*/
    width: 327px;
    height: 52px;
    border: 1px solid #0BB5E2;
    overflow: hidden;
}

.case-study-widget .widget-form iframe {
    width: 100%;
    /*height: 160px;*/
    height: 52px;
}

@media (max-width: 1115px) {
    .case-study-widget .widget-form {
       /* height: 240px;*/
    }
    .case-study-widget .widget-form iframe {
        /*height: 240px;*/
    }
}

@media (max-width: 1024px) {
    .case-study-widget .widget-form {
        /*height: 160px;*/
    }
    .case-study-widget .widget-form iframe {
        /*height: 160px;*/
    }
}

@media (max-width: 768px) {
    .case-study-widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .case-study-widget .widget-container {
        min-height: auto;
        flex-direction: column-reverse;
    }
    .case-study-widget .widget-col-left {
        width: 100%;
        padding: 30px;
        border: 1px solid #515B6E;
        border-top: none;
        border-radius: 0 0 27px 27px;
    }
    .case-study-widget .widget-col-right {
        width: 100%;
        height: 300px;
        border-radius: 27px 27px 0 0;
    }
    .case-study-widget .widget-title {
        padding-bottom: 20px;
    }
    .case-study-widget .widget-excerpt {
        padding-bottom: 30px;
    }
    .case-study-widget .widget-form {
        /*height: 135px;*/
    }
    .case-study-widget .widget-form iframe {
        /*height: 135px;*/
    }
}

@media (max-width: 440px) {
    .case-study-widget .widget-form {
        width: 100%;
        height: 102px;
    }
    .case-study-widget .widget-form iframe {
        height: 102px;
    }
}


/*product overview*/

.product-overview-widget {}
.product-overview-widget .widget-col-right {
    background-size: 75%;
    background-color: #0F2643;
}

@media (max-width: 768px) {
    .product-overview-widget .widget-col-right {
        background-size: 40%;
    }
}

@media (max-width: 500px) {
    .product-overview-widget .widget-col-right {
        background-size: 60%;
    }
}

/*research and reports*/
.research-reports-widget {}

.research-reports-widget .widget-col-right {
    background-size: 75%;
}

@media (max-width: 768px) {
    .research-reports-widget .widget-col-right {
        background-size: 40%;
    }
}

@media (max-width: 500px) {
    .research-reports-widget .widget-col-right {
        background-size: 60%;
    }
}




#blog-head-form ._form_23 ._form-title,
#blog-side-form ._form_23 ._form-title {
    font-family: BasisGrotesque;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.16875px;
    color: #2A303A;
}
#blog-head-form ._form_23 ._html-code,
#blog-side-form ._form_23 ._html-code {
    font-family: BasisGrotesque;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.16875px;
    color: #2A303A;
}
#blog-head-form ._form_23 input,
#blog-side-form ._form_23 input {
    background: #F9F9F9 !important;
    border: 1px solid #DFE2E5 !important;
    border-radius: 3px 3px 3px 3px !important;
    font-family: Lato, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #515B6E;
}
#blog-head-form ._form_23 #_form_23_submit,
#blog-side-form ._form_23 #_form_23_submit {
    background-color: #0BB5E2 !important;
}
#blog-head-form ._form_23 ._form-branding,
#blog-side-form ._form_23 ._form-branding {
    display: none !important;
}
#blog-head-form #resform23 form,
#blog-side-form #resform23 form {
    margin: 0;
}

#blog-head-form ._form_23 ._form-title,
#blog-head-form ._form_23 ._html-code {
    display: none;
}
#blog-head-form {
    padding-top: 0;
}