/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*  01  -   General                             */
/*  02  -   Typography                          */
/*  03  -   Buttons                             */
/*  04  -   Alerts                              */
/*  05  -   Card                                */
/*  06  -   Accordion                           */
/*  07  -   Form                                */
/*  08  -   Breadcrumbs                         */
/*  09  -   Pagination                          */
/*  10  -   Icons                               */
/*  11  -   Preloader                           */
/*  12  -   Search                              */
/*  13  -   Header                              */
/*  14  -   Content                             */
/*  15  -   Slider                              */
/*  16  -   Blog                                */
/*  17  -   Sidebar                             */
/*  18  -   Single post                         */
/*  19  -   Comments                            */
/*  20  -   Most popular slider                 */
/*  21  -   Newsletter                          */
/*  22  -   404 Page                            */
/*  23  -   Contacts page                       */
/*  24  -   About page                          */
/*  25  -   Shortcodes page                     */
/*  26  -   Footer                              */
/*  27  -   Back to top                         */
/* -------------------------------------------- */

/*----------------------------------------------------
    01. GENERAL
------------------------------------------------------*/
html {

}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
*:focus,
a:focus,
button:focus {
    outline: none;
}
ol {
    padding: 0;
    list-style-position: inside;
}
ul {
    padding: 0 0 0 20px;
}
dl, ol, ul {
    margin-bottom: 2rem;
}
ol ol, ol ul, ul ol, ul ul {
    padding-left: 1.5em;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
dt + dd {
    margin: 5px 0 0 40px;
}
dd + dt {
    margin-top: 1.5rem;
}
embed, iframe, object {
    margin-bottom: 1.5em;
    max-width: 100%;
    border: none;
    padding: 0;
}
p iframe {
    margin-bottom: 0;
}
.animate,
.animate a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.has-fill {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


/*----------------------------------------------------
    02. TYPOGRAPHY
------------------------------------------------------*/
body {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #505F86;
    color: rgba(5, 27, 82, 0.7);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.21;
    color: #051B52;
    font-weight: normal;
}
h1, .h1,
h1.elementor-heading-title {
    font-size: 56px;
    line-height: 1.11;
    font-weight: 600;
}
h2, .h2,
h2.elementor-heading-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
}
h2.elementor-heading-title {
    font-weight: normal;
}
h3, .h3,
h3.elementor-heading-title {
    font-size: 32px;
    font-weight: 600;
}
h4, .h4,
h4.elementor-heading-title {
    font-size: 24px;
    line-height: 1.42;
}
h5, .h5,
h5.elementor-heading-title {
    font-size: 16px;
    line-height: 26px;
}
h6, .h6,
h6.elementor-heading-title {
    font-size: 14px;
}
p {
    margin-bottom: 1rem;
}
.p-small p {
    margin-bottom: .6rem;
}
.p-small p:last-child,
p:last-child {
    margin-bottom: 0;
}
a {
    color: #70CFFF;
    text-decoration: none;
}
a:hover {
    color: #33BBFF;
    text-decoration: none;
}
.link-inherit,
.post-title a {
    color: inherit;
}
.link-inherit:hover,
.post-title a:hover{
    color: #695422;
}
blockquote,
.wp-block-quote {
    padding: 29px 88px;
    position: relative;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #051B52;
    margin: 0 0 1.7rem;
}
blockquote:before, .wp-block-quote:before {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    color: #3351FF;
    left: 0;
    top: 41px;
    font-size: 51px;
    transform: scale(1,-1);
    font-style: normal;
}
.wp-block-quote__citation,
.wp-block-quote cite {
    color: #3351FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4
}
.wp-block-quote__citation em,
.wp-block-quote cite em {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: rgba(5, 27, 82, 0.7);
}
.single-post .post-content .wp-block-quote p,
.wp-block-quote p {
    margin-bottom: 20px;
}
blockquote:last-child {
    margin-bottom: 0;
}
.blockquote-light blockquote {
    border-left-color: #EBE1CC;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 30px;
}
blockquote cite {
    font-size: 16px;
    margin-top: 1rem;
    display: block;
}
blockquote p:last-child {
    margin-bottom: 0;
}
table {
    width: 100%;
    margin-bottom: 1rem;
}
table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.elementor-text-editor h3 {
    margin-bottom: 1rem;
}
.elementor-text-editor p + h3 {
    margin-top: 2.5rem;
}
.shadow {
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08) !important;
}
.rounded {
    border-radius: 16px !important;
}
.shadow-rounded-inner > .elementor-column-wrap {
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08) !important;
    border-radius: 16px !important;
}
.rounded-bottom {
    border-bottom-right-radius: 16px!important;
    border-bottom-left-radius: 16px!important;
}

@media only screen and (max-width: 992px) {
    h1, .h1,
    h1.elementor-heading-title {
        font-size: 48px;
    }
    h2, .h2,
    h2.elementor-heading-title {
        font-size: 32px;
    }
    h3, .h3,
    h3.elementor-heading-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    blockquote {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    .h1, h1,
    .h1.elementor-heading-title {
        font-size: 36px;
    }
    .h3, h3,
    .h3.elementor-heading-title{
        font-size: 22px;
    }
    h4, .h4,
    h4.elementor-heading-title {
        font-size: 20px;
    }
}

/*----------------------------------------------------
    03. COLORS
------------------------------------------------------*/
.text-primary {
    color: #33BBFF!important;
}
.text-secondary {
    color: #3B3B3B!important;
}
.text-danger {
    color: #BD7289!important;
}
.text-success {
    color: #72BDA7!important;
}
.text-info {
    color: #7289BD!important;
}
.bg-primary {
    background-color: #33BBFF!important;
}
.bg-secondary {
    background-color: #3B3B3B!important;
}
.bg-grey {
    background-color: #F5F5F5;
}
.bg-light {
    background-color: #F5F5F5!important;
}
.bg-dark {
    background: linear-gradient(142.52deg, #3351FF 34.14%, #0222DB 85.37%);
    color: #fff;
}
.bg-dark-image,
.bg-dark-image .elementor-heading-title,
.bg-dark-image .elementor-icon-box-title,
.bg-dark-image .h1{
    color: #fff;
}
.bg-dark-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(142.52deg, #3351FF 34.14%, #0222DB 85.37%);
    z-index: -1;
}
.parallax-section.init {
    background-image: none;
}
.parallax-section {
    background-size: cover;
}
.parallax-section.bg-dark-image:before {
    z-index: -101;
}
.bg-dark .elementor-heading-title {
    color: #fff;
}
.bg-danger {
    background-color: #BD7289!important;
}
.bg-success {
    background-color: #72BDA7!important;
}
.bg-info {
    background-color: #7289BD!important;
}

/*----------------------------------------------------
    03. BUTTONS
------------------------------------------------------*/
.btn,
.wp-block-search__input,
.wp-block-button__link,
.wp-block-button .wp-block-button__link,
.elementor-button,
.post-password-form p:last-child input[type=submit] {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
    border-width: 0;
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 9px 30px;
    font-size: 14px;
    line-height: 1.6;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn:hover,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle {
    box-shadow: none;
    outline: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 15px 30px;
    font-size: 17px;
}
[class^="btn-outline-"], [class*=" btn-outline-"] {
    border-width: 1px;
    padding: 11px 30px;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-block + .btn-block {
    margin-top: 10px;
}
.btn-link {
    color: #2b2b2b;
    padding-left: 0;
    padding-right: 0;
}
.btn-link:focus,
.btn-link:hover,
.btn-link:not(:disabled):not(.disabled):active {
    background: none;
    text-decoration: none;
    color: #33BBFF;
    border-color: transparent;
}
.elementor-button {
    color: #fff;
    background-color: #33BBFF;
}
.elementor-button:hover,
.elementor-button:focus {
    color: #fff;
    background-color: #80D5FF;
}
.btn-primary,
.post-password-form input[type=submit],
.wp-block-search__button,
.wp-block-button__link,
body .post-content .wp-block-button__link {
    color: #fff;
    background: linear-gradient(90deg, #33BBFF 53.55%, #80D5FF 128.72%);
}
.wp-block-button .wp-block-button__link {
    font-weight: 600;
}
body .post-content .wp-block-button__link:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.wp-block-search__button:hover {
    color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(90deg, #33BBFF 53.55%, #80D5FF 128.72%);
}
.btn-secondary {
    color: #fff;
    background-color: #3B3B3B;
    border-color: #3B3B3B;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #C6AC71;
    border-color: #C6AC71;
}
.btn-outline-primary {
    color: #33BBFF;
    border-color: #33BBFF;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background: #33BBFF;
    border-color: #33BBFF;
}
.btn-outline-secondary {
    color: #3B3B3B;
    border-color: #3B3B3B;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #C6AC71;
    background: none;
    border-color: #C6AC71;
}
.btn-light {
    color: #051B52;
    border-color: #ffffff;
    background: #ffffff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #051B52;
    border-color: #ffffff;
    background: #ffffff;
}
.btn-success {
    color: #fff;
    background-color: #72BDA7;
    border-color: #72BDA7;
}
.btn-outline-success {
    color: #72BDA7;
    border-color: #72BDA7;
}
.btn-warning {
    color: #fff;
    background-color: #C6AC71;
    border-color: #C6AC71;
}
.btn-outline-warning {
    color: #C6AC71;
    border-color: #C6AC71;
}
.btn-danger {
    color: #fff;
    background-color: #BD7289;
    border-color: #BD7289;
}
.btn-outline-danger {
    color: #BD7289;
    border-color: #BD7289;
}
.btn-info {
    color: #fff;
    background-color: #7289BD;
    border-color: #7289BD;
}
.btn-outline-info {
    color: #7289BD;
    border-color: #7289BD;
}
.btn-rounded {
    border-radius: 3px;
}
.btn-circle {
    border-radius: 20px;
}
.form-submit {
    margin-top: 20px;
}
.btn-submit {
    min-width: 230px;
}
.btn.btn-lg,
.wp-block-button.btn-lg .wp-block-button__link {
    height: 56px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 37px;
}
.wp-block-button.btn-lg .wp-block-button__link {
    font-weight: normal;
}
.post-password-form label {
    display: block;
    width: 100%;
}
.post-password-form label input {
    display: block;
    width: 100%;
}
.post-password-form p:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 500px;
}
.post-password-form p:last-child label {
    max-width: calc(100% - 160px);
    margin-bottom: 0;
}
.post-password-form p:last-child input[type=submit] {
    width: 150px;
    margin-left: 10px;
    padding: 18px 15px;
    border: none;
}

.btn-link .btn__icon {
    color: #33BBFF;
}
.pill-btn {
    text-align: left;
    padding: 10px 16px;
    border-radius: 16px;
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
}
.pill-btn svg {
    max-width: 56px;
    height: auto;
}
.pill-btn .btn__content {
    justify-content: start;
}
.pill-btn .btn__content.icon-align-left .btn__icon {
    margin-right: 16px;
}
.pill-btn:after {
    content: "\e904";
    font-family: 'icomoon';
    color: #051B52;
    opacity: 0.3;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.arrow-btn.wp-block-button .wp-block-button__link:after {
    content: "\e904";
    font-family: 'icomoon';
    vertical-align: middle;
    font-size: 10px;
    margin-left: 17px;
}
@media only screen and ( max-width: 768px ) {
    .post-password-form p:last-child label {
        max-width: calc(100% - 110px);
    }
    .post-password-form p:last-child input[type=submit] {
        width: 100px;
    }
}
@media only screen and ( min-width: 992px ) {
    .pill-btn {
        padding: 28px 16px;
        min-height: 112px;
    }
}

/*----------------------------------------------------
    04. TABLE
------------------------------------------------------*/
table,
.post-content table {
    color: rgba(5, 27, 82, 0.7);
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
    border-radius: 16px;
    overflow: hidden;
}
.elementor-element.has-fixed-layout table {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table tr {
    border: none;
}
.single-post .post-content table {
    margin-bottom: 2.4rem;
}
table th,
table td {
    padding: 10px 20px;
    border: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-weight: normal;
}
.post-content table thead td,
.post-content table thead th {
    vertical-align: middle;
    background: #3351FF;
    color: #fff;
    padding: 7px 16px;
    font-weight: normal;
    height: 72px;
    word-break: break-word;
}
.post-content table thead tr:first-child td:first-child,
.post-content table thead tr:first-child th:first-child {
    border-radius: 16px 0 0 0;
}
.post-content table thead tr:first-child td:last-child,
.post-content table thead tr:first-child th:last-child {
    border-radius: 0 16px 0 0;
}
.post-content table thead tr:nth-child(2) th {
    background: rgba(51, 81, 255, 0.8);
    color: #fff;
}
.first-col-th th:first-child,
.first-col-th td:first-child {
    background: rgba(51, 81, 255, 0.1);
}
.first-col-th thead th:first-child {
    font-weight: 600;
    color: #051B52;
    line-height: 16px;
    padding: 7px;
}
.wp-block-table td i,
.wp-block-table td em {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    display: block;
    color: rgba(5, 27, 82, 0.5);
}
/*.first-col-th td:first-child b + br,*/
/*.first-col-th td:first-child strong + br {*/
/*    display: none;*/
/*}*/
.post-content table tbody th {
    font-weight: 300;
    line-height: 1.25;
}
.table-left th,
.table-left td {
    text-align: left;
}
.performance-table table td {
    font-size: 18px;
}

.assets-table table thead th {
    overflow: hidden;
    padding: 16px 7px 3px;
    vertical-align: top;
    font-size: 16px;
    line-height: 26px;
}
.assets-table table tbody th {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #051B52;
}
.assets-table table th,
.assets-table table td {
    padding: 8px;
    font-weight: 600;
    text-align: left;
    background: #fff;
}
.assets-table table td {
    color: #051B52;
    font-size: 16px;
}
.assets-table table th:first-child,
.assets-table table th:first-child {
    padding-left: 30px;
}
.assets-table table th:first-child {
    width: 49.5%;
}
.assets-table table th:last-child,
.assets-table table td:last-child {
    padding-right: 30px;
}
.assets-table table tbody tr:first-child td,
.assets-table table tbody tr:first-child th{
    padding-top: 31px;
}
.assets-table table tfoot tr:last-child td,
.assets-table table tfoot tr:last-child th{
    padding-bottom: 30px;
    padding-top: 11px;
}

.assets-table tfoot th,
.assets-table tfoot td {
    color: #3351FF;
}
.btc-assets-table {
    overflow-x: auto;
}
.btc-assets-table table {
    min-width: 700px;
}
.btc-assets-table table th,
.btc-assets-table table td,
.btc-assets-table table tbody th {
    font-size: 12px;
    padding: 11px 12px;
    text-align: left;
    font-weight: normal;
}
.btc-assets-table table td {
    color: #051B52;
}
.btc-assets-table table th {
    background: #3351FF;
    color: #fff;
    text-align: left;
}

.btc-assets-table table thead th {
    vertical-align: bottom;
    padding: 18px 12px;
    font-size: 12px;
}

.btc-assets-table table thead th:first-child {
    width: 90px;
    line-height: 1;
    padding: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}
.btc-assets-table thead th:first-child strong {
    font-weight: normal;
    float: right;
}
.btc-assets-table thead th:first-child strong:last-child:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    height: 0;
    width: 57%;
    bottom: 28px;
    right: 14px;
    transform: rotate(29deg);
}
.btc-assets-table thead th:first-child strong:last-child {
    float: left;
    margin-top: 25px;
}
.management-table table thead tr:first-child th {
    border-bottom: 1px solid #33BBFF;
}
.management-table table thead tr:nth-child(2) th:first-child,
.management-table table thead th:first-child {
    background: #3351FF;
    color: #fff;
}
.management-table table thead tr:nth-child(2) th {
    font-size: 14px;
    line-height: 1.4;
}
.management-table table thead tr:first-child th:first-child strong{
    display: block;
    padding: 17px 7px;
    background: rgba(51, 187, 255, .2);
    border-radius: 8px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.constituents-table .elementor-text-editor {
    position: relative;
}
.constituents-table .elementor-text-editor:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.constituents-table p {
    padding: 14px 0;
    margin: 0 0 3px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(5, 27, 82, 0.1);
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.constituents-table strong {
    color: #051B52;
    font-weight: 600;
}
.track-record-table {
    overflow-y: auto;
}
.track-record-table table {
    box-shadow: none;
    border-radius: 0;
    min-width: 880px;
}
.track-record-table thead td,
.track-record-table table thead th {
    background: #4762FF;
    height: 56px;
    vertical-align: bottom;
    padding: 9px;
    font-weight: 600;
    position: relative;
}

.track-record-table table thead tr:first-child th:first-child:after,
.track-record-table table thead tr:first-child th:last-child:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #4762FF;
    bottom: -16px;
}
.track-record-table table thead tr:first-child th:last-child:after {
    right: 0;
}
.track-record-table table thead tr:first-child th:first-child:after {
    left: 0;
}
.track-record-table table th,
.track-record-table table td {
    padding: 10px 9px;
    text-align: left;
    line-height: 20px;
    background: #fff;
}
.track-record-table table th:first-child {
    padding: 0;
}
.track-record-table table tbody td:first-child {
    padding: 4px;
}
.track-record-table table tbody td:first-child strong {
    display: inline-block;
    white-space:nowrap;
    transform-origin:50% 50%;
    transform: rotate(-90deg);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #828DA8
}

.track-record-table table td:nth-last-child(2) {
    border-left: 1px solid #3351FF;
}
.track-record-table table tbody tr:nth-child(1) td,
.track-record-table table tbody tr:nth-child(4n+1) td {
    color: #3351FF;
    font-weight: bold;
}
.track-record-table table tbody tr:nth-child(4n+4) td {
    background: transparent;
    height: 32px;
}
.track-record-table table tbody tr:nth-child(4n+3) td {
    color: rgba(5, 27, 82, 0.3);
}
.track-record-table table tbody tr:nth-child(4n+1) td:first-child {
    border-radius: 16px 0 0 16px;
    z-index: 1;
    position: relative;
}
.track-record-table table tbody tr:nth-child(4n+1) td:last-child {
    border-radius: 0 16px 0 0;
    z-index: 1;
    position: relative;
}
.track-record-table table tbody tr:nth-child(4n+3) td:last-child {
    border-radius: 0 0 16px 0;
}

.legend-item .elementor-widget-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.legend-item .elementor-title {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 24px;
    font-weight: 600;
}
.legend-item .elementor-progress-wrapper {
    max-width: 52px;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
}
.legend-item .elementor-progress-bar {
    border: 2px solid;
    border-radius: 8px;
    width: 100%!important;
}

.index-table td,
.index-table th,
.index-table table thead th {
    text-align: left;
    padding: 10px 15px;
}
.index-table img {
    vertical-align: text-bottom;
    margin-right: 9px;
}

.index-table sup {
    font-size: 60%;
}
.index-offering-table td,
.index-table td {
    background-color: #F5F6FF;
}
.index-offering-table tr:nth-child(even) td,
.index-table tr:nth-child(even) td {
    background-color: #EBEEFF;
}
.index-table table,
.index-offering-table table {
    box-shadow: none;
}
.index-offering-table td  {
    text-align: left;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}
.index-offering-table td:first-child {
    color: #3351FF;
    width: 21%;
    padding-right: 0;
}

@media only screen and (max-width: 575px) {
    .hypothetical-table table td,
    .hypothetical-table table th,
    .management-table table td,
    .management-table table th {
        font-size: 12px!important;
        padding: 5px 10px !important;
    }
}
@media only screen and (min-width: 576px) {
    table th,
    table td {
        padding: 18px 30px;
    }
    .performance-table th:first-child {
        width: 122px;
    }
    .performance-table th:nth-child(2) {
        width: 194px;
    }
    .performance-table table th,
    .performance-table table td {
        padding: 20px 30px;
        font-size: 16px;
    }
    .performance-table table td {
        font-size: 24px;
        line-height: 34px;
    }
    .performance-table table thead th {
        padding: 20px 10px 20px 30px;
    }
    .wp-block-table {
        width: calc(100% + 32px)!important;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }
}

@media only screen and (min-width: 768px) {
    .btc-assets-table table {
        min-width: auto;
    }
    .index-table td:first-child {
        width: 64%;
    }
    
}

@media only screen and (min-width: 992px) {
    .track-record-table table th:nth-last-child(2),
    .track-record-table table th:last-child {
        width: 78px;
    }
    .track-record-table table th:first-child {
        width: 58px;
    }
    .track-record-table table tbody td:first-child {
        padding: 4px 0 4px 19px;
    }
    .track-record-table thead td,
    .track-record-table table thead th {
        font-size: 16px;
        line-height: 26px;
    }
    .track-record-table table {
        min-width: 100%;
    }
    .legend-item .elementor-title {
        font-size: 16px;
        line-height: 26px;
    }
    .btc-assets-table table th,
    .btc-assets-table table td,
    .btc-assets-table table tbody th {
        font-size: 14px;
        line-height: 23px;
    }
    .index-table td,
    .index-table th,
    .index-table table thead th {
        font-size: 24px;
        padding: 20px 24px;
    }
    .index-offering-table td  {
        padding: 22px 47px;
    }

}
@media only screen and (min-width: 1200px) {
    .btc-assets-table table tbody th {
        padding-left: 36px;
    }
    .btc-assets-table table thead th:first-child {
        width: 130px;
        font-size: 16px;
        padding: 13px 13px 8px 37px;
    }
    .btc-assets-table table thead th {
        padding: 18px 5px 18px 16px;
        font-size: 14px;
    }
    .btc-assets-table thead th:first-child strong:last-child {
        margin-top: 10px;
    }
    .btc-assets-table table thead th {
        width: 90px;
    }
    .btc-assets-table table th,
    .btc-assets-table table td,
    .btc-assets-table table tbody th {
        padding: 11px 16px;
    }
}
/*----------------------------------------------------
    04. ALERTS
------------------------------------------------------*/
.alert,
.elementor-alert {
    padding: 18px 47px 17px 59px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    border-left: none;
}
.alert {
    margin-bottom: 10px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor-alert:before,
.alert:before {
    content: '';
    font-family: "Material Design Icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 29px;
    font-weight: 400;
}
.elementor-alert button.elementor-alert-dismiss {
    top: 50%;
    transform: translateY(-55%);
    padding: 0;
    font-size: 34px;
    vertical-align: middle;
    right: 28px;
    color: #fff;
}
.elementor-alert.elementor-alert-success,
.alert-success {
    background-color: #72BDA7;
    border-color: #72BDA7;
    color: #fff;
}
.elementor-alert.elementor-alert-success:before,
.alert-success:before {
    content: '\f5e0';
}
.elementor-alert.elementor-alert-info,
.alert-info {
    background-color: #B1B1B1;
    border-color: #B1B1B1;
    color: #fff;
}
.elementor-alert.elementor-alert-info:before,
.alert-info:before {
    content: '\f2d7';
}
.elementor-alert.elementor-alert-danger,
.alert-danger {
    background-color: #BD7289;
    border-color: #BD7289;
    color: #fff;
}
.elementor-alert.elementor-alert-danger:before,
.alert-danger:before {
    content: '\f026';
}
.elementor-alert.elementor-alert-warning,
.alert-warning {
    background-color: #7289BD;
    border-color: #7289BD;
    color: #fff;
}
.elementor-alert.elementor-alert-warning:before,
.alert-warning:before {
    content: '\f17d';
}
.alert-dismissable .close,
.alert-dismissible .close {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    top: 2px;
    opacity: 1;
}
@media only screen and (max-width: 992px) {
    .alert {
        font-size: 15px;
    }
}

/*----------------------------------------------------
    05. CARD
------------------------------------------------------*/
.card {
    border-radius: 0;
}
.card-header {
    background: none;
    border-bottom: none;
}
.card-header:first-child {
    border-radius: 0;
}

.adviser-card .elementor-image-box-img img {
    border-radius: 16px;
    width: 100%;
}
.adviser-card .elementor-image-box-content {
    padding: 37px 0;
}
.icon-box-shadow .elementor-widget-container {
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
}
.elementor-icon-box-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.icon-box-list ul {
    text-align: left;
}
.elementor-icon-box-description ul li {
    margin-bottom: 8px;
    position: relative;
    padding: 0 0 0 25px;
}
.elementor-icon-box-description ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    left: 5px;
    top: 13px;
    position: absolute;
    background: #3351FF;
    border-radius: 100%;
}

.percent-card {
    font-weight: 600;
    color: rgba(255,255,255,.7);
}
.dm-number__text {
}
.dm-number__text strong {
    font-weight: 600;
    opacity: 0.7;
}
.dm-number__num,
.percent-card .h1 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin: 0;
}
.percent-card p + p:last-child {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
    .percent-card .h1,
    .dm-number__num {
        font-size: 52px;
    }
}

/*----------------------------------------------------
    06. ACCORDION
------------------------------------------------------*/
.accordion .card-header {
    padding: 0;
}
.accordion .card-title {
    display: block;
    position: relative;
    color: #2b2b2b;
    font-weight: bold;
    padding: 18px 30px;
    margin: 0;
    line-height: 1.45;
}
.accordion .card-title[aria-expanded="true"] {
    padding: 18px 30px 6px;
}
.accordion .card-body {
    padding: 0 30px 14px;
}
.accordion>.card:not(:first-of-type):not(:last-of-type),
.accordion>.card:first-of-type {
    border-bottom: 1px solid #ECECEC;
}
.accordion>.card {
    border-color: #ECECEC;
    margin-bottom: 10px;
}
.accordion .card-title:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: 100;
}
.accordion .card-title:after {
    font-family: "Material Design Icons";
    content: '\F140';
    float: right;
}
.accordion .card-title[aria-expanded="true"]:after {
    content: '\F143';
}
.accordion-minus .card-title:after {
    font-family: "Material Design Icons";
    content: '\F415';
    float: right;
}
.accordion-minus .card-title[aria-expanded="true"]:after {
    content: '\F374';
}

.elementor-toggle .elementor-tab-title,
.elementor-accordion .elementor-tab-title {
    padding: 22px 23px 22px 28px;
}
.elementor-toggle .elementor-tab-content,
.elementor-accordion .elementor-tab-content {
    padding: 0 28px 13px;
}
.elementor-toggle .elementor-tab-title.elementor-active,
.elementor-accordion .elementor-tab-title.elementor-active {
    border-bottom: none;
    padding-bottom: 8px;
}
.elementor-toggle .elementor-tab-content.elementor-active,
.elementor-accordion .elementor-tab-content.elementor-active {
    border-top: none;
}
.elementor-toggle .elementor-accordion-item+.elementor-accordion-item,
.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    margin-top: 10px;
    border-top: 1px solid;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
.elementor-toggle .elementor-tab-content,
.elementor-toggle .elementor-tab-title {
    border: 1px solid;
    border-color: #ECECEC;
}

/*----------------------------------------------------
    07. FORM
------------------------------------------------------*/
.form-group {
    margin-bottom: 8px;
}
input[type=password],
input[type=text],
input[type=url],
input[type=number] {
    display: inline-block;
}

input[type=password],
input[type=text],
.form-control,
.widget select {
    padding: 10px 16px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: none;
    border: 1px solid rgba(5, 27, 82, 0.3);
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #051B52;
    color: rgba(5, 27, 82, .7);
}
textarea.form-control {
    padding: 15px 20px;
}
.input-group-btn>.btn {
    border-radius: 0;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #2b2b2b;
    color: rgba(5, 27, 82, .7);
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #2b2b2b;
    color: rgba(5, 27, 82, .7);
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #2b2b2b;
    color: rgba(5, 27, 82, .7);
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #2b2b2b;
    color: rgba(5, 27, 82, .7);
}
.form-row {
    margin-right: -4px;
    margin-left: -4px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 4px;
    padding-left: 4px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.form-group label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #051B52;
}
label .req {
    color: #EB5757;
    opacity: 0.7;
}
.comment-form .form-group {
    position: relative;
}
.form-submit {
    position: relative;
}


/*----------------------------------------------------
    4. FORM - Select
------------------------------------------------------*/
select.form-control,
.widget select {
    padding: 10px 16px;
    height: 50px;
	background: none;
}
.widget select:focus,
.form-control:focus {
    background: none;
    border: 1px solid rgba(5, 27, 82, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container {
    width: 100%!important;
}
.select2-container--default .select2-selection--single {
    height: 50px;
    background: none;
    border: 1px solid rgba(5, 27, 82, 0.3);
    border-radius: 8px;
    max-width: 100%;
}
.select2-container--open .select2-selection--single {
    border-color: rgba(5, 27, 82, 0.5);
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 15px;
    padding-right: 30px;
    color: #051B52;
    color: rgba(5, 27, 82, .7);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    line-height: 45px;
    right: 5px;
}
.select2-selection__arrow b {
    display: none;
}
.select2-selection__arrow:before {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 6px;
    font-weight: bold;
    color: #051B52;
    opacity: 0.5;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\e908";
}
.select2-results__option {
    padding: 5px 15px;
    font-size: 14px;
}
.select2-results__option:first-child {
    color: #33BBFF;
}
.select2-container--default .select2-results__option--selected {
    background: rgba(5, 27, 82, 0.1);
}
.select2-dropdown {
    border-color: rgba(5, 27, 82, 0.5);
}
.admin-bar .select2-dropdown--below {
	top: 24px;
}

/*----------------------------------------------------
    4. FORM - Checkbox
------------------------------------------------------*/
.wpcf7-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
label + .wpcf7-checkbox {
    margin-top: 19px;
}
.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0 7px 14px 0;
    display: block;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.wpcf7-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    padding: 0 0 0 47px;
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
    border: 3px solid #828DA8;
    border-radius: 9px;
}
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:before {
    border-color: #051B52;
}
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
    content: "\e901";
    font-family: 'icomoon';
    line-height: 32px;
    text-align: center;
}

/*----------------------------------------------------
    4. FORM - Dynamic Label
------------------------------------------------------*/
.form-group-label {
    position: relative;
    z-index: 1;
}
.form-group-label label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #051B52;
    opacity: 0.7;
    margin: 0 0 5px;
    transition: all 0.2s;
}
.bg-dark-image .form-group-label label,
.bg-dark .form-group-label label {
    color: #fff;
}
.form-row > .form-group-label label {
    left: 4px;
}
.form-row > .form-group-label.focus label,
.form-row > .form-group-label.filled label {
    left: 20px;
}
.form-group.form-group-label {
    margin-bottom: 14px;
}
select.form-control {
	padding-left: 18px;
	-webkit-appearance: none;
	background-color: white;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' x='0px' y='0px' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437;' xml:space='preserve'%3E%3Cpolygon points='386.258,91.567 203.718,273.512 21.179,91.567 0,112.815 203.718,315.87 407.437,112.815 '/%3E%3C/svg%3E");
	background-position : right center;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}
@media only screen and (min-width: 768px) {
    .form-group-label select,
    .form-group-label .select2-selection--single .select2-selection__rendered {
        color: rgba(0,0,0,0);
    }
    .form-group.form-group-label {
        margin-bottom: 8px;
    }
    .form-group-label label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 12px 15px;
        z-index: -1;
        height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    input[type=password],
    input[type=text],
    .form-control,
	select.form-control,
    .widget select {
        padding: 17px 20px;
        font-size: 16px;
        line-height: 26px;
        height: 64px;
    }
	
    .form-group-label label {
        font-size: 16px;
        height: 64px;
        padding: 21px 24px;
    }
    .form-group-label.focus label,
    .form-group-label.filled label {
        padding: 0;
        height: auto;
        right: auto;
        left: 21px;
        font-size: 14px;
        top: 4px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 17px 20px;
    }
    .select2-container--default .select2-selection--single {
        height: 64px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 64px;
        line-height: 59px;
        right: 17px;
    }
    .select2-selection__arrow:before {
        font-size: 9px;
    }

    .form-row > .form-group-label.focus label,
    .form-row > .form-group-label.filled label {
        left: 25px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }
    .select2-results__option {
        padding: 10px 20px;
        font-size: 16px;
    }
    .wpcf7-checkbox span.wpcf7-list-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 280px;
    }
    .form-group-label.filled input.form-control,
    .form-group-label.focus input.form-control,
    .form-group-label.filled .select2-container .select2-selection--single .select2-selection__rendered,
    .form-group-label.focus .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 21px;
        padding-bottom: 15px;
    }

    .form-group-label.filled select,
    .form-group-label.focus select,
    .form-group-label.filled .select2-selection--single .select2-selection__rendered,
    .form-group-label.focus .select2-selection--single .select2-selection__rendered {
        color: rgba(5, 27, 82, 0.7);
    }
    .form-group-label.filled .select2-selection--single .select2-selection__rendered[title="Please select an option"],
    .form-group-label.focus .select2-selection--single .select2-selection__rendered[title="Please select an option"] {
        color: rgba(235, 87, 87,.7);
        font-weight: normal;
        padding: 15px 20px 5px;
    }

}

/*----------------------------------------------------
    4. FORM - Contact Form 7
------------------------------------------------------*/
.comment-form label.error,
body span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 12px;
    margin: 0;
}
.comment-form textarea + .error {
    right: 15px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.comment-form input[aria-invalid="true"],
.comment-form textarea[aria-invalid="true"],
.wpcf7-not-valid,
.wpcf7-not-valid + .select2-container--default .select2-selection--single {
    border-color: #d9534f!important;
}
.mc4wp-alert,
body .wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 0;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    border: none;
    border-left: 4px solid #d9534f;
    line-height: 1.3;
}
.bg-dark-image .mc4wp-alert,
.bg-dark-image div.wpcf7-response-output,
.bg-dark .mc4wp-alert,
.bg-dark div.wpcf7-response-output {
    background: radial-gradient(944.96px at 0% 100%, #EDEDED 0%, #F2F2F2 100%);
    color: initial;
}
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    border-left-color: #f0ad4e;
}
.mc4wp-alert.mc4wp-success,
body .wpcf7 form.sent .wpcf7-response-output {
    border-left-color: #398f14;
}
.dm-ct7-redirect div.wpcf7-mail-sent-ok {
    display: none!important;
}
body div.wpcf7 .ajax-loader {
    background: none;
}
body div.wpcf7 .ajax-loader {
    display: inline-block;
    width: 56px;
    height: 56px;
}
body div.wpcf7 .ajax-loader:before {
	content: none;
}
body div.wpcf7 .ajax-loader:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #33BBFF;
    animation: lds-dual-ring 1.2s linear infinite;
    border-left: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
}
.btn-block + .ajax-loader {
    position: absolute;
    left: 5px;
    top: 0;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*----------------------------------------------------
    4. FIGURE
------------------------------------------------------*/
.figure {
    margin: 0;
    position: relative;
    display: block;
}
.figure-img {
    margin: 0;
    width: 100%;
}
.elementor-image .wp-caption-text,
.figure-caption {
    position: absolute;
    bottom: 15px;
    margin: 0;
    color: #fff;
    left: 23px;
    font-weight: 600;
    font-size: 17px;
    font-style: normal;
}

/*----------------------------------------------------
    08. BREADCRUMB
------------------------------------------------------*/
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 18px;
    border-radius: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
.breadcrumb-pos-bottom {
    margin: 18px 0 0;
}
.breadcrumb > li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.breadcrumb > li > a {
    color: #fff;
}
.breadcrumb > li.active,
.breadcrumb > .separator + li:last-child {
    color: #33BBFF;
}
.breadcrumb > .separator {
    color: #8d8c8d;
    padding: 0 5px;
    line-height: 16px;
}
.single-post .template-full .breadcrumb {
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .breadcrumb > li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
}

/*----------------------------------------------------
    09. PAGINATION
------------------------------------------------------*/
.pagination {
    border-radius: 0;
}
.navigation.pagination {
    margin-top: 50px;
}
.nav-links {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.nav-links .page-numbers {
    display: block;
    border: 1px solid #CECECE;
    margin-left: -1px;
}
.nav-links .page-numbers,
.pagination .page-link {
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    font-size: 17px;
}
.pagination .page-numbers.current {
    border: 1px solid #CECECE;
    color: #33BBFF;
}
.pagination .page-numbers:hover,
.page-link:hover {
    color: #33BBFF;
    background: none;
}
.page-numbers.next,
.page-numbers.prev {
    font-size: 0;
    min-width: auto;
}
.page-numbers.prev {
    padding-left: 0;
}
.page-numbers.next {
    padding-right: 0;
}
.page-numbers.next:after,
.page-numbers.prev:before {
    font-family: 'Flaticon';
    font-weight: normal;
    font-size: 17px;
}
.page-numbers.next:after {
    content: "\f148";
}
.page-numbers.prev:before {
    content: "\f125";
}

@media only screen and (min-width: 992px) {
    .nav-links .page-numbers,
    .pagination .page-link {
        height: 60px;
        min-width: 60px;
        line-height: 60px;
        padding: 0 22px;
    }
    .page-numbers.next,
    .page-numbers.prev {
        font-size: 17px;
    }
    .page-numbers.next:after {
        margin-left: 15px;
    }
    .page-numbers.prev:before {
        margin-right: 15px;
    }
}

/*----------------------------------------------------
    10. ICONS
------------------------------------------------------*/
.icon:before {
    margin-right: 0;
    margin-left: 0;
    font-size: 17px;
    font-weight: normal;
}
.icon-left:before {
    margin-right: 10px;
    margin-left: 0;
}
.icon-right:before {
    margin-left: 10px;
    margin-right: 0;
}
.icon-lg:before {
    font-size: 30px;
}
.icon-sm:before {
    font-size: 14px;
}
.icon-xs:before {
    font-size: 12px;
}
.icon-list {
    margin-left: 0;
}
.icon-list__item {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 21px;
    background: #ECECEC;
    text-align: center;
}
.icon-list__item.last {
    margin-right: 0;
}
.icon-list__item .icon {
    display: block;
    line-height: 60px;
}
.icon-heading {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.9px;
}
.icon-heading .icon:before {
    margin-right: 5px;
    font-weight: normal;
    color: #33BBFF;
}

/*----------------------------------------------------
    11. PRELOADER
------------------------------------------------------*/
.page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.95);
    z-index: 100500;
}
.page-preloader__img,
.page-preloader__spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.page-preloader__spinner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*----------------------------------------------------
    12. SEARCH
------------------------------------------------------*/
.full-search__input::-webkit-input-placeholder {
    color: #fff;
}
.full-search__input::-moz-placeholder {
    color: #fff;
}
.full-search__input::-ms-input-placeholder {
    color: #fff;
}
.full-search__input::-moz-placeholder {
    color: #fff;
}

.full-search-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.95);
    z-index: 1000000
}
.full-search {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.full-search__close {
    text-transform: uppercase;
    color: #fff !important;
    padding-right: 20px;
    font-size: 30px;

}
.full-search__close:hover {
    color: #9d9d9d !important;
    cursor: pointer;
}
.full-search__form {
    padding: 50px 0;
    margin-bottom: auto;
}
input.full-search__input {
    display: inline-block;
    border: none;
    width: 100%;
    background: transparent;
    color: #fff;
    padding-left: 2px;
    font-size: 24px;
    line-height: 1.2;
    outline: none;
}
.full-search__hint {
    padding-top: 15px;
    letter-spacing: 0.06rem;
    border-top: 1px solid #8d8c8d;
    color: #8d8c8d;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    input.full-search__input {
        font-size: 53px;
        line-height: 60px;
    }
    .full-search__close {
        margin-bottom: auto;
    }
    .full-search__form {
        margin-bottom: auto;
    }
    .full-search__hint {
        letter-spacing: 1.4px;
    }
}

/*----------------------------------------------------
    13. SOCIAL LINKS
------------------------------------------------------*/
.social-links,
.dm-social-share {
    font-size: 16px;
}
.social-link + .social-link,
.dm-social-share + .dm-social-share {
    margin-left: 4px;
}
a.dm-social-share,
.social-links a.social-link {
    display: inline-block;
    vertical-align: middle;
    color: #fff!important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.dm-social-share {
    width: 46px;
    height: 46px;
    line-height: 48px;
    font-size: 20px;
}
.dm-social-sharing.style-icons .dm-social-share {
    line-height: 48px;
}
a.dm-social-link:hover, a.dm-social-share:hover {
    color: #fff!important;
}
.dm-social-share-instagram,
.social-link.socicon-instagram {
    background: #D72978;
}
.dm-social-share-facebook,
.social-link.socicon-facebook {
    background: linear-gradient(180deg, #18ACFE 0%, #0268E2 100%);
}
.social-link.socicon-linkedin,
.dm-social-share-linkedin {
    background: #006699;
}
.social-link.socicon-pinterest,
.dm-social-share-pinterest {
    background: #CB2027;
}
.social-link.socicon-twitter,
.dm-social-share-twitter {
    background: #03A9F4;
}
.social-link.socicon-youtube,
.dm-social-share-youtube {
    background: #BB0000;
}
.social-link.socicon-vk {
    background: #45668E;
}
.social-link.socicon-snapchat {
    background: #FFFC00;
}
.social-link.socicon-whatsapp {
    background: #25D366;
}
.social-link.socicon-tumblr {
    background: #34465d;
}
.social-link.socicon-tiktok {
    background: #000000;
}
.social-link.socicon-telegram {
    background: #0088cc;
}
.social-link.socicon-xing {
    background: #006567;
}
.social-link.socicon-reddit {
    background: #ff5700;
}
.social-link.socicon-medium {
    background: #051B52;
}
.social-link.socicon-tumblr,
.social-link.socicon-medium {
    font-size: 90%;
}
.social-link.socicon-linkedin {
    font-size: 79%;
    line-height: 34px;
}
.social-links a.social-link:hover {
    color: #fff;
}
.social-links a.social-link.social-link-mail {
    background: #FFFFFF;
    color: #051B52!important;
    font-size: 23px;
}
.social-link-mail:after {
    content: "\e906";
    font-family: 'icomoon';
    opacity: 0.3;
}

@media only screen and (min-width: 768px) {
    .social-links.size-lg a.social-link {
        width: 59px;
        height: 59px;
        line-height: 59px;
        font-size: 30px;
    }
    .social-links.size-lg a.socicon-linkedin {
        font-size: 26px;
    }
    .social-links.size-lg .social-link + .social-link{
        margin-left: 10px;
    }
}
/*----------------------------------------------------
    13. HEADER
------------------------------------------------------*/
.header-position-fixed,
.header-position-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1020;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s, padding-top 0.2s, padding-bottom 0.2s;
}

.elementor-editor-active .is-absolute {
    pointer-events: none;
}
.header-position-fixed,
.site-header.sticky,
.header-position-home-absolute.header-home.top-bar-absolute.sticky,
.header-position-all-absolute.top-bar-absolute.sticky {
    position: fixed!important;
}
.header-position-absolute.header-sticky,
.header-position-static.header-sticky {
    animation: slide-down 0.5s;
}
.header-position-absolute.header-sticky.sticky-off,
.header-position-static.header-sticky.sticky-off {
    animation:slide-up 0.5s;
}
.site-header.sticky,
.site-header.sticky.header-style-light {
    width: 100%;
    top: 0;
    z-index: 1020;
    background: rgba(5, 27, 82,.67);
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide-up {
    0% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}
.site-header {
    padding: 16px 0;
    font-weight: 600;
    font-size: 15px;
    background: #fff;
}
.site-header.header-style-light {
    background: none;
}

.site-header__left .mob-menu-toggle {
    flex: 0 0 48px;
}
.header-widgets .company-address {
    margin-right: 30px;
    display: none;
}
.site-header__right .callback-btn {
    margin-left: 20px;
    display: none;
}
.header-position-fixed,
.header-position-absolute,
.header-position-fixed a,
.header-position-absolute a {
    color: #fff;
}

/*--- Logo ---*/
.logo-as-text {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-header .btn-light {
    color: #fff;
    font-size: 17px;
}
.site-header .btn-light:hover,
.site-header .btn-light:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.admin-bar .header-position-fixed {
    top: 46px;
}
.admin-bar .site-header.sticky {
    top: 0;
}
.custom-logo-alt {
    display: none;
}
.custom-logo-link img {
    max-height: 40px;
}
.sticky .custom-logo {
    display: none;
}
.sticky .custom-logo-alt {
    display: inline-block;
}
.header-style-light .custom-logo {
    display: none;
}
.header-style-light .custom-logo-alt {
    display: inline-block;
}

@media only screen and (max-width: 1279px) {
    .header-widgets .company-email {
        position: absolute;
        right: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .header-widgets .company-phone {
        position: absolute;
        left: 16px;
        bottom: 4px;
    }
    .header-widgets .company-email {
        right: 16px;
        bottom: 4px;
    }
    .sticky.site-header .header-widgets .company-phone,
    .sticky.site-header .header-widgets .company-email {
        visibility: hidden;
    }
}
@media only screen and (min-width: 480px) {
    .admin-bar .header-position-fixed {
        top: 46px;
    }
}
@media only screen and (min-width: 783px) {
    .admin-bar .site-header.sticky,
    .admin-bar .header-position-home-absolute.header-home.top-bar-absolute,
    .admin-bar .header-position-all-absolute.top-bar-absolute,
    .admin-bar .header-template-without-topbar.header-position-absolute:not(.sticky),
    .admin-bar .header-position-fixed,
    .admin-bar .header-position-absolute,
    .admin-bar .header-position-fixed.sticky,
    .admin-bar .site-header.sticky {
        top: 32px;
    }

}

@media only screen and (min-width: 768px) {
    .site-header {
        padding: 14px 0;
    }
    .top-bar__left {
        display: block;
    }
    .site-header__right .callback-btn {
        display: inline-block;
    }
    .site-header .company-phone {
        margin-right: 30px;
        margin-left: 30px;
    }
    .site-header .container {
        position: relative;
    }


}
@media only screen and (min-width: 992px) {
    .site-header .social-link + .social-link {
        margin-left: 15px;
    }
    .site-header__right {
        text-align: right;
    }
}

@media only screen and (min-width: 1280px) {
    .site-header__center {
        -ms-flex: 0 0 calc(100% - 340px);
        flex: 0 0 calc(100% - 340px);
        max-width: calc(100% - 340px);
    }
    .site-header__left,
    .site-header__right {
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 170px;
    }

}

/*----------------------------------------------------
    10. NAVIGATION
------------------------------------------------------*/
.main-navigation-wrap {
    position: relative;
}
.main-navigation-wrap .top-bar-menu {
    border: none;
}
.main-navigation-wrap .menu + .top-bar-menu {
    margin-top: 30px;
}
.main-navigation-wrap .social-links {
    margin: 10px 0 0;
}
.main-navigation .top-bar-menu.menu li:last-child a {
    border: none;
}
.menu > ul,
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-navigation .menu > ul > li,
.main-navigation ul.menu > li {
    display: block;
}
.menu a,
.nav-link {
    text-decoration: none;
}
.main-navigation ul.menu,
.main-navigation .menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.main-navigation .menu li {
    position: relative;
}
.main-navigation a {
    display: block;
    padding: 10px 0;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.2s;
}

/* .main-navigation .menu li > a:hover,
.main-navigation .menu li.current_page_item > a,
.main-navigation .menu li.current-menu-item > a {
    color: #33BBFF;
} */
.main-navigation .sub-menu,
.main-navigation .children {
    margin: 0;
    list-style: none;
    padding: 10px 0;
}
.main-navigation .children > li > a,
.main-navigation .sub-menu > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.2;
}
.main-navigation .children > li > a:hover,
.main-navigation .sub-menu > li > a:hover {
    color: #33BBFF;
}
/* .main-navigation #primary-menu > li.current_page_parent > a,
.main-navigation #primary-menu > li.current-menu-item > a {
    color: #33BBFF;
} */
.mob-menu-footer {
    padding: 30px 15px 15px;
}
.mob-menu-toggle {
    border: none;
    background: none;
    padding: 0;
}
.site-header__right .mob-menu-toggle {
    height: 40px;
    vertical-align: middle;
    margin-left: 20px;
}
.site-header__right .mob-menu-toggle:before {
    content:url('data:image/svg+xml,%3Csvg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 384 384" style="enable-background:new 0 0 384 384;" xml:space="preserve" height="40" width="40" fill="%23051B52"%3E%3Cpath d="M12.03,120.303h360.909c6.641,0,12.03-5.39,12.03-12.03c0-6.641-5.39-12.03-12.03-12.03H12.03 c-6.641,0-12.03,5.39-12.03,12.03C0,114.913,5.39,120.303,12.03,120.303z"/%3E%3Cpath d="M372.939,180.455H12.03c-6.641,0-12.03,5.39-12.03,12.03s5.39,12.03,12.03,12.03h360.909c6.641,0,12.03-5.39,12.03-12.03 S379.58,180.455,372.939,180.455z"/%3E%3Cpath d="M372.939,264.667H132.333c-6.641,0-12.03,5.39-12.03,12.03c0,6.641,5.39,12.03,12.03,12.03h240.606 c6.641,0,12.03-5.39,12.03-12.03C384.97,270.056,379.58,264.667,372.939,264.667z"/%3E%3C/svg%3E');
    display: inline-block;
    height: 40px;
}
.sticky .site-header__right .mob-menu-toggle:before,
.header-style-light .site-header__right .mob-menu-toggle:before {
    content:url('data:image/svg+xml,%3Csvg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 384 384" style="enable-background:new 0 0 384 384;" xml:space="preserve" height="40" width="40" fill="%23ffffff"%3E%3Cpath d="M12.03,120.303h360.909c6.641,0,12.03-5.39,12.03-12.03c0-6.641-5.39-12.03-12.03-12.03H12.03 c-6.641,0-12.03,5.39-12.03,12.03C0,114.913,5.39,120.303,12.03,120.303z"/%3E%3Cpath d="M372.939,180.455H12.03c-6.641,0-12.03,5.39-12.03,12.03s5.39,12.03,12.03,12.03h360.909c6.641,0,12.03-5.39,12.03-12.03 S379.58,180.455,372.939,180.455z"/%3E%3Cpath d="M372.939,264.667H132.333c-6.641,0-12.03,5.39-12.03,12.03c0,6.641,5.39,12.03,12.03,12.03h240.606 c6.641,0,12.03-5.39,12.03-12.03C384.97,270.056,379.58,264.667,372.939,264.667z"/%3E%3C/svg%3E');
}
.menu-close {
    padding: 18px;
    text-align: left;
    font-size: 14px;
    display: block;
    margin-left: auto;
}
.toggle-sub-menu {
    color: #051B52;
    font-style: normal;
    display: none;
}
.toggle-sub-menu:after {
    font-family: 'icomoon';
    font-size: 6px;
    line-height: 1;
}
.toggle-sub-menu.active:after {
    content: "\e908";
}
.toggle-sub-menu:after {
    content: "\e902";
}
@media only screen and (max-width: 991px) {
    .toggle-sub-menu {
        display: block;
        position: absolute;
        right: 10px;
        height: 30px;
        top: 5px;
        font-size: 20px;
        font-weight: bold;
        z-index: 10;
        width: 30px;
        line-height: 22px;
        background: #99DDFF;
        border-radius: 8px;
        text-align: center;
        font-style: normal;
    }
    .main-navigation .children,
    .main-navigation .sub-menu {
        display: none;
        padding: 0;
    }
    .main-navigation .menu li.current-menu-item a,
    .main-navigation .menu li.page_item_has_children a {
        padding-right: 50px;
    }
    .main-navigation .children > li > a,
    .main-navigation .sub-menu > li > a {
        padding-left: 30px;
    }
    .main-navigation .children .children > li > a,
    .main-navigation .sub-menu .sub-menu > li > a {
        padding-left: 50px;
    }
    .main-navigation .menu li.current-menu-item a:after {
        bottom: 50%;
        left: 17px;
        margin-bottom: -2px;
        margin-left: 0;
    }
    .main-navigation-wrap {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        background: #FFFFFF;
        box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
        bottom: 0;
        overflow-y: auto;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s;
        z-index: 1020;
        border-radius: 0 16px 16px 0;
    }
    .admin-bar .main-navigation-wrap {
        top: 32px;
    }
    .main-navigation {
        padding: 0;
        margin-top: 10px;
    }
    .main-navigation-wrap .container {
        padding: 0;
        width: 100%;
    }
    .main-navigation-wrap.active {
        left: 0;
    }
    .sticky .main-navigation-wrap.active .main-navigation {
        padding: 0;
        border: none;
    }
    .main-navigation ul.menu,
    .main-navigation .menu > ul {
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid rgba(5, 27, 82, 0.08);
    }
    .main-navigation ul.menu > li,
    .main-navigation .menu > ul > li {
        display: block;
        width: 100%;
        text-align: left;
    }
    .main-navigation ul.menu > li > a,
    .main-navigation .menu > ul > li > a {
        padding: 7px 15px;
        line-height: 25px;
        position: relative;
        font-size: 16px;
    }
    .main-navigation .menu a {
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        border-bottom: 1px solid rgba(5, 27, 82, 0.08);
    }
}
@media only screen and (max-width: 767px) {
    .main-navigation-wrap {
        left: -100%;
        width: calc(100% - 16px);
        border-radius: 16px;
        margin: 8px;
    }
}
@media only screen and (min-width: 992px) {
    .mob-menu-toggle {
        display: none;
    }
    .main-navigation ul ul {
        position: absolute;
        z-index: 1030;
        left: 0;
        top: 100%;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        background: #FFFFFF;
        box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
        border-radius: 16px;
        transform: translateY(10px);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .main-navigation li a:focus > ul,
    .main-navigation li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
    .main-navigation .menu > ul ul ul,
    .main-navigation ul.menu ul ul {
        left: 100%;
        margin-left: 1px;
        top: 0;
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.05);
    }
    .main-navigation .menu > ul ul ul.on-right,
    .main-navigation ul.menu ul ul.on-right {
        margin-right: 1px;
        box-shadow: -5px 5px 10px 0 rgba(0,0,0,0.05);
    }
    .main-navigation ul.on-right,
    .main-navigation .menu.justify-content-end > ul >li:last-child ul,
    .main-navigation ul.menu.justify-content-end >li:last-child ul,
    .main-navigation .menu.justify-content-end > ul >li:last-child ul ul,
    .main-navigation ul.menu.justify-content-end >li:last-child ul ul,
    .main-navigation .menu.justify-content-between > ul >li:last-child ul,
    .main-navigation ul.menu.justify-content-between >li:last-child ul,
    .main-navigation .menu.justify-content-between > ul >li:last-child ul ul,
    .main-navigation ul.menu.justify-content-between >li:last-child ul ul {
        right: 0;
        left: auto;
    }
    .main-navigation .menu ul ul.on-right,
    .main-navigation ul.menu ul ul.on-right,
    .main-navigation .menu.justify-content-end > ul >li:last-child ul ul,
    .main-navigation ul.menu.justify-content-end >li:last-child ul ul,
    .main-navigation .menu.justify-content-end > ul >li:last-child ul ul ul,
    .main-navigation ul.menu.justify-content-end >li:last-child ul ul ul,
    .main-navigation .menu.justify-content-between > ul >li:last-child ul ul,
    .main-navigation ul.menu.justify-content-between >li:last-child ul ul,
    .main-navigation .menu.justify-content-between > ul >li:last-child ul ul ul,
    .main-navigation ul.menu.justify-content-between >li:last-child ul ul ul {
        right: 100%;
        left: auto;
    }
    .main-navigation .menu > ul > li + li,
    .main-navigation ul.menu > li + li {
        margin-left: 20px;
    }
    .main-navigation .menu.to-many-items > ul > li + li,
    .main-navigation .menu.to-many-items > li + li {
        margin-left: 10px;
    }
    .sticky .main-navigation .menu > li > a,
    .header-style-light .main-navigation .menu > li > a {
        color: #fff;
    }
    .main-navigation .menu-item-has-children > a {
        position: relative;
        padding-right: 14px;
    }
    .main-navigation .menu-item-has-children > a:after {
        font-family: 'icomoon';
        font-size: 4px;
        content: "\e902";
        opacity: 0.5;
        position: absolute;
        right: 0;
    }

    .main-navigation .menu-item-has-children > a:hover:after {
        content: "\e908";
    }
}

@media only screen and (min-width: 1200px) {
    .main-navigation .menu > ul > li + li,
    .main-navigation ul.menu > li + li {
        margin-left: 30px;
    }
    .main-navigation .menu.to-many-items > ul > li + li,
    .main-navigation .menu.to-many-items > li + li {
        margin-left: 20px;
    }

}
@media only screen and (min-width: 1440px) {
    .main-navigation .menu > ul > li + li,
    .main-navigation .menu > li + li {
        margin-left: 48px;
    }
    .main-navigation .menu.to-many-items > ul > li + li,
    .main-navigation .menu.to-many-items > li + li {
        margin-left: 30px;
    }
}


/*----------------------------------------------------
    14. ELEMENTOR
------------------------------------------------------*/
.container-elementor .edit-link {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* .elementor-container.elementor-column-gap-default {
    padding-left: 10px;
    padding-right: 10px;
} */
.elementor-section > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
/* .elementor-container.elementor-column-gap-narrow {
    padding-left: 4px;
    padding-right: 4px;
} */
.elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
}
/* .elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 4px;
} */
/* .elementor-container.elementor-column-gap-extended {
    padding-left: 15px;
    padding-right: 15px;
} */
.elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
/* .elementor-container.elementor-column-gap-wide {
    padding-left: 20px;
    padding-right: 20px;
} */
.elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
/* .elementor-container.elementor-column-gap-wider {
    padding-left: 30px;
    padding-right: 30px;
} */
.elementor-section > .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

/* Remove padding in nested sections */
.elementor-container .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
.elementor-top-section.elementor-section-boxed > .elementor-container {
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 1230px) {
    .container,
    .container-elementor .edit-link,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1174px;
    }
}
@media only screen and (max-width: 1359px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 960px !important;
    }
}

@media only screen and (max-width: 991px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 720px !important;
    }
}

@media only screen and (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 540px !important;
    }
}

@media only screen and (max-width: 575px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100% !important;
    }
}

/*----------------------------------------------------
    14. CONTENT
------------------------------------------------------*/
.page-content {
    padding: 50px 0;
}
.home:not([class*=" elementor-page-"]) .header-position-absolute ~ .site-content .page-content {
    padding-top: 50px;
}
.section-text {
    line-height: 30px;
    margin-bottom: 20px;
}
.has-overlay {
    z-index: 1;
}
.has-overlay:after {
    content: '';
    display: block;
}
.has-overlay:after,
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #262626;
    opacity: 0.8;
    z-index: -1;
}
.page-header {
    padding: 120px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}
.home.page .page-header {
    color: #000;
    background-color: #DCDDE1;
}
.header-position-absolute + .site-content .page-header {
    padding-top: 100px;
}
.header-position-absolute.top-bar-absolute + .site-content .page-header {
    padding-top: 160px;
}
.page-header__back,
.page-header__breadcrumb {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}
.page-header__back {
    display: inline-block;
}
.page-header__back i {
    font-style: normal;
}
.page-header__heading {
    line-height: 1.2;
    margin: 0 0 6px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page-header__text {
    font-size: 1.2em;
}
.page-header__text + .page-header__back {
    margin-top: 18px;
}
.single-post .template-full .page-header__heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.page-header_light .page-header__heading {
    color: #2b2b2b;
}
.single-post .page-header {
    padding: 88px 0 96px;
}
.section {
    padding: 50px 0;
}
.page-content__main,
.sidebar {
    padding: 0 15px;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.sidebar {
    margin-top: 50px;
}
.elementor-page .template-full .page-content {
    padding: 0;
}
.elementor-page .template-full .page-content > .container {
    max-width: 100%!important;
    padding-right: 0!important;
    padding-left: 0!important;
}
.elementor-page .template-full .page-content > .container > .row {
    margin-right: 0;
    margin-left: 0;
}
.elementor-page .template-full .page-content__main {
    width: 100%;
    padding: 0;
}
.elementor-widget-google_maps iframe {
    border-radius: 16px;
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.elementor-element.elementor-absolute.to-backward,
.elementor-element.elementor-fixed.to-backward {
    z-index: -1;
}
@media (min-width: 992px) {
    .sidebar {
        margin-top: 0;
    }
    .header-position-fixed ~ .site-content .page-header,
    .header-position-absolute ~ .site-content .page-header {
        padding-top: 311px;
    }
    .page-header {
        padding: 32px 0;
    }
    .sidebar {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .template-sidebar-left .page-content__main,
    .template-sidebar-right .page-content__main {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .template-sidebar-left .page-content__main {
        padding-left: 35px;
        -ms-flex-order: 2;
        order: 2;
    }
    .template-sidebar-right .page-content__main {
        padding-right: 35px;
    }

}

/*----------------------------------------------------
    15. SLIDER
------------------------------------------------------*/


@media only screen and (max-width: 768px) {
    .dm-hero-slide {
        background-image: none !important;
    }
}

@media only screen and (min-width: 1800px) {

}

/*----------------------------------------------------
    17. SIDEBAR
------------------------------------------------------*/
.sidebar .widget {
    margin-top: 40px;
}
.sidebar .widget:first-child {
    margin-top: 0;
}
.sidebar .widget-title {
    font-weight: bold;
    font-size: 22px;
    border-top: 4px solid #ECECEC;
    text-transform: uppercase;
    padding: 25px 0 5px;
    margin: 0 0 10px;
    letter-spacing: 1.3px;
}
.widget-post-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.elementor-widget-container h5 + .widget-posts,
.widget-title + .widget-posts {
    margin-top: 20px;
}
.widget-post {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 25px;
}
.widget-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.widget-post.post__prev,
.widget-post.post__next {
    border: none;
    margin-bottom: 0;
}
.widget-post__img {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}
.widget-post__img img {
    height: 80px;
    object-fit: cover;
}
.widget-post__content {
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}
.widget-post .post-view,
.widget-post .post-date {
    margin-bottom: 15px;
}
.widget-post__img + .widget-post__content {
    padding-left: 30px;
}
.widget-sidebar .widget-post:last-child {
    border-bottom: none;
}
.widget-sidebar .widget-post:last-child .widget-post__img {
    padding-bottom: 0;
}
.post-list__cat {
    margin-top: 0;
}
.widget-post__title {
    margin: 6px 0 15px;
    font-weight: normal;
}
.widget-post__title a {
    color: #2b2b2b;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.widget-post__title a:hover {
    color: #33BBFF;
}
.sidebar .widget_rss ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.social-user .mdi {
    color: #55ACEE;
    padding-right: 12px;
}
.social-user a {
    color: #2b2b2b;
}
.social-content {
    margin-top: 13px;
}
.tag-cloud {
    margin-top: 20px;
}
.tagcloud a,
.tag-cloud a{
    font-size: 17px!important;
    color: #33BBFF;
    border: 1px solid #CECECE;
    background: none;
    border-radius: 0;
    display: inline-block;
    margin: 0 6px 10px 0;
    padding: 2px 9px 1px;
    font-weight: normal;
    transition: all 0.2s;
}
.tagcloud :hover,
.tag-cloud a:hover  {
    background: #33BBFF;
    border-color: #33BBFF;
    color: #fff;
}
blockquote.twitter-tweet {
    font-size: 1em;
    border: none;
    padding: 0;
    font-family: inherit;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
    background: none;
    width: 27px;
    height: 27px;
    color: #33BBFF;
    margin: -23px 0 0 0!important;
}
.sbi_no_avatar .sbi_header_hashtag_icon {
    color: #33BBFF;
    opacity: 1;
}
#sb_instagram {
    margin: 0 -4px;
}
#sb_instagram #sbi_images {
    margin: 0 -4px;
}
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo path,
#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo path {
    fill: #33BBFF;
}
#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
#sb_instagram .sb_instagram_header .sbi_header_text h3 {
    margin-left: 40px!important;
    font-weight: normal;
}
#sb_instagram .sb_instagram_header .sbi_header_text h3:before {
    content: '#';
}
@media only screen and (max-width: 768px) {
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        max-width: 33.33%;
    }
}

/*----------------------------------------------------
    16. BLOG
------------------------------------------------------*/
.post-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    transition: opacity 0.2s;
}
.post-slider .slick-list{
    overflow: visible!important;
}
.post-list.loading {
    opacity: 0.5;
}
.post-list .post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.dm-post-grid-wrap .post-item {
    margin-bottom: 2em;
}
.post-item {
    position: relative;
}
.post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Filter */
.project-filter {
    margin: 0 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-filter__btn {
    display: inline-block;
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 8px 8px 8px 32px;
    border: none;
    background: none;
    color: rgba(5, 27, 82,0.4);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid rgba(5, 27, 82, .3);
}
.project-filter__btn:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -2px;
    border-radius: 100%;
    background: #051B52;
}
.project-filter__btn.active {
    color: #051B52;
    border-bottom: 2px solid rgba(5, 27, 82, 1);
}
.project-filter__btn .count {
    display: none;
}
.project-filter__btn[data-filter="press"]:before {
    background: #BB6BD9;
}
.project-filter__btn[data-filter="research"]:before {
    background: #33BBFF;
}
.project-filter__btn[data-filter="video"]:before {
    background: #EB5757;
}
.project-filter__btn[data-filter="announcement"]:before {
    background: #F2994A;
}
.project-filter__btn[data-filter="medium"]:before {
    background: #27AE60;
}

/* Fund filter */
.fund-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fund-filter__btn {
    display: block;
    padding: 0 15px 0 47px;
    border: none;
    background: none;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    min-height: 32px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: rgba(5, 27, 82,.7);
}
.fund-filter__btn:nth-child(3n+3) {
    margin-right: 0;
}
.fund-filter__btn:before,
.fund-filter__btn:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 3px;
}
.fund-filter__btn:before {
    border: 3px solid #828DA8;
    border-radius: 9px;
}
.fund-filter__btn.active:before {
    border-color: #051B52;
}
.fund-filter__btn.active:after {
    content: "\e901";
    font-family: 'icomoon';
    line-height: 32px;
    text-align: center;
}

/* Mobile */
.post-per-row--mobile5 .post-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
}
.post-per-row--mobile4 .post-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
.post-per-row--mobile3 .post-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%;
}
.post-per-row--mobile2 .post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

/* Tablet */
@media only screen and (min-width: 768px) {
    .post-per-row-2 .post-item,
    .post-per-row-3 .post-item,
    .post-per-row-3 .post-item,
    .post-per-row-5 .post-item  {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .post-per-row--tablet5 .post-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .post-per-row--tablet4 .post-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .post-per-row--tablet3 .post-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 33.33%;
    }
    .post-per-row--tablet2 .post-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .post-per-row--tablet1 .post-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .related-posts .post-item {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .project-filter__btn {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .fund-filter__btn {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
        margin: 0 7.6% 20px 0;
    }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
    .dm-post-grid-wrap .post-item {
        margin-bottom: 3em;
    }
    .project-filter {
        margin: 27px 0 80px;
    }
    .post-per-row-1 .post-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .post-per-row-2 .post-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .post-per-row-3 .post-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 33.33%;
    }
    .post-per-row-4 .post-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .post-per-row-2 .post-item:nth-last-child(-n+2):not(:nth-child(-n+2)),
    .post-per-row-3 .post-item:nth-last-child(-n+3):not(:nth-child(-n+3)) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .post-per-row-2 .post-item:nth-last-child(-n+2):not(:nth-child(-n+2)):after,
    .post-per-row-3 .post-item:nth-last-child(-n+3):not(:nth-child(-n+3)):after {
        content: none;
    }

    .post-per-row--tablet5 .post-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .post-per-row-5 .post-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .post-per-row--tablet5 .post-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}

.post-list .post-item.sticky {
    padding-bottom: 0;
}
.post-item.sticky .post-item-inner {
    border:1px solid #ECECEC;
    border-top: 4px solid #ECECEC;
    padding: 1rem;
}
a.post-thumbnail {
    display: block;
}
.posted-by .avatar  {
    display: none;
}
.post-item-inner {
    border-radius: 16px;
    overflow: hidden;
    background: #999;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 52.18% 0 0 0;
}
.post-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.post-list .post-thumbnail:after,
.post-list .post-thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #051B52 35.14%, rgba(5, 27, 82, 0) 76.01%);
    opacity: 0.8;
    transition: all 0.2s;
    z-index: 1;
}
.post-list .post-thumbnail:after {
    opacity: 0;
    transform: translateY(100px);
    background: linear-gradient(0deg, #3351FF 35.14%, rgba(51, 81, 255, 0) 76.01%);
}
.post-item-inner:hover .post-thumbnail:before {
    opacity: 0;
}
.post-item-inner:hover .post-thumbnail:after {
    opacity: 0.8;
    transform: translateY(0);
}
.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.post-list .post-meta {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.post-excerpt {
    margin-top: 1rem;
}
.post-meta .post-view {
    color: #33BBFF;
}
.post-date,
.posted-by,
.post-cats-link a {
    background: #FFFFFF;
    color: rgba(5, 27, 82, 0.7);
    font-weight: normal;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 16px;
}
.post-cats-link a {
    display: inline-block;
    background: #3351FF;
    color: #fff;
}
.post-cats-link a + a {
    margin-left: 8px;
}
.post-cats-link .cat-announcement {
    background: #F2994A;
}
.post-cats-link .cat-video {
    background: #EB5757;
}
.post-cats-link .cat-press {
    background: #BB6BD9;
}
.post-cats-link .cat-medium {
    background: #27AE60;
}
.post-cats-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-cats-link li {
    display: inline-block;
}
.post-cats-link li + li {
    margin-left: 8px;
}
.posted-by a {
    color: inherit;
}
.post-meta > *:not(:last-child) {
    position: relative;
}
.post-meta > * {
    margin: 0 8px 8px 0;
}
.posted-by .author {
    display: block;
}
.post-meta__item .post-cats-link {
    display: inline-block;
}
.post-item__content {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 10px;
    right: 15px;
    color: #FFFFFF;
}
.post-title {
    display: block;
    margin: 0 0 6px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
    font-weight: normal;
}
.post-list .post-title {
    font-size: 20px;
    line-height: 1.42;
}
a.post-title,
.post-title a {
    color: #FFFFFF;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.post-title:hover,
.post-title a:hover {
    color: #FFFFFF;
}
.post-view {
    font-size: 12px;
}
.post-view:before {
    content: "\f11b";
    font-family: Flaticon;
    margin-right: 5px;
    vertical-align: middle;
}
.post-more {
    margin-top: 10px;
}

/*-  Style Double  -*/
.dm-style-thumb-left .post-title {
    margin-top: 10px;
}
.post-per-row-2 .dm-style-thumb-left .post-title {
    margin: 7px 0 5px;
    font-size: 22px;
}
.dm-style-thumb-left .post-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dm-style-thumb-left .post-thumbnail,
.dm-style-thumb-left .post-item__content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.dm-style-thumb-left .post-item__content {
    margin-top: 15px;
}
.navigation-item .post-item__content {
    margin-top: 0;
}
.navigation-item.dm-style-thumb-left .post-thumbnail,
.post-slider .dm-style-thumb-left .post-thumbnail,
.post-per-row-2 .dm-style-thumb-left .post-thumbnail {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}
.navigation-item.dm-style-thumb-left .post-item__content:not(:last-child),
.navigation-item.dm-style-thumb-left .post-thumbnail + .post-item__content,
.post-slider .dm-style-thumb-left .post-thumbnail + .post-item__content,
.post-per-row-2 .dm-style-thumb-left .post-thumbnail + .post-item__content {
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    margin-top: 0;
    padding-left: 15px;
}
.prev.navigation-item .post-thumbnail + .post-item__content {
    padding-left: 15px;
}
.next.dm-style-thumb-left .post-item__content:not(:last-child) {
    padding-right: 15px;
    padding-left: 0;
}
.widget-post__image + .widget-post__content {
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    .thumb-position--mobiledefault .post-thumbnail,
    .thumb-position--mobiledefault .post-thumbnail + .post-item__content {
        padding-left: 0;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .thumb-position--mobiledefault .post-thumbnail + .post-item__content {
        margin-top: 15px;
    }
    .navigation-item .post-thumbnail img {
        max-height: 80px;
        object-fit: cover;
    }
    .post-thumbnail img {
        max-height: 300px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) {
    .post-list .post-title {
        font-size: 18px;
    }
    .dm-style-thumb-left .post-thumbnail {
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px;
    }
    .dm-style-thumb-left .post-thumbnail + .post-item__content {
        -ms-flex: 0 0 calc(100% - 360px);
        flex: 0 0 calc(100% - 360px);
        max-width: calc(100% - 360px);
        padding-left: 30px;
        margin-top: 0;
    }
    .widget-post__image + .widget-post__content {
        padding-left: 24px;
    }
    .post-slider .dm-style-thumb-left .post-thumbnail + .post-item__content,
    .post-per-row-2 .dm-style-thumb-left .post-thumbnail + .post-item__content,
    .prev.navigation-item .post-thumbnail + .post-item__content {
        padding-left: 30px;
    }
    .next.dm-style-thumb-left .post-item__content:not(:last-child) {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .post-item__content {
        left: 32px;
        bottom: 25px;
        right: 32px;
    }
    .post-list .post-meta {
        top: 32px;
        left: 32px;
    }
    .post-list .post-title {
        font-size: 20px;
    }
    .post-per-row-1 .dm-style-default .post-title {
        font-size: 40px;
        letter-spacing: 0.3px;
    }
    .post-per-row-1 .dm-style-default .post-meta {
        margin-top: 22px;
    }
    .post-per-row-1 .dm-style-default .post-meta > * {
        font-size: 17px;
    }
    .post-per-row-1 .dm-style-default .post-meta > * {
        margin: 0 20px 15px 0;
    }
    .post-per-row-1 .dm-style-default .post-meta > *:not(:last-child):before {
        left: -11px;
    }
    /*     .post-thumbnail img.size-post-thumbnail {
            max-height: 210px;
            object-fit: cover;
        }
        .post-thumbnail img.size-portrait {
            max-height: 180px;
            object-fit: cover;
        }
        .post-thumbnail img.size-small {
            max-height: 80px;
            object-fit: cover;
        }
        .post-thumbnail img.size-single {
            max-height: 500px;
            object-fit: cover;
        } */

}
@media only screen and (min-width: 1200px) {
    .post-list .post-title {
        font-size: 24px;
    }
}

/*- Post Blockquote -*/
.post-blockquote {
    text-align: center;
}
.post-blockquote__cite {
    font-size: 22px;
    line-height: 26px;
    padding: 0 34px;
    margin-bottom: 23px;
}
.post-blockquote__author {
    font-weight: bold;
    position: relative;
    display: inline-block;
    font-size: 17px;
}
.post-blockquote__author:before {
    content: '\2014';
    position: absolute;
    left: -17px;
}

/*----------------------------------------------------
    20. JOB
------------------------------------------------------*/
.job-item-inner {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px rgba(5, 27, 82, 0.08), 0px 4px 16px rgba(5, 27, 82, 0.08);
    border-radius: 16px;
    color: #051B52;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.label-new {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -3px;
    top: -3px;
    background: #3351FF;
    border: 4px solid #FFFFFF;
    border-radius: 100%;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(5, 27, 82, 0.15);
}
.post-list .job-item {
    margin-bottom: 40px;
    padding-bottom: 0;
}
.bg-dark .job-item__title,
.job-item__title {
    color: #051B52;
    margin-bottom: 16px;
}
.job-item__description {
    margin-bottom: 60px;
}
.job-item__btn {
    margin-top: auto;
}
.job-item__btn .btn {
    width: 100%;
    vertical-align: top;
    margin: 0 5px 10px 0;
}

.job-title-wrap {
    font-weight: 600;
    font-size: 20px;
}
.wpcf7-form-control-wrap.job-title {
    display: inline-block;
}
input.form-job-title {
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    font-weight: 600;
    font-size: 20px;
    color: #051B52;
    height: auto;
    margin: 0 0 24px;
}

@media only screen and (min-width: 992px) {
    .job-item-inner {
        min-height: 400px;
    }
}
/*----------------------------------------------------
    20. POST SLIDER
------------------------------------------------------*/
.post-slider .slick-list,
.post-slider .slick-track{
    width: 100%;
}
.post-slider .post-item {
    padding-bottom: 0;
}
.post-slider .post-thumbnail {

}
.widget-post .post-title,
.post-slider .dm-style-thumb-left .post-title {
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    overflow: hidden;
    max-height: 2.4em;
}
.widget-post .post-cats-link + .post-title,
.post-slider .dm-style-thumb-left .post-cats-link + .post-title {
    margin-top: 6px;
}

.post-slider .post-view {
    margin-bottom: 15px;
}
.post-slider .slick-prev:before {
    content: "\f125";
}
.post-slider .slick-next:before {
    content: "\f148";
}
.post-slider .slick-prev {
    left: auto;
    right: 60px;
}
.post-slider .slick-next {
    right: 0;
}
.post-slider .slick-arrow {
    top: -25px;
    transform: translateY(-100%);
    padding: 15px 17px;
    transition: all 0.2s;
}
.post-slider .slick-arrow:hover {
    color: #fff;
    background-color: #C6AC71;
    border-color: #C6AC71;
}

/*----------------------------------------------------
    18. SINGLE POST
------------------------------------------------------*/
.single-post .page-content {
    padding-top: 100px;
    padding-bottom: 50px;
}
.single-post .post-single-article .post-thumbnail {
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.post-content:after {
    content: '';
    display: table;
    clear: both;
}
.single-post-title {
    margin: 26px 0 35px;
    font-weight: normal;
}
.single-post .post-content p {
    margin-bottom: 32px;
}
.single-post .post-content > ul {
    list-style: none;
    padding: 0;
    margin: 17px 0 0;
}
.single-post .post-content > ul li {
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 22px;
}
.single-post .post-content > ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    position: absolute;
    background: #3351FF;
    border-radius: 100%;
}
.single-post .post-content h3 {
    margin-bottom: 1.5rem;
}
.single-post .wp-block-gallery {
    margin: 54px 0 49px;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px);
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 6px 6px 0;
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    border-radius: 16px;
}
.page-links {
    margin-top: 2rem;
}
.dm-social-sharing__title {
    font-weight: normal;
    color: #051B52;
    margin-bottom: 24px;
}
.post-tags {
    margin-top: 15px;
}
.post-tags__prefix {
    font-size: 22px;
    font-weight: bold;
}
.post-tags .tagcloud {
    margin-top: 10px;
}

.post__share {
    margin-top: 55px;
}
.post__share a {
    margin-left: 5px;
}

.single-post .template-full .page-content__main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {
    .single-post .template-full .page-content__main {
        max-width: 790px;
    }
    .single-post .page-content {
        padding-top: 224px;
    }
}

/*----------------------------------------------------
    18. POST NAVIGATION
------------------------------------------------------*/
.single-navigation {
    margin-top: 25px;
}
.navigation-item .post-title {
    margin: 6px 0 10px;
    max-height: 2.4em;
    overflow: hidden;
    font-weight: normal;
}
.navigation-item__direction {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.navigation-item.next {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .navigation-item .post-title {
        font-size: 18px;
    }
    .navigation-item.post-item {
        margin-bottom: 30px;
    }
}
/*----------------------------------------------------
    18. FEATURED POSTS
------------------------------------------------------*/
.related-posts {
    margin-top: 40px;
}
.related-posts .post-list {
    width: calc(100% + 200px);
    margin: 0 -100px;
}
.related-posts .post-title {
    margin-top: 10px;
    line-height: 1.2;
}

/*----------------------------------------------------
    13. COMMENTS
------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.post-comments {
    margin: 55px 0;
}
.post-comments .comment-notes {
    display: none;
}
.comment-form .form-submit {
    margin-bottom: 0;
}
.comment-form .form-submit .btn {
    min-width: 230px;
}
.comments-title {
    margin-bottom: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
    padding: 0;
    margin: 0;
}
.depth-2 .comment-body {
    padding-left: 30px;
}
.depth-3 .comment-body {
    padding-left: 50px;
}
.depth-4 .comment-body {
    padding-left: 75px;
}
.depth-5 .comment-body {
    padding-left: 90px;
}
.depth-6 .comment-body {
    padding-left: 105px;
}
.children .comment-respond {
    padding-bottom: 25px;
    max-width: 100%;
    border-bottom: 1px solid #ECECEC;
}
.comment-reply-title {
    position: relative;
}
.comment-body__avatar {
    position: relative;
}
.comment {
    position: relative;
}
.comment-body {
    border-bottom: 1px solid #ECECEC;
    padding: 32px 0 25px;
    position: relative;
}
.comment-list > li:last-child .comment-body {
    border-bottom: none;
}
.comment-body__avatar {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}
.comment-body__avatar img {
    border-radius: 100%;
}
.comment-body__content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}
.comment-body__avatar + .comment-body__content {
    max-width: calc(100% - 65px);
}
.comment-author .says {
    display: none;
}
.comment-author .fn {
    vertical-align: top;
}
.comment-author .fn a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.comment-content {
    margin-top: 10px;
    line-height: 1.5;
}
.comment-content > ul,
.comment-content > ol {
    margin-bottom: 1rem;
}
.comment-meta img {
    vertical-align: top;
}
.comment-meta {
    line-height: 1.3;
}
.comment-date {
    margin: 5px 0;
    color: #33BBFF;
    font-size: 12px;
}
.comment-btns .edit-link {
    vertical-align: top;
}
.comment-btns .reply {
    display: inline-block;
    vertical-align: top;
}
.comment .edit-link {
    margin-right: 10px;
    vertical-align: top;
    padding: 0;
}
.comment-respond a,
.comment-btns a,
.comment-meta a {
    text-decoration: none;
}
#cancel-comment-reply-link,
.comment-reply-link {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: top;
    padding: 2px 0;
}
#cancel-comment-reply-link {
    font-size: 1rem;
}
.comment-respond {
    margin-top: 25px;
}
.comment-form {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.comment-form .form-group {
    margin-bottom: 25px;
}
.comment-form .comment-form-email.form-group {
    margin-bottom: 20px;
}
.comment-form .comment-form-cookies-consent {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px;
}
.comment-form-cookies-consent .custom-control-label {
    padding: 4px 5px;
}
.comment-form-cookies-consent .custom-control-label::after,
.comment-form-cookies-consent .custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 2px;
}
.comment-awaiting-moderation {
    line-height: 1.2;
    display: block;
    margin-top: 10px;
    color: #999;
}


@media only screen and (max-width: 576px) {
    .comment-metadata {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 576px) {
    .comment-btns,
    #cancel-comment-reply-link {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
}


/*----------------------------------------------------
    20. HOME
------------------------------------------------------*/

/*----------------------------------------------------
    21. NEWSLETTER
------------------------------------------------------*/
.newsletter-title .elementor-heading-title {
    padding-left: 55px;
    position: relative;
}
.newsletter-title .elementor-heading-title:before {
    content: "\e906";
    font-family: 'icomoon';
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    font-weight: normal;
}
.newsletter-action .mc4wp-form .form-control {
    border-color: rgba(255,255,255,.5);
    color: #fff;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 23px;
    height: 64px;
}
.mc4wp-form .form-control {
    height: 64px;
    border-radius: 8px!important;
}
.subscribe-form {
    position: relative;
}
.subscribe-form .btn {
    position: absolute;
    right: 8px;
    top: 8px;
    min-width: 118px;
    z-index: 10;
}
.newsletter-modal .mc4wp-form .form-control::-webkit-input-placeholder,
.newsletter-action .mc4wp-form .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
}
.newsletter-modal .mc4wp-form .form-control::-moz-placeholder,
.newsletter-action .form-control::-moz-placeholder {
    color: rgba(255,255,255,.5);
}
.newsletter-modal .mc4wp-form .form-control::-ms-input-placeholder,
.newsletter-action .form-control::-ms-input-placeholder {
    color: rgba(255,255,255,.5);
}
.newsletter-modal .mc4wp-form .form-control::-moz-placeholder,
.newsletter-action .form-control::-moz-placeholder {
    color: rgba(255,255,255,.5);
}
.mc4wp-form .input-group-btn:last-child>.btn {
    margin-left: 10px;
    min-width: 170px;
}
.dymix-mailchimp-widget {
    padding: 27px 30px 58px;
    background-color: #33BBFF;
    color: #fff;
    text-align: center;
}
.dymix-mailchimp-widget .widget-title {
    border: none;
    padding: 0;
    text-transform: none;
    font-size: 34px;
    margin: 10px 0 17px;
}
.dymix-mailchimp-widget__text {
    margin: 35px 0 20px;
    line-height: 20px;
}
.newsletter-modal .mc4wp-form .input-group-btn:last-child>.btn,
.dymix-mailchimp-widget .dymix-mailchimp-widget__form .input-group-btn:last-child>.btn {
    margin-left: 0;
    min-width: initial;
}
.newsletter-modal .mc4wp-form .input-group-btn>.btn,
.dymix-mailchimp-widget .dymix-mailchimp-widget__form .input-group-btn>.btn {
    border: none;
    padding: 8px 0;
    line-height: 1.4;
    background: none;
    border-bottom: 1px solid #fff;
}
.newsletter-modal .mc4wp-form .input-group-btn>.btn:focus,
.dymix-mailchimp-widget__form .input-group-btn>.btn:focus {
    background: none;
    border-color: #fff;
}
.newsletter-modal .mc4wp-form .form-control,
.dymix-mailchimp-widget .dymix-mailchimp-widget__form .form-control {
    padding: 7px 0;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
}
.dymix-mailchimp-widget__form .btn:hover {
    color: #2b2b2b;
}
.elementor-widget-wp-widget-dm-mailchimp-widget .form-control {
    background: #F8F8F8;
    border-color: #F8F8F8;
    color: #2b2b2b;
}
.mc4wp-response {
    font-size: 16px;
    margin-top: 16px;
}
.mc4wp-error {
    color: red;
}
@media only screen and (max-width: 480px) {
    .mc4wp-form-fields .input-group {
        display: block;
    }
    .mc4wp-form .form-control {
        width: 100%;
    }
    .mc4wp-form .input-group-btn:last-child>.btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .newsletter-title .elementor-heading-title {
        padding-left: 112px;
    }
    .newsletter-title .elementor-heading-title:before {
        font-size: 94px;
    }
    .newsletter-action .mc4wp-form .form-control {
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (min-width: 1200px) {
    .dymix-mailchimp-widget .widget-title {
        font-size: 53px;
    }
}


/*----------------------------------------------------
    22. 404 PAGE
------------------------------------------------------*/
.error404 .page-content {
    background: linear-gradient(142.52deg, #3351FF 34.14%, #0222DB 85.37%), #FFFFFF;
    padding: 98px 0 60px;
}
.page-not-found__title {
    color: #fff;
    font-weight: 400;
    margin-bottom: 34px;
}
.page-not-found__text {
    line-height: 30px;
    margin-bottom: 40px;
}
.page-not-found__btn {
    font-weight: normal;
    padding: 15px 39px;
}
.page-not-found__btn:after {
    content: "\e904";
    font-family: 'icomoon';
    vertical-align: middle;
    font-size: 10px;
    margin-left: 17px;
}
.page-not-found__image {
    text-align: center;
    font-weight: 600;
    font-size: 120px;
    line-height: 120px;
    color: #FEFEFF;
    text-shadow: 0px 15.8759px 16.9343px rgba(0, 29, 198, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0;
}
.page-not-found__image img {
    width: 120px;
}
.page-not-found__image span {
    display: inline-block;
    margin-bottom: 21px;
}
.page-not-found__content {
    text-align: center;
    margin-top: 20px;
}
.page-id-3469 .page-content {
    padding: 140px 0 10px;
}
@media only screen and (min-width: 768px) {
    .error404 .page-content {
        padding: 120px 0;
    }
    .page-not-found__content {
        text-align: left;
        margin-top: 0;
    }
    .page-not-found__image img {
        width: 150px;
    }
    .page-not-found__image {
        font-size: 134px;
        line-height: 160px;
        justify-content: start;
    }
}
@media only screen and (min-width: 996px) {
    .error404 .page-content {
        padding: 269px 0 310px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-not-found__image {
        font-size: 286px;
        line-height: 271px;
        letter-spacing: -14px;
    }
    .page-not-found__image span:last-child {
        margin-left: -18px;
    }
    .error404 .page-content {
        padding: 269px 0 310px;
    }
    .page-not-found__image img {
        width: 267px;
    }
    .page-not-found__content {
        padding-left: 90px;
    }
    .page-id-3469 .page-content {
        padding: 218px 0 249px;
    }
}



/*----------------------------------------------------
    23. CONTACTS PAGE
------------------------------------------------------*/
.contact-info {
    padding: 60px 0;
}
.contact-form {
    padding: 40px 0 0;
}
.contact-addresses {
    padding: 52px 0 32px;
}
.contact__address {
    line-height: 30px;
    margin-bottom: 17px;
}
.contact__links {
    color: #33BBFF;
    line-height: 35px;
}

/*----------------------------------------------------
    24. TEAM
------------------------------------------------------*/
.dm-team {
    position: relative;
}
.dm-team__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    color: #fff;
}
.dm-team__name {
    font-size: 20px;
    line-height: 1.2;
}
.dm-team__position {
    margin-bottom: 16px;
    opacity: 0.6;
}
.dm-team__photo {
    display: block;
    position: relative;
    overflow: hidden;
}
.dm-team__photo img {
    display: block;
    height: 440px;
    width: 100%;
    object-fit: cover;
}
.dm-team__photo:before {
    content: '';
    background: linear-gradient(360deg, #051B52 0%, rgba(5, 27, 82, 0) 100%);
    opacity: 0.67;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.dm-team__social a.social-link {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 19px;
}
.dm-team__social .social-link.socicon-linkedin {
    font-size: 98%;
    line-height: 36px;
}
.social-links a.social-link.social-link-mail {
    font-size: 24px;
}

.join-button .elementor-button-icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: rgba(51, 187, 255, 0.05);
    border-radius: 100%;
    margin: auto 0 30px;
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    transition: transform 0.4s;
}
.join-button .elementor-button-text {
    display: block;
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.join-button .fa-plus {
    font-size: 70px;
    line-height: 88px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
}
.join-button .fa-plus:before {
    content: '+';
}
.join-button .elementor-button:hover .elementor-button-icon {
    transform: scale(1.2);
}
.join-button .elementor-button {
    width: 100%;

    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
}
.join-button .elementor-button:hover {
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 26px rgba(5, 27, 82, 0.1);
}
.join-button .elementor-button-content-wrapper {
    min-height: 300px;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flip-card {
    width: 100%;
    height: 440px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.can-flip:hover .flip-card-inner {
    transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
}

/* Style the back side */
.flip-card-back {
    background: linear-gradient(142.52deg, #3351FF 34.14%, #0222DB 85.37%), #FFFFFF;
    box-shadow: 0px 1px 0px rgba(5, 27, 82, 0.08), 0px 4px 16px rgba(5, 27, 82, 0.08);
    transform: rotateY(180deg);
    color: #fff;
    padding: 32px;
}
@media only screen and (min-width: 768px) {

    .join-button .elementor-button-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        padding: 116.7% 0 0 0;
    }
    .join-button .elementor-button {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .join-button .elementor-button-content-wrapper {
        height: 100%;
        min-height: auto;
    }
    .join-button .elementor-button-icon {
        margin: auto 0 20px;
    }
}
@media only screen and (min-width: 992px) {
    .join-button .elementor-button-icon {
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin: auto 0 60px;
    }
    .join-button .fa-plus {
        font-size: 83px;
        line-height: 105px;
    }
    .dm-team__content {
        padding: 32px;
    }
    .dm-team__name {
        font-size: 24px;
        line-height: 34px;
    }
}


/*----------------------------------------------------
    25. HOME PAGE
------------------------------------------------------*/
.slick-counter__sep {
    position: relative;
    margin: 0 9px 0 4px;
}
.slick-counter__sep:after {
    content: '';
    display: inline-block;
    border-left: 1px solid;
    opacity: 0.4;
    width: 1px;
    height: 41px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: rotate(22deg) translateY(-50%);
}
.slick-counter__sep:after {

}
.dm-hero-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    background: -webkit-linear-gradient(#3351FF 0, #57C7FF 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slick-arrow,
.dm-hero-slider .slick-arrow {
    font-size: 8px;
}
.slick-arrow:before,
.dm-hero-slider .slick-arrow:before {
    font-family: 'icomoon';
}
.slick-prev:before,
.dm-hero-slider .slick-prev:before {
    content: "\e903";
}
.slick-next:before,
.dm-hero-slider .slick-next:before {
    content: "\e904";
}
.dm-hero-slide-inner {
    padding-bottom: 100px;
}
.dm-hero-title,
.dm-hero-text {
    margin-bottom: 40px;
}
.dm-hero-slider .container {
    position: relative;
}
.dm-hero-slider.slider-width-container.as-vertical .slick-counter,
.dm-hero-slider.slider-width-container.slick-vertical .slick-counter {
    left: 65px;
}
.dm-hero-slider + .slick-counter {
    font-weight: 300;
    margin-top: -19px;
    margin-left: 55px;
}
.dm-hero-slider + .slick-counter .slick-counter__sep:after {
    background: #fff;
}
.services-hero {
    background-color: #0043D6;
}
.partners-section,
.invest-section {
    overflow: hidden;
    z-index: 1;
}
.invest-section .elementor-container {
    z-index: 1;
}
.invest-section .elementor-container:before,
.invest-section:after,
.partners-section:after,
.partners-section:before {
    content: '';
    background: url('../images/sphere-2.png') no-repeat 50%;
    position: absolute;
    background-size: 100%;
    background-size: contain;
    z-index: -1;
}
.invest-section .elementor-container:before {
    width: 184px;
    height: 191px;
    right: -27px;
    top: -56px;
    opacity: 0.3;
}
.invest-section:after {
    width: 824px;
    height: 856px;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    opacity: 0.2;
}
.partners-section:before {
    width: 444px;
    height: 455px;
    left: 73%;
    top: 80%;
}
.partners-section:after {
    width: 932.59px;
    height: 957.35px;
    top: 0;
    right: 0;
    transform: translate(-25%, -29%);
    opacity: 1;
}
.dm-hero-slider.slider-width-container.as-vertical .slick-arrow,
.dm-hero-slider.slider-width-container.slick-vertical .slick-arrow {
    left: 0;
}
.dm-hero-slider .slick-slide {
    transition: opacity 0.4s ease, transform 0.6s ease !important;
}
.dm-hero-slider.is-next .slick-slide,
.dm-hero-slider.is-prev .slick-slide {
    transform: translateY(250px);
    transition: opacity 0.8s ease, transform 0.6s ease  !important;
}
.dm-hero-slider.is-next .slick-slide.slick-active,
.dm-hero-slider.is-prev .slick-slide.slick-active {
    transform: translateY(0);
}
.dm-hero-slider.is-next .slick-slide.slick-active + .slick-slide {
    transform: translateY(-40%);
}
.dm-hero-slider.is-prev .slick-slide.slick-active + .slick-slide {
    transform: translateY(-40%);
}
.services-hero .elementor-background-video-container video{
    max-height: 100%;
}

.faq-tabs .elementor-accordion .elementor-accordion-item {
     border: none;
}
.faq-tabs .elementor-accordion .elementor-tab-title {
    border-radius: 16px;
    padding: 25px 40px 27px 20px;
    background: rgba(51, 81, 255, 0.05);
}
.faq-tabs .elementor-accordion .elementor-tab-content {
    padding: 20px;
    border-radius: 0 0 16px 16px;
    background: rgba(51, 81, 255, 0.1);
}
.faq-tabs .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-radius: 16px 16px 0 0;
    padding-left: 20px;
    border-bottom: 1px solid #C8CEE5;
    background: rgba(51, 81, 255, 0.1);
}
.faq-tabs .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 33px;
    height: 33px;
    border: 1px solid #DDE0EE;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-top: -5px;
}

@media only screen and (min-width: 576px) {
    .dm-hero-slider.slider-width-container.as-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.slick-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.as-vertical + .slick-counter,
    .dm-hero-slider.slider-width-container.slick-vertical + .slick-counter {
        left: calc(50% - 275px);
    }
    .dm-hero-slider + .slick-counter {
        margin-left: 68px;
    }
}
@media only screen and (min-width: 768px) {
    .faq-tabs .elementor-accordion .elementor-tab-title {
        padding: 35px 40px 37px 40px;
    }
    .faq-tabs .elementor-accordion .elementor-tab-content {
        padding: 22px 90px 28px 57px;
    }
    .faq-tabs .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
        padding-left: 59px;
    }
    .services-hero .elementor-background-video-container video{
        max-width: 50%;
        object-fit: contain;
    }
    .dm-hero-slide-inner {
        padding-bottom: 150px;
    }
    .dm-hero-slider.slider-width-container.as-vertical .dm-hero-slide-inner.slide-align-left,
    .dm-hero-slider.slider-width-container.slick-vertical .dm-hero-slide-inner.slide-align-left {
        padding-left: 97px;
    }
    .dm-hero-title {
        font-size: 56px;
    }
    .dm-hero-title, .dm-hero-text {
        padding: 2px;
    }
    .dm-hero-slider.slider-width-container.as-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.slick-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.as-vertical + .slick-counter,
    .dm-hero-slider.slider-width-container.slick-vertical + .slick-counter {
        left: calc(50% - 346px);
    }
    .dm-hero-slider.slider-width-container.as-vertical + .slick-counter,
    .dm-hero-slider.slider-width-container.slick-vertical + .slick-counter{
        margin-left: 0;
    }
    .dm-hero-slider.as-vertical .slick-prev:before,
    .dm-hero-slider.slick-vertical .slick-prev:before {
        content: "\e908";
    }
    .dm-hero-slider.as-vertical .slick-next:before,
    .dm-hero-slider.slick-vertical .slick-next:before{
        content: "\e902";
    }
    .partners-section:before {
        left: -156px;
        top: 940px;
    }
    .partners-section:after {
        transform: translate(39%, -29%);
    }
}

@media only screen and (min-width: 992px) {
    .dm-hero-slide-inner {
        padding-bottom: 100px;
        padding-top: 176px;
        max-width: 800px;
    }
    .dm-hero-slider.slider-width-container.as-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.slick-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.as-vertical + .slick-counter,
    .dm-hero-slider.slider-width-container.slick-vertical + .slick-counter {
        left: calc(50% - 460px);
    }
}

@media only screen and (min-width: 1200px) {
    .dm-hero-slider.slider-width-container.as-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.slick-vertical .slick-arrow,
    .dm-hero-slider.slider-width-container.as-vertical + .slick-counter,
    .dm-hero-slider.slider-width-container.slick-vertical + .slick-counter {
        left: calc(50% - 570px);
    }
}

/*----------------------------------------------------
    26. REVIEW
------------------------------------------------------*/
.dm-review-slider-wrap {
    position: relative;
}
.dm-review-slider:not(.slick-initialized) .dm-review-slide:not(:first-child) {
    display: none;
}
.dm-review-title {
    font-weight: 600;
    margin-bottom: 0px;
}
.dm-review-position {
    opacity: 0.4;
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 31px;
    font-weight: 400;
}
.dm-review-text {
    position: relative;
    padding-left: 70px;
}
.dm-review-text:before {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 45px;
    line-height: 1;
    opacity: 0.4;
}
.dm-review-title,
.dm-review-position,
.dm-review-text,
.dm-review-text:before,
.dm-review-slider-wrap .slick-counter {
    color: #ffffff;
}
.dm-review-slider .slick-arrow {
    border-radius: 8px;
    border: 2px solid rgba(51, 187, 255, 0.5);
    color: #33BBFF;
    font-size: 15px;
    position: absolute;
    bottom: 24px;
    left: 15px;
    z-index: 1;
}

.dm-reviews .slick-counter {
    position: absolute;
    z-index: 1;
    bottom: 42px;
    left: 15px;
    margin-left: 90px;
}
.dm-review-slider .slick-next {
    margin-left: 180px;
}
.dm-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dm-review-slider-image,
.dm-reviews-slider-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.dm-review-slider-image {
    text-align: right;
    background: linear-gradient(142.52deg, #3351FF 34.14%, #0222DB 85.37%);
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    position: relative;
}
.dm-review-slider-image:before {
    content: '';
    position: absolute;
    background: url(../../../../uploads/2020/11/sphere-2.png) no-repeat 100% 50%;
    background-size: 794px;
    width: 100%;
    height: 794px;
    right: 60%;
    top: -164px;
    opacity: 0.5;
}
.dm-review-slider-image img {
    opacity: 0;
    z-index: 1;
    transform: translateX(-100%);
    transition: transform 0.3s, opacity 0.5s;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}
.dm-review-slider-image img.active ~ img {
    transform: translateX(100%);
}
.dm-review-slider-image img.active {
    opacity: 1;
    transform: translateX(0);
}
.dm-review-slider .slick-slide {
    padding: 60px 15px 100px 15px;
}
.dm-review-slider .slick-track {
    display: flex !important;
}
.dm-review-slider .slick-track:before,
.dm-review-slider .slick-track:after {
    content: none;
}
.dm-review-slider .slick-slide {
    height: inherit !important;
}

@media only screen and (max-width: 767px) {
    .dm-review-slider-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 15px;
        max-height: 100%!important;
        z-index: -1;
    }
}
@media only screen and (min-width: 768px) {
    .dm-review-title,
    .dm-review-position,
    .dm-review-text,
    .dm-review-text:before,
    .dm-reviews .slick-counter {
        color: #051B52;
    }
    .dm-review-slider-image img.active {
        opacity: 1;
    }
    .dm-reviews {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .dm-review-slider .slick-slide {
        padding: 80px 15px 100px 60px;
    }
    .dm-review-slider-image {
        -ms-flex: 0 0 calc(50% - 50px);
        flex: 0 0 calc(50% - 50px);
        max-width: calc(50% - 50px);
        min-height: 536px;
    }
    .dm-reviews-slider-wrap {
        -ms-flex: 0 0 395px;
        flex: 0 0 395px;
        max-width: 395px;

    }
    .dm-reviews .slick-counter,
    .dm-review-slider .slick-arrow {
        left: 104px;
    }
    .dm-review-slider .slick-arrow {
        bottom: 60px;
    }
    .dm-reviews .slick-counter {
        bottom: 76px;
    }
    .dm-reviews .slick-counter {
        margin-left: 88px;
    }
    .dm-review-slider .slick-next {
        margin-left: 175px;
    }
    .dm-review-slider-image:before {
        content: '';
        background-size: 794px;
        width: 100%;
        height: 794px;
        right: -5px;
        top: -164px;
    }
    .dm-review-text:before {
        font-size: 51px;
    }
    .dm-review-text {
        padding-left: 96px;
    }
}

@media only screen and (min-width: 992px) {
    .dm-review-slider-image {
        -ms-flex: 0 0 calc(50% - 100px);
        flex: 0 0 calc(50% - 100px);
        max-width: calc(50% - 100px);
    }
    .dm-reviews-slider-wrap {
        -ms-flex: 0 0 565px;
        flex: 0 0 565px;
        max-width: 565px;
    }
    .dm-review-slider .slick-slide {
        padding: 121px 15px 130px 104px;
    }
    .dm-review-slider-image img {
        height: auto;
        max-width: 472px;
    }
    .dm-review-slider .slick-arrow {
        bottom: 70px;
    }
    .dm-reviews .slick-counter {
        bottom: 88px;
    }
}
@media only screen and (min-width: 1230px) {
    .dm-reviews-slider-wrap {
        -ms-flex: 0 0 672px;
        flex: 0 0 672px;
        max-width: 672px;
    }
    .dm-review-slider .slick-arrow {
        bottom: 60px;
    }
    .dm-reviews .slick-counter {
        bottom: 128px;
    }
}
@media only screen and (min-width: 1441px) {
    .dm-review-slider-image:before {
        background-size: 118%;
    }
}

/*----------------------------------------------------
    26. BRANDS
------------------------------------------------------*/
.dm-brand-card {
    border: 1px solid #B4BACB;
    border-radius: 16px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dm-brand-card img {
    max-width: 70%;
}
.js-brand-slider-left .dm-brand-card,
.js-brand-slider-right .dm-brand-card {
    margin: 0 4px;
    width: 180px;
    min-width: 180px;
}
body:not(.elementor-editor-active) .js-brand-slider-left > .elementor-column-wrap > .elementor-widget-wrap:not(.slick-initialized),
body:not(.elementor-editor-active) .js-brand-slider-right > .elementor-column-wrap > .elementor-widget-wrap:not(.slick-initialized) {
    max-height: 160px;
    overflow: hidden;
}
.js-brand-slider-left > .elementor-column-wrap > .elementor-widget-wrap:not(.slick-initialized) .elementor-widget-dm-brand,
.js-brand-slider-right > .elementor-column-wrap > .elementor-widget-wrap:not(.slick-initialized) .elementor-widget-dm-brand {
    max-width: 180px;
    margin: 0 4px;
}
.js-brand-slider-left .elementor-widget:not(:last-child),
.js-brand-slider-right .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .js-brand-slider-left .dm-brand-card,
    .js-brand-slider-right .dm-brand-card {
        width: 280px;
        min-width: 280px;
    }
    .js-brand-slider-left > .elementor-column-wrap > .elementor-widget-wrap:not(.slick-initialized) .elementor-widget-dm-brand,
    .js-brand-slider-right > .elementor-column-wrap > .elementor-widget-wrap:not(.slick-initialized) .elementor-widget-dm-brand {
        max-width: 280px;
    }
}

/*----------------------------------------------------
    26. CONFERENCES
------------------------------------------------------*/
.conference-box > .elementor-column-wrap {
    box-shadow: 0 1px 0 rgba(5, 27, 82, 0.08), 0 4px 16px rgba(5, 27, 82, 0.08);
    background: #fff;
}
.conference-member.elementor-widget-image-box .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.conference-member .elementor-image-box-img {
    flex: 0 0 72px;
    max-width: 72px;
    margin-right: 18px !important;
}
.conference-member img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin: 0;
}
.conference-member .elementor-image-box-title {
    margin-top: 10px;
}
.conference-member .elementor-image-box-description {
    font-weight: normal;
}
.video-card a:before,
.video-card a:after {
    content: "\e907";
    font-family: 'icomoon';
    position: absolute;
    left: 50%;
    top: 50%;

    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: -28px 0 0 -28px;
    text-align: center;
    background: #3351FF;
    box-shadow: 0px 1px 0px rgba(5, 27, 82, 0.08), 0px 4px 16px rgba(5, 27, 82, 0.08);
    border-radius: 100%;
    transform-origin: 50%;
}
.video-card a:before {
    content: '';
    width: 76px;
    height: 76px;
    opacity: 0.24;
    margin: -38px 0 0 -38px;
}
.video-card a:hover:before {
    -webkit-animation: anim-moema-1 .5s forwards;
    animation: anim-moema-1 .5s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.step-block + .step-block:before {
    content: '';
    height: 60px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #3351FF 0%, rgba(51, 81, 255, 0) 100%);
}

.schema-item .elementor-icon-box-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 0px rgba(5, 27, 82, 0.08), 0px 4px 16px rgba(5, 27, 82, 0.08);
    border-radius: 16px;
}
.schema-item .elementor-icon-box-title {
    padding: 15px 15px;
    padding-left: 62px;
    color: #fff;
    background: #3351FF;
    border-radius: 16px 16px 0px 0px;
    margin: 0;
    text-align: left;
}
.schema-item .elementor-icon-box-icon {
    position: absolute;
    left: 8px;
    top: 8px;
}
.schema-item .elementor-icon-box-description {
    padding: 24px;
}
.schema-item .elementor-icon-box-description strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding-left: 17px;
    margin: 0 0 7px;
    color: #051B52;
}
.schema-item .elementor-icon-box-description strong + br {
    display: none;
}
.schema-item .elementor-icon-box-description ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}
.schema-item .elementor-icon-box-description ul li + li {
    margin-top: 30px;
}
.schema-item .elementor-icon-box-description ul li:before {
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
}
.column-count-2 .elementor-icon-box-description ul li {
    margin-top: 0;
}

.column-count-2 .elementor-icon-box-description ul li:nth-child(even) {
    margin-right: 0;
}
.column-count-2 .elementor-icon-box-description ul:after {
    content: '';
    display: table;
    clear: both;
}
.schema-arrow-right {
    border-bottom: 2px solid #3351FF;
    text-align: center;
    padding: 9px 0;
    position: relative;
}
.schema-arrow-bottom .elementor-heading-title:before,
.schema-arrow-right:before  {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 2px solid #3351FF;
    border-radius: 100%;
    position: absolute;
    left: -7px;
}
.schema-arrow-right:before {
    bottom: -7px;
}
.schema-arrow-bottom .elementor-heading-title:after,
.schema-arrow-right:after {
    content: "\e904";
    font-family: 'icomoon';
    color: #3351FF;
    position: absolute;
    right: -3px;
    bottom: -15px;
    font-size: 17px;
}
.schema-arrow-bottom .elementor-heading-title:after {
    left: -9px;
    content: "\e902";
    bottom: -2px;
    font-size: 10px;
    right: auto;
}
.schema-arrow-bottom {
    text-align: center;
}
.schema-arrow-bottom .elementor-heading-title {
    padding: 24px;
    display: inline-block;
    border-left: 2px solid #3351FF;
    text-align: center;
    position: relative;
    margin: 0 0 0 180px;
    width: 180px;
    text-align: left;
}
.schema-arrow-bottom .elementor-heading-title:before {
    top: -7px;
    left: -8px;
}
.schema-section {
    overflow-x: auto;
}
.schema-section .elementor-container {
    min-width: 720px;
}

@media (max-width: 767px) {
    .elementor-22 .elementor-element.elementor-element-7a5fc92 {
        width: 60%;
    }
    .elementor-22 .elementor-element.elementor-element-1f99bef {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) {
    .column-count-2 .elementor-icon-box-description ul li {
        float: left;
        width: 44%;
        margin-right: 9.5%;
        margin-top: 0;
    }
    .schema-item.column-count-2 .elementor-icon-box-description ul li + li {
        margin-top: 0;
    }
    .step-block + .step-block:before {
        width: 140px;
        height: 1px;
        background: linear-gradient(270deg, #3351FF 0%, rgba(51, 81, 255, 0) 101.66%);
        transform: translateX(-50%);
        left: 0;
        top: 18px;
    }
    .schema-item .elementor-icon-box-title {
        padding-left: 55px;
    }
}
@media only screen and (min-width: 992px) {
    .step-block + .step-block:before {
        width: 228px;
    }
    .schema-item .elementor-icon-box-title {
        padding: 19px 30px;
        padding-left: 80px;
    }
    .schema-item .elementor-icon-box-icon {
        left: 10px;
        top: 8px;
    }
    .schema-item .elementor-icon-box-description {
        padding: 31px 39px 40px;
    }
    .schema-arrow-right {;
        padding: 14px 30px;
    }
    .schema-arrow-bottom .elementor-heading-title {
        padding: 32px 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .schema-item .elementor-icon-box-title {
        padding: 19px 50px;
        padding-left: 119px;
    }
    .schema-item .elementor-icon-box-icon {
        left: 39px;
    }
}

/*----------------------------------------------------
    27. MODAL
------------------------------------------------------*/
.modal-backdrop {
    background: #051B52;
}
.modal-backdrop.show {
    opacity: 0.67;
}
button.close {
    text-shadow: none;
}
.close {
    opacity: 0.7;
    color: #051B52;
    font-weight: 400;
}
.close:after {
    content: "\e905";
    font-family: 'icomoon';
    color: #051B52;
}
.modal-content > .close,
.modal-header .close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    font-size: 16px;
    color: #051B52;
    font-weight: normal;
}
.modal-content {
    border: none;
    border-radius: 16px;
}
.modal-body {
    padding: 24px;
}
.newsletter-modal .close {
    color: #fff;
}
.modal-header {
    padding: 24px;
}
.modal-title {
    color: #051B52;
}
.newsletter-modal .modal-header {
    justify-content: center;
    padding: 30px;
}
.newsletter-modal .modal-body {
    padding: 0 30px 30px;
}
.newsletter-modal .modal-content {
    background-color: #33BBFF;
    color: #fff;
    text-align: center;
}
.newsletter-modal .modal-content a {
    color: #fff;
    text-decoration: underline;
}
.newsletter-modal .mc4wp-form {
    padding-top: 3rem;
}
.subscribe-modal .modal-body {
    font-weight: normal;
}
.subscribe-modal .mc4wp-form {
    margin: 30px 0 19px;
}
.subscribe-modal small {
    font-size: 14px;
    line-height: 1.7;
    display: block;
}
.subscribe-modal small a {
    text-decoration: underline;
}
.modal .post-edit-link {
    font-size: 14px;
    position: absolute;
}
.modal .post-edit-link i {
    vertical-align: middle;
}
.subscribe-modal h3 {
    max-width: calc(100% - 50px);
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 760px;
    }
    .subscribe-modal .mc4wp-form {
        margin: 48px 0 19px;
    }
    .subscribe-modal h3 {
        max-width: 70%;
        line-height: 1.4;
    }
    .subscribe-modal .modal-body {
        font-size: 24px;
        line-height: 34px;
    }
    .modal-header {
        padding: 40px 40px 0;
    }
    .modal-body {
        padding: 40px;
    }
}

/*----------------------------------------------------
    9. ABS BLOCK
------------------------------------------------------*/
.abs-box {
    /*     z-index: 1; */
}

.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.abs-box,
.abs-box h1,
.abs-box h2,
.abs-box h3,
.abs-box h4,
.abs-box h5,
.abs-box h6,
.abs-box .h1,
.abs-box .h2,
.abs-box .h3,
.abs-box .h4,
.abs-box .h5,
.abs-box .h6  {
    color: #fff;
}
.bg-dark a:not(.btn),
.abs-box a:not(.btn) {
    color: inherit;
}
.bg-dark a:not(.btn):hover,
.abs-box a:not(.btn):hover {
    color: inherit;
}
.bg-dark .form-control,
.bg-dark-image .form-control,
.abs-box .form-control {
    border-color: #ffffff;
    color: #fff;
}
.bg-dark input::-webkit-input-placeholder,
.bg-dark .form-control::-webkit-input-placeholder,
.bg-dark-image input::-webkit-input-placeholder,
.bg-dark-image .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.bg-dark input::-moz-placeholder,
.bg-dark .form-control::-moz-placeholder,
.bg-dark-image input::-moz-placeholder,
.bg-dark-image .form-control::-moz-placeholder {
    color: #ffffff;
}
.bg-dark input::-ms-input-placeholder,
.bg-dark .form-control::-ms-input-placeholder,
.bg-dark-image input::-ms-input-placeholder,
.bg-dark-image .form-control::-ms-input-placeholder {
    color: #ffffff;
}
.bg-dark input::-moz-placeholder,
.bg-dark .form-control::-moz-placeholder,
.bg-dark-image input::-moz-placeholder,
.bg-dark-image .form-control::-moz-placeholder {
    color: #ffffff;
}

.bg-dark .btn__icon_circle,
.abs-box .btn__icon_circle {
    border-color: #666666;
}
.abs-box .form-control:focus,
.bg-dark .form-control:focus {
    color: #fff;
    border-color: #888888;
}
.abs-box form {
    padding-right: 60px;
    margin-top: 30px;
}
.abs-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(142.52deg, #3351FF 34.14%, #0222DB 85.37%);
    border-radius: 0 16px 16px 0;
    z-index: -1;
}
.elementor-column-gap-default .abs-box-bg {
    left: 10px;
    right: 10px;
}
.elementor-column-gap-narrow .abs-box-bg {
    left: 5px;
    right: 5px;
}
.elementor-column-gap-wide .abs-box-bg {
    left: 20px;
    right: 20px;
}
.elementor-column-gap-wider .abs-box-bg {
    right: 30px;
    left: 30px;
}
.abs-box__title {
    margin: 0 0 30px;
}
.abs-box__text {
    margin: 0 0 45px;
    line-height: 28px;
}
.abs-box__text p:last-child {
    margin-bottom: 0;
}


@media only screen and ( max-width: 1200px ) {
    .abs-box .elementor-column-wrap {
        padding: 60px 75px 60px 15px;
    }
    .abs-box-right .elementor-column-wrap {
        padding-left: 60px;
        padding-right: 15px;
    }
}

@media only screen and ( max-width: 992px ) {
    .abs-box .elementor-column-wrap {
        padding: 60px 45px 60px 30px;
    }
    .abs-box-right .elementor-column-wrap {
        padding: 60px 35px 60px 50px;
    }
    .abs-box form {
        padding-right: 0;
        width: 100%;
    }
}

@media only screen and ( max-width: 576px ) {
    .abs-box {
        background: radial-gradient(854.92px at 0% 100%, #333333 0%, #2B2B2B 100%);
        margin: 0 15px;
    }
    .abs-box > .elementor-column-wrap {
        padding: 30px 25px;
    }
}
@media only screen and ( min-width: 992px ) {
    .abs-box > .elementor-column-wrap {
        min-height: 430px;
    }
    .image-full-box {
        padding: 0;
        position: absolute !important;
        top: 0;
        height: 100%;
        right: 0;
        width: initial!important;
    }
    .image-full-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and ( min-width: 1200px ) {
    .image-full-box {
        left: calc((100% - 1140px) / 2);
    }
    .abs-box > .elementor-column-wrap {
        min-height: 510px;
    }
}

/*----------------------------------------------------
    26. FOOTER
------------------------------------------------------*/
.page-footer {
    padding: 40px 0 22px;
    background: linear-gradient(90deg, #FFFFFF 66.94%, #FBFBFB 86.28%);
    border-top: 1px solid #D9DCE4;
    font-size: 14px;
}
.page-footer .widget-col .widget + .widget {
    margin-top: 55px;
}
.page-footer .widget_media_image + .widget_text {
    margin-top: 25px!important;
}
.page-footer .widget-col .widget:last-child {
    margin-bottom: 45px;
}
.page-footer a {
    color: inherit;
}
.page-footer a:hover {
    color: #051B52;
}
.page-footer .textwidget p {
    margin-bottom: 20px;
}
.widget-title {
    font-size: 16px;
    font-weight: 600;
}
.page-footer .widget-title {
    margin: 0 0 15px;
    line-height: 1.25;
}
.page-footer .menu li {
    padding: 0;
    margin-bottom: 12px;
    line-height: 1.29;
}
.footer-license {
    border-top: 1px solid #CACED9;
    padding: 17px 0 23px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(5, 27, 82, 0.7);
    font-weight: normal;
}
.footer-license p {
    margin-bottom: 8px;
}
.footer-license strong {
    color: #000000;
    font-weight: normal;
}
.copy-text {
    color: #051B52;
    font-weight: normal;
}
.widget-col {
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .widget-col {
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {

    .footer-widgets-cols-5 .widget-col:first-child {
        max-width: 24.5%;
    }
    .footer-widgets-cols-5 .widget-col:nth-child(2) {
        max-width: 16.5%;
    }
    .footer-widgets-cols-5 .widget-col:nth-child(3) {
        max-width: 16.3%;
    }
    .footer-widgets-cols-5 .widget-col:nth-child(4) {
        max-width: 16.5%;
    }
    .footer-widgets-cols-5 .widget-col:nth-child(5) {
        max-width: 26.2%;
        text-align: right;
    }
}


/*----------------------------------------------------
    27. BACK TO TOP
------------------------------------------------------*/
.page-to-top {
    padding: 19px 0;
    background-color: #303030;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
.page-to-top:before {
    content: "\f15b";
    font-family: 'Flaticon';
    margin-right: 10px;
}
.page-to-top:hover {
    background-color: #33BBFF;
    cursor: pointer;
}
.page-backdrop {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    background: #051B52;
    opacity: 0;
    visibility: hidden;
    z-index: 1019;
    transition: all .4s;
}
.page-backdrop.active {
    left: 0;
    opacity: 0.67;
    visibility: visible;
}
.parallax-slider[src="https://wavegp.com/wp-content/uploads/2021/01/Protocol-Inventory-Management.svg"] {
    right: 0!important;
    width: 50%!important;
}
.parallax-slider[src="https://wavegp.com/wp-content/uploads/2020/11/index-bg.png"] {
    opacity: 0.6;
}
.parallax-slider[src="https://wavegp.com/wp-content/uploads/2021/03/invest-hero.png"] {
    right: 0!important;
    width: 72%!important;
    object-fit: contain;
}
@media only screen and (min-width: 1600px) {
    .parallax-slider[src="https://wavegp.com/wp-content/uploads/2021/01/Frame-273-1.png"] {
        right: 0!important;
        width: 80%!important;
        object-fit: contain;
    }
    .parallax-slider[src="https://wavegp.com/wp-content/uploads/2020/11/overlay-services.png"] {
        object-fit: contain;
        max-width: 80%!important;
        left: 10%;
    }
}
