:root {
    --primary: #f29901;
    --primary-hover: #9a8c82;
    --secondary: #666666;
    --secondary-hover: #135a77;
    --headers-font: "Poppins", sans-serif;
    --general-font: "Roboto", sans-serif;
    --btn-font: "Poppins", sans-serif;
    --nav-font: "Poppins", sans-serif;
    --font-gen-color: #6a7c92;
}

.LegjobbTarsadalmiVallalkozas {
    position: absolute;
    top: 0;
    right: 2px;
    width: 92px;
}

@media screen and (max-width: 1024px) {
    .LegjobbTarsadalmiVallalkozas {
        width: 79px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width: 1025px) {
    .only-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .only-pc {
        display: none !important;
    }
}

.gallery-preview__container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.gallery-preview__container:after {
    content: "";
    display: block;
    flex: auto;
    flex-grow: 10;
}

.gallery-preview__container figure {
    height: 25vh;
    flex-grow: 1;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 25px;
    position: relative;
}

.gallery-preview__container figure:hover figcaption {
    color: #f29901;
    transition: 0.1s;
}

.gallery-preview__container figure img {
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.gallery-preview__container figure figcaption {
    margin: 10px 0;
    text-align: center;
}

.gallery-preview__container figure .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.1s;
    background-color: #f29901;
}

.gallery-preview__container figure:hover .overlay {
    opacity: 0.5;
    cursor: pointer;
}

.gallery-view__text {
    max-width: 45rem;
}

.gallery-view__container {
    display: flex;
    flex-wrap: wrap;
}

.gallery-view__container:after {
    content: "";
    display: block;
    flex-grow: 10;
}

.gallery-view__container figure {
    height: 30vh;
    flex-grow: 1;
    margin: 15px;
    position: relative;
}

.gallery-view__container figure img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.gallery-view__container figure .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.1s;
    background-color: #f29901;
}

.gallery-view__container figure:hover .overlay {
    opacity: 0.5;
    cursor: pointer;
}

.news-preview__container section {
    margin: 20px 0;
}

.news-preview__container__header {
    color: #666666;
}

.news-preview__container__link {
    margin: 5px 0;
}

.news-preview__container__link a {
    font-weight: bold;
    font-size: 20px;
}

.news-preview__container__link a:hover {
    color: #f29901;
}

.news-preview__container p {
    max-width: 45rem;
}

.news-view__container__header {
    color: #666666;
}

.news-view__container>img {
    margin: 20px auto;
    width: 25%;
}

.news-view__container>p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.sub-page {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}

.sub-page__left {
    flex: 0 0 350px;
    width: 350px;
}

.sub-page__left .menu-selector__head {
    background-color: #f29901;
    color: #ffffff;
    padding: 10px;
    font: 800 14px "Roboto", sans-serif;
    cursor: pointer;
}

.sub-page__left .menu-selector__lines {
    background-color: #eeeeee;
    padding: 0px 10px;
}

.sub-page__left .menu-selector__lines .menu-button {
    padding: 10px;
    margin-left: 10px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    font: 800 14px "Roboto", sans-serif;
    color: #666666;
    cursor: pointer;
}

.sub-page__left .menu-selector__lines .menu-button:last-child {
    border-bottom: none;
}

.sub-page__left .menu-selector__lines .menu-button:hover {
    color: #444444;
}

.sub-page__left .menu-selector__lines .menu-button>i {
    font-size: 12px;
    color: #f29901;
    margin-right: 5px;
}

@media screen and (max-width: 1024px) {
    .sub-page__left {
        display: inline-block;
    }
}

.sub-page__content {
    text-align: left;
    padding-left: 40px;
    overflow: auto;
}

@media screen and (max-width: 1024px) {
    .sub-page__content {
        width: 100%;
        padding-left: 0px;
    }
}

.sub-page__content>p>table,
.sub-page__content th,
.sub-page__content td {
    border: 1px solid black;
    border-collapse: collapse;
}

.sub-page__content>p>th,
.sub-page__content td {
    padding: 10px;
    text-align: left;
}

.sub-page__content a
{
	text-decoration: underline;
	color: #0000ff;
}


.events-preview {
    width: 70%;
    min-height: 100px;
    background-color: rgba(255, 224, 172, 0.8);
    padding: 25px;
    border-radius: 8px;
    margin: 10px;
}

@media screen and (max-width: 1024px) {
    .events-preview {
        width: 95%;
        min-height: 50px;
        padding: 15px;
        border-radius: 5px;
        margin: 5px;
    }
    .events-preview #end_date {
        display: none;
    }
    .events-preview h5 {
        font-size: medium;
    }
}

.events-preview i,
.events-preview span {
    font-size: large;
}

@media screen and (max-width: 1024px) {
    .events-preview i,
    .events-preview span {
        font-size: small;
    }
}

.events-preview span {
    margin: 10px;
}

@media screen and (max-width: 1024px) {
    .events-preview span {
        margin: 5px;
    }
}

.events-preview__info-wrapper {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.events-preview__info-container {
    margin: 15px;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .events-preview__info-container {
        margin: 5px;
    }
}

.events-view__container__header {
    color: #666666;
}

.events-view__container__header>div {
    padding-bottom: 10px;
}

.events-view__container__header>div span {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.events-view__container>p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.events-view__image-container {
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 10px;
}

.events-view__image-container>img {
    max-width: 500px;
}

.event-contact {
    text-align: left;
    padding: 10px 0px 10px 5px;
}

.event-contact__item {
    padding-left: 15px;
}

.home-top {
    position: relative;
    padding: 60px 0px;
}

.home-top__left {
    flex: 0 0 600px;
    width: 600px;
    text-align: center;
    font-size: 0px;
}

.home-top__left .action-box {
    display: inline-block;
    padding: 10px;
    border: 2px dotted #ffaa18;
    width: 200px;
    margin: 10px;
    max-height: 500px;
}

.home-top__left .action-box .action-box-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-top__left .action-box i {
    font-size: 40px;
    color: #f29901;
}

.home-top__left .action-box__title {
    font: 700 16px "Montserrat", sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
}

.home-top__left .action-box__content {
    font: 300 14px "Roboto", sans-serif;
}

@media screen and (max-width: 1024px) {
    .home-top__left .action-box {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .home-top__left {
        width: 100%;
    }
}

.home-top__right {
    text-align: left;
}

.home-top__right .donate__title {
    font: 700 26px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.home-top__right .donate__title>a {
    border-bottom: 3px solid #f29901;
}

.home-top__right .donate__title>a:hover {
    color: #f29901;
}

.home-top__right .donate__content {
    font: 300 15px "Roboto", sans-serif;
    line-height: 22px;
    padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .home-top__right {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .home-top {
        padding: 40px 0px;
    }
}

.testimonials {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}

.testimonials .testimonials-box {
    position: relative;
    width: 100%;
    font-size: 0px;
}

.testimonials .testimonials-box .testimonial {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}

.testimonials .testimonials-box .testimonial__header {
    border-radius: 5px;
    text-align: left;
    background-color: #222222;
    padding: 15px;
    color: #ffffff;
    font: 700 18px "Montserrat", sans-serif;
}

.testimonials .testimonials-box .testimonial__content {
    border: 2px dotted #ffaa18;
    border-top: none;
    margin-top: -2px;
    height: auto;
    padding: 30px 10px;
    text-align: center;
    font: 400 14px "Roboto", sans-serif;
}

.testimonials .testimonials-box .testimonial__avatar {
    position: absolute;
    display: flex;
    bottom: -30px;
    left: 0px;
}

.testimonials .testimonials-box .testimonial__avatar__img {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    overflow: hidden;
}

.testimonials .testimonials-box .testimonial__avatar__img>img {
    display: block;
    width: 100%;
}

.testimonials .testimonials-box .testimonial__avatar__relation {
    color: #f29901;
    font: 700 16px "Roboto", sans-serif;
    font-style: italic;
    align-self: flex-end;
    padding: 0px 0px 20px 10px;
}

@media screen and (max-width: 1024px) {
    .testimonials .testimonials-box .testimonial {
        width: 100%;
        margin-bottom: 40px;
    }
}

.testimonials__wrapper {
    /*height: 215px;*/
}

#testimonials-list-container li {
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    #testimonials-list-container li {
        margin-bottom: 75px;
    }
}

.news {
    position: relative;
    padding: 60px 0px;
    text-align: center;
    background-color: #fbfbfb;
}

.news__left {
    flex: 0 0 70%;
    /*font-size: 0px;*/
}

.news__left .article {
    display: inline-block;
/*    width: 360px;*/
    padding: 15px;
    text-align: left;
}

.news__left .article__cover {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-bottom: none;
}

.news__left .article__cover>img {
    width: 100%;
}

.news__left .article__content {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 10px 10px 20px 10px;
    background-color: #ffffff;
}

.news__left .article__content__date {
    font: 800 14px "Roboto", sans-serif;
    color: #222222;
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
}

.news__left .article__content__title {
    font: 800 22px "Roboto", sans-serif;
    color: #222222;
}

.news__left .article__content__short {
    margin-top: 15px;
    text-align: justify;
    font: 400 14px "Roboto", sans-serif;
    color: #888888;
    min-height: 85px;
}

.news__left .article__content__bottom {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .news__left .article {
        width: 100%;
    }
}

.news__right {
    flex: 0 0 30%;
}

.news__right .news-header {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    font: 800 16px "Roboto", sans-serif;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
}

.news__right .carrier {
    width: 100%;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    cursor: pointer;
}

.news__right .carrier a:hover {
    color: inherit;
}

.news__right .carrier__line {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 5px;
    transition: background 0.4s ease;
}

.news__right .carrier__line:last-of-type {
    border: none;
}

.news__right .carrier__line:hover {
    background: #f29a014d;
}

.news__right .carrier__line__img {
    flex: 0 0 65px;
    height: 65px;
    overflow: hidden;
}

.news__right .carrier__line__img>img {
    display: block;
    height: 65px;
}

.news__right .carrier__line__name {
    font: 800 16px "Roboto", sans-serif;
    align-self: center;
    padding: 10px 0 10px 20px;
    text-align: left;
}

.news__right .events {
    width: 100%;
}

.news__right .events__line {
    display: flex;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    margin: 5px 0px;
    height: 70px;
}

.news__right .events__line__date {
    flex: 0 0 55px;
    padding: 7px;
    background-color: #f29901;
    color: #ffffff;
    font: 800 20px "Roboto", sans-serif;
    font-size: 85px;
}

.news__right .events__line__date>div {
    font: 300 16px "Roboto", sans-serif;
}

.news__right .events__line__name {
    flex-grow: 1;
    font: 400 18px "Roboto", sans-serif;
    align-self: center;
    text-align: center;
    color: #666666;
    padding: 5px;
}

.news__right .events__line>a {
    cursor: pointer;
}

.news__right .events__line>a:hover {
    color: #2368aa;
}

.partners {
    position: relative;
    padding: 60px 0px;
    text-align: center;
    background-position: center;
    background-image: url("../assets/static/banner.jpg");
    background-size: cover;
}

.partners:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f29901;
    content: "";
    opacity: 0.9;
}

#partners-content {
    background: none;
    border: none;
}

#partners-content li img {
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 15px;
}

.container_count {
    margin: 30px auto;
    font-size: 1.5rem;
    padding-bottom: 30px;
}

.numbersRow {
    font-weight: 800;
    text-align: center;
}

.numbersRow p {
    margin-top: 10px;
    white-space: nowrap;
}

.numbersRow .col-md-4 {
    max-width: 400px;
}

.numbersMainSpan {
    position: relative;
    padding: 8px;
    background-color: #d48309;
    color: white;
    border-radius: 10px;
}

.numbersMainSpan hr {
    position: absolute;
    left: -75%;
    top: 4px;
    width: 250%;
    z-index: -1;
    border: 0;
    opacity: 1 !important;
    height: 1px !important;
    background-image: linear-gradient( to right, rgba(212, 131, 9, 0), #d48309, rgba(212, 131, 9, 0));
}

.numbersSpan {
    font-weight: 600;
    font-size: 2.5rem;
    color: #d48309;
}

.sub-page__left_classic h4 {
    text-align: left;
    border-bottom: 2px solid #f29901;
    width: 50%;
    margin-bottom: 18px;
    width: fit-content;
}

.sub-page__left_classic i {
    margin-right: 5px;
    color: #f29901;
}

.sub-page__left_classic .contactInfoWrap {
    padding: 10px;
}

.sub-page__left_classic .contactInfoWrap .contactInfo {
    text-align: left;
}

.sub-page__left_classic .contactInfoWrap .contactInfo p {
    font-size: 14px;
    margin-bottom: 7px;
}

.sub-page__left_classic .contactInfoWrap .contactInfo .contactName {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.sub-page__left_classic .attachmentsWrap {
    padding: 10px;
}

.sub-page__left_classic .attachmentsWrap .attachments {
    text-align: left;
}

.sub-page__left_classic .attachmentsWrap .attachments a {
    display: block;
    margin-bottom: 10px;
}

.jobAdLeftMenu {
    flex: 0 0 260px !important;
    width: 260px !important;
}

.mobile-top {
    display: flex;
    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
    padding: 10px 15px;
    background-color: #fbfbfb;
    color: #222222;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.mobile-top__logo {
    /*flex: 0 0 100px;*/
    /*align-self: center;*/
    /*text-align: left;*/
    width: 100%
}

.mobile-top__logo img {
    max-height: 45px;
}

.mobile-top__menu {
    font-size: 30px;
    align-self: center;
    flex: 1;
    text-align: right;
}

.mobile-nav {
    height: auto;
    padding: 0px 20px;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #f2f2f2;
}

.mobile-nav__pages {
    border-bottom: 1px solid #222222;
}

.mobile-nav__pages:last-child {
    border-bottom: none;
}

.mobile-nav>a {
    display: block;
}

.mobile-nav__button {
    width: 100%;
    color: #222222;
    padding: 20px;
    text-align: left;
    padding: 16px 0px;
    font: 700 14px "Roboto", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #222222;
}

.mobile-nav__button:last-child {
    border-bottom: none;
}

.mobile-nav__button .mobile-sub-right {
    float: right;
}

.mobile-nav__button .mobile-sub-hidden {
    color: #666666;
    text-align: left;
    font: 800 14px "Roboto", sans-serif;
    overflow: hidden;
    height: 0px;
}

.mobile-nav__button .mobile-sub-hidden .mobile-sub-button {
    padding: 10px 40px;
    color: #666666;
    display: block;
}

.top-menu {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #f2f2f2;
    height: 45px;
}

.top-menu__left {
    flex-grow: 2;
    text-align: left;
    padding: 10px 0px;
    font: 300 14px "Roboto", sans-serif;
    color: #666666;
}

.top-menu__left>i {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}

.top-menu__left>span {
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    .top-menu__left {
        width: 100%;
        text-align: center;
    }
}

.top-menu__right {
    flex-grow: 2;
    text-align: right;
}

.top-menu__right .contact-button {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    color: #888888;
    padding: 10px 0px;
    border-right: 1px solid #f2f2f2;
}

.top-menu__right .contact-button>i {
    font-size: 24px;
}

.top-menu__right .contact-button>i:hover {
    cursor: pointer;
    color: #ffaa18;
}

.top-menu__right .contact-button:last-child {
    border-right: none;
}

@media screen and (max-width: 1024px) {
    .top-menu__right {
        display: none;
    }
}

.top-buttons {
    width: 100%;
    height: 85px;
    background-color: #ffffff;
}

.top-buttons__left {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-buttons__left img {
    width: 150px;
    height: auto;
}

.top-buttons__right {
    flex-grow: 1;
    text-align: right;
    padding: 15px 0px;
}

.top-buttons__right__pages {
    display: inline-block;
}

.top-buttons__right .menu-button {
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 30px;
    font: 700 14px "Montserrat", sans-serif;
    color: #444444;
}

.top-buttons__right .menu-button:hover {
    cursor: pointer;
    color: #f29901;
}

.top-buttons__right .menu-button.orange {
    background-color: #f29901;
    color: #ffffff;
    padding: 10px 20px;
}

.top-buttons__right .menu-button.orange:hover {
    background-color: #ffaa18;
}

@media screen and (max-width: 1024px) {
    .top-buttons {
        display: none;
    }
}

.contact {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    background-color: #222222;
}

.contact__left {
    flex-grow: 2;
    text-align: left;
}

.contact__left .contact-line {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #444444;
}

.contact__left .contact-line:last-of-type {
    border-bottom: 0;
}

.contact__left .contact-line__label {
    flex-grow: 1;
    font: 400 16px "Roboto", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    min-width: max-content;
}

.contact__left .contact-line__label>i {
    width: 20px;
    margin-right: 10px;
    color: #f29901;
}

.contact__left .contact-line__content {
    flex-grow: 3;
    font: 400 16px "Roboto", sans-serif;
    color: #ffffff;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .contact__left {
        width: 100%;
        margin: 0px;
        display: inline-block;
    }
}

.contact__right {
    margin-left: 10px;
    flex-grow: 3;
}

.contact__right__half {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.contact__right__half .contact-input-wrapper {
    width: 50%;
}

.contact__right__half .contact-input-wrapper:last-of-type {
    margin-left: 5px;
}

.contact__right .input-area {
    resize: none;
    height: 150px;
}

.contact__right__bottom {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .contact__right {
        width: 100%;
        margin: 0px;
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) {
    .contact {
        padding: 30px 10px;
    }
}

.map {
    position: relative;
    width: 100%;
    font-size: 0px;
    text-align: center;
}

.map__navigator {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.map__navigator .map-title {
    font: 700 26px "Montserrat", sans-serif;
    color: #ffffff;
    padding-bottom: 20px;
}

.map__navigator__button {
    background-color: #f29901;
    color: #ffffff;
    padding: 10px 30px;
    font: 300 16px "Roboto", sans-serif;
    display: inline-block;
    margin: 0px 10px;
}

.map__navigator__button:hover {
    cursor: pointer;
    background-color: #ffaa18;
}

.map #map {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 500px;
    z-index: 2;
}

.footer {
    position: relative;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
}

.footer__content {
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

.footer__content .footer-button {
    display: inline-block;
}

.footer__content .footer-button:hover {
    text-decoration: underline;
}


/* BASIC STYLES */

.white {
    color: #ffffff;
}

.orange {
    color: #f29901;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-50 {
    margin-bottom: 50px;
}

.input-box {
    width: 100%;
    font: 300 15px "Roboto", sans-serif;
    background-color: #ffffff;
    border: 1px solid #444444;
    padding: 15px 15px;
    color: #666666;
}

.orange-button {
    background-color: #f29901;
    color: #ffffff;
    padding: 10px 30px;
    font: 300 16px "Roboto", sans-serif;
}

.orange-button:hover {
    cursor: pointer;
    background-color: #ffaa18;
}

.orange-button-inline {
    background-color: #f29901;
    color: #ffffff;
    padding: 10px 30px;
    font: 300 16px "Roboto", sans-serif;
    display: inline-block;
}

.orange-button-inline:hover {
    cursor: pointer;
    background-color: #ffaa18;
}

.content-wrapper {
    position: relative;
    margin: auto;
    width: 85%;
    max-width: 1280px;
}

.content-wrapper.flex {
    display: flex;
}

.content-wrapper.flex.vert-center {
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .content-wrapper.flex {
        display: block;
    }
}

.title-top {
    font: 700 16px "Roboto", sans-serif;
}

h1 {
    font: 700 28px "Montserrat", sans-serif;
    color: #000000;
    margin-top: 5px;
}

h2 {
    font: 700 20px "Montserrat", sans-serif;
    color: #000000;
}

.navbar-pages-element {
    position: relative;
    display: inline-block;
    transition: 0.5ms;
}

.navbar-pages-element .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-bottom: 10px;
    border-bottom-color: #f29901;
    padding: 15px;
    width: 250px;
    border-bottom-style: solid;
    transform: translateX(-50px);
}

.navbar-pages-element .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .navbar-pages-element .dropdown-content a {
        margin-bottom: 0px;
        padding: 6px 8px;
    }
}

.navbar-pages-element .dropdown-content a:hover {
    background-color: #f29901;
}

.navbar-pages-element:hover .dropdown-content {
    display: block;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: inherit;
}
/*
body {
    font: 400 14px "Roboto", sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
*/

html,
body {
    width: 100%;
    height: 100%;
}

img {
    border: 0;
}


/*# sourceMappingURL=master.css.map */

.page {
    position: relative;
    overflow: hidden;
    text-align: center;
}

[data-x-mode] .page {
    opacity: 1;
}


/*
*
* Swiper
*/

.swiper-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    content: "";
    opacity: 0.6;
    z-index: 2;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}


/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}


/* Coverflow */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    text-align: center;
    position: absolute;
    display: none;
    top: 50%;
    width: 47px;
    height: 47px;
    line-height: 47px;
    background: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: transform;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-transform: none;
    transform: none;
    transition: inherit;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    transition: inherit;
    z-index: -1;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    border-radius: 50%;
    background: var(--primary);
}

@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-prev:before {
    margin-left: -4px;
    border-width: 5px 8px 5px 0;
    border-right-color: var(--primary);
}

.swiper-button-prev:hover::before {
    border-right-color: #ffffff;
}

.swiper-button-prev:hover::after {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media (min-width: 1600px) {
    .swiper-button-prev {
        left: 75px;
    }
}

.swiper-button-next {
    right: 15px;
}

.swiper-button-next:before {
    margin-right: -4px;
    border-width: 5px 0 5px 8px;
    border-left-color: var(--primary);
}

.swiper-button-next:hover::before {
    border-left-color: #ffffff;
}

.swiper-button-next:hover::after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (min-width: 1600px) {
    .swiper-button-next {
        right: 75px;
    }
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
    content: "\f060";
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s;
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 0;
    outline: none;
    transition: 0.2s;
    background: rgba(19, 25, 53, 0.6);
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
    background: var(--primary);
}

.swiper-pagination-bullet-active {
    background: var(--secondary);
}

.swiper-pagination-style-2 .swiper-pagination {
    font-size: 0;
    line-height: 0;
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
    background: transparent;
}

.swiper-pagination-style-2 .swiper-pagination-bullet::before,
.swiper-pagination-style-2 .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-pagination-style-2 .swiper-pagination-bullet::before {
    background: rgba(19, 25, 53, 0.6);
    transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-pagination-style-2 .swiper-pagination-bullet::after {
    opacity: 0;
    background: var(--secondary);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}

.swiper-pagination-style-2 .swiper-pagination-bullet:hover,
.swiper-pagination-style-2 .swiper-pagination-bullet:focus {
    background: transparent;
}

.swiper-pagination-style-2 .swiper-pagination-bullet:hover::before,
.swiper-pagination-style-2 .swiper-pagination-bullet:focus::before {
    background: var(--primary);
}

.swiper-pagination-style-2 .swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-pagination-style-2 .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-pagination-style-2 .swiper-pagination-bullet-active::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.swiper-pagination-black .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black;
}

.swiper-container-vertical>.swiper-pagination {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 8px 0;
    display: block;
}

.swiper-container-vertical.swiper-pagination-style-2 .swiper-pagination-bullet::after {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}

.swiper-container-vertical.swiper-pagination-style-2 .swiper-pagination-bullet-active::before {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.swiper-container-vertical.swiper-pagination-style-2 .swiper-pagination-bullet-active::after {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-slide {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    background-position: 50% 50%;
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
}

@media (max-width: 767px) {
    .swiper-slide-caption {
        padding-bottom: 80px;
    }
    .swiper-slider-tara {
        min-height: 130.36458vw !important;
    }
    .banner__text__title {
        font-size: 24px !important;
    }
    #testimonials-list-container li {
        margin-bottom: 150px !important;
    }
}

.swiper-slider-classic {
    max-height: 38.54167vw;
    min-height: calc(100vh - 56px);
}

.swiper-slider-classic.swiper-container-horizontal {
    max-height: none;
}

@media (max-height: 420px) {
    .swiper-slider-classic {
        min-height: 260px;
    }
    .swiper-slider-classic p {
        display: none;
    }
}

.swiper-slider-classic .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 29px;
    height: 19px;
    border-radius: 0;
    background: transparent;
}

.swiper-slider-classic .swiper-pagination-bullet::before,
.swiper-slider-classic .swiper-pagination-bullet::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 8px;
    left: 0;
    height: 3px;
    width: 29px;
    transition: none;
    opacity: 1;
}

.swiper-slider-classic .swiper-pagination-bullet::before {
    background: #ffffff;
}

@media (min-width: 1600px) {
    .swiper-slider-classic .swiper-pagination-bullet::before {
        background: #252525;
    }
}

.swiper-slider-classic .swiper-pagination-bullet::after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: pagOutX 0.3s;
    animation: pagOutX 0.3s;
    background: var(--primary);
}

.swiper-slider-classic .swiper-pagination-bullet:hover,
.swiper-slider-classic .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-slider-classic .swiper-pagination-bullet:hover::after,
.swiper-slider-classic .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    -webkit-animation: pagInX 0.3s forwards;
    animation: pagInX 0.3s forwards;
}


/* .swiper-slider-classic .swiper-pagination {
    position: static;
    -webkit-transform: none;
    transform: none;
} */

.swiper-slider-classic .swiper-pagination .swiper-pagination-bullet {
    margin: 0 16px;
}

.swiper-slider-classic h1 {
    letter-spacing: 0.05em;
}

.swiper-slider-classic *+p {
    margin-top: 14px;
}

.swiper-slider-classic *+.button {
    margin-top: 25px;
}

.swiper-slider-classic .swiper-slide-1 {
    background-position-x: 40%;
}

@media (min-width: 768px) {
    .swiper-slider-classic {
        min-height: 460px;
    }
    .swiper-slider-classic.swiper-container-vertical .swiper-pagination-bullet {
        display: block;
    }
    .swiper-slider-classic.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
    }
    .swiper-slider-classic.swiper-container-vertical .swiper-pagination__module {
        top: 50%;
        right: 20px;
        bottom: auto;
        left: auto;
        max-width: 29px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .swiper-slider-classic .swiper-slide-caption {
        padding-left: 70px;
        padding-right: 70px;
    }
    .swiper-slider-classic .swiper-slide-1 {
        background-position-x: 50%;
    }
    .swiper-slider-classic .swiper-slide-custom {
        padding-left: 0;
    }
    .swiper-slider-classic h1 {
        font-size: 60px;
    }
}

@media (min-width: 992px) {
    .swiper-slider-classic .swiper-slide-custom {
        padding-left: 70px;
    }
    .swiper-slider-classic h1 {
        font-size: 80px;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-classic.swiper-container-horizontal {
        min-height: 38.54167vw;
    }
    .swiper-slider-classic h1 {
        font-size: 100px;
    }
}

@media (min-width: 1600px) {
    .swiper-slider-classic {
        max-width: 1920px;
        padding: 0 75px;
    }
}

.swiper-slider-classic-2 .swiper-pagination__fraction-index {
    color: var(--secondary);
}

.swiper-slider-classic-2 .swiper-pagination-bullet::after {
    background: var(--secondary);
}

.swiper-slider-classic-2 .context-dark .button.button-ujarak::before {
    background: var(--secondary);
}

.swiper-slider-classic-2 .context-dark .button.button-ujarak:hover,
.swiper-slider-classic-2 .context-dark .button.button-ujarak:active {
    border-color: var(--secondary);
}

.swiper-slider-classic-2 .button {
    min-width: 175px;
}

.swiper-slider-classic-2 .swiper-title-2 {
    letter-spacing: 0.025em;
    font-weight: 400;
}

.swiper-slider-classic-2 h2 {
    letter-spacing: 0.075em;
}

.swiper-slider-classic-2 .swiper-slide-custom *+.button {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .swiper-slider-classic-2 .swiper-slide-custom *+.button {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-classic-2 .swiper-title-2 {
        font-size: 110px;
    }
}

.swiper-pagination__module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 1;
}

.swiper-pagination__fraction {
    display: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    color: #9b9b9b;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-pagination__fraction-index {
    color: var(--primary);
}

.swiper-pagination__divider {
    display: none;
    margin: 30px 0 8px;
    width: 1px;
    height: 176px;
    background: #e1e1e1;
}

@media (min-width: 1600px) {
    .swiper-pagination__fraction {
        display: inline-block;
    }
    .swiper-pagination__divider {
        display: inline-block;
    }
}

.swiper-slider-modern {
    min-height: 44.27083vw;
}

.swiper-slider-modern .swiper-slide {
    background-position: 0 50%;
}

.swiper-slider-modern .swiper-slide-caption {
    padding-top: 60px;
}

.swiper-slider-modern .swiper-button-prev,
.swiper-slider-modern .swiper-button-next {
    -webkit-transform: none;
    transform: none;
    top: 51%;
}

.swiper-slider-modern .slider-modern-box {
    max-width: 240px;
}

.swiper-slider-modern .slider-modern-title {
    line-height: 1.115;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.swiper-slider-modern .slider-modern-title span {
    display: inline-block;
}

.swiper-slider-modern .button {
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.swiper-slider-modern p {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    letter-spacing: 0;
}

.swiper-slider-modern *+p {
    margin-top: 10px;
}

.swiper-slider-modern *+.button-wrap {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .swiper-slider-modern .swiper-slide {
        background-position: 30% 50%;
    }
    #testimonials-list-container li {
        margin-bottom: 150px !important;
    }
}

@media (min-width: 768px) {
    .swiper-slider-modern .swiper-slide-caption {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .swiper-slider-modern .slider-modern-box {
        margin-left: 60px;
    }
    .swiper-slider-modern .swiper-pagination {
        display: none;
    }
}

@media (min-width: 992px) {
    .swiper-slider-modern .swiper-slide-caption {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .swiper-slider-modern .slider-modern-box {
        margin-left: 80px;
        max-width: 320px;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-modern .swiper-slide-caption {
        padding-top: 200px;
        padding-bottom: 96px;
    }
    .swiper-slider-modern .slider-modern-box {
        margin-left: 90px;
    }
    .swiper-slider-modern *+.button-wrap {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .swiper-slider-modern .slider-modern-box {
        margin-left: 24px;
    }
}

.swiper-slider-creative {
    min-height: 34.42708vw;
}

.swiper-slider-creative .swiper-slider-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0;
}

.swiper-slider-creative .button {
    min-width: 175px;
}

.swiper-slider-creative h1 {
    letter-spacing: 0.025em;
}

.swiper-slider-creative hr {
    max-width: 78%;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 0.48);
}

.swiper-slider-creative h4 {
    font-weight: 300;
    letter-spacing: 0.05em;
}

.swiper-slider-creative *+hr,
.swiper-slider-creative *+.swiper-slider-text {
    margin-top: 12px;
}

.swiper-slider-creative *+.swiper-creative-decor {
    margin-top: 16px;
}

.swiper-slider-creative h1+h4 {
    margin-top: 2px;
}

.swiper-slider-creative *+.button-wrap {
    margin-top: 30px;
}

.swiper-slider-creative .swiper-slider-text+.button,
.swiper-slider-creative .swiper-slider-text+.button-wrap {
    margin-top: 30px;
}

.swiper-slider-creative .swiper-pagination {
    font-size: 0;
    line-height: 0;
    counter-reset: span;
    bottom: 20px;
}

.swiper-slider-creative .swiper-pagination-bullet {
    width: 35px;
    height: 23px;
    padding: 10px 0;
    background: transparent;
}

.swiper-slider-creative .swiper-pagination-bullet::after {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: scale(0, 0) translate3d(-50%, -50%, 0) rotate(0.1deg);
    transform: scale(0, 0) translate3d(-50%, -50%, 0) rotate(0.1deg);
    will-change: transform;
    transition: inherit;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.swiper-slider-creative .swiper-pagination-bullet span {
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #ffffff;
    transition: all 0.3s ease;
}

.swiper-slider-creative .swiper-pagination-bullet:hover::after,
.swiper-slider-creative .swiper-pagination-bullet-active::after {
    background: #ffffff;
    -webkit-transform: scale(1, 1) translate3d(-50%, -50%, 0) rotate(0.1deg);
    transform: scale(1, 1) translate3d(-50%, -50%, 0) rotate(0.1deg);
    transition-delay: 0.1s;
}

.swiper-slider-creative .swiper-pagination-bullet:hover span,
.swiper-slider-creative .swiper-pagination-bullet-active span {
    width: 0;
}

@media (max-width: 575px) {
    .swiper-slider-creative .swiper-slide {
        background-position-x: 35%;
    }
    .swiper-slider-creative .swiper-slide::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.15);
        z-index: -1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slider-creative h4 {
        font-size: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .swiper-slider-creative .swiper-slide-2 {
        background-position-x: 60%;
    }
    .swiper-slider-creative .swiper-slide-3 {
        background-position-x: 55%;
    }
}

@media (min-width: 768px) {
    .swiper-slider-creative .swiper-pagination {
        bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .swiper-slider-creative .swiper-slide-2 {
        background-position-x: 70%;
    }
    .swiper-slider-creative .swiper-slide-3 {
        background-position-x: 60%;
    }
}

@media (min-width: 992px) {
    .swiper-slider-creative *+.button,
    .swiper-slider-creative *+.button-wrap {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-creative h1 {
        font-size: 110px;
    }
}

@media (min-width: 1600px) {
    .swiper-slider-creative .swiper-pagination {
        top: 50%;
        right: 134px;
        bottom: auto;
        left: auto;
        width: auto;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    .swiper-slider-creative .swiper-pagination .swiper-pagination-bullet {
        margin: 4px 0;
    }
    .swiper-slider-creative .swiper-pagination-bullet {
        display: block;
        width: 21px;
        height: 21px;
    }
    .swiper-slider-creative .swiper-pagination-bullet::before {
        display: inline-block;
        position: absolute;
        content: counter(span, decimal);
        counter-increment: span;
        top: 60%;
        left: -22px;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 500;
        color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-20px, -50%, 0);
        transform: translate3d(-20px, -50%, 0);
        will-change: transform;
        transition: inherit;
    }
    .swiper-slider-creative .swiper-pagination-bullet::after {
        left: 1px;
        width: 5px;
        height: 5px;
        -webkit-transform: scale(0, 0) translate3d(0, -50%, 0) rotate(0.1deg);
        transform: scale(0, 0) translate3d(0, -50%, 0) rotate(0.1deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    .swiper-slider-creative .swiper-pagination-bullet span {
        height: 1px;
    }
    .swiper-slider-creative .swiper-pagination-bullet:hover::after,
    .swiper-slider-creative .swiper-pagination-bullet-active::after {
        -webkit-transform: scale(1, 1) translate3d(0, -50%, 0) rotate(0.1deg);
        transform: scale(1, 1) translate3d(0, -50%, 0) rotate(0.1deg);
        transition-delay: 0s;
    }
    .swiper-slider-creative .swiper-pagination-bullet:hover span,
    .swiper-slider-creative .swiper-pagination-bullet-active span {
        width: 100%;
        -webkit-transform: translate3d(24px, 0, 0);
        transform: translate3d(24px, 0, 0);
    }
    .swiper-slider-creative .swiper-pagination-bullet-active::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    .swiper-slider-creative .swiper-pagination-bullet-active span {
        width: 340%;
    }
    .swiper-slider-creative .swiper-pagination-bullet-active:hover span {
        width: 340%;
    }
}

.swiper-slider-corporate {
    min-height: calc(100vh - 56px);
}

.swiper-slider-corporate.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px;
}

.swiper-slider-corporate.swiper-container-vertical {
    max-height: 35.3125vw;
}

.swiper-slider-corporate.swiper-container-vertical .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

@media (max-height: 370px) {
    .swiper-slider-corporate {
        min-height: 310px;
    }
}

.swiper-slider-corporate .swiper-pagination-bullet::before {
    background: rgba(255, 255, 255, 0.33);
}

.swiper-slider-corporate .swiper-pagination-bullet::after {
    background: var(--primary);
}

.swiper-slider-corporate .swiper-pagination-bullet:hover::before {
    background: rgba(255, 255, 255, 0.7);
}

.swiper-slider-corporate .button {
    min-width: 180px;
}

.swiper-slider-corporate h6 {
    font-weight: 400;
    letter-spacing: 0.15em;
    color: var(--secondary);
}

.swiper-slider-corporate h6+h2 {
    margin-top: 16px;
}

.swiper-slider-corporate *+.button-wrap {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .swiper-slider-corporate {
        min-height: 370px;
    }
    .swiper-slider-corporate.swiper-container-vertical {
        min-height: 400px;
    }
    .swiper-slider-corporate h6+h2 {
        margin-top: 28px;
    }
    .swiper-slider-corporate *+.button-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .swiper-slider-corporate.swiper-container-horizontal {
        min-height: 400px;
    }
    .swiper-slider-corporate.swiper-container-vertical .swiper-pagination {
        right: 6%;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-corporate.swiper-container-horizontal {
        min-height: 35.3125vw;
    }
}

@media (min-width: 1600px) {
    .swiper-slider-corporate.swiper-container-vertical .swiper-pagination {
        top: 43%;
        right: 11.5%;
        -webkit-transform: none;
        transform: none;
    }
}

.swiper-slider-tara {
    min-height: 38.36458vw;
}

.swiper-slider-tara.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-slider-tara .swiper-pagination {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: auto;
    min-width: 210px;
    font-size: 0;
    line-height: 0;
    padding: 17px 20px 10px;
    background: #ffffff;
}

.swiper-slider-tara .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #dfdfdf;
    transition: all 0.1s ease-in-out;
}

.swiper-slider-tara .swiper-pagination-bullet::before,
.swiper-slider-tara .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    opacity: 0;
    border-radius: inherit;
}

.swiper-slider-tara .swiper-pagination-bullet::before {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--primary);
    -webkit-transform: translate3d(-50%, -400%, 0);
    transform: translate3d(-50%, -400%, 0);
    transition: all 0.2s ease;
}

.swiper-slider-tara .swiper-pagination-bullet::after {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 3px solid var(--secondary);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.3s ease;
}

.swiper-slider-tara .swiper-pagination-bullet-active::before,
.swiper-slider-tara .swiper-pagination-bullet:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.swiper-slider-tara .swiper-pagination-bullet-active {
    border-color: transparent;
}

.swiper-slider-tara .swiper-pagination-bullet-active::after {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.swiper-slider-tara .swiper-title {
    font-weight: 400;
}

.swiper-slider-tara .swiper-subtitle {
    font-weight: 400;
}

.swiper-slider-tara .button {
    min-width: 176px;
}

.swiper-slider-tara .button.button-ujarak:not([class*="button-primary"])::before {
    background: var(--secondary);
}

.swiper-slider-tara .button.button-ujarak:not([class*="button-primary"]):hover,
.swiper-slider-tara .button.button-ujarak:not([class*="button-primary"]):active {
    border-color: var(--secondary);
}

.swiper-slider-tara *+.swiper-title {
    margin-top: 16px;
}

.swiper-slider-tara *+.button,
.swiper-slider-tara *+.button-wrap {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .swiper-slider-tara .swiper-pagination {
        right: 0;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 17px;
    }
}

@media (min-width: 992px) {
    /* .swiper-slider-tara .swiper-title {
      line-height: 1.2;
  } */
    .swiper-slider-tara .swiper-subtitle {
        letter-spacing: 0.15em;
    }
    .swiper-slider-tara *+.swiper-title {
        margin-top: 22px;
    }
}

.swiper-container .text-strike-1::before {
    -webkit-transform: rotate(-3.8deg) scale(0);
    transform: rotate(-3.8deg) scale(0);
}

.swiper-container .swiper-slide-active .text-strike-1::before {
    -webkit-transform: rotate(-3.8deg) scale(1);
    transform: rotate(-3.8deg) scale(1);
}


/*
*
* Animate.css
*/

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.ios {
    transition: none !important;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes pagInX {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pagInX {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pagOutX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes pagOutX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.preloader {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    z-index: 9999999;
    background: #ffffff;
    transition: 0.3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.preloader.loaded .cssload-container {
    -webkit-animation: none;
    animation: none;
}

.preloader.loaded .cssload-container span {
    -webkit-animation: none;
    animation: none;
}

.preloader.ending {
    display: none;
}

.preloader .preloader-body {
    position: relative;
    text-align: center;
    height: 200px;
}

.preloader>div {
    width: 100%;
}

[data-x-mode="design-mode"] .preloader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cssload-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.cssload-container span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(1) {
    top: 0;
    left: 0;
}

.cssload-container span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(4) {
    bottom: 0;
    right: 0;
}

@-webkit-keyframes loader {
    0%,
    10%,
    100% {
        width: 86px;
        height: 86px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}

@keyframes loader {
    0%,
    10%,
    100% {
        width: 86px;
        height: 86px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}

@-webkit-keyframes loaderBlock {
    0%,
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--primary);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loaderBlock {
    0%,
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--primary);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%,
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--primary);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes loaderBlockInverse {
    0%,
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--primary);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@-webkit-keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
        background: var(--primary);
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
        background: var(--primary);
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes burger-hover-primary {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
        background: var(--secondary);
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover-primary {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
        background: var(--secondary);
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-webkit-keyframes item1B {
    25% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
        visibility: hidden;
    }
}

@keyframes item1B {
    25% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
        visibility: hidden;
    }
}

@-webkit-keyframes item1A {
    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4);
        visibility: hidden;
    }
}

@keyframes item1A {
    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4);
        visibility: hidden;
    }
}

@keyframes item1B {
    0% {
        opacity: 0;
        -webkit-transform: none;
        transform: none;
    }
    25% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        visibility: hidden;
    }
}

@keyframes item1A {
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        visibility: hidden;
    }
}

@-webkit-keyframes imgPos {
    0% {
        background-position-x: 0;
    }
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0;
    }
}

@keyframes imgPos {
    0% {
        background-position-x: 0;
    }
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0;
    }
}

@-webkit-keyframes bgPos {
    25% {
        -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
        transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
    }
    75% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}

@keyframes bgPos {
    25% {
        -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
        transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
    }
    75% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.section-60,
.section-md,
.section-lg,
.section-xl {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .section-sm {
        padding: 40px 0;
    }
    .section-sm.section-first {
        padding-top: 80px;
    }
    .section-sm.section-last {
        padding-bottom: 80px;
    }
    .section-md {
        padding: 70px 0;
    }
    .section-lg {
        padding: 80px 0;
    }
    .section-xl {
        padding: 90px 0;
    }
}

@media (min-width: 992px) {
    .section-sm {
        padding: 50px 0;
    }
    .section-sm.section-first {
        padding-top: 100px;
    }
    .section-sm.section-last {
        padding-bottom: 100px;
    }
    .section-md {
        padding: 80px 0;
    }
    .section-lg {
        padding: 90px 0;
    }
    .section-inset-custom-6,
    .section-xl {
        padding: 100px 0;
    }
    .desktop .section-top-1 {
        padding-top: 0;
    }
}

.oh {
    position: relative;
    overflow: hidden;
}

.context-dark,
.bg-gray-dark,
.bg-primary-custom,
.bg-secondary-custom,
.context-dark h1,
.bg-gray-dark h1,
.bg-primary-custom h1,
.bg-secondary-custom h1,
.context-dark h2,
.bg-gray-dark h2,
.bg-primary-custom h2,
.bg-secondary-custom h2,
.context-dark h3,
.bg-gray-dark h3,
.bg-primary-custom h3,
.bg-secondary-custom h3,
.context-dark h4,
.bg-gray-dark h4,
.bg-primary-custom h4,
.bg-secondary-custom h4,
.context-dark h5,
.bg-gray-dark h5,
.bg-primary-custom h5,
.bg-secondary-custom h5,
.context-dark h6,
.bg-gray-dark h6,
.bg-primary-custom h6,
.bg-secondary-custom h6,
.context-dark [class*="heading-"],
.bg-gray-dark [class*="heading-"],
.bg-primary-custom [class*="heading-"],
.bg-secondary-custom [class*="heading-"] {
    color: #ffffff;
}

.context-dark .form-wrap.has-error .form-input,
.bg-gray-dark .form-wrap.has-error .form-input,
.bg-primary-custom .form-wrap.has-error .form-input,
.bg-secondary-custom .form-wrap.has-error .form-input {
    border-color: transparent;
}

.context-dark .form-input,
.bg-gray-dark .form-input,
.bg-primary-custom .form-input,
.bg-secondary-custom .form-input,
.context-dark .form-label,
.bg-gray-dark .form-label,
.bg-primary-custom .form-label,
.bg-secondary-custom .form-label,
.context-dark .form-validation,
.bg-gray-dark .form-validation,
.bg-primary-custom .form-validation,
.bg-secondary-custom .form-validation {
    color: #ffffff;
}

.context-dark .form-input,
.bg-gray-dark .form-input,
.bg-primary-custom .form-input,
.bg-secondary-custom .form-input {
    background: rgba(255, 255, 255, 0.34);
    border-color: transparent;
}

.context-dark .rights,
.bg-gray-dark .rights,
.bg-primary-custom .rights,
.bg-secondary-custom .rights {
    color: #ffffff;
}

.context-dark .rights a,
.bg-gray-dark .rights a,
.bg-primary-custom .rights a,
.bg-secondary-custom .rights a,
.context-dark .rights a:focus,
.bg-gray-dark .rights a:focus,
.bg-primary-custom .rights a:focus,
.bg-secondary-custom .rights a:focus,
.context-dark .rights a:active,
.bg-gray-dark .rights a:active,
.bg-primary-custom .rights a:active,
.bg-secondary-custom .rights a:active {
    color: inherit;
}

.context-dark .rights a:hover,
.bg-gray-dark .rights a:hover,
.bg-primary-custom .rights a:hover,
.bg-secondary-custom .rights a:hover {
    color: #dec684;
}

.context-dark .button.button-pipaluk::after,
.bg-gray-dark .button.button-pipaluk::after,
.bg-primary-custom .button.button-pipaluk::after,
.bg-secondary-custom .button.button-pipaluk::after {
    border-color: #ffffff;
}

.context-dark .button.button-pipaluk:hover,
.bg-gray-dark .button.button-pipaluk:hover,
.bg-primary-custom .button.button-pipaluk:hover,
.bg-secondary-custom .button.button-pipaluk:hover,
.context-dark .button.button-pipaluk:active,
.bg-gray-dark .button.button-pipaluk:active,
.bg-primary-custom .button.button-pipaluk:active,
.bg-secondary-custom .button.button-pipaluk:active {
    color: #ffffff;
}

.context-dark .button-secondary.button-ujarak::before,
.bg-gray-dark .button-secondary.button-ujarak::before,
.bg-primary-custom .button-secondary.button-ujarak::before,
.bg-secondary-custom .button-secondary.button-ujarak::before {
    background: var(--secondary);
}

.context-dark .button-secondary.button-ujarak:hover,
.bg-gray-dark .button-secondary.button-ujarak:hover,
.bg-primary-custom .button-secondary.button-ujarak:hover,
.bg-secondary-custom .button-secondary.button-ujarak:hover,
.context-dark .button-secondary.button-ujarak:active,
.bg-gray-dark .button-secondary.button-ujarak:active,
.bg-primary-custom .button-secondary.button-ujarak:active,
.bg-secondary-custom .button-secondary.button-ujarak:active {
    border-color: var(--secondary);
}

.footer-variant-2.context-dark,
.footer-variant-2.bg-gray-dark,
.footer-variant-2.bg-primary-custom,
.footer-variant-2.bg-secondary-custom {
    color: rgba(255, 255, 255, 0.3);
}

.footer-variant-2.context-dark .rights,
.footer-variant-2.bg-gray-dark .rights,
.footer-variant-2.bg-primary-custom .rights,
.footer-variant-2.bg-secondary-custom .rights {
    color: rgba(255, 255, 255, 0.3);
}

.footer-variant-2.context-dark .button.button-ujarak::before,
.footer-variant-2.bg-gray-dark .button.button-ujarak::before,
.footer-variant-2.bg-primary-custom .button.button-ujarak::before,
.footer-variant-2.bg-secondary-custom .button.button-ujarak::before {
    background: #ffffff;
}

.footer-variant-2.context-dark .button.button-ujarak:hover,
.footer-variant-2.bg-gray-dark .button.button-ujarak:hover,
.footer-variant-2.bg-primary-custom .button.button-ujarak:hover,
.footer-variant-2.bg-secondary-custom .button.button-ujarak:hover,
.footer-variant-2.context-dark .button.button-ujarak:active,
.footer-variant-2.bg-gray-dark .button.button-ujarak:active,
.footer-variant-2.bg-primary-custom .button.button-ujarak:active,
.footer-variant-2.bg-secondary-custom .button.button-ujarak:active {
    color: #141d45;
    border-color: #ffffff;
}

.footer-modern.context-dark .form-input,
.footer-modern.bg-gray-dark .form-input,
.footer-modern.bg-primary-custom .form-input,
.footer-modern.bg-secondary-custom .form-input {
    background: #565656;
}

.footer-creative.context-dark .form-input,
.footer-creative.bg-gray-dark .form-input,
.footer-creative.bg-primary-custom .form-input,
.footer-creative.bg-secondary-custom .form-input {
    background: #54595e;
}

.context-dark .footer-contacts,
.bg-gray-dark .footer-contacts,
.bg-primary-custom .footer-contacts,
.bg-secondary-custom .footer-contacts {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.context-dark .footer-contacts .icon,
.bg-gray-dark .footer-contacts .icon,
.bg-primary-custom .footer-contacts .icon,
.bg-secondary-custom .footer-contacts .icon {
    color: #0e1536;
}

.context-dark .footer-contacts p,
.bg-gray-dark .footer-contacts p,
.bg-primary-custom .footer-contacts p,
.bg-secondary-custom .footer-contacts p {
    color: #ffffff;
}

.context-dark .footer-contacts a,
.bg-gray-dark .footer-contacts a,
.bg-primary-custom .footer-contacts a,
.bg-secondary-custom .footer-contacts a,
.context-dark .footer-contacts a:focus,
.bg-gray-dark .footer-contacts a:focus,
.bg-primary-custom .footer-contacts a:focus,
.bg-secondary-custom .footer-contacts a:focus,
.context-dark .footer-contacts a:active,
.bg-gray-dark .footer-contacts a:active,
.bg-primary-custom .footer-contacts a:active,
.bg-secondary-custom .footer-contacts a:active {
    color: #ffffff;
}

.context-dark .footer-contacts a:hover,
.bg-gray-dark .footer-contacts a:hover,
.bg-primary-custom .footer-contacts a:hover,
.bg-secondary-custom .footer-contacts a:hover {
    color: var(--primary-hover);
}

.context-dark .footer-link-list a,
.bg-gray-dark .footer-link-list a,
.bg-primary-custom .footer-link-list a,
.bg-secondary-custom .footer-link-list a,
.context-dark .footer-link-list a:focus,
.bg-gray-dark .footer-link-list a:focus,
.bg-primary-custom .footer-link-list a:focus,
.bg-secondary-custom .footer-link-list a:focus,
.context-dark .footer-link-list a:active,
.bg-gray-dark .footer-link-list a:active,
.bg-primary-custom .footer-link-list a:active,
.bg-secondary-custom .footer-link-list a:active {
    color: inherit;
}

.context-dark .footer-link-list a:hover,
.bg-gray-dark .footer-link-list a:hover,
.bg-primary-custom .footer-link-list a:hover,
.bg-secondary-custom .footer-link-list a:hover {
    color: var(--primary-hover);
}

.context-dark .footer-social-list-2 a,
.bg-gray-dark .footer-social-list-2 a,
.bg-primary-custom .footer-social-list-2 a,
.bg-secondary-custom .footer-social-list-2 a,
.context-dark .footer-social-list-2 a:focus,
.bg-gray-dark .footer-social-list-2 a:focus,
.bg-primary-custom .footer-social-list-2 a:focus,
.bg-secondary-custom .footer-social-list-2 a:focus,
.context-dark .footer-social-list-2 a:active,
.bg-gray-dark .footer-social-list-2 a:active,
.bg-primary-custom .footer-social-list-2 a:active,
.bg-secondary-custom .footer-social-list-2 a:active {
    color: #ffffff;
}

.context-dark .footer-social-list-2 a:hover,
.bg-gray-dark .footer-social-list-2 a:hover,
.bg-primary-custom .footer-social-list-2 a:hover,
.bg-secondary-custom .footer-social-list-2 a:hover {
    color: var(--primary-hover);
}

.footer-minimal.context-dark .footer-minimal-bottom-panel,
.footer-minimal.bg-gray-dark .footer-minimal-bottom-panel,
.footer-minimal.bg-primary-custom .footer-minimal-bottom-panel,
.footer-minimal.bg-secondary-custom .footer-minimal-bottom-panel,
.footer-minimal.context-dark .footer-corporate-bottom-panel,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel,
.footer-minimal.bg-primary-custom .footer-corporate-bottom-panel,
.footer-minimal.bg-secondary-custom .footer-corporate-bottom-panel,
.footer-corporate.context-dark .footer-minimal-bottom-panel,
.footer-corporate.bg-gray-dark .footer-minimal-bottom-panel,
.footer-corporate.bg-primary-custom .footer-minimal-bottom-panel,
.footer-corporate.bg-secondary-custom .footer-minimal-bottom-panel,
.footer-corporate.context-dark .footer-corporate-bottom-panel,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel,
.footer-corporate.bg-primary-custom .footer-corporate-bottom-panel,
.footer-corporate.bg-secondary-custom .footer-corporate-bottom-panel {
    color: rgba(255, 255, 255, 0.3);
}

.footer-minimal.context-dark .footer-minimal-bottom-panel a,
.footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a,
.footer-minimal.bg-primary-custom .footer-minimal-bottom-panel a,
.footer-minimal.bg-secondary-custom .footer-minimal-bottom-panel a,
.footer-minimal.context-dark .footer-minimal-bottom-panel a:focus,
.footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a:focus,
.footer-minimal.bg-primary-custom .footer-minimal-bottom-panel a:focus,
.footer-minimal.bg-secondary-custom .footer-minimal-bottom-panel a:focus,
.footer-minimal.context-dark .footer-minimal-bottom-panel a:active,
.footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a:active,
.footer-minimal.bg-primary-custom .footer-minimal-bottom-panel a:active,
.footer-minimal.bg-secondary-custom .footer-minimal-bottom-panel a:active,
.footer-minimal.context-dark .footer-corporate-bottom-panel a,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a,
.footer-minimal.bg-primary-custom .footer-corporate-bottom-panel a,
.footer-minimal.bg-secondary-custom .footer-corporate-bottom-panel a,
.footer-minimal.context-dark .footer-corporate-bottom-panel a:focus,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a:focus,
.footer-minimal.bg-primary-custom .footer-corporate-bottom-panel a:focus,
.footer-minimal.bg-secondary-custom .footer-corporate-bottom-panel a:focus,
.footer-minimal.context-dark .footer-corporate-bottom-panel a:active,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a:active,
.footer-minimal.bg-primary-custom .footer-corporate-bottom-panel a:active,
.footer-minimal.bg-secondary-custom .footer-corporate-bottom-panel a:active,
.footer-corporate.context-dark .footer-minimal-bottom-panel a,
.footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a,
.footer-corporate.bg-primary-custom .footer-minimal-bottom-panel a,
.footer-corporate.bg-secondary-custom .footer-minimal-bottom-panel a,
.footer-corporate.context-dark .footer-minimal-bottom-panel a:focus,
.footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a:focus,
.footer-corporate.bg-primary-custom .footer-minimal-bottom-panel a:focus,
.footer-corporate.bg-secondary-custom .footer-minimal-bottom-panel a:focus,
.footer-corporate.context-dark .footer-minimal-bottom-panel a:active,
.footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a:active,
.footer-corporate.bg-primary-custom .footer-minimal-bottom-panel a:active,
.footer-corporate.bg-secondary-custom .footer-minimal-bottom-panel a:active,
.footer-corporate.context-dark .footer-corporate-bottom-panel a,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a,
.footer-corporate.bg-primary-custom .footer-corporate-bottom-panel a,
.footer-corporate.bg-secondary-custom .footer-corporate-bottom-panel a,
.footer-corporate.context-dark .footer-corporate-bottom-panel a:focus,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:focus,
.footer-corporate.bg-primary-custom .footer-corporate-bottom-panel a:focus,
.footer-corporate.bg-secondary-custom .footer-corporate-bottom-panel a:focus,
.footer-corporate.context-dark .footer-corporate-bottom-panel a:active,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:active,
.footer-corporate.bg-primary-custom .footer-corporate-bottom-panel a:active,
.footer-corporate.bg-secondary-custom .footer-corporate-bottom-panel a:active {
    color: inherit;
}

.footer-minimal.context-dark .footer-minimal-bottom-panel a:hover,
.footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a:hover,
.footer-minimal.bg-primary-custom .footer-minimal-bottom-panel a:hover,
.footer-minimal.bg-secondary-custom .footer-minimal-bottom-panel a:hover,
.footer-minimal.context-dark .footer-corporate-bottom-panel a:hover,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a:hover,
.footer-minimal.bg-primary-custom .footer-corporate-bottom-panel a:hover,
.footer-minimal.bg-secondary-custom .footer-corporate-bottom-panel a:hover,
.footer-corporate.context-dark .footer-minimal-bottom-panel a:hover,
.footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a:hover,
.footer-corporate.bg-primary-custom .footer-minimal-bottom-panel a:hover,
.footer-corporate.bg-secondary-custom .footer-minimal-bottom-panel a:hover,
.footer-corporate.context-dark .footer-corporate-bottom-panel a:hover,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:hover,
.footer-corporate.bg-primary-custom .footer-corporate-bottom-panel a:hover,
.footer-corporate.bg-secondary-custom .footer-corporate-bottom-panel a:hover {
    color: var(--secondary);
}

.footer-minimal.context-dark .rights,
.footer-minimal.bg-gray-dark .rights,
.footer-minimal.bg-primary-custom .rights,
.footer-minimal.bg-secondary-custom .rights,
.footer-corporate.context-dark .rights,
.footer-corporate.bg-gray-dark .rights,
.footer-corporate.bg-primary-custom .rights,
.footer-corporate.bg-secondary-custom .rights {
    color: inherit;
}

.footer-minimal.context-dark .button-gray-31.button-ujarak::before,
.footer-minimal.bg-gray-dark .button-gray-31.button-ujarak::before,
.footer-minimal.bg-primary-custom .button-gray-31.button-ujarak::before,
.footer-minimal.bg-secondary-custom .button-gray-31.button-ujarak::before,
.footer-corporate.context-dark .button-gray-31.button-ujarak::before,
.footer-corporate.bg-gray-dark .button-gray-31.button-ujarak::before,
.footer-corporate.bg-primary-custom .button-gray-31.button-ujarak::before,
.footer-corporate.bg-secondary-custom .button-gray-31.button-ujarak::before {
    background: var(--secondary);
}

.footer-minimal.context-dark .button-gray-31.button-ujarak:hover,
.footer-minimal.bg-gray-dark .button-gray-31.button-ujarak:hover,
.footer-minimal.bg-primary-custom .button-gray-31.button-ujarak:hover,
.footer-minimal.bg-secondary-custom .button-gray-31.button-ujarak:hover,
.footer-minimal.context-dark .button-gray-31.button-ujarak:active,
.footer-minimal.bg-gray-dark .button-gray-31.button-ujarak:active,
.footer-minimal.bg-primary-custom .button-gray-31.button-ujarak:active,
.footer-minimal.bg-secondary-custom .button-gray-31.button-ujarak:active,
.footer-corporate.context-dark .button-gray-31.button-ujarak:hover,
.footer-corporate.bg-gray-dark .button-gray-31.button-ujarak:hover,
.footer-corporate.bg-primary-custom .button-gray-31.button-ujarak:hover,
.footer-corporate.bg-secondary-custom .button-gray-31.button-ujarak:hover,
.footer-corporate.context-dark .button-gray-31.button-ujarak:active,
.footer-corporate.bg-gray-dark .button-gray-31.button-ujarak:active,
.footer-corporate.bg-primary-custom .button-gray-31.button-ujarak:active,
.footer-corporate.bg-secondary-custom .button-gray-31.button-ujarak:active {
    color: #ffffff;
    border-color: var(--secondary);
}

.footer-corporate-2.context-dark .footer-contacts .icon,
.footer-corporate-2.bg-gray-dark .footer-contacts .icon,
.footer-corporate-2.bg-primary-custom .footer-contacts .icon,
.footer-corporate-2.bg-secondary-custom .footer-contacts .icon {
    color: var(--secondary);
}

.footer-corporate-2.context-dark .button-gray-31.button-ujarak::before,
.footer-corporate-2.bg-gray-dark .button-gray-31.button-ujarak::before,
.footer-corporate-2.bg-primary-custom .button-gray-31.button-ujarak::before,
.footer-corporate-2.bg-secondary-custom .button-gray-31.button-ujarak::before {
    background: var(--primary);
}

.footer-corporate-2.context-dark .button-gray-31.button-ujarak:hover,
.footer-corporate-2.bg-gray-dark .button-gray-31.button-ujarak:hover,
.footer-corporate-2.bg-primary-custom .button-gray-31.button-ujarak:hover,
.footer-corporate-2.bg-secondary-custom .button-gray-31.button-ujarak:hover,
.footer-corporate-2.context-dark .button-gray-31.button-ujarak:active,
.footer-corporate-2.bg-gray-dark .button-gray-31.button-ujarak:active,
.footer-corporate-2.bg-primary-custom .button-gray-31.button-ujarak:active,
.footer-corporate-2.bg-secondary-custom .button-gray-31.button-ujarak:active {
    border-color: var(--primary);
}

.context-dark .post-minimal-2-time,
.bg-gray-dark .post-minimal-2-time,
.bg-primary-custom .post-minimal-2-time,
.bg-secondary-custom .post-minimal-2-time {
    color: rgba(255, 255, 255, 0.25);
}

.context-dark .text-strike-1,
.bg-gray-dark .text-strike-1,
.bg-primary-custom .text-strike-1,
.bg-secondary-custom .text-strike-1 {
    color: rgba(255, 255, 255, 0.52);
}

.context-dark .text-strike-1::before,
.bg-gray-dark .text-strike-1::before,
.bg-primary-custom .text-strike-1::before,
.bg-secondary-custom .text-strike-1::before {
    background: rgba(252, 239, 87, 0.7);
}

.context-dark .video-modern-subtitle,
.bg-gray-dark .video-modern-subtitle,
.bg-primary-custom .video-modern-subtitle,
.bg-secondary-custom .video-modern-subtitle {
    color: var(--secondary);
}

.context-dark .title-decoration-lines-left::before,
.bg-gray-dark .title-decoration-lines-left::before,
.bg-primary-custom .title-decoration-lines-left::before,
.bg-secondary-custom .title-decoration-lines-left::before {
    background: var(--secondary);
}

.context-dark .text-gray-500,
.bg-gray-dark .text-gray-500,
.bg-primary-custom .text-gray-500,
.bg-secondary-custom .text-gray-500 {
    color: rgba(255, 255, 255, 0.3);
}

.context-dark .brand .brand-logo-dark,
.bg-gray-dark .brand .brand-logo-dark,
.bg-primary-custom .brand .brand-logo-dark,
.bg-secondary-custom .brand .brand-logo-dark {
    display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-dark .brand .brand-logo-light,
.bg-primary-custom .brand .brand-logo-light,
.bg-secondary-custom .brand .brand-logo-light {
    display: block;
}

a:hover {
    color: #0a58ca;
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
    background: var(--primary);
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: 0.45s all ease-in-out;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
    color: #ffffff;
    background: #111111;
    text-decoration: none;
}

.ui-to-top:focus {
    color: #ffffff;
}

.ui-to-top.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.banner {
    position: relative;
    height: calc(100% - 130px);
    min-height: 600px;
}

.banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    content: "";
    opacity: 0.6;
    z-index: 2;
}

.banner__loader {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.banner__pager {
    position: absolute;
    height: 120px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    top: 50%;
    margin-top: -60px;
    line-height: 120px;
    font-size: 30px;
    cursor: pointer;
    z-index: 3;
}

.banner__pager:hover {
    color: #f29901;
}

.banner__pager--left {
    left: 0px;
}

.banner__pager--right {
    right: 0px;
}

.banner__text {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    z-index: 2;
}

.banner__text__title {
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    font-size: 34px;
}

.banner__text__bottom {
    margin-top: 20px;
}

.banner__text__bottom .read-more {
    background-color: #f29901 !important;
    color: #ffffff !important;
    padding: 10px 30px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
}

.banner__text__bottom .read-more:hover {
    cursor: pointer;
    background-color: #ffaa18;
}

.banner__slides {
    height: 100%;
    transition: all 1s;
    opacity: 0;
}

.banner__slides--loaded {
    opacity: 1;
}

.banner__slides .flex-viewport {
    height: 100%;
}

.banner__slides .flex-viewport .slides {
    height: 100%;
}

.banner__slides .flex-viewport .slides ul,
.banner__slides .flex-viewport .slides li {
    height: 100%;
}

.banner__slides .flex-viewport .slides a,
.banner__slides .flex-viewport .slides div {
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-mini {
    position: relative;
    height: 300px;
    background-image: url("../assets/static/banner.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.banner-mini:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    content: "";
    opacity: 0.8;
    z-index: 2;
}

.banner-mini__text {
    position: absolute;
    display: inline-block;
    background-color: rgba(242, 153, 1, 0.8);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    font: 400 18px "Montserrat", sans-serif;
    z-index: 2;
}

.article__content__title {
    min-height: 55px !important;
}

.news__left .article__content__short {
    min-height: 111px !important;
}

.news__right .events__line>a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.masonry {
    columns: 3;
    column-gap: 16px;
}

@media (max-width: 1200px) {
    .masonry {
        columns: 3;
    }
}

@media (max-width: 992px) {
    .masonry {
        columns: 2;
    }
}

@media (max-width: 592px) {
    .masonry {
        columns: 1;
    }
}

.masonry .grid {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}

.masonry .grid:before {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.masonry .grid img {
    width: 100%;
    border-radius: 5px;
}

.masonry .grid__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
}

.masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}

.mt-auto {
    margin-top: auto;
}

.galeriTitle {
    width: 100%;
}

.banner-news {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.jobs_text,
p {
    font-size: 12.0pt;
}

.copyright-area.text-center.mt-50 {
    background-color: black;
    color: white;
}

label#name-error {
    color: red;
}

label#email-error {
    color: red;
}

label#message-error {
    color: red;
}

.row.numbersRow.justify-content-md-center {
    margin-left: 0;
    margin-right: 0;
}

.home-top__left.row {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .news__left .article {
        margin-left: auto;
        margin-right: auto;
    }
    .sub-page__left {
        display: inline-block;
        margin-bottom: 30px;
    }
    #testimonials-list-container li {
        margin-bottom: 150px !important;
    }
    .home-top__left.row {
        margin-bottom: 30px;
    }
}

#testimonials-list-container li {
    margin-bottom: 40px;
}

.esza-image {
    position: fixed;
    top: 264px;
    right: 0;
    width: 240px;
    z-index: 999;
}

@media screen and (max-width: 620px) {
    .esza-image {
        position: absolute;
        top: 176px;
        width: 180px;
    }
}
