
.s123-module-gallery.isotope-gallery .gallery-item-wrapper {
    padding: 5px;
}

.s123-module-gallery.isotope-gallery .gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.s123-module-gallery.isotope-gallery .flush .gallery-item {
    border-radius: 0;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb img {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb img:not([src]) {
    opacity: 0;
}

.s123-module-gallery.isotope-gallery .gallery-item:hover .s123-video-cover {
    display: none;
}

.s123-module-gallery.isotope-gallery .gallery-item:hover .s123-video-cover {
    display: none;
}

.s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .image-overlay {
    background-color: #2c3e50;
    background-color: var(--global_main_color);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    line-height: 25px;
    position: absolute;
    top: 0;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom {
    left: -100%;
}

.s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .gallery-zoom {
    left: 0;
}

html[dir=rtl] .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom {
    left: auto;
    right: -100%;
}

html[dir=rtl] .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .gallery-zoom {
    left: auto;
    right: 0;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a .eye {
    border-radius: 50%;
    background-color: #000;
    background-color: var(--global_main_color);
    width: 45px;
    height: 45px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a i {
    color: #ffffff;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a .svg-m {
    background-color: var(--global_main_color_btn_text_color);
    ;}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a i.fa-play {
    padding-left: 5px;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom:hover {
    text-decoration: none;
    color: #fff;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom:focus {
    outline: none;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.s123-module-gallery.isotope-gallery .gallery-item .gallery-details p {
    font-size: .9em;
}

.s123-module-gallery.isotope-gallery .isotope,.s123-module-gallery.isotope-gallery .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.s123-module-gallery.isotope-gallery .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.s123-module-gallery.isotope-gallery .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.s123-module-gallery.isotope-gallery .isotope.no-transition,.s123-module-gallery.isotope-gallery .isotope.no-transition .isotope-item,.s123-module-gallery.isotope-gallery .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.mfp-bg.mfp-ready {
    opacity: 0.95;
}

.mfp-gallery .gallery-social-links,.mfp-gallery .gallery-download-print-btns {
    display: inline-block;
}

.mfp-gallery .gallery-social-links + .gallery-download-print-btns:before {
    content: '|';
    margin-right: 10px;
}

html[dir="rtl"] .mfp-gallery .gallery-social-links + .gallery-download-print-btns:before {
    margin-right: auto;
    margin-left: 10px;
}

.mfp-gallery .gallery-download-print-btns a {
    margin-right: 10px;
}

html[dir="rtl"] .mfp-gallery .gallery-download-print-btns a i {
    margin-right: auto;
    margin-left: 10px;
}

.mfp-gallery .gallery-download-print-btns a i {
    background-color: #fff;
}

.s123-module-gallery.isotope-gallery .gallery-thumb {
    min-height: 200px;
}

.s123-module-gallery.isotope-gallery .gallery-thumb img {
    width: 100%;
    height: auto;
}

.s123-module-gallery.isotope-gallery .gallery-thumb {
    min-height: auto;
}

.s123-module-gallery.isotope-gallery.layout-2 .container {
    width: 100%;
    padding: 0;
}

.s123-module-gallery.isotope-gallery.layout-2 .container .row {
    margin: 0;
}

.s123-module-gallery.isotope-gallery.layout-2 .gallery-item-wrapper {
    padding: 0;
}

.s123-module-gallery.isotope-gallery.layout-2 .gallery-item {
    border-radius: 0;
}

.home_page .s123-module.s123-module-gallery.layout-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.home_page .s123-module.s123-module-gallery.layout-3 .gallery-show-more-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.s123-module-gallery.isotope-gallery.layout-3 .filter {
    margin: 30px 0;
}

.s123-module-gallery.isotope-gallery .gallery-thumb {
    min-height: auto;
}

.inside_page .s123-module.s123-module-gallery.isotope-gallery.layout-3 .container {
    margin: -20px 0;
}

.s123-module-gallery.isotope-gallery.layout-3 .isotope-gallery-container .col-md-4 {
    margin-right: 0;
}

.s123-module-gallery.isotope-gallery.layout-3 .container {
    width: 100%;
    padding: 0;
}

.s123-module-gallery.isotope-gallery.layout-3 .container .row {
    margin: 0;
}

.s123-module-gallery.isotope-gallery.layout-3 .gallery-item-wrapper {
    padding: 0;
}

.s123-module-gallery.isotope-gallery.layout-3 .gallery-item {
    border-radius: 0;
}

.mfp-module-gallery button.mfp-close {
    font-size: 50px;
    width: 45px;
    height: 55px;
    line-height: 55px;
}

.mfp-module-gallery .mfp-container .mfp-title {
    line-height: 1.5;
    cursor: auto;
}

.mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-title {
    padding-right: 50px;
}

html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-title {
    text-align: right;
    padding-right: 0;
    padding-left: 50px;
}

html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter {
    left: 0;
    right: auto;
}

.mfp-bottom-bar.custom-top-position {
    top: 0;
    margin-top: -10px;
}

@media ( min-width: 768px ) {
    .mfp-module-gallery .mfp-container .mfp-bottom-bar {
        padding:8px;
        margin: 0;
        bottom: 40px;
        max-height: 100px;
        overflow-y: auto;
        top: auto;
        color: #fff;
        background: rgba(0,0,0,0.8);
    }

    .mfp-module-gallery .mfp-container .mfp-bottom-bar.custom-top-position {
        top: 40px;
        bottom: auto;
    }

    .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter {
        right: 8px;
        top: 8px;
        font-size: 14px;
    }

    html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter {
        left: 8px;
        right: auto;
    }
}

.mfp-module-gallery .gallery-image-text,.mfp-module-gallery .gallery-image-external-link {
    margin-bottom: 0.3em;
}

.mfp-module-gallery .gallery-image-external-link {
    display: block;
}

.mfp-module-gallery .gallery-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

html[dir=rtl] .mfp-module-gallery .gallery-social-links a {
    margin-left: 10px;
    margin-right: auto;
}

.mfp-module-gallery .gallery-social-links a .svg-m {
    background-color: #fff;
}

.mfp-caption-close {
    display: none;
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

html[dir=rtl] .mfp-caption-close {
    right: auto;
    left: 8px;
}

.mfp-caption-close .svg-m {
    background-color: #fff;
}

.s123-module-gallery .s123-categories {
    position: relative;
}

.s123-module-gallery .gallery-show-more-container {
    margin-top: 10px;
}

.s123-module-gallery .gallery-show-more-btn {
    width: 100%;
    text-align: center;
}

.s123-module-gallery.isotope-gallery .gallery-item-wrapper img:not(.loaded) {
    min-height: 200px;
}

@media ( max-width: 768px ) {
    .s123-module-gallery.m-m-i-in-row.isotope-gallery .gallery-item-wrapper img:not(.loaded) {
        min-height:100px;
    }
}

.s123-module-gallery img.size-tester {
    visibility: hidden;
    position: fixed !important;
    top: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.gallery-link-bootbox {
    z-index: 99999 !important;
}

.gallery-link-bootbox .modal-content {
    height: 200px;
}

.gallery-link-bootbox .modal-body {
    height: 100%;
}

.gallery-link-bootbox .bootbox-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: default;
}

.gallery-link-bootbox .bootbox-body .copy-link-btn:focus {
    outline: none;
}

.gallery-link-bootbox .bootbox-body .copy-link-btn [data-icon-name="clipboard"] {
    background: #fff;
}

html[dir="rtl"] .gallery-link-bootbox .bootbox-body #copyLinkInput {
    direction: ltr;
}

.mfp-gallery .mfp-content.mfp-tall-images-handler {
    width: 100%;
}

.mfp-gallery .mfp-content.mfp-tall-images-handler .mfp-caption-close {
    display: none !important
}

.mfp-gallery .mfp-content.mfp-tall-images-handler .mfp-figure:after {
    background-color: #000;
}

.s123-module-gallery.layout-4 .gallery-image-container > .row ,.s123-module-gallery.layout-4 .gallery-image {
    position: relative;
    padding: 1px;
}

.s123-module-gallery.layout-4 .gallery-image > a {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    display: block;
}

.s123-module-gallery .s123-categories {
    position: relative;
}

.s123-module-gallery.layout-4 .gallery-image {
    position: relative;
    float: left;
}

html[dir="rtl"] .s123-module-gallery.layout-4 .gallery-image {
    float: right;
}

.s123-module-gallery.layout-4 .gallery-image {
    width: 50%;
}

@media (max-width: 767px) {
    .s123-module-gallery.layout-4 .gallery-category.mobile-in-row-2 .gallery-image {
        width:50%;
    }

    .s123-module-gallery.layout-4 .gallery-category.mobile-in-row-1 .gallery-image {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .s123-module-gallery.layout-4 .gallery-category.in-row-3 .gallery-image {
        width:33.33333333%;
    }

    .s123-module-gallery.layout-4 .gallery-category.in-row-4 .gallery-image {
        width: 25%;
    }

    .s123-module-gallery.layout-4 .gallery-category.in-row-5 .gallery-image {
        width: 20%;
    }
}

.s123-module-gallery.layout-5 ul.gallery-images-container {
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
}

.s123-module-gallery.layout-5 ul.gallery-images-container li {
    padding: 1%;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.42857143;
    display: inline-block;
    vertical-align: top;
}

.s123-module-gallery.layout-5 ul.gallery-images-container .thumbnail {
    border: none;
    color: inherit;
}

.s123-module-gallery.layout-5 ul.gallery-images-container .gallery-image-box {
    position: relative;
}

.s123-module-gallery.layout-5 ul.gallery-images-container .caption {
    min-height: 7.39em;
    color: inherit;
}

.s123-module-gallery.layout-5 .gallery-image a.gallery-image-link {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    display: block;
}

.s123-module-gallery.layout-5 .product-details-container h4 {
    margin: 0.75em 0;
}

.s123-module-gallery.layout-5 .product-details-container p {
    margin-bottom: 0.75em;
}

@media (max-width: 767px) {
    .s123-module-gallery.layout-5 ul.gallery-images-container li {
        text-align:center;
    }

    .s123-module-gallery.layout-5 ul.gallery-images-container.mobile-in-row-1 li {
        width: 100%;
    }

    .s123-module-gallery.layout-5 ul.gallery-images-container.mobile-in-row-2 li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .s123-module-gallery.layout-5 ul.gallery-images-container li {
        width:25%;
    }
}

@media (min-width: 992px) {
    .s123-module-gallery.layout-5 ul.gallery-images-container.in-row-3 li {
        width:33.33333333%;
    }

    .s123-module-gallery.layout-5 ul.gallery-images-container.in-row-4 li {
        width: 25%;
    }

    .s123-module-gallery.layout-5 ul.gallery-images-container.in-row-5 li {
        width: 20%;
    }
}

.s123-module-gallery .s123-categories {
    position: relative;
}

.s123-module-gallery.layout-6 .gallery-images-container {
    width: 100%;
    background: transparent;
}

.s123-module-gallery.layout-6 .gallery-image {
    width: 70%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and ( min-width: 768px) {
    .s123-module-gallery.layout-6 .gallery-image,.s123-module-gallery.layout-6 .gallery-video-container img {
        height:600px;
    }
}

@media screen and ( min-width: 960px) {
    .s123-module-gallery.layout-6 .gallery-image {
        width:60%;
    }
}

.s123-module-gallery.layout-6 .gallery-image img,.s123-module-gallery.layout-6 .gallery-image iframe {
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.7;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
    transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

.s123-module-gallery.layout-6 .gallery-image.is-selected img,.s123-module-gallery.layout-6 .gallery-image.is-selected iframe {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button {
    width: 60px;
    height: 60px;
    background: transparent;
    opacity: 0.6;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button .arrow {
    fill: white;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button.no-svg {
    color: white;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button.previous {
    left: 0;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button.next {
    right: 0;
}

.s123-module-gallery.layout-6 .flickity-prev-next-button:disabled {
    display: none;
}

.s123-module-gallery.layout-6 .gallery-image-caption {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    min-height: 1.5em;
}

@media screen and ( min-width: 768px) {
    .s123-module-gallery.layout-6 .gallery-image-caption {
        margin:1em 0 0 0;
    }
}

.s123-module-gallery.layout-6 .flickity-page-dots {
    display: none;
    bottom: -40px;
}

.s123-module-gallery.layout-6 .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #d6d6d6;
}

.s123-module-gallery.layout-6 .flickity-page-dots .dot:hover,.s123-module-gallery.layout-6 .flickity-page-dots .dot.is-selected {
    background: #869791;
}

.s123-module-gallery .s123-categories {
    position: relative;
}

.s123-module-gallery.layout-7 .gallery-images-container {
    width: 100%;
    background: transparent;
}

.s123-module-gallery.layout-7 .isotope-gallery-container img,.s123-module-gallery.layout-7 .gallery-video-container {
    display: block;
    height: 300px;
}

@media screen and ( min-width: 768px ) {
    .s123-module-gallery.layout-7 .isotope-gallery-container img,.s123-module-gallery.layout-7 .gallery-video-container {
        height:600px;
    }
}

.s123-module-gallery.layout-7 .gallery-image-caption {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    min-height: 1.5em;
}

@media screen and ( min-width: 768px) {
    .s123-module-gallery.layout-7 .gallery-image-caption {
        margin:1em 0 0 0;
    }
}

.s123-module-gallery.layout-7 .flickity-page-dots {
    display: none;
    bottom: -40px;
}

.s123-module-gallery.layout-7 .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #d6d6d6;
}

.s123-module-gallery.layout-7 .flickity-page-dots .dot:hover,.s123-module-gallery.layout-7 .flickity-page-dots .dot.is-selected {
    background: #869791;
}

.s123-module-gallery .s123-categories {
    position: relative;
}

.s123-module-gallery.layout-8 ul.gallery-images-container {
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
}

.s123-module-gallery.layout-8 ul.gallery-images-container li {
    padding: 1%;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.42857143;
    display: inline-block;
    vertical-align: top;
}

.s123-module-gallery.layout-8 ul.gallery-images-container .thumbnail {
    border: none;
    color: inherit;
    background: transparent;
}

.s123-module-gallery.layout-8 ul.gallery-images-container .gallery-image-box {
    position: relative;
}

.s123-module-gallery.layout-8 ul.gallery-images-container .caption {
    min-height: 7.39em;
    color: inherit;
}

.s123-module-gallery.layout-8 .gallery-image a.gallery-image-link {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    display: block;
}

.s123-module-gallery.layout-8 .product-details-container h4 {
    margin: 0.75em 0;
}

.s123-module-gallery.layout-8 .product-details-container p {
    margin-bottom: 0.75em;
}

@media (max-width: 767px) {
    .s123-module-gallery.layout-8 ul.gallery-images-container li {
        text-align:center;
    }

    .s123-module-gallery.layout-8 ul.gallery-images-container.mobile-in-row-1 li {
        width: 100%;
    }

    .s123-module-gallery.layout-8 ul.gallery-images-container.mobile-in-row-2 li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .s123-module-gallery.layout-8 ul.gallery-images-container li {
        width:25%;
    }
}

@media (min-width: 992px) {
    .s123-module-gallery.layout-8 ul.gallery-images-container.in-row-3 li {
        width:33.33333333%;
    }

    .s123-module-gallery.layout-8 ul.gallery-images-container.in-row-4 li {
        width: 25%;
    }

    .s123-module-gallery.layout-8 ul.gallery-images-container.in-row-5 li {
        width: 20%;
    }
}

.s123-module-gallery .s123-categories {
    position: relative;
}

.s123-module-gallery.layout-9 .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}

@media(max-width: 480px) {
    .s123-module-gallery.layout-9 .grid {
        grid-gap:10px;
        margin-bottom: 10px;
    }
}

.s123-module-gallery.layout-9 .grid-item {
    text-align: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    padding-top: 56.25%;
    position: relative;
}

.s123-module-gallery.layout-9 .grid-item img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.s123-module-gallery.layout-9 .grid .grid-item:nth-child(1) {
    grid-row: span 2;
    grid-column: span 8;
}

.s123-module-gallery.layout-9 .grid .grid-item:nth-child(2) {
    grid-column: span 4;
}

.s123-module-gallery.layout-9 .grid .grid-item:nth-child(3) {
    grid-column: span 4;
}

.s123-module-gallery.layout-9 .grid:nth-child(even) .grid-item:nth-child(1) {
    grid-row: span 2;
    grid-column: 5 / span 8;
}

.s123-module-gallery.layout-9 .grid:nth-child(even) .grid-item:nth-child(2) {
    grid-row: 1 / span 1;
    grid-column: 1 / span 4;
}

.s123-module-gallery.layout-9 .grid:nth-child(even) .grid-item:nth-child(3) {
    grid-row: 2 / span 1;
    grid-column: 1 / span 4;
}

.s123-module-gallery.layout-9 .grid .grid-item.oneImage {
    grid-column: span 12 !important;
}

.s123-module-gallery.layout-9 .grid .grid-item.twoImages:nth-child(1) {
    grid-row: span 2;
    grid-column: 1 / span 6;
}

.s123-module-gallery.layout-9 .grid .grid-item.twoImages:nth-child(2) {
    grid-row: span 2;
    grid-column: 7 / span 6;
}

.s123-module-gallery.layout-9 .grid-item .image-grid-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s123-module-gallery.layout-9 .grid-item .gallery-zoom {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-align: center;
    display: none;
    line-height: 25px;
    position: absolute;
    top: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5px;
}

.s123-module-gallery.layout-9 .grid-item .gallery-zoom {
    left: -100%;
}

.s123-module-gallery.layout-9 .grid-item:hover .gallery-zoom {
    left: 0;
}

html[dir=rtl] .s123-module-gallery.layout-9 .grid-item .gallery-zoom {
    left: auto;
    right: -100%;
}

html[dir=rtl] .s123-module-gallery.layout-9 .grid-item:hover .gallery-zoom {
    left: auto;
    right: 0;
}

.s123-module-gallery.layout-9 .grid-item .gallery-zoom:hover {
    text-decoration: none;
    color: #fff;
}

.s123-module-gallery.layout-9 .grid-item .gallery-zoom:focus {
    outline: none;
}

.s123-module-gallery.layout-9 .grid-item:hover .image-grid-overlay {
    background-color: rgba(0, 0, 0, 0.55);
}

.s123-module-gallery.layout-9 .grid-item:hover img {
    transform: scale(1.1);
}

html.ie11-support .s123-module-gallery.layout-9 .grid {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
}

html.ie11-support .s123-module-gallery.layout-9 .grid .grid-item {
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    height: 300px;
}

html.ie11-support .s123-module-gallery.layout-9 .grid .grid-item:nth-child(1) {
    -ms-grid-column: 1;
}

html.ie11-support .s123-module-gallery.layout-9 .grid .grid-item:nth-child(2) {
    -ms-grid-column: 2;
    margin: 0 30px;
}

html.ie11-support .s123-module-gallery.layout-9 .grid .grid-item:nth-child(3) {
    -ms-grid-column: 3;
}

html.ie11-support .s123-module-gallery.layout-9 .grid .grid-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s123-module-services.layout-1 {
    padding: 50px 0;
}

.s123-module-services.layout-1 .features-container {
    margin-bottom: -30px;
}

.s123-module-services.layout-1 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.s123-module-services.layout-1 .service-item {
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
}

.s123-module-services.layout-1 .service-item .service-video-container {
    width: 132px;
    height: 132px;
    align-self: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px;
}

.s123-module-services.layout-1 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-1 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 5px 22px;
    align-self: center;
}

@media(max-width: 767px) {
    .s123-module-services.layout-1 .service-item .fa-stack {
        margin-bottom:14px;
    }
}

.s123-module-services.layout-1 .service-item .fa-stack img {
    width: 1em;
    height: auto;
}

.s123-module-services.layout-1 .service-item p {
    margin-bottom: 32px;
}

@media(max-width: 767px) {
    .s123-module-services.layout-1 .service-item p {
        margin-bottom:24px;
    }
}

.s123-page-data-services.layout-1 p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.s123-module-services.layout-1 .service-item .servcies-more-link {
    align-self: center;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.s123-page-data-services.layout-1 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-2 {
    padding: 50px 0;
}

.s123-module-services.layout-2 .features-container {
    margin-bottom: -30px;
}

.s123-module-services.layout-2 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.s123-module-services.layout-2 .service-item {
    margin-bottom: 56px;
}

.s123-module-services.layout-2 .service-item .service-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
    gap: 24px;
}

@media ( min-width: 768px ) {
    .s123-module-services.layout-2 .services-row-4 .service-item .service-item-title .service-title-text {
        text-align:start;
        max-width: 140px;
    }
}

.s123-module-services.layout-2 .service-item h4.service-layout-2-video {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.s123-module-services.layout-2 .service-item .service-video-container {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px;
}

.s123-module-services.layout-2 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-2 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 0;
}

.s123-module-services.layout-2 .service-item .fa-stack img {
    width: 1em;
    height: auto;
}

.s123-module-services.layout-2 .service-item .fa-stack.no-img-layout-2 {
    width: 0;
    margin-inline:0;}

.s123-page-data-services.layout-2 p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.s123-page-data-services.layout-2 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-3 .service {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
}

.s123-module-services.layout-3 .service > * {
    clear: both;
}

.s123-module-services.layout-3 .service > h3 {
    margin-top: 0;
}

.s123-module-services.layout-3 .service a {
    opacity: 1;
}

.s123-module-services.layout-3 .service img,.s123-module-services.layout-3 .service .services_illustration_video {
    max-width: 296px;
    max-height: 166px;
    margin-bottom: 15px;
}

.s123-module-services.layout-3 .service p {
    min-height: 4.5em;
}

.s123-module-services.layout-3 .service .service-icon {
    text-align: center;
    min-width: 150px;
}

.s123-module-services.layout-3 .service .service-icon i {
    font-size: 150px;
}

.s123-module-services.layout-3 .service .service-icon img {
    width: 150px;
}

@media ( min-width: 768px ) {
    .s123-module-services.layout-3 .service {
        padding:48px;
        text-align: left;
    }

    .s123-module-services.layout-3 .service > * {
        clear: none;
    }

    html[dir=rtl] .s123-module-services.layout-3 .service {
        text-align: right;
    }

    .s123-module-services.layout-3 .service img,.s123-module-services.layout-3 .service .service-icon,.s123-module-services.layout-3 .service .services_illustration_video {
        max-width: 358px;
        max-height: 201px;
        margin-bottom: 8px;
        margin-right: 50px;
        float: left;
    }

    .s123-module-services.layout-3 .service:nth-child(even) img,.s123-module-services.layout-3 .service:nth-child(even) .service-icon {
        margin-right: 0;
        margin-left: 50px;
        float: right;
    }

    html[dir=rtl] .s123-module-services.layout-3 .service img,html[dir=rtl] .s123-module-services.layout-3 .service .service-icon {
        margin-right: 0;
        margin-left: 50px;
        float: right;
    }

    html[dir=rtl] .s123-module-services.layout-3 .service:nth-child(even) img,html[dir=rtl] .s123-module-services.layout-3 .service:nth-child(even) .service-icon {
        margin-left: 0;
        margin-right: 50px;
        float: left;
    }
}

.s123-module-services.layout-3 .service .servcies-more-link {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.s123-page-data-services.layout-3 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-4 {
    padding: 50px 0;
}

.s123-module-services.layout-4 .features-container {
    margin-bottom: -30px;
}

.s123-module-services.layout-4 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 5px;
}

.s123-module-services.layout-4 .service-link {
    text-decoration: none;
    display: block;
}

.s123-module-services.layout-4 .service-item {
    padding: 51px 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.s123-module-services.layout-4 .service-item .service-video-container {
    width: 130px;
    height: 130px;
    align-self: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px;
}

.s123-module-services.layout-4 .service-item .fa-stack {
    width: 130px;
    height: 130px;
}

.s123-module-services.layout-4 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: auto;
}

.s123-module-services.layout-4 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    align-self: center;
}

.s123-module-services.layout-4 .service-item .fa-stack img {
    width: 1em;
    height: auto;
}

.s123-page-data-services.layout-4 p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.s123-module-services.layout-4 .service-item h4 {
    margin: 32px 0 16px 0;
}

@media(max-width: 767px) {
    .s123-module-services.layout-4 .service-item h4 {
        margin-bottom:8px;
    }
}

.s123-module-services.layout-4 .service-item .fa-stack.fix-primary-icon-color > i {
    background: #fff;
}

.s123-page-data-services.layout-4 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-6 {
    padding: 50px 0;
}

.s123-module-services.layout-6 .features-container {
    margin-bottom: -85px;
}

.s123-module-services.layout-6 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    opacity: 0.7;
    width: 90%;
    font-weight: 400;
}

.s123-module-services.layout-6 .service-item {
    display: flex;
    flex-flow: row;
    margin-bottom: 56px;
}

.s123-module-services.layout-6 .service-item .service-video-container {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.s123-module-services.layout-6 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-6 .service-item .service-img-container {
    width: 4.7em;
    display: flex;
    justify-content: center;
}

.s123-module-services.layout-6 .service-item .service-text-container {
    text-align: left;
    margin-left: 32px;
}

html[dir="rtl"] .s123-module-services.layout-6 .service-item .service-text-container {
    text-align: right;
    margin-left: 0;
    margin-right: 32px;
}

.s123-module-services.layout-6 .service-item h4 {
    margin-top: 0;
}

.s123-module-services.layout-6 .service-item .more-link {
    font-weight: 600;
}

.s123-module-services.layout-6 .service-item .fa-stack i {
    line-height: normal;
}

.s123-module-services.layout-6 .service-item .fa-stack img {
    width: 2em;
    height: auto;
}

.s123-module-services.layout-6 .service-item .fa-stack[data-is-image="true"] {
    width: 1.5em;
    height: 1.5em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.s123-page-data-services.layout-6 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-7 {
    padding: 50px 0;
}

.s123-module-services.layout-7 .features-container {
    margin-bottom: -30px;
}

.s123-module-services.layout-7 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    width: 70%;
    margin: auto;
    margin-bottom: 32px;
    opacity: 0.8;
}

.s123-module-services.layout-7 .service-item {
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s123-module-services.layout-7 .service-item .service-video-container {
    width: 99px;
    height: 99px;
    align-self: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px 5px 27px 5px;
}

.s123-module-services.layout-7 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-7 .service-item .fa-stack {
    margin: 5px;
}

.s123-module-services.layout-7 .service-item .fa-stack[data-is-icon="true"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.s123-module-services.layout-7 .service-item .fa-stack[data-is-icon="true"] i {
    font-size: 0.6em;
}

.s123-module-services.layout-7 .service-item .fa-stack img {
    width: 0.6em;
    height: auto;
}

.s123-module-services.layout-7 .service-item .fa-stack[data-is-image="true"] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.s123-page-data-services.layout-7 p {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 32px;
}

.s123-module-services.layout-7.layout-7 h4 {
    margin-top: 27px;
    margin-bottom: 16px;
}

@media(max-width: 767px) {
    .s123-module-services.layout-7.layout-7 h4 {
        margin-top:19px;
        margin-bottom: 8px;
    }
}

.s123-module-services.layout-7 .service-item .servcies-more-link {
    align-self: center;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.s123-page-data-services.layout-7 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-8 {
    padding: 50px 0;
}

.s123-module-services.layout-8 .service-item-row {
    margin: 0;
}

.s123-module-services.layout-8 .services-item-container {
    margin-bottom: 50px;
    padding: 0;
}

@media(max-width: 767px) {
    .s123-module-services.layout-8 .services-item-container {
        flex-direction:column;
        align-items: center;
    }
}

.s123-module-services.layout-8 .services-category .row:last-child .services-item-container {
    margin-bottom: 0;
}

.s123-module-services.layout-8 .services-item-container .service-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.s123-module-services.layout-8 .services-item-container .service-img-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    height: 250px;
    width: 250px;
}

.s123-module-services.layout-8 .service-item .service-video-container {
    height: 250px;
    width: 250px;
    margin-bottom: 15px;
}

.s123-module-services.layout-8 .services-item-container.background-primary-color a,.s123-module-services.layout-8 .services-item-container.bg-primary-black a {
    color: #fff;
}

.s123-module-services.layout-8 .services-item-container.background-primary-color a .svg-m,.s123-module-services.layout-8 .services-item-container.bg-primary-black a .svg-m {
    background: #fff;
}

.s123-module-services.layout-8 .services-item-container .service-text-container {
    width: 250px;
}

@media(min-width: 768px) {
    .s123-module-services.layout-8 .services-item-container .service-img-container,.s123-module-services.layout-8 .service-item .service-video-container {
        height:160px;
        width: 160px;
        margin-bottom: 0;
    }

    .s123-module-services.layout-8 .services-item-container .service-text-container {
        width: calc(100% - 160px);
        padding-left: 40px;
        text-align: left;
    }

    html[dir=rtl] .s123-module-services.layout-8 .services-item-container .service-text-container {
        text-align: right;
        padding-right: 40px;
        padding-left: 0;
    }
}

.s123-module-services.layout-8 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-8 .service-item .fa-stack i,.s123-module-services.layout-8 .service-item .fa-stack img {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-8 .service-item .fa-stack.fix-primary-icon-color > i {
    background: #fff;
}

.s123-module-services.layout-8 .service-item .fa-stack {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.s123-module-services.layout-8 .service-item .more-link {
    font-weight: 600;
}

.s123-page-data-services.layout-8 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}

.s123-module-services.layout-9 {
    padding: 50px 0;
}

.s123-module-services.layout-9 .service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.s123-module-services.layout-9 .service-grid.grid-2 {
    grid-template-columns: repeat(2,1fr);
}

.s123-module-services.layout-9 .service-grid.grid-4 {
    grid-template-columns: repeat(4,1fr);
}

@media(max-width: 768px) {
    .s123-module-services.layout-9 .service-grid,.s123-module-services.layout-9 .service-grid.grid-2,.s123-module-services.layout-9 .service-grid.grid-4 {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 20px;
    }
}

@media(max-width: 480px) {
    .s123-module-services.layout-9 .service-grid,.s123-module-services.layout-9 .service-grid.grid-2,.s123-module-services.layout-9 .service-grid.grid-4 {
        grid-template-columns:repeat(1,1fr);
        grid-gap: 20px;
    }
}

.s123-module-services.layout-9 .service-item-wrap .service-link {
    text-decoration: none;
    cursor: pointer;
}

.s123-module-services.layout-9 .service-item {
    text-align: left;
}

html[dir="rtl"] .s123-module-services.layout-9 .service-item {
    text-align: right;
}

.s123-module-services.layout-9 .service-item h4 {
    margin: 32px 0 16px 0;
    font-weight: bold;
}

@media(max-width: 767px) {
    .s123-module-services.layout-9 .service-item h4 {
        margin:24px 0 8px 0;
    }
}

.s123-module-services.layout-9 .service-item p {
    overflow-wrap: anywhere;
}

.s123-module-services.layout-9 .service-item .service-video-container {
    width: 100%;
    height: 200px;
}

@media(max-width: 767px) {
    .s123-module-services.layout-9 .service-item .service-video-container {
        height:184px;
    }
}

.s123-module-services.layout-9 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-9 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-self: center;
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

@media(max-width: 767px) {
    .s123-module-services.layout-9 .service-item .fa-stack {
        height:184px;
    }
}

.s123-module-services.layout-9 .service-item .fa-stack img {
    width: 100%;
    height: 100%;
}

.s123-module-services.layout-9 .service-item .fa-stack .svg-m {
    height: 100%;
    width: 100%;
    display: flex;
}

.s123-page-data-services.layout-9 .services-category:not([data-categories-filter="s123-g-show-all"]) {
    display: none;
}