/* ***** CUSTOM STYLES  ***** */

body {
    overflow-y: scroll;
}

*,
*:focus {
    outline: none;
}

ul{
    margin-left: 0;
}
a:hover,
a:focus,
a:active {
    outline: none;
}

@media (min-width: 768px) {
    .blog_categories .blog_item img {
        height: 80px;
        width: 118px;
        object-fit: cover;
    }
}

.header_menu {
    justify-content: flex-end;
    align-items: center;
}

.header_menu .button a {
    color: #fff;
    font-size: 14px;
    padding-inline: 30px;
    min-height: 44px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    background-color: #68ccf6;
}

.header_menu .button a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -125px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    /* z-index: -10; */
}

.header_menu .button a:hover {
    color: #fff;
    border: none;
    background-color: #68ccf6;
    box-shadow: none;
}

.header_menu .button a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header_menu .button a:hover::before {
    content: none;
}

.header_menu .button a::before {
    content: none;
}

.header_menu a {
    margin-inline: 15px;
}

.header_menu .button {
    background: none;
    border: none;
    width: unset;
    min-width: unset;
    padding: 0;
    min-height: unset !important;
    line-height: unset !important;
    letter-spacing: unset;
    font-size: 14px;
    box-shadow: none;
}

@media (max-width: 993px) {
    .page_header .container {
        max-width: 100%;
    }
    .header_menu .button a {
        font-size: 12px;
        padding-inline: 15px;
        min-height: 34px;
        line-height: 34px;
        height: 34px;
    }
    .header_menu a {
        font-size: 12px;
        margin-inline: 7.5px;
    }
}

.navbar-toggler-icon {
    position: relative;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 15px;
    display: block;
}

.navbar-toggler {
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 30px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 99999999;
}

.navbar-toggler-icon span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #68ccf6;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}

.navbar-toggler-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler-icon span:nth-child(2) {
    top: 6px;
    width: 80%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler.open .navbar-toggler-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: -1px;
}

.navbar-toggler.open .navbar-toggler-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar-toggler.open .navbar-toggler-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: -1px;
}

@media (max-width: 1200px) {
	.header_menu a{
font-size: 11.5px;
    margin-inline: 6.5px;
	}
}

@media (max-width: 992px) {
    .menu_container.open {
        left: 0;
    }
    .header_menu {
        margin-top: 20px;
        flex-direction: column;
        height: 80%;
        justify-content: space-evenly;
    }
    .page_header .custom-logo {
        width: 225px;
    }
    .fix {
        overflow: hidden;
    }
    .menu_container {
        position: fixed;
        left: 100%;
        width: 100%;
        background: #fff;
        z-index: 9999;
        height: 100%;
        min-height: 100vh;
        top: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: all 0.25s ease;
    }
    .col_logo {
        position: relative;
    }
}


@media (max-width: 767px) {
    .menu_container.open {
        left: 0;
    }
    .header_menu {
        margin-top: 20px;
        flex-direction: column;
        height: 80%;
        justify-content: space-evenly;
    }
    .page_header .custom-logo {
        width: 225px;
    }
    .fix {
        overflow: hidden;
    }
    .menu_container {
        position: fixed;
        left: 100%;
        width: 100%;
        background: #fff;
        z-index: 9999;
        height: 100%;
        min-height: 100vh;
        top: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: all 0.25s ease;
    }
    .col_logo {
        position: relative;
    }
}

@media (max-width: 520px) {
    .col_logo {
        margin-top: 0;
    }
    .col_menu {
        max-width: 100% !important;
    }
}

@media (min-width: 993px) {
    .navbar-toggler {
        display: none;
    }
}

.admin-bar header {
    top: 32px;
}

.admin-bar .blog_categories {
    top: 162px;
}

.blog_categories h3 a {
    color: #000;
    text-decoration: none;
}

.blog_categories h3 a:hover {
    color: #68ccf6;
    text-decoration: none;
}

.project_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.project_filter a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}


/* cards */

.c-card {
    color: #fff;
    width: 100%;
    text-align: left;
}

.c-card a {
    color: #fff;
}

.c-card__wrap {
    width: 100%;
    height: 0;
    padding-top: 70%;
    cursor: pointer;
}

.c-card__image-container,
.c-card__image-main,
.c-card__image-main-block,
.c-card__image-main-container,
.c-card__image-main::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.c-card__image-main-block {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    pointer-events: none;
}


/* .c-card .c-card__image-main-block .c-card__image-perspective {
  
  width: auto;
  
  height: 100%;
  
  
  
  } */

.c-card__image-perspective {
    display: flex;
    will-change: transform;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s;
    transition: transform 0.4s ease-in-out, opacity 0.4s, -webkit-transform 0.4s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transform-origin: 80% 50%;
    transform-origin: 80% 50%;
    -webkit-transform: translateZ(1000px) perspective(1000px) rotateY(-60deg);
    transform: translateZ(1000px) perspective(1000px) rotateY(-60deg);
    height: 582px;
    object-fit: cover;
    width: 280px;
    max-width: 280px;
    opacity: 0;
    max-height: 582px;
    overflow: hidden;
}

@media (max-width: 1636px) {
    .c-card__image-perspective {
        height: 100%;
    }
}

@media (max-width: 1140px) {
    .c-card__image-perspective {
        width: 150px;
    }
}

.c-card__image-main-container {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.c-card__image-main-perspective {
    will-change: transform;
    position: relative;
    overflow: hidden;
    width: 12px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background: #000;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.c-card__image-main-perspective .c-card__image-main {
    width: 40vw;
    right: auto;
    pointer-events: none;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s linear;
    transition: opacity 0.3s, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s;
    transition: transform 0.3s linear, opacity 0.3s, -webkit-transform 0.3s linear;
    will-change: transform;
}

.c-card__image-main-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.c-card__image-main {
    pointer-events: none;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s linear;
    transition: opacity 0.3s, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s;
    transition: transform 0.3s linear, opacity 0.3s, -webkit-transform 0.3s linear;
    will-change: transform;
}

.c-card__image-main-wrap .c-card__image-main {
    left: -10px;
}

.c-card__content {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media (min-width: 1140px) {
    .c-card__content {
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
}

.c-card__content {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    padding: 0 8%;
    pointer-events: none;
    will-change: transform;
}

.c-card__description {
    position: relative;
    z-index: 2;
    line-height: 26px;
    font-size: 16px;
    padding-bottom: 10px;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media (min-width: 1024px) {
    .c-card__description {
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .c-card__description {
        padding-bottom: 20px;
    }
    .c-card__logo {
        margin-bottom: 38px;
        max-width: 220px;
        max-height: 100px;
    }
}

@media (min-width: 1140px) {
    .c-card__description-top {
        will-change: transform;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
}

@media (min-width: 575px) {
    .l-dcbl .c-block__media img {
        max-width: 100%;
    }
    .c-card__logo img {
        max-height: 92px;
    }
}

.l-dcbl .c-block__media img {
    max-width: 98%;
    height: auto;
}

.c-card__logo img {
    max-height: 60px;
    width: auto;
}

.c-heading__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

@media (min-width: 1140px) {
    .c-card__outer {
        margin-bottom: 30px;
    }
}

.c-block__media {
    aspect-ratio: 4/3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.projects_all_wrap {
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
    flex-wrap: wrap;
}

@media (max-width: 1140px) {
    .c-block__media {
        -ms-flex: 0 0 calc(50% - 7.5px);
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
    .projects_all_wrap {
        gap: 0 15px;
    }
}

.c-card__description-bottom {
    opacity: 0;
    text-transform: uppercase;
    margin-top: 20px;
    transition: opacity 0.2s linear;
}

.c-card__description-bottom:after {
    content: "\2192";
    font-size: 16px;
}

.c-card__tags a {
    background: rgba(255, 255, 255, 0.3);
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    padding: 1px 15px;
}


/* cards hover */

@media (hover: hover) {
    .c-card:hover .c-card__image-main-container {
        -webkit-transform: perspective(300px) rotateY(4deg);
        transform: perspective(300px) rotateY(4deg);
    }
    .c-card:hover .c-card__description-bottom {
        opacity: 1;
        transition: opacity 0.5s linear;
    }
    .c-card:hover .c-card__image-main-perspective {
        -webkit-transform: perspective(300px) rotateY(-40deg);
        transform: perspective(300px) rotateY(-40deg);
    }
    .c-card:hover .c-card__image-main {
        opacity: 0.95;
        -webkit-transition: opacity 0.5s, -webkit-transform 5s 0.5s linear;
        transition: opacity 0.5s, -webkit-transform 5s 0.5s linear;
        transition: transform 5s 0.5s linear, opacity 0.5s;
        transition: transform 5s 0.5s linear, opacity 0.5s, -webkit-transform 5s 0.5s linear;
        -webkit-transform: translate3d(-14%, 0, 0);
        transform: translate3d(-14%, 0, 0);
    }
    .c-card:hover .c-card__image-perspective {
        opacity: 1;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s;
        transition: transform 0.4s ease-in-out, opacity 0.4s, -webkit-transform 0.4s ease-in-out;
        -webkit-transform: translateZ(509px) perspective(750px) rotateY(-26deg);
        transform: translateZ(509px) perspective(750px) rotateY(-26deg);
    }
    .c-card:hover .c-card__content {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0%, 0, 0) !important;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }
    .c-card:hover .c-card__description {
        -webkit-transform: perspective(300px) rotateY(9deg) translate3d(0, 0, 0) !important;
        transform: perspective(300px) rotateY(9deg) translate3d(0, 0, 0) !important;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }
}

.c-card__image-perspective-first {
    opacity: 0;
}

@media (hover: hover) and (min-width: 1660px) {
    .c-card:hover .c-card__description {
        -webkit-transform: perspective(300px) rotateY(3deg) translate3d(0, 0, 0) !important;
        transform: perspective(300px) rotateY(3deg) translate3d(0, 0, 0) !important;
    }
}

@media (hover: hover) {
    .c-card:hover .c-card__description-top {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.c-block__media {
    margin-bottom: 30px;
}

@media (hover: hover) {
    .c-card:hover .c-card__description-bottom {
        opacity: 1;
    }
}

@media (min-width: 1140px) {
    .c-card__outer {
        margin-bottom: 30px;
    }
}

@media (max-width: 1140px) and (hover: hover) {
    .c-card:hover .c-card__content {
        -webkit-transform: translate3d(-1%, 0, 0) !important;
        transform: translate3d(-1%, 0, 0) !important;
    }
}

@media (max-width: 1140px) {
    .c-card__tags {
        display: flex;
        flex-direction: column;
    }
    .c-card__tags a {
        width: fit-content;
        margin-bottom: 5px;
        display: block;
    }
}

.c-card__image-perspective-first {
    filter: brightness(0.5);
    max-width: 11px;
    height: 100%;
    margin-left: -3px;
    opacity: 1;
    transform: perspective(300px) rotateY(40deg) translateX(0);
    object-fit: cover;
}

.c-card__image-perspective-second {
    width: calc(100% - 8px);
    height: 100%;
    object-fit: cover;
}


/* cards hover */

@media (max-width: 992px) {
    .c-block__media {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .c-card__image-perspective {
        width: 350px;
    }
}

@media (max-width: 768px) {
    .c-card__image-perspective {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .c-card__description {
        font-size: 14px;
    }
    .c-card__description-bottom {
        opacity: 1;
    }
}


/* cards */


/* filters */

.project_filter {
    max-width: 80%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 60px;
    margin: 80px auto 80px;
}

.project_filter a:before {
    left: 0;
    width: 0;
    bottom: -5px;
    position: absolute;
    bottom: -5px;
    height: 2px;
    background-color: #68ccf6;
    content: "";
}

.project_filter a:hover:before,
.project_filter a.active:before {
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.project_filter a {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    margin-inline: 30px;
}

@media (min-width: 768px) {
    .project_filter a:hover .filter-counter {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}

.filter-counter {
    position: absolute;
    top: -7px;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 60px;
    height: 36px;
    line-height: 36px;
    background-color: #68ccf6;
    color: #fff;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filter-counter:before {
    position: absolute;
    right: 3px;
    bottom: -4px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 5px solid #68ccf6;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    transform: rotate(135deg);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1024px) {
    .project_filter {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .project_filter {
        margin: 25px auto 35px;
    }
    .project_filter a {
        font-size: 14px;
    }
    .filter-counter {
        font-size: 14px;
        min-width: 40px;
        height: 26px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .project_filter {
        flex-direction: column;
        gap: 20px 0;
    }
    .filter-counter {
        opacity: 1;
        visibility: visible;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
        padding: 0 5px;
        margin-left: 20px;
    }
    .filter-counter:before {
        transform: translateY(-50%) rotate(90deg);
        left: -7px;
        right: auto;
        bottom: auto;
        top: 50%;
    }
    .project_filter a:before {
        width: 100%;
    }
}


/* filters */

.test .c-card__image-perspective {
    right: -30px;
}

.tags a {
    background: rgba(255, 255, 255, 0.3);
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    padding: 1px 15px;
}

.our_works {
    gap: 5px;
    margin-top: 80px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; */
    column-count: 3;
}

.our_works_item_desc {
    position: absolute;
    width: calc(100% - 80px);
    min-height: auto;
    bottom: 0;
    left: 50%;
    background: #fff;
    padding: 40px;
    transform: translate(-50%, 100%);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    z-index: 5;
}

.our_works_item:hover .our_works_item_desc {
    transform: translate(-50%, -30px);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1;
}

.our_works_item img {
    transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.our_works_item:hover img {
    transform: scale(1.1);
    transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.our_works_item:hover::after {
    opacity: 1;
    transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.our_works_item {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    /* max-width: calc(100% / 3 - 5px); */
    margin-bottom: 30px;
    margin-bottom: 0px;
    position: relative;
}

.our_works_item::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.our_works_item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.view_project:after {
    content: "\2192";
    font-size: 16px;
}

.our_works_item_desc {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.our_works_item_desc h4 {
    font-size: 24px;
    line-height: 30px;
}

.our_works_item_desc h3 {
    font-size: 18px;
    line-height: 30px;
}

.our_works_item_desc .tags {
    display: flex;
    flex-wrap: wrap;
}

.our_works_item_desc .tags a {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    background-color: #fff;
    background: #68ccf6;
    margin: 5px;
    margin-left: 0;
}

.our_works_item_desc .tags a:hover {
    text-decoration: none;
    background: #479cc0;
}

.our_works_item_desc .view_project {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #68ccf6;
    text-transform: uppercase;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.our_works_item_desc .view_project:hover {
    letter-spacing: 1px;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    animation: loader-circles 1s linear infinite;
    margin: -8px auto 0 auto;
}

@keyframes loader-circles {
    0% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.05), 19px -19px 0 0 rgba(104, 204, 246, 0.1), 27px 0 0 0 rgba(104, 204, 246, 0.2), 19px 19px 0 0 rgba(104, 204, 246, 0.3), 0 27px 0 0 rgba(104, 204, 246, 0.4), -19px 19px 0 0 rgba(104, 204, 246, 0.6), -27px 0 0 0 rgba(104, 204, 246, 0.8), -19px -19px 0 0 #68ccf6;
    }
    12.5% {
        box-shadow: 0 -27px 0 0 #68ccf6, 19px -19px 0 0 rgba(104, 204, 246, 0.05), 27px 0 0 0 rgba(104, 204, 246, 0.1), 19px 19px 0 0 rgba(104, 204, 246, 0.2), 0 27px 0 0 rgba(104, 204, 246, 0.3), -19px 19px 0 0 rgba(104, 204, 246, 0.4), -27px 0 0 0 rgba(104, 204, 246, 0.6), -19px -19px 0 0 rgba(104, 204, 246, 0.8);
    }
    25% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.8), 19px -19px 0 0 #68ccf6, 27px 0 0 0 rgba(104, 204, 246, 0.05), 19px 19px 0 0 rgba(104, 204, 246, 0.1), 0 27px 0 0 rgba(104, 204, 246, 0.2), -19px 19px 0 0 rgba(104, 204, 246, 0.3), -27px 0 0 0 rgba(104, 204, 246, 0.4), -19px -19px 0 0 rgba(104, 204, 246, 0.6);
    }
    37.5% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.6), 19px -19px 0 0 rgba(104, 204, 246, 0.8), 27px 0 0 0 #68ccf6, 19px 19px 0 0 rgba(104, 204, 246, 0.05), 0 27px 0 0 rgba(104, 204, 246, 0.1), -19px 19px 0 0 rgba(104, 204, 246, 0.2), -27px 0 0 0 rgba(104, 204, 246, 0.3), -19px -19px 0 0 rgba(104, 204, 246, 0.4);
    }
    50% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.4), 19px -19px 0 0 rgba(104, 204, 246, 0.6), 27px 0 0 0 rgba(104, 204, 246, 0.8), 19px 19px 0 0 #68ccf6, 0 27px 0 0 rgba(104, 204, 246, 0.05), -19px 19px 0 0 rgba(104, 204, 246, 0.1), -27px 0 0 0 rgba(104, 204, 246, 0.2), -19px -19px 0 0 rgba(104, 204, 246, 0.3);
    }
    62.5% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.3), 19px -19px 0 0 rgba(104, 204, 246, 0.4), 27px 0 0 0 rgba(104, 204, 246, 0.6), 19px 19px 0 0 rgba(104, 204, 246, 0.8), 0 27px 0 0 #68ccf6, -19px 19px 0 0 rgba(104, 204, 246, 0.05), -27px 0 0 0 rgba(104, 204, 246, 0.1), -19px -19px 0 0 rgba(104, 204, 246, 0.2);
    }
    75% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.2), 19px -19px 0 0 rgba(104, 204, 246, 0.3), 27px 0 0 0 rgba(104, 204, 246, 0.4), 19px 19px 0 0 rgba(104, 204, 246, 0.6), 0 27px 0 0 rgba(104, 204, 246, 0.8), -19px 19px 0 0 #68ccf6, -27px 0 0 0 rgba(104, 204, 246, 0.05), -19px -19px 0 0 rgba(104, 204, 246, 0.1);
    }
    87.5% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.1), 19px -19px 0 0 rgba(104, 204, 246, 0.2), 27px 0 0 0 rgba(104, 204, 246, 0.3), 19px 19px 0 0 rgba(104, 204, 246, 0.4), 0 27px 0 0 rgba(104, 204, 246, 0.6), -19px 19px 0 0 rgba(104, 204, 246, 0.8), -27px 0 0 0 #68ccf6, -19px -19px 0 0 rgba(104, 204, 246, 0.05);
    }
    100% {
        box-shadow: 0 -27px 0 0 rgba(104, 204, 246, 0.05), 19px -19px 0 0 rgba(104, 204, 246, 0.1), 27px 0 0 0 rgba(104, 204, 246, 0.2), 19px 19px 0 0 rgba(104, 204, 246, 0.3), 0 27px 0 0 rgba(104, 204, 246, 0.4), -19px 19px 0 0 rgba(104, 204, 246, 0.6), -27px 0 0 0 rgba(104, 204, 246, 0.8), -19px -19px 0 0 #68ccf6;
    }
}

.our_works_list_wrap_back {
    background-color: #68ccf6;
}

.our_works_list_wrap {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 80px;
}

.our_works_list_wrap h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
}

.our_works_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.our_works_list ul,
.our_works_list ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
}

.our_works_list a {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.our_works_list a:hover {
    color: #a9e9ff;
    text-decoration: none;
}

.our_works_list_item {
    width: 100%;
    margin: 0 15px;
}

.our_works_list_item__title {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.our_works_list_item__items {
    display: flex;
    flex-wrap: wrap;
    max-height: 120px;
    flex-direction: column;
}

.nav-links {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style-type: none;
    margin-top: 20px;
}

.page-numbers {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #000000;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: block;
    margin: 0 5px;
}

.page-numbers:hover,
.page-numbers:hover svg path,
.current {
    text-decoration: none;
    fill: #fff;
    color: #fff;
    background-color: #68ccf6;
}

@media (max-width: 1440px) {
    .portfolio-overlay-categories {
        margin-bottom: 0;
    }
    .our_works {
        column-gap: 5px;
    }
    .our_works_item {
        margin-bottom: 0px;
    }
    .portfolio-overlay-title {
        font-size: 20px;
    }
    .post-overlay-info {
        padding: 15px 90px 15px 15px;
    }
}

@media (max-width: 1024px) {
    .post-overlay-info {
        padding-right: 60px;
        left: 15px;
        right: 15px;
    }
    .post-overlay-icon {
        right: 10px;
        height: 30px;
        width: 20px;
    }
}

@media (max-width: 992px) {
    .our_works {
        columns: 2;
    }
    .our_works {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .our_works {
        columns: 1;
    }
    .post-overlay-info {
        padding-left: 30px;
        padding-block: 30px;
    }
}

.our_works_item img {
    display: block;
}

.project {
    min-height: auto;
    margin: 0;
    margin-top: 120px;
    padding: 0;
}

.project_hero_section {
    padding-top: 50px;
    background: rgb(248, 248, 250);
    background: linear-gradient( 180deg, rgba(248, 248, 250, 1) 0%, rgba(249, 249, 251, 1) 75%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
}

.project_hero_section p {
    margin-bottom: 0;
}

.project_hero_section h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 0;
}

.project_hero_section h2 {
    font-size: 30px;
    font-weight: 900;
}

.project_hero_section .tags a {
    background: #0a7baa;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-right: 5px;
}

p {
    color: #000;
    font-family: Open Sans, sans-serif;
}

* {
    font-family: Open Sans, sans-serif;
}

.project_hero_section p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.projct_slider_section {
    padding-block: 80px;
}

.project_swiper,
.swiper_stiles {
    padding: 54px 0 89px;
}

.navigation {
    --swiper-navigation-size: 30px;
    --swiper-navigation-color: #dddddd;
    --swiper-navigation-sides-offset: -65px;
}

.project_swiper .swiper-slide {
    max-width: 80%;
}

.project_swiper .swiper-slide {
    filter: blur(4px) drop-shadow(0px 10px 10px rgba(34, 81, 101, 0.2));
}

.project_swiper .swiper-slide-active {
    filter: blur(0) drop-shadow(0px 10px 10px rgba(34, 81, 101, 0.2));
}

.project_swiper .swiper-slide img {
    max-width: 100%;
}

.swiper-pagination-bullets {
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-bullet-width: 30px;
    --swiper-pagination-bullet-height: 5px;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #dddddd;
}

.project_swiper .swiper-pagination-bullet-active,
.swiper_stiles .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #68ccf6;
}

.interested_section .button a {
    letter-spacing: 0.25em;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
}

.interested_section h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 50px;
}

.interested_section p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
}

.hover_btn.button a {
    color: #68ccf6;
    position: relative;
    font-size: 14px;
    padding-inline: 30px;
    min-height: 44px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    background-color: #fff;
}

.hover_btn.button a:after {
    background: #68ccf6;
    content: "";
    height: 155px;
    left: -125px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    /* z-index: -10; */
}

.hover_btn.button a:hover {
    color: #68ccf6;
    border: none;
    text-decoration: none;
    background-color: #fff;
    box-shadow: none;
}

.hover_btn.button a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hover_btn.button a:hover::before {
    content: none;
}

.hover_btn.button a::before {
    content: none;
}

.hover_btn a {
    margin-inline: 15px;
}

.hover_btn.button {
    background: none;
    border: none;
    width: unset;
    min-width: unset;
    padding: 0;
    min-height: unset !important;
    line-height: unset !important;
    letter-spacing: unset;
    font-size: 14px;
    box-shadow: none;
}

.interested_section {
    background-color: #68ccf6;
    color: #fff;
    text-align: center;
    padding-block: 90px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}


/* blog */

.blog_hero_section {
    padding-block: 80px;
    background-color: #f8f8fa;
}

.blog_hero_section h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    margin: 0;
}

.blog_list_section {
    padding: 70px 0 150px;
}

.blog_list_section .nav-links {
    margin-top: 60px;
}

.blog_item {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: auto auto;
    grid-template-areas: "image title" "image date" "image paragraph";
    gap: 30px;
    row-gap: 0;
    margin-bottom: 30px;
}

.blog_list .blog_item:first-child {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "title" "date" "image" "paragraph";
    row-gap: 20px;
    margin-bottom: 60px;
}

.blog_list .blog_item:first-child h5 {
    font-size: 30px;
    line-height: 50px;
}

.blog_list .blog_item:first-child img {
    grid-row: auto;
}

.blog_item:hover {
    text-decoration: none;
}

.blog_item:hover h5 {
    color: #68ccf6;
}

.blog_item img {
    width: 100%;
    height: auto;
    grid-area: image;
    grid-row: 1 / span 3;
}

.blog_item h5,
.blog_item time,
.blog_item p {
    margin: 0;
}

.blog_item h5 {
    grid-area: title;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.blog_item time {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    grid-area: date;
}

.blog_item p {
    grid-area: paragraph;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.blog_categories {
    position: sticky;
    top: 130px;
}

@media (min-width: 992px) {
    .blog_categories {
        padding-left: 50px;
    }
}

.blog_categories .blog_item p {
    display: none;
}

.blog_categories ul {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    list-style-type: none;
}

.blog_categories ul a,
.blog_categories ol a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.blog_categories ul a:hover,
.blog_categories ol a:hover {
    color: #68ccf6;
}

.blog_categories .blog_item h5 {
    font-size: 14px;
    line-height: 20px;
}

.blog_categories h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000000;
}

@media (max-width: 992px) {
    .blog_categories {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .blog_item {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "title" "date" "image" "paragraph";
        row-gap: 20px;
    }
    .blog_item h5,
    .blog_list .blog_item:first-child h5 {
        font-size: 24px;
        line-height: 1.5;
    }
    .blog_item img {
        grid-row: auto;
    }
}


/* blog */


/* post */

.post_hero_section {
    padding-block: 80px;
    padding-top: 30px;
    padding-bottom: 50px;

}

.post_hero_section h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 10px;
}

.post_hero_section time {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: Open Sans, sans-serif;
    color: #000;
}
.blog_hero_section {
    padding-top: 50px;
}
.actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.actions a,
.actions div,
.actions button {
    max-width: 120px;
    width: 100%;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #68ccf6;
    transition: all 0.25s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    line-height: 30px;
    color: #000;
    background: transparent;
    cursor: pointer;
    outline: transparent;
}

.actions a:hover,
.actions div:hover,
.actions button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #68ccf6;
    transition: all 0.25s ease;
}

.actions a:hover i,
.actions div:hover i,
.actions button:hover i {
    color: #fff !important;
    transition: all 0.25s ease;
}

.post_section {
    padding: 80px 0 150px;
}

.type-post p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.type-post h3 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
}

.type-post h4 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.type-post ul,
.type-post ol {
    margin-left: 0;
    padding-left: 20px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

/* .type-post ul li,
.type-post ol li {
    margin-bottom: 15px;
} */

article a {
    color: #68ccf6;
}

article a:hover {
    color: #68ccf6;
}

.markers li::marker {
    color: #68ccf6;
}

.article_tags a:hover {
    text-decoration: none;
    background: #479cc0;
}

.article_tags a {
    color: #ffffff;
    background-color: #fff;
    background: #68ccf6;
    margin: 5px;
    margin-left: 0;
    line-height: 22px;
    display: inline-block;
}

.navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-block: 60px;
}

.navigation a {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    max-width: 40%;
}

.navigation a:last-child {
    text-align: right;
}

.navigation span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.comments-title {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}

.comments-list {
    margin-top: 20px;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.comment-article {
    display: flex;
    align-items: center;
}

.comment-avatar {
    max-width: 90px;
    width: 100%;
    margin-right: 30px;
}

.comment-author {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
}

.comment-author a {
    color: #000;
}

.comment-content p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.comment-content a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.comments-area {
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 60px;
}

.comment-form h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    width: 100%;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    background-color: #f8f8fa;
    flex-direction: row;
}

.comment-form .label-form {
    max-width: 48%;
    display: block;
    width: 100%;
}

.comment-form input[type="checkbox"] {
    display: none;
}

.comment-form input[type="checkbox"]+label {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    cursor: pointer;
}

.comment-form input[type="checkbox"]+label span {
    background: #f8f8fa;
    border: 1px solid #dddddd;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 10px;
    text-align: center;
}

.comment-form input[type="checkbox"]+label span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
}

.comment-form input[type="checkbox"]:checked+label span::after {
    background: #68ccf6;
}

.comment-form label input,
.comment-form textarea {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.comment-form .button {
    font-weight: 300;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.25em;
    display: inline-block;
    min-height: 40px;
}

@media (max-width: 768px) {
    .navigation {
        flex-direction: column;
        margin-block: 30px;
    }
    .navigation a {
        max-width: 100%;
        width: 100%;
    }
    .comments-area {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .comment-form .label-form {
        max-width: 100%;
    }
    .actions a {
        margin-bottom: 10px;
    }
    .actions {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .comment-article {
        flex-direction: column;
    }
    .comment-form {
        padding: 15px;
    }
}


/* post */

.notFound_wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.scroll_wrapper .scroll_down span,
.scroll_wrapper .scroll_down i {
    display: none !important;
}

.page_wrap.gallery .container {
    position: relative;
}

.page_wrap {
    padding-top: 120px;
    margin-top: 0;
}

.scroll_wrapper .scroll_down {
    gap: 10px;
}

.scroll_wrapper {
    right: 0;
}

@media (max-width: 992px) {
    .scroll_wrapper {
        right: 10px;
    }
    .project_decs .prj_name {
        font-size: 40px;
    }
}

.prj_link_dot {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #777;
    border-radius: 50%;
}

.prj_link_dot:hover,
.prj_link_dot.active {
    background-color: #68ccf6;
}

.works__step__body h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin: 0;
}


/* post */

.swiper-navigation {
    padding: 0;
    margin: 0;
    border: none;
}

.project h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 50px;
    color: #000000;
}

.project p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.project_client_section {
    background-color: #f8f8fa;
    padding-bottom: 80px;
}

.project_desc_section {
    padding-block: 120px;
    padding-top: 106px;
}

.project_desc_section img {
    filter: drop-shadow(0px 10px 50px rgba(34, 81, 101, 0.2));
    max-width: 100%;
    width: 100%;
}


/* .project_desc_section img {
    filter: drop-shadow(0px 10px 50px rgba(34, 81, 101, 0.2));
    max-width: 33.33333%;
    width: 100%;
    margin-right: 8.33333%;
    float: left;
    margin-bottom: 15px;
  } */

.project_desc_section h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .project_desc_section img {
        max-width: 80%;
        margin: 0 auto 35px;
        float: none;
        display: block;
    }
}

.project_metods_section {
    background: #f8f8fa;
    padding: 80px 0 100px;
    text-align: center;
}

.project_metods {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px 52px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 43px;
}

.project_metods_item img {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project_metods_item {
    text-align: center;
    display: flex;
    width: calc(100% / 2 - 30px);
    align-items: flex-start;
    justify-content: flex-start;
}

.next_steps_section {
    padding-block: 80px;
}

.next_steps_section h2 {
    text-align: center;
}

.next_steps_item h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}


/* .next_steps_item img {
    filter: invert(43%) sepia(90%) saturate(537%) hue-rotate(149deg) brightness(99%) contrast(106%);
} */

.next_steps_item {
    display: flex;
    margin-bottom: 17px;
}

.next_steps_item_img {
    order: -1;
    background-color: #f8f8fa;
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    position: relative;
}

.text-center {
    text-align: center;
}

.next_steps_item_img:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
    width: 4px;
    height: 49px;
    background: rgb(238, 238, 240);
    background: linear-gradient( 0deg, rgba(238, 238, 240, 1) 0%, rgba(238, 238, 240, 1) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 20%, rgba(238, 238, 240, 1) 20%, rgba(238, 238, 240, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 40%, rgba(238, 238, 240, 1) 40%, rgba(238, 238, 240, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 60%, rgba(238, 238, 240, 1) 60%, rgba(238, 238, 240, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 80%, rgba(238, 238, 240, 1) 80%, rgba(238, 238, 240, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

.next_steps_item:last-child .next_steps_item_img:after {
    content: none;
}

.next_steps_item h3 {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 3px;
}

.next_steps__wrap {
    margin-top: 32px;
}

.review_wrap {
    background-color: #f8f8fa;
    padding: 80px 10.33333%;
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
    display: flex;
}

.review_wrap_avatar {
    width: 25%;
    min-width: 270px;
}

.review_wrap_avatar img {
    max-width: 100px;
    height: 100px;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.review_wrap_avatar h5 img {
    max-width: 20px;
    height: 20px;
    width: 100%;
    border-radius: 50%;
}

.review_wrap_avatar h6 {
    font-size: 16px;
    line-height: 30px;
    color: #68ccf6;
}

.review_wrap_avatar h2 {
    font-size: 24px;
    line-height: 28px;
}

.review_wrap_avatar h5 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}

.review_wrap_text {
    padding-left: 30px;
    width: 75%;
}

.cta_section {
    padding-top: 190px;
    padding-bottom: 90px;
    background-color: #68ccf6;
    text-align: center;
    color: #fff;
}

.cta_section p {
    font-size: 18px;
    margin-bottom: 43px;
}

.cta_section p,
.cta_section h2 {
    color: #fff;
}

.cta_section .button {
    background-color: #fff;
    color: #68ccf6;
    min-height: 60px;
    line-height: 60px;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.25em;
}

@media (max-width: 992px) {
    .page_wrap {
        min-height: auto !important;
        margin-top: 0;
        padding-top: 90px;

    }
    .page_header{
        height: 100px;
    }
    .swiper-navigation {
        display: none;
    }
    .review_wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .review_wrap_avatar,
    .review_wrap_text {
        width: 100%;
        text-align: center;
    }
    .review_wrap_text {
        padding-left: 0;
    }
    .project_metods {
        flex-wrap: wrap;
    }
    .clutch-widget-style{
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .review_wrap {
        padding-block: 35px;
    }
    .next_steps_item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .next_steps_item h3 {
        width: 100%;
        margin-bottom: 1rem;
    }
    .next_steps_item_img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .next_steps_item_img:after {
        bottom: 78px;
    }
    .next_steps_item:last-child .next_steps_item_img:after {
        content: "";
    }
    .next_steps_item:first-child .next_steps_item_img:after {
        content: none;
    }
    .next_steps__wrap {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .cta_section .button {
        padding-inline: 10px;
        font-size: 14px;
    }
}

.next_steps__wrap_row {
    display: flex;
}

.next_steps__wrap_row .next_steps_item {
    flex-direction: column;
    align-items: center;
    max-width: calc(100% / 4);
}


/* services */

.services_list_section {
    margin-top: 80px;
}

.background_hero_section {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #f8f8fa;
}

.background_hero_section h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    margin: 0;
}

.services_list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 70px;
    margin-bottom: 130px;
}

@media (min-width: 993px) {
    .services_list_item:nth-child(even) {
        flex-direction: row-reverse;
    }
    /* .services_list_item:nth-child(even) .services_list_item_image {
        padding-left: 30px;
        padding-right: 0;
    }*/
    .services_list_item:nth-child(odd) {
        margin-left: 0;
        margin-right: 30px;
    }
    .services_list_item .services_list_item_image::before {
        content: "";
        position: absolute;
        left: 0;
        top: 30px;
        right: 30px;
        height: 100%;
        background: rgba(104, 204, 246, 0.3);
        z-index: 0;
    }
    /* .services_list_item:nth-child(even) .services_list_item_image img { */
    /* .services_list_item:nth-child(even) .services_list_item_image::before { 
        width: 100%;
        position: relative;
        z-index: 1;
        transform: translate(-30px, -30px);
    }  */
    .services_list_item:nth-child(even) .services_list_item_description {
        padding-right: 30px;
        padding-left: 0;
    }
    .services_list_item:nth-child(odd) .services_list_item_image_zoom {
        margin-left: 30px;
        margin-right: 0;
    }
    .services_list_item:nth-child(even) .services_list_item_image_zoom {
        margin-left: 0;
        margin-right: 30px;
    }
    .services_list_item:nth-child(even) .services_list_item_image::before {
        z-index: 1;
        right: 0;
        bottom: 30px;
        left: 30px;
    }
}

.services_list_item_image {
    max-width: 50%;
    width: 100%;
    position: relative;
    text-align: center;
    /* padding-right: 30px; */
}

.services_list_item_image img {
/*     height: 100%;
    width: auto; */
	
height: auto;
    width: 100%; 
    max-width: unset;
    position: relative;
    z-index: 1;
}

.services_list_item_image_zoom {
    background: #68ccf6;
}

.services_list_item_image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(104, 204, 246, 0.3);
    z-index: 0;
}

.services_list_item_description {
    max-width: 50%;
    width: 100%;
    padding-left: 30px;
    padding-right: 0;
}

.services_list_item_description h2 {
    font-size: 30px;
    line-height: 50px;
    color: #000;
    margin-bottom: 20px;
}

.services_list_item_description p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}

.services_list_item_description a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #68ccf6;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

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

.services_list_item_description a:hover::after {
    right: -10px;
    transition: all 0.25s ease;
}

.services_list_item_description a:after {
    /* content: ">"; */
    content: "";
    display: block;
    background-image: url(../img/svg/arrow_b.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    aspect-ratio: 1;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}
.services_list_button_styles .service_link a{
    padding-right: 5px;
}
.services_list_button_styles .service_link a::before{
    background-image: url(../img/svg/arrow_b.svg);
    width: 12px;
}
.services_list_item_description ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    visibility: hidden;
}

.services_list_item_description li {
    font-family: Montserrat, sans-serif;
    color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
padding: 6px 20px;
background-color: #68CCF6;
width: fit-content;
overflow: hidden;
position: relative;
}
.services_list_item_description li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.services_list_item_description li a::after {
    content: none;
}
.services_list_item_description li:hover a {
    color: #fff;
    text-decoration: none;
}
.services_list_item_description li:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -125px;
        opacity: .2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(.19,1,.22,1);
        width: 80px
    }

    .services_list_item_description li:hover:after {
            left: 120%;
    transition: all 550ms cubic-bezier(.19,1,.22,1);
} 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.clutch-widget {
    background-color: #fff;
    max-width: 330px;
    padding: 15px;
    margin-top: 30px;
}

.service_hero_section {
    padding: 120px 0;
}

.service_hero_section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: Open Sans, sans-serif;;
}

.service_hero_section ul {
    list-style-type: square;
    padding-left: 0;
    margin-left: 20px;
    margin-top: 20px;
}

.service_hero_section li {
    font-style: normal;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
}

.service_hero_section li::marker {
    color: #68ccf6;
}

.service_hero_section a {
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #68ccf6;
    padding: 12px 30px;
    padding-right: 50px;
    position: relative;
    margin-bottom: 30px;
}

.service_hero_section a:after {
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
    line-height: 12px;
    font-size: 20px;
    transition: all 0.25s ease;
}

.service_main_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_main_img img {
    filter: drop-shadow(0px 20px 80px rgba(34, 81, 101, 0.2));
}

@media (max-width: 1440px) {
    .service_main_img img {
        max-width: 80%;
    }
}

.related_section {
    padding: 120px 0;
}

.interested_section h2 {
    color: #fff;
}

.related_services img {
    filter: drop-shadow(0px 5px 14px rgba(34, 81, 101, 0.2));
}

@media (min-width: 993px) and (max-width: 1440px) {
.services_list_wrap {
    padding-inline: 5%;
}
}
@media (max-width: 1280px) {
    .services_list_item_image {
        padding-right: 0;
        max-width: 50%;
    }
    .services_list_item_description {
        padding-left: 20px;
        max-width: 50%;
    }
}

@media (max-width: 1200px) {
    .services_list_section {
        margin-top: 75px;
    }
    .services_list_item {
        gap: 0 40px;
        margin-bottom: 75px;
    }
}

@media (max-width: 992px) {
    .services_list_item {
        flex-direction: column;
        margin-bottom: 100px;
    }
    .services_list_item_image,
    .services_list_item_description {
        max-width: 100%;
    }
    .services_list_item_image {
        margin-bottom: 35px;
        padding-right: 30px;
    }
    .service_main_img {
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .service_hero_section {
        padding-block: 55px;
    }
    .project_desc_section {
        padding-block: 55px;
    }
    .services_list_item_image {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .service_hero_section a:after {
        right: 2px;
    }
}

@media (max-width: 475px) {
    .background_hero_section h1 {
        font-size: 30px;
        line-height: 1.6;
    }
    h2 {
        font-size: 24px;
        line-height: 1.6;
    }
    .service_hero_section a {
        padding: 10px 15px;
    }
}

.notFound_wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.st0 {
    fill: url(#SVGID_1_);
}

.st1 {
    fill: url(#SVGID_2_);
}

.st2 {
    fill: url(#SVGID_3_);
}

.st3 {
    enable-background: new;
}

.st4 {
    fill: #343434;
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    15% {
        fill: url("#SVGID_1_");
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    15% {
        fill: url("#SVGID_1_");
    }
}

.anim .svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s forwards;
    animation: animate-svg-fill-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s forwards;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    15% {
        fill: url("#SVGID_2_");
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    15% {
        fill: url("#SVGID_2_");
    }
}

.anim .svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s forwards;
    animation: animate-svg-fill-2 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s forwards;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    15% {
        fill: url("#SVGID_3_");
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    15% {
        fill: url("#SVGID_3_");
    }
}

.anim .svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s forwards;
    animation: animate-svg-fill-3 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s forwards;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s forwards;
    animation: animate-svg-fill-4 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s forwards;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s forwards;
    animation: animate-svg-fill-5 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s forwards;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s forwards;
    animation: animate-svg-fill-6 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s forwards;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s forwards;
    animation: animate-svg-fill-7 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s forwards;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s forwards;
    animation: animate-svg-fill-8 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s forwards;
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s forwards;
    animation: animate-svg-fill-9 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s forwards;
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s forwards;
    animation: animate-svg-fill-10 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s forwards;
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s forwards;
    animation: animate-svg-fill-11 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s forwards;
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }
    25% {
        fill: rgb(52, 52, 52);
    }
}

.anim .svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s forwards;
    animation: animate-svg-fill-12 5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s forwards;
}

.single-post tr {
    border: 1px solid black;
}

.single-post tr>td:first-child {
    text-align: center;
    width: 50px;
}

.single-post tr>td:first-child,
.single-post tr>td {
    border-right: 1px solid black;
    padding: 10px;
    text-align: center;
}

.single-post tr>td:last-child {
    padding-left: 10px;
}

.page_wrap.about_page p {
    margin-bottom: 20px;
}

.single-services .review_section+.interested_section {
    padding-top: 190px;
    padding-bottom: 90px;
    background-color: #68ccf6;
    text-align: center;
    color: #fff;
}

.single-services .interested_section .button {
    background-color: #fff;
    color: #68ccf6;
    min-height: 60px;
    line-height: 60px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.25em;
}

@media (max-width: 1700px) {
    .services_list_item_image img {
        height: auto;
        width: 100%;
    }
}

.one_service_hero_section {
    position: relative;
    padding: 50px 0 171px;
}

.one_service_hero_section h1 {
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 100%;
    margin-top: 80px;
}

.one_service_hero_section p {
    color: #000;
    /* font-family: Open Sans; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.one_service_hero_section li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 187.5% */
}

.service_hero_section ul {
    margin-bottom: 30px;
}

.service_hero_section li {
    font-weight: 700;
}

.service_hero_section a {
    margin-bottom: 0;
    display: inline-block;
}

.service_hero_section li::marker {
    color: #68ccf6;
    font-size: 28px;
    line-height: 1;
}

.service_hero_section {
    position: relative;
}

.service_hero_section .scroll:after {
    content: none;
}

.service_hero_section .scroll {
    background: none;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translatex(-50%);
    width: 32px;
    height: 60px;
    padding: 0;
    margin: 0;
}

.project_desc_section {
    contain: paint;
}

.project_desc_section h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
}

.project_desc_section p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 28px;
    font-family: Open Sans, sans-serif;
}

.project_desc_section h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.project_desc_section ol {
    padding-left: 20px;
    margin-left: 20px;
}

.project_desc_section li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* margin-bottom: 15px; */
}

.service_cat {
    background: #68ccf6;
    padding: 60px 50px 70px;
    margin-bottom: 150px;
    margin-left: 63px;
    position: relative;
    color: #fff;
    margin-top: 10px;
    z-index: 55;
    padding-right: 20px;
}

.service_cat:before {
    z-index: 1;
    right: -30px;
    content: "";
    position: absolute;
    top: 30px;
    height: 100%;
    background: rgba(104, 204, 246, 0.3);
    width: 100%;
}

.service_cat * {
    position: relative;
    z-index: 1;
}

.service_img {
    margin-left: 50px;
    position: relative;
}

.service_cat h2 {
    color: #fff;
    margin-bottom: 20px;
}

.service_cat .anchors-list {
    padding: 0;
    margin: 0;
    margin-left: 0;
    list-style-type: square;
    padding-left: 27px;
}
.service_cat .anchors-list + h2 {
    margin-top: 20px;
}
.service_cat .anchors-list li {
    margin-bottom: 10px;
}

.service_cat .anchors-list li::marker {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.service_cat .anchors-list li a:hover {
    text-decoration-line: underline;
}

.service_cat li a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
}

.service_cat .button {
    padding: 0px 30px;
    color: #68ccf6;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    min-height: 44px;
    margin-top: 44px;
    position: relative;
    padding-right: 52px;
    overflow: hidden;
}

.service_cat .button:after {
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
    line-height: 12px;
    font-size: 20px;
    transition: all 0.25s ease;
}

.service_cat .button:hover::before {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service_cat .button::before {
    background: #68ccf6;
    content: "";
    height: 155px;
    left: -125px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
}

.service_cat .button a {
    color: #68ccf6;
}

.service_cat .button a:hover {
    text-decoration: none;
   
}
.service_cat .button:hover{
    background-color: #28B6F2;
    color: #fff;
}
.service_cat .button:hover a {
    color: #fff;
}
.service_cat_wrap {
    position: sticky;
    top: 140px;
}

.service_img {
    margin-left: 63px;
}

.service_img {
    position: relative;
}

.service_img:after {
    content: "";
    position: absolute;
    width: 100vw;
    top: 138px;
    bottom: 138px;
    background: #68ccf6;
    display: block;
}

.service_img img {
    max-width: 480px;
    position: relative;
    z-index: 5;
    margin-bottom: 32px;
}

.service_text a {
    color: #28b6f2;
}
.project_desc_section .service_text li {
    margin-bottom: 0;
}
@media (max-width: 1280px) {
    .service_cat {
        margin-left: 20px;
    }
}

@media (max-width: 1140px) {
    .service_cat {
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    .service_cat_wrap {
        margin-bottom: 35px;
    }
    .service_img,
    .service_cat {
        margin-left: 0;
    }
    .service_cat {
        margin-bottom: 65px;
    }
}

.single-services .service_cat .terms-list,
.single-services .service_cat .terms-list {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
    margin-left: 0;
}
ul{
    margin-left: 0;
}

.single-services .service_cat .terms-list a,
.single-services .service_cat .terms-list a{

    color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;

background-color: transparent;
padding: 6px 20px;
border: 1px solid #FFF;
}

.single-services .service_cat .terms-list a:hover,
.single-services .service_cat .terms-list a:hover{
    background-color: #fff;
    color: #68ccf6;
    text-decoration: none;
}

/*  02.08   post button copy */

.actions button {
    padding: 0;
}

@media (max-width: 768px) {
    .actions button {
        margin-bottom: 10px;
        padding: 0;
    }
}


/*  02.08   post button copy */

.animate__animated {
    visibility: hidden;
}

.contact_section {
    padding-top: 200px;
    background-color: #fff;
}

.contact_section h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.contact_section h1 {
    margin-top: 0px;
}

.contacts_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contacts_list li {
    margin-bottom: 40px;
}

.contacts_list b {
    color: #28b6f2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    font-family: "Montserrat", sans-serif;
}

.contacts_list a {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.contact_form_wrap {
    background-color: #fff;
    position: relative;
    padding-right: 35px;
}

.contact_form_wrap input {
    font-size: 16px;
}

.contact_form_wrap textarea {
    min-height: 50px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    outline: 0;
    position: relative;
    margin-bottom: 50px;
}

.contact_form textarea::-webkit-input-placeholder,
.contact_form input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}

.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}

.contact_form input::-ms-input-placeholder,
.contact_form textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}

.contact_form textarea:focus {
    border-bottom: 1px solid #68ccf6;
}

.textfield {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.textfield__label {
    position: absolute;
    top: 12px;
    left: 0px;
    display: block;
    font-size: 16px;
    user-select: none;
    color: #999;
    cursor: text;
}

.textfield__label::after {
    position: relative;
    top: -3px;
    left: 1px;
    display: inline-block;
    content: "*";
    color: #d0011b;
}

.textfield__input {
    width: 100%;
}

.textfield__input:disabled {
    border-color: #e6e6e6;
    background: #f9fafb;
}

.textfield__input::placeholder {
    color: transparent;
}


/* // fixes for hiding original placeholder
      // &:focus::placeholder,
      // &:focus:-ms-input-placeholder,
      // &:required::placeholder,
      // &:required:-ms-input-placeholder, {
      //   color: transparent;
      // }
      // show original placeholder for not required filds
      // &:optional::placeholder {
      //   color: rgba(77, 77, 77, 0.5);
      // }
    } */

.textfield__input:focus+.textfield__label,
.textfield__input:valid+.textfield__label,
.textfield__input:disabled+.textfield__label {
    display: none;
}

#map {
    height: 700px;
    width: 100%;
}

@media (max-width: 992px) {
    .contact_section {
        padding-top: 110px;
    }
}

@media (max-width: 768px) {
    .contact_section h1,
    .contact_section h2 {
        text-align: center;
        font-size: 26px;
    }
    .contact_section br {
        display: none;
    }
    .contact_section a {
        margin-bottom: 30px;
    }
    .contact_form_wrap {
        margin-bottom: 0;
    }
    #map {
        height: 100vw;
    }
    .contact_form input.button {
        margin-inline: auto;
    }
}

.contact_form input {
    margin-bottom: 40px;
}

.contacts_list_wrap {
    padding: 60px;
    padding-bottom: 75px;
    background: #f8f8fa;
    margin-left: 60px;
    margin-bottom: -75px;
    position: relative;
    z-index: 2;
}

.animate__animated {
    visibility: hidden;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
    margin-top: 17px;
}

.socials a {
    max-width: 30px;
    width: 100%;
    height: 30px;
    position: relative;
}

.socials svg {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}

.socials .hover {
    transition: 0.25s ease;
}

.socials a:hover .hover {
    opacity: 0;
    transition: 0.25s ease;
}

.contact_form input.button {
    width: 240px;
    height: 40px;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: 3.25px;
}

.modal_show {
    overflow: hidden;
}

.modal_show::after {
    content: "";
    display: block;
    width: 100dvw;
    height: 100dvh;
    opacity: 0.5;
    background: #000;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
}

.modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    max-width: 500px;
    min-height: 520px;
    height: auto;
    flex-shrink: 0;
    width: 100%;
    background-color: #fff;
}

.modal_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 80px;
    position: relative;
}

.modal_body .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modal_body b {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 40px 0 20px;
}

.modal_body p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.modal_body .close_btn {
    width: 240px;
    height: 40px;
    font-family: "Montserrat", sans-serif;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 3.25px;
    min-height: 40px;
}

@media (max-width: 1200px) {
    .contacts_list_wrap {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .contacts_list_wrap {
        margin-left: 0;
        padding: 35px;
    }
    .contact_form_wrap {
        padding-right: 0;
    }
    .contact_form input.button {
        margin-inline: auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .contacts_list_wrap {
        padding: 15px;
        margin-bottom: 60px;
    }
    .contact_section h1 {
        margin-bottom: 30px;
    }
}


/* contacts */


/* cases */

.project_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.case_actions_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.case_actions_wrap .actions {
    flex-wrap: nowrap;
    margin-top: 11px;
}

.case_actions_wrap .actions a {
    width: 120px;
    font-size: 12px;
}

.case_link a {
    display: block;
    margin-top: 29px;
    margin-right: 22px;
    position: relative;
    color: #68ccf6;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 166.667% */
    text-transform: uppercase;
}

.case_link a:after {
    content: ">";
    position: absolute;
    right: -20px;
    bottom: 10px;
    font-family: monospace;
    line-height: 12px;
    font-size: 20px;
    transition: all 0.25s ease;
}

.project_hero_section p {
    font-size: 20px;
    font-style: normal;
    /* font-weight: 600; */
    font-weight: 400;
    line-height: 30px;
}

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

.case_link a:hover::after {
    right: -30px;
    transition: all 0.25s ease;
}

.project_title h2 {
    margin-bottom: 0;
    font-size: 24px;
}

.project_desc_section .service_img {
    margin-left: 0;
    margin-right: 63px;
    position: sticky;
    top: 140px;
}

.project_serv_img img {
    margin-bottom: 0;
}

.project_desc_section .project_serv_img .service_img_after {
    position: absolute;
    width: 100vw;
    top: 172px;
    bottom: 161px;
    display: block;
    right: -15px;
}

.project_desc_section .project_serv_img.service_img:after {
    content: none;
}

.project_desc_section .tags a {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.project_metods p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
}

.project_metod_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 30px;
}

.next_steps_section h2 {
    margin-bottom: 20px;
}

.review_wrap_text p {
    /* margin-top: 20px; */
    padding-left: 26px;
}


/* about */

.about_page .page_title {
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    /* 100% */
    text-transform: uppercase;
}


/* about */

@media (max-width: 1200px) {
    .project_title_wrap {
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }
    .case_actions_wrap {
        justify-content: center;
        align-items: center;
    }
    .project_desc_section .service_img:after {
        top: 72px;
        bottom: 61px;
    }
}

@media (max-width: 992px) {
    .project_desc_section .service_img {
        margin-inline: auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .project_desc_section .service_img:after {
        top: 72px;
        bottom: 61px;
        left: -50vw;
        right: -50vw;
        width: 200vw;
    }
    .project_metods_item {
        width: 100%;
    }
    .review_wrap {
        padding: 35px;
    }
    .review_wrap_text p {
        padding: 0;
    }
    .next_steps_item {
        margin-bottom: 23px;
    }
    .project_swiper .swiper-slide {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .case_actions_wrap .actions {
        flex-wrap: wrap;
    }
    .review_wrap {
        padding: 15px;
    }
    .project_metods_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .project_metods_item .project_metod_icon {
        margin-right: 0;
    }
}


/* cases */

.contact_page .modal_wrap,
form.wpcf7-form.contact_form.sent .wpcf7-response-output {
    display: none;
}

.project_swiper .swiper-slide img {
    width: 100%;
}

.next_steps_item_text {
    min-height: 100px;
}

.portfolio-overlay-title a,
.portfolio-overlay-categories a {
    color: #111;
}

@media (max-width: 1200px) {
    .our_works_item {
        max-width: calc(100% / 2 - 5px);
    }
}

@media (max-width: 992px) {
    .our_works_item {
        max-width: calc(100% / 2 - 5px);
    }
}

@media (max-width: 768px) {
    .our_works_item {
        max-width: 100%;
    }
}

.actions a,
.actions div,
.actions button {
    font-size: 12px;
}


@media (min-width: 992px) {
    .breadcrumbs {
        margin-top: -30px;
    }
}

.breadcrumbs__separator {
    margin-inline: 10px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #999;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: none;
    text-transform: none;
    /* 214.286% */
    padding: 0;
}

.cases-cat {
    margin-top: 30px;
}

.cases-cat a span {
    color: #28B6F2;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    position: relative;
}

.cases-cat a:hover {
    text-decoration: none;
}

.cases-cat a:after {
    content: '/' !important;
    margin-inline: 10px;
    color: #DDD;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.cases-cat a:last-child::after {
    content: none !important;
}

.breadcrumbs__link:after {
    content: none !important;
}

.cases-cat a:last-child::after {
    content: none;
}

.single-cases p a {
    color: #68ccf6;
}

.wpcf7-not-valid-tip {
    position: relative;
    top: 10px;
}

@media (min-width: 992px) {
    .progress__works__bar {
        max-width: 50px;
        margin-left: 0;
    }
    /* .progress__works__bar:before{
    content: "";
    width: 1px;
    height: 100%;
    border: 3px dashed #eeeeee;
    position: absolute;
    top: 0;
    left: 20px;
  transform: none;
} */
}

@media (max-width: 768px) {
    .notFound_wrap svg {
        max-width: 100%;
    }
}
.type-post ul li, .type-post ol li{
    margin-bottom: 0;
}
.type-post ul li li,
.type-post ol li li {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .project_decs .prj_name {
        margin-bottom: 20px;
    }
    .project_decs .prj_created {
        margin-bottom: 20px;
    }
    .project_img-wrap .gallery_bg {
        height: 100vw;
    }
    .scroll_wrapper .scroll_down {
        gap: 20px;
    }
}

.fixed_header {
    height: 70px;
}

@media (max-width: 768px){
    .fixed_header {
        height: 70px;
    }
}



.services_list_button_styles ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.services_list_button_styles li {
    font-family: Montserrat, sans-serif;
    color: #68CCF6;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
padding: 6px 20px;
background-color: transparent;
border: 1px solid #68CCF6;
width: fit-content;
overflow: hidden;
position: relative;
/* cursor: pointer; */
}
.services_list_button_styles li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.services_list_button_styles li a::after {
    content: none;
}
.services_list_button_styles li:hover a {
    color: #68CCF6;
    text-decoration: none;
}
.services_list_button_styles li:after {
        background: #68CCF6;
        content: "";
        height: 155px;
        left: -125px;
        opacity: .2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(.19,1,.22,1);
        width: 80px
    }

    .services_list_button_styles li:hover:after {
            left: 120%;
    transition: all 550ms cubic-bezier(.19,1,.22,1);
} 

.services_list_button_styles a {
    padding: 0;
    background: none;
}

.services_list_button_styles  .service_link,
.service_link {
cursor: pointer;
}

.service_link a {
    position: relative;
    padding-right: 12px;
}

.service_link a::before{
    content: "";
    display: block;
    background-image: url(../img/svg/arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.service_link:hover a::before {
    right: -20px;
    transition: all 0.25s ease;

}
/* new new */

.case_links_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}


.case_link {
    display: block;
    line-height: 29px;
}
.case_link a{
    margin-left: 30px;
    white-space: no-wrap;
}

.case_link:first-child a{
    margin-left: 0;
}
.case_link svg{
    margin-right: 10px;
}
.service_cat .terms-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 0;
}

.terms-list li a{
    padding: 6px 20px;
    color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
border: 1px solid #FFF;
background-color: transparent;
display: block;
text-align: left;
}
.terms-list li a:hover{
    color: #68CCF6;
    background-color: #fff;
    text-decoration: none;
}


@media (max-width: 1200px) {
    .case_links_wrap{
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .case_links_wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .case_link a{
        margin-left: 0;
    }
}


/* on live site  */
.youtube_btn{
    position: absolute;
    right: 0;
   bottom: 40px;
    z-index: 58;
    display: block;
    max-width: 10vw;
    min-width: 80px;
    min-height: 80px;
}

.youtube_btn svg{
    max-width: 100%;
    height: auto;
}
.clutch-widget-style{
    border: 1px solid #E0E0E0;
background: #FFF;
max-width: 240px;
}

.spaceship{
    z-index: 56;
}
.spaceship_wrapper::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 576px;
    max-height: 576px;
    width: 30vw;
    height: 30vw;
    background-color: #68CCF6;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

header {
    z-index: 999 !important;
}

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-iframe-holder .mfp-close {
    display: inline-block;
    width: fit-content;
}
.mfp-iframe-holder .mfp-content{
    max-width: 70vw;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus-visible {
    border: none;
    outline: none;
}

@media (max-width: 992px) {
    .mfp-iframe-holder .mfp-content{
        max-width: 80vw;
    }
}
@media (max-width: 768px) {
    .mfp-iframe-holder .mfp-content{
        max-width: 90vw;
    }
    .case_actions_wrap{
        width: 100%;
    }
    .case_actions_wrap .actions {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    .case_actions_wrap .actions a, .actions a, .actions div, .actions button {
        width: 45%;
        max-width: 45%;
        margin: 0;
    }
    
    .article_tags a{
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .hover_btn.button a
   {
        line-height: 1.6;
        padding-block: 10px;
        height: auto;
    }
.spaceship_wrapper::after{
	width: 300px;
	height: 300px;
}
	}

@media (max-width: 768px) {
    .page_wrap.home {
        padding-top: 110px;
    }

    .page_wrap.works__tab {
        padding-top: 150px;
    }
}
@media (max-width: 575px) {
	.spaceship_wrapper::after{
	width: 200px;
	height: 200px;
}
}
div#ez-toc-container {
    background: #68ccf6;
    border: 1px solid #68ccf6;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-bottom: 20px !important;
    padding: 0;
}

.service_text ol,
.service_text ul  {
    margin-top: 1rem;
    padding-left: 30px;
}



/* 
js
*/


.services_list_item_description ul.show_all {
    max-height: 120px;
    overflow: hidden;
}


.show {
    color: #68CCF6;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}
.show svg{
    transform: rotate(90deg);
    margin-left: 10px;
}

.showed svg{
    transform: rotate(270deg);

}

.table-2-col thead th {
    border-right: 1px solid black;
    padding: 10px;
    text-align: center;
}

.table-2-col tbody > tr > td {
    width: 50%;
}

.table-2-col tbody > tr > td.has-text-align-left {
    text-align: left;
}

.project_desc_section img.serv-migr-img {
	max-width: 65px;
    margin-right: 15px;
}
@media (max-width: 575px) {
	.project_desc_section img.serv-migr-img {
	margin: 0 auto 20px;
   }
}