.we-are-here {
    text-align: center;
    align-items: center
}

.locard {
    float: left;
    margin-top: 10px;
    align-items: center;
    text-align: center;
    opacity: 1
}

.adrs {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: -15px !important
}

.main-menu .navigation,
.main-header .nav-outer .main-menu,
.mainmenu-nine__right,
.main-menu .navigation>.megamenu {
    position: static
}

.mix {
    display: none
}

.sidebar .recent-posts .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    border-radius: 50%
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.sidebar .recent-posts .text {
    font-size: 20px;
    line-height: 1.3em;
    color: var(--thm-text);
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: .07em;
    max-width: 170px
}

.sidebar .recent-posts .text a {
    color: var(--thm-text)
}

.sidebar .recent-posts .text a:hover {
    color: var(--thm-black)
}

.sidebar .popular-tags .tags-list {
    padding-right: 20px
}

.sidebar .popular-tags .tags-list li,
.sidebar .popular-tags .tags-list a {
    position: relative;
    color: var(--thm-text);
    display: inline-block
}

.sidebar .popular-tags .tags-list a {
    position: relative;
    display: inline-block;
    line-height: 1.45em;
    text-align: center;
    color: var(--thm-text);
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.sidebar .popular-tags .tags-list a:hover {
    color: var(--thm-black)
}

.sidebar .archives ul {
    position: relative
}

.sidebar .archives ul li {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    margin-bottom: 15px
}

.sidebar .archives ul li:last-child {
    margin-bottom: 0
}

.sidebar .archives ul li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1
}

.sidebar .archives ul li:hover a,
.sidebar .archives ul li.active a {
    color: var(--thm-black);
    font-weight: 400
}

.sidebar .archives ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "Flaticon";
    content: "\f15f";
    opacity: 1;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    z-index: 1
}

.sidebar .recent-comments .comment {
    position: relative;
    font-size: 20px;
    color: var(--thm-text);
    padding: 0 0 0 70px;
    min-height: 48px;
    margin-bottom: 30px
}

.sidebar .recent-comments .comment:last-child {
    margin-bottom: 0
}

.sidebar .recent-comments .comment .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background-color: var(--thm-black);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sidebar .recent-comments .comment:hover .icon {
    background: var(--thm-base)
}

.sidebar .recent-comments .comment .text {
    font-size: 20px;
    line-height: 24px;
    color: var(--thm-text);
    font-weight: 300;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin: 0
}

.sidebar .recent-comments .comment .text a {
    color: var(--thm-text)
}

.sidebar .recent-comments .comment .text a:hover {
    color: var(--thm-black)
}

.post-details {
    position: relative;
    margin-bottom: 30px
}

.post-details .inner-box {
    position: relative;
    display: block
}

.post-details .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.post-details .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px
}

.post-details .lower-box {
    position: relative;
    padding: 30px 0 0
}

.post-details .post-meta {
    position: relative;
    display: block
}

.post-details .post-meta ul {
    position: relative;
    display: block
}

.post-details .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 5px 0;
    font-size: 16px;
    letter-spacing: .07em;
    text-transform: uppercase
}

.post-details .post-meta ul li .far,
.post-details .post-meta ul li .fa {
    position: relative;
    top: -2px;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle
}

.post-details .lower-box h4 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 30px
}

.post-details .lower-box h4 a {
    color: var(--thm-black)
}

.post-details .lower-box h4 a:hover {
    color: var(--thm-base);
    text-decoration: underline
}

.post-details .lower-box .text {
    position: relative;
    display: block
}

.post-details .lower-box .text p {
    position: relative;
    margin-bottom: 35px
}

.post-details .info-row {
    position: relative;
    display: block;
    padding: 28px 0 0;
    border-top: 1px solid #e9ebee;
    font-size: 16px;
    line-height: 30px
}

.post-details .info-row strong {
    font-weight: 300;
    letter-spacing: .05em;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--thm-font);
    color: var(--thm-black)
}

.post-details .info-row a {
    color: var(--thm-text)
}

.post-details .info-row a:hover {
    text-decoration: underline
}

.post-details .info-row .tags-info {
    position: relative;
    float: left
}

.post-details .info-row .cat-info {
    position: relative;
    float: right
}

.sidebar-page-container .post-control-two {
    position: relative;
    margin-bottom: 20px
}

.sidebar-page-container .post-control-two .control-col {
    position: relative;
    margin-bottom: 30px
}

.sidebar-page-container .post-control-two .control-inner {
    position: relative;
    display: block;
    padding: 55px 50px;
    background: #f4f5f8;
    height: 100%;
    min-height: 100%;
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.sidebar-page-container .post-control-two .control-inner:hover {
    background: var(--thm-base)
}

.sidebar-page-container .post-control-two .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.sidebar-page-container .post-control-two .control-inner h4 {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 0
}

.sidebar-page-container .post-control-two .control-inner h4 a {
    color: var(--thm-black)
}

.comments-title {
    position: relative;
    margin-bottom: 40px
}

.comments-title h3 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: var(--thm-black);
    margin: 0
}

.comments-area {
    position: relative;
    margin-bottom: 70px
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9ebee
}

.comments-area .comment {
    position: relative;
    min-height: 90px;
    padding-left: 130px
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden
}

.comments-area .comment-box .author-thumb img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%
}

.comments-area .comment-box .info {
    position: relative;
    margin-bottom: 25px;
    line-height: 24px
}

.comments-area .comment-box .info .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--thm-black);
    text-transform: uppercase;
    font-family: var(--thm-font)
}

.comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    color: var(--thm-base)
}

.comments-area .comment-box .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    margin-bottom: 30px
}

.comments-area .comment-box .reply-btn {
    position: relative;
    display: block
}

.comments-area .comment-box .theme-btn .btn-title {
    padding: 6px 30px 4px;
    line-height: 30px
}

.leave-comments {
    position: relative
}

.leave-comments form .row {
    margin: 0 -10px
}

.leave-comments form .form-group {
    padding: 0 10px;
    margin-bottom: 20px
}

.leave-comments form .form-group:last-child {
    margin-bottom: 0
}

.service-details {
    position: relative
}

.service-details .image {
    position: relative;
    display: block;
    overflow: hidden
}

.service-details .image img {
    display: block;
    width: 100%;
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.service-details .main-image {
    margin-bottom: 35px
}

.service-details h3 {
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 25px
}

.service-details h4 {
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px
}

.service-details .text-content {
    position: relative;
    display: block
}

.service-details .text-content p {
    margin-bottom: 35px;
    text-align: justify
}

.service-details .text-content .last {
    margin-bottom: 0
}

.service-details .featured {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.service-details .featured .image-col {
    margin-bottom: 30px
}

.service-details .text-content ul {
    margin-bottom: 20px
}

.service-details .text-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.service-details .text-content ul li:before {
    content: "\f131";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px
}

.project-single {
    position: relative;
    padding: 120px 0 80px
}

.project-single .image-col {
    position: relative;
    margin-bottom: 10px
}

.project-single .image-col .inner {
    position: relative;
    display: block
}

.project-single .image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px
}

.project-single.style-two .image-box {
    margin-bottom: 35px
}

.project-single .image-box img {
    display: block;
    width: 100%;
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.project-single h5 {
    font-size: 30px;
    letter-spacing: .005em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px
}

.project-single.style-two h5 {
    font-size: 36px
}

.project-single .text-content {
    position: relative;
    display: block
}

.project-single .text-content p {
    margin-bottom: 25px
}

.project-single .text-content .last {
    margin-bottom: 0
}

.project-single .text-content .info {
    position: relative
}

.project-single .text-content .info li {
    position: relative;
    line-height: 26px;
    margin-bottom: 30px
}

.project-single .text-content .info li strong {
    font-size: 24px;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    font-family: var(--thm-font);
    color: var(--thm-black)
}

.post-control {
    position: relative
}

.post-control .inner {
    position: relative;
    display: block;
    padding: 50px 0;
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee
}

.post-control .control {
    position: relative;
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: var(--thm-black);
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--thm-font)
}

.post-control .control.next {
    float: right
}

.post-control .control a {
    display: block;
    line-height: 30px;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 400
}

.post-control .control a:hover {
    color: var(--thm-base)
}

.post-control .control .fa {
    position: relative;
    vertical-align: top;
    line-height: 30px;
    font-size: 18px
}

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(8, 39, 64, .3)
}

.side-menu__block-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    height: 100%;
    overflow-y: auto;
    background-color: #eceeef;
    z-index: 999999;
    padding: 40px 0;
    padding-top: 20px
}

@media (max-width:575px) {
    .side-menu__block-inner {
        max-width: 480px
    }
}

@media (max-width:480px) {
    .side-menu__block-inner {
        max-width: 400px
    }
}

@media (max-width:375px) {
    .side-menu__block-inner {
        max-width: 300px
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%
}

.side-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding: 10px 0 0;
    margin-bottom: 20px;
    padding-left: .5em
}

.mobile-nav__container li.dropdown ul li {
    margin-bottom: 10px
}

.mobile-nav__container li.dropdown {
    position: relative
}

.mobile-nav__container li.dropdown>a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 25px;
    vertical-align: middle
}

.mobile-nav__container li>a>span {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 40px;
    top: -3px;
    position: relative;
    margin-left: 5px
}

.mobile-nav__container li.dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    border: none;
    outline: none;
    background-color: transparent;
    color: #9ca3a9;
    font-size: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--thm-black)
}

.mobile-nav__container li+li {
    margin-top: 10px
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #0b0c0c;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Teko", sans-serif;
    position: relative
}

.mobile-nav__container li a:hover {
    color: var(--thm-black)
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current-menu-item .dropdown-btn,
.mobile-nav__container li.current .dropdown-btn,
.mobile-nav__container li.current>a {
    color: var(--thm-black)
}

.side-menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px
}

.side-menu__social a {
    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;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu__social a+a {
    margin-left: 10px
}

.side-menu__social a:hover {
    background-color: #ffaa16;
    color: var(--thm-black)
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px
}

.side-menu__content p {
    margin: 0;
    font-family: var(--thm-b-font);
    color: #191a1b
}

.side-menu__content p+p {
    margin-top: 30px
}

.side-menu__content p a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu__content p a:hover {
    color: #ffaa16;
    text-decoration: underline
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 70px
}

.side-menu__text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px
}

.side-menu__text a {
    font-size: 20px;
    color: #ff0143;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu__text a:hover {
    color: var(--thm-base)
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: .2em
}

@media (max-width:575px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px)
    }
}

@media (max-width:480px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px
    }

    .side-menu__sep {
        width: calc(100% - 50px)
    }

    .side-menu__social {
        margin-top: 40px
    }

    .side-menu__social a {
        width: 45px;
        height: 45px
    }
}

.style-switcher {
    font-family: "Teko", sans-serif;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    width: 200px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease
}

.style-switcher.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.style-switcher h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    font-family: "Teko", sans-serif;
    margin-bottom: 20px
}

.style-switcher .layout-feature,
.style-switcher .language-feature {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px
}

.style-switcher .layout-feature button,
.style-switcher .layout-feature a,
.style-switcher .language-feature button {
    border: none;
    outline: none;
    font-family: "Teko", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--thm-black);
    color: #fff;
    border-radius: 5px
}

.style-switcher .layout-feature a:last-child,
.style-switcher .layout-feature button:last-child,
.style-switcher .language-feature button.rtl-switcher {
    background-color: var(--thm-base);
    color: #fff
}

#switcher-toggler {
    position: absolute;
    top: 20px;
    left: 100%;
    font-size: 22px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: var(--thm-base);
    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;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: 500ms;
    transition: 500ms
}

#switcher-toggler:hover {
    color: #fff;
    background-color: var(--thm-black)
}

#styleOptions {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

#styleOptions li {
    width: 100%;
    height: 44px;
    border-radius: 50%;
    overflow: hidden
}

#styleOptions li a {
    display: block;
    width: 100%;
    height: 100%
}

#styleOptions li a.color-default {
    background-color: #ffaa17
}

#styleOptions li a.color-2 {
    background-color: #70f28b
}

#styleOptions li a.color-3 {
    background-color: #83dcfa
}

#styleOptions li a.color-4 {
    background-color: #ff6c6c
}

#styleOptions li a.color-5 {
    background-color: #73a5ff
}

#styleOptions li a.color-6 {
    background-color: #fe9759
}

.skiptranslate {
    display: none !important
}