/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*  01  -   General                             */
/*  02  -   Typography                          */
/*  03  -   Buttons                             */
/*  07  -   Form                                */
/*  13  -   Header                              */
/*  14  -   Content                             */
/*  16  -   Blog                                */
/*  17  -   Sidebar                             */
/*  18  -   Single post                         */
/*  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: 'Montserrat', sans-serif;
    background: #F0F7FF;
    font-size: 14px;
    line-height: 24px;
    color: #2C346A;
}
h1, .h1,
h1.elementor-heading-title {
    font-weight: bold;
    font-size: 53px;
}
h2, .h2,
h2.elementor-heading-title {
    font-weight: 900;
    font-size: 32px;
}
h3, .h3,
h3.elementor-heading-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
h4, .h4,
h4.elementor-heading-title {
    font-weight: bold;
    font-size: 22px;
}
h5, .h5,
h5.elementor-heading-title {
    font-weight: bold;
    font-size: 14px;
}
h6, .h6,
h6.elementor-heading-title {
    font-weight: bold;
    font-size: 12px;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #2C346A;
    text-decoration: none;
}
a:hover {
    color: #0083FF;
    text-decoration: none;
}
.link-inherit,
.post-title a {
    color: inherit;
}
.link-inherit:hover,
.post-title a:hover{
    color: #0083FF;
}
blockquote {
    font-size: 22px;
    border-left: 5px solid #2C346A;
    margin-bottom: 30px;
    padding: 10px 25px;
    line-height: 1.4;
}
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;
}
.font-sans,
.font-sans blockquote {
    font-family: 'Montserrat', sans-serif;
}
table {
    width: 100%;
    margin-bottom: 1rem;
}
table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

@media only screen and (max-width: 1200px) {
    .h1, h1,
    .h1 .elementor-heading-title {
        font-size: 50px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 992px) {
    .h1, h1,
    .h1 .elementor-heading-title {
        font-size: 40px;
    }
    .h2, h2,
    .h2 .elementor-heading-title {
        font-size: 28px;
    }
}

@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: 30px;
    }
    .h3, h3,
    .h3 .elementor-heading-title{
        font-size: 22px;
    }
}

/*----------------------------------------------------
    03. COLORS
------------------------------------------------------*/
.text-primary {
    color: #2C346A!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: #2C346A!important;
}
.bg-secondary {
    background-color: #3B3B3B!important;
}
.bg-grey {
    background-color: #F5F5F5;
}
.bg-light {
    background-color: #F5F5F5!important;
}
.bg-dark {
    background-color: #262626!important;
}


/*----------------------------------------------------
    03. BUTTONS
------------------------------------------------------*/
.btn,
.wp-block-search__input,
.elementor-button,
.post-password-form p:last-child input[type=submit] {
    padding: 17px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    line-height: 1.45;
    border-radius: 8px;
}
.elementor-button {
    padding: 18px 30px;
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 3px 15px;
    font-size: 17px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}
.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: 17px 15px;
    font-size: 17px;
}
.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: #2C346A;
    border-color: transparent;
}
.elementor-button,
.btn-primary,
.post-password-form input[type=submit],
.wp-block-search__button,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.elementor-button:focus,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #2C346A;
    border-color: #2C346A;
}
.elementor-button:hover,
.btn-primary:hover,
.wp-block-search__button:hover {
    color: #fff;
    background-color: #0083FF;
    border-color: #0083FF;
}
.btn-secondary {
    color: #fff;
    background-color: #0083FF;
    border-color: #0083FF;
}
.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: #3B3B3B;
    border-color: #3B3B3B;
}
.btn-outline-primary {
    color: #2C346A;
    border-color: #2C346A;
}
.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: #C6AC71;
    background: none;
    border-color: #C6AC71;
}
.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-white {
    background: #ffffff;
    border-color: #ffffff;
}
.btn-white:hover {
    color: #0083FF;
}
.btn-light {
    background: rgba(255, 255, 255, 0.07);
    border: none;
}
.btn-rounded {
    border-radius: 3px;
}
.btn-circle {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0;
}
.form-submit {
    margin-top: 24px;
}
.btn-lg {
    min-width: 230px;
    text-align: center;
}
.btn.min-width-btn,
.min-width-btn .elementor-button {
    min-width: 272px;
}
.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: #2C346A;
}
.elementor-icon-box-icon .elementor-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #F0F7FF;
    mix-blend-mode: normal;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-clock .elementor-icon-box-icon .elementor-icon {
    padding-left: 8px;
}
@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;
    }
}

/*----------------------------------------------------
    04. HERO ASIDE
------------------------------------------------------*/
.hero-aside .widget + .widget:before {
    content: '';
    display: block;
    opacity: 0.5;
    background: #FFFFFF;
    height: 2px;
    width: 48px;
    margin: 76px 0;
}
.hero-aside .social-links {
    text-align: center;
}
.hero-aside .social-link + .social-link {
    margin: 16px 0 0;
}
.wpml-ls-item a {
    display: block;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item + .wpml-ls-item {
    margin-top: 16px;
}
.wpml-ls-item.wpml-ls-current-language a {
    border: 2px solid #0083FF;
    line-height: 44px;
}
@media only screen and (max-width: 1439px) {
    .hero.elementor-section .elementor-container {
        position: static;
    }
}
@media only screen and (min-width: 768px) {
    .hero-aside {
        position: absolute;
        right: 0;
        width: 82px !important;
        top: 0;
        bottom: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .hero-aside {
        right: -52px;
    }
}

/*----------------------------------------------------
    07. FORM
------------------------------------------------------*/
.form-group {
    margin-bottom: 16px;
}
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 {
    border-radius: 0;
    padding: 10px 16px;
    height: 56px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: #FFFFFF;
}
select.form-control,
.widget select {
    padding: 10px 20px;
    height: 60px
}
.widget select:focus,
.form-control:focus {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    border-color: #0083FF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
}
textarea.form-control {
    padding: 15px 20px;
}
.input-group .form-control {
    border-radius: 0;
    padding: 29px 20px;
    font-size: 17px;
}
.input-group-btn>.btn {
    border-radius: 0;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: rgba(255,255,255,.5);
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: rgba(255,255,255,.5);
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: rgba(255,255,255,.5);
}
.form-row {
    margin-right: -5px;
    margin-left: -5px;
}
.form-col {
    padding-right: 5px;
    padding-left: 5px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #ECECEC;
}
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background: #2C346A;
    border-color: #2C346A;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.comment-form .form-group {
    position: relative;
}
.comment-form label.error,
body span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
}
.comment-form textarea + .error {
    right: 15px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form-inline .wpcf7-form-control-wrap {
    margin-right: 16px;
}
body div.wpcf7 .form-inline {
    position: relative;
}
.form-submit {
    position: relative;
}
.form-submit .ajax-loader,
body div.wpcf7 .form-inline .ajax-loader {
    position: absolute;
    right: 0;
    top: 0;
}
.form-inline .wpcf7-form-control-wrap {
    width: 100%;
    margin: 0 0 16px;
}
.form-inline .form-control {

    width: 100%;
}
.submit-block {
    position: relative;
}
.form-inline .submit-block {
    min-width: 100%;
    margin-top: 10px;
}
.form-inline .wpcf7-submit {
    width: 100%;
}

.comment-form input[aria-invalid="true"],
.comment-form textarea[aria-invalid="true"],
.wpcf7-not-valid {
    border-color: #d9534f!important;
}
body .wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    border: none;
    border-left: 4px solid #d9534f;
    line-height: 1.3;
}
.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;
}
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: 60px;
    height: 60px;
}
body div.wpcf7 .ajax-loader:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #2C346A;
    animation: lds-dual-ring 1.2s linear infinite;
    border-left: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 992px) {
    .form-inline .wpcf7-form-control-wrap {
        max-width: 202px;
        margin: 0 16px 0 0;
    }
    .form-inline .submit-block {
        min-width: 200px;
        margin-left: auto;
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .form-inline .wpcf7-form-control-wrap {
        max-width: 250px;
        margin: 0 24px 0 0;
    }
    .form-inline .submit-block {
        min-width: 250px;
    }
    .form-inline .submit-block {
        margin-left: auto;
    }
}
@media (min-width: 1280px) {
    .form-inline .wpcf7-form-control-wrap {
        max-width: 272px;
        margin: 0 24px 0 0;
    }
    .form-inline .submit-block {
        min-width: 272px;
    }
}


/*----------------------------------------------------
    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;
}

/*----------------------------------------------------
    6. SLICK
------------------------------------------------------*/
.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li + li {
    margin-left: 24px;
}
.slick-dots button {
    display: block;
    text-indent: -100px;
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    overflow: hidden;
    border-radius: 100%;
    line-height: 12px;
    font-size: 1px;
    background: none;
    padding: 0;
    transition: all 0.2s;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
    background: #000000;
}

/*----------------------------------------------------
    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;
    justify-content: center;
}
.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: #0083FF;
}
.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: #2C346A;
}
.pagination .page-numbers:hover,
.page-link:hover {
    color: #2C346A;
    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: 0px;
}
.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: #2C346A;
}

/*----------------------------------------------------
    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-link + .social-link,
.dm-social-share + a {
    margin-left: 38px;
}
a.social-link {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.social-link:hover {
    background: #ECECEC;
}
.social-link.socicon-instagram:hover {
    color: #D72978;
}
.social-link.socicon-facebook:hover {
    color: #3B5998;
}
.social-link.socicon-linkedin:hover {
    color: #007BB6;
}
.social-link.socicon-pinterest:hover {
    color: #CB2027;
}
.social-link.socicon-twitter:hover {
    color: #00ACED;
}
.social-link.socicon-youtube:hover {
    color: #BB0000;
}
.social-link.socicon-vk:hover {
    color: #45668E;
}
.social-link.socicon-snapchat:hover {
    color: #FFFC00;
}
.social-link.socicon-whatsapp:hover {
    color: #25D366;
}
.social-link.socicon-tumblr:hover {
    color: #34465d;
}
.social-link.socicon-tiktok:hover {
    color: #000000;
}
.social-link.socicon-telegram:hover {
    color: #0088cc;
}
.social-link.socicon-xing:hover {
    color: #006567;
}
.social-link.socicon-reddit:hover {
    color: #ff5700;
}
.social-link.socicon-medium:hover {
    color: #02b875;
}
.social-link.socicon-tumblr,
.social-link.socicon-medium {
    font-size: 90%;
}
.social-link.socicon-linkedin:before{
    transform: translateY(-15%);
    display: inline-block;
    line-height: 1;
}
.social-link.socicon-tiktok {
    font-weight: bold;
}

/*----------------------------------------------------
    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;
}
.site-header.sticky {
    width: 100%;
    top: 0;
    z-index: 1020;
    padding: 10px 0;
    background-color: rgba(44, 52, 106, 0.7);
}
@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 40px;
    font-weight: 600;
    font-size: 15px;
}

.site-header__left .mob-menu-toggle {
    flex: 0 0 48px;
}
.header-widgets .company-address {
    margin-right: 30px;
    display: none;
}
.site-header .callback-btn {
    margin-left: 30px;
    margin-left: auto;
    flex: 0 0 48px;
}
.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;
    color: #2b2b2b;
}

.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);
}
.site-header .container {
    max-width: 100%;
}
.site-header__center {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    text-align: center;
    padding: 0 16px;
}
.site-header__left,
.site-header__right {
    -ms-flex: 0 0 calc(50% - 75px);
    flex: 0 0 calc(50% - 75px);
    max-width: calc(50% - 75px);
}
.admin-bar .header-position-fixed,
.admin-bar .site-header.sticky {
    top: 46px;
}
.admin-bar .header-position-fixed.sticky,
.admin-bar .site-header.sticky {
    top: 0;
}

@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: 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 {
        top: 32px;
    }
}

@media only screen and (min-width: 768px) {
    .site-header {
        padding: 23px 0;
    }
    .top-bar__left {
        display: 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 .company-phone {
        margin-right: 70px;
    }
    .site-header .company-address {
        display: block;
    }
    .site-header__left .mob-menu-toggle {
        margin-right: auto;
    }
}

@media only screen and (min-width: 1366px) {
    .site-header__center {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
        text-align: center;
        padding: 0 30px;
    }
    .site-header__left,
    .site-header__right {
        -ms-flex: 0 0 calc(50% - 140px);
        flex: 0 0 calc(50% - 140px);
        max-width: calc(50% - 140px);
    }

}
@media only screen and (min-width: 1440px) {
    .site-header .container {
        max-width: 1390px;
    }
}

/*----------------------------------------------------
    10. NAVIGATION
------------------------------------------------------*/
.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 .menu li {
    position: relative;
}
.main-navigation .menu li > a:hover,
.main-navigation .menu li.current_page_item > a,
.main-navigation .menu li.current-menu-item > a {
    color: #ddd;
}
.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: #2C346A;
}

.menu-close {
    background: none;
    border: none;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #505DA8;

    height: 48px;
    width: 48px;
    line-height: 48px;
    padding: 0 0 0 1px;
    border-radius: 100%;
    font-size: 12px;
}
.toggle-sub-menu {
    display: none;
}
.toggle-sub-menu {
    display: block;
    color: #222;
    position: absolute;
    right: 0;
    height: 39px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    width: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.05);
    text-align: center;
    font-style: normal;
}
.toggle-sub-menu.active:after {
    content: '-';
}
.toggle-sub-menu:after {
    content: '+';
}
.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-wrap {
    position: fixed;
    padding: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2C346A;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1020;
    visibility: hidden;
    opacity: 0;
}
.main-navigation-wrap.active {
    visibility: visible;
    opacity: 1;
}
.main-navigation-wrap.active + div {
    z-index: -1;
    position: relative;
    opacity: 0.1;
}
.main-navigation-header {
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 0 0 24px;
    margin-bottom: 22px;
}
.main-navigation {
    padding: 0;
}
.main-navigation ul.menu > li > a,
.main-navigation .menu > ul > li > a {
    padding: 15px 0;
    line-height: 26px;
    position: relative;
}
.main-navigation .menu a {
    display: block;
}
.mob-menu-company {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 19px;
}
.mob-menu-company .company-phone {
    margin: 0 30px 11px 0;
}
.mob-menu-company .company-address {
    display: block;
    margin-bottom: 16px;
}
.mob-menu-company .company-email {
    display: block;
    margin-top: 11px;
}
.mob-menu-additional .sep:last-child {
    display: none;
}
.mob-menu-additional .sep {
    height: 48px;
    width: 2px;
    margin: 0 0 0 auto;
    opacity: 0.11;
    background: #FFFFFF;
}
.widget_icl_lang_sel_widget + .sep {
    -ms-flex-order: 12;
    order: 12;
}
.mob-menu-additional {
    margin-top: 17px;
}
.mob-menu-additional .widget_icl_lang_sel_widget {
    -ms-flex-order: 13;
    order: 13;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.mob-menu-additional .wpml-ls-legacy-list-vertical {
    display: block;
}
.mob-menu-additional .wpml-ls-legacy-list-vertical .wpml-ls-item {
    display: inline-block;
}
.mob-menu-additional .wpml-ls-legacy-list-vertical .wpml-ls-item + .wpml-ls-item {
    margin: 0 0 0 10px;
}
.mob-menu-additional .social-link + .social-link {
    margin-left: 12px;
}
@media only screen and (min-width: 768px) {
    .menu-close {
        height: 20px;
        width: 20px;
        line-height: 20px;
        padding: 0 0 0 1px;
        border-radius: 4px;
        font-size: 8px;
        background: rgba(240, 247, 255,0.5);
    }
    .main-navigation-wrap {
        position: absolute;
        left: 12px;
        width: 256px;
        padding: 24px 24px 14px;
        height: auto;
        border-radius: 8px;
        background: rgba(14, 20, 84,.8);
        box-shadow: 0px 0px 30px 1px rgba(255, 255, 255, 0.15);
    }
    .main-navigation ul.menu > li > a,
    .main-navigation .menu > ul > li > a {
        padding: 11px 0;
        line-height: 25px;
    }
    .main-navigation ul.menu > li > a:hover:after,
    .main-navigation .menu > ul > li > a:hover:after {
        background: rgba(240, 247, 255, 0.6);
    }
    .main-navigation ul.menu > li > a:after,
    .main-navigation .menu > ul > li > a:after {
        content: "\e907";
        font-family: 'icomoon';
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        font-size: 8px;
        width: 20px;
        height: 20px;
        line-height: 21px;
        text-align: center;
        padding: 0 0 0 1px;
        background: rgba(240, 247, 255, 0.4);
    }
    .main-navigation-header {
        padding: 0 0 15px;
        margin-bottom: 6px;
    }
}


/*----------------------------------------------------
    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: 5px;
    padding-right: 5px;
}
.elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.elementor-container.elementor-column-gap-extended {
    padding-left: 12px;
    padding-right: 12px;
}
.elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
}
.elementor-container.elementor-column-gap-wide {
    padding-left: 16px;
    padding-right: 16px;
}
.elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
}
.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;
}

@media only screen and (max-width: 1359px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1290px !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: 40px 0;
}
.home:not([class*=" elementor-page-"]) .header-position-home-absolute ~ .site-content .page-content {
    padding-top: 50px;
}
.section-title,
.page-not-found__title {
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 23px;
}
.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: linear-gradient(72.77deg, #1F2551 0%, #5291EE 214.91%);
    opacity: 0.8;
    z-index: -1;
}
.page-header {
    padding: 150px 0 30px;
    background: linear-gradient(72.77deg, #1F2551 0%, #5291EE 214.91%);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.home.page .page-header {
    color: #000;
    background-color: #DCDDE1;
}
.header-position-all-absolute + .site-content .page-header {
    padding-top: 100px;
}
.header-position-all-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:before {
    content: "\f125";
    font-size: 12px;
    font-family: 'Flaticon';
    font-weight: normal;
    margin-right: 0.3rem;
}
.page-header__back {
    display: inline-block;
}
.page-header__back i {
    font-style: normal;
}
.page-header__heading {
    font-weight: bold;
    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;
}
.hero-subtitle,
.hero-title {
    mix-blend-mode: soft-light;
}
.hero-title h1 {
    line-height: 1;
}
.container {
    padding-right: 16px;
    padding-left: 16px;
}
.row {
    margin-right: -16px;
    margin-left: -16px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 992px) {
    .page-content {
        padding: 80px 0;
    }
    .sidebar {
        margin-top: 0;
    }
    .home:not([class*=" elementor-page-"]) .header-position-home-absolute ~ .site-content .page-content {
        padding-top: 100px;
    }
    .home.page .page-header {
        padding-top: 100px;
    }
    .page-header {
        padding: 140px 0 38px;
    }
    .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;
    }
}

@media only screen and (min-width: 1310px) {
    .container,
    .container-elementor .edit-link {
        max-width: 1290px;
    }
}

/*----------------------------------------------------
    15. HOME
------------------------------------------------------*/
.direction-card .elementor-column-wrap {
    min-height: 200px;
}
.direction-card .elementor-column-wrap:hover {
    cursor: pointer;
    color: #0083FF;
}
.hero > .elementor-background-overlay {
    mix-blend-mode: soft-light!important;
}
.hero.elementor-section {
    z-index: 1;
}
.hero.elementor-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2020/10/hero-cloud-left-1-1.png) no-repeat 0 100%;
    opacity: 0.5;
    mix-blend-mode: overlay;
    z-index: -1;
}
.partners > .elementor-element-populated > .elementor-background-overlay {
    mix-blend-mode: soft-light!important;
}
.map-bordered .dm-map {
    border-radius: 8px 8px 0 0;
}

@media (max-width: 767px) {
    body .elementor-element.elementor-position-left .elementor-icon-box-icon {
        margin-right: 15px!important;
        margin-bottom: 0!important;
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) {
	.direction-card .elementor-column-wrap:hover .direction-card__formula .elementor-widget-container {
		background: #2C346A;
	}
}
/*----------------------------------------------------
    16. BLOG
------------------------------------------------------*/
.post-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    transition: opacity 0.2s;
}
.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 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.post-item {
    position: relative;
}
.post-item:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ECECEC;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.related-posts .post-item:after,
.post-item:last-child:after {
    content: none;
}

/* 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;
    }
}
/* Desktop */
@media only screen and (min-width: 1025px) {
    .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;
}
.post-thumbnail img {
    width: 100%;
}
.posted-by .avatar  {
    border-radius: 100%;
    margin-right: 10px;
}
.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-excerpt {
    margin-top: 1rem;
}
.post-meta .post-view {
    color: #2C346A;
}
.post-date,
.posted-by,
.post-cats-link {
    color: #2C346A;
    font-size: 12px;
    line-height: 1.2;
}
.posted-by a,
.post-cats-link a {
    color: inherit;
}
.post-meta > *:not(:last-child) {
    position: relative;
}
.post-meta > *:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 10px;
    width: 1px;
    border-right: 1px dotted #CECECE;
    right: -8px;
    top: 50%;
    margin-top: -5px;
}
.post-meta > * {
    margin: 15px 15px 0 0;
}
.posted-by .author {
    display: block;
}
.post-meta__item .post-cats-link {
    display: inline-block;
}
.post-title {
    display: block;
    margin: 25px 0 6px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}
a.post-title,
.post-title a {
    color: #2b2b2b;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.post-title:hover,
.post-title a:hover {
    color: #2C346A;
}
.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) {
    .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-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 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;
}

/*----------------------------------------------------
    18. SINGLE POST
------------------------------------------------------*/
.archive .page-content,
.home.blog .page-content,
.single-post .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-post .post-single-article .post-thumbnail {
    margin-top: -100px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.post-content:after {
    content: '';
    display: table;
    clear: both;
}
.page-links {
    margin-top: 2rem;
}
.post-footer {
    margin-top: 20px;
    border-bottom: 4px solid #ECECEC;
    padding-bottom: 20px;
}
.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: 770px;
    }
    .single-post .template-full .post-single-article .post-thumbnail {
        width: calc(100% + 200px);
        margin-left: -100px;
    }
}

/*----------------------------------------------------
    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-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: #2C346A;
    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;
    }
}

/*----------------------------------------------------
    26. FOOTER
------------------------------------------------------*/
.page-footer {
    background-color: #0083FF;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
.footer-widgets {
    padding: 24px 0 0;
}
.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 22px 0;
    font-weight: 300;
}
.page-footer .widget-col {
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.widget-col .widget {
    margin-bottom: 14px;
}
.widget-col:last-child .widget_text p{
    margin-bottom: 4px;
}
.page-footer a {
    color: #fff;
}
.page-footer .social-links {
    margin-left: -8px;
}
.page-footer a.social-link {
    font-size: 15px;
    background: rgba(255,255,255,0);
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.page-footer a.social-link:hover {
    background: rgba(255,255,255,0.8);
}
.page-footer .menu li {
    line-height: 16px;
    margin-bottom: 8px;
}
.page-footer a:hover {
    color: #ddd;
}
.page-footer .textwidget p {
    margin-bottom: 20px;
}
.footer-nav a:hover,
.page-footer .textwidget a:hover {
    color: #ddd;
}
.widget-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.wp-block-archives li,
.widget ul li,
.widget ol li {
    padding: 0;
}
.page-footer .widget-title {
    margin: 0 0 17px;
}
.footer-menu {
    margin: 20px 0 14px;
    list-style: none;
    padding-left: 0;
}
.footer-menu > li {
    display: inline-block;
    margin-bottom: 6px;
}
.footer-menu > li + li:before {
    content: '|';
    padding: 0 5px;
}
.footer-menu > li a {
    color: #ffffff;
}
.footer-menu > li a:hover {
    color: #ffffff;
}
.page-footer .widget-col:nth-child(2),
.page-footer .widget-col:nth-child(3),
.page-footer .widget-col:nth-child(4) {
    display: none;
}
.page-footer .widget-col:first-child .widget_nav_menu {
    margin-top: 24px;
}
.page-footer .widget-col:first-child .widget_nav_menu li {
    margin-bottom: 24px;
}
.page-footer .widget-col:first-child .widget_nav_menu a {
    font-weight: bold;
}
.footer-logo {
	max-width: 143px!important;
}
@media only screen and (max-width: 991px) {
    .page-footer .widget-col {
        text-align: center;
    }
    .dymix-widget-option .widget-title {
        display: none;
    }
    .page-footer .social-links {
        margin-top: 19px;
    }
}
@media only screen and (min-width: 992px) {
    .footer-menu {
        margin: 00px 0 0;
    }
    .footer-copyright {
        padding: 6px 0;
    }
    .footer-widgets {
        padding: 40px 0 8px;
    }
    .page-footer .widget-col:first-child .widget_nav_menu {
        display: none;
    }
    .page-footer .widget-col:first-child {
        -ms-flex: 0 0 18.5%;
        flex: 0 0 18.5%;
        max-width: 18.5%;
    }
    .page-footer .widget-col:nth-child(2) {
        display: block;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }
    .page-footer .widget-col:nth-child(3) {
        display: block;
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
    .page-footer .widget-col:nth-child(4) {
        display: block;
        -ms-flex: 0 0 20.5%;
        flex: 0 0 20.5%;
        max-width: 20.5%;
    }
    .page-footer .widget-col:nth-child(5) {
        -ms-flex: 0 0 21.5%;
        flex: 0 0 21.5%;
        max-width: 21.5%;
    }
}

/*----------------------------------------------------
    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: #2C346A;
    cursor: pointer;
}
.page-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #2C346A;
    opacity: 0;
    visibility: hidden;
    z-index: 1019;
    transition: all .4s;
}
.page-backdrop.active {
    opacity: .8;
    visibility: visible;
}
/*----------------------------------------------------
    27. MODAL
------------------------------------------------------*/
button.close {
    text-shadow: none;
}
.modal-download,
.modal-header .close,
.modal-content > .close {
    font-size: 12px;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 33px;
    line-height: 34px;
    border-radius: 8px;
    opacity: 1;
    background: rgba(240, 247, 255, 0.5);
    color: #0083FF;
}
.modal-content > .close {
    right: 18px;
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8px;
    padding: 0;
    color: #fff;
}
.modal-content > .close:hover {
    color: #0083FF;
}
.modal-download:hover,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    background: rgba(240, 247, 255, 1);
}
.modal-download {
    margin-left: auto;
    margin-right: 29px;
    text-align: center;
    font-size: 14px;
    position: relative;
    width: 28px;
}
.modal-download:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -3px;
    top: -2px;
    line-height: 1;
    background:#fff url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1.80681 0.278828C1.30848 -0.239506 0.438477 0.117161 0.438477 0.835494V5.23049C0.438477 7.07383 1.95514 8.59049 3.79848 8.59049C4.96181 8.60383 6.57514 8.60716 7.94514 8.60383C8.64681 8.60216 9.00348 7.76383 8.51681 7.25716C6.75848 5.42883 3.61014 2.15216 1.80681 0.278828Z' fill='%230083FF'/%3E%3C/svg%3E%0A") no-repeat 50%;
    background-size: 8px;
    border-radius: 4px;
}
.modal-download:after {
    content: "\e906";
    font-family: 'icomoon';
}
.close:after {
    content: "\e901";
    font-family: 'icomoon';
}
.modal-content {
    border: none;
    background: #FFFFFF;
    box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    overflow: hidden;
}
.modal-header {
    padding: 24px 24px 27px;
    -ms-flex-align: center;
    align-items: center;
}
.modal-header .modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}
.modal-header + .modal-body {
    padding-top: 0;
}
.modal-body {
    padding: 24px;
}
.modal-body p {
    margin-bottom: 24px;
}
.modal-body p:last-child {
    margin-bottom: 0;
}
.callback-modal .modal-content {
    background: #0083FF;
    color: #fff;
}
.callback-modal .modal-header {
    padding: 40px 40px 0;
}
.callback-modal .modal-body {
    padding: 24px;
}
.callback-modal h2 {
    font-weight: bold;
}
.callback-modal p {
    font-weight: normal;
    font-size: 16px;
}
.direction-modal ul {
    padding: 0;
    margin-bottom: 1.4rem;
}
.direction-modal ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
    min-height: 20px;
    margin: 0 0 9px;
}
.direction-modal ul li:last-child {
    margin-bottom: 0;
}
.direction-modal ul li:before {
    content: '!';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    color: #0083FF;
    font-weight: 500;
    border: 2px solid #0083FF;
}
.success-modal h2 {
    font-weight: 700;
    margin-bottom: 14px;
}
.success-modal .modal-body {
    padding: 24px;
    font-size: 18px;
    font-weight: 500;
}
.success-modal .btn {
    min-width: 272px;
    margin: 15px 0 4px;
}
.success-modal small {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}
.success-modal .close {
    display: none;
}
.modal-body .post-edit-link {
    font-size: 14px;
}
.modal-body .post-edit-link i {
    display: inline;
    vertical-align: sub;
    height: auto;
    line-height: 14px;
}

@media (min-width: 768px) {
    .modal-header {
        padding: 46px 40px 27px;
    }
    .callback-modal .modal-body,
    .modal-body {
        padding: 40px;
    }
    .success-modal .modal-body {
        padding: 40px 40px 12px;
        font-size: 24px;
    }
}
@media (min-width: 1230px) {
    .modal-lg, .modal-xl {
        max-width: 1200px;
    }
    .success-modal .modal-md {
        max-width: 624px;
    }
    .callback-modal .modal-md {
        max-width: 616px;
    }
}
