@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/font-awesome/font-awesome-animation.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/slick-slider/slick.min.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #000;
}
::-webkit-input-placeholder {
    font-family: "Roboto", serif;
    color: #333;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
:-moz-placeholder {
    font-family: "Roboto", serif;
    color: #333;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
::-moz-placeholder {
    font-family: "Roboto", serif;
    color: #333;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
:-ms-input-placeholder {
    font-family: "Roboto", serif;
    color: #333;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    width: 100%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 30px 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.6;
    display: inline-block;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:first-child {
    margin: 0 30px 0 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:nth-child(2n + 1) {
    color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 200px;
    width: auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul,
ol {
    margin-bottom: 40px;
}
ul:last-child,
ul:last-child {
    margin-bottom: 0;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -200px);
        -webkit-transform: translate(0px, -200px);
        -o-transform: translate(0px, -200px);
        -ms-transform: translate(0px, -200px);
        transform: translate(0px, -200px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-bg,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 40px;
        border: 2px solid;
    }
    .animate-button.medium,
    .animate-button-bg.medium,
    .animate-button-white.medium,
    .animate-button-white-transparent.medium {
        padding: 15px 20px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-bg.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 10px 15px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-bg.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 12px 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-bg,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-bg i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-bg,
.animate-button-white,
.animate-button-white-transparent {
    cursor: pointer;
    display: table;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-bg {
    color: #fff;
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-3) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-3) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 150% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-3) !important;
    border-color: var(--theme-color-3) !important;
}
.animate-button-bg:hover {
    background-color: var(--theme-color-3) !important;
    border-color: var(--theme-color-3) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}
.animate-button-multiple {
    display: table;
    width: 100%;
}
.animate-button-multiple a {
    float: left;
    display: block;
    margin: 15px 15px 0 0;
}
/**************** Language ********************/
.languages-caption {
    position: fixed;
    top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    z-index: 10;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
body.language-list-open .languages-caption {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}
.languages-caption .wrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -moz-transform: translate(0px, -30px);
    -webkit-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    visibility: hidden;
    opacity: 0;
    max-width: 600px;
}
body.language-list-open .languages-caption .wrap {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}
.languages-caption .wrap a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.languages-caption .wrap a.active {
    color: var(--theme-color-1);
}
.languages-caption .wrap [data-closed] {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 19px;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
}
/**************** Language ********************/
/**************** Header ********************/
header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .header-middle .header-left .logo,
header .header-middle .header-left .logo picture {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    position: relative;
    white-space: nowrap;
}
body:not(.fixed-header)
    header
    .header-middle
    .header-left
    .logo
    picture:last-child,
body.fixed-header header .header-middle .header-left .logo picture:first-child,
body.mobile-menu-open
    header
    .header-middle
    .header-left
    .logo
    picture:first-child {
    display: none;
}
body.mobile-menu-open
    header
    .header-middle
    .header-left
    .logo
    picture:last-child {
    display: block;
}
header .header-middle .header-left .logo img {
    width: auto;
    display: block;
}
@media (min-width: 1200px) {
    header {
        padding: 80px 0 0 0;
    }
    body.fixed-header header {
        padding: 0;
    }

    header .languages .title i {
        position: relative;
        top: -2px;
    }
    header .languages .title,
    header .search {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
    body.fixed-header header .languages .title,
    body.fixed-header header .search {
        color: #333;
    }

    header .header-middle .header-left .logo {
        position: absolute;
        top: -50px;
        left: 0;
    }
    body.fixed-header header .header-middle .header-left .logo {
        top: 0;
        left: 0;
        padding: 20px 20px 20px 20px;
        background-color: #fff;
        -webkit-border-bottom-right-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-bottomright: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        -webkit-box-shadow: 0 10px 7px 0 rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 10px 7px 0 rgb(0 0 0 / 13%);
        box-shadow: 0 10px 7px 0 rgb(0 0 0 / 13%);
    }
    header .header-middle .header-left .logo picture img {
        height: 150px;
        width: auto;
    }
    body.fixed-header header .header-middle .header-left .logo picture img {
        height: 80px;
    }

    header .header-middle .header-right {
        width: 100%;
    }

    body.fixed-header header {
        -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
        -webkit-animation: translateHeader 1s;
        animation: translateHeader 1s;
    }
    body.fixed-header header,
    body.mobile-menu-open header {
        background-color: #fff;
        border-bottom: 0;
    }
}
@media (max-width: 1200px) {
    header {
        padding: 10px 0;
    }

    header .languages .title i {
        position: relative;
        top: -1px;
    }
    header .languages .title,
    header .search {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
    body.fixed-header header .languages .title,
    body.fixed-header header .search,
    body.mobile-menu-open header .languages .title,
    body.mobile-menu-open header .search {
        color: #333;
    }

    header .header-middle .header-left .logo picture img {
        height: 65px;
        width: auto;
    }
    body.fixed-header header .header-middle .header-left .logo picture img,
    body.mobile-menu-open header .header-middle .header-left .logo picture img {
        height: 40px;
    }

    header .header-middle .header-right {
        width: 100%;
    }

    body.fixed-header header {
        -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
        -webkit-animation: translateHeader 1s;
        animation: translateHeader 1s;
    }
    body.fixed-header header,
    body.mobile-menu-open header {
        background-color: #fff;
        border-bottom: 0;
    }
}
/********* Menu ********/
@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
    .menu-wrap .bottom ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .menu-wrap .bottom > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
    }
    .menu-wrap .bottom ul li.menu-item {
        position: relative;
        border: 0;
        padding: 0;
        margin: 0 0 0 30px;
    }

    .menu-wrap .bottom ul li.menu-item a {
        font-weight: 400;
        position: relative;
        color: #fff;
        text-decoration: none;
        z-index: 1;
        display: block;
    }
    .menu-wrap .bottom ul li {
        margin-bottom: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item:first-child {
        margin-left: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item > a {
        white-space: nowrap;
        line-height: 40px;
    }
    .menu-wrap .bottom > ul > li.sub-item > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 5px;
        position: relative;
        top: 0;
    }
    .menu-wrap .bottom > ul > li.sub-item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-wrap .bottom > ul > li.menu-item > a > span,
    .menu-wrap .bottom > ul > li.sub-item > .next-link,
    .menu-wrap .bottom > ul > li.sub-item .sub-menu .next-link,
    .menu-wrap .bottom .menu-list .back-link {
        display: none;
    }
    body.fixed-header .menu-wrap .bottom ul li.menu-item a {
        color: #333;
        line-height: 70px;
        font-weight: 400;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        top: 85%;
        position: absolute;
        width: 250px;
        left: 0;
        -moz-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }
    body.fixed-header
        .menu-wrap
        .bottom
        > ul
        > li.menu-item.sub-item
        > .sub-menu {
        top: 100%;
    }
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(1) .sub-menu,
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(2) .sub-menu,
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(3) .sub-menu {
        left: auto;
        right: 0;
    }

    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        padding: 15px 0;
        -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
        line-height: 40px;
        padding: 0 25px;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        border-top: 1px solid #fff;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:first-child a {
        border-top: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover {
        position: relative;
        color: var(--theme-color-1);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .menu-wrap
        .bottom
        > ul
        > li.sub-item
        > .sub-menu
        ul
        li.sub-item:hover
        > .sub-menu {
        top: 0;
        left: 100%;
        right: auto;
        text-align: left;
    }
    .menu-wrap .bottom > ul > li > ul > li.sub-item:hover > .sub-menu {
        right: 400px;
    }
    body.mobile-menu-open .menu-wrap {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    body.fixed-header .menu-toggle span,
    body.mobile-menu-open .menu-toggle span {
        background-color: #000;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 65px;
        height: 46px;
        line-height: 46px;
        border-top: 1px solid #f1f1f1;
        position: relative;
        font-size: 14px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 47px;
        width: 46px;
        height: 46px;
        text-align: center;
        z-index: 5;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        -webkit-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    body.mobile-menu-open .menu-wrap {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list,
    .menu-list ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list ul {
        height: calc(100% - 37px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -45px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item.open > .next-link + .back-link {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list li:last-child a {
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-list li {
        margin: 0;
    }
    .menu-list li a h3 {
        margin-bottom: 5px;
    }
    .menu-list li a h3 + p {
        opacity: 0.7;
    }
    .menu-list li a {
        display: block;
        line-height: 1;
        color: #000;
        font-size: 14px;
        padding: 15px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
    }
    .menu-list li.sub-item a {
        padding-right: 50px;
    }
    .menu-list li.sub-item > div.sub-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item li.sub-item > div.sub-menu {
        top: 0;
    }
    .menu-list li.sub-item.open > div.sub-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #fff;
    background-color: #444444;
    background-image: url(../temp/img/bre-bg.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb:before {
    background-color: rgb(91 79 162 / 74%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
.breadcrumb ul li p {
    line-height: 1.7;
    margin: 0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    line-height: 1.7;
    margin: 0 6px;
}
/**************** Breadcrumb ********************/
/**************** Emailing ********************/
footer .emailings {
    padding: 30px 20px 15px 20px;
    background-color: #f6f7f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 auto 0 auto;
}
footer .emailings form {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
footer .emailings form input {
    padding: 13px 20px;
    line-height: 1;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ececec;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    color: #666;
}
footer .emailings form input + button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 32px;
    text-align: center;
    line-height: 1;
    background-color: var(--theme-color-2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px 0 2px;
    cursor: pointer;
    color: #fff;
    border: 0;
    font-size: 18px;
    line-height: 35px;
}
/**************** Emailing ********************/
/**************** Cookies ********************/
.cookies {
    -moz-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
        padding: 30px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
.cookies h4 {
    margin: 0 0 20px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/
/**************** Socials ********************/
.footer-socials {
    display: table;
    margin: 0 auto;
}
.footer-socials .wrap {
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.footer-socials {
    padding: 0;
    list-style: none;
}
.footer-socials a {
    color: #333;
    width: 38px;
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    text-align: center;
}
/**************** Socials ********************/
/**************** Accordions ********************/
.accordions .accordion-item {
    border: 1px solid var(--theme-color-1);
    margin: -1px 0 0;
    background-color: #fff;
}
.accordions .accordion-item:first-child {
    margin: 0;
}
.accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    color: var(--theme-color-1);
    padding: 20px 80px 20px 30px;
    line-height: 1.4;
}
.accordions .accordion-item .accordion-item-title:before {
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color-1);
    z-index: 1;
    font-weight: 300;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 21px;
    right: 20px;
    bottom: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1;
}
.accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
}
.accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
}
.accordions .accordion-item.active .accordion-item-title,
.accordions .accordion-item.active .accordion-item-title:before,
.accordions .accordion-item:hover .accordion-item-title,
.accordions .accordion-item:hover .accordion-item-title:before {
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
    color: #fff;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {
    display: none;
}
/**************** Accordions ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
.c-items {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.form-item-icons i:after {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-1);
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
/**************** Contact / Table ********************/
/**************** Post ********************/
.author,
.pagination li a {
    color: #000;
    text-decoration: none;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a,
.post-single-page-next-prev .page-prev-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    text-decoration: none;
    color: #000;
}
.post-single-page-next-prev {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 400px;
    margin: 0 auto;
}
.post-single-page-next-prev.divider {
    max-width: 800px;
}
.post-single-page-next-prev .page-prev-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.post-single-page-next-prev.divider .page-prev-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    background-color: #f6f7f8;
}
.post-single-page-next-prev .page-next,
.post-single-page-next-prev .page-prev {
    background-color: #fff;
    max-width: 400px;
    width: 100%;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a {
    padding: 20px;
    min-height: 82px;
    width: 100%;
}
.post-single-page-next-prev .page-next h5,
.post-single-page-next-prev .page-prev h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.post-single-page-next-prev .page-next i,
.post-single-page-next-prev .page-prev i {
    width: 30px;
}
.author {
    padding: 15px 30px 15px 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: table;
}
.author picture {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.author picture img {
    display: block;
}
.author .caption {
    padding: 0 0 0 20px;
}
.author .caption h4 {
    margin: 0 0 10px;
    line-height: 1.4;
}
.post-single-page .post-single-details div,
.post-single-page .share-links a {
    min-height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 5px;
    color: #fff;
}
.block-sing-item {
    background-color: #f6f7f8;
    border-top: 1px solid #ededed;
}
.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-documents .item .top .info p:last-child,
.page-links .item .top .info p:last-child,
.pagination li,
.post-single-page .post-single-details div:first-child,
.post-single-page .share-links a:first-child,
.posts-block .item .text p {
    margin: 0;
}
.pagination li a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    display: block;
    border: 1px solid #ededed;
    margin: 0 0 0 -1px;
    min-width: 50px;
    text-align: center;
}
.pagination li:first-child a {
    margin: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination li:hover a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.posts-block .item {
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
}
.posts-block .item .image img{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.posts-block .item:hover .image img {
	-moz-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.posts-block .item .image {
	overflow:hidden;
    text-decoration: none;
    display: block;
    background-color: #f6f7f8;
    position: relative;
}
.posts-block .item .date {
    color: var(--theme-color-1);
    line-height: 1;
    font-size: 12px;
}
.posts-block .item .image picture img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.posts-block .item .text h3 {
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 600;
    line-height: 1.4;
}
.posts-block .item .text a:not(.more) {
    color: #000;
    text-decoration: none;
    line-height: 1.5;
}
.posts-block .pagination {
    margin-top: 30px;
}
.posts-block .pagination + .row {
    margin-top: 10px;
}
.posts-block .row + .pagination {
    margin-top: 30px;
}
.post-single-page .post-single-details div {
    background-color: var(--theme-color-1);
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.posts-block .item .text .more {
    position: absolute;
}
.post-single-page .share-links a {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a.i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    padding: 0 0 0 2px;
}
.post-single-page .share-links a.email,
.post-single-page .share-links a.facebook {
    background-color: #568fce;
}
.post-single-page .share-links a.x {
    background-color: #000;
}
.post-single-page .share-links a.whatsapp {
    background-color: #17c242;
}
.post-single-page .share-links a.linkedin {
    background-color: #0e76a8;
}
@media (min-width: 992px) {
    .posts-block .item {
        padding: 0 0 100px 0;
    }
    .posts-block .item .text .more {
        right: 40px;
        bottom: 40px;
    }
}
@media (max-width: 992px) {
    .posts-block .item {
        padding: 0 0 60px 0;
    }
    .posts-block .item .text .more {
        right: 20px;
        bottom: 20px;
    }
}

.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}
.page-documents .item .top .icon,
.page-documents .item .top .image,
.page-documents .item .top h3,
.page-links .item .top {
    color: var(--theme-color-1);
}
.gallery-item-image:before,
.gallery-item-video:before,
.page-documents .item .top .icon,
.page-links .item .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.page-documents .item .top .icon,
.page-documents .item .top .image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px;
    width: 100%;
    background-color: #f6f7f8;
    padding: 15px;
}
.page-documents .item .top .icon {
    height: 230px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.page-documents .item .top .image picture {
    display: block;
    width: 100%;
    background-color: #f6f7f8;
}
.page-documents .item .top .image picture img {
    display: block;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.page-documents .item .top .info p,
.page-links .item .top .info p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-links .item .top {
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-links .item .top .icon {
    width: 35px;
    line-height: 1;
}
.page-links .item .text {
    border-top: 1px solid #f8f8f8;
}
.gallery-item-image,
.gallery-item-video {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item-image:before,
.gallery-item-video:before {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.gallery-item-image:before {
    content: "\f31d";
}
.gallery-item-video:before {
    content: "\f04b";
}
/**************** Post ********************/
/**************** Footer ********************/
footer {
    position: relative;
    z-index: 2;
}
footer p {
    color: #fff;
}
footer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #0f0834;
    opacity: 0.9;
}
footer .bg {
    background-image: url(../temp/img/footer.jpg);
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-blend-mode: multiply;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}
footer .footer-bottom {
    border-top: 2px solid rgb(91 79 162 / 28%);
}
footer .footer-bottom-links {
    display: table;
    padding: 0;
    margin: 0 auto;
}
footer .footer-bottom-links li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    margin: 0;
}
footer .footer-bottom-links li:before {
    content: "-";
    margin: 0 10px;
    line-height: 1.2;
}
footer .footer-bottom-links li:first-child:before {
    display: none;
}
footer .footer-bottom-links li a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
}
footer .footer-bottom-links li a i {
    position: relative;
    top: -2px;
}
footer .footer-bottom-links.bold li a {
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}
footer iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
}

footer .footer-socials a,
footer .links a {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #fff;
    display: block;
}
footer .links a {
    text-decoration: none;
    font-weight: 300;
    margin-top: 10px;
}
footer .links a:before {
    float: left;
    position: relative;
    top: 2px;
    left: 0;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
footer .footer-socials {
    height: 100%;
}
footer .footer-socials a {
    margin: 0 0 0 15px;
    text-decoration: none;
    padding: 0 0 0 2px;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    color: var(--theme-color-1);
    line-height: 53px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
footer .footer-socials a:first-child {
    margin: 0;
}
footer picture,
footer picture img {
    display: block;
}
@media (min-width: 1200px) {
    footer .footer-bottom-links li {
        float: left;
    }
    footer picture,
    footer picture img {
        max-height: 100px;
    }
}
@media (max-width: 1200px) {
    footer picture img {
        display: block;
        max-height: 60px;
    }
    footer picture {
        display: table;
    }
}
footer .button-phone-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
footer .button-phone-link i {
    color: var(--theme-color-2);
}
footer .button-phone-link span {
    font-weight: 100;
    letter-spacing: 1px;
}
/**************** Footer ********************/
.fixed-whatsapp {
    border: 3px solid #fff;
    position: fixed;
    color: #fff;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 70px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    font-size: 36px;
    z-index: 5;
    text-decoration: none;
    -webkit-animation: pulse 5s linear infinite;
    animation: pulse 5s linear infinite;
}
.fixed-whatsapp {
    background-color: #4fce5d;
    right: 30px;
    bottom: 30px;
}

.home-video-images-block .swiper-slide .swiper-slide-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.home-video-images-block .swiper-slide .buttons a {
    text-decoration: none;
    color: var(--theme-color-2);
    border: 2px solid var(--theme-color-2);
    display: table;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-video-images-block .prev,
.home-video-images-block .next {
    position: absolute;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.home-video-images-block .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
    z-index: 3;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption h2 a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-video-images-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    overflow: hidden;
}
.home-video-images-block .pagi.passive {
    display: none !important;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog:first-child {
    margin: 0;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span {
    height: 100%;
    display: block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: paused;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span.active {
    background-color: #fff;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}
.home-video-images-block .countdown-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    float: left;
}
.home-video-images-block .countdown-row:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 47%, 92.5% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 47%, 92.5% 100%, 0 100%, 0 0);
    z-index: -1;
    background-color: var(--theme-color-2);
}
.home-video-images-block .countdown-row .countdown-section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 70%;
    width: 1px;
    background-color: rgb(255 255 255 / 35%);
}
.home-video-images-block .countdown-row .countdown-section:last-child:before {
    display: none;
}
.home-video-images-block .countdown-row .countdown-section {
    position: relative;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-video-images-block .countdown-row .countdown-section .countdown-amount {
    font-family: system-ui;
    display: block;
    color: #fff;
}
.home-video-images-block .countdown-row .countdown-section .countdown-period {
    display: block;
    padding: 0;
}
@media (min-width: 1200px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 100vh;
    }

    .home-video-images-block .swiper-slide .swiper-slide-wrap:before {
        content: "";
        position: absolute;
        right: -150px;
        bottom: 100px;
        top: -150px;
        left: -100px;
        -moz-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        transform: rotate(-7deg);
        -webkit-border-bottom-left-radius: 400px;
        -moz-border-radius-bottomleft: 400px;
        border-bottom-left-radius: 400px;
        overflow: hidden;
        background-color: #f1f1f1;
    }
    .home-video-images-block
        .swiper-slide
        .swiper-slide-wrap
        .caption
        h2
        a:hover {
        color: var(--theme-color-2);
    }

    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        width: 100%;
        position: relative;
        padding: 100px 0 0 0;
    }
    .home-video-images-block
        .swiper-slide
        .swiper-slide-wrap
        .caption
        > div
        > div {
        width: 700px;
    }

    .home-video-images-block .swiper-slide .swiper-slide-wrap .media:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #0a032a;
        z-index: 2;
        opacity: 0.6;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media div {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.8s 0s ease-in-out;
        -moz-transition: all 0.8s 0s ease-in-out;
        -o-transition: all 0.8s 0s ease-in-out;
        transition: all 0.8s 0s ease-in-out;
        -moz-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }
    .home-video-images-block
        .swiper-slide.swiper-slide-active
        .swiper-slide-wrap
        .media
        div {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .home-video-images-block .countdown-row .countdown-section {
        padding: 30px 5px;
        width: 140px;
    }
    .home-video-images-block
        .countdown-row
        .countdown-section
        .countdown-amount {
        line-height: 0.85;
        font-size: 40px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .home-video-images-block
        .countdown-row
        .countdown-section
        .countdown-period {
        line-height: 0.8;
        font-size: 25px;
        margin: 0 0 0 5px;
    }

    .home-video-images-block .pagi {
        bottom: 30px;
        right: 30px;
    }
    .home-video-images-block .pagi .swiper-pagination-bullet.prog {
        margin: 0 0 0 10px;
        height: 5px;
        width: 40px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        background-color: #000;
        font-size: 13px;
        line-height: 61px;
        padding: 0 30px;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        font-weight: 300;
        letter-spacing: 3px;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
    }
    .home-video-images-block .prev:hover,
    .home-video-images-block .next:hover {
        background-color: var(--theme-color-2);
    }
    .home-video-images-block .prev {
        left: 0;
    }
    .home-video-images-block .next {
        right: 0;
    }
	
	.home-video-images-block .bg-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.home-video-images-block .bg-bottom,
	.home-video-images-block .bg-bottom img {
		display: block;
	}
}
@media (max-width: 1400px) {
    .home-video-images-block .pagi {
        display: none;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        background-color: #fff;
        color: #333;
        font-size: 16px;
        line-height: 45px;
        padding: 0 15px;
        top: 160px;
        transform: translate(0px, -50%);
        font-weight: 300;
        letter-spacing: 3px;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
    }
    .home-video-images-block .prev {
        right: 0;
        top: 210px;
        left: auto;
    }
    .home-video-images-block .next {
        right: 0;
    }
	.home-video-images-block .bg-bottom {
		display:none;
	}
}
@media (max-width: 1200px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: calc(100vh - 150px);
    }

    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        width: 100%;
        position: relative;
        padding: 15px 15px 30px 15px;
    }
    .home-video-images-block
        .swiper-slide
        .swiper-slide-wrap
        .caption
        > div
        > div {
        width: 100%;
    }

    .home-video-images-block .swiper-slide .swiper-slide-wrap .media:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #0a032a;
        z-index: 2;
        opacity: 0.6;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media div {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.8s 0s ease-in-out;
        -moz-transition: all 0.8s 0s ease-in-out;
        -o-transition: all 0.8s 0s ease-in-out;
        transition: all 0.8s 0s ease-in-out;
        -moz-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }
    .home-video-images-block
        .swiper-slide.swiper-slide-active
        .swiper-slide-wrap
        .media
        div {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .home-video-images-block .countdown-row .countdown-section {
        padding: 10px 15px;
    }
    .home-video-images-block
        .countdown-row
        .countdown-section
        .countdown-amount {
        font-size: 25px;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 1;
    }
    .home-video-images-block
        .countdown-row
        .countdown-section
        .countdown-period {
        line-height: 1;
        font-size: 15px;
        margin: 0 0 0 2px;
    }

    .home-video-images-block .pagi {
        display: none;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        background-color: #fff;
        color: #333;
        font-size: 16px;
        line-height: 31px;
        padding: 0 15px;
        top: 100px;
        transform: translate(0px, -50%);
        font-weight: 300;
        letter-spacing: 3px;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
    }
    .home-video-images-block .prev {
        right: 0;
        top: 132px;
    }
    .home-video-images-block .next {
        right: 0;
    }
	.home-video-images-block .bg-bottom {
		display:none;
	}
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.block-title.center {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.block-title .icon-wrap {
    position: relative;
}
.block-title .icon-wrap .icon {
    display: table;
    height: 2.125rem;
    width: 2.125rem;
    background-color: #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-title .icon-wrap .icon:before {
    content: "";
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    bottom: -2px;
    left: 1rem;
    background-color: var(--theme-color-1);
}
.block-title span {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    font-weight: 400;
}
.block-title h2 {
    text-transform: uppercase;
}

.block-title-2.center {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.block-title-2 .icon-wrap {
    position: relative;
}
.block-title-2 .icon-wrap .icon {
    display: table;
    height: 2.125rem;
    width: 2.125rem;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-title-2 .icon-wrap .icon:before {
    content: "";
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    top: -2px;
    right: 1rem;
    background-color: var(--theme-color-2);
}
.block-title-2 span {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    font-weight: 400;
}
.block-title-2 h2 {
    text-transform: uppercase;
}

.home-about-block-1 .icon-list {
}
.home-about-block-1 .icon-list .icon-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ededed;
    height: 100%;
    padding: 0 0 15px 0;
}
.home-about-block-1 .icon-list .icon-list-item i {
    color: var(--theme-color-1);
    font-size: 36px;
    line-height: 1;
}
.home-about-block-1 .icon-list .icon-list-item i + div {
    padding: 0 0 0 15px;
}
.home-about-block-1 .icon-list .icon-list-item span {
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 5px 0;
}
.home-about-block-1 .icon-list .icon-list-item .text {
    line-height: 1.3;
    font-weight: 600;
    color: #333;
}

.home-about-block-1 .slick-slider:before {
    content: "";
    background-image: url(../temp/img/home-about-block-1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: -30px;
    bottom: -30px;
    right: 30px;
}
.home-about-block-1 .slick-slider .item div {
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-about-block-1 .slick-slider .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.home-about-block-1 .slick-slider .slick-dots li {
    line-height: 1;
}
.home-about-block-1 .slick-slider .slick-dots li:first-child {
    margin: 0;
}
.home-about-block-1 .slick-slider .slick-dots li button {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    border: 0;
    margin: 0;
    line-height: 1;
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    display: block;
    cursor: pointer;
}
.home-about-block-1 .slick-slider .slick-dots li.slick-active button {
    background-color: var(--theme-color-1);
}
@media (min-width: 1200px) {
    .home-about-block-1 .slick-slider .slick-dots {
        position: absolute;
        right: -30px;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }
    .home-about-block-1 .slick-slider .slick-dots li {
        margin: 5px 0 0 0;
    }
    .home-about-block-1 .slick-slider .slick-dots li.slick-active button {
        height: 50px;
    }
}
@media (max-width: 1200px) {
    .home-about-block-1 .slick-slider .slick-dots {
        position: relative;
        margin-top: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        gap: 5px;
    }
    .home-about-block-1 .slick-slider .slick-dots li {
        margin: 0;
    }
    .home-about-block-1 .slick-slider .slick-dots li.slick-active button {
        width: 50px;
    }
}

.home-event-program {
    background-image: url(../temp/img/dot-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: initial;
}
.home-event-program:before {
    content: "";
    opacity: 0.9;
    background-color: #f6f7fb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-event-program .tabs .right .tab-contents .tab-contents-item {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.home-event-program .tabs .right .tab-contents .tab-contents-item .text-item {
    border-top: 1px dashed #ddd;
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item:first-child {
    border-top: 0;
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-left
    .tag {
    color: #676767;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 10px 0;
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-left
    .time {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    display: block;
    font-weight: 300;
    color: var(--theme-color-3);
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-right
    .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin: -7px 0 0 0;
    position: relative;
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-right
    .title
    a {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    text-decoration: none;
    color: var(--theme-color-3);
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-right
    .title
    a:hover {
    color: var(--theme-color-2);
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-right
    .subtitle {
    margin: 5px 0 0 0;
    color: #aeaeae;
    font-weight: 300;
}
.home-event-program
    .tabs
    .right
    .tab-contents
    .tab-contents-item
    .text-item
    .text-item-right
    .text {
    margin: 15px 0 0 0;
}
@media (min-width: 1200px) {
    .home-event-program .tabs {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .home-event-program .tabs .left {
        width: 230px;
        overflow: hidden;
    }
    .home-event-program .tabs .left .tab-links {
        list-style-type: none;
        margin: 0;
        padding: 0 85px 0 0;
        position: relative;
    }
    .home-event-program .tabs .left .tab-links li {
        margin: 1px 0 0 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        position: relative;
    }
    .home-event-program .tabs .left .tab-links li.active {
        padding-bottom: calc(500px - 116px);
    }
    .home-event-program .tabs .left .tab-links li:first-child {
        margin: 0;
    }
    .home-event-program .tabs .left .tab-links li:before {
        content: "";
        position: absolute;
        right: -71px;
        top: 53px;
        width: 2px;
        bottom: -53px;
        background-color: #ddd;
    }
    .home-event-program .tabs .left .tab-links li.active:before {
        background-color: var(--theme-color-2);
    }
    .home-event-program .tabs .left .tab-links li:last-child:before {
        display: none;
    }
    .home-event-program .tabs .left .tab-links li a {
        background-color: var(--theme-color-1);
        padding: 10px 0 10px 10px;
        text-align: right;
        color: #fff;
        height: 116px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        position: relative;
        cursor: pointer;
    }
    .home-event-program .tabs .left .tab-links li.active a {
        background-color: var(--theme-color-2);
    }
    .home-event-program .tabs .left .tab-links li a:before {
        content: "";
        position: absolute;
        top: 17px;
        bottom: 0;
        height: 82px;
        width: 82px;
        background-color: var(--theme-color-1);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -41px;
        -webkit-transition: all 0s 0s ease-in-out;
        -moz-transition: all 0s 0s ease-in-out;
        -o-transition: all 0s 0s ease-in-out;
        transition: all 0s 0s ease-in-out;
    }
    .home-event-program .tabs .left .tab-links li.active a:before {
        background-color: var(--theme-color-2);
    }
    .home-event-program .tabs .left .tab-links li a:after {
        content: "";
        width: 24px;
        height: 24px;
        background-color: var(--theme-color-1);
        display: block;
        border: 5px solid #f6f7f8;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        position: absolute;
        right: -82px;
    }
    .home-event-program .tabs .left .tab-links li.active a:after {
        background-color: var(--theme-color-2);
    }
    .home-event-program .tabs .left .tab-links li a .days {
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        line-height: 1;
        font-size: 25px;
        position: relative;
        z-index: 1;
    }
    .home-event-program .tabs .left .tab-links li a .date {
        display: block;
        line-height: 1;
        margin: 10px 0 0 0;
        font-weight: 300;
        position: relative;
        z-index: 1;
        letter-spacing: 1px;
    }
    .home-event-program .tabs .right {
        width: calc(100% - 150px);
    }
    .home-event-program .tabs .right .tab-contents {
        height: 100%;
        padding: 0 0 0 30px;
    }
    .home-event-program .tabs .right .tab-contents .tab-contents-item {
        height: 851px;
        overflow-y: auto;
    }
    .home-event-program
        .tabs
        .right
        .tab-contents
        .tab-contents-item
        .text-item {
        padding: 50px;
    }
    .home-event-program
        .tabs
        .right
        .tab-contents
        .tab-contents-item
        .text-item
        .text-item-left {
        text-align: right;
    }
    .home-event-program
        .tabs
        .right
        .tab-contents
        .tab-contents-item
        .text-item
        .text-item-right
        .title:before {
        content: "";
        position: absolute;
        left: -15px;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        height: 12px;
        background-color: #ddd;
        width: 5px;
    }
}
@media (max-width: 1200px) {
    .home-event-program .tabs .left .tab-links {
        list-style-type: none;
        margin-left: -1px;
        margin-right: -1px;
        position: relative;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 0;
    }
    .home-event-program .tabs .left .tab-links li {
        flex: 0 0 auto;
        width: 50%;
        padding-left: 1px;
        padding-right: 1px;
        text-align: center;
        margin: 2px 0 0 0;
    }
    .home-event-program .tabs .left .tab-links li a {
        color: #fff;
        background-color: var(--theme-color-1);
        display: block;
        padding: 25px 10px;
    }
    .home-event-program .tabs .left .tab-links li.active a {
        background-color: var(--theme-color-4);
    }
    .home-event-program .tabs .left .tab-links li a .days {
        font-size: 25px;
        font-weight: 600;
        line-height: 1;
    }
    .home-event-program .tabs .left .tab-links li a .date {
        line-height: 1;
        margin: 7px 0 0 0;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .home-event-program .tabs .right .tab-contents .tab-contents-item {
        overflow: hidden;
    }
    .home-event-program
        .tabs
        .right
        .tab-contents
        .tab-contents-item
        .text-item
        .text-item-left {
        text-align: left;
    }
    .home-event-program
        .tabs
        .right
        .tab-contents
        .tab-contents-item
        .text-item {
        padding: 30px;
    }
}

.home-about-block-2 .fixed-image-1,
.home-about-block-2 .fixed-image-2,
.home-about-block-2 .fixed-image-3 {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 1200px) {
    .home-about-block-2 .image {
        min-height: 100vh;
    }
    .home-about-block-2 .right {
        max-width: 650px;
    }
    .home-about-block-2 .fixed-image-1 {
        right: 100px;
        top: 100px;
        height: 100px;
        width: 100px;
        -webkit-animation: 13s linear infinite spin;
        -moz-animation: 13s linear infinite spin;
        -o-animation: 13s linear infinite spin;
        animation: 13s linear infinite spin;
    }
    .home-about-block-2 .fixed-image-2 {
        top: 194px;
        right: 189px;
        width: 30px;
        height: 30px;
        z-index: 2;
        -webkit-animation: 13s linear infinite spin-reverse;
        -moz-animation: 13s linear infinite spin-reverse;
        -o-animation: 13s linear infinite spin-reverse;
        animation: 13s linear infinite spin-reverse;
    }
    .home-about-block-2 .fixed-image-3 {
        bottom: 150px;
        right: -100px;
        width: 200px;
        height: 200px;
        z-index: 2;
        -webkit-animation: 13s linear infinite spin-reverse;
        -moz-animation: 13s linear infinite spin-reverse;
        -o-animation: 13s linear infinite spin-reverse;
        animation: 13s linear infinite spin-reverse;
    }
    .home-about-block-2 .links .links-item {
        padding: 40px 40px 40px 100px;
        position: relative;
        display: block;
        margin: 0 0 2px 0;
        background-color: #f6f7f8;
        text-decoration: none;
        color: #333;
        position: relative;
    }
    .home-about-block-2 .links .links-item .title {
        font-size: 25px;
        line-height: 1;
        color: var(--theme-color-3);
    }
    .home-about-block-2 .links .links-item p {
        line-height: 1.4;
        margin: 10px 0 0 0;
        opacity: 0.7;
    }
    .home-about-block-2 .links .links-item:first-child {
        background-color: var(--theme-color-3);
        color: #fff;
    }
    .home-about-block-2 .links .links-item:first-child .title {
        color: #fff;
    }
    .home-about-block-2 .links .links-item:first-child p {
        color: #fff;
    }
    .home-about-block-2 .links .links-item:first-child i {
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 0;
        width: 110px;
        text-align: center;
        line-height: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        font-size: 49px;
        color: #fff;
        background-color: #30275e;
    }
}
@media (max-width: 1200px) {
    .home-about-block-2 .image {
        min-height: 50vh;
    }

    .home-about-block-2 .fixed-image-1 {
        right: 20px;
        top: 20px;
        height: 50px;
        width: 50px;
        -webkit-animation: 13s linear infinite spin;
        -moz-animation: 13s linear infinite spin;
        -o-animation: 13s linear infinite spin;
        animation: 13s linear infinite spin;
    }
    .home-about-block-2 .fixed-image-2 {
        top: 20px;
        right: 72px;
        width: 30px;
        height: 30px;
        z-index: 2;
        -webkit-animation: 13s linear infinite spin-reverse;
        -moz-animation: 13s linear infinite spin-reverse;
        -o-animation: 13s linear infinite spin-reverse;
        animation: 13s linear infinite spin-reverse;
    }
    .home-about-block-2 .fixed-image-3 {
        top: 100px;
        right: -50px;
        width: 100px;
        height: 100px;
        z-index: 2;
        -webkit-animation: 13s linear infinite spin-reverse;
        -moz-animation: 13s linear infinite spin-reverse;
        -o-animation: 13s linear infinite spin-reverse;
        animation: 13s linear infinite spin-reverse;
    }

    .home-about-block-2 .links .links-item {
        padding: 20px;
        position: relative;
        display: block;
        margin: 0 0 2px 0;
        background-color: #f6f7f8;
        text-decoration: none;
        color: #333;
        position: relative;
    }
    .home-about-block-2 .links .links-item .title {
        font-size: 20px;
        line-height: 1;
        color: var(--theme-color-3);
    }
    .home-about-block-2 .links .links-item p {
        line-height: 1.4;
        margin: 10px 0 0 0;
        opacity: 0.7;
    }
    .home-about-block-2 .links .links-item:first-child {
        background-color: var(--theme-color-3);
        color: #fff;
        padding-left: 70px;
    }
    .home-about-block-2 .links .links-item:first-child .title {
        color: #fff;
    }
    .home-about-block-2 .links .links-item:first-child p {
        color: #fff;
    }
    .home-about-block-2 .links .links-item:first-child i {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 53px;
        text-align: center;
        line-height: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        font-size: 25px;
        color: #fff;
        background-color: #30275e;
    }
}
.home-about-block-2 .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.home-about-block-2 .right {
    z-index: 2;
    height: 100%;
    position: relative;
}
.home-about-block-2 .bottom-link {
    color: var(--theme-color-2);
    display: table;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid var(--theme-color-2);
    padding: 0 0 5px 0;
}

.home-tickets {
    background-image: url(../../temp/home-tickets/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-tickets:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #0f0834;
    opacity: 0.95;
}
.home-tickets .ticket-item {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.home-tickets .ticket-item .wrap {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.home-tickets .ticket-item picture,
.home-tickets .ticket-item picture img {
    width: 100%;
    height: auto;
}
.home-tickets .ticket-item .top .title {
    text-align: center;
    font-weight: 600;
    color: var(--theme-color-1);
    font-size: 23px;
    line-height: 1;
    margin: 0 0 15px 0;
}
.home-tickets .ticket-item .top .price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-tickets .ticket-item .top .price span {
    color: var(--theme-color-2);
    line-height: 0.75;
    font-weight: 300;
}
.home-tickets .ticket-item .top .price span + div {
    font-weight: 900;
    line-height: 0.75;
    color: var(--theme-color-3);
}
.home-tickets .ticket-item .icon {
    position: relative;
    text-align: center;
    line-height: 1;
}
.home-tickets .ticket-item .icon:before,
.home-tickets .ticket-item .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 30px;
    height: 30px;
    z-index: 2;
    background-color: #0e143e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-tickets .ticket-item .icon:before {
    left: -15px;
}
.home-tickets .ticket-item .icon:after {
    right: -15px;
}
.home-tickets .ticket-item .icon i {
    line-height: 0.75;
    top: -1px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    padding: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.home-tickets .ticket-item .icon i:before {
    position: relative;
    opacity: 0.1;
    top: 3px;
}
.home-tickets .ticket-item .icon .line {
    left: 0;
    right: 0;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    top: calc(50% - 0.5px);
}
.home-tickets .ticket-item .bottom .more-button {
    margin-top: 30px;
    width: 100%;
}
.home-tickets .ticket-item .bottom .more-button i {
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
@media (min-width: 1200px) {
    .home-tickets .ticket-item .bottom .more-button i {
        margin: 0 0 0 15px;
    }
    .home-tickets .ticket-item .top {
        padding: 80px 60px 0 60px;
    }
    .home-tickets .ticket-item .bottom {
        padding: 0 60px 20px 60px;
        text-align: center;
    }
    .home-tickets .ticket-item .icon {
        padding: 30px 0;
        font-size: 50px;
    }
    .home-tickets .ticket-item .top .price span {
        font-size: 50px;
    }
    .home-tickets .ticket-item .top .price span + div {
        font-size: 80px;
    }
}
@media (max-width: 1200px) {
    .home-tickets .ticket-item .top {
        padding: 40px 30px 0 30px;
    }
    .home-tickets .ticket-item .bottom {
        padding: 0 20px 10px 20px;
        text-align: center;
    }
    .home-tickets .ticket-item .icon {
        padding: 15px 0;
        font-size: 35px;
    }
    .home-tickets .ticket-item .top .price span {
        font-size: 35px;
    }
    .home-tickets .ticket-item .top .price span + div {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .home-news .req-block .req-block-wrap {
        padding: 80px;
    }
    .home-news .req-block .req-block-wrap .left {
        max-width: 45%;
    }
    .home-news .req-block .req-block-wrap:before {
        content: "";
        background-image: url(../temp/img/req-block-bg.png);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 60%;
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1200px) {
    .home-news .req-block .req-block-wrap {
        padding: 40px;
    }
    .home-news .req-block .req-block-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(43 40 89 / 85%);
    }
}
.home-news .req-block {
    margin: 0 0 -150px 0;
    z-index: 2;
    position: relative;
}
.home-news .req-block .req-block-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-news .req-block .req-block-wrap * {
    color: #fff;
}

.home-news:not(.block-sing-item) .home-news-wrap {
    padding-top: 200px;
}
.home-news .home-news-wrap {
    padding-top: 200px;
    background-image: url(../temp/img/dot-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: initial;
}
.home-news .home-news-wrap:before {
    content: "";
    opacity: 0.9;
    background-color: #f6f7fb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-news .home-news-wrap .news-item .left .date {
    position: relative;
    color: var(--theme-color-2);
}
.home-news .home-news-wrap .news-item .left .date span {
    display: block;
    font-size: 35px;
    line-height: 0.75;
    font-weight: 600;
}
.home-news .home-news-wrap .news-item .left .date small {
    display: block;
    margin: 5px 0 0 0;
    line-height: 1;
    font-size: 15px;
}
.home-news .home-news-wrap .news-item .left .eye {
    padding: 10px 15px;
    background-color: var(--theme-color-4);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
}
.home-news .home-news-wrap .news-item .left .eye i {
    line-height: 1;
    margin: 0 10px 0 0;
    font-size: 13px;
}
.home-news .home-news-wrap .news-item .right .image {
    height: 250px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-news .home-news-wrap .news-item .right .caption .title {
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.home-news .home-news-wrap .news-item .right .caption .title a {
    text-decoration: none;
    color: var(--theme-color-1);
}
.home-news .home-news-wrap .news-item .right .caption p {
    margin: 15px 0 0 0;
}
@media (min-width: 1350px) {
    .home-news .home-news-wrap .prev,
    .home-news .home-news-wrap .next {
        background-image: url(../temp/img/r.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 60px;
        position: absolute;
        top: calc(50% - 30px);
        cursor: pointer;
    }
    .home-news .home-news-wrap .prev {
        left: -85px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .home-news .home-news-wrap .next {
        right: -85px;
    }
}
@media (max-width: 1350px) and (min-width: 1200px) {
    .home-news .home-news-wrap .prev,
    .home-news .home-news-wrap .next {
        background-image: url(../temp/img/r.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 60px;
        position: absolute;
        bottom: -80px;
        cursor: pointer;
    }
    .home-news .home-news-wrap .prev {
        left: calc(50% - 40px);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .home-news .home-news-wrap .next {
        right: calc(50% - 40px);
    }
    .home-news .home-news-wrap .news-item .left .date {
        padding: 0 0 20px 0;
    }
    .home-news .home-news-wrap .news-item .left .date:after {
        content: "";
        width: 1px;
        display: block;
        height: 60px;
        background-color: var(--theme-color-2);
        margin: 10px 0 0 auto;
    }
    .home-news .home-news-wrap .item {
        padding-left: 30px;
    }
    .home-news .home-news-wrap .news-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .home-news .home-news-wrap .news-item .left {
        width: 90px;
        text-align: right;
    }
    .home-news .home-news-wrap .news-item .right {
        width: calc(100% - 90px);
        padding: 0 0 0 30px;
    }
    .home-news .home-news-wrap .news-item .right .caption {
        padding: 40px 0 0 0;
    }
}
@media (max-width: 1200px) {
    .home-news .home-news-wrap .prev,
    .home-news .home-news-wrap .next {
        background-image: url(../temp/img/r.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 40px;
        position: absolute;
        bottom: -60px;
        cursor: pointer;
    }
    .home-news .home-news-wrap .prev {
        left: calc(50% - 30px);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .home-news .home-news-wrap .next {
        right: calc(50% - 30px);
    }
    .home-news .home-news-wrap .news-item {
        position: relative;
        padding: 0 15px;
    }
    .home-news .home-news-wrap .news-item .left {
        padding: 15px;
        background-color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        top: 10px;
        right: 25px;
        text-align: center;
    }
    .home-news .home-news-wrap .news-item .left .eye {
        margin: 10px 0 0 0;
    }
    .home-news .home-news-wrap .news-item .right .caption {
        padding: 20px 0 0 0;
    }
}





.home_past_events .title a{
    display: table;
    text-decoration: none;
    color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    line-height: 1;
}
.home_past_events .title a:after{
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--theme-color-2);
    margin: 0 0 7px 15px;
}
.home_past_events .event-item{
    position: relative;
    min-height: 100%;
    background-color: #fff;
    border: 1px solid #ededed;
}
.home_past_events .event-item .image a{
    display: block;
    width: 100%;
	height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:300px;
}
.home_past_events .event-item .company-count{
    font-weight: 500;
    color: var(--theme-color-1);
}
.home_past_events .event-item .text h4{
	margin:0 0 15px 0;
}
.home_past_events .event-item .text h4 a{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 700;
}
.home_past_events .event-item .text p{
    line-height: 1.4;
}
.home_past_events .event-item .informations{
	font-weight:300;
}
.home_past_events .event-item .informations strong{
	display:block;
	margin:0 0 5px 0
}
@media(min-width:992px){
	.home_past_events .event-item{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 100%;
	}
	.home_past_events .event-item .image{
		width: 50%;
		height:100%;
	}
	.home_past_events .event-item .event-item-wrap{
		padding: 30px;
		width: 50%;
	}
	.home_past_events .event-item .text p{
		min-height: 75px;
	}
}
@media(max-width:992px){
	.home_past_events .event-item .event-item-wrap{
		padding: 20px;
	}
}
.home_past_events .countdown-row {
    padding: 0 12px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.home_past_events .countdown-row:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 47%, 92.5% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 47%, 92.5% 100%, 0 100%, 0 0);
    z-index: -1;
    background-color: var(--theme-color-1);
}
.home_past_events .countdown-row .countdown-section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 70%;
    width: 1px;
    background-color: rgb(255 255 255 / 11%);
}
.home_past_events .countdown-row .countdown-section:last-child:before {
    display: none;
}
.home_past_events .countdown-row .countdown-section {
    position: relative;
    text-align: center;
    width: 100%;
	padding: 12px 5px;
	width: 100%;
}
.home_past_events .countdown-row .countdown-section .countdown-amount {
    font-family: system-ui;
    display: block;
    color: #fff;
	line-height: 0.85;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 500;
}
.home_past_events .countdown-row .countdown-section .countdown-period {
    display: block;
    padding: 0;
	color: #fff;
	line-height: 0.8;
	font-size: 12px;
	margin: 10px 0 0 0;
}





.event-single-page .countdown-row {
    padding: 0 12px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.event-single-page .countdown-row:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 47%, 92.5% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 47%, 92.5% 100%, 0 100%, 0 0);
    z-index: -1;
    background-color: var(--theme-color-1);
}
.event-single-page .countdown-row .countdown-section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 70%;
    width: 1px;
    background-color: rgb(255 255 255 / 11%);
}
.event-single-page .countdown-row .countdown-section:last-child:before {
    display: none;
}
.event-single-page .countdown-row .countdown-section {
    position: relative;
    text-align: center;
    width: 100%;
	padding: 30px 5px;
	width: 100%;
}
.event-single-page .countdown-row .countdown-section .countdown-amount {
    font-family: system-ui;
    display: block;
    color: #fff;
	line-height: 0.85;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 900;
}
.event-single-page .countdown-row .countdown-section .countdown-period {
    display: block;
    padding: 0;
	color: #fff;
	line-height: 0.8;
	font-size: 15px;
	margin: 10px 0 0 0;
}




.event-detail-list .item{
    padding: 20px 25px;
    background-color: #f6f7f8;
    display: block;
    margin: 10px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    font-weight: 500;
}
.event-detail-list .item:first-child{
	
}
.event-detail-list .item strong{
    display: block;
    margin: 0 0 10px 0;
    font-size: 15px;
    opacity: 0.4;
    font-weight: 400;
    line-height: 1;
}