@media only screen and (max-width: 767px) {
    .coming-soon-page .timer-box .countdown-timer li {
        width: 90px;
        height: 90px;
        margin: 0 10px;
    }

    .coming-soon-countdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .coming-soon-page .timer-box .countdown-timer li + li {
        margin-top: initial !important;
    }

    .coming-soon-page .timer-box .countdown-timer li span.days, .coming-soon-page .timer-box .countdown-timer li span.hours, .coming-soon-page .timer-box .countdown-timer li span.minutes, .coming-soon-page .timer-box .countdown-timer li span.seconds {
        font-size: 32px;
        margin-top: -15px;
    }

    .coming-soon-page .timer-box .countdown-timer li span.timeRef {
        font-size: 14px;
        margin-top: -15px;
    }

    div.box {
        margin-top: -8px;
    }
}


.mobile-nav__contact li:last-child {
    align-items: initial !important;
}

.mobile-nav__contact li:last-child i {
    width: 35px;
}

.footer-widget__instagram-img img {
    height: 70px;
    object-fit: cover;
}

.footer-widget__usefull-link {
    margin-left: 0;
}

.footer-widget__services {
    margin-left: 0;
}

.footer-widget__instagram {
    margin-left: 0;
}

.main-slider-two {
    padding-left: 0;
}

.about-two__history li {
    padding: 0 10px;
}


.about-two .row {
    display: flex;
    align-items: stretch;
}

.about-two__right {
    height: 100%;
}

.about-two__img {
    height: 100%;
}

.about-two__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.counter-one__counter-box {
    justify-content: center;
}

.counter-one__counter-text {
    font-size: 22px;
}

.counter-one__counter-box h3 {
    font-size: 48px;
    line-height: 36px !important;
}

.counter-one__counter-plus {
    font-size: 51px;
    line-height: 36px;
}

.counter-one__list {
    justify-content: space-evenly;
}

.counter-one__counter-letter {
    font-size: 48px;
    line-height: 48px;
}


.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(3, 100px);
    gap: 5px;
    list-style: none;
    padding: 0;
}

.project-gallery {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.project-gallery li {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.project-gallery li:hover {
    transform: scale(1.02);
}

.project-details__content ul {
    padding-left: 40px;
}
.project-details__content ul li{
    list-style: circle !important;
}


.footer-gallery li {
    width: 100px;
    height: 100px;
}

.footer-gallery li a {
    position: relative;
    cursor: pointer;
}

.footer-gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;

}


.footer-gallery li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tecture-base);
}


.services__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.services__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}


.services__carousel.owl-theme .owl-nav .owl-next {
    height: 82px;
    width: 82px;
    line-height: 82px;
    border-radius: 50%;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0;
    text-align: center;
    /*clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services__carousel.owl-theme .owl-nav .owl-prev {
    height: 82px;
    width: 82px;
    line-height: 82px;
    border-radius: 50%;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0;
    text-align: center;
    /*clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services__carousel.owl-theme .owl-nav .owl-next span, .services__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services__carousel.owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.services__carousel.owl-theme .owl-nav .owl-next:hover, .services__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base);
}


.services-one__img img {
    height: 200px;
}


.services-one__text {
    height: 150px;
}


.services-one__title {
    min-height: 90px;
}


.project-two__img img {
    height: 350px;
    object-fit: contain !important;
    background-position: center;
}

.main-slider-two__title {
    margin-top: 60px !important;
}

.mfp-video-wrapper {
    max-width: 80vw;
    margin: 40px auto;
}

.mfp-video-wrapper video,
.mfp-video-wrapper iframe {
    width: 100%;
    height: auto;
}


.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.thm-btn {
    border-radius: 5px;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}


.sidebar__tags-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 5px !important;

}

.sidebar__tags-list a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    height: 100%;
}


.sidebar__tags-list a + a {
    margin-top: 0px;
}


.blog-two-single .img-box img {
    height: 420px;
    object-fit: cover;
}

.blog-details__pagenation li:last-child > p {
    margin-left: 10px;
    margin-right: 20px;
}


.blog-details__pagenation li p {
    margin-right: 10px;
}

.blog-details__pagenation li p a:hover {
    color: #fff;
}

.project-two__title {
    text-transform: uppercase;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.project-gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.team-one__content {
    padding: 33px 10px !important;
}

.blog-one__img img {
    height: 300px;
    object-fit: cover;
}

.video-one__main-content-inner {
    min-height: 800px;
}

.video-one__main-content-bg:before {
    /*background: linear-gradient(270deg, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 1) 70%);*/
    opacity: 0.9;

}

.video-one__img-holder>img {
    object-fit: cover;
    height: 100px;
}

.privacy-content li {
    list-style: initial;
    margin-inline-start: 20px;
}

.privacy-content h2{
    margin-bottom: 10px;
}