
/***

====================================================================
51.		Leave Comments Form
====================================================================

 ***/

.leave-comments {
    position: relative;
}

.leave-comments form .row {
    margin: 0 -10px;
}

.leave-comments form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.leave-comments form .form-group:last-child {
    margin-bottom: 0;
}

/***

====================================================================
52.	Service Details
====================================================================

***/

.service-details {
    position: relative;
}

.service-details .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(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 .image:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.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;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.service-details .text-content p {
    margin-bottom: 35px;
}

.service-details .text-content .last {
    margin-bottom: 0px;
}

.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;
}

/***

====================================================================
53.	Service Details
====================================================================

***/

.project-single {
    position: relative;
    padding: 120px 0px 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%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(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 .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.project-single h5 {
    font-size: 30px;
    letter-spacing: 0.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;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.project-single .text-content p {
    margin-bottom: 25px;
}

.project-single .text-content .last {
    margin-bottom: 0px;
}

.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: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
}

.post-control {
    position: relative;
}

.post-control .inner {
    position: relative;
    display: block;
    padding: 50px 0px;
    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: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
}

.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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.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: 0.7;
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(8, 39, 64, 0.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: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0px;
    background: #e1e1e1;
    margin-top: 110px;
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    padding: 10px 0px 0px;
    margin-bottom: 20px;
    padding-left: 0.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: inline-block;
    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: flex;
    justify-content: 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;
    vertical-align: middle;
    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);
}

.mobile-nav__container li + li {
    margin-top: 10px;
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300;
    display: flex;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

.mobile-nav__container li a:hover {
    color: var(--thm-base);
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
    color: var(--thm-base);
}

.side-menu__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.side-menu__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-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-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #9ca3a9;
    letter-spacing: 0.05em;
}

.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: 0.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: 0.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: 50px;
        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 */

.style-switcher {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 200px;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(0, 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;
    transform: translateX(-100%);
    transition: transform 500ms ease;
}
.style-switcher.active {
    transform: translateX(0%);
}

.style-switcher h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

.style-switcher .language-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}
.style-switcher .language-feature button {
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--thm-black);
    color: #fff;
    border-radius: 5px;
}
.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: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 500ms;
}
#switcher-toggler:hover {
    color: #fff;
    background-color: var(--thm-black);
}

#styleOptions {
    display: grid;
    grid-gap: 20px;
    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: #3db166;
}
#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;
}

/* lang bar  */

.skiptranslate {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}
/*--------------------------------------------------------------
	Owl Custom CSS
--------------------------------------------------------------*/
.owl-dots .owl-dot {
    margin: 0px -3px !important;
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 !important;
    border-radius: 50% !important;
}

.mobile-nav__container ul.sub-menu {
    display: none;
}

.mobile-nav__container .dropdown.open ul.sub-menu {
    display: block;
    transition: .3s;
}
.mobile-nav__container .dropdown.open .dropdown-btn span{
    color: #ffaa16;
}
.text-primary {
    color: var(--thm-base) !important;
}
.small, small {
    line-height: 12px;
    font-size: 80%;
    font-weight: 300;
}
ul.style-check li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 12px;
    padding-left: 30px;
    font-weight: 300;
    color: var(--thm-text);
}

ul.style-check  li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}
.section-dark ul.style-check li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 12px;
    padding-left: 30px;
    font-weight: 300;
    color: var(--thm-white);
}

.section-dark ul.style-check  li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-white);
    font-weight: 400;
    font-size: 18px;
}
.section-dark {
    position: relative;
    padding: 120px 0px 90px;
    background: rgba(61, 177, 102,1) url(../images/background/pattern-1.png) center
    top repeat;
    color: #ffffff;
}
.opacity-50 {
    opacity:  .5;
}
.opacity-50:hover {
    opacity:  .8;
}
a:hover {
    color: #62d38a;
}