@charset "UTF-8";

.header {
    background-size: cover;
    background-repeat: repeat-x;
    background-color: #602f0e
}

.webp .header {
    background-image: url(/static/img/header-bg.webp)
}

.nowebp .header {
    background-image: url(/static/img/header-bg.jpg)
}

.main-menu-opened .header {
    background: transparent
}

.std-header {
    min-height: initial
}

.std-header:after {
    display: none
}

.std-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 140%;
    top: 0;
    min-height: 800px;
    left: 0;
    background: url(/static/img/pattern.png) repeat-x 0 0;
    opacity: .07;
    z-index: -1
}

.std-header .brdcrmbs li {
    color: #000006
}

.std-header .brdcrmbs a {
    color: #02007b
}

.std-header .brdcrmbs a:before {
    background-color: #02007b
}

.std-header__wrapper {
    color: #0a093f;
    top: 43%;
    padding-bottom: 0
}

@media all and (max-width:767px) {
    .std-header__wrapper {
        top: 30%
    }
}

.std-header__bg {
    display: none
}

.std-header__title {
    margin-bottom: 27px
}

.my-popup .works-gallery__el {
    all: initial
}

.my-popup .works-gallery__img {
    all: initial
}

.my-popup .works-gallery__img img {
    all: initial;
    width: 100%
}

.scroll-btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 55;
    right: 3%;
    top: 400px;
    bottom: 100px;
    background: url(/static/img/scroll-btn.png) no-repeat;
    transition: opacity .1s;
    margin-top: -3px
}

.scroll-btn:active {
    opacity: .5
}

@media all and (max-width:1023px) {
    .scroll-btn {
        margin-top: 5px;
        bottom: initial
    }
}

.services-accord {
    background-color: #e0edff;
    padding: 20px 17px 20px 20px;
    border-radius: 5px;
    margin: 20px 0 80px;
    max-width: 780px
}

@media all and (max-width:767px) {
    .services-accord {
        margin: 20px auto 40px
    }
}

.services-accord__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    font-style: normal;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    transition: opacity .2s
}

@media all and (max-width:767px) {
    .services-accord__title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375
    }
}

.services-accord__title:before {
    position: absolute;
    content: '';
    top: 7px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-left: 2px solid #0a093f;
    border-bottom: 2px solid #0a093f;
    transform: rotate(-45deg);
    transition: opacity .2s
}

.services-accord--open>.services-accord__title:before {
    transform: rotate(135deg)
}

.services-accord__title:hover {
    opacity: .6
}

.services-accord__title:hover:before {
    opacity: .6
}

.services-accord__list {
    position: relative;
    margin-top: 34px
}

.services-accord__list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: -16px;
    background-color: #0a093f;
    opacity: .05
}

.services-accord__item {
    transition: opacity .2s;
    cursor: pointer
}

.services-accord__item:hover {
    opacity: .5
}

.services-accord__item:not(:last-child) {
    margin-bottom: 20px
}

.services-accord__item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    font-style: normal;
    font-weight: normal
}

@media all and (max-width:767px) {
    .services-accord__item-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375
    }
}

.works-gallery {
    position: relative;
    margin: 80px 0
}

@media all and (max-width:767px) {
    .works-gallery {
        margin: 40px 0
    }
}

.works-gallery__item {
    margin-bottom: 50px
}

.works-gallery__item:last-child {
    margin-bottom: 0
}

.works-gallery__item-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    font-style: normal;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 45px;
    color: #0a093f
}

@media all and (min-width:768px) and (max-width:1023px) {
    .works-gallery__item-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.17857
    }
}

@media all and (max-width:767px) {
    .works-gallery__item-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.16667
    }
}

@media all and (max-width:767px) {
    .works-gallery__item-title {
        margin-bottom: 20px
    }
}

@media all and (max-width:479px) {
    .works-gallery__item-title {
        text-align: left
    }
}

.works-gallery__list {
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width:599px) {
    .works-gallery__list {
        margin: 0 -20px 0 -20px
    }
}

.works-gallery__el {
    position: relative;
    width: 32.3%;
    overflow: hidden;
    cursor: pointer;
    max-height: 243px;
    height: 17.5vw;
    min-height: 130px;
    margin: 0% 1% 5% 0%;
}

.works-gallery__el:hover .works-gallery__img {
    transform: scale(1.5)
}

@media all and (max-width:767px) {
    .works-gallery__el {
        width: 95%;
        height: 30vw;
        margin:3%;
    }
}

.works-gallery__img {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform .3s
}

.works-gallery__img img {
    /* min-height: 100%; */
    max-height: 243px;
    /* width: 90%; */
    object-fit: cover;
    transform: scale(1.02);
    position: absolute;
    height:200px;
}

.works-gallery__btn {
    display: block;
    margin: 45px auto 0;
    max-width: 335px;
    min-width: 335px;
    padding: 18px 25px
}

.works-gallery__work-caption {
    /* height: 50px; */
    z-index: 10000;
    font-size: 20px;
    display: block;
    min-width: 100%;
    position: absolute;
    bottom: 0px;
    min-height: 30px;
    padding: 5px 0px;
    background: #272730b3;
    color:#FFF;
    text-align:center;
}
/* .works-gallery__work-caption:hover {
    transform: scale(1.1);
    font-size:16px;
} */
.works-gallery__work-caption h2 {
    line-height: 1.5em;
    height: 3em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;
    /* margin-top: 20px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease; */
}
/* .works-gallery__work-caption h2:hover {
  white-space: normal; 
  overflow: visible; 
} */

@media all and (max-width:767px) {
    .works-gallery__btn {
        margin-top: 20px
    }
}

@media all and (max-width:374px) {
    .works-gallery__btn {
        min-width: 280px
    }
}

.works-gallery__btn span {
    position: relative
}

.works-gallery__btn span:before {
    position: absolute;
    content: '';
    top: 4px;
    right: -21px;
    height: 14px;
    width: 2px;
    background-color: #02007b;
    transition: background-color .2s
}

.works-gallery__btn span:after {
    position: absolute;
    content: '';
    top: 10px;
    right: -24px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    transform: rotate(-45deg);
    border-left: 2px solid #02007b;
    border-bottom: 2px solid #02007b;
    transition: border-left-color .2s, border-bottom-color .2s
}

.new_work-caption {
    /* height: 50px; */
    z-index: 10000;
    font-size: 20px;
    display: block;
    min-width: 100%;
    position: absolute;
    bottom: 0px;
    min-height: 30px;
    padding: 5px;
    background: #cacae0bf;
}