/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*==============================================
   # Common
===============================================*/
:root {
    --thm-font: "Red Hat Display", sans-serif;
    --thm-font-two: "Red Hat Display", sans-serif;
    --thm-gray: #363636;
    --thm-gray-rgb: 96, 96, 96;
    --thm-black: #303030;
    --thm-black-rgb: 5, 41, 68;
    --thm-bdr-radius: 5px;
    --thm-cranberry: #a01c42;
}

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

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}


a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

p {
    margin: 0;
    letter-spacing: 0.015em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-cranberry);
    font-family: var(--thm-font-two);
    font-weight: 700;
    margin: 0;
}


ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0px;
}

.home-header-img{
    position:relative;
    display:block;
}

.reg{
    font-size:25px;
    vertical-align: top;
} 

.pd-120-0-120 {
    padding: 90px 0 90px;
}

.pd-120-0-90 {
    padding: 120px 0 90px;
}


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

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

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

 .learn-more-link{
            font-weight:bold;
            color:var(--thm-base);
        }

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

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

/*==============================================
   Thm Btn
===============================================*/
.thm-btn {
    position: relative;
    display: block;
    /*text-transform: capitalize;*/
    width: 190px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: var(--thm-bdr-radius);
}

.thm-btn span {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--thm-font-two);
    z-index: 1;
}

.thm-btn .liquid {
    position: absolute;
    top: -120px;
    left: 0;
    width: 190px;
    height: 200px;
    background: var(--thm-base);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.thm-btn:hover .liquid {
    top: -80px;
}

.thm-btn .liquid::before,
.thm-btn .liquid::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -75%);
    content: "";
}

.thm-btn .liquid::before {
    border-radius: 45%;
    background: rgba(255, 255, 255, 0.4);
    animation: animate 5s linear infinite;
}

.thm-btn .liquid::after {
    border-radius: 40%;
    background: rgba(255, 255, 255, 0.1);
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}


/*==============================================
   Section Title
===============================================*/
.section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 25px;
}

.section-title__tagline {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.015em;
    margin-bottom: 11px;
    font-family: var(--thm-font);
    font-weight:800;
}

.section-title__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

/*==============================================
   Section Title Style2
===============================================*/
.section-title__style2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 39px;
}

.section-title__style2 .section-title {
    padding-bottom: 0px;
}

.section-title__style2 .text-box {
    position: relative;
    display: block;
    max-width: 485px;
    width: 100%;
}

.section-title__style2 .text-box p {
    margin: 0;
}

/*==============================================
   Color-Layout
===============================================*/
.switcher {
    position: fixed;
    top: 320px;
    z-index: 99;
    display: none;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -60px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: #ffffff;
    box-shadow: 0px 0px 7px 0px rgb(0, 0, 0, 0.09);
    outline: none;
    border: none;
}

.switcher .switch_menu {
    position: absolute;
    width: 250px;
    background: rgba(0, 0, 0, 0.20);
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 0;
    padding: 15px 22px;
    bottom: 0;
    height: 60px;
    transform: translateX(0px);
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    box-shadow: 0 0 0 0px #fff;
}

/*==============================================
   Mode Switcher
===============================================*/
.mode-switcher {
    position: relative;
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 25%;
    bottom: auto;
    left: auto;
    right: 0;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.mode-switcher.dark-mode {
    background-color: #ffffff;
}

.mode-switcher .icon {
    display: flex;
    font-size: 2rem;
    padding: 0 .5rem;
}

.mode-switcher.dark-mode .icon {
    color: #060922;
}


/*==============================================
   Preloader
===============================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: var(--thm-base);
}

.loader {
    background: -webkit-linear-gradient(0deg, #ffffff 0%, #777777 100%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

@media (max-width: 991.98px) {
    .loader {
        width: 100px;
        height: 100px;
    }
}

.loader:before,
.loader:after {
    content: "";
    background: var(--thm-base);
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    position: absolute;
    bottom: 45px;
    -webkit-clip-path: circle(50% at 50% 100%);
    clip-path: circle(50% at 50% 100%);
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

@media (max-width: 991.98px) {

    .loader:before,
    .loader:after {
        bottom: 45px;
    }
}

.loader:after {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    top: 45px;
    -webkit-clip-path: circle(50% at 50% 0);
    clip-path: circle(50% at 50% 0);
}

@media (max-width: 991.98px) {
    .loader:after {
        top: 45px;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}





/*==============================================
   Owl Dot Style1
===============================================*/
.owl-dot-style1.owl-carousel .owl-dots {
    position: absolute;
    bottom: -68px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
}

.owl-dot-style1.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--thm-base);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-dot-style1.owl-carousel .owl-dot.active {
    background-color: var(--thm-base);
}

.owl-dot-style1.owl-carousel .owl-dot:focus {
    outline: none;
}

.owl-dot-style1.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*==============================================
   Scroll To Top
===============================================*/
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-base);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

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

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

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


/*==============================================
   Navigations One
===============================================*/
.main-header {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header__top {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 5;
}

.main-header__top::before {
    position: absolute;
    top: 0;
    left: -999999px;
    bottom: 0;
    right: 50%;
    background: var(--thm-base);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    content: "";
    z-index: -1;
}

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 4.5px 0px 5.5px;
    z-index: 1;
}

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

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

.main-header__top-address li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 55px;
}

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

.main-header__top-address li .icon {
    position: relative;
    display: block;
}

.main-header__top-address li .icon span::before {
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
}

.main-header__top-address li .text {
    position: relative;
    display: block;
    margin-left: 10px;
}

.main-header__top-address li .text p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.main-header__top-address li .text a {
    color: #ffffff;
    font-size: 14px;
}

.main-header__top-address li .text a:hover {
    color: #ffffff;
}

.main-header__top-right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-header__top-right-search {
    position: relative;
    display: block;
    margin-right: 10px;
}

.main-header__top-right-search a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: rgba(var(--thm-base-rgb), 0.19);
    text-align: center;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-header__top-right-search a:before {
    position: absolute;
    content: '';
    background-color: var(--thm-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.main-header__top-right-search a:hover:before {
    height: 100%;
}

.main-header__top-right-search a i:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header__top-right-search a:hover i:before {
    color: #ffffff;
}

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

.main-header__top-right-social a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgba(var(--thm-base-rgb), 0.19);
    color: var(--thm-base);
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.main-header__top-right-social a:before {
    position: absolute;
    content: '';
    background-color: var(--thm-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.main-header__top-right-social a:hover:before {
    height: 100%;
}

.main-header__top-right-social a i::before {
    position: relative;
    display: inline-block;
    line-height: 35px;
}

.main-header__top-right-social a:hover {
    color: #ffffff;
}

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



.main-menu {
    position: relative;
    background: #ffffff;
}

.main-menu-wrapper {
    position: relative;
    display: block;
}

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

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 33px;
    padding-bottom: 33px;
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    margin-right: 50px;
}

.stricky-header.main-menu {
    background-color: #ffffff;
}

.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;
}

@media (min-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 .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 41px;
    padding-bottom: 41px;
    position: relative;
}

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    transition: all 500ms ease;
    font-family: var(--thm-font-two);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    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-base);
    font-weight:bold;
}

.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, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
    background-color: var(--thm-base);
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--thm-base);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 290px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    z-index: 99;
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);

}

.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-rgb), 0.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-gray);
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

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

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

.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 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 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;
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-base);
    cursor: pointer;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*==============================================
   Navigations Two
===============================================*/
.main-header-two {
    position: relative;
    display: block;
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--Washup-base);
}

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

.main-header-two__top-left {
    position: relative;
    display: block;
    float: left;
    padding: 5px 0;
}

.main-header-two__top-address {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-address li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 35px;
}

.main-header-two__top-address li+li {
    margin-left: 30px;
}

.main-header-two__top-address li .icon {
    display: flex;
    align-items: center;
}

.main-header-two__top-address li .icon span {
    font-size: 14px;
    color: var(--Washup-white);
}

.main-header-two__top-address li .text {
    margin-left: 10px;
}

.main-header-two__top-address li .text p {
    font-size: 14px;
    color: var(--Washup-white);
    font-weight: 500;
    margin: 0;
}

.main-header-two__top-address li .text a {
    font-size: 14px;
    color: var(--Washup-white);
    font-weight: 500;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-address li .text a:hover {
    color: var(--Washup-black);
}

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

.main-header-two__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #006eb3;
    padding: 15px 30px;
}

.main-header-two__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(--Washup-white);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-right-social a:hover {
    color: var(--Washup-black);
}

.main-header-two__top-right-social a+a {
    margin-left: 25px;
}

.main-menu-two {
    padding: 0 0 0;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper-left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two__wrapper-logo {
    position: relative;
    display: block;
    float: left;
    padding: 36px 0;
    margin-right: 200px;
}

.main-menu-two__wrapper-main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two__wrapper-right {
    position: relative;
    display: block;
    float: right;
    padding: 41px 0;
}

.main-menu-two__wrapper-search-cat {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__wrapper-search-cat:before {
    position: absolute;
    top: -7px;
    bottom: -8px;
    left: -40px;
    content: "";
    background-color: #c9d5db;
    width: 1px;
}

.main-menu-two__wrapper-search {
    font-size: 24px;
    color: var(--Washup-black);
    margin-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__wrapper-search:hover {
    color: var(--Washup-base);
}

.main-menu-two__wrapper-cart {
    font-size: 24px;
    color: var(--Washup-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__wrapper-cart:hover {
    color: var(--Washup-base);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    color: var(--Washup-black);
}

.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(--Washup-base);
}

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

.stricky-header.main-menu-two {
    background-color: var(--Washup-white);
    padding: 0 0 0;
}

/*==============================================
   Navigations Three
===============================================*/
.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-logo {
    position: relative;
    float: left;
    padding-top: 36px;
    padding-bottom: 36px;
}

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

.main-menu-three__wrapper-right {
    position: relative;
    display: block;
    float: right;
    padding: 41px 0;
}

.main-menu-three__wrapper-search-cat {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__wrapper-search-cat:before {
    position: absolute;
    top: -7px;
    bottom: -8px;
    left: -40px;
    content: "";
    background-color: rgba(var(--Washup-white-rgb), .10);
    width: 1px;
}

.main-menu-three__wrapper-search {
    font-size: 24px;
    color: var(--Washup-white);
    margin-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__wrapper-search:hover {
    color: var(--Washup-base);
}

.main-menu-three__wrapper-cart {
    font-size: 24px;
    color: var(--Washup-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__wrapper-cart:hover {
    color: var(--Washup-base);
}

.main-menu-three .main-menu__list>li.current>a::before {
    background-color: var(--Washup-white);
}

.main-menu-three .main-menu__list>li:hover>a::before {
    background-color: var(--Washup-white);
}



/*==============================================
   Mobile Nav
===============================================*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear,
        visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

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

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

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

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

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

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #ffffff;
    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;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.mobile-nav__content .main-menu__list li a.expanded {
    color: rgba(255, 255, 255, .8);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    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__top .main-menu__login a {
    color: var(--Washup-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: #ffffff;
    transition: 500ms;
}

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

.mobile-nav__social a:hover {
    color: var(--Washup-base);
}

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

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

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--Washup-base);
}

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


.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}



/*==============================================
   Search Popup
===============================================*/
.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 500ms ease, opacity 500ms ease;
}

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

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--thm-base);
    border: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
}

.search-popup__content .thm-btn i {
    color: #ffffff;
    margin: 0;
}


/*==============================================
   Main Slider One
===============================================*/

.main-slider-one__content .btn-box {
    position: relative;
    display: block;
    margin-top: 46px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
    display: block;
}

.main-slider-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 39%;
    left: 0px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    z-index: 3;
}

.main-slider-one__carousel:hover.owl-theme .owl-nav {
    opacity: 1;
    left: 70px;
    transform: scaleX(1.0) translateX(0px);
}

.main-slider-one__carousel.owl-theme .owl-prev span,
.main-slider-one__carousel.owl-theme .owl-next span {
    display: block;
}


.main-slider-one__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 66px;
    font-weight: 100;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-bottom: 10px;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev::before,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.8);
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next:hover:before {
    transform: scaleX(1.0);
    opacity: 1;
}

.main-slider-one__carousel.owl-theme .owl-prev span:before,
.main-slider-one__carousel.owl-theme .owl-next span:before {
    position: relative;
    display: inline-block;
    line-height: 70px;
    transition: all 100ms ease;
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.main-slider-one__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-one__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-black);
}

.main-slider-one__carousel.owl-theme .owl-next span:before {
    position: relative;
    top: 1px;
}



/*==============================================
   Main Slider Two
===============================================*/

.main-slider-one--two .main-slider-one__content .btn-box .thm-btn .liquid {
    background: #ffffff;
}

.main-slider-one--two .main-slider-one__content .btn-box .thm-btn span {
    color: var(--thm-base);
}

.main-slider-one--two .main-slider-one__content .btn-box .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.main-slider-one--two .main-slider-one__content .btn-box .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

.main-slider-one--two .main-slider-one__content .btn-box {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-one--two .active .main-slider-one__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-two__carousel.owl-carousel .owl-nav {
    display: block;
}

.main-slider-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 39%;
    left: 0px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    z-index: 3;
}

.main-slider-two__carousel:hover.owl-theme .owl-nav {
    opacity: 1;
    left: 70px;
    transform: scaleX(1.0) translateX(0px);
}

.main-slider-two__carousel.owl-theme .owl-prev span,
.main-slider-two__carousel.owl-theme .owl-next span {
    display: block;
}


.main-slider-two__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 66px;
    font-weight: 100;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-bottom: 10px;
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev::before,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next:hover:before {
    transform: scaleX(1.0);
}

.main-slider-two__carousel.owl-theme .owl-prev span:before,
.main-slider-two__carousel.owl-theme .owl-next span:before {
    position: relative;
    display: inline-block;
    line-height: 70px;
    transition: all 100ms ease;
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.main-slider-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-two__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-black);
}

.main-slider-two__carousel.owl-theme .owl-next span:before {
    position: relative;
    top: 1px;
}


/*==============================================
   Main Slider Three
===============================================*/

.main-slider-three__content .btn-box {
    position: relative;
    display: block;
    margin-top: 46px;
    opacity: 0;
    transition: all 2000ms ease;
    transform: translateY(80px);
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .btn-box {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2000ms;
}

.main-slider-three__content .btn-box .thm-btn {
    margin: 0 auto;
}


.main-slider-three__carousel.owl-carousel .owl-nav {
    display: block;
}

.main-slider-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 49%;
    left: 0px;
    right: 0px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    z-index: 999;
}

.main-slider-three__carousel.owl-theme .owl-prev span,
.main-slider-three__carousel.owl-theme .owl-next span {
    display: block;
}

.main-slider-three__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.50);
    border: 0px solid rgba(17, 14, 14, 0.3);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    color: var(--thm-base);
    font-size: 25px;
    line-height: 80px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
}

.main-slider-three__carousel.owl-theme .owl-prev span:before {}

.main-slider-three__carousel.owl-theme .owl-next span:before {}

.main-slider-three__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-base);
    background: #ffffff;
    z-index: 99;
}


/***
=============================================
    Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 70px 0px 80px;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-black-rgb), 0);
    z-index: -1;
}

.page-header__wrapper {
    position: relative;
    display: block;
    z-index: 2;
}

.page-header__content {
    position: relative;
    display: block;
}

.page-header__content h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 14px;
}

.page-header__menu {
    position: relative;
    display: block;
}

.page-header__menu ul {
    position: relative;
    display: block;
}

.page-header__menu ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    padding-left: 3px;
    padding-right: 7px;
    font-family: var(--thm-font);
}

.page-header__menu ul li:first-child {
    padding-left: 0;
}

.page-header__menu ul li:last-child {
    padding-right: 0;
}

.page-header__menu ul li::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background: #ffffff;
    transform: rotate(20deg);
    content: "";
}

.page-header__menu ul li:last-child:before {
    display: none;
}

.page-header__menu ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.page-header__menu ul li a:hover {
    color: var(--thm-base);
}




/***
=====================================================
    About One Css
=====================================================
***/
.about-one {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}

.about-one__img2 {
    position: absolute;
    top: 155px;
    right: 50px;
    z-index: -1;
}

.about-one__img {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-right: 40px;
}

.about-one__img .experince-box {
    position: absolute;
    top: 160px;
    right: 0px;
    bottom: 140px;
    width: 75px;
    text-align: center;
    background-color: #ffffff;
    border-radius: var(--thm-bdr-radius);
    z-index: 5;
}

.about-one__img .experince-box h2 {
    color: var(--thm-base);
    font-size: 24px;
    line-height: 29px;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    transform: rotate(-90deg) translateX(0%);
    transform-origin: 0 0;
    width: max-content;
    margin: 410px 22px;
    transition: all 500ms ease;
}

.about-one__img:hover .experince-box h2 {
    letter-spacing: 0.05em;
}

.about-one__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

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

.about-one__img:hover .about-one__img-inner::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.about-one__img-inner img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.about-one__img:hover .about-one__img-inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.about-one__content {
    position: relative;
    display: block;
    /*max-width: 500px;*/
    width: 100%;
}

.about-one__content .section-title {
    padding-bottom: 38px;
}

.about-one__content-inner {
    position: relative;
    display: block;
}

.about-one__content-text1 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 14px;
}

.about-one__content-text2 {
    margin: 0;
}

.about-one__content-list {
    margin-top: 29px;
}

.about-one__content-list ul {
    position: relative;
    display: block;
}

.about-one__content-list ul li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.about-one__content-list ul li:last-child {
    margin-bottom: 0px;
}

.about-one__content-list ul li p {
    position: relative;
    padding-left: 20px;
}

.about-one__content-list ul li p::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
}

.about-one__content-btn {
    position: relative;
    display: block;
    margin-top: 45px;
}


/***
=====================================================
    Services One Css
=====================================================
***/
.services-one {
    position: relative;
    display: block;
    background: #f1f5f9;
    z-index: 1;
}

.services-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: repeat;
    mix-blend-mode: luminosity;
    opacity: 0.04;
    z-index: -1;
}

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

.services-one__single-img {
    position: relative;
    display: block;
}

.services-one__single-img .icon {
    position: absolute;
    left: 0;
    bottom: -35px;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--thm-base);
    box-shadow: 0.5px 0.866px 5px 0px rgb(0, 0, 0, 0.2);
    margin: 0 auto;
    color: #fff;
    font-size: 35px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

/*
.services-one__single:hover .services-one__single-img .icon {
    color: #ffffff;
}
*/

.services-one__single-img .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--thm-base);
}

/*
.services-one__single:hover .services-one__single-img .icon::before {
    transform: scaleX(1.0);
}
*/

.services-one__single-img .icon span::before {
    position: relative;
    display: inline-block;
    line-height: 70px;
}

.services-one__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-one__single-img-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-base-rgb), 0.82);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

/*
.services-one__single:hover .services-one__single-img-inner::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}
*/

.services-one__single-img-inner img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.services-one__single:hover .services-one__single-img-inner img {
    transform: scale(1.1);
}


.services-one__single-content {
    position: relative;
    display: block;
    background: #fff;
    padding: 52px 5px 26px 5px;
}

.services-one__single-content h2 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.015em;
    margin-bottom: 3px;
    color: var(--thm-base);
}


.services-one__single-content h2 a {
    color: var(--thm-gray);
}

/*
.services-one__single-content h2 a:hover {
    color: var(--thm-base);
}
*/

.services-one__single-content p {
    margin: 0px;
    line-height: 25px; 
}


/***
=====================================================
    Projects One Css
=====================================================
***/


/***
=====================================================
    Contact One Css
=====================================================
***/
.contact-one {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-one__img {
    position: absolute;
    bottom: 0;
    right: 130px;
}

.contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.contact-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), 0.93);
    content: "";
    z-index: -2;
}

.contact-one__form-box {
    position: relative;
    display: block;
}

.contact-one__form-box .section-title {
    padding-bottom: 21px;
}

.contact-one__form-box .section-title__tagline {
    color: #ffffff;
}

.contact-one__form-box .section-title__title {
    color: #ffffff;
}


.contact-one__form-box .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-one__form-box .input-box input[type="text"],
.contact-one__form-box .input-box input[type="email"],
.contact-one__form-box .input-box textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, .0);
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--thm-bdr-radius);
    transition: all 500ms ease;
    font-family: var(--thm-font-two);
    outline: none;
}


.contact-one__form-box form input[type="text"]::-webkit-input-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="text"]:-moz-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="text"]::-moz-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="text"]:-ms-input-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="email"]::-webkit-input-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="email"]:-moz-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="email"]::-moz-placeholder {
    color: #ee5089;
}

.contact-one__form-box form input[type="email"]:-ms-input-placeholder {
    color: #ee5089;
}

.contact-one__form-box form textarea::-webkit-input-placeholder {
    color: #ee5089;
}

.contact-one__form-box form textarea:-moz-placeholder {
    color: #ee5089;
}

.contact-one__form-box form textarea::-moz-placeholder {
    color: #ee5089;
}

.contact-one__form-box form textarea:-ms-input-placeholder {
    color: #ee5089;
}

.contact-one__form-box .input-box .select-box {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
}

.contact-one__form-box .input-box .nice-select {
    height: 65px;
    line-height: 65px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: var(--thm-bdr-radius);
    font-family: var(--thm-font-two);
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 20px;
}

.contact-one__form-box .input-box .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 33px;
    margin-top: 0px;
    top: 24px;
    z-index: 10;
}

.contact-one__form-box form .button-box {
    position: relative;
    display: block;
}

.contact-one__form-box form .button-box button {
    position: relative;
    display: block;
    outline: none;
    border: none;
}

.contact-one__form-box form .button-box button.thm-btn {
    width: 220px;
}

.contact-one__form-box form .button-box button.thm-btn span {
    color: var(--thm-base);
}

.contact-one__form-box form .button-box button.thm-btn .liquid {
    top: -135px;
    width: 220px;
    background: #ffffff
}

.contact-one__form-box form .button-box button.thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.contact-one__form-box form .button-box button.thm-btn .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

.contact-one__form-box form .button-box button.thm-btn:hover .liquid {
    top: -100px;
}


/***
=====================================================
    Team One
=====================================================
***/


/***
=====================================================
    Tab One
=====================================================
***/



/***
=====================================================
    Testimonials One
=====================================================
***/
.testimonials-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 180px;
    z-index: 1;
}

.testimonials-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.testimonials-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 43px 0px 44px;
    padding-left: 30px;
    padding-right: 20px;
    filter: drop-shadow(1px 1px 3px #bcbcbc);
    /*box-shadow: 0px 0px 7px 0px rgb(0, 0, 0, 0.07);*/
    z-index: 1;
    min-height:395px;
}

.testimonials-one__single::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--thm-base);
    transition: 1s;
    transform: scaleX(.8);
    opacity: 0;
}

.testimonials-one__single:hover:before {
    transform: scaleX(1);
    opacity: 1;
}

.testimonials-one__single-icon {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.testimonials-one__single-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__single:hover .testimonials-one__single-icon span::before {
    color: #ffffff;
}

.testimonials-one__single-text {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.testimonials-one__single-text p {
    line-height: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.testimonials-one__single:hover .testimonials-one__single-text p {
    color: #ffffff;
}

.testimonials-one__single .client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonials-one__single .client-info .img {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-one__single .client-info .img img {
    width: 100%;
}

.testimonials-one__single .client-info .text {
    position: relative;
    display: block;
    line-height: 0;
    /*padding-left: 20px;*/
}

.testimonials-one__single .client-info .text h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.015em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--thm-base);
}

.testimonials-one__single:hover .client-info .text h2 {
    color: #ffffff;
}

.testimonials-one__single .client-info .text p {
    line-height: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__single:hover .client-info .text p {
    color: #ffffff;
}


.testimonials-one__carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}

.testimonials-one__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}


/***
=====================================================
    Blog One
=====================================================
***/

.blog-one__content .btn-box {
    position: relative;
    display: block;
    margin-top: 18px;
}

.blog-one__content .btn-box a {
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0.015em;
    font-family: var(--thm-font);
}

.blog-one__content .btn-box a:hover {
    color: var(--thm-base);
}

.blog-one__content .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 2px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__content .btn-box a:hover span::before {
    color: var(--thm-base);
}


/***
=====================================================
    Footer One
=====================================================
***/
.footer-one {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-one__top {
    position: relative;
    display: block;
}

.footer-one__top-wrapper {
    position: relative;
    display: block;
}

.footer-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.footer-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), .96);
    content: "";
    z-index: 1;
}

.footer-one__top {
    position: relative;
    display: block;
}

.footer-one__top-wrapper {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .27);
    padding: 70px 0px 50px;
}

.footer-widget__column {
    position: relative;
    display: block;
}

.footer-widget__title {
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.015em;
    font-family: var(--thm-font-two);
    margin-bottom: 15px;
    margin-top: -5px;
}

.footer-widget__about {
    position: relative;
    display: block;
    max-width: 280px;
    width: 100%;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.footer-widget__about-logo a {
    position: relative;
    display: inline-block;
}

.footer-widget__about-text {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget__about .social-link {
    position: relative;
    display: block;
    margin-top: 26px;
}

.footer-widget__about .social-link ul {
    position: relative;
    display: block;
}

.footer-widget__about .social-link ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.footer-widget__about .social-link ul li:last-child {
    margin-right: 0px;
}

.footer-widget__about .social-link ul li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.footer-widget__about .social-link ul li a:hover {
    color: #ffffff;
}

.footer-widget__about .social-link ul li a:before {
    position: absolute;
    content: '';
    background-color: var(--thm-base);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.footer-widget__about .social-link ul li a:hover:before {
    height: 100%;
}

.footer-widget__about .social-link ul li a span::before {
    position: relative;
    display: inline-block;
    line-height: 10px;
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links.mar-l {
    position: relative;
    display: block;
    margin-left: -20px;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}

.footer-widget__links-list-item {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.footer-widget__links-list-item:last-child {
    margin-bottom: 0px;
}

.footer-widget__links-list-item a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.015em;
    font-family: var(--thm-font);
}

.footer-widget__links-list-item a:hover {
    color: #ffffff;
}

.footer-widget__gallery {
    position: relative;
    display: block;
}

.footer-widget__gallery ul {
    position: relative;
    display: block;
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 7px;
}

.footer-one__bottom {
    position: relative;
    display: block;
    padding: 10px 0px 10px;
}

.footer-one__bottom-inner {
    position: relative;
    display: block;
}

.footer-one__bottom-text {
    position: relative;
    display: block;
    text-align: center;
}

.footer-one__bottom-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.footer-one__bottom-text p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-one__bottom-text p a:hover {
    color: #ffffff;
}

/***
=====================================================
    About Two
=====================================================
***/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0px 140px;
}

.about-two__content .section-title {
    padding-bottom: 32px;
}


/***
=====================================================
    Counter One
=====================================================
***/

.counter-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 7px 0px rgb(0, 0, 0, 0.09);
    padding: 30px 0px 34px;
    padding-left: 25px;
    padding-right: 15px;
    margin-bottom: 30px;
    z-index: 1;
    min-height:207px;
}

.counter-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    /*border-bottom: 2px solid var(--thm-base);*/
   
    transform: scaleX(0);
    transition: all 500ms ease;
    z-index: -1;
}

.counter-one__single:hover:before {
    transform: scaleX(1);
}


.counter-one__single-inner {
    position: relative;
    display: block;
    padding-left: 80px;
}

.counter-one__single-inner .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    /*transition-delay: 0.1s;
    transition: all 500ms ease;*/
}

.counter-one__single:hover .counter-one__single-inner {
    /*
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    */
}

.counter-one__single-inner .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 65px;
    line-height: 65px;
}

.counter-one__single-inner .text-box {
    position: relative;
    display: block;
}

.counter-one__single-inner .text-box h3 {
    color: #222222;
    font-size: 35px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--thm-font-two);
}

/***
=====================================================
    Features One
=====================================================
***/

.features-one__single-inner .content-box .btn-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.features-one__single-inner .content-box .btn-box a {
    color: var(--thm-base);
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-one__single:hover .features-one__single-inner .content-box .btn-box a {
    color: #ffffff;
}

.features-one__single-inner .content-box .btn-box a span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-one__single:hover .features-one__single-inner .content-box .btn-box a span:before {
    color: #ffffff;
}



/***
=====================================================
    Service Two
=====================================================
***/

/***
=====================================================
    Projects Two
=====================================================
***/

/***
=====================================================
    Video One
=====================================================
***/


/***
=====================================================
    Faq One
=====================================================
***/
.faq-one {
    position: relative;
    display: block;
    background: #ffffff;
}

.faq-one__content {
    position: relative;
    display: block;
    padding-right: 30px;
}

.faq-one__faq {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 11px 30px 11px;
    background: #f1f5f9;
    border-radius: var(--thm-bdr-radius);
    padding-right: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title::before {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "\e902";
    font-family: 'icomoon' !important;
    font-weight: 900;
    font-size: 13px;
    color: var(--thm-base);
    transform: rotate(0deg) translateY(-50%);
    transition: all 500ms ease;
    width: 20px;
    height: 20px;
    line-height: 22px;
}

.faq-one-accrodion .accrodion.active .accrodion-title::before {
    color: #ffffff;
    transform: rotate(180deg) translateY(50%);
    top: 50%;
    right: 21px;
}

.faq-one-accrodion .accrodion-title-inner {
    position: relative;
    display: block;
    padding-left: 35px;
}

.faq-one-accrodion .accrodion-title-inner .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.faq-one-accrodion .accrodion-title-inner .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion.active .accrodion-title-inner .icon span::before {
    color: #ffffff;
}

.faq-one-accrodion .accrodion-title h4 {
    position: relative;
    padding-right:20px;
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 25px;
}

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

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #ffffff;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 23px 20px 20px;
    padding-right: 50px;
    margin-top: 0px;
    background: #f1f5f9;
}

.faq-one-accrodion .accrodion-content .inner {
    position: relative;
    display: block;
    padding-left: 160px;
}

.faq-one-accrodion .accrodion-content .inner .img-box {
    position: absolute;
    top: -3px;
    left: 0;
}

.faq-one-accrodion .accrodion-content .inner .img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--thm-base-rgb), 0.7);
    content: "";
}

.faq-one-accrodion .accrodion-content .inner .text {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion-content .inner .img-box img {
    width: 100%;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.faq-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(var(--thm-base-rgb), .7) 0%, rgba(var(--thm-base-rgb), .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}

.faq-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.faq-one__img img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.faq-one__img:hover img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

/***
=====================================================
    About Three
=====================================================
***/

.about-three__content {
    position: relative;
    display: block;
}

.about-three__content .section-title {
    padding-bottom: 18px;
}

.about-three__content-inner {
    position: relative;
    display: block;
}

.about-three__content-inner .text {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.about-three__content-inner .text p {
    margin: 0;
}

.about-three__content-counter {
    position: relative;
    display: block;
}


/***
=============================================
    Pricing Plan One
=============================================
***/

.pricing-plan-one .section-title__style2 {
    padding-bottom: 52px;
}

.pricing-plan-one__single .table-footer .thm-btn {
    font-size: 18px;
}

.pricing-plan-one__single .table-footer .thm-btn span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.pricing-plan-one__single:hover .table-footer .thm-btn span {
    /*color: var(--thm-base);*/
}

.pricing-plan-one__single:hover .table-footer .thm-btn .liquid {
    /*background: #ffffff;*/
}

.pricing-plan-one__single:hover .table-footer .thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.pricing-plan-one__single:hover .table-footer .thm-btn .liquid::after {
    /*background: rgba(var(--thm-base-rgb), 0.1);*/
}



/***
=============================================
    Services Three Css
=============================================
***/


/***
=============================================
    Team Two
=============================================
***/


/***
=============================================
    Testimonial Two
=============================================
***/

/*
.testimonial-two__single-content:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
}
*/

.testimonial-two__carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonial-two__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}


/***
=============================================
    Blog Two
=============================================
***/

/***
=============================================
    Brand One
=============================================
***/


/***
=============================================
    Brand Two
=============================================
***/


/***
=============================================
    Service Details
=============================================
***/
.service-details {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 0px;
}

/***
=============================================
    Projects Detalis
=============================================
***/
.projects-detalis {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 0px;
}

.projects-detalis__content {
    position: relative;
    display: block;
}

.projects-detalis__content-carousel.owl-theme .owl-dots {
    display: none;
}

.projects-detalis__content-carousel.owl-carousel .owl-nav {
    display: block;
}

.projects-detalis__content-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 48%;
    left: 40px;
    right: 40px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.projects-detalis__content-carousel.owl-theme .owl-prev span,
.projects-detalis__content-carousel.owl-theme .owl-next span {
    display: block;
}

.projects-detalis__content-carousel.owl-theme .owl-nav .owl-prev,
.projects-detalis__content-carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.70);
    border: 0px solid rgba(17, 14, 14, 0.3);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: var(--thm-base);
    font-size: 25px;
    line-height: 60px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
}

.projects-detalis__content-carousel.owl-theme .owl-nav .owl-prev:hover,
.projects-detalis__content-carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-base);
    background: #ffffff;
    z-index: 99;
}

.projects-detalis__content-text1 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.projects-detalis__content-text1 h2 {
    color: var(--thm-black);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

.projects-detalis__content-text1 p {
    margin: 0px;
}

.projects-detalis__content-text2 {
    position: relative;
    display: block;
    margin-top: 34px;
}

.projects-detalis__content-text2 h2 {
    color: var(--thm-black);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

.projects-detalis__content-text2 .text1 {
    margin: 0px;
}

.projects-detalis__content-text2 ul {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.projects-detalis__content-text2 ul li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.projects-detalis__content-text2 ul li:last-child {
    margin-bottom: 0px;
}

.projects-detalis__content-text2 ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    padding-right: 5px;
}

.projects-detalis__content-text2 .text2 {
    margin: 0;
}

.projects-detalis__content-text3 {
    position: relative;
    display: block;
    margin-top: 34px;
}

.projects-detalis__content-text3 h2 {
    color: var(--thm-black);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

.projects-detalis__content-text3 p {
    margin: 0px;
}

.projects-detalis__content-text3 ul {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.projects-detalis__content-text3 ul li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.projects-detalis__content-text3 ul li:last-child {
    margin-bottom: 0px;
}

.projects-detalis__content-text3 ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    padding-right: 5px;
}

.projects-detalis__sidebar {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-single {
    position: relative;
    display: block;
    background: #f1f5f9;
    padding: 45px 45px 23px;
    margin-bottom: 40px;
}

.projects-detalis__sidebar-single.pd-b22 {
    padding-bottom: 50px;
}

.projects-detalis__sidebar-single .title {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.projects-detalis__sidebar-single .title h2 {
    color: var(--thm-black);
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.projects-detalis__sidebar-project-info {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-project-info .text {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.projects-detalis__sidebar-project-info .text p {
    margin: 0;
}

.projects-detalis__sidebar-project-info ul {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-project-info ul li {
    position: relative;
    display: flex;
    margin-bottom: 18px;
}

.projects-detalis__sidebar-project-info ul li:last-child {
    margin-bottom: 0;
}

.projects-detalis__sidebar-project-info ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    min-width: 100px;
    margin-right: 18px;
}

.projects-detalis__sidebar-project-info ul li span::before {
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    content: ":";
}

.projects-detalis__sidebar-project-info ul li ul {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-project-info ul li ul li {
    position: relative;
    display: inline-block;
}

.projects-detalis__sidebar-project-info ul li ul li i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 17px;
}

.projects-detalis__sidebar-recent-post {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-recent-post-list {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-recent-post-list li {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 16px 20px 20px;
    border-bottom: 2px solid #f1f5f9;
}

.projects-detalis__sidebar-recent-post-list li:last-child {
    border-bottom: none;
}

.projects-detalis__sidebar-recent-post-list li .post-date {
    color: var(--thm-gray);
    font-size: 15px;
    font-weight: 500;
}

.projects-detalis__sidebar-recent-post-list li .post-date i:before {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.projects-detalis__sidebar-recent-post-list li h4 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-top: 4px;
}

.projects-detalis__sidebar-recent-post-list li h4 a {
    color: var(--thm-black);
}

.projects-detalis__sidebar-recent-post-list li h4 a:hover {
    color: var(--thm-base);
}

.projects-detalis__sidebar-discount {
    position: relative;
    display: block;
}

.projects-detalis__sidebar-discount .img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.projects-detalis__sidebar-discount .img-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8407738095238095) 20%, rgba(0, 0, 0, 0.12648809523809523) 60%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 0;
    top: 0;
}

.projects-detalis__sidebar-discount .img-box img {
    width: 100%;
}

.projects-detalis__sidebar-discount .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

.projects-detalis__sidebar-discount .content-box h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}

.projects-detalis__sidebar-discount .content-box h2 span {
    color: #ffffff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
}

.projects-detalis__sidebar-discount .content-box h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

.projects-detalis__sidebar-discount .content-box .btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

/***
=====================================================
    Team One Team
=====================================================
***/

/***
=====================================================
    Team Details
=====================================================
***/


/***
=====================================================
    Contact One Team Details
=====================================================
***/
.contact-one--team-details {
    position: relative;
    display: block;
    background: #f1f5f9;
}

.contact-one--team-details .section-title__tagline {
    color: var(--thm-base);
}

.contact-one--team-details .section-title__title {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box .input-box input[type="text"],
.contact-one--team-details .contact-one__form-box .input-box input[type="email"],
.contact-one--team-details .contact-one__form-box .input-box textarea {
    border: 2px solid var(--thm-base);
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box .input-box .nice-select {
    border: 2px solid var(--thm-base);
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box .input-box .nice-select:after {
    border-bottom: 2px solid var(--thm-base);
    border-right: 2px solid var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]:-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]::-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]:-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]::-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea::-webkit-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea:-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea::-moz-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form textarea:-ms-input-placeholder {
    color: var(--thm-base);
}

.contact-one--team-details .nice-select .option {
    color: #ffffff;
}

.contact-one--team-details .nice-select .option:hover,
.contact-one--team-details .nice-select .option.focus,
.contact-one--team-details .nice-select .option.selected.focus {
    background-color: #f6f6f6;
    color: var(--thm-base);
}

.contact-one--team-details .contact-one__form-box form .button-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}



.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn span {
    color: #ffffff;
}

.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn .liquid {
    background: var(--thm-base)
}

.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn .liquid::before {
    background: rgba(255, 255, 255, 0.4);
}

.contact-one--team-details .contact-one__form-box form .button-box button.thm-btn .liquid::after {
    background: rgba(255, 255, 255, 0.1);
}


/***
=====================================================
    Contact One Team Details
=====================================================
***/

/***
=====================================================
    Blog One Blog
=====================================================
***/


/***
=====================================================
    Blog Details
=====================================================
***/


/***
=====================================================
    Comments
=====================================================
***/


/***
=====================================================
    Sidebar
=====================================================
***/

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn {
    border: 0;
    background-color: #ffffff;
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn span {
    color: var(--thm-base);
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn .liquid {
    background: #ffffff;
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.sidebar__support-btn-box button.sidebar__support-btn.thm-btn .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

/***
=====================================================
    Error Page
=====================================================
***/

.error-page__content .btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 41px;
}


/***
=============================================
    Contact Box Css
=============================================
***/



/***
=============================================
    Contact Page 
=============================================
***/


/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}

/***
=============================================
    Testimonial Two Testimonial
=============================================
***/


/*** 
=============================================
    Cta One
=============================================
***/
.cta-one {
    position: relative;
    display: block;
    padding: 140px 0px 140px;
    z-index: 1;
}

.cta-one .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    z-index: -1;
}

.cta-one .image-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: rgb(0, 74, 148);*/
    /*background: linear-gradient(90deg, rgba(var(--thm-base-rgb), 1) 0%, rgba(var(--thm-base-rgb), 1) 0%, rgba(var(--thm-base-rgb), 0.9528186274509804) 10%, rgba(var(--thm-base-rgb), 0.6026785714285714) 50%, rgba(var(--thm-base-rgb), 0.9500175070028011) 90%, rgba(var(--thm-base-rgb), 1) 100%);*/
    content: "";
    z-index: -2;
}

.cta-one__inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 100;
}

.cta-one__inner .title {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-one__inner .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.cta-one__inner .title .number {
    position: relative;
    display: block;
    margin-top: 8px;
}

.cta-one__inner .title .number p {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.cta-one__inner .title .number p a {
    color: #ffffff;
}

.cta-one__inner .button-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-one__inner .button-box .thm-btn span {
    color: var(--thm-base);
}

.cta-one__inner .button-box .thm-btn .liquid {
    background: #ffffff;
}

.cta-one__inner .button-box .thm-btn .liquid::before {
    background: rgba(var(--thm-base-rgb), 0.4);
}

.cta-one__inner .button-box .thm-btn .liquid::after {
    background: rgba(var(--thm-base-rgb), 0.1);
}

.cta-one__inner .button-box a {
    color: var(--thm-base);
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.cta-one__inner .button-box a:hover {
    color: #ffffff;
}

/*** 
=============================================
    Gallery Page
=============================================
***/


/*** 
=============================================
    Cta One Gallery
=============================================
***/
.cta-one--gallery {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-one--gallery::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .25);
    width: 100%;
    height: 1px;
    content: "";
    z-index: 1;
}


/***
=============================================
    Projects Details
=============================================
***/


/***
=============================================
    Styled Pagination
=============================================
***/

/***
=============================================
    Blog Standard
=============================================
***/

.blog-standard__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 29px;
}

.blog-standard__single-content .btn-box a {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    background: var(--thm-base);
    padding: 10px 20px 10px;
    border-radius: var(--thm-bdr-radius);
    font-family: var(--thm-font);
}

.blog-standard__single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 2px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

/***
=============================================
    Blog One Blog Grid
=============================================
***/

.blog-one--blog--grid .blog-one__content .btn-box a {
    background: var(--thm-base);
    color: #ffffff;
}

.blog-one--blog--grid .blog-one__content .btn-box a span::before {
    color: #ffffff;
}




/*** 
=============================================
    Blog List Page
=============================================
***/

.blog-list__single .row {
    margin-left: 0px;
    margin-right: 0px;
}

.blog-list__single .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.blog-list__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 18px;
}

.blog-list__single-content .btn-box a {
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0.015em;
    font-family: var(--thm-font);
}

.blog-list__single-content .btn-box a:hover {
    color: var(--thm-base);
}

.blog-list__single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 2px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-list__single-content .btn-box a:hover span::before {
    color: var(--thm-base);
}

/*** 
=============================================
    Client Page
=============================================
***/