﻿html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

@media (max-width: 991px) {
    .widget-area {
        margin-top: 3.158rem;
    }
}

@media (max-width: 991px) {
    .single-content > [class*="col"]:first-child .widget-area {
        margin-top: 0;
        margin-bottom: 3.158rem;
    }
}

.widget-area .widget,
[class*="widget-container"] .widget {
    position: relative;
    border: 1px solid #efefef;
    background: #fff;
    padding: 2.19rem 1.81rem;
    margin-bottom: 3.158rem;
}

    .widget-area .widget:last-child,
    [class*="widget-container"] .widget:last-child {
        margin-bottom: 0;
    }

    .widget-area .widget .widget-title,
    .widget-area .widget .widget-title a,
    [class*="widget-container"] .widget .widget-title,
    [class*="widget-container"] .widget .widget-title a {
        color: #2687c8;
    }

    .widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon,
    [class*="widget-container"] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon {
        font-size: 0.789rem;
        color: #3778C9;
    }

        .widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover,
        [class*="widget-container"] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover {
            color: #2687c8;
        }

    .widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li,
    [class*="widget-container"] .widget nav[class*="menu"] > ul li .dropdown-menu li {
        padding-top: 0.368rem;
        padding-bottom: 0.368rem;
    }

        .widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li:first-child,
        [class*="widget-container"] .widget nav[class*="menu"] > ul li .dropdown-menu li:first-child {
            padding-top: 0;
        }

        .widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child,
        [class*="widget-container"] .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child {
            padding-bottom: 0;
        }

    .footer-widget-area .widget.widget_search,
    .widget-area .widget.widget_search,
    [class*="widget-container"] .widget.widget_search {
        padding: 0;
        border: 0;
    }

    .footer-widget-area .widget img,
    .footer-widget-area .widget svg,
    .widget-area .widget img,
    .widget-area .widget svg,
    [class*="widget-container"] .widget img,
    [class*="widget-container"] .widget svg {
        max-width: 100%;
        height: auto;
    }

    .footer-widget-area .widget.widget_media_gallery .gallery,
    .widget-area .widget.widget_media_gallery .gallery,
    [class*="widget-container"] .widget.widget_media_gallery .gallery {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .footer-widget-area .widget.widget_media_gallery .gallery .gallery-item,
        .widget-area .widget.widget_media_gallery .gallery .gallery-item,
        [class*="widget-container"] .widget.widget_media_gallery .gallery .gallery-item {
            display: inline-block;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }


.gallery-items { /* Masonry container */
    width: 90%;
    max-width: 1600px;
    margin: 30px auto;
    column-count: 4;
    column-gap: 1em;
}

.gallery-items a.gallery-item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    position: relative;
    margin: 0 0 1em;
    width: 100%;
   /* height: 250px;*/
}

    .gallery-items a.gallery-item img { /* Masonry bricks or child elements */
        width: 100%;
        height: 100%;
    }


@media (max-width: 1199px) {
    .gallery-items .gallery-item {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .gallery-items {
        column-count: 3;
    }
}

@media (max-width: 800px) {
    .gallery-items {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .gallery-items {
        column-count: 1;
    }
    .gallery-items .gallery-item {
        width: 100%;
    }
}

.gallery-items .gallery-item .gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-top: 2.105rem;
    padding-bottom: 2.105rem;
}

    .gallery-items .gallery-item .gallery-content h1,
    .gallery-items .gallery-item .gallery-content h2,
    .gallery-items .gallery-item .gallery-content h3,
    .gallery-items .gallery-item .gallery-content h4,
    .gallery-items .gallery-item .gallery-content h5,
    .gallery-items .gallery-item .gallery-content h6 {
        color: #fff;
    }

    .gallery-items .gallery-item .gallery-content .text {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-left: 2.105rem;
        padding-right: 2.105rem;
        transform: translateY(-2.105rem);
        transition: transform 0.3s ease-in-out;
    }

    .gallery-items .gallery-item .gallery-content .zoom {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0;
        color: white;
        transition: opacity 0.3s ease-in-out;
    }

        .gallery-items .gallery-item .gallery-content .zoom .zoom-icon {
            font-size: 1.316rem;
            margin-bottom: 1.316rem;
        }

.gallery-items .gallery-item .img.object-fit:before {
    padding-top: 120.5%;
}

@media (max-width: 1199px) {
    .gallery-items .gallery-item .img.object-fit:before {
        padding-top: 80%;
    }
}

.gallery-items .gallery-item .img-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(180deg, rgba(11, 5, 38, 0), #3778C9);
    opacity: 0.8;
}

.gallery-items .gallery-item .object-fit-cover {
    transform: perspective(1px) scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-items .gallery-item:hover .img-bg-color {
    background-color: #3778C9;
    opacity: 0.86;
}

.gallery-items .gallery-item:hover .img .object-fit-cover {
    transform: perspective(1px) scale(1.1) translateZ(0);
}

.gallery-items .gallery-item:hover .zoom {
    opacity: 1;
}

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

    #swipebox-slider .slide {
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide .swipebox-inline-container,
        #swipebox-slider .slide .swipebox-video-container,
        #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 70%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        #swipebox-slider .slide .swipebox-video-container {
            background: none;
            max-width: 1140px;
            max-height: 100%;
            width: 100%;
            padding: 4.105rem 5.263rem;
            box-sizing: border-box;
        }

@media (max-width: 1700px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-left: 2.368rem;
        padding-right: 2.368rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-left: 1.578rem;
        padding-right: 1.578rem;
    }
}

@media (max-width: 575px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-height: 575px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-bottom: 1.526rem;
        overflow: scroll;
    }
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

@media (max-height: 575px) {
    #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        padding-bottom: 45.75%;
    }
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../img/loader/loader.svg) no-repeat 50%;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
}

#swipebox-bottom-bar {
    top: 50%;
    transform: translateY(-50%);
}

#swipebox-top-bar {
    top: 1.526rem;
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    position: absolute;
    cursor: pointer;
    width: 2.632rem;
    height: 2.632rem;
    color: #fff;
    background-color: transparent;
    font-size: 1.263rem;
}

    #swipebox-close:not(.disabled):hover,
    #swipebox-next:not(.disabled):hover,
    #swipebox-prev:not(.disabled):hover {
        color: #2687c8;
        background-color: transparent;
    }

    #swipebox-close:before,
    #swipebox-next:before,
    #swipebox-prev:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    left: 4.368rem;
}

@media (max-width: 1700px) {
    #swipebox-prev {
        left: 1.473rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-prev {
        left: 0.683rem;
    }
}

@media (max-width: 575px) {
    #swipebox-prev {
        left: 0.355rem;
    }
}

#swipebox-next {
    right: 4.368rem;
}

@media (max-width: 1700px) {
    #swipebox-next {
        right: 1.473rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-next {
        right: 0.683rem;
    }
}

@media (max-width: 575px) {
    #swipebox-next {
        right: 0.355rem;
    }
}

#swipebox-close {
    top: 0.631rem;
    right: 4.368rem;
    z-index: 9999;
}

@media (max-width: 1700px) {
    #swipebox-close {
        right: 1.473rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-close {
        right: 0.683rem;
    }
}

@media (max-width: 575px) {
    #swipebox-close {
        right: 0.355rem;
    }
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: e 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: f 0.3s;
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@keyframes e {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    to {
        left: 0;
    }
}

@keyframes f {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    to {
        left: 0;
    }
}

#swipebox-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 0.789rem;
}


#swipebox-close,
#swipebox-next,
#swipebox-prev,
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

    .fa-pull-left#swipebox-close,
    .fa-pull-left#swipebox-next,
    .fa-pull-left#swipebox-prev,
    .fa.fa-pull-left,
    .fab.fa-pull-left,
    .fal.fa-pull-left,
    .far.fa-pull-left,
    .fas.fa-pull-left {
        margin-right: 0.3em;
    }

    .fa-pull-right#swipebox-close,
    .fa-pull-right#swipebox-next,
    .fa-pull-right#swipebox-prev,
    .fa.fa-pull-right,
    .fab.fa-pull-right,
    .fal.fa-pull-right,
    .far.fa-pull-right,
    .fas.fa-pull-right {
        margin-left: 0.3em;
    }

    #swipebox-prev:before,
    .fa-chevron-left:before {
        content: "\f053";
    }

    #swipebox-next:before,
    .fa-chevron-right:before {
        content: "\f054";
    }

#swipebox-close,
#swipebox-next,
#swipebox-prev,
.fa,
.fas {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
}

#swipebox-container,
.wrapper,
[class*="content-full-width"] [class*="section-boxed"] > [class*="-container"] {
    max-width: 1800px;
    margin: auto;
    padding-left: 5.263rem;
    padding-right: 5.263rem;
}

@media (max-width: 1700px) {
    #swipebox-container,
    .wrapper,
    [class*="content-full-width"] [class*="section-boxed"] > [class*="-container"] {
        padding-left: 2.368rem;
        padding-right: 2.368rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-container,
    .wrapper,
    [class*="content-full-width"] [class*="section-boxed"] > [class*="-container"] {
        padding-left: 1.578rem;
        padding-right: 1.578rem;
    }
}

@media (max-width: 575px) {
    #swipebox-container,
    .wrapper,
    [class*="content-full-width"] [class*="section-boxed"] > [class*="-container"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.fas-space-l#swipebox-close,
.fas-space-l#swipebox-next,
.fas-space-l#swipebox-prev,
.fas.fas-space-l {
    padding-left: 0.526rem;
}

.fas-space-r#swipebox-close,
.fas-space-r#swipebox-next,
.fas-space-r#swipebox-prev,
.fas.fas-space-r {
    padding-right: 0.526rem;
}

.search .fa-search#swipebox-close,
.search .fa-search#swipebox-next,
.search .fa-search#swipebox-prev,
.search .fas.fa-search {
    font-size: 1.053rem;
}

#swipebox-next,
#swipebox-prev,
.btn-size {
    font-size: 0.789rem;
}

#swipebox-next i,
#swipebox-prev i ,
#swipebox-close i {
    color: white;
    font-size: 3rem;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev,
.adv-swiper-container .adv-2-swiper-button-next,
.adv-swiper-container .adv-2-swiper-button-prev,
.adv-swiper-control .adv-2-swiper-button-next,
.adv-swiper-control .adv-2-swiper-button-next:hover,
.adv-swiper-control .adv-2-swiper-button-prev,
.adv-swiper-control .adv-2-swiper-button-prev:hover,
.close,
.close:hover,
.embed .embed-image-overlay .embed-center .embed-play,
.embed .embed-image-overlay .embed-click:focus .embed-center .embed-play,
.embed .embed-image-overlay .embed-click:hover .embed-center .embed-play,
.embed .embed-image-overlay .embed-image,
.footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon,
.gallery-items .gallery-item .img-bg-color,
.gallery-items .gallery-item .object-fit-cover,
.gallery .gallery-thumbs .adv-swiper-slide,
.gallery .gallery-thumbs .adv-swiper-slide:hover,
.gallery .gallery-thumbs .img:not(.no-overlay):after,
.gallery .gallery-top .img:not(.no-overlay):after,
.gallery .gallery-top .img:not(.no-overlay):hover:after,
.languages .nav .lang-item a,
.modal#menu-modal .modal-body .dropdown-icon,
.modal#menu-modal .modal-body .dropdown-icon:hover,
.pagination .page-item .page-link,
.pagination .page-item .page-link:hover,
.pagination .post-page-numbers .page-link,
.pagination .post-page-numbers .page-link:hover,
.service-items .service-item .img-bg-color,
.service-items .service-item .object-fit-cover,
.transform-scale-h,
.transition-all,
.widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon,
[class*="-block-search"] [class*="-block-search__button"],
[class*="-password-form"] input[type="submit"],
[class*="widget-container"] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon,
a,
a:hover,
nav.menu-secondary > ul > li > .dropdown-custom-icon > .dropdown-icon {
    transition: all 0.3s ease;
}