html body.bricks-is-frontend,
.brx-body.iframe.mounted {
    background-color: #fff;
    color: rgba(0, 0, 0, 1);
    font-family: var(--font);
    font-size: 18px;
    line-height: 160%;
    text-rendering: geometricPrecision;
}

main {
    margin-top: 160px
}

#brx-header {
    z-index: 9;
}

#brx-content {
    z-index: 1;
	background:#fff
}

.animatedUL a {
    position: relative;
}

.animatedUL a:before {
    content: "";
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--teal);
    bottom: -3px;
    left: 0;
    pointer-events: none;
}

.animatedUL a:hover:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.animatedUL a:hover {
    text-decoration: none;
}

.radius-top {
    border-radius: 30px 30px 0 0;
}

.top-negative {
    margin-top: -30px;
    z-index: 2;
}

.radius-bottom {
    border-radius: 0 0 30px 30px;
}

.radius-all {
    border-radius: 30px
}


.service-list h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #83a790
}

.service-list a {
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.service-list img,
.img-zoomed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.service-list a:hover img {
    transform: scale(1.1)
}

.img-zoomed:hover img {
    transform: scale(1.1)
}

.service-list a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 14.38%, rgba(102, 102, 102, 0) 99.99%);
    border-radius: 30px;
}

.service-list h3,
.service-list h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    margin-bottom: 0;
}

.icon-desc-img-wrapper {
    height: 99px;
    margin-bottom: 10px
}

.icon-with-description .col-5-cols>div {
    background-color: #fff;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
}

.latest-project-item {
    border-radius: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.latest-project-item:after {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    inset: 0;
    backdrop-filter: blur(15px);
    -webkit-mask-image: linear-gradient(to right, black, transparent);
    mask-image: linear-gradient(to right, black, transparent);
    z-index: 2;
    position: absolute;
}

.latest-project-title {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 0 50px 20px 50px;
}

.hero-inner {
    height: 547px;
    overflow: hidden;
}

.hero-image {
    height: 100%;
    width: 100%;
}

.hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.hero-image:after {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    inset: 0;
    backdrop-filter: blur(15px);
    -webkit-mask-image: linear-gradient(to right, black, transparent);
    mask-image: linear-gradient(to right, black, transparent);
    z-index: 2;
    position: absolute;
}

.hero-title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 140px;
}

.hero-title h1 {
    width: 780px;
    max-width: 100%;
}

.paragraph-list {
    font-size: 16px;
    line-height: 20px;
}

#brx-content .paragraph-list ul {
    margin-left: 0
}

#brx-content .paragraph-list ul li {
    list-style: none;
}

.paragraph-list li {
    padding: 4px 0 4px 37px;
    background: url(../../img/list-check.svg) no-repeat 0 5px;
    background-size: 24px auto;
    margin-bottom: 5px;
}

.paragraph-list li:last-child {
    margin-bottom: 0
}


.paragraph-list ul+p {
    margin-top: 30px
}

.subtitle {
    display: inline-flex;
    font-weight: 500;
    padding: 4px 16px 4px 16px;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.subtitle:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #36b864
}

.box-image {
    width: 100%;
    padding-bottom: 60%;
    border-radius: 30px;
    overflow: hidden;
}

.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.bricks-404-wrapper {
    padding: 50px;
    min-height: 400px;
}

.project-query-container {
    border-top: 1px solid #83a790
}

.project-gallery-swiper {
    overflow: hidden;
    border-radius: 30px;
}

.project-img-gallery-wrapper {
    width: 100%;
    padding-bottom: 60%
}

.project-img-gallery-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-horizontal+.swiper-pagination-horizontal.project-swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: left;
    left: auto;
    transform: none;
    margin-top: 20px;
}

.project-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #36b864;
}

.project-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    margin: 0 10px 0 0;
}

.project-info .info-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    line-height: 100%;
}

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

.project-info:last-child {
    margin-bottom: 0
}


.project-info strong {
    display: inline-block;
    width: 160px;
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
}

.contact-info-item {
    padding: 25px 30px;
    border-radius: 24px;
    background: #233136;
    margin-bottom: 20px
}

.contact-info-item img {
    margin-bottom: 20px
}

.contact-info-item h3 {
    margin-bottom: 20px;
}

.contact-form-wrapper {
    padding: 50px;
    border-radius: 24px;
    background: #233136;
    margin-bottom: 20px;
    width: 100%;
}

.form-item {
    margin-bottom: 24px;
}

.form-item input,
.form-item select {
    border: 1px solid #465459;
    border-radius: 40px;
    background: #29373c;
    font-size: 16px;
    padding: 6px 24px;
}

.form-item select {
    background: #29373c url(../../img/arrow-select.svg) no-repeat calc(100% - 24px) center;
}

.form-item label {
    margin-bottom: 16px
}

.cf-btn-wrapper {
    display: inline-block;
    margin-top: 20px
}

.cf-btn-wrapper p {
    display: block;
    background: #36b864;
    border: 0;
    padding: 6px;
    border-radius: 30px;
    width: 141px;
    height: 56px;
}


.cf-btn-wrapper p:before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #1d2b30 url(../../img/ico-arrow-submit.svg) no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 5px;
    background-position: 19px 15px;
    transition: all 0.3s;
}

.cf-btn-wrapper p:hover:before {
    transform: rotate(112deg)
}

.cf-btn-wrapper input {
    color: #000;
    border: 0;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 64px;
}

.contact-form-wrapper {
    padding-bottom: 100px
}

#brx-footer>.brxe-section {
    margin-top: -30px
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.wpcf7-turnstile {
    order: 3;
}

.home-slider-section.bricks-draggable-item {
    height: 650px;
    background: #eaeaea;
}

.home-slider-section.bricks-draggable-item:after {
    content: "Click to edit the slider on the left sidebar";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.service-list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    inset: 0;
    backdrop-filter: blur(15px);
    -webkit-mask-image: linear-gradient(to top, black, transparent);
    mask-image: linear-gradient(to top, black, transparent);
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    border-radius: 0 0 30px 30px;
}