.ays_project {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    overflow-y: auto;
    width: 100%;
    max-width: unset;
    align-items: stretch;
    height: 100%;
    background-color: #fcfcfc;
    position: relative;
}

.ays_project .ays_project_info {
    position: relative;
    overflow-y: auto;
    padding: 15px;
    background-color: #F9F9F9;
    box-shadow: 1px 0 12px 2px rgba(41, 47, 54, .7);
    height: 100%;
    z-index: 10010;
}

h1:not(.site-title):before,
h2:before {
    background: none !important;
    content: none !important;
}

.ays_project .ays_project_info .prg-dots {
    font-family: "Font Awesome 5 Free" !important;
    color: #E63946;
}

#prg-modal-close {
    font-family: "Font Awesome 5 Free" !important;
}

.ays_project .ays_project_info .prg-card h6 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 20px;
}

.ays_project .ays_project_info .prg-card .prg-card-text,
.ays_project .ays_project_info .prg-card li {
    font-size: 16px;
    background-color: transparent;
}

.ays_project_images {
    padding: 0 !important;
    height: 100%;
}

.ays_project_images .ays_project_images_item {
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
}

.ays_project_gallery img {
    width: 100%;
    height: 100%;
}

.ays-prg-project-img-contain img {
    object-fit: contain;
}

.ays-prg-project-img-cover img {
    object-fit: cover;
}

.ays_project_gallery {
    /* list-style: none outside none; */
    padding-left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.ays_project_images_clearfix {
    height: 100%;
    /* overflow-x: hidden; */
    width: 100%;
}

div.fs-lightbox {
    padding: 0;
    box-shadow: -1px 3px 12px 2px #292F36;
}

.ays_project {
    overflow: hidden;
}

.fs-lightbox:focus {
    outline: none;
}

.fs-lightbox *:focus {
    outline: none;
}

.fs-lightbox * {
    color: #292F36;
}

button.fs-lightbox-close {
    display: none;
}

.prg-modal-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.prg-modal-control svg {
    cursor: pointer;
}

#prg-modal-ellipsis {
    transform: rotate(90deg);
    cursor: default;
    opacity: 0;
}

#prg-modal-close path {
    fill: #d3d3d3;
    transition: .2s ease-out;
}

#prg-modal-close:hover path {
    fill: #343a40;
}

.prg-arrows {
    position: absolute;
}

.prg-arrows svg {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    height: 30px;
}

.prg-arrows svg:hover path {
    transition: .2s ease-in;
}

.prg-arrows svg:hover path {
    fill: #fcfcfc;
}

#prg-left.prg-arrows {
    left: -2.5vw;
}

#prg-right.prg-arrows {
    right: 0;
}

#prg-right.prg-arrows svg {
    top: -5px;
    transform: rotate(180deg);
}

.loader-levon svg {
    /*width: 100%;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader-levon svg path,
.loader-levon svg rect {
    fill: #d3d3d3;
}

.no-scroll {
    overflow: hidden !important;
}

#ays_project_images_ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 3%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-carousel .owl-item img {
    position: static;
    height: 100%;
    object-position: center;
}

.owl-carousel .owl-item,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.prg-cell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease !important;
}

div.owl-theme .owl-dots .owl-dot.active span,
div.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E63946;
    border-color: #E63946;
}

div.owl-theme .owl-dots .owl-dot span {
    background-color: #F9F9F9;
    border: 1px solid #E63946;
    transition: .3s ease-in;
}
div.thumbs-container {
    position: relative;
    top: -66px;
    width: 100%;
    background-color: rgba(52, 58, 64, 0.5);
    z-index: 1;
    padding: 8px 0;
}
div.carousel-custom-dots {
    position: relative;
    width: auto;
    z-index: 10100;
    transition: .3s ease-in-out;
    margin: 0 auto !important;
    max-width: 95%;
    overflow: hidden;
}

div#carousel-custom-dots .owl-item {
    width: 100px;
    height: 50px;
}

div.carousel-custom-dots div#carousel-custom-dots div.owl-item img {
    min-width: 100px;
    height: 50px;
}

div#carousel-custom-dots div img {
    cursor: pointer;
    transition: .3s ease-in;
    object-fit: cover;
    position: static;
}

div#carousel-custom-dots div.current img,
div#carousel-custom-dots div img:hover {
    outline: 2px solid #E63946;
    position: absolute;
    z-index: 10050;
    transform: scale(0.85);
}

div#carousel-custom-dots {
    position: relative;
}

div.carousel-custom-dots .owl-nav {
    margin-top: -50px;
    position: absolute;
    z-index: 60;
    width: 100%;
}


@media (max-width: 1280px) {
    #prg-left.prg-arrows {
        left: -3.7vw;
    }
}

@media (max-width: 999px) {
    #prg-left.prg-arrows {
        left: -4.2vw;
    }
}

@media (min-width: 1200px) {
    .ays_project .ays_project_images {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ays_project .ays_project_info {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .ays_project .ays_project_images {
        width: 66.66666667%;
    }

    .ays_project .ays_project_info {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {

    .ays_project .ays_project_images {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ays_project .ays_project_info {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 767px) {
    .ays_project .ays_project_images {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ays_project {
        overflow: auto;
    }

    .ays_project .ays_project_info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow-y: unset;
        height: auto;
        order: -1;
    }

    #prg-left.prg-arrows {
        left: -5.5vw;
    }
}

@media (max-width: 575px) {
    #prg-left.prg-arrows {
        left: -7vw;
    }
}

@media (max-width: 475px) {
    #prg-left.prg-arrows {
        left: -8vw;
    }
}

.ays_project::after,
.ays_project::before,
.ays_project div::before,
.ays_project div::after {
    display: none;
}

.prg-card {
    width: 100%;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prg-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    margin-bottom: 20px;
}

.prg-list-attr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 20px;
}

.ays_project p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: .25rem;
}

.ays_project .prg-btn {
    margin-top: .25rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #343a40;
    padding: .25rem .5rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: .15s ease-in-out;
    color: #343a40;
    text-decoration: none;
}

.ays_project .prg-btn:hover,
.ays_project .prg-btn:active {
    background-color: #343a40;
    box-shadow: 0 0 1px 5px #343a4085;
    color: #fff;
    outline: none;
}

.prg-list-attr .prg-list-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin-bottom: 0;
    border-bottom: 0;
}

.prg-list-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.prg-list-item {
    position: relative;
    display: block;
    padding: .75rem 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}