a,
body {
    color: var(--thm-gray)
}

.btn-style-one,
.btn-style-one .btn-title {
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
}

.btn-style-one,
.page-wrapper,
body.locked {
    overflow: hidden
}

.btn-style-one,
.btn-style-one .btn-title,
.main-slider-two h2,
.main-slider__side-text,
.news-one__btn-box a,
.news-one__date p,
.project-one__tagline,
.section-title__tagline {
    text-transform: uppercase
}

:root {
    --thm-font: 'Roboto', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #767676;
    --thm-gray-rgb: 118, 118, 118;
    --thm-primary: #1252a4;
    --thm-primary-rgb: 251, 169, 25;
    --thm-black: #171717;
    --thm-black-rgb: 23, 23, 23;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-clr-extra: #e3e3e3
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

body {
    font-family: var(--thm-font);
    font-size: 16px;
    line-height: 34px;
    font-weight: 400
}

/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    line-height: 1.5;
}
 */
a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

::placeholder {
    color: inherit;
    opacity: 1
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.mobile-nav__container,
.mobile-nav__content .main-menu__list ul {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__container,
.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.btn-style-one {
    display: inline-block;
    text-align: center;
    background: var(--thm-primary);
    color: var(--thm-base);
    margin: 0;
    padding: 0;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.preloader,
.scroll-to-top {
    position: fixed;
    text-align: center
}

.btn-style-one .btn-title {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 27px 60px 24px;
    z-index: 1;
    color: #fff
}

.bootstrap-select .dropdown-menu>li.selected>a,
.btn-style-one:hover {
    background: var(--thm-primary);
    color: #fff
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgb(15 29 46);
    /* background: rgba(var(--thm-black-rgb), .1); */
    z-index: 0;
    transform: skewX(-22deg);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.btn-style-one:hover .btn-curve {
    background: rgba(var(--thm-black-rgb), 1);
    right: 0;
    width: 100%;
    transform: skewX(0)
}

.section-title {
    margin-top: -15px;
    margin-bottom: 47px
}

.section-title__tagline {
    display: inline-flex;
    color: var(--thm-gray);
    font-size: 14px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: .2em
}

.section-title__tagline::before {
    content: '';
    background-color: var(--thm-primary);
    width: 10px;
    height: 2px;
    margin-right: 10px
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--thm-black);
    font-size: 50px;
    line-height: 60px
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: 0 !important
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--thm-black);
    -webkit-transition: .4s;
    transition: .4s
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer
}

.preloader {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.scroll-to-top {
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    bottom: 40px;
    right: 40px;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%
}

.main-header,
.main-header__top,
.main-header__top-inner {
    display: block;
    position: relative
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px
}

.scroll-to-top:hover {
    background-color: var(--thm-black)
}

.scroll-to-top:hover i {
    color: #fff
}

.main-header__top-right-social a:hover,
.main-menu-wrapper__call-icon,
.main-menu-wrapper__call-number a:hover {
    color: var(--thm-primary)
}

.main-header {
    background: var(--thm-base)
}

.main-header__top {
    overflow: hidden;
    padding: 2.5px 0;
    background-color: var(--thm-black)
}

.main-header__top-inner {
    padding: 2.5px 0
}

.main-header__top-left,
.main-menu-wrapper__left,
.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    float: left
}

.main-header__top-address,
.main-header__top-address li,
.main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center
}

.main-header__top-address li+li {
    margin-left: 20px
}

.main-header__top-address li .icon,
.mobile-nav__social {
    display: flex;
    align-items: center
}

.main-header__top-address li .icon span {
    font-size: 20px;
    color: var(--thm-base)
}

.main-header__top-address li .text {
    margin-left: 10px
}

.main-header__top-address li .text p {
    font-size: 12px;
    font-weight: 500;
    color: #aeaeae;
    margin: 0
}

.main-header__top-address li .text a {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header__top-address li .text a:hover {
    color: var(--thm-base)
}

.main-header__top-right {
    position: relative;
    display: block;
    float: right
}

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0
}

.footer-widget__contact,
.footer-widget__contact-list,
.footer-widget__links,
.footer-widget__links-list,
.footer-widget__newsletter,
.main-menu-two-wrapper,
.main-menu-wrapper,
.main-menu-wrapper-inner,
.main-menu-wrapper__right,
.main-slider__content,
.news-one__btn-box,
.project-one__carousel,
.project-one__single,
.site-footer,
.tabs-content__inner,
.tabs-content__inner-left,
.tabs-content__inner-list,
.testimonial-one__carousel,
.welcome-one__img-box,
.welcome-one__list {
    display: block;
    position: relative
}

.main-header__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header__top-right-social a+a {
    margin-left: 25px
}

.main-menu-two-wrapper__social a+a,
.mobile-nav__buttons a+a {
    margin-left: 10px
}

.main-menu {
    position: relative;
    padding: 0;
    z-index: 91
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 33px;
    padding-bottom: 14px;
    margin-right: 47px;
    margin-left: -13px
}

.main-menu-wrapper__right {
    float: right;
    padding: 20.5px 0
}

.main-menu-wrapper__call-icon {
    height: 50px;
    width: 50px;
    background-color: #f3f3f3;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s
}

.error-page__btn:hover,
.main-menu-wrapper__call:hover .main-menu-wrapper__call-icon {
    background-color: var(--thm-black);
    color: var(--thm-base)
}

.main-menu-wrapper__call-number {
    margin-left: 20px
}

.main-menu-wrapper__call-number a {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu-wrapper__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 17px
}

.stricky-header.main-menu {
    padding: 0;
    background-color: var(--thm-base)
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 33px;
    padding-bottom: 15px;
    position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 40px
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--thm-gray);
    position: relative;
    transition: .5s
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 0;
    background-color: var(--thm-primary);
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -20px;
    transition: transform .5s;
    transform: scale(0) translateY(-50%);
    z-index: -1
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-black)
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1) translateY(-50%)
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--thm-primary)
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1)
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), .1)
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    /* font-size: 16px;
    line-height: 30px;
    color: var(--thm-black);
    display: flex;
    padding: 10px 20px;
    transition: .5s */
    font-size: 14px;
    line-height: 20px;
    color: var(--thm-black);
    display: flex;
    padding: 8px 16px;
    transition: .5s;
    width: 100%;
    text-transform: capitalize;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-primary);
    color: #fff
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 94%
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform .5s, visibility .5s;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

@media (max-width:1199px) {
    .stricky-header {
        display: none !important
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base)
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-primary);
    cursor: pointer;
    transition: .5s;
    margin-right: 20px
}

.faq-one-accrodion .accrodion.active .accrodion-title h4,
.main-menu .mobile-nav__toggler:hover,
.tabs-box-one .tab-buttons .tab-btn.active-btn span {
    color: var(--thm-black)
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex
    }

    .main-menu .mobile-nav__toggler,
    .mobile-nav__buttons {
        display: none
    }
}

.main-header-two {
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s
}

.site-footer-map,
.testimonial-one-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.main-header-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--thm-base-rgb), .15);
    z-index: -1
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 2.5px 0
}

.main-header-two__top-inner {
    position: relative;
    display: block;
    padding: 0 60px
}

.main-header-two__top-left {
    position: relative;
    display: block;
    float: left
}

.main-header-two__top-left-text {
    font-size: 12px;
    color: #aeaeae;
    font-weight: 500;
    margin: 0
}

.main-header-two__top-left-text a {
    color: var(--thm-primary)
}

.main-header-two__top-right,
.main-menu-two-wrapper__right {
    position: relative;
    display: block;
    float: right
}

.main-menu-two {
    padding: 0 15px
}

@media(min-width:992px) {
    .main-menu-two {
        padding: 0 30px
    }
}

@media(min-width:1200px) {
    .main-menu-two {
        padding: 0 60px
    }
}

.main-menu-two-wrapper__logo {
    position: relative;
    display: block;
    float: left;
    padding: 33px 0
}

.main-menu-two-wrapper__main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    float: left
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: var(--thm-base);
    position: relative;
    transition: .5s
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: var(--thm-base);
    text-shadow: 0 0 1px currentColor
}

.main-menu-two-wrapper__social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 27.5px 0
}

.main-menu-two-wrapper__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.main-menu-two-wrapper__social a:hover {
    color: var(--thm-black);
    transform: rotate(360deg)
}

.mobile-nav__close,
.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark)
}

.main-menu-two-wrapper__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: .4s cubic-bezier(.62, .21, .45, 1.52);
    z-index: -1
}

.main-menu-two-wrapper__social a:hover:before {
    transform: scaleX(1)
}

.stricky-header.main-menu-two {
    padding: 0 60px;
    background-color: var(--thm-black)
}

.mobile-nav__contact li>i,
.mobile-nav__content .main-menu__list li a button,
.search-popup__content .thm-btn {
    background-color: var(--thm-primary);
    text-align: center
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes banner3Shake {

    0%,
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0);
        transform: translate(40px, 60px) rotate(0)
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform .5s .5s, visibility .5s .5s;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: transform .5s, visibility .5s
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity .5s, visibility .5s, transform .5s
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity .5s .5s, visibility .5s .5s, transform .5s .5s
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after,
.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons {
    display: none
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: .5s
}

.mobile-nav__contact li a:hover,
.mobile-nav__social a {
    color: var(--thm-primary)
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-secondary)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    border: none;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    transition: transform .5s
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0);
    background-color: #fff;
    color: var(--thm-black)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__social a {
    font-size: 16px;
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 30px
}

.mobile-nav__social a:hover {
    color: #fff
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center
}

.faq-one-accrodion .accrodion+.accrodion,
.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    transition: .5s
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform .5s, opacity .5s
}

.search-popup.active {
    transform: translateY(0)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    height: 66px;
    padding-left: 30px
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0
}

.main-slider .swiper-slide,
.search-popup__content .thm-btn:hover,
.services-one__single:hover .services-one__icon:before {
    background-color: var(--thm-black)
}

.search-popup__content .thm-btn:hover {
    color: #fff
}

.search-popup__content .thm-btn i {
    margin: 0
}

.tabs-content__inner-list li .text,
.welcome-one__completed-text {
    margin-left: 20px
}

.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider .swiper-slide {
    position: relative;
    height: auto;
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30
}

.main-slider .image-layer img {
    width: 100%;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 7s;
    z-index: 1
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), .5);
    z-index: 2
}

.main-slider .container {
    padding-top: 120px;
    padding-bottom: 45px;
}

.main-slider__side-text {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 400;
    letter-spacing: .4em;
    position: absolute;
    top: 169px;
    left: -224px;
    opacity: 0;
    transform: translateY(100px) rotate(-90deg);
    transition: transform 3s, opacity 2.5s, color .5s, background .5s
}

.main-slider .swiper-slide-active .main-slider__side-text {
    visibility: visible;
    opacity: .1;
    transform: translateY(0) translateX(0) rotate(-90deg)
}

.main-slider h2 {
    margin: 0 0 25px;
    color: var(--thm-base);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition: transform 2s, opacity 2s;
    font-size: 80px;
    line-height: 90px;
    z-index: 2
}

.main-slider .btn-style-one,
.main-slider p {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 2s, opacity 2s, color .5s, background .5s
}

.main-slider h2 .highlight {
    position: relative;
    display: inline-block;
    z-index: 1
}

.main-slider h2 .highlight:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -20px;
    bottom: -18px;
    right: -25px;
    background-image: url(../images/shapes/main-slider-shape-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.main-slider p {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 400;
    margin: 0 0 52px;
    line-height: 30px
}

.main-slider__shape {
    position: absolute;
    top: -27px;
    right: 469px;
    z-index: -1
}

.main-slider .swiper-slide-active .btn-style-one,
.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: .7;
    transform: translateY(0) translateX(0)
}

.main-slider__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 70px;
    height: 70px;
    font-size: 20px;
    color: var(--thm-black);
    background-color: var(--thm-base);
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: .5s
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--thm-base);
    background-color: var(--thm-primary)
}

.main-slider__nav .swiper-button-prev,
.progress-levels .progress-box-last,
.progress-levels .progress-box.last-child {
    margin-bottom: 0
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg)
}

#main-slider-pagination {
    z-index: 10;
    bottom: 49px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: center
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .6;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,
.tabs-box-one .tab-buttons .tab-btn+.tab-btn {
    margin-left: 5px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    opacity: 1
}

.main-slider-two .image-layer-overlay {
    background: rgba(var(--thm-black-rgb), .6)
}

.main-slider-two .container {
    padding-top: 346px;
    padding-bottom: 200px
}

.main-slider-two h2 {
    position: relative;
    font-weight: 800;
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 32px
}

.main-slider-two h2:before {
    position: absolute;
    bottom: -13px;
    right: 282px;
    width: 377px;
    height: 23px;
    background-image: url(../images/shapes/main-slider-two-shape-1.png);
    background-repeat: no-repeat;
    content: ""
}

.main-slider-two p {
    margin-bottom: 47px
}

.welcome-one {
    position: relative;
    display: block;
    padding: 40px 0 120px
}

.have-questions__left,
.we-build__left,
.welcome-one__left,
.welcome-two__left,
.welcome-two__right {
    position: relative;
    display: block;
    margin-right: 70px
}

.welcome-one__img-box:before {
    position: absolute;
    top: 30px;
    left: -30px;
    bottom: 30px;
    background-color: var(--thm-primary);
    content: "";
    width: 30px
}

.tabs-content__inner-img,
.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden
}

.welcome-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1
}

.welcome-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: 1.5s shine;
    animation: 1.5s shine
}

.welcome-one__img>img {
    width: 100%
}

.welcome-one__small-img {
    position: absolute;
    bottom: -60px;
    right: -70px;
    z-index: 3
}

.welcome-one__completed {
    position: absolute;
    top: 60px;
    left: -112px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .1);
    display: flex;
    align-items: center;
    padding: 33px 45px
}

.welcome-one__completed-icon {
    display: flex;
    align-items: center
}

.welcome-one__completed-icon span {
    display: inline-block;
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    transition: .5s
}

.welcome-one__img-box:hover .welcome-one__completed-icon span {
    transform: rotateY(180deg);
    color: var(--thm-black)
}

.welcome-one__completed-text h6 {
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 400;
    line-height: 26px
}

.services-one__single:hover .services-one__arrow a,
.services-one__single:hover .services-one__title a,
.welcome-one__list-icon span,
.welcome-one__right-text-1 {
    color: var(--thm-primary)
}

.welcome-one__completed-text h6 span {
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    font-family: var(--thm-font) !important
}

.welcome-one__right {
    position: relative;
    display: block;
    margin-left: 70px
}

.welcome-one__right .section-title {
    margin-bottom: 39px
}

.welcome-one__right-text-1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 30px
}

.welcome-one__right-text-2 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 38px
}

.call__inner,
.have-questions__list li,
.welcome-one__list li {
    position: relative;
    display: flex;
    align-items: center
}

.welcome-one__list-icon,
.welcome-one__person {
    display: flex;
    align-items: center
}

.welcome-one__list li+li {
    margin-top: 10px
}

.welcome-one__list-icon span {
    font-size: 16px
}

.welcome-one__list-text {
    margin-left: 10px
}

.welcome-one__list-text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    margin: 0
}

.welcome-one__person {
    position: relative;
    margin-top: 68px;
    padding-left: 44px
}

.services-one,
.services-one__img,
.welcome-one__person-img {
    display: block;
    position: relative
}

.welcome-one__person:before {
    position: absolute;
    top: -8px;
    left: -1px;
    bottom: -8px;
    content: "";
    background-color: var(--thm-primary);
    width: 7px
}

.welcome-one__person-img {
    border-radius: 50%
}

.welcome-one__person-img:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0)
}

.three-icon__text,
.welcome-one__person-sign {
    margin-left: 30px
}

.welcome-one__person-sign h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--thm-reey-font);
    line-height: 34px
}

.services-one {
    padding: 8px 0 165px
}

.services-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f3f3f3;
    height: 462px;
    z-index: -1
}

.location__single,
.news-one__single,
.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.services-one__img {
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--thm-clr-extra)
}

.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0;
    background-color: rgba(var(--thm-black-rgb), .4);
    z-index: 1;
    transform: scale(0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: .7s
}

.services-one__single:hover .services-one__img:before {
    transform: scaleX(1) perspective(400px)
}

.services-one__img img {
    position: relative;
    width: 100%;
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.05)
}

.services-one__icon {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 100px;
    width: 100px;
    font-size: 65px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.services-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    transition: .5s;
    z-index: -1
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-clr-extra);
    background-color: var(--thm-base);
    padding: 32px 40px 23px;
    border-top: 0;
    transition: .5s
}

.services-one__single:hover .services-one__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .07)
}

.services-one__title,
.team-one__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px
}

.services-one__title a {
    color: var(--thm-black);
    transition: .5s
}

.services-one__text {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 18px
}

.services-one__arrow a {
    font-size: 20px;
    color: var(--thm-black);
    transition: .5s
}

.tabs-box-one {
    position: relative;
    display: block;
    padding: 0 0 110px
}

.tabs-box-one .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: -75px
}

.call__img,
.tabs-box-one .tab-buttons .tab-btn {
    position: relative;
    display: inline-block
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span,
.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.tabs-box-one .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    transition: .3s;
    font-size: 18px;
    color: var(--thm-base);
    background-color: var(--thm-black);
    padding: 21px 60px 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 1
}

.tabs-box-one .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: var(--thm-base);
    transition: .3s;
    z-index: -1
}

.tabs-box-one .tab-buttons .tab-btn.active-btn span:before {
    height: 100%
}

.tabs-box-one .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    z-index: 10
}

.tabs-box-one .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tabs-content__inner-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.tabs-content__inner-img:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.tabs-content__inner-img img {
    width: 100%
}

.tabs-content__inner-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -11px
}

.flex-row-reverse .tabs-content__inner-right {
    margin-left: 0;
    margin-right: 70px
}

@media(max-width:991px) {
    .flex-row-reverse .tabs-content__inner-right {
        margin-right: 0
    }
}

.tabs-content__inner-right-text {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding-bottom: 30px
}

.tabs-content__inner-list li {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--thm-clr-extra);
    padding-bottom: 38px;
    margin-bottom: 50px
}

.tabs-content__inner-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.tabs-content__inner-list li .icon {
    position: relative;
    display: inline-block;
    top: 8px;
    transition: .5s
}

.tabs-content__inner-list li:hover .icon {
    transform: rotateY(180deg)
}

.tabs-content__inner-list li .icon span {
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px
}

.project-one__arrow>a,
.we-building__video-icon {
    font-size: 20px;
    background-color: var(--thm-primary)
}

.tabs-content__inner-list li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.faq-one-accrodion .accrodion-content p,
.tabs-content__inner-list li .text p {
    margin: 0
}

.brand-one {
    position: relative;
    display: block;
    background-color: #fff;
    /* padding: 118px 0 119px; */
    padding: 48px 0 68px;
    border-top: 1px solid var(--thm-clr-extra)
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-one .swiper-slide img {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .3;
    max-width: 100%
}

.brand-one .swiper-slide img:hover {
    opacity: .6
}

.we-building {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2
}

.counters-one-bg,
.cta-one-bg,
.we-building-bg,
.we-building-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.we-building-bg:before,
.we-building-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .85);
    z-index: -1
}

.counters-one-bg.jarallax div div,
.cta-one-bg.jarallax div div,
.we-building-bg.jarallax div div,
.we-building-two-bg.jarallax div div {
    filter: grayscale(100%)
}

.we-building__video-box {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-top: 15px
}

.we-building__video-link {
    position: relative;
    display: block;
    margin-left: 15px
}

.we-building__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: var(--thm-base);
    border-radius: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.project-one,
.project-one__img,
.we-building__get-quote {
    position: relative;
    display: block
}

.we-building__video-icon:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.we-building__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border: 1px solid #383838
}

.we-building__video-icon .ripple:after,
.we-building__video-icon .ripple:before,
.we-building__video-link .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), .6);
    box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple
}

.we-building__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.we-building__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.we-building__video-title {
    font-size: 60px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 73px;
    margin-top: 40px
}

.we-building__get-quote {
    padding: 50px;
    background-color: var(--thm-base);
    margin-left: 67px
}

.we-building__get-quote-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center
}

.we-building__form input[type=email],
.we-building__form input[type=text] {
    height: 75px;
    width: 100%;
    border: none;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    outline: 0
}

.news-one__btn-box a:before,
.project-one__arrow>a:hover {
    background-color: var(--thm-black)
}

.project-one__tagline,
.project-one__tilte>a:hover {
    color: var(--thm-primary)
}

.we-building__get-quote-btn {
    border: none;
    outline: 0
}

.we-building__get-quote-btn .btn-title {
    padding: 27px 80px 24px;
}

.project-one {
    padding: 120px 0 170px;
}

.project-one::before {
    position: absolute;
    content: "";
    width: 380px;
    height: 790px;
    background: #4b8fc9;
    bottom: 0;
    right: 0;
    transform: skew(-23deg, 0deg);
    z-index: -1;
}

.project-one__img {
    overflow: hidden;
    z-index: 1
}

.project-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .4);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    z-index: 1
}

.project-one__single:hover .project-one__img:before {
    transform: scaleX(1)
}

.project-one__img img {
    width: 100%;
    transition: .5s;
    transform: scale(1)
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05)
}

.project-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-base);
    padding: 28px 90px 25px 40px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    transform-origin: bottom center;
    z-index: 2
}

.faq-one-accrodion .accrodion.active:before,
.project-one__single:hover .project-one__content {
    transform: scaleY(1)
}

.project-one__tagline {
    font-size: 10px;
    line-height: 20px
}

.project-one__tagline span {
    padding-right: 5px;
    padding-left: 5px
}

.project-one__tilte {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px
}

.project-one__tilte>a {
    color: var(--thm-black);
    transition: .5s
}

.project-one__arrow {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.project-one__arrow>a {
    position: relative;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    transition: .5s
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0
}

.project-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    right: 0;
    left: 0;
    margin: 0 !important
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: .1s linear 0.1s
}

.project-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.contact-page,
.have-questions {
    position: relative;
    display: block;
    padding: 0 0 120px
}

.have-questions__left .section-title {
    margin-bottom: 38px
}

.have-questions__list li+li {
    margin-top: 13px
}

.cta-one__btn-box,
.have-questions__list li .icon,
.three-icon__icon {
    display: flex;
    align-items: center
}

.have-questions__list li .icon span {
    color: var(--thm-primary);
    font-size: 16px
}

.have-questions__list li .text {
    margin-left: 10px
}

.faq-one-accrodion .accrodion-title h4,
.have-questions__list li .text p {
    margin: 0;
    font-weight: 500;
    color: var(--thm-black);
    font-size: 18px
}

.have-questions__img {
    position: relative;
    display: block;
    margin-top: 51px
}

.have-questions__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.have-questions__img:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.have-questions__img img {
    width: 100%
}

.have-questions__right {
    position: relative;
    display: block;
    margin-left: -30px
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    background-color: #f3f3f3;
    border: 0 solid transparent
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid var(--thm-clr-extra);
    box-shadow: 0 20px 20px 0 rgb(0, 0, 0, .03)
}

.faq-one-accrodion .accrodion:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 4px;
    content: "";
    background-color: var(--thm-primary);
    transform: scaleY(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 26px 27px 26px 40px;
    transition: .2s linear 0.1s;
    border-bottom: 0 solid var(--thm-extra)
}

.faq-one-accrodion .accrodion-title h4 {
    line-height: 28px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.cta-one__btn:hover,
.news-one__meta li a i,
.news-one__title a:hover,
.testimonial-one__client-name,
.thm-breadcrumb li:hover,
.thm-breadcrumb li:hover a {
    color: var(--thm-primary)
}

.faq-one-accrodion .accrodion.active .accrodion-content,
.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--thm-base)
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: var(--thm-black);
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.news-one__img>a>span::after,
.news-one__img>a>span::before {
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.news-one__img img,
.welcome-two__left-video-icon:hover:before {
    transform: scale(1)
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--thm-primary);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 40px 26px
}

.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 150px;
    background-color: #f3f3f3
}

.testimonial-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    opacity: .04;
    background-color: #f3f3f3;
    mix-blend-mode: luminosity
}

.testimonial-one-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(243, 243, 243, .96);
    opacity: 0
}

.testimonial-one__left {
    position: relative;
    display: block;
    z-index: 2
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-right: -450px
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0;
    margin-right: 0
}

.testimonial-one__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: .5s linear 0.1s
}

.testimonial-one__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transition: .2s linear
}

.testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -15px;
    left: -404px;
    margin: 0 !important
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: .1s linear 0.1s
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.testimonial-one__single {
    position: relative;
    display: block;
    border: 1px solid transparent;
    padding: 50px 60px 56px;
    background-color: var(--thm-base);
    transition: .5s
}

.testimonial-one__single:hover {
    border: 1px solid var(--thm-clr-extra);
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .05)
}

.testimonial-one__text {
    font-size: 18px;
    margin: 0;
    padding-bottom: 32px
}

.testimonial-one__client-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7px
}

.testimonial-one__client-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.testimonial-one__client-img {
    position: absolute;
    bottom: -25px;
    right: 65px
}

.news-one__img,
.news-one__img-box,
.news-one__img>a>span {
    position: relative
}

.testimonial-one__client-img:before {
    position: absolute;
    content: "";
    border: 2px solid var(--thm-primary);
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px
}

.location,
.news-one {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.news-one__img-box {
    display: block;
    border: 1px solid var(--thm-clr-extra)
}

.news-one__img {
    display: block;
    overflow: hidden
}

.news-one__img img {
    width: 100%;
    transition: .5s
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05)
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), .4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    transition: opacity .5s, visibility .5s, transform .5s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-radius: var(--thm-border-radius)
}

.news-one__img>a>span::before {
    width: 20px;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    transition: .5s
}

.news-one__img>a>span::after {
    transition: .5s;
    width: 2px;
    height: 20px;
    background-color: var(--thm-base);
    position: absolute
}

.news-one__img>a:hover>span::after,
.news-one__img>a:hover>span::before,
.news-one__single:hover .news-one__btn-box a:before {
    background-color: var(--thm-primary)
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.news-one__date {
    height: 70px;
    width: 70px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 2
}

.news-one__date p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    text-align: center
}

.news-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-clr-extra);
    border-top: 0;
    background-color: var(--thm-base);
    padding: 20px 40px 26px;
    transition: .5s
}

.news-one__single:hover .news-one__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .07)
}

.news-details__meta,
.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.news-one__meta li+li {
    margin-left: 15px
}

.footer-widget__about-social a+a,
.footer-widget__contact-list li .text {
    margin-left: 10px
}

.news-one__meta li a {
    font-size: 14px;
    color: var(--thm-gray)
}

.news-one__title {
    font-size: 26px;
    color: var(--thm-black);
    line-height: 40px;
    font-weight: 700
}

.news-one__title a {
    color: var(--thm-black);
    transition: .5s
}

.news-one__text {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 10px
}

.news-one__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--thm-black);
    font-weight: 500;
    padding-left: 20px
}

.news-one__btn-box a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 2px;
    left: 0;
    transition: .5s
}

.cta-one {
    position: relative;
    display: block;
    padding: 115px 0
}

.cta-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), .95);
    z-index: -1
}

.cta-one__btn,
.cta-one__btn:hover,
.site-footer__top {
    background-color: var(--thm-black)
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cta-one__title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--thm-base)
}

.cta-one__btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .1)
}

.cta-one__btn:hover .btn-curve {
    background: rgba(var(--thm-base-rgb), 1)
}

.comment-form__btn:hover .btn-curve,
.comment-one__btn:hover .btn-curve,
.welcome-two__left-btn:hover .btn-curve {
    background: rgba(var(--thm-primary-rgb), 1)
}

.site-footer__top {
    position: relative;
    display: block
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 112px 0 108px;
    z-index: 1
}

.footer-widget__about-social a:before,
.site-footer-map {
    z-index: -1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.site-footer-map {
    background-position: center center;
    opacity: .05
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 5px
}

.footer-widget__about-text {
    font-size: 24px;
    color: var(--thm-base);
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px
}

.footer-widget__about-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.footer-widget__about-social a:hover {
    color: var(--thm-black);
    transform: rotate(360deg)
}

.footer-widget__about-social a:before {
    content: "";
    background-color: var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: .4s cubic-bezier(.62, .21, .45, 1.52)
}

.footer-widget__about-social a:hover:before {
    transform: scaleX(1)
}

.footer-widget__title {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 21px
}

.footer-widget__links-list li+li {
    margin-top: 5px
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    transition: .5s
}

.footer-widget__links-list li a:hover {
    padding-left: 20px;
    color: var(--thm-base)
}

.footer-widget__contact-list li .icon span,
.footer-widget__newsletter-btn i {
    font-size: 15px;
    color: var(--thm-primary)
}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s
}

.footer-widget__links-list li a:hover:before {
    opacity: 1
}

.footer-widget__contact-list li {
    display: flex
}

.footer-widget__contact-list li+li {
    margin-top: 12px
}

.footer-widget__contact-list li .text p {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 500;
    margin: 0;
    line-height: 30px
}

.footer-widget__contact-list li .text p a {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 500;
    transition: .5s
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-base)
}

.footer-widget__newsletter-text {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 500;
    line-height: 32px;
    margin: 0
}

.footer-widget__newsletter-bottom-text,
.team-one__social a+a {
    margin-left: 10px
}

.footer-widget__newsletter-form,
.footer-widget__newsletter-input-box,
.progress-levels,
.progress-levels .progress-box .bar,
.progress-levels .progress-box .inner,
.three-icon {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box:before {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    background-color: rgba(var(--thm-base-rgb), .1);
    border-radius: 0
}

.footer-widget__newsletter-input-box input[type=email] {
    font-size: 14px;
    color: var(--thm-base);
    font-weight: 500;
    text-transform: capitalize;
    height: 70px;
    width: 100%;
    background: 0 0;
    border: none;
    border-radius: 0;
    padding-right: 60px;
    outline: 0
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 0;
    height: 70px;
    width: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50%;
    background: 0 0;
    border: 0;
    transform: translateY(-50%);
    transition: .5s;
    padding: 0
}

.footer-widget__newsletter-bottom {
    display: flex;
    align-items: center;
    margin-top: 6px;
    cursor: pointer
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #69696f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.three-icon-container,
.three-icon__single:hover:before,
.welcome-two__right-img img {
    width: 100%
}

.team-one__content,
.three-icon__single {
    border-bottom: 1px solid var(--thm-clr-extra)
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #69696f
}

.footer-widget__newsletter-bottom-text p,
.site-footer__bottom-text {
    font-weight: 500;
    margin: 0;
    color: #aeaeae;
    font-size: 14px
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #000;
    padding: 27px 0 24px
}

.contact-page__btn-box,
.error-page__inner,
.site-footer__bottom-inner,
.we-building-two__inner {
    position: relative;
    display: block;
    text-align: center
}

.site-footer__bottom-text a {
    color: #aeaeae;
    transition: .5s
}

.site-footer__bottom-text a:hover {
    color: var(--thm-base)
}

.three-icon-container {
    position: relative;
    display: block;
    margin: 0 auto
}

.three-icon-container .row {
    --bs-gutter-x: 0px
}

.three-icon__single {
    position: relative;
    display: flex;
    /* align-items: center; */
    background-color: #f3f3f3;
    box-shadow: 0 1px 0 0 rgb(227, 227, 227, .1);
    padding: 48px 70px 47px 150px;
    transition: .5s;
    z-index: 1;
    height: 350px;
}

.three-icon__single:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 1px;
    background-color: var(--thm-clr-extra)
}

.three-icon__single:hover {
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgb(227, 227, 227, .1)
}

.three-icon__single:before {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    width: 0%;
    content: "";
    background-color: var(--thm-primary);
    transition: .5s;
    z-index: 2
}

.three-icon__icon span {
    font-size: 70px;
    color: var(--thm-primary)
}

.three-icon__tagline {
    margin: 0;
    padding-bottom: 18px
}

.three-icon__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px
}

.three-icon__single-2 {
    border-left: 0;
    border-right: 0
}

.welcome-two {
    position: relative;
    display: block;
    padding: 120px 0 107px
}

.welcome-two__check {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 17px
}

.welcome-two__check-icon {
    display: flex
}

.welcome-two__check-icon span {
    font-size: 16px;
    color: var(--thm-primary)
}

.welcome-two__check-text-box {
    margin-left: 20px
}

.welcome-two__check-text {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    line-height: 28px;
    margin: 0
}

.welcome-two__text {
    font-size: 18px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 39px
}

.news-details__img,
.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 7px;
    background: #f3f3f3;
    border-radius: 0
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 7px;
    border-radius: 0;
    background: var(--thm-primary);
    transition: 2s .3s
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -37px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-left: -2px
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 6px
}

.welcome-two__left-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px
}

.welcome-two__left-btn-box,
.welcome-two__left-video-box {
    align-items: center;
    display: flex
}

.welcome-two__left-btn {
    background: var(--thm-black)
}

.welcome-two__left-btn:hover {
    background: var(--thm-black);
    color: var(--thm-base)
}

.welcome-two__left-btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .1)
}

.welcome-two__left-video-box {
    position: relative;
    margin-left: 20px
}

.welcome-two__left-video-link {
    position: relative;
    height: 75px;
    width: 75px;
    border: 1px solid var(--thm-clr-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1
}

.welcome-two__left-video-img-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.welcome-two__left-video-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.welcome-two__left-video-icon {
    font-size: 15px;
    color: var(--thm-primary);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px
}

.welcome-two__left-video-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-black);
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1
}

.welcome-two__left-video-text {
    margin-left: 8px
}

.welcome-two__left-video-text h3 {
    font-size: 23px;
    font-weight: 400;
    font-family: var(--thm-reey-font);
    line-height: 34px
}

.counters-one__box,
.news-sidebar__content,
.news-sidebar__content-img,
.news-sidebar__left,
.page-header__inner,
.sidebar__search,
.we-build,
.we-build__points,
.welcome-two__right-img-box {
    position: relative;
    display: block
}

.welcome-two__right-img-box:before {
    position: absolute;
    top: 80px;
    left: 0;
    right: -1000000000000px;
    bottom: 80px;
    background-color: #f3f3f3;
    content: ""
}

.about-page__img-list,
.location__img,
.team-one__img,
.welcome-two__right-img {
    position: relative;
    display: block;
    overflow: hidden
}

.welcome-two__right-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1
}

.welcome-two__right-img-box:hover .welcome-two__right-img:before {
    -webkit-animation: 1.5s shine;
    animation: 1.5s shine
}

.welcome-two__trusted {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    position: absolute;
    right: 35px;
    bottom: 235px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3
}

.welcome-two__trusted:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(../images/shapes/welcome-two-trasted-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2
}

.welcome-two__trusted h3 {
    font-size: 12px;
    font-weight: 400;
    color: var(--thm-gray);
    font-family: var(--thm-font);
    letter-spacing: .2em;
    text-transform: uppercase
}

.news-sidebar__read-more-btn a,
.sidebar__tags-list a,
.thm-breadcrumb li {
    letter-spacing: .1em;
    text-transform: uppercase
}

.welcome-two__trusted h3 span {
    font-size: 40px;
    color: var(--thm-primary);
    line-height: 50px !important;
    font-family: var(--thm-font) !important;
    letter-spacing: 0;
    font-weight: 400
}

.welcome-two__right-small-img {
    position: absolute;
    bottom: 0;
    right: -190px;
    z-index: 2
}

.team-one,
.team-one__container,
.team-one__single {
    position: relative;
    display: block
}

.services-two {
    padding-bottom: 90px;
    padding-top: 120px
}

.services-two:before {
    top: 0
}

.team-one {
    padding: 0 0 90px
}

.team-one__container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.team-one__single {
    text-align: center;
    margin-bottom: 30px
}

.team-one__img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(var(--thm-black-rgb), .4);
    transition: .5s ease-in-out .1s;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1
}

.team-one__single:hover .team-one__img:before {
    transform: scaleY(1)
}

.team-one__img img {
    width: 100%;
    transition: .2s linear 0.1s
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.2);
    transition: .5s cubic-bezier(.62, .21, .45, 1.52)
}

.team-one__social {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    bottom: 30px;
    left: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg) translateX(-50%);
    -ms-transform: perspective(400px) rotateX(90deg) translateX(-50%);
    transform: perspective(400px) rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2
}

.team-one__single:hover .team-one__social {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0) translateX(-50%);
    -ms-transform: perspective(400px) rotateX(0) translateX(-50%);
    transform: perspective(400px) rotateX(0) translateX(-50%)
}

.team-one__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.team-one__social a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
    background-color: var(--thm-primary)
}

.team-one__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: .4s cubic-bezier(.62, .21, .45, 1.52);
    z-index: -1
}

.team-one__social a:hover:before {
    transform: scaleX(1)
}

.team-one__content {
    position: relative;
    display: block;
    padding-top: 22px;
    padding-bottom: 18px;
    -webkit-transition: .5s;
    transition: .5s
}

.team-one__single:hover .team-one__content {
    border-bottom: 1px solid var(--thm-black)
}

.team-one__title {
    font-size: 15px;
    margin: 0
}

.we-building-two {
    position: relative;
    display: block;
    padding: 120px 0 115px
}

.we-building-two__inner .video-popup {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.we-build__dedicated,
.we-build__dedicated-icon {
    align-items: center;
    display: flex
}

.we-building-two__inner .we-building__video-icon {
    margin: 0 auto
}

.we-building-two__inner .we-building__video-title {
    margin-top: 63px
}

.we-build__img {
    position: relative;
    display: block;
    margin-left: -375px;
    overflow: hidden
}

.we-build__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.we-build__img:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.we-build__img img {
    width: 100%
}

.we-build__dedicated {
    position: absolute;
    bottom: 60px;
    right: 60px;
    background-color: var(--thm-base);
    padding: 35px 60px
}

.we-build__dedicated:before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    content: "";
    background-color: var(--thm-primary)
}

.counters-one,
.project-two,
.we-build__points li,
.we-build__right {
    display: block;
    position: relative
}

.we-build__dedicated-icon span {
    font-size: 65px;
    color: var(--thm-black)
}

.we-build__dedicated__text {
    margin-left: 30px
}

.we-build__dedicated__text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px
}

.we-build__right {
    margin-top: 20px
}

.we-build__right .section-title {
    margin-bottom: 39px
}

.we-build__points li {
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 42px;
    margin-bottom: 44px
}

.we-build__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.we-build__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--thm-primary-rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--thm-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: .5s
}

.we-build__points li .icon:hover {
    background-color: rgba(var(--thm-primary-rgb), 1);
    color: var(--thm-base)
}

.we-build__points li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.we-build__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}

.project-two {
    padding: 120px 0 0;
    z-index: 3
}

.project-two .project-one__single,
.similar-work .project-one__single {
    margin-bottom: 30px
}

.project-two .project-one__content,
.similar-work .project-one__content {
    padding-right: 40px
}

.counters-one {
    padding: 230px 0 86px;
    margin-top: -140px
}

.counters-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary), .96);
    z-index: -1
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 289px;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 130px
}

.call__icon,
.counter-one__icon {
    height: 100px;
    width: 100px;
    color: var(--thm-base);
    align-items: center
}

.counter-one__single:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 5px;
    content: "";
    width: 1px;
    background-color: rgba(var(--thm-base-rgb), .4)
}

.counter-one__single:first-child {
    padding-left: 40px
}

.counter-one__single:nth-child(2) {
    padding-left: 70px
}

.counter-one__single:nth-child(3) {
    padding-left: 117px
}

.counter-one__single:nth-child(4) {
    padding-right: 0;
    padding-left: 137px
}

.counter-one__single:nth-child(2):before {
    left: 19px
}

.counter-one__single:nth-child(3):before {
    left: 66px
}

.counter-one__single:nth-child(4):before {
    left: 86px
}

.counter-one__icon {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
    margin: 0 auto
}

.counter-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .1);
    transition: .5s;
    z-index: -1
}

.counter-one__single:hover .counter-one__icon:before {
    background-color: rgba(var(--thm-black-rgb), 1)
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-base);
    line-height: 65px;
    transition: transform .5s linear;
    transform: scale(1)
}

.counter-one__single:hover .counter-one__icon span {
    transform: scale(.85)
}

.counter-one__single h3 {
    font-size: 50px;
    color: var(--thm-base);
    font-weight: 400;
    line-height: 45px !important;
    margin-top: 24px;
    margin-bottom: 6px;
    font-family: var(--thm-font) !important
}

.call__content-left a:hover,
.call__content-left p {
    color: var(--thm-black)
}

.counter-one__text {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
    color: var(--thm-base)
}

.counter-one__single .odometer-formatting-mark,
.services-page:before {
    display: none
}

.news-two {
    position: relative;
    display: block;
    padding: 120px 0 210px
}

.news-two__top {
    position: relative;
    display: flex;
    justify-content: space-between
}

.call,
.news-two__content,
.news-two__single-box {
    display: block;
    position: relative
}

.news-two__content {
    background-color: #f3f3f3;
    padding: 40px 50px 42px;
    margin-bottom: 30px
}

.call__icon,
.news-sidebar__read-more-btn a:hover:before {
    background-color: var(--thm-primary)
}

.news-two__single-box {
    border-bottom: 1px solid var(--thm-base);
    padding-bottom: 39px;
    margin-bottom: 36px
}

.news-two__single-box-3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.call {
    margin-top: -120px;
    z-index: 1
}

.call__icon {
    font-size: 45px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    transition: .5s;
    z-index: 2
}

.call__content,
.sidebar__category-list li a:hover {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .05)
}

.call__icon:hover {
    background-color: var(--thm-black)
}

.call__content {
    position: relative;
    border: 1px solid var(--thm-clr-extra);
    border-left: 0;
    display: flex;
    align-items: center;
    padding: 66px 50px 62px 88px
}

.call__content-text,
.contact-page-google-map__one,
.google-map,
.google-map__one,
.news-sidebar__content-box,
.news-sidebar__content-single,
.page-header {
    display: block;
    position: relative
}

.call__content-left p {
    font-size: 22px;
    margin: 0;
    padding-bottom: 9px
}

.call__content-left a {
    font-size: 30px;
    color: var(--thm-primary);
    font-weight: 500;
    transition: .5s
}

.news-sidebar__meta li a i,
.news-sidebar__meta li a:hover,
.news-sidebar__read-more-btn a:hover,
.news-sidebar__title a:hover {
    color: var(--thm-primary)
}

.call__content-text {
    max-width: 325px;
    width: 100%;
    margin-left: 90px
}

.call__content-text p,
.news-sidebar__text {
    margin: 0
}

.google-map {
    margin-top: -112px
}

.contact-page-google-map__one,
.google-map__one {
    border: none;
    height: 560px;
    width: 100%
}

.page-header {
    padding: 132px 0 141px;
    background-repeat: no-repeat;
    background-size: cover
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), .6)
}

.page-header__inner h2 {
    font-size: 36px;
    color: var(--thm-base);
    line-height: 52px;
    font-weight: 900
}

.thm-breadcrumb {
    padding-top: 5px
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.thm-breadcrumb li+li {
    margin-left: 11px
}

.thm-breadcrumb li a {
    color: var(--thm-base);
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.about-page,
.faqs-page,
.news-details,
.news-sidebar,
.project-details,
.project-full-width,
.service-details {
    position: relative;
    display: block;
    padding: 120px 0
}

.news-sidebar__content-single {
    margin-bottom: 17px
}

.news-sidebar__content-img img {
    width: 100%
}

.news-sidebar__content-box {
    margin-top: 20px
}

.news-sidebar__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.news-sidebar__meta li+li {
    margin-left: 15px
}

.news-sidebar__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 400;
    transition: .5s
}

.news-details__title,
.news-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px
}

.news-sidebar__title a {
    color: var(--thm-black);
    -webkit-transition: .5s;
    transition: .5s
}

.news-sidebar__read-more-btn {
    position: relative;
    display: inline-block;
    margin-top: 5px
}

.news-sidebar__read-more-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--thm-black);
    font-weight: 500;
    padding-left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-sidebar__read-more-btn a:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 10px;
    background-color: var(--thm-black);
    content: "";
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.news-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 60px 60px 50px
}

.news-sidebar__bottom-box-icon {
    margin-bottom: 19px
}

.news-sidebar__bottom-box-icon>img {
    width: 59px
}

.news-sidebar__bottom-box-text {
    font-size: 18px;
    margin: 0
}

.news-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 60px 60px 54px;
    margin-top: 30px
}

.blog-single__delivering-services-icon>img {
    width: 37px
}

.news-sidebar__delivering-services-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 21px
}

.news-sidebar__delivering-services-title a {
    color: var(--thm-black);
    transition: .5s
}

.news-sidebar__delivering-services-title a:hover,
.sidebar__post-content_meta i,
.sidebar__post-list li:hover .sidebar__post-content h3 a {
    color: var(--thm-primary)
}

.news-sidebar__video-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 107px;
    text-align: center;
    font-size: 27px;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: .5s
}

.sidebar__category,
.sidebar__tags {
    position: relative;
    background: #f3f3f3
}

.news-sidebar__video-btn:hover {
    color: var(--thm-primary);
    background-color: var(--thm-base)
}

@media (max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.project-details__img+.project-details__img,
.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: 0;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    height: 84px;
    border-radius: var(--thm-border-radius);
    width: 100%;
    padding-right: 80px
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-base);
    opacity: 1
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-base);
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
    color: var(--thm-base)
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
    color: var(--thm-base)
}

.sidebar__search-form ::placeholder {
    color: var(--thm-base);
    opacity: 1
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--thm-base);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 60px;
    outline: 0;
    border: none;
    display: flex;
    align-items: center
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 50px 47px;
    background-color: #f3f3f3
}

.sidebar__post-list {
    margin: 0
}

.news-details__social-list,
.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.sidebar__post-list li+li {
    margin-top: 16px
}

.sidebar__post-image {
    margin-right: 20px
}

.sidebar__post-image>img {
    width: 60px
}

.sidebar__post-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 26px
}

.sidebar__post-content_meta {
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-gray);
    display: block
}

.sidebar__post-content_meta i {
    font-size: 12px;
    padding-right: 4px
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    transition: .5s
}

.sidebar__category {
    display: block;
    padding: 45px 30px 36px
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 13px
}

.news-details__text-3,
.sidebar__category-list {
    margin: 0
}

.sidebar__category-list li+li {
    margin-top: 8px
}

.sidebar__category-list li a {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    background: 0 0;
    padding: 2px 20px
}

.sidebar__category-list li a:hover {
    color: var(--thm-black)
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--thm-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.news-details__meta li a i,
.news-details__meta li a:hover,
.sidebar__category-list li a:hover span {
    color: var(--thm-primary)
}

.sidebar__tags {
    display: block;
    padding: 47px 45px 50px
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px
}

.sidebar__tags-list {
    margin-top: -10px
}

.sidebar__tags-list a {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    background: var(--thm-base);
    display: inline-block;
    padding: 3px 14px;
    margin-left: 5px
}

.comment-form__input-box,
.news-details__content,
.news-details__left,
.news-details__pagenation,
.project-details__img,
.project-details__img-box,
.project-details__info-single,
.project-details__left,
.project-full-width__img,
.service-details__img,
.service-details__right,
.service-details__sidebar,
.sidebar__comments,
.sidebar__comments-list,
.sidebar__comments-list li {
    position: relative;
    display: block
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px
}

.sidebar__tags-list a:hover {
    color: var(--thm-base);
    background: var(--thm-primary)
}

.sidebar__comments {
    background-color: #f3f3f3;
    padding: 45px 48px 43px
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px
}

.sidebar__comments-list li {
    padding-left: 65px
}

.sidebar__comments-list li+li {
    margin-top: 23px
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--thm-black);
    border-radius: 50%;
    font-size: 15px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar__comments-icon:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base)
}

.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 500
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--thm-black);
    line-height: 26px;
    font-weight: 500
}

.news-details__img img,
.project-details__img img {
    width: 100%
}

.news-details__meta li+li {
    margin-left: 15px
}

.news-details__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 400;
    transition: .5s
}

.news-details__text-1,
.news-details__text-2 {
    margin: 0;
    padding-bottom: 37px
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 51px;
    border-top: 1px solid #e1e1e1
}

.news-details__bottom p {
    margin: 0
}

.news-details__tags span {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px
}

.news-details__tags a {
    position: relative;
    color: var(--thm-gray);
    font-size: 12px;
    font-weight: 500;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

.news-details__tags a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base)
}

.news-details__tags a+a {
    margin-left: 6px
}

.news-details__pagenation li+li,
.news-details__social-list a+a {
    margin-left: 30px
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-details__social-list a:hover {
    color: var(--thm-primary)
}

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 55px
}

.news-details__pagenation li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 22px;
    color: var(--thm-black);
    background-color: #f3f3f3;
    font-weight: 700;
    line-height: 36px;
    padding: 51px 0 51px 60px;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 370px;
    width: 100%
}

.news-details__pagenation li:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base)
}

.comment-form__title,
.comment-one__title {
    margin: 0 0 53px;
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 60px;
    margin-bottom: 58px
}

.comment-one__content {
    position: relative;
    margin-left: 45px
}

.comment-one__content h3 {
    margin: 0 0 25px;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 700
}

.comment-one__content p,
.project-full-width__text-2 {
    margin: 0
}

.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--thm-black)
}

.comment-one__btn:hover {
    color: var(--thm-base)
}

.comment-one__btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .1)
}

.comment-one__btn .btn-title {
    font-size: 12px;
    line-height: 22px;
    padding: 9px 30px
}

.comment-one__image img {
    border-radius: 50%
}

.comment-form .comment-form__title {
    margin-top: -1px
}

.comment-one__form .row {
    --bs-gutter-x: 20px
}

.comment-form__input-box input[type=email],
.comment-form__input-box input[type=text] {
    height: 75px;
    width: 100%;
    border: none;
    background: #f3f3f3;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block
}

.project-details__pagination li a:hover,
.project-details__social-list a:hover,
.project-full-width__details-social-list a:hover,
.service-details__sidebar-service-list li a:hover span,
.service-details__sidebar-service-list li.current a span {
    color: var(--thm-primary)
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    height: 185px;
    width: 100%;
    background: #f3f3f3;
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0;
    outline: 0;
    margin-bottom: 10px
}

.comment-form__btn {
    background-color: var(--thm-black);
    border: none;
    outline: 0
}

.comment-form__btn:hover {
    color: var(--thm-base);
    background-color: var(--thm-black)
}

.comment-form__btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .1)
}

.project-page {
    padding-bottom: 90px
}

.project-details__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: -5px
}

.project-details__text {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 40px
}

.project-details__info-single+.project-details__info-single {
    margin-top: 10px
}

.project-details__info-client {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px
}

.project-details__info-name {
    font-size: 18px;
    margin: 0;
    color: var(--thm-primary)
}

.project-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 43px
}

.project-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.project-details__social-list a+a {
    margin-left: 32px
}

.about-page__img-list li+li,
.project-full-width__details-social-list a+a {
    margin-left: 30px
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--thm-clr-extra);
    border-bottom: 1px solid var(--thm-clr-extra);
    padding: 40px 0;
    margin-top: 120px
}

.project-details__pagination li {
    display: inline-block
}

.project-details__pagination li.next {
    float: left;
    position: relative
}

.project-details__pagination li a {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: .5s
}

.project-details__pagination li.next i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.project-details__pagination li.previous {
    position: relative;
    float: right
}

.project-details__pagination li.previous i {
    margin-left: 10px;
    font-size: 20px
}

.similar-work {
    position: relative;
    display: block;
    padding-bottom: 90px
}

.project-full-width__img img,
.service-details__img img {
    width: 100%
}

.project-full-width__content,
.service-details__content {
    position: relative;
    display: block;
    margin-top: 32px
}

.project-full-width__title,
.service-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px
}

.project-full-width__text-1 {
    margin: 0;
    padding-bottom: 35px
}

.project-full-width .project-details__pagination-box {
    margin-top: 113px
}

.project-full-width__details {
    position: absolute;
    bottom: -352px;
    right: 40px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .07);
    border: 1px solid var(--thm-clr-extra);
    padding: 45px 50px 49px
}

.project-full-width__details:before {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    content: "";
    background-color: var(--thm-primary);
    height: 4px
}

.project-full-width__details-info-single+.project-full-width__details-info-single {
    margin-top: 11px
}

.project-full-width__details-info-client {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px
}

.project-full-width__details-info-name {
    margin: 0
}

.project-full-width__details-social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid var(--thm-clr-extra);
    padding-top: 30px;
    margin-top: 20px
}

.project-full-width__details-social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.services-page,
.team-page {
    padding: 120px 0 90px
}

.service-details__sidebar-service {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 28px 30px 29px
}

.service-details__sidebar-service-list,
.service-details__text {
    margin: 0
}

.service-details__sidebar-service-list li+li {
    margin-top: 12px
}

.service-details__sidebar-service-list li a {
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    background: 0 0;
    padding: 2px 20px
}

.service-details__sidebar-service-list li a:hover,
.service-details__sidebar-service-list li.current a {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .05);
    color: var(--thm-black)
}

.service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--thm-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 43px 50px 55px;
    margin-top: 30px;
    background-color: var(--thm-black)
}

.service-details__need-help-title {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 30px
}

.service-details__need-help-text {
    color: #aeaeae;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 26px;
    line-height: 30px
}

.service-details__need-help-phone {
    display: flex;
    align-items: center
}

.service-details__need-help-phone-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--thm-primary);
    transition: .5s
}

.service-details__need-help-phone-icon:hover {
    color: var(--thm-base)
}

.service-details__need-help-phone-number {
    margin-left: 20px
}

.service-details__need-help-phone-number h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px
}

.service-details__need-help-phone-number h4 a {
    color: var(--thm-base);
    transition: .5s
}

.service-details__need-help-phone-number h4 a:hover {
    color: var(--thm-primary)
}

.service-details__icon {
    position: absolute;
    bottom: -40px;
    right: 30px;
    height: 100px;
    width: 100px;
    background-color: var(--thm-primary);
    font-size: 60px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center
}

.loaction__list li,
.service-details__benefits-list li {
    align-items: center;
    position: relative;
    display: flex
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-top: 51px;
    margin-bottom: 60px
}

.about-page__images-box,
.about-page__points,
.contact-page-google-map,
.faqs-page__single,
.loaction__list,
.service-details__benefits-img {
    position: relative;
    display: block
}

.service-details__benefits-img img {
    width: 100%
}

.service-details__benefits-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 26px;
    margin-top: -8px
}

.service-details__benefits-text {
    font-size: 18px;
    margin: 0
}

.service-details__benefits-list {
    position: relative;
    display: block;
    margin-top: 36px
}

.service-details__benefits-list li+li {
    margin-top: 6px
}

.service-details__benefits-list li .icon span {
    font-size: 16px;
    color: var(--thm-primary)
}

.service-details__benefits-list li .text {
    margin-left: 10px
}

.service-details__benefits-list li .text p {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    margin: 0
}

.error-page__title,
.loaction__list li .text p a:hover {
    color: var(--thm-primary)
}

.location__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .5);
    transform: scaleX(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.location__single:hover .location__img:before {
    transform: scaleX(1)
}

.location__img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.location__single:hover .location__img img {
    transform: scale(1.05)
}

.location__content {
    position: relative;
    display: block;
    padding: 32px 40px 30px;
    border: 1px solid var(--thm-clr-extra)
}

.location__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 21px
}

.loaction__list li .icon {
    display: flex;
    align-items: center
}

.loaction__list li .icon span {
    font-size: 14px;
    color: var(--thm-primary);
    -webkit-transition: .5s;
    transition: .5s
}

.loaction__list li .icon:hover span {
    color: var(--thm-black)
}

.loaction__list li .text {
    margin-left: 14px
}

.loaction__list li .text p {
    font-size: 16px;
    margin: 0
}

.loaction__list li .text p a {
    color: var(--thm-gray);
    font-size: 16px;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.contact-page .container {
    max-width: 768px;
    width: 100%
}

.error-page {
    position: relative;
    display: block;
    padding: 72px 0 120px
}

.error-page__title {
    font-size: 350px;
    font-weight: 400;
    line-height: 350px
}

.error-page__tagline {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 7px;
    margin-top: 3px
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0
}

.error-page__form {
    position: relative;
    display: block;
    max-width: 685px;
    width: 100%;
    margin: 54px auto 20px
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin: 0 auto
}

.about-page__img,
.about-page__img-list li {
    display: inline-block;
    position: relative
}

.error-page__form input[type=search] {
    height: 75px;
    width: 100%;
    border: none;
    outline: 0;
    background-color: #f3f3f3;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 0
}

.error-page__form button[type=submit] {
    background-color: transparent;
    color: var(--thm-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    width: 50px;
    outline: 0;
    border: none;
    display: flex;
    align-items: center
}

.about-page__img-list li {
    float: left
}

.about-page__right {
    position: relative;
    display: block;
    margin-left: 68px
}

.about-page__right .section-title {
    margin-bottom: 37px
}

.about-page__right-text {
    font-size: 18px;
    color: var(--thm-primary);
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 24px
}

.about-page__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 42px
}

.about-page__points li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.about-page__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--thm-primary-rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--thm-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: .5s
}

.about-page__points li:hover .icon {
    background-color: rgba(var(--thm-primary-rgb), 1);
    color: var(--thm-base)
}

.about-page__points li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.about-page__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}

.about-page-have-questions {
    padding-top: 120px
}

.about-page-brand {
    background-color: #f3f3f3;
    border-top: 0
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');


.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
    border: 1px solid #d0d3d0;
    height: 400px;
}


.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
    min-height: auto;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
    /* width: 25%; */
    border: 1px solid #d0d3d0;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
}

.product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-price span {
    font-weight: 400;
}

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.product-detail ul li span {
    font-weight: 400;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn:first-of-type {
    background: #256eff;
}

.purchase-info .btn:last-of-type {
    background: #f64749;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (max-width:320px) {
    .img-showcase img {
        min-width: 100%;
        min-height: auto;
    }
}

@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}