/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --harvey-font: 'Barlow', sans-serif;
    --harvey-reey-font: "reeyregular";
    --harvey-gray: #3974B7;
    --harvey-gray-rgb: 129, 128, 140;
    --harvey-white: #ffffff;
    --harvey-white-rgb: 255, 255, 255;
    --harvey-black: #191825;
    --harvey-black-rgb: 25, 24, 37;
    --harvey-base: #3974B7;
    --harvey-base-rgb: 255, 97, 60;
    --harvey-extra: #fcf5f3;
    --harvey-extra-rgb: 252, 245, 243;
    --harvey-bdr-radius: 3px;
}
.orange{
    color: #EB9E41 !important;
}
.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--harvey-font);
    color: var(--harvey-gray);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--harvey-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--harvey-black);
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0px solid var(--harvey-black);
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0px 0 var(--harvey-black) inset;
    box-shadow: 0 0 0px 0 var(--harvey-black) inset;
    transition: background-color 5000s ease-in-out 0s;
}


input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--harvey-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--harvey-base);
    color: var(--harvey-white);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 60px 16px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: var(--harvey-bdr-radius);
    z-index: 1;
}

.thm-btn:hover {
    color: var(--harvey-base);
    background-color: transparent;
}

.thm-btn::before {
    position: absolute;
    content: '';
    background-color: var(--harvey-black);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.thm-btn::after {
    position: absolute;
    content: '';
    background-color: var(--harvey-black);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.thm-btn:hover::before,
.thm-btn:hover::after {
    width: 50%;
}





.thm-btn1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #EB9E40;
    color: var(--harvey-white);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 60px 16px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: var(--harvey-bdr-radius);
    z-index: 1;
}

.thm-btn1:hover {
    color: #EB9E40;
    background-color: transparent;
}

.thm-btn1::before {
    position: absolute;
    content: '';
    background-color: var(--harvey-black);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.thm-btn1::after {
    position: absolute;
    content: '';
    background-color: var(--harvey-black);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.thm-bt1n:hover::before,
.thm-btn1:hover::after {
    width: 50%;
}

.blog-pagination {
    display: flex;
    align-items: center;
}

.blog-pagination a,
.blog-pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #dcdce0;
    font-size: 18px;
    font-weight: 600;
    color: var(--harvey-black);
    line-height: 1;
    padding: 12px 17px;
    transition: all 500ms ease;
}

.blog-pagination .current,
.blog-pagination a:hover {
    color: #fff;
    background-color: var(--harvey-base);
    border-color: var(--harvey-base);
}

.blog-pagination a+a,
.blog-pagination a+span,
.blog-pagination span+span,
.blog-pagination span+a {
    margin-left: 10px;
}


.swiper-pagination-styled {
    position: relative;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-styled .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid var(--harvey-black);
    background-color: var(--harvey-black);
    opacity: 0.2;
    transition: all 500ms ease;
}

.swiper-pagination-styled .swiper-pagination-bullet-active {
    background-color: transparent;
    border-color: var(--harvey-base);
    opacity: 1;
}

.section-title {
    margin-top: -4px;
    margin-bottom: 43px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--harvey-white);
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    background-color: #EB9E41 !important;
    padding: 4px 20px 3px;
    border-radius: 15px;
}

.section-title__title {
    margin: 0;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--harvey-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--harvey-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--harvey-primary);
    color: #fff;
    cursor: pointer;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--harvey-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(--harvey-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), 0.10);
    z-index: -1;
}

.main-menu {
    position: relative;
    padding: 0 60px;
    z-index: 91;
}

.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: 36px;
    padding-bottom: 36px;
    margin-right: 125px;
}

.main-menu-wrapper__logo:before {
    position: absolute;
    top: 25px;
    bottom: 26px;
    right: -75px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), .15);
    width: 1px;
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    padding: 26.5px 0;
    align-items: center;
}

.main-menu-wrapper__search-cat {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14.5px 0;
    margin-left: 90px;
}

.main-menu-wrapper__search-cat:before {
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -40px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), .15);
    width: 1px;
}

.main-menu-wrapper__search {
    font-size: 24px;
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
    color: var(--harvey-base);
}

.main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-wrapper__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    height: 53px;
    width: 53px;
    background-color: rgba(var(--harvey-white-rgb), .10);
    border-radius: 50%;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
    background-color: var(--harvey-white);
}

.main-menu-wrapper__call-icon span {
    font-size: 25px;
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
    color: var(--harvey-base);
}

.main-menu-wrapper__call-number {
    margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

.main-menu-wrapper__call-number h5 a {
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
    color: var(--harvey-base);
}

.main-menu-wrapper__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    color: var(--harvey-white);
    font-weight: 500;
    opacity: .6;
}

.stricky-header.main-menu {
    padding: 0 60px;
    background-color: var(--harvey-black);
}

.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: 36px;
    padding-bottom: 36px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 80px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--harvey-white);
    position: relative;
    transition: all 500ms ease;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 1px;
    border-radius: 0px;
    background-color: var(--harvey-base);
    position: absolute;
    bottom: 3px;
    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.dropdown>a {
    display: flex;
    align-items: center;
}

.main-menu .main-menu__list>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 12px;
    transition: transform 500ms ease;
    z-index: 1;
    margin-left: 8px;
}

.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(--harvey-white);
}

.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(--harvey-base);
}

.main-menu-three .main-menu__list>li.current>a::before {
    background-color: #fff;
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--harvey-base);
}

.main-menu-three .main-menu__list>li:hover>a::before {
    background-color: #fff;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 276px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--harvey-bdr-radius);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--harvey-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 30px;
    color: var(--harvey-black);
    text-transform: uppercase;
    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(--harvey-base);
    color: var(--harvey-white);
}

.main-menu .main-menu__list li ul>li:first-child>a,
.stricky-header .main-menu__list li ul>li:first-child>a {
    border-top-left-radius: var(--harvey-bdr-radius);
    border-top-right-radius: var(--harvey-bdr-radius);
}

.main-menu .main-menu__list li ul>li:last-child>a,
.stricky-header .main-menu__list li ul>li:last-child>a {
    border-bottom-left-radius: var(--harvey-bdr-radius);
    border-bottom-right-radius: var(--harvey-bdr-radius);
}


.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;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--harvey-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--harvey-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--harvey-white);
    cursor: pointer;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--harvey-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header-two__top {
    position: relative;
    display: block;
    z-index: 1;
}

.main-header-two__top:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--harvey-black-rgb), .50);
    z-index: -1;
}

.main-header-two__top-inner {
    position: relative;
    display: block;
    padding: 26px 0;
}

.main-header-two__top-left {
    position: relative;
    display: flex;
    float: left;
    align-items: center;
}

.main-header-two__logo {
    position: relative;
    display: inline-block;
    margin-right: 100px;
    padding: 9.5px 0;
}

.main-header-two__logo:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -51px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), .10);
    width: 1px;
}

.main-header-two__top-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 17.5px 0px;
}

.main-header-two__top-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(--harvey-white);
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-social a:hover {
    color: var(--harvey-base);
}

.main-header-two__top-social a+a {
    margin-left: 25px;
}

.main-header-two__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header-two__top__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-icon {
    position: relative;
    display: flex;
    align-items: center;
    height: 53px;
    width: 53px;
    background-color: #32313d;
    border-radius: 50%;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-icon:hover {
    background-color: var(--harvey-white);
}

.main-header-two__top-icon span {
    font-size: 25px;
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-icon:hover span {
    color: var(--harvey-base);
}

.main-header-two__top-call-number {
    margin-left: 20px;
}

.main-header-two__top-call-number h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

.main-header-two__top-call-number h5 a {
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-call-number a:hover {
    color: var(--harvey-base);
}

.main-header-two__top-call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    color: var(--harvey-white);
    font-weight: 500;
    opacity: .6;
}

.main-menu-two {
    padding: 0 0 0;
}

.main-menu-two-wrapper {
    position: relative;
    display: block;
}

.main-menu-two-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--harvey-white-rgb), .10);
}

.main-menu-two-wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--harvey-white-rgb), .10);
}

.main-menu-two-wrapper__inner {
    position: relative;
    display: block;
}

.main-menu-two-wrapper__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two-wrapper__main-menu {
    position: relative;
    display: block;
}

.main-menu-two-wrapper__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu-two-wrapper__search-box {
    position: relative;
    display: flex;
    padding: 20.5px 0;
}

.main-menu-two-wrapper__search-box:before {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -40px;
    width: 1px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), .10);
}

.main-menu-two-wrapper__search {
    font-size: 24px;
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two-wrapper__search:hover {
    color: var(--harvey-base);
}

.main-menu-two .main-menu__list>li,
.stricky-header .main-menu-two .main-menu__list>li {
    padding-top: 18px;
    padding-bottom: 13px;
}

.stricky-header.main-menu-two {
    padding: 0 0 0;
}



/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.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(--harvey-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}


.mobile-nav__content .harvey-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--harvey-text-dark);
    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(--harvey-font);
    font-weight: 600;
    align-items: center;
    transition: 500ms;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.mobile-nav__content .main-menu__list li ul {
    margin-left: 10px;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--harvey-base);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--harvey-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(--harvey-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(--harvey-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: var(--harvey-white);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--harvey-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--harvey-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(--harvey-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--harvey-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.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__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--harvey-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: var(--harvey-bdr-radius);
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.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(--harvey-base);
    border: 0;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--harvey-black);
}

.search-popup__content .thm-btn i {
    margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--harvey-black);
}

.main-slider .container {
    position: relative;
    padding-top: 270px;
    padding-bottom: 190px;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    opacity: 0.3;
    background-color: var(--harvey-black);
    background-blend-mode: luminosity;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .image-layer {
    opacity: 0.4;
}

.main-slider-shape-1 {
    position: absolute;
    top: -290px;
    right: 430px;
    height: 770px;
    width: 360px;
    background-color: var(--harvey-black);
    mix-blend-mode: soft-light;
    border-radius: 170px;
    transform: translateY(-100%) rotate(-40deg);
    opacity: 0;
    z-index: 2;
}

.swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(-40deg);
    transition: all 1000ms ease;
}

.main-slider-shape-2 {
    position: absolute;
    bottom: -172px;
    right: -59px;
    height: 560px;
    width: 260px;
    background-color: var(--harvey-base);
    mix-blend-mode: color;
    border-radius: 125px;
    transform: translateY(100%) rotate(-36deg);
    opacity: 0;
    z-index: 2;
}

.swiper-slide-active .main-slider-shape-2 {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(-36deg);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.main-slider-shape-3 {
    position: absolute;
    bottom: -175px;
    right: 229px;
    height: 350px;
    width: 165px;
    background-color: var(--harvey-white);
    mix-blend-mode: overlay;
    border-radius: 125px;
    transform: translateY(100%) rotate(-40deg);
    opacity: 0;
    z-index: 2;
}

.swiper-slide-active .main-slider-shape-3 {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(-40deg);
    transition: all 1000ms ease;
    transition-delay: 2000ms;
}

.main-slider__content {
    position: relative;
    display: block;
}
.orange{
    color: #EB9E41 !important;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 39px;
    color: var(--harvey-white);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 120px;
    line-height: 120px;
}

.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}


.main-slider__nav {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 54%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--harvey-black);
    background-color: var(--harvey-white);
    border-radius: 20px;
    opacity: .2;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}


.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    opacity: 1;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
}

#main-slider-pagination {
    z-index: 10;
    bottom: 48px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: left;
}

#main-slider-pagination .swiper-pagination-bullet {
    margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--harvey-white-rgb), 0.8);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--harvey-white);
    background-color: rgba(var(--harvey-white-rgb), 0);
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    display: block;
}

.main-slider-two .container {
    padding-top: 375px;
    padding-bottom: 240px;
}

.main-slider-two .main-slider__content {
    text-align: center;
}

.main-slider-two h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 40px;
}

.main-slider-two .thm-btn {
    transform: translateY(100px);
}

.main-slider__nav-two {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--harvey-black);
    font-size: 20px;
    background-color: var(--harvey-white);
    border-radius: 20px;
    opacity: .2;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

.main-slider__nav-two .swiper-button-next {
    right: -63px;
}

.main-slider__nav-two .swiper-button-prev {
    left: -63px;
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
    opacity: 1;
}

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
    display: none;
}

.main-slider__nav-two .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
}

.main-slider-two #main-slider-pagination {
    text-align: center;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
}

.main-slider-three .swiper-slide {
    position: relative;
    background-color: var(--harvey-base);
}

.main-slider-three .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: inherit;
    opacity: 0.6;
    background-color: inherit;
    background-blend-mode: inherit;
    transition: inherit;
    z-index: 1;
}

.main-slider-three-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    z-index: 1;
}

.swiper-slide-active .main-slider-three-img-1 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
}

.main-slider-three-img-2 {
    position: absolute;
    top: 307px;
    right: 0;
    opacity: 0;
    transform: translateX(200px);
    z-index: 1;
}

.swiper-slide-active .main-slider-three-img-2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.main-slider-three-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .10;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider-three-shape-2 {
    position: absolute;
    bottom: 130px;
    right: 220px;
    z-index: -1;
    opacity: .10;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.main-slider-three__social {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 180px;
    left: -50px;
    z-index: 1;
    transform: rotate(-90deg);
}

.main-slider-three__social a {
    font-size: 16px;
    color: var(--harvey-white);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-three__social a:hover {
    color: var(--harvey-black);
}

.main-slider-three__social a+a {
    margin-left: 25px;
}

.main-slider-three__date-time {
    position: absolute;
    top: 225px;
    left: -12px;
    z-index: 1;
    transform: rotate(-90deg);
}

.main-slider-three__date-time p {
    font-size: 16px;
    color: var(--harvey-white);
    font-weight: 600;
    margin: 0;
}

.main-slider-three__date-time p span {
    padding-left: 20px;
}

.main-slider-three .container {
    padding-top: 225px;
    padding-bottom: 205px;
}

.main-slider-three h2 {
    font-size: 140px;
    line-height: 130px;
    transform: translateY(-120px);
}

.main-slider-three h2 span {
    font-family: var(--harvey-reey-font);
    line-height: 95px;
    font-weight: 400;
}

.main-slider-three .thm-btn {
    background-color: var(--harvey-black);
}

.main-slider-three .thm-btn:hover {
    color: var(--harvey-base);
}

.main-slider-three .thm-btn::before {
    background-color: var(--harvey-white);
}

.main-slider-three .thm-btn::after {
    background-color: var(--harvey-white);
}

.slider-bottom-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    min-height: 40px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider-three #main-slider-pagination {
    position: relative;
    text-align: left;
    display: block;
    max-width: 150px;
    width: 100%;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    float: left;
    top: 15px;
}

.main-slider-three .main-slider__nav {
    position: relative;
    float: right;
    max-width: 150px;
    width: 100%;
    left: inherit;
    top: inherit;
    transform: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-left: auto;
}

.main-slider-three .swiper-button-prev {
    margin-bottom: 0px;
    margin-right: 10px;
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    background-color: var(--harvey-black);
    padding: 120px 0 120px;
    z-index: 1;
}

.welcome-one-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.03;
    z-index: -1;
}

.welcome-one__top {
    position: relative;
    display: block;
}

.welcome-one__top-left {
    position: relative;
    display: block;
}

.welcome-one__top-left .section-title {
    margin-bottom: 0;
}

.welcome-one__top-left .section-title__tagline {
    background-color: #0a090f;
}

.welcome-one__top-left .section-title__title {
    color: var(--harvey-white);
}

.welcome-one__top-right {
    position: relative;
    display: block;
    margin-left: 140px;
    margin-top: -12px;
}

.welcome-one__counter {
    position: relative;
    display: block;
    margin-bottom: 53px;
}

.welcome-one__counter-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-one__counter-single {
    position: relative;
    display: block;
    max-width: 50%;
    width: 100%;
    float: left;
    text-align: right;
}

.welcome-one__counter-single:before {
    position: absolute;
    top: 13px;
    bottom: 5px;
    left: 10px;
    content: "";
    width: 1px;
    background-color: rgba(var(--harvey-white-rgb), .10);
}

.welcome-one__counter-single:first-child:before {
    display: none;
}

.welcome-one__counter-single:first-child {
    padding-right: 48px;
}

.welcome-one__counter-single h3 {
    font-size: 45px;
    color: var(--harvey-white);
    font-weight: 800;
    font-family: var(--harvey-font) !important;
    line-height: 55px !important;
}

.welcome-one__counter-text {
    font-size: 20px;
    color: #a5a3b5;
    margin: 0;
}

.welcome-one__video-link {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 130px;
    border-radius: var(--harvey-bdr-radius);
}

.welcome-one__video-icon {
    height: 52px;
    width: 52px;
    background-color: var(--harvey-base);
    border-radius: 50%;
    font-size: 12px;
    color: var(--harvey-white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.welcome-one__video-icon:hover {
    color: var(--harvey-base);
    background-color: var(--harvey-white);
}

.welcome-one__bottom {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 60px;
}

.welcome-one__feature {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    counter-reset: count;
}

.welcome-one__feature-single {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    background-color: var(--harvey-white);
    padding: 37px 60px 32px;
}

.welcome-one__feature-single:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 1px;
    background-color: #dcdce0;
}

.welcome-one__feature-single:first-child:before {
    display: none;
}

.welcome-one__feature-single:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.welcome-one__feature-single:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.welcome-one__feature-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome-one__feature-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
}

.welcome-one__feature-title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.welcome-one__feature-single:hover .welcome-one__feature-title a {
    color: var(--harvey-base);
}

.welcome-one__feature-arrow {
    position: relative;
    display: block;
}

.welcome-one__feature-arrow a {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--harvey-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.welcome-one__feature-single:hover .welcome-one__feature-arrow a {
    color: var(--harvey-white);
}

.welcome-one__feature-arrow a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 15px;
    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);
    z-index: -1;
}

.welcome-one__feature-single:hover .welcome-one__feature-arrow a:before {
    transform: scaleX(1.0);
}

.welcome-one__feature-icon {
    position: relative;
    display: block;
    margin-top: 21px;
}

.welcome-one__feature-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--harvey-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.welcome-one__feature-single:hover .welcome-one__feature-icon span {
    transform: rotateY(360deg);
}

.welcome-one__feature-count {
    height: 30px;
    width: 45px;
    position: absolute;
    bottom: 53px;
    right: 50px;
    line-height: 30px;
}

.welcome-one__feature-count:before {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: rgba(var(--harvey-black-rgb), .10);
}

.welcome-one__find-solutions {
    position: relative;
    display: block;
    text-align: center;
}

.welcome-one__find-solutions-text {
    color: #a5a3b5;
    font-weight: 500;
    margin: 0;
    line-height: 29px;
}

.welcome-one__find-solutions-text a {
    position: relative;
    display: inline-block;
    background-color: var(--harvey-base);
    font-size: 12px;
    color: var(--harvey-white);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding: 0 20px 0;
    border-radius: 15px;
    margin-left: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.welcome-one__find-solutions-text a:hover {
    background-color: var(--harvey-white);
    color: var(--harvey-base);
}


/*--------------------------------------------------------------
# Work Together
--------------------------------------------------------------*/
.work-together {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.work-together__left {
    position: relative;
    display: block;
}

.work-together__img-box {
    position: relative;
    display: block;
}

.work-together-shape-1 {
    position: absolute;
    bottom: -56px;
    left: -170px;
    opacity: 0.20;
}

.work-together-shape-1 img {
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.work-together__img-1 {
    position: relative;
    display: block;
}

.work-together__img-1 img {
    border-radius: var(--harvey-bdr-radius);
}

.work-together__img-2 {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.work-together__img-2:before {
    position: absolute;
    bottom: 0;
    left: -27px;
    width: 7px;
    height: 83px;
    background-color: var(--harvey-base);
    content: "";
    border-radius: 8px;
}

.work-together__img-2 img {
    border-radius: var(--harvey-bdr-radius);
}

.work-together__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.work-together__right .section-title {
    margin-bottom: 20px;
}

.work-together__right-text {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.work-together__points {
    position: relative;
    display: block;
    margin-top: 28px;
    margin-bottom: 44px;
}

.work-together__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.work-together__points li+li {
    margin-top: 5px;
}

.work-together__points li .icon {
    height: 15px;
    width: 15px;
    background-color: var(--harvey-base);
    font-size: 9px;
    color: var(--harvey-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.work-together__points li .text {
    margin-left: 20px;
}

.work-together__points li .text p {
    color: var(--harvey-black);
    font-weight: 400;
    margin: 0;
}

.work-together__person {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.work-together__person-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.work-together__person-img>img {
    border-radius: 50%;
}

.work-together__person-img:before {
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    border: 2px solid var(--harvey-base);
    content: "";
    border-radius: 50%;
}

.work-together__person-name {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--harvey-reey-font);
    color: var(--harvey-base);
    margin-left: 22px;
}


/*--------------------------------------------------------------
# Case One
--------------------------------------------------------------*/
.case-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.case-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 512px;
    background-color: var(--harvey-extra);
    content: "";
    z-index: -1;
}

.case-one .section-title__tagline {
    background-color: var(--harvey-white);
}

.case-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.case-one__img {
    position: relative;
    display: block;
    border-radius: var(--harvey-bdr-radius);
    overflow: hidden;
}

.case-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--harvey-black-rgb), .30);
    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;
    border-radius: var(--harvey-bdr-radius);
    z-index: 1;
}

.case-one__single:hover .case-one__img: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);
}

.case-one__img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.case-one__single:hover .case-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.case-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 50px 31px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 40px;
    margin-top: -125px;
    z-index: 3;
}

.case-one__content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--harvey-base);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.case-one__single:hover .case-one__content:before {
    transform: scaleY(1.0);
}

.case-one__tagline {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-one__single:hover .case-one__tagline {
    color: var(--harvey-white);
}

.case-one__title {
    font-size: 23px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 4px;
}

.case-one__title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-one__single:hover .case-one__title a {
    color: var(--harvey-white);
}

.case-one__arrow {
    position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 4;
}

.case-one__arrow a {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--harvey-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.case-one__single:hover .case-one__arrow a {
    color: var(--harvey-white);
}

.case-one__arrow a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: var(--harvey-black);
    border-radius: 15px;
    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);
    z-index: -1;
}

.case-one__single:hover:hover .case-one__arrow a:before {
    transform: scaleX(1.0);
}






/*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
.benefits-one {
    position: relative;
    display: block;
    padding: 0 0 100px;
}

.benefits-one__left {
    position: relative;
    display: block;
}

.benefits-one__img-box {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.benefits-one__img-single {
    position: relative;
    display: block;
}

.benefits-one__img-single img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.benefits-one__points {
    position: relative;
    display: block;
}

.benefits-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdce0;
    padding-bottom: 42px;
    margin-bottom: 50px;
}

.benefits-one__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.benefits-one__points li .icon {
    position: relative;
    display: block;
    max-width: 95px;
    width: 100%;
}

.benefits-one__points li .icon span {
    font-size: 62px;
    color: var(--harvey-base);
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.benefits-one__points li:hover .icon span {
    transform: rotateY(360deg);
}

.benefits-one__points li .icon p {
    font-size: 20px;
    color: var(--harvey-black);
    font-weight: 700;
    margin: 0;
    padding-top: 2px;
}

.benefits-one__points li .text {
    margin-left: 80px;
}

.benefits-one__points li .text p {
    margin: 0;
}

.benefits-one__rihgt {
    position: relative;
    display: block;
}

.benefits-one__right-text {
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-left: 98px;
    margin-right: 40px;
    padding-bottom: 84px;
    padding-top: 26px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: var(--harvey-bdr-radius);
    background-color: var(--harvey-extra);
}

.faq-one-accrodion .accrodion.active {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}


.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 18px 40px 18px;
    padding-right: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border: 1px solid transparent;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--harvey-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    border: 1px solid #dcdce0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: var(--harvey-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--harvey-base);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: var(--harvey-base);
    ;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--harvey-black);
    ;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 30px 40px 30px;
    border: 1px solid transparent;
    border-top: 0;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    border: 1px solid #dcdce0;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# Free Consultation
--------------------------------------------------------------*/
.free-consultation {
    position: relative;
    display: block;
    /*bottom: -31px;*/
    /*padding: 0 0 120px;*/
    background-color: var(--harvey-extra);
}

.free-consultation__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EB9E40 !important;
    padding: 60px 100px 60px;
    z-index: 99;
    border-radius: var(--harvey-bdr-radius);
}

.free-consultation__left {
    position: relative;
    display: flex;
    align-items: center;
}

.free-consultation__content {
    font-size: 30px;
    color: var(--harvey-white);
    font-weight: 500;
    line-height: 40px;
}

.free-consultation__content span {
    color: var(--harvey-base);
    font-weight: 700;
    text-transform: uppercase;
}

.free-consultation__icon {
    position: relative;
    height: 100px;
    width: 100px;
    background-color: #000000;
    border-radius: 50%;
    font-size: 40px;
    color: var(--harvey-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 165px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.free-consultation__icon:hover {
    color: var(--harvey-base);
    background-color: var(--harvey-white);
}

.free-consultation__icon:before {
    position: absolute;
    top: 50%;
    left: -77px;
    width: 57px;
    height: 1px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), .20);
    transform: translateY(-50%);
}

.free-consultation__icon:after {
    position: absolute;
    top: 50%;
    right: -77px;
    width: 57px;
    height: 1px;
    content: "";
    background-color: rgba(var(--harvey-white-rgb), .20);
    transform: translateY(-50%);
}

.free-consultation__right {
    position: relative;
    display: block;
}

.free-consultation__contact-info {
    position: relative;
    display: block;
    line-height: 38px;
}

.free-consultation__contact-number {
    font-size: 30px;
    color: var(--harvey-white);
    font-weight: 500;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.free-consultation__contact-number:hover {
    color: var(--harvey-base);
}

.free-consultation__contact-email {
    font-size: 20px;
    color: var(--harvey-base);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.free-consultation__contact-email:hover {
    color: var(--harvey-white);
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    overflow: hidden;
}

.our-mission-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--harvey-black);
    z-index: 1;
}

.our-mission-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.our-mission-shape-1 {
    position: absolute;
    bottom: -202px;
    right: 0;
    height: 560px;
    width: 260px;
    background-color: var(--harvey-base);
    mix-blend-mode: color;
    border-radius: 280px;
    transform: rotate(-40deg);
    z-index: 2;
}

.our-mission-shape-2 {
    position: absolute;
    bottom: -274px;
    right: 223px;
    height: 350px;
    width: 165px;
    background-color: var(--harvey-white);
    mix-blend-mode: overlay;
    border-radius: 175px;
    transform: rotate(-40deg);
    z-index: 2;
}

.our-mission-shape-3 {
    position: absolute;
    top: -569px;
    right: 580px;
    height: 770px;
    width: 360px;
    background-color: var(--harvey-black);
    mix-blend-mode: soft-light;
    border-radius: 385px;
    transform: rotate(-40deg);
    z-index: 2;
}

.our-mission__inner {
    position: relative;
    display: block;
    z-index: 2;
}

.our-mission__title {
    font-size: 75px;
    color: var(--harvey-white);
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 41px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-one__container {
    position: relative;
    display: block;
    max-width: 1690px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    background-color: var(--harvey-black);
    border-radius: var(--harvey-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.team-one__img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    border-radius: var(--harvey-bdr-radius);
    z-index: 2;

    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(25, 24, 37, 0.96)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#191825', GradientType=0);
}

.team-one__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--harvey-black-rgb), .30);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:after {
    transform: translateY(0);
    width: 100%;
}

.team-one__img img {
    width: 100%;
    /*mix-blend-mode: luminosity;*/
    border-radius: var(--harvey-bdr-radius);
}

.team-one__content {
    position: absolute;
    bottom: 45px;
    left: 50px;
    z-index: 3;
}

.team-one__name {
    font-size: 21px;
    color: var(--harvey-white);
    font-weight: 700;
    line-height: 40px;
}

.team-one__title {
    font-size: 20px;
    color: var(--harvey-base);
    font-weight: 500;
    margin: 0;
    line-height: 28px;
}

.team-one__social {
    position: absolute;
    top: 50px;
    right: 50px;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    transform: scaleX(1.0);
}

.team-one__social li+li {
    margin-top: 10px;
}

.team-one__social li a {
    position: relative;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--harvey-black);
    font-size: 15px;
    background-color: var(--harvey-white);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social li a:hover {
    color: var(--harvey-white);
    background-color: transparent;
}

.team-one__social li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 50%;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.team-one__social li a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.team-carousel .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.team-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid var(--harvey-black);
    background-color: var(--harvey-black);
    opacity: 0.2;
    transition: all 500ms ease;
}

.team-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    border-color: var(--harvey-base);
    opacity: 1;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: flex;
    border-bottom: 1px solid #dcdce0;
    padding-bottom: 112px;
}

.testimonial-one__client-info {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    border-radius: 50%;
}

.testimonial-one__client-img img {
    width: 100% !important;
    border-radius: 50%;
}

.testimonial-one__quote {
    position: absolute;
    top: 50%;
    right: -20px;
    height: 40px;
    width: 40px;
    background-color: var(--harvey-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.testimonial-one__quote img {
    width: auto !important;
}

.testimonial-one__content {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: -12px;
}

.testimonial-one__text {
    font-size: 34px;
    color: var(--harvey-black);
    margin: 0;
    line-height: 54px;
    padding-bottom: 36px;
}

.testimonial-one__client-name {
    font-size: 20px;
    color: var(--harvey-base);
    font-weight: 700;
    line-height: 30px;
}

.testimonial-one__client-title {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 125px;
    left: 0px;
    right: 0;
    text-align: right;
    margin: 0 !important;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--harvey-black-rgb), 0.2);
    margin: 0px 2.5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    border: 2px solid var(--harvey-base);
    background-color: rgba(var(--harvey-black-rgb), 0);
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.testimonials-page .row {
    --bs-gutter-y: 30px;
}

/*--------------------------------------------------------------
# Trusted One
--------------------------------------------------------------*/
.trusted-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.trusted-one__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.trusted-one__left {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.trusted-one__content {
    font-size: 35px;
    font-weight: 800;
    line-height: 41px;
}

.trusted-one__right {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
}

.trusted-one__content-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.trusted.one__single {
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;
    background-color: var(--harvey-extra);
    border-radius: var(--harvey-bdr-radius);
    padding: 40px 50px 31px;
    margin-bottom: 30px;
}

@media(min-width: 768px) {
    .trusted.one__single {
        max-width: 252px;
    }
}

.trusted.one__single+.trusted.one__single {
    margin-left: 22px;
}

.trusted-one__icon {
    position: relative;
    height: 64px;
    width: 64px;
    background-color: var(--harvey-white);
    border-radius: 50%;
    font-size: 23px;
    color: var(--harvey-base);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.trusted.one__single:hover .trusted-one__icon {
    color: var(--harvey-white);
}

.trusted-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 50%;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.trusted.one__single:hover .trusted-one__icon:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.trusted-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.trusted-one__title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.trusted.one__single:hover .trusted-one__title a {
    color: var(--harvey-base);
}

.trusted-one__text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.news-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 523px;
    background-color: var(--harvey-extra);
    z-index: -1;
}

.news-one-shape-1 {
    position: absolute;
    top: -449px;
    right: 398px;
    height: 760px;
    width: 360px;
    background-color: #faefeb;
    border-radius: 380px;
    transform: rotate(-40deg);
    z-index: -1;
}

.news-one-shape-2 {
    position: absolute;
    bottom: 80px;
    right: -85px;
    width: 260px;
    height: 495px;
    background-color: var(--harvey-white);
    opacity: .70;
    border-radius: 247.5px;
    transform: rotate(-45deg);
    z-index: -1;
}

.news-one .section-title__tagline {
    background-color: var(--harvey-white);
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.news-one__img img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--harvey-black-rgb), 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--harvey-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    opacity: 0;
    transform: translateY(-30%);
}

.news-one__img>a>span {
    position: relative;
}

.news-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--harvey-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--harvey-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-one__img>a:hover>span::before,
.news-one__img>a:hover>span::after {
    background-color: var(--harvey-white);
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}


.news-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 19px 40px 18px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
    border-bottom: 2px solid var(--harvey-base);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.news-one__sub-title {
    position: relative;
    display: inline-block;
    background-color: var(--harvey-extra);
    font-size: 12px;
    color: var(--harvey-base);
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 0;
}

.news-one__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 21px;
}

.news-one__title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
    color: var(--harvey-base);
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #dcdce0;
    padding-top: 20px;
}

.news-one__meta li+li {
    margin-left: 10px;
}

.news-one__meta li span {
    font-size: 14px;
}

.news-one__meta li a {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__meta li a:hover {
    color: var(--harvey-base);
}

.news-one__meta li a i {
    color: var(--harvey-base);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    z-index: 3;
}

.cta-one__inner {
    position: relative;
    display: block;
    border-radius: var(--harvey-bdr-radius);
    z-index: 1;
}

.cta-one__inner:before {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0px;
    content: "";
    background-color: var(--harvey-base);
    border-radius: var(--harvey-bdr-radius);
    z-index: -1;
}

@media(min-width: 768px) {
    .cta-one__inner:before {
        right: -100000000px;
    }
}

.cta-one__inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--harvey-base);
    overflow: hidden;
    padding: 94px 0;
    padding-left: 120px;
    border-radius: var(--harvey-bdr-radius);
}

.cta-one-shape-1 {
    position: absolute;
    top: -234px;
    left: 44px;
    width: 230px;
    height: 437px;
    background-color: var(--harvey-black);
    mix-blend-mode: soft-light;
    border-radius: 218.5px;
    transform: rotate(-34deg);
}

.cta-one-shape-2 {
    position: absolute;
    bottom: -274px;
    left: 350px;
    width: 180px;
    height: 380px;
    background-color: var(--harvey-white);
    mix-blend-mode: soft-light;
    border-radius: 190px;
    transform: rotate(-45deg);
}

.cta-one__title {
    font-size: 40px;
    color: var(--harvey-white);
    font-weight: 700;
    line-height: 50px;
}

.cta-one__btn {
    background-color: var(--harvey-white);
    color: var(--harvey-black);
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 1;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--harvey-black);
    padding: 222px 0 100px;
    z-index: 1;
}

.site-footer-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -4px;
}

.footer-widget__logo {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.footer-widget__about-text-box {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    font-size: 24px;
    color: var(--harvey-white);
    font-weight: 600;
    margin: 0;
}

.site-footer__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(var(--harvey-white-rgb), .10);
    padding-top: 30px;
    margin-top: 19px;
}

.site-footer__social a {
    position: relative;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #a5a3b5;
    font-size: 15px;
    background-color: #0a090f;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--harvey-white);
    background-color: transparent;
}

.site-footer__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 50%;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.site-footer__social a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.site-footer__social a+a {
    margin-left: 10px;
}

.footer-widget__explore {
    position: relative;
    display: block;
}

.footer-widget__title {
    font-size: 20px;
    color: var(--harvey-white);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 34px;
}

.footer-widget__explore-list {
    position: relative;
    display: block;
    float: left;
    margin-top: -5px;
}

.footer-widget__explore-list li+li {
    margin-top: 6px;
}

.footer-widget__explore-list li a {
    font-size: 16px;
    color: #a5a3b5;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    color: var(--harvey-white);
}

.footer-widget__explore-list-two {
    position: relative;
    display: block;
    margin-left: 65px;
}

.footer-widget__newsletter-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-text {
    font-size: 16px;
    color: #a5a3b5;
    margin: 0;
    line-height: 26px;
    padding-bottom: 21px;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
    height: 75px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
    color: var(--harvey-gray);
    font-weight: 500;
    border-radius: var(--harvey-bdr-radius);
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 0;
    height: 75px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    transition: all 500ms ease;
    padding: 0;
}

.footer-widget__newsletter-btn i {
    font-size: 16px;
    color: var(--harvey-base);
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-text {
    font-weight: 500;
    color: #a5a3b5;
    line-height: 30px;
    margin: 0;
}

.footer-widget__contact-info {
    position: relative;
    display: block;
    line-height: 35px;
    margin-top: 16px;
}

.footer-widget__contact-number {
    font-size: 30px;
    color: var(--harvey-white);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-number:hover {
    color: var(--harvey-base);
}

.footer-widget__contact-email {
    font-size: 20px;
    color: var(--harvey-base);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-email:hover {
    color: var(--harvey-white);
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #0a090f;
    padding: 37px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.site-footer__bottom-text {
    font-size: 16px;
    color: #a5a3b5;
    margin: 0;
    font-weight: 500;
}

.site-footer__bottom-text a {
    color: #a5a3b5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--harvey-white);
}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.welcome-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.welcome-two__left {
    position: relative;
    display: block;
    margin-left: -375px;
}

.welcome-two__img {
    position: relative;
    display: block;
    z-index: 1;
}

.welcome-two__img:before {
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -1000000px;
    right: 270px;
    background-color: var(--harvey-extra);
    content: "";
    z-index: -1;
}

.welcome-two__img:after {
    position: absolute;
    bottom: -120px;
    right: 240px;
    background-color: var(--harvey-base);
    content: "";
    height: 100px;
    width: 7px;
    border-radius: 8px;
    z-index: -1;
}

.welcome-two__img img {
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.welcome-two__right {
    position: relative;
    display: block;
    margin-left: 90px;
}

.welcome-two__right .section-title {
    margin-bottom: 35px;
}

.welcome-two__text-1 {
    font-size: 24px;
    color: var(--harvey-base);
    font-weight: 500;
    margin: 0;
    line-height: 38px;
}

.welcome-two__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 33px;
    padding-bottom: 32px;
}

.welcome-two__points {
    position: relative;
    display: block;
}

.welcome-two__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-two__points li+li {
    margin-top: 5px;
}

.welcome-two__points li .icon {
    height: 15px;
    width: 15px;
    background-color: var(--harvey-base);
    font-size: 9px;
    color: var(--harvey-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.welcome-two__points li .text {
    margin-left: 20px;
}

.welcome-two__points li .text p {
    color: var(--harvey-black);
    font-weight: 600;
    margin: 0;
}

.welcome-two__icon-box {
    position: relative;
    height: 170px;
    width: 195px;
    background-color: var(--harvey-extra);
    border-radius: var(--harvey-bdr-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.welcome-two__icon-box span {
    position: relative;
    display: inline-block;
    font-size: 66px;
    color: var(--harvey-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.welcome-two__icon-box:hover span {
    transform: rotateY(360deg);
}

.welcome-two__icon-box-text {
    color: var(--harvey-black);
    font-weight: 700;
    margin: 0;
    line-height: 23px;
    padding-top: 8px;
}

.welcome-two__text-2 {
    margin: 0;
    padding-bottom: 48px;
}

/*--------------------------------------------------------------
# Case Two
--------------------------------------------------------------*/
.case-two {
    position: relative;
    display: block;
}

.case-two__carousel {
    position: relative;
    display: block;
}

.case-two__carousel.owl-carousel .owl-stage-outer {
    padding: 0 0 90px;
    margin-right: -360px;
    margin-left: -30px;
    padding-left: 30px;
}

.case-two__carousel.owl-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 100px;
    width: 40px;
    height: 167px;
    background: #fff;
    z-index: 1;
}

.case-two__carousel .owl-stage-outer .owl-item {
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.case-two__carousel .owl-stage-outer .owl-item.active {
    transition: all 200ms linear;
}

.case-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    top: -98px;
    left: 0px;
    right: 0;
    text-align: right;
    margin: 0 !important;
}

.case-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--harvey-black-rgb), 0.2);
    margin: 0px 2.5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.case-two__carousel.owl-carousel .owl-dot.active {
    border: 2px solid var(--harvey-base);
    background-color: rgba(var(--harvey-black-rgb), 0);
}

.case-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.case-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
.quality-work {
    position: relative;
    display: block;
    background-color: var(--harvey-extra);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.quality-work-shape-1 {
    position: absolute;
    top: -401px;
    right: 545px;
    height: 770px;
    width: 360px;
    background-color: #faefeb;
    border-radius: 385px;
    transform: rotate(-45deg);
    z-index: -1;
}

.quality-work-shape-2 {
    position: absolute;
    bottom: -275px;
    right: 71px;
    height: 555px;
    width: 260px;
    background-color: var(--harvey-white);
    border-radius: 277.5px;
    transform: rotate(-45deg);
    z-index: -1;
}

.quality-work__left {
    position: relative;
    display: block;
}

.quality-work__left .section-title__tagline {
    background-color: var(--harvey-white);
}

.quality-work__tab-box .tab-buttons {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.quality-work__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.quality-work__tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 15px;
}

.quality-work__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--harvey-black);
    font-weight: 800;
    background-color: var(--harvey-white);
    padding: 10px 50px 6px;
    letter-spacing: 0.1em;
    border-radius: var(--harvey-bdr-radius);
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    text-transform: uppercase;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--harvey-white);
}

.quality-work__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: "";
    background-color: var(--harvey-base);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 0.3s ease;
    z-index: -1;
}

.quality-work__tab-box .tab-buttons .tab-btn span:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    content: "";
    background-color: var(--harvey-base);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all 0.3s ease;
    z-index: -1;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span:before,
.quality-work__tab-box .tab-buttons .tab-btn.active-btn span:after {
    width: 50%;
}

.quality-work__tab-box .tabs-content {
    position: relative;
    display: block;
}

.quality-work__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.quality-work__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}

.tab-content__inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tab-content__img {
    position: relative;
    display: block;
    float: left;
}

.tab-content__img img {
    border-radius: 50%;
    width: auto;
}

.tab-content__contnet {
    position: relative;
    display: block;
    float: left;
    max-width: 360px;
    width: 100%;
    margin-left: 30px;
}

.tab-content__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 36px;
}

.tab-content__text {
    margin: 0;
    font-weight: 500;
}

.quality-work__right {
    position: relative;
    display: block;
    margin-top: 43px;
}

.quality-work__points {
    position: relative;
    display: block;
}

.quality-work__points li {
    position: relative;
    display: flex;
    border-bottom: 1px solid #dcdce0;
    padding-bottom: 48px;
    margin-bottom: 54px;
}

.quality-work__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.quality-work__points li .icon {
    position: relative;
    top: 5px;
}

.quality-work__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--harvey-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.quality-work__points li:hover .icon span {
    transform: scale(0.9);
}

.quality-work__points li .text {
    margin-left: 40px;
}

.quality-work__points li .text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px;
}

.quality-work__points li .text p {
    margin: 0;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
.experience {
    position: relative;
    display: block;
    background-color: var(--harvey-base);
    padding: 77px 0;
}

.experience__inner {
    position: relative;
    display: block;
    text-align: center;
}

.experience__title {
    font-size: 35px;
    color: var(--harvey-white);
    line-height: 41px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    z-index: 1;
}

.services-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--harvey-black-rgb), .30);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.services-one__single:hover .services-one__img:before {
    transform: scaleY(1.0);
}

.services-one__img img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 40px 40px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
}

.services-one__title-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 21px;
}

.services-one__title-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-one__title-icon:before {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 1px;
    content: "";
    background-color: #dcdce0;
}

.services-one__title-icon span {
    position: relative;
    display: inline-block;
    font-size: 66px;
    color: var(--harvey-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1) rotateY(0deg);
}

.services-one__single:hover .services-one__title-icon span {
    transform: scale(.9) rotateY(360deg);
    color: var(--harvey-black);
}

.services-one__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
    margin-left: 60px;
}

.services-one__title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
    color: var(--harvey-base);
}

.services-one__text {
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.services-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dcdce0;
    padding-top: 20px;
    margin-top: 19px;
}

.services-one__read-more {
    font-size: 12px;
    color: var(--harvey-black);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__read-more {
    color: var(--harvey-base);
}

.services-one__arrow {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--harvey-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-one__single:hover .services-one__arrow {
    color: var(--harvey-white);
}

.services-one__arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 15px;
    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);
    z-index: -1;
}

.services-one__single:hover .services-one__arrow:before {
    transform: scaleX(1.0);
}



.services-one--carousel {
    padding-bottom: 120px;
}

.service-carousel .swiper-pagination {
    margin-top: 30px;
}

.service-carousel.swiper-container {
    overflow: visible;
}

.service-carousel .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.service-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

@media(min-width: 768px) {

    .service-carousel .swiper-slide.swiper-slide-next {
        opacity: 1;
        visibility: visible;
    }
}

@media(min-width: 992px) {

    .service-carousel .swiper-slide.swiper-slide-next+.swiper-slide {
        opacity: 1;
        visibility: visible;
    }
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two .testimonial-one__single {
    border-bottom: 0;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 118px 0 119px;
    border-top: 1px solid #dcdce0;
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.2;
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 0.6;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    background-color: var(--harvey-extra);
    padding: 120px 0 0;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one-shape-1 {
    position: absolute;
    bottom: 200px;
    right: -253px;
    height: 770px;
    width: 360px;
    background-color: #faefeb;
    border-radius: 385px;
    transform: rotate(34deg);
    z-index: -1;
}

.why-choose-one-shape-2 {
    position: absolute;
    bottom: -432px;
    right: 208px;
    height: 555px;
    width: 260px;
    background-color: var(--harvey-white);
    border-radius: 277.5px;
    transform: rotate(10deg);
    z-index: -1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: -375px;
}

.why-choose-one__img {
    position: relative;
    display: block;
}

.why-choose-one__img img {
    width: 100%;
    border-top-right-radius: 3px;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 90px;
}

.why-choose-one__right .section-title__tagline {
    background-color: var(--harvey-white);
}

.why-choose-one__right .section-title {
    margin-bottom: 23px;
}

.why-choose-one__text {
    margin: 0;
    padding-bottom: 38px;
}

.why-choose-one__points {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--harvey-black);
    border-radius: var(--harvey-bdr-radius);
    padding: 13px 30px;
    max-width: 284px;
    width: 100%;
}

.why-choose-one__points li+li {
    margin-left: 15px;
}

.why-choose-one__points li .icon {
    height: 15px;
    width: 15px;
    font-size: 9px;
    color: var(--harvey-black);
    background-color: var(--harvey-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-one__points li .text {
    margin-left: 15px;
}

.why-choose-one__points li .text p {
    color: var(--harvey-white);
    font-weight: 700;
    margin: 0;
}

.why-choose-one__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 44px;
}

.why-choose-one__progress-single {
    position: relative;
    display: block;
}

.why-choose-one__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--harvey-black);
    margin-bottom: 6px;
}

.why-choose-one__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: var(--harvey-white);
    border-radius: 30px;
    margin-bottom: 14px;
}

.why-choose-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 30px;
    background: var(--harvey-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 20px;
    color: var(--harvey-gray);
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Mission Two
--------------------------------------------------------------*/
.our-mission-two {
    position: relative;
    display: block;
    padding: 110px 0 240px;
    overflow: hidden;
}

.our-mission-two-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--harvey-black);
    z-index: 1;
}

.our-mission-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    /*mix-blend-mode: luminosity;*/
    opacity: 0.5;
}

.our-mission-two-shape-1 {
    position: absolute;
    bottom: -105px;
    right: 0;
    height: 560px;
    width: 260px;
    background-color: var(--harvey-base);
    mix-blend-mode: color;
    border-radius: 280px;
    transform: rotate(-40deg);
    z-index: 2;
}

.our-mission-two-shape-2 {
    position: absolute;
    bottom: -146px;
    right: 246px;
    height: 350px;
    width: 165px;
    background-color: var(--harvey-white);
    mix-blend-mode: overlay;
    border-radius: 125px;
    transform: rotate(-40deg);
    z-index: 1;
}

.our-mission-two-shape-3 {
    position: absolute;
    top: -545px;
    right: 580px;
    height: 770px;
    width: 360px;
    background-color: var(--harvey-black);
    mix-blend-mode: soft-light;
    border-radius: 385px;
    transform: rotate(-40deg);
    z-index: 2;
}

.our-mission-two__left {
    position: relative;
    display: block;
    z-index: 3;
}

.our-mission-two__title {
    font-size: 58px;
    color: var(--harvey-white);
    /* font-weight: 800; */
    line-height: 59px;
    margin-bottom: 36px;
}

.our-mission-two__right {
    position: relative;
    display: block;
    float: right;
    margin-top: 135px;
    z-index: 3;
}

.our-mission-two__video-link {
    position: relative;
    display: block;
}

.our-mission-two__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    font-size: 25px;
    color: var(--harvey-white);
    background-color: rgba(var(--harvey-black-rgb), .20);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.our-mission-two__video-icon:hover {
    background-color: rgba(var(--harvey-black-rgb), 1);
}

.our-mission-two__video-icon:before {
    position: absolute;
    top: -17px;
    left: -17px;
    right: -17px;
    bottom: -17px;
    content: "";
    border-radius: 50%;
    z-index: 1;
    border: 3px solid var(--harvey-base);
}

.our-mission-two__video-link .ripple,
.our-mission-two__video-icon .ripple:before,
.our-mission-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--harvey-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--harvey-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--harvey-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.our-mission-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.our-mission-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.our-mission-two__video-text {
    font-size: 30px;
    color: var(--harvey-base);
    line-height: 40px;
    font-family: var(--harvey-reey-font);
    position: relative;
    left: -124px;
    top: 29px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 1;
}

.counter-one__inner {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: var(--harvey-bdr-radius);
    padding: 61px 0 20px;
}

.counter-one__inner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--harvey-base);
    height: 4px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.counter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-one__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.counter-one__single:before {
    position: absolute;
    top: 0;
    bottom: 7px;
    left: 0;
    content: "";
    width: 1px;
    background-color: #dcdce0;
}

.counter-one__single:first-child:before {
    display: none;
}

.counter-one__icon {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    color: var(--harvey-base);
    font-size: 64px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1) rotateY(0deg);
}

.counter-one__single:hover .counter-one__icon span {
    transform: scale(.9) rotateY(360deg);
    color: var(--harvey-black);
}

.counter-one__single h3 {
    font-size: 40px;
    font-weight: 800;
    font-family: var(--harvey-font) !important;
    line-height: 50px !important;
}

.counter-one__text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

.counter-one .odometer-formatting-mark {
    display: none;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
    top: 1px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 660px;
    width: 100%;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    margin-top: -167px;
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
    margin-top: 0;
}

.site-footer-three .site-footer__top {
    padding: 122px 0 100px;
}


/*--------------------------------------------------------------
# Find Solution
--------------------------------------------------------------*/
.find-solution {
    position: relative;
    display: block;
    background-color: #EB9E43 !important;
    padding: 59px 0;
}

.find-solution__inner {
    position: relative;
    display: block;
    text-align: center;
}

.find-solutions__text {
    font-size: 20px;
    color: var(--harvey-white);
    font-weight: 500;
    margin: 0;
    line-height: 29px;
}

.find-solutions__text a {
    position: relative;
    display: inline-block;
    background-color: var(--harvey-black);
    font-size: 12px;
    color: var(--harvey-white);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding: 0 20px 0;
    border-radius: 15px;
    margin-left: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .find-solutions__text a {
        margin-top: 10px;
    }
}

.find-solutions__text a:hover {
    background-color: var(--harvey-white);
    color: var(--harvey-base);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    background-color: var(--harvey-extra);
    padding: 120px 0 90px;
}

.services-two__top {
    position: relative;
    display: block;
}

.services-two__top-left {
    position: relative;
    display: block;
}


.services-two__top-left .section-title__tagline {
    background-color: var(--harvey-white);
}

.services-two__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.services-two__top-text {
    color: var(--harvey-black);
    line-height: 32px;
}

.services-two__bottom {
    position: relative;
    display: block;
}

.services-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    padding: 50px 40px 20px;
    text-align: center;
    border-radius: var(--harvey-bdr-radius);
    margin-bottom: 30px;
}

.services-two__icon {
    position: relative;
    display: block;
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 66px;
    color: var(--harvey-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1) rotateY(0deg);
}

.services-two__single:hover .services-two__icon span {
    transform: scale(.9) rotateY(360deg);
    color: var(--harvey-black);
}

.services-two__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 19px;
    margin-bottom: 24px;
    max-width: 171px;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}

.services-two__title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
    color: var(--harvey-base);
}

.services-two__text {
    font-weight: 500;
    line-height: 32px;
    color: var(--harvey-black);
    margin: 0;
}

.services-two__bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dcdce0;
    padding-top: 20px;
    margin-top: 34px;
}

.services-two__read-more {
    font-size: 12px;
    color: var(--harvey-black);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__read-more {
    color: var(--harvey-base);
}

.services-two__arrow {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--harvey-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-two__single:hover .services-two__arrow {
    color: var(--harvey-white);
}

.services-two__arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 15px;
    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);
    z-index: -1;
}

.services-two__single:hover .services-two__arrow:before {
    transform: scaleX(1.0);
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/

.service-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.service-page .row {
    --bs-gutter-y: 30px;
}

.service-page .services-two__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Welcome Three
--------------------------------------------------------------*/
.welcome-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.welcome-three__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.welcome-three__left .section-title {
    margin-bottom: 29px;
}

.welcome-three__points {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-three__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-three__points li+li {
    margin-left: 145px;
}

.welcome-three__points li .icon {
    height: 15px;
    width: 15px;
    background-color: var(--harvey-base);
    font-size: 9px;
    color: var(--harvey-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.welcome-three__points li .text {
    margin-left: 10px;
}

.welcome-three__points li .text p {
    font-size: 20px;
    color: var(--harvey-black);
    font-weight: 700;
    margin: 0;
    line-height: 27px;
}

.welcome-three__points-content {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 30px;
}

.welcome-three__points-content li {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-three__points-content li+li {
    margin-left: 60px;
}

.welcome-three__points-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--harvey-black);
    margin: 0;
    line-height: 30px;
}

.welcome-three__text {
    /*font-weight: 500;*/
    color: var(--harvey-black);
    margin: 0;
}

.welcome-three__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 50px;
}

.welcome-three__progress-single {
    position: relative;
    display: block;
}

.welcome-three__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--harvey-black);
    margin-bottom: 6px;
}

.welcome-three__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: var(--harvey-extra);
    border-radius: 30px;
}

.welcome-three__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 30px;
    background: var(--harvey-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.welcome-three__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 20px;
    color: var(--harvey-gray);
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.welcome-three__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.welcome-three__bottom {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-three__video {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.video-one__video-icon {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--harvey-white);
    background-color: var(--harvey-black);
    background-blend-mode: luminosity;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.video-one__video-icon:hover {
    color: var(--harvey-base);
}

.video-one__video-icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--harvey-black);
    border-radius: 50%;
    opacity: .60;
    z-index: -1;
}

.welcome-three__video-text {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--harvey-reey-font);
    margin-left: 20px;
}

.welcome-three__right {
    position: relative;
    display: block;
    margin-right: 70px;
}

.welcome-three__img-box {
    position: relative;
    display: block;
}

.welcome-three__img-box:before {
    position: absolute;
    top: 0;
    right: -35px;
    width: 5px;
    height: 278px;
    background-color: var(--harvey-extra);
    border-radius: var(--harvey-bdr-radius);
    content: "";
    z-index: 2;
}

.welcome-three-img-1 {
    position: relative;
    display: block;
    border-radius: var(--harvey-bdr-radius);
}

.welcome-three-img-1 img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.welcome-three__img-2 {
    position: absolute;
    bottom: 0;
    right: -190px;
    border-radius: var(--harvey-bdr-radius);
}

.welcome-three__img-2 img {
    width: auto;
    border-radius: var(--harvey-bdr-radius);
}

.welcome-three__experience {
    position: absolute;
    background-color: var(--harvey-base);
    text-align: center;
    z-index: 2;
    border-radius: var(--harvey-bdr-radius);
    padding: 17px 70px;
    top: 199px;
    right: -320px;
    transform: rotate(90deg);
}

.welcome-three__experience p {
    font-size: 16px;
    color: var(--harvey-white);
    margin: 0;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

/*--------------------------------------------------------------
# Case Three
--------------------------------------------------------------*/
.case-three {
    position: relative;
    display: block;
}

.case-three .container {
    max-width: 1500px;
}

.case-three:before {
    display: none;
}

.case-three .section-title__tagline {
    background-color: var(--harvey-extra);
}

.case-three .case-one__content {
    margin-right: 140px;
}

.case-three .case-one__arrow {
    right: 180px;
}

/*--------------------------------------------------------------
# Our Mission Three
--------------------------------------------------------------*/
.our-mission-three {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
# How We Works
--------------------------------------------------------------*/
.how-we-works {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.how-we-works__list-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    counter-reset: count;
}

.how-we-works__single {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 18px;
}

.how-we-works__icon-box {
    position: relative;
    display: block;
}

.how-we-works__icon {
    position: relative;
    height: 185px;
    width: 185px;
    background-color: var(--harvey-extra);
    border-radius: 50%;
    font-size: 65px;
    color: var(--harvey-base);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}

.how-we-works__single:hover .how-we-works__icon {
    color: var(--harvey-white);
}

.how-we-works__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--harvey-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.how-we-works__single:hover .how-we-works__icon::before {
    transform: scaleX(1);
}

.how-we-works__count {
    height: 67px;
    width: 67px;
    background-color: var(--harvey-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    margin: 0 auto;
    transition: all 500ms ease;
}

.how-we-works__single:hover .how-we-works__count {
    background-color: var(--harvey-extra);
}

.how-we-works__count:before {
    position: absolute;
    height: 67px;
    width: 67px;
    text-align: center;
    color: var(--harvey-white);
    font-size: 20px;
    line-height: 67px;
    border-radius: 50%;
    font-weight: 700;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 500ms ease;
}

.how-we-works__single:hover .how-we-works__count:before {
    color: var(--harvey-base);
}

.how-we-works__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.how-we-works__text {
    margin: 0;
}



/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    background-color: var(--harvey-extra);
    padding: 0px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-three-shape-1 {
    position: absolute;
    top: -269px;
    left: 0;
    height: 770px;
    width: 360px;
    background-color: #faefeb;
    border-radius: 160px;
    transform: rotate(-37deg);
    z-index: -1;
}

.testimonial-three__left {
    position: relative;
    display: block;
    z-index: 5;
}

.testimonial-three__left .section-title__tagline {
    background-color: var(--harvey-white);
}

.testimonial-three__right {
    position: relative;
    display: block;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-three__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: var(--harvey-bdr-radius);
    padding: 51px 60px 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-three__text {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    padding-bottom: 37px;
}

.testimonial-three__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 70px;
    border-radius: 50%;
    margin-left: 7px;
}

.testimonial-three__client-img:before {
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    border: 2px solid var(--harvey-base);
    content: "";
    border-radius: 50%;
}

.testimonial-three__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__client-details {
    margin-left: 30px;
}

.testimonial-three__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.testimonial-three__client-title {
    font-size: 16px;
    color: var(--harvey-base);
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

.testimonial-three__quote-icon {
    position: absolute;
    bottom: 89px;
    right: 60px;
}

.testimonial-three__quote-icon img {
    width: auto;
}

.testimonial-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 22px;
    left: -405px;
    margin: 0 !important;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
    height: 32px;
    width: 45px;
    background: var(--harvey-white);
    border-radius: 50%;
    color: var(--harvey-black);
    font-size: 16px;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 32px;
    width: 45px;
    background: var(--harvey-white);
    border-radius: 50%;
    color: var(--harvey-black);
    font-size: 16px;
    text-align: center;
    transform: rotate(180deg);
    border-radius: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--harvey-white);
    background-color: var(--harvey-base);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
    background-color: var(--harvey-extra);
    overflow: hidden;
    z-index: 1;
}

.brand-two-shape-2 {
    position: absolute;
    bottom: -275px;
    left: 565px;
    height: 555px;
    width: 260px;
    background-color: #fefcfb;
    border-radius: 160px;
    transform: rotate(-34deg);
    z-index: -1;
}

.brand-two__inner {
    position: relative;
    display: block;
    padding: 118px 0 119px;
    border-top: 1px solid #dcdce0;
}

.brand-two .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-two .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.2;
    max-width: 100%;
}

.brand-two .swiper-slide img:hover {
    opacity: 0.6;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    background-color: var(--harvey-black);
    padding: 120px 0 210px;
    z-index: 1;
}

.contact-one-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
}

.contact-one__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #30303b;
    padding-bottom: 120px;
}

.contact-one__top-left {
    position: relative;
    display: block;
}

.contact-one__top-left .section-title {
    margin-bottom: 23px;
}

.contact-one__top-left .section-title__tagline {
    background-color: #0a090f;
}

.contact-one__top-left .section-title__title {
    color: var(--harvey-black);
}

.contact-one__text {
    color: #a5a3b5;
    margin: 0;
}

.contact-one__timings {
    position: relative;
    display: block;
    margin-top: 26px;
}

.contact-one__timings-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--harvey-black);
}

.contact-one__timings__text {
    font-size: 30px;
    color: var(--harvey-base);
    line-height: 35px;
    margin: 0;
}

.contact-one__top-right {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-one__form .row {
    --bs-gutter-x: 20px;
}

.contact-form__input-box {
    position: relative;
    display: block;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"],
.contact-form__input-box textarea {
    height: 70px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #a5a3b5;
    border: none;
    outline: none;
    padding: 0 30px;
    margin-bottom: 20px;
    /*background-color: #0a090f;*/
    border-radius: var(--harvey-bdr-radius);
}

.contact-form__input-box textarea {
    height: 150px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.contact-form__input-message-box {
    height: 150px;
    margin-bottom: 20px;
}

.contact-form__btn {
    border: none;
}

.contact-form__btn:hover:before {
    background-color: var(--harvey-white);
}

.contact-form__btn::after {
    background-color: var(--harvey-white);
}

.contact-one__bottom {
    position: relative;
    display: block;
    padding-top: 80px;
}

.contact-one__bottom-title {
    position: relative;
    display: block;
    font-size: 55px;
    color: var(--harvey-white);
    font-weight: 800;
    text-align: center;
    line-height: 65px;
    margin-bottom: 43px;
}

.contact-one__single {
    position: relative;
    display: block;
    background-color: #0a090f;
    border-radius: var(--harvey-bdr-radius);
    padding: 36px 40px 29px;
    margin-bottom: 30px;
}

.contact-one__title {
    font-size: 20px;
    color: var(--harvey-white);
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact-one__text-2 {
    font-size: 16px;
    color: #a5a3b5;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.contact-one__contact-info {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.contact-one__email {
    position: relative;
    display: block;
    color: #a5a3b5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__email:hover {
    color: var(--harvey-base);
}

.contact-one__phone {
    position: relative;
    display: block;
    color: #a5a3b5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__phone:hover {
    color: var(--harvey-base);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
    position: relative;
    display: block;
    z-index: 2;
}

.google-map-two__inner {
    position: relative;
    display: block;
    margin-top: -120px;
}

.google-map__two-map {
    position: relative;
    display: block;
    border: none;
    height: 460px;
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 210px 0 118px;
    background-color: var(--harvey-black);
    overflow: hidden;
    z-index: 1;
}

.page-header-shape-1 {
    position: absolute;
    top: -213px;
    right: 455px;
    height: 495px;
    width: 230px;
    background-color: var(--harvey-black);
    mix-blend-mode: soft-light;
    border-radius: 150px;
    transform: rotate(-40deg);
    z-index: 2;
}

.page-header-shape-2 {
    position: absolute;
    bottom: -175px;
    right: 163px;
    height: 330px;
    width: 178px;
    background-color: var(--harvey-base);
    mix-blend-mode: color;
    border-radius: 150px;
    transform: rotate(-40deg);
    z-index: 2;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--harvey-black);
    /*background-blend-mode: luminosity;*/
    opacity: 0.4;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 55px;
    color: var(--harvey-white);
    line-height: 65px;
    font-weight: 900;
    margin-top: 18px;
}

.thm-breadcrumb {
    position: relative;
    display: inline-block;
    padding: 4px 20px 2px;
    line-height: 22px;
    z-index: 1;
}

.thm-breadcrumb:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--harvey-white);
    opacity: .2;
    z-index: -1;
    border-radius: 30px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--harvey-white);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.thm-breadcrumb li+li {
    margin-left: 4px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--harvey-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--harvey-base);
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-page .blog-pagination {
    justify-content: center;
    margin-top: 30px;
}



.news-page--carousel {
    padding-bottom: 120px;
}

.news-carousel .swiper-pagination {
    margin-top: 30px;
}

.news-carousel.swiper-container {
    overflow: visible;
}

.news-carousel .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.news-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

@media(min-width: 768px) {

    .news-carousel .swiper-slide.swiper-slide-next {
        opacity: 1;
        visibility: visible;
    }
}

@media(min-width: 992px) {

    .news-carousel .swiper-slide.swiper-slide-next+.swiper-slide {
        opacity: 1;
        visibility: visible;
    }
}


/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
.news-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

@media(min-width: 992px) {
    .news-sidebar--right .row {
        flex-direction: row-reverse;
    }
}

.news-sidebar .blog-pagination {
    margin-top: 60px;
}

.news-sidebar__left {
    position: relative;
    display: block;
}

.news-sidebar__content {
    position: relative;
    display: block;
}

.news-sidebar__single {
    position: relative;
    display: block;
}

.news-sidebar__single+.news-sidebar__single {
    margin-top: 30px;
}

.news-sidebar__img {
    position: relative;
    display: block;
}

.news-sidebar__img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.news-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 16px;
}

.news-sidebar__sub-title {
    position: relative;
    display: inline-block;
    background-color: var(--harvey-extra);
    font-size: 12px;
    color: var(--harvey-base);
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 0;
}

.news-sidebar__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 10px;
}

.news-sidebar__meta li+li {
    margin-left: 10px;
}

.news-sidebar__meta li span {
    font-size: 14px;
}

.news-sidebar__meta li a {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__meta li a:hover {
    color: var(--harvey-base);
}

.news-sidebar__meta li a i {
    color: var(--harvey-base);
}


.news-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.news-sidebar__title a {
    color: var(--harvey-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__title a:hover {
    color: var(--harvey-base);
}

.news-sidebar__text {
    margin: 0;
    padding-top: 9px;
    padding-bottom: 17px;
}

.news-sidebar__bottom {
    position: relative;
    display: flex;
    align-items: center;
}

.news-sidebar__arrow {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--harvey-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-sidebar__arrow:hover {
    color: var(--harvey-white);
    background-color: var(--harvey-base);
}

.news-sidebar__read-more {
    font-size: 12px;
    color: var(--harvey-black);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-left: 20px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__read-more:hover {
    color: var(--harvey-base);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--harvey-base);
    color: var(--harvey-white);
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    height: 78px;
    width: 100%;
    padding-right: 80px;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--harvey-white);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--harvey-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--harvey-white);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--harvey-white);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--harvey-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--harvey-white);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--harvey-white);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--harvey-white);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 47px 30px 30px;
    background-color: var(--harvey-extra);
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__post .sidebar__title {
    margin-left: 30px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px 30px 19px;
    transition: all 500ms ease;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__post-list li:hover {
    background-color: rgb(255, 255, 255);
}

.sidebar__post-list li+li {
    margin-top: 5px;
}

.sidebar__post-image {
    margin-right: 20px;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__post-image>img {
    width: 70px;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__post-content {
    position: relative;
}

.sidebar__post-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--harvey-gray) !important;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--harvey-base);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__post-content h3 a {
    color: var(--harvey-black);
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--harvey-extra);
    padding: 47px 20px 39px;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__category .sidebar__title {
    padding-left: 30px;
    margin-bottom: 6px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 3px;
}

.sidebar__category-list li a {
    color: var(--harvey-gray);
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 7px 30px;
    border-radius: var(--harvey-bdr-radius);
    font-weight: 700;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    color: var(--harvey-black);
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    color: var(--harvey-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--harvey-gray);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.sidebar__category-list li a:hover span {
    color: var(--harvey-base);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
    transform: translateY(-50%) scale(1);
    color: var(--harvey-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--harvey-extra);
    padding: 47px 45px 50px;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 23px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 11px;
    color: var(--harvey-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--harvey-white);
    display: inline-block;
    padding: 2px 20px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    border-radius: var(--harvey-bdr-radius);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--harvey-white);
    background: var(--harvey-base);
}

.sidebar__comments {
    position: relative;
    display: block;
    background: var(--harvey-extra);
    border-radius: var(--harvey-bdr-radius);
    padding: 45px 50px 43px;
}

.sidebar__comments .sidebar__title {
    margin-bottom: 24px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--harvey-white);
    border-radius: 50%;
    font-size: 15px;
    color: var(--harvey-black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--harvey-base);
    color: var(--harvey-white);
}

.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--harvey-black);
    line-height: 26px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
}

.news-details__img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.news-details__content {
    position: relative;
    display: block;
    margin-top: 26px;
}

.news-details__sub-title {
    position: relative;
    display: inline-block;
    background-color: var(--harvey-extra);
    font-size: 12px;
    color: var(--harvey-base);
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 0;
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 10px;
}

.news-details__meta li+li {
    margin-left: 10px;
}

.news-details__meta li span {
    font-size: 14px;
}

.news-details__meta li a {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: var(--harvey-base);
}

.news-details__meta li a i {
    color: var(--harvey-base);
}

.news-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 9px;
}

.news-details__text-1 {
    margin: 0;
    padding-bottom: 34px;
}

.news-details__text-2 {
    margin: 0;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid #dcdce0;
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: var(--harvey-black);
    font-size: 20px;
    margin-right: 16px;
    font-weight: 700;
}

.news-details__tags a {
    position: relative;
    color: var(--harvey-white);
    font-size: 11px;
    background-color: var(--harvey-base);
    display: inline-block;
    padding: 2px 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    border-radius: var(--harvey-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--harvey-black);
    color: var(--harvey-white);
}

.news-details__tags a+a {
    margin-left: 6px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    position: relative;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--harvey-black);
    font-size: 15px;
    background-color: var(--harvey-extra);
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-details__social-list a:hover {
    color: var(--harvey-white);
}

.news-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--harvey-base);
    border-radius: 50%;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.news-details__social-list a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.news-details__social-list a+a {
    margin-left: 10px;
}

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 56px;
}

.news-details__pagenation {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}

@media(min-width: 768px) {
    .news-details__pagenation {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 992px) {
    .news-details__pagenation {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width: 1200px) {
    .news-details__pagenation {
        grid-template-columns: repeat(2, 1fr);
    }
}

.news-details__pagenation li {
    position: relative;
    color: var(--harvey-black);
    background-color: var(--harvey-extra);
    line-height: 1.8em;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 100%;
    width: 100%;
    padding: 30px;
    border-radius: var(--harvey-bdr-radius);
    font-size: 20px;
    text-align: center;
}


@media(min-width: 1200px) {
    .news-details__pagenation li {
        text-align: left;
        padding-left: 60px;
        padding-right: 0px;
        padding-top: 51px;
        padding-bottom: 47px;
    }
}


.news-details__pagenation li:hover {
    background-color: var(--harvey-base);
    color: var(--harvey-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--harvey-black);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 51px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #dcdce0;
    padding-bottom: 52px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 40px;
    margin-top: -3px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--harvey-black);
    margin-bottom: 25px;
    font-weight: 700;
}

.comment-one__content p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.comment-one__btn {
    font-size: 11px;
    padding: 2px 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__btn:hover {
    color: var(--harvey-white);
}

.comment-one__image {
    position: relative;
    display: block;
}

.comment-one__image img {
    border-radius: var(--harvey-bdr-radius);
}

.comment-form .comment-form__title {
    margin-top: -5px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    background-color: var(--harvey-extra);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: var(--harvey-bdr-radius);
    outline: none;
    font-size: 16px;
    color: var(--harvey-gray);
    font-weight: 500;
    display: block;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--harvey-gray);
    height: 150px;
    width: 100%;
    background-color: var(--harvey-extra);
    padding: 18px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
    border-radius: var(--harvey-bdr-radius);
    font-weight: 500;
}

.comment-form__input-box.text-message-box {
    height: 150px;
}

.comment-form__btn {
    border: none;

}

/*--------------------------------------------------------------
# Cases Page
--------------------------------------------------------------*/
.cases-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.cases-page--carousel {
    padding-bottom: 120px;
}

.case-carousel .swiper-pagination {
    margin-top: 30px;
}

.case-carousel.swiper-container {
    overflow: visible;
}

.case-carousel .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.case-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

@media(min-width: 768px) {

    .case-carousel .swiper-slide.swiper-slide-next {
        opacity: 1;
        visibility: visible;
    }
}

@media(min-width: 992px) {

    .case-carousel .swiper-slide.swiper-slide-next+.swiper-slide {
        opacity: 1;
        visibility: visible;
    }
}

/*--------------------------------------------------------------
# Case Details
--------------------------------------------------------------*/
.case-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.case-details__img {
    position: relative;
    display: block;
}

.case-details__img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.case-details__details-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--harvey-white);
    padding: 53px 60px 53px;
    border-top-left-radius: 3px;
}

.case-details__details {
    position: relative;
    display: flex;
    align-items: center;
}

.case-details__details li {
    position: relative;
    display: flex;
    align-items: center;
}

.case-details__details li+li {
    margin-left: 75px;
}

.case-details__details-icon {
    display: flex;
    align-items: center;
}

.case-details__details-icon span {
    font-size: 30px;
    color: var(--harvey-base);
    position: relative;
    display: inline-block;
}

.case-details__details-content {
    margin-left: 20px;
}

.case-details__details-sub-title {
    font-weight: 500;
    line-height: 27px;
}

.case-details__details-title {
    color: var(--harvey-black);
    font-weight: 600;
    margin: 0;
    line-height: 27px;
}

.case-details__content {
    position: relative;
    display: block;
    margin-top: 52px;
}

.case-details__content-left {
    position: relative;
    display: block;
}

.case-details__content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 28px;
}

.case-details__content-text-1 {
    margin: 0;
}

.case-details__content-text-2 {
    margin: 0;
    padding-top: 34px;
    padding-bottom: 34px;
}

.case-details__content-text-3 {
    margin: 0;
}

.case-details__content-right {
    position: relative;
    display: block;
}

.case-details__content-text-4 {
    margin: 0;
    padding-top: 73px;
}

.case-details__content-points {
    position: relative;
    display: block;
    margin-top: 34px;
}

.case-details__content-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.case-details__content-points li+li {
    margin-top: 5px;
}

.case-details__content-points .icon {
    height: 15px;
    width: 15px;
    background-color: var(--harvey-base);
    color: var(--harvey-white);
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.case-details__content-points .text {
    margin-left: 12px;
}

.case-details__content-points .text p {
    color: var(--harvey-black);
    font-weight: 500;
    margin: 0;
}

.case-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #dcdce0;
    border-bottom: 1px solid #dcdce0;
    padding: 39px 0;
    margin-top: 113px;
}

.case-details__pagination li {
    display: inline-block;
}

.case-details__pagination li.next {
    float: left;
    position: relative;
}

.case-details__pagination li a {
    font-size: 12px;
    color: var(--harvey-black);
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 500ms ease;
}

.case-details__pagination li a:hover {
    color: var(--harvey-base);
}

.case-details__pagination li.next i {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--harvey-black);
    font-size: 16px;
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 10px;
    z-index: 1;
}

.case-details__pagination li.previous {
    position: relative;
    float: right;
}

.case-details__pagination li.previous i {
    position: relative;
    height: 32px;
    width: 45px;
    background-color: var(--harvey-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--harvey-black);
    font-size: 16px;
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.case-details__pagination li a:hover i {
    color: var(--harvey-white);
    background-color: var(--harvey-base);
}

/*--------------------------------------------------------------
## Similar Case
--------------------------------------------------------------*/
.simialr-case {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.service-details__sidebar {
    position: relative;
    display: block;
}

.service-details__sidebar-service {
    position: relative;
    display: block;
}

.service-details__sidebar-service-list {
    margin: 0;
}

.service-details__sidebar-service-list li+li {
    margin-top: 10px;
}

.service-details__sidebar-service-list li a {
    color: var(--harvey-black);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: var(--harvey-extra);
    border-radius: var(--harvey-bdr-radius);
    padding: 19px 40px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
    color: var(--harvey-base);
}

.service-details__sidebar-service-list li a span {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--harvey-black);
    background-color: var(--harvey-white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
    transform: translateY(-50%);
    color: var(--harvey-white);
    background-color: var(--harvey-base);
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--harvey-base);
    border-radius: var(--harvey-bdr-radius);
    overflow: hidden;
}

.service-details__need-help-shape-1 {
    position: absolute;
    top: -295px;
    left: -21px;
    width: 230px;
    height: 495px;
    background-color: var(--harvey-black);
    mix-blend-mode: soft-light;
    border-radius: 150px;
    transform: rotate(-40deg);
}

.service-details__need-help-shape-2 {
    position: absolute;
    bottom: -135px;
    right: -141px;
    width: 178px;
    height: 380px;
    background-color: var(--harvey-white);
    mix-blend-mode: soft-light;
    border-radius: 150px;
    transform: rotate(-40deg);
}

.service-details__need-help-icon {
    height: 73px;
    width: 73px;
    background-color: var(--harvey-white);
    color: var(--harvey-black);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: var(--harvey-black);
    color: var(--harvey-white);
}

.service-details__need-help-title {
    font-size: 38px;
    color: var(--harvey-white);
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.service-details__need-help-contact p {
    font-size: 14px;
    color: var(--harvey-white);
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: .7;
}

.service-details__need-help-contact a {
    font-size: 30px;
    color: var(--harvey-white);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
    color: var(--harvey-black);
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 39px;
}

.service-details__title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.service-details__title-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__title-icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 1px;
    content: "";
    background-color: #dcdce0;
}

.service-details__title-icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--harvey-base);
}

.service-details__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 44px;
    margin-left: 60px;
}

.service-details__text-1 {
    margin: 0;
    padding-bottom: 35px;
}

.service-details__text-2 {
    margin: 0;
}

.service-details__two-icons {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 43px 0 38px;
}

.service-details__two-icon-single {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    padding-left: 90px;
    float: left;
}

.service-details__two-icon-single+.service-details__two-icon-single {
    margin-left: 40px;
}

.service-details__two-icon {
    height: 40px;
    width: 60px;
    background-color: var(--harvey-base);
    font-size: 16px;
    color: var(--harvey-white);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 0;
}

.service-details__two-icon span {
    position: relative;
    display: inline-block;
}

.service-details__two-icon-content {
    font-size: 20px;
    color: var(--harvey-black);
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.service-details__text-3 {
    margin: 0;
    padding-bottom: 53px;
}

.service-details__how-help {
    position: relative;
    display: block;
}

.service-details__how-help-single {
    position: relative;
    display: block;
}

.service-details__how-help-img {
    position: relative;
    display: block;
}

.service-details__how-help-img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.service-details__how-help-content {
    position: relative;
    display: block;
}

.service-details__how-help-text-1 {
    font-size: 26px;
    color: var(--harvey-black);
    font-weight: 700;
    margin: 0;
    line-height: 38px;
    padding-top: 42px;
}

.service-details__how-help-text-2 {
    font-size: 20px;
    margin: 0;
    padding-top: 42px;
    padding-bottom: 33px;
}

.service-details__how-help-points {
    position: relative;
    display: block;
}

.service-details__how-help-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__how-help-points li+li {
    margin-top: 5px;
}

.service-details__how-help-points li .icon {
    height: 15px;
    width: 15px;
    background-color: var(--harvey-base);
    color: var(--harvey-white);
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-details__how-help-points li .text {
    margin-left: 12px;
}

.service-details__how-help-points li .text p {
    color: var(--harvey-black);
    font-weight: 600;
    margin: 0;
}

.service-details__faq {
    position: relative;
    display: block;
    margin-top: 51px;
}

/*--------------------------------------------------------------
## Work Together Two
--------------------------------------------------------------*/
.work-together-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.work-together-two__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.work-together-two__img {
    position: relative;
    display: block;
}

.work-together-two__img img {
    width: 100%;
    border-radius: var(--harvey-bdr-radius);
}

.work-together-tow__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.work-together-tow__right .section-title {
    margin-bottom: 36px;
}

.work-together-tow__content {
    position: relative;
    display: flex;
}

.work-together-tow__icon {
    position: relative;
    display: block;
    top: 7px;
}

.work-together-tow__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--harvey-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.work-together-tow__content:hover .work-together-tow__icon span {
    transform: rotateY(360deg) scale(.9);
    color: var(--harvey-base);
}

.work-together-tow__text {
    font-size: 24px;
    color: var(--harvey-base);
    font-weight: 500;
    line-height: 38px;
    margin-left: 17px;
}

.work-together-tow__text-2 {
    margin: 0;
    padding-top: 38px;
    padding-bottom: 48px;
}

/*--------------------------------------------------------------
## Team Page Two
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-page--carousel {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
## FAQs Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 100px;
    background-color: var(--harvey-extra);
}

.faq-page__single {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
    background-color: var(--harvey-white);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.contact-page .container {
    max-width: 770px;
    width: 100%;
}

.contact-page__form .comment-form__btn {
    margin: 20px auto 0;
    display: block;
}

.contact-page__form .comment-form__btn:hover {
    background-color: var(--harvey-black);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 50px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title-box {
    position: relative;
    display: block;
    z-index: 2;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 700;
    margin-bottom: 3px;
    z-index: 2;
}

.error-page__title-2 {
    position: absolute;
    font-size: 350px;
    line-height: 350px;
    font-weight: 700;
    color: rgba(var(--harvey-base-rgb), .10);
    top: -10px;
    left: -12px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 15px;
    font-weight: 500;
}

.error-page__text {
    margin: 0;
    line-height: 18px;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 61px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--harvey-extra);
    font-size: 18px;
    color: var(--qutiiz-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: var(--harvey-bdr-radius);
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--harvey-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 70px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.error-page__btn:hover {
    background-color: var(--harvey-black);
}

/*--------------------------------------------------------------
## Contact Details
--------------------------------------------------------------*/
.contact-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.contact-details__inner {
    position: relative;
    display: flex;
}

.contact-details__map-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.contact-details__map {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.contact-details__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 93px 100px 87px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.contact-details__title-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #dcdce0;
    padding-bottom: 37px;
    margin-bottom: 44px;
}

.contact-details__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 18px;
}

.contact-details__text {
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

.contact-details__address {
    font-size: 20px;
    color: var(--harvey-black);
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.contact-details__contact-info {
    position: relative;
    display: flex;
    margin-top: 40px;
}

.contact-details__contact-icon {
    position: relative;
    display: block;
}

.contact-details__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--harvey-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-details__contact-info:hover .contact-details__contact-icon span {
    transform: scale(.9);
}

.contact-details__contact-number-email {
    position: relative;
    display: block;
    line-height: 38px;
    margin-left: 20px;
}

.contact-details__contact-number {
    font-size: 30px;
    color: var(--harvey-black);
    font-weight: 500;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__contact-number:hover {
    color: var(--harvey-base);
}

.contact-details__contact-email {
    font-size: 20px;
    color: var(--harvey-base);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__contact-email:hover {
    color: var(--harvey-black);
}



/* ===================Custom Animation================== */

@-webkit-keyframes shapeMover2 {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover2 {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

.shapemover2 {
    -webkit-animation-name: shapeMover2;
    animation-name: shapeMover2;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}





@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px) rotate(-34deg);
    }

    50% {
        transform: translateX(-10px) rotate(-34deg);
    }

    100% {
        transform: translateX(-30px) rotate(-34deg);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px) rotate(-34deg);
    }

    50% {
        transform: translateX(-10px) rotate(-34deg);
    }

    100% {
        transform: translateX(-30px) rotate(-34deg);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}



@-webkit-keyframes float-bob-x-2 {
    0% {
        transform: translateY(-30px) rotate(-45deg);
    }

    50% {
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        transform: translateY(-30px) rotate(-45deg);
    }
}

@keyframes float-bob-x-2 {
    0% {
        transform: translateY(-30px) rotate(-45deg);
    }

    50% {
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        transform: translateY(-30px) rotate(-45deg);
    }
}

.float-bob-x-2 {
    -webkit-animation-name: float-bob-x-2;
    animation-name: float-bob-x-2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}




@-webkit-keyframes float-bob-x-3 {
    0% {
        transform: translateY(-30px) rotate(34deg);
    }

    50% {
        transform: translateY(-10px) rotate(34deg);
    }

    100% {
        transform: translateY(-30px) rotate(34deg);
    }
}

@keyframes float-bob-x-3 {
    0% {
        transform: translateY(-30px) rotate(34deg);
    }

    50% {
        transform: translateY(-10px) rotate(34deg);
    }

    100% {
        transform: translateY(-30px) rotate(34deg);
    }
}

.float-bob-x-3 {
    -webkit-animation-name: float-bob-x-3;
    animation-name: float-bob-x-3;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@-webkit-keyframes float-bob-x-4 {
    0% {
        transform: translateX(-30px) rotate(10deg);
    }

    50% {
        transform: translateX(-10px) rotate(10deg);
    }

    100% {
        transform: translateX(-30px) rotate(10deg);
    }
}

@keyframes float-bob-x-4 {
    0% {
        transform: translateX(-30px) rotate(10deg);
    }

    50% {
        transform: translateX(-10px) rotate(10deg);
    }

    100% {
        transform: translateX(-30px) rotate(10deg);
    }
}

.float-bob-x-4 {
    -webkit-animation-name: float-bob-x-4;
    animation-name: float-bob-x-4;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}




@-webkit-keyframes float-bob-x-5 {
    0% {
        transform: translateY(-30px) rotate(-37deg);
    }

    50% {
        transform: translateY(-10px) rotate(-37deg);
    }

    100% {
        transform: translateY(-30px) rotate(-37deg);
    }
}

@keyframes float-bob-x-5 {
    0% {
        transform: translateY(-30px) rotate(-37deg);
    }

    50% {
        transform: translateY(-10px) rotate(-37deg);
    }

    100% {
        transform: translateY(-30px) rotate(-37deg);
    }
}

.float-bob-x-5 {
    -webkit-animation-name: float-bob-x-5;
    animation-name: float-bob-x-5;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}




@-webkit-keyframes float-bob-x-6 {
    0% {
        transform: translateX(-30px) rotate(-40deg);
    }

    50% {
        transform: translateX(-10px) rotate(-40deg);
    }

    100% {
        transform: translateX(-30px) rotate(-40deg);
    }
}

@keyframes float-bob-x-6 {
    0% {
        transform: translateX(-30px) rotate(-40deg);
    }

    50% {
        transform: translateX(-10px) rotate(-40deg);
    }

    100% {
        transform: translateX(-30px) rotate(-40deg);
    }
}

.float-bob-x-6 {
    -webkit-animation-name: float-bob-x-6;
    animation-name: float-bob-x-6;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}



@-webkit-keyframes float-bob-x-7 {
    0% {
        transform: translateY(-30px) rotate(-40deg);
    }

    50% {
        transform: translateY(-10px) rotate(-40deg);
    }

    100% {
        transform: translateY(-30px) rotate(-40deg);
    }
}

@keyframes float-bob-x-7 {
    0% {
        transform: translateY(-30px) rotate(-40deg);
    }

    50% {
        transform: translateY(-10px) rotate(-40deg);
    }

    100% {
        transform: translateY(-30px) rotate(-40deg);
    }
}

.float-bob-x-7 {
    -webkit-animation-name: float-bob-x-7;
    animation-name: float-bob-x-7;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


.venom-button {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 99;
}

.venom-button .venom-button-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.venom-button .venom-button-button img,
.venom-button .venom-button-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.venom-button:hover {
    bottom: 17px;
}

.venom-button:hover .venom-button-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.venom-button .venom-button-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.venom-button .venom-button-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.venom-button .venom-button-popup .venom-button-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.venom-button .venom-button-popup.active .venom-button-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.venom-button .venom-button-popup .venom-button-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.venom-button .venom-button-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

    /*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
    :root {
        --harvey-font: 'Barlow', sans-serif;
        --harvey-reey-font: "reeyregular";
        --harvey-gray: #3974B7;
        --harvey-gray-rgb: 129, 128, 140;
        --harvey-white: #ffffff;
        --harvey-white-rgb: 255, 255, 255;
        --harvey-black: #191825;
        --harvey-black-rgb: 25, 24, 37;
        --harvey-base: #3974B7;
        --harvey-base-rgb: 255, 97, 60;
        --harvey-extra: #fcf5f3;
        --harvey-extra-rgb: 252, 245, 243;
        --harvey-bdr-radius: 3px;
    }
    .orange{
        color: #EB9E41 !important;
    }
    .row {
        --bs-gutter-x: 30px;
    }

    .gutter-y-30 {
        --bs-gutter-y: 30px;
    }

    body {
        font-family: var(--harvey-font);
        color: var(--harvey-gray);
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
    }

    body.locked {
        overflow: hidden;
    }

    a {
        color: var(--harvey-gray);
    }

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

    ::placeholder {
        color: inherit;
        opacity: 1;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--harvey-black);
        margin: 0;
    }

    dl,
    ol,
    ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    ::placeholder {
        color: inherit;
        opacity: 1;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        border: 0px solid var(--harvey-black);
        -webkit-text-fill-color: inherit;
        -webkit-box-shadow: 0 0 0px 0 var(--harvey-black) inset;
        box-shadow: 0 0 0px 0 var(--harvey-black) inset;
        transition: background-color 5000s ease-in-out 0s;
    }


    input[type=search]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    /* clears the ‘X’ from Chrome */
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }


    .page-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
        overflow: hidden;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }

    ::placeholder {
        color: inherit;
        opacity: 1;
    }

    .section-separator {
        border-color: var(--harvey-border);
        border-width: 1px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        opacity: 0.4;
        z-index: -1;
    }

    .thm-btn {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        outline: none !important;
        background-color: var(--harvey-base);
        color: var(--harvey-white);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 20px 60px 16px;
        transition: all 0.3s linear;
        overflow: hidden;
        letter-spacing: 0.1em;
        border-radius: var(--harvey-bdr-radius);
        z-index: 1;
    }

    .thm-btn:hover {
        color: var(--harvey-base);
        background-color: transparent;
    }

    .thm-btn::before {
        position: absolute;
        content: '';
        background-color: var(--harvey-black);
        width: 0%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .thm-btn::after {
        position: absolute;
        content: '';
        background-color: var(--harvey-black);
        width: 0%;
        height: 100%;
        right: 0px;
        top: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .thm-btn:hover::before,
    .thm-btn:hover::after {
        width: 50%;
    }





    .thm-btn1 {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        outline: none !important;
        background-color: #EB9E40;
        color: var(--harvey-white);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 20px 60px 16px;
        transition: all 0.3s linear;
        overflow: hidden;
        letter-spacing: 0.1em;
        border-radius: var(--harvey-bdr-radius);
        z-index: 1;
    }

    .thm-btn1:hover {
        color: #EB9E40;
        background-color: transparent;
    }

    .thm-btn1::before {
        position: absolute;
        content: '';
        background-color: var(--harvey-black);
        width: 0%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .thm-btn1::after {
        position: absolute;
        content: '';
        background-color: var(--harvey-black);
        width: 0%;
        height: 100%;
        right: 0px;
        top: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .thm-bt1n:hover::before,
    .thm-btn1:hover::after {
        width: 50%;
    }

    .blog-pagination {
        display: flex;
        align-items: center;
    }

    .blog-pagination a,
    .blog-pagination span {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid #dcdce0;
        font-size: 18px;
        font-weight: 600;
        color: var(--harvey-black);
        line-height: 1;
        padding: 12px 17px;
        transition: all 500ms ease;
    }

    .blog-pagination .current,
    .blog-pagination a:hover {
        color: #fff;
        background-color: var(--harvey-base);
        border-color: var(--harvey-base);
    }

    .blog-pagination a+a,
    .blog-pagination a+span,
    .blog-pagination span+span,
    .blog-pagination span+a {
        margin-left: 10px;
    }


    .swiper-pagination-styled {
        position: relative;
        bottom: auto !important;
        left: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination-styled .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid var(--harvey-black);
        background-color: var(--harvey-black);
        opacity: 0.2;
        transition: all 500ms ease;
    }

    .swiper-pagination-styled .swiper-pagination-bullet-active {
        background-color: transparent;
        border-color: var(--harvey-base);
        opacity: 1;
    }

    .section-title {
        margin-top: -4px;
        margin-bottom: 43px;
    }

    .section-title__tagline {
        position: relative;
        display: inline-block;
        color: var(--harvey-white);
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin-bottom: 10px;
        background-color: #EB9E41 !important;
        padding: 4px 20px 3px;
        border-radius: 15px;
    }

    .section-title__title {
        margin: 0;
        font-size: 55px;
        line-height: 65px;
        font-weight: 800;
    }

    .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
    .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
    .bootstrap-select .show>.btn-light.dropdown-toggle {
        box-shadow: none !important;
        outline: none !important;
    }

    .bootstrap-select>.dropdown-toggle {
        box-shadow: none !important;
    }

    .bootstrap-select .dropdown-toggle:focus,
    .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
        outline: none !important;
    }

    .bootstrap-select .dropdown-menu {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        z-index: 991;
        border-radius: 0;
    }

    .bootstrap-select .dropdown-menu>li+li>a {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .bootstrap-select .dropdown-menu>li.selected>a {
        background: var(--harvey-primary);
        color: #fff;
    }

    .bootstrap-select .dropdown-menu>li>a {
        font-size: 16px;
        font-weight: 500;
        padding: 4px 20px;
        color: #ffffff;
        background: var(--harvey-black);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .bootstrap-select .dropdown-menu>li>a:hover {
        background: var(--harvey-primary);
        color: #fff;
        cursor: pointer;
    }

    .preloader {
        position: fixed;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9991;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
    }

    .preloader__image {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    /* scroll to top */
    .scroll-to-top {
        display: inline-block;
        width: 45px;
        height: 45px;
        background: var(--harvey-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(--harvey-black);
    }

    .scroll-to-top:hover i {
        color: #fff;
    }

    /*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
    .main-header {
        background: transparent;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
        transition: all 500ms ease;
    }

    .main-header:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), 0.10);
        z-index: -1;
    }

    .main-menu {
        position: relative;
        padding: 0 60px;
        z-index: 91;
    }

    .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: 36px;
        padding-bottom: 36px;
        margin-right: 125px;
    }

    .main-menu-wrapper__logo:before {
        position: absolute;
        top: 25px;
        bottom: 26px;
        right: -75px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), .15);
        width: 1px;
    }

    .main-menu-wrapper__main-menu {
        position: relative;
        display: block;
        float: left;
    }

    .main-menu-wrapper__right {
        position: relative;
        display: flex;
        float: right;
        padding: 26.5px 0;
        align-items: center;
    }

    .main-menu-wrapper__search-cat {
        position: relative;
        display: flex;
        align-items: center;
        padding: 14.5px 0;
        margin-left: 90px;
    }

    .main-menu-wrapper__search-cat:before {
        position: absolute;
        top: -2px;
        bottom: 0;
        left: -40px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), .15);
        width: 1px;
    }

    .main-menu-wrapper__search {
        font-size: 24px;
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-menu-wrapper__search:hover {
        color: var(--harvey-base);
    }

    .main-menu-wrapper__call {
        position: relative;
        display: flex;
        align-items: center;
    }

    .main-menu-wrapper__call-icon {
        position: relative;
        display: flex;
        align-items: center;
        height: 53px;
        width: 53px;
        background-color: rgba(var(--harvey-white-rgb), .10);
        border-radius: 50%;
        justify-content: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-menu-wrapper__call-icon:hover {
        background-color: var(--harvey-white);
    }

    .main-menu-wrapper__call-icon span {
        font-size: 25px;
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-menu-wrapper__call-icon:hover span {
        color: var(--harvey-base);
    }

    .main-menu-wrapper__call-number {
        margin-left: 20px;
    }

    .main-menu-wrapper__call-number h5 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
    }

    .main-menu-wrapper__call-number h5 a {
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-menu-wrapper__call-number a:hover {
        color: var(--harvey-base);
    }

    .main-menu-wrapper__call-number p {
        font-size: 14px;
        margin: 0;
        line-height: 26px;
        color: var(--harvey-white);
        font-weight: 500;
        opacity: .6;
    }

    .stricky-header.main-menu {
        padding: 0 60px;
        background-color: var(--harvey-black);
    }

    .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: 36px;
        padding-bottom: 36px;
        position: relative;
    }

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 80px;
    }

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 14px;
        display: flex;
        align-items: center;
        color: var(--harvey-white);
        position: relative;
        transition: all 500ms ease;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .main-menu .main-menu__list>li>a::before,
    .stricky-header .main-menu__list>li>a::before {
        content: "";
        height: 1px;
        border-radius: 0px;
        background-color: var(--harvey-base);
        position: absolute;
        bottom: 3px;
        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.dropdown>a {
        display: flex;
        align-items: center;
    }

    .main-menu .main-menu__list>li.dropdown>a:after {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        font-weight: 900;
        font-size: 12px;
        transition: transform 500ms ease;
        z-index: 1;
        margin-left: 8px;
    }

    .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(--harvey-white);
    }

    .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(--harvey-base);
    }

    .main-menu-three .main-menu__list>li.current>a::before {
        background-color: #fff;
    }

    .main-menu .main-menu__list>li:hover>a::before {
        background-color: var(--harvey-base);
    }

    .main-menu-three .main-menu__list>li:hover>a::before {
        background-color: #fff;
    }

    .main-menu .main-menu__list li ul,
    .stricky-header .main-menu__list li ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 276px;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        transition: 500ms ease;
        z-index: 99;
        box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
        border-radius: var(--harvey-bdr-radius);
    }

    .main-menu .main-menu__list li:hover>ul,
    .stricky-header .main-menu__list li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .main-menu .main-menu__list li ul li,
    .stricky-header .main-menu__list li ul li {
        flex: 1 1 100%;
        width: 100%;
        position: relative;
    }

    .main-menu .main-menu__list li ul li+li,
    .stricky-header .main-menu__list li ul li+li {
        border-top: 1px solid RGBA(var(--harvey-black), 0.1);
    }

    .main-menu .main-menu__list li ul li a,
    .stricky-header .main-menu__list li ul li a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 30px;
        color: var(--harvey-black);
        text-transform: uppercase;
        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(--harvey-base);
        color: var(--harvey-white);
    }

    .main-menu .main-menu__list li ul>li:first-child>a,
    .stricky-header .main-menu__list li ul>li:first-child>a {
        border-top-left-radius: var(--harvey-bdr-radius);
        border-top-right-radius: var(--harvey-bdr-radius);
    }

    .main-menu .main-menu__list li ul>li:last-child>a,
    .stricky-header .main-menu__list li ul>li:last-child>a {
        border-bottom-left-radius: var(--harvey-bdr-radius);
        border-bottom-right-radius: var(--harvey-bdr-radius);
    }


    .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;
    }

    .mobile-nav__buttons {
        display: flex;
        margin-left: auto;
        margin-right: 10px;
    }

    @media (min-width: 1200px) {
        .mobile-nav__buttons {
            display: none;
        }
    }

    .mobile-nav__buttons a {
        font-size: 20px;
        color: var(--harvey-black);
        cursor: pointer;
    }

    .mobile-nav__buttons a+a {
        margin-left: 10px;
    }

    .mobile-nav__buttons a:hover {
        color: var(--harvey-base);
    }

    .main-menu .mobile-nav__toggler {
        font-size: 20px;
        color: var(--harvey-white);
        cursor: pointer;
        transition: 500ms;
    }

    .main-menu .mobile-nav__toggler:hover {
        color: var(--harvey-base);
    }

    @media (min-width: 1200px) {
        .main-menu .mobile-nav__toggler {
            display: none;
        }
    }

    /*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
    .main-header-two {
        background: transparent;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
        transition: all 500ms ease;
    }

    .main-header-two__top {
        position: relative;
        display: block;
        z-index: 1;
    }

    .main-header-two__top:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(var(--harvey-black-rgb), .50);
        z-index: -1;
    }

    .main-header-two__top-inner {
        position: relative;
        display: block;
        padding: 26px 0;
    }

    .main-header-two__top-left {
        position: relative;
        display: flex;
        float: left;
        align-items: center;
    }

    .main-header-two__logo {
        position: relative;
        display: inline-block;
        margin-right: 100px;
        padding: 9.5px 0;
    }

    .main-header-two__logo:before {
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: -51px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), .10);
        width: 1px;
    }

    .main-header-two__top-social {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 17.5px 0px;
    }

    .main-header-two__top-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(--harvey-white);
        font-size: 18px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-header-two__top-social a:hover {
        color: var(--harvey-base);
    }

    .main-header-two__top-social a+a {
        margin-left: 25px;
    }

    .main-header-two__top-right {
        position: relative;
        display: block;
        float: right;
    }

    .main-header-two__top__call {
        position: relative;
        display: flex;
        align-items: center;
    }

    .main-header-two__top-icon {
        position: relative;
        display: flex;
        align-items: center;
        height: 53px;
        width: 53px;
        background-color: #32313d;
        border-radius: 50%;
        justify-content: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-header-two__top-icon:hover {
        background-color: var(--harvey-white);
    }

    .main-header-two__top-icon span {
        font-size: 25px;
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-header-two__top-icon:hover span {
        color: var(--harvey-base);
    }

    .main-header-two__top-call-number {
        margin-left: 20px;
    }

    .main-header-two__top-call-number h5 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
    }

    .main-header-two__top-call-number h5 a {
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-header-two__top-call-number a:hover {
        color: var(--harvey-base);
    }

    .main-header-two__top-call-number p {
        font-size: 14px;
        margin: 0;
        line-height: 26px;
        color: var(--harvey-white);
        font-weight: 500;
        opacity: .6;
    }

    .main-menu-two {
        padding: 0 0 0;
    }

    .main-menu-two-wrapper {
        position: relative;
        display: block;
    }

    .main-menu-two-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: rgba(var(--harvey-white-rgb), .10);
    }

    .main-menu-two-wrapper:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: rgba(var(--harvey-white-rgb), .10);
    }

    .main-menu-two-wrapper__inner {
        position: relative;
        display: block;
    }

    .main-menu-two-wrapper__left {
        position: relative;
        display: block;
        float: left;
    }

    .main-menu-two-wrapper__main-menu {
        position: relative;
        display: block;
    }

    .main-menu-two-wrapper__right {
        position: relative;
        display: block;
        float: right;
    }

    .main-menu-two-wrapper__search-box {
        position: relative;
        display: flex;
        padding: 20.5px 0;
    }

    .main-menu-two-wrapper__search-box:before {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: -40px;
        width: 1px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), .10);
    }

    .main-menu-two-wrapper__search {
        font-size: 24px;
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-menu-two-wrapper__search:hover {
        color: var(--harvey-base);
    }

    .main-menu-two .main-menu__list>li,
    .stricky-header .main-menu-two .main-menu__list>li {
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .stricky-header.main-menu-two {
        padding: 0 0 0;
    }



    /*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
    @keyframes bubbleMover {
        0% {
            -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
        }

        30% {
            -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
            -webkit-transform-origin: center center;
            transform-origin: center center;
        }

        50% {
            -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
            transform: translateY(50px) translateX(100px) rotate(45deg);
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
        }

        80% {
            -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
            -webkit-transform-origin: left top;
            transform-origin: left top;
        }

        100% {
            -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
            -webkit-transform-origin: center center;
            transform-origin: center center;
        }
    }

    @keyframes shapeMover {

        0%,
        100% {
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        }

        50% {
            transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
        }
    }

    @keyframes banner3Shake {
        0% {
            -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
        }

        30% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
        }

        60% {
            -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
        }

        80% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
        }

        100% {
            -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
        }
    }

    @keyframes squareMover {

        0%,
        100% {
            -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
        }

        20%,
        60% {
            -webkit-transform: translate(20px, 40px) rotate(180deg);
            transform: translate(20px, 40px) rotate(180deg);
        }

        30%,
        80% {
            -webkit-transform: translate(40px, 60px) rotate(0deg);
            transform: translate(40px, 60px) rotate(0deg);
        }
    }

    @keyframes treeMove {

        0%,
        100% {
            -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
        }

        25%,
        75% {
            -webkit-transform: rotate(5deg) translateX(15px);
            transform: rotate(5deg) translateX(15px);
        }

        50% {
            -webkit-transform: rotate(10deg) translateX(30px);
            transform: rotate(10deg) translateX(30px);
        }
    }

    /*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
    .zoom-fade {
        animation-name: zoom-fade;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;

        -webkit-animation-name: zoom-fade;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;

        -moz-animation-name: zoom-fade;
        -moz-animation-duration: 5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;

        -ms-animation-name: zoom-fade;
        -ms-animation-duration: 5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;

        -o-animation-name: zoom-fade;
        -o-animation-duration: 5s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    @-webkit-keyframes zoom-fade {
        0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }

    @keyframes zoom-fade {
        0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }

    @-moz-keyframes service_hexagon_2 {
        0% {
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        100% {
            -moz-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @-o-keyframes service_hexagon_2 {
        0% {
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        100% {
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @keyframes service_hexagon_2 {
        0% {
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        100% {
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    /*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
    .mobile-nav__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999999;
        transform: translateX(-100%);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
        visibility: hidden;
    }

    .mobile-nav__wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    }

    .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(--harvey-black);
        z-index: 10;
        position: relative;
        height: 100%;
        overflow-y: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    }

    .mobile-nav__wrapper.expanded .mobile-nav__content {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    }


    .mobile-nav__content .harvey-btn {
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }

    .mobile-nav__content .logo-box {
        margin-bottom: 40px;
        display: flex;
    }

    .mobile-nav__close {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 18px;
        color: var(--harvey-text-dark);
        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(--harvey-font);
        font-weight: 600;
        align-items: center;
        transition: 500ms;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .mobile-nav__content .main-menu__list li ul {
        margin-left: 10px;
    }

    .mobile-nav__content .main-menu__list li a.expanded {
        color: var(--harvey-base);
    }

    .mobile-nav__content .main-menu__list li a button {
        width: 30px;
        height: 30px;
        background-color: var(--harvey-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(--harvey-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(--harvey-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: var(--harvey-white);
        transition: 500ms;
    }

    .mobile-nav__social a+a {
        margin-left: 30px;
    }

    .mobile-nav__social a:hover {
        color: var(--harvey-base);
    }

    .mobile-nav__contact {
        margin-bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobile-nav__contact li {
        color: var(--harvey-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(--harvey-base);
    }

    .mobile-nav__contact li>i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: var(--harvey-base);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 11px;
        margin-right: 10px;
        color: #fff;
    }

    .mobile-nav__container .main-logo,
    .mobile-nav__container .topbar__buttons,
    .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__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--harvey-black);
        opacity: 0.75;
        cursor: pointer;
    }

    .search-popup__content {
        width: 100%;
        max-width: 560px;
    }

    .search-popup__content form {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        background-color: #fff;
        border-radius: var(--harvey-bdr-radius);
        overflow: hidden;
    }

    .search-popup__content form input[type="search"],
    .search-popup__content form input[type="text"] {
        width: 100%;
        background-color: #fff;
        font-size: 16px;
        border: none;
        outline: none;
        height: 66px;
        padding-left: 30px;
    }

    .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(--harvey-base);
        border: 0;
    }

    .search-popup__content .thm-btn:hover {
        background-color: var(--harvey-black);
    }

    .search-popup__content .thm-btn i {
        margin: 0;
    }

    /*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
    .main-slider {
        overflow: hidden;
        position: relative;
    }

    .main-slider .swiper-slide {
        position: relative;
        background-color: var(--harvey-black);
    }

    .main-slider .container {
        position: relative;
        padding-top: 270px;
        padding-bottom: 190px;
        z-index: 30;
    }

    .main-slider .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: scale(1);
        opacity: 0.3;
        background-color: var(--harvey-black);
        background-blend-mode: luminosity;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
        z-index: 1;
    }

    .main-slider .swiper-slide-active .image-layer {
        transform: scale(1.15);
    }

    .main-slider .swiper-slide-active .image-layer {
        opacity: 0.4;
    }

    .main-slider-shape-1 {
        position: absolute;
        top: -290px;
        right: 430px;
        height: 770px;
        width: 360px;
        background-color: var(--harvey-black);
        mix-blend-mode: soft-light;
        border-radius: 170px;
        transform: translateY(-100%) rotate(-40deg);
        opacity: 0;
        z-index: 2;
    }

    .swiper-slide-active .main-slider-shape-1 {
        opacity: 1;
        transform: translateY(0) translateX(0) rotate(-40deg);
        transition: all 1000ms ease;
    }

    .main-slider-shape-2 {
        position: absolute;
        bottom: -172px;
        right: -59px;
        height: 560px;
        width: 260px;
        background-color: var(--harvey-base);
        mix-blend-mode: color;
        border-radius: 125px;
        transform: translateY(100%) rotate(-36deg);
        opacity: 0;
        z-index: 2;
    }

    .swiper-slide-active .main-slider-shape-2 {
        opacity: 1;
        transform: translateY(0) translateX(0) rotate(-36deg);
        transition: all 1000ms ease;
        transition-delay: 1500ms;
    }

    .main-slider-shape-3 {
        position: absolute;
        bottom: -175px;
        right: 229px;
        height: 350px;
        width: 165px;
        background-color: var(--harvey-white);
        mix-blend-mode: overlay;
        border-radius: 125px;
        transform: translateY(100%) rotate(-40deg);
        opacity: 0;
        z-index: 2;
    }

    .swiper-slide-active .main-slider-shape-3 {
        opacity: 1;
        transform: translateY(0) translateX(0) rotate(-40deg);
        transition: all 1000ms ease;
        transition-delay: 2000ms;
    }

    .main-slider__content {
        position: relative;
        display: block;
    }
    .orange{
        color: #EB9E41 !important;
    }

    .main-slider h2 {
        margin: 0;
        margin-bottom: 39px;
        color: var(--harvey-white);
        font-weight: 700;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-120px);
        transition-delay: 1000ms;
        transition: transform 2000ms ease, opacity 2000ms ease;
        font-size: 120px;
        line-height: 120px;
    }

    .main-slider .thm-btn {
        opacity: 0;
        transform: translateY(100px);
        transition-delay: 2500ms;
        transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
    }

    .main-slider .swiper-slide-active .thm-btn,
    .main-slider .swiper-slide-active h2 {
        visibility: visible;
        opacity: 1;
        transform: translateY(0) translateX(0);
    }


    .main-slider__nav {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 54%;
        left: 50%;
        z-index: 100;
        transform: translateY(-50%) translateX(-50%);
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }


    .main-slider__nav .swiper-button-next,
    .main-slider__nav .swiper-button-prev {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 100;
        width: 60px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: var(--harvey-black);
        background-color: var(--harvey-white);
        border-radius: 20px;
        opacity: .2;
        margin: 0;
        text-align: center;
        transition: all 500ms ease;
    }


    .main-slider__nav .swiper-button-next:hover,
    .main-slider__nav .swiper-button-prev:hover {
        opacity: 1;
    }

    .main-slider__nav .swiper-button-next::after,
    .main-slider__nav .swiper-button-prev::after {
        display: none;
    }

    .main-slider__nav .swiper-button-prev {
        margin-bottom: 10px;
    }

    .main-slider__nav .swiper-button-prev .icon-left-arrow {
        position: relative;
        transform: rotate(180deg);
    }

    #main-slider-pagination {
        z-index: 10;
        bottom: 48px;
        left: 50%;
        width: 100%;
        max-width: 1170px;
        -webkit-transform: translate(-50%, calc(-50% + 95px));
        transform: translate(-50%, calc(0% + 0px));
        text-align: left;
    }

    #main-slider-pagination .swiper-pagination-bullet {
        margin: 0;
    }

    #main-slider-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid transparent;
        background-color: rgba(var(--harvey-white-rgb), 0.8);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    #main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: 5px;
    }

    #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 2px solid var(--harvey-white);
        background-color: rgba(var(--harvey-white-rgb), 0);
    }


    /*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
    .main-slider-two {
        position: relative;
        display: block;
    }

    .main-slider-two .container {
        padding-top: 375px;
        padding-bottom: 240px;
    }

    .main-slider-two .main-slider__content {
        text-align: center;
    }

    .main-slider-two h2 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 40px;
    }

    .main-slider-two .thm-btn {
        transform: translateY(100px);
    }

    .main-slider__nav-two {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        transform: translateY(-50%) translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-slider__nav-two .swiper-button-next,
    .main-slider__nav-two .swiper-button-prev {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 100;
        width: 60px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--harvey-black);
        font-size: 20px;
        background-color: var(--harvey-white);
        border-radius: 20px;
        opacity: .2;
        margin: 0;
        text-align: center;
        transition: all 500ms ease;
    }

    .main-slider__nav-two .swiper-button-next {
        right: -63px;
    }

    .main-slider__nav-two .swiper-button-prev {
        left: -63px;
    }

    .main-slider__nav-two .swiper-button-next:hover,
    .main-slider__nav-two .swiper-button-prev:hover {
        opacity: 1;
    }

    .main-slider__nav-two .swiper-button-next::after,
    .main-slider__nav-two .swiper-button-prev::after {
        display: none;
    }

    .main-slider__nav-two .swiper-button-prev .icon-left-arrow {
        position: relative;
        transform: rotate(180deg);
    }

    .main-slider-two #main-slider-pagination {
        text-align: center;
    }

    /*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
    .main-slider-three {
        position: relative;
        display: block;
    }

    .main-slider-three .swiper-slide {
        position: relative;
        background-color: var(--harvey-base);
    }

    .main-slider-three .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: inherit;
        opacity: 0.6;
        background-color: inherit;
        background-blend-mode: inherit;
        transition: inherit;
        z-index: 1;
    }

    .main-slider-three-img-1 {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        z-index: 1;
    }

    .swiper-slide-active .main-slider-three-img-1 {
        opacity: 1;
        transform: translateX(0px);
        transition: all 1000ms ease;
    }

    .main-slider-three-img-2 {
        position: absolute;
        top: 307px;
        right: 0;
        opacity: 0;
        transform: translateX(200px);
        z-index: 1;
    }

    .swiper-slide-active .main-slider-three-img-2 {
        opacity: 1;
        transform: translateY(0px);
        transition: all 1000ms ease;
        transition-delay: 1500ms;
    }

    .main-slider-three-shape-1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: .10;
        -webkit-animation-name: shapeMover;
        animation-name: shapeMover;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .main-slider-three-shape-2 {
        position: absolute;
        bottom: 130px;
        right: 220px;
        z-index: -1;
        opacity: .10;
        -webkit-animation-name: squareMover;
        animation-name: squareMover;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-perspective: 100px;
        perspective: 100px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .main-slider-three__social {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 180px;
        left: -50px;
        z-index: 1;
        transform: rotate(-90deg);
    }

    .main-slider-three__social a {
        font-size: 16px;
        color: var(--harvey-white);
        font-weight: 600;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .main-slider-three__social a:hover {
        color: var(--harvey-black);
    }

    .main-slider-three__social a+a {
        margin-left: 25px;
    }

    .main-slider-three__date-time {
        position: absolute;
        top: 225px;
        left: -12px;
        z-index: 1;
        transform: rotate(-90deg);
    }

    .main-slider-three__date-time p {
        font-size: 16px;
        color: var(--harvey-white);
        font-weight: 600;
        margin: 0;
    }

    .main-slider-three__date-time p span {
        padding-left: 20px;
    }

    .main-slider-three .container {
        padding-top: 225px;
        padding-bottom: 205px;
    }

    .main-slider-three h2 {
        font-size: 140px;
        line-height: 130px;
        transform: translateY(-120px);
    }

    .main-slider-three h2 span {
        font-family: var(--harvey-reey-font);
        line-height: 95px;
        font-weight: 400;
    }

    .main-slider-three .thm-btn {
        background-color: var(--harvey-black);
    }

    .main-slider-three .thm-btn:hover {
        color: var(--harvey-base);
    }

    .main-slider-three .thm-btn::before {
        background-color: var(--harvey-white);
    }

    .main-slider-three .thm-btn::after {
        background-color: var(--harvey-white);
    }

    .slider-bottom-box {
        position: absolute;
        left: 0;
        bottom: 60px;
        right: 0;
        min-height: 40px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .main-slider-three #main-slider-pagination {
        position: relative;
        text-align: left;
        display: block;
        max-width: 150px;
        width: 100%;
        left: inherit;
        bottom: inherit;
        transform: inherit;
        float: left;
        top: 15px;
    }

    .main-slider-three .main-slider__nav {
        position: relative;
        float: right;
        max-width: 150px;
        width: 100%;
        left: inherit;
        top: inherit;
        transform: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        margin-left: auto;
    }

    .main-slider-three .swiper-button-prev {
        margin-bottom: 0px;
        margin-right: 10px;
    }

    /*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
    .welcome-one {
        position: relative;
        display: block;
        background-color: var(--harvey-black);
        padding: 120px 0 120px;
        z-index: 1;
    }

    .welcome-one-shape {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.03;
        z-index: -1;
    }

    .welcome-one__top {
        position: relative;
        display: block;
    }

    .welcome-one__top-left {
        position: relative;
        display: block;
    }

    .welcome-one__top-left .section-title {
        margin-bottom: 0;
    }

    .welcome-one__top-left .section-title__tagline {
        background-color: #0a090f;
    }

    .welcome-one__top-left .section-title__title {
        color: var(--harvey-white);
    }

    .welcome-one__top-right {
        position: relative;
        display: block;
        margin-left: 140px;
        margin-top: -12px;
    }

    .welcome-one__counter {
        position: relative;
        display: block;
        margin-bottom: 53px;
    }

    .welcome-one__counter-list {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .welcome-one__counter-single {
        position: relative;
        display: block;
        max-width: 50%;
        width: 100%;
        float: left;
        text-align: right;
    }

    .welcome-one__counter-single:before {
        position: absolute;
        top: 13px;
        bottom: 5px;
        left: 10px;
        content: "";
        width: 1px;
        background-color: rgba(var(--harvey-white-rgb), .10);
    }

    .welcome-one__counter-single:first-child:before {
        display: none;
    }

    .welcome-one__counter-single:first-child {
        padding-right: 48px;
    }

    .welcome-one__counter-single h3 {
        font-size: 45px;
        color: var(--harvey-white);
        font-weight: 800;
        font-family: var(--harvey-font) !important;
        line-height: 55px !important;
    }

    .welcome-one__counter-text {
        font-size: 20px;
        color: #a5a3b5;
        margin: 0;
    }

    .welcome-one__video-link {
        position: relative;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 130px;
        border-radius: var(--harvey-bdr-radius);
    }

    .welcome-one__video-icon {
        height: 52px;
        width: 52px;
        background-color: var(--harvey-base);
        border-radius: 50%;
        font-size: 12px;
        color: var(--harvey-white);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        left: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .welcome-one__video-icon:hover {
        color: var(--harvey-base);
        background-color: var(--harvey-white);
    }

    .welcome-one__bottom {
        position: relative;
        display: block;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .welcome-one__feature {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        counter-reset: count;
    }

    .welcome-one__feature-single {
        position: relative;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 100%;
        background-color: var(--harvey-white);
        padding: 37px 60px 32px;
    }

    .welcome-one__feature-single:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        width: 1px;
        background-color: #dcdce0;
    }

    .welcome-one__feature-single:first-child:before {
        display: none;
    }

    .welcome-one__feature-single:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .welcome-one__feature-single:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .welcome-one__feature-content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .welcome-one__feature-title {
        font-size: 24px;
        font-weight: 800;
        line-height: 29px;
    }

    .welcome-one__feature-title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .welcome-one__feature-single:hover .welcome-one__feature-title a {
        color: var(--harvey-base);
    }

    .welcome-one__feature-arrow {
        position: relative;
        display: block;
    }

    .welcome-one__feature-arrow a {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: var(--harvey-black);
        font-size: 16px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .welcome-one__feature-single:hover .welcome-one__feature-arrow a {
        color: var(--harvey-white);
    }

    .welcome-one__feature-arrow a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 15px;
        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);
        z-index: -1;
    }

    .welcome-one__feature-single:hover .welcome-one__feature-arrow a:before {
        transform: scaleX(1.0);
    }

    .welcome-one__feature-icon {
        position: relative;
        display: block;
        margin-top: 21px;
    }

    .welcome-one__feature-icon span {
        position: relative;
        display: inline-block;
        font-size: 64px;
        color: var(--harvey-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .welcome-one__feature-single:hover .welcome-one__feature-icon span {
        transform: rotateY(360deg);
    }

    .welcome-one__feature-count {
        height: 30px;
        width: 45px;
        position: absolute;
        bottom: 53px;
        right: 50px;
        line-height: 30px;
    }

    .welcome-one__feature-count:before {
        position: absolute;
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        font-weight: 400;
        counter-increment: count;
        content: "0"counter(count);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        color: rgba(var(--harvey-black-rgb), .10);
    }

    .welcome-one__find-solutions {
        position: relative;
        display: block;
        text-align: center;
    }

    .welcome-one__find-solutions-text {
        color: #a5a3b5;
        font-weight: 500;
        margin: 0;
        line-height: 29px;
    }

    .welcome-one__find-solutions-text a {
        position: relative;
        display: inline-block;
        background-color: var(--harvey-base);
        font-size: 12px;
        color: var(--harvey-white);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-weight: 700;
        padding: 0 20px 0;
        border-radius: 15px;
        margin-left: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .welcome-one__find-solutions-text a:hover {
        background-color: var(--harvey-white);
        color: var(--harvey-base);
    }


    /*--------------------------------------------------------------
# Work Together
--------------------------------------------------------------*/
    .work-together {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .work-together__left {
        position: relative;
        display: block;
    }

    .work-together__img-box {
        position: relative;
        display: block;
    }

    .work-together-shape-1 {
        position: absolute;
        bottom: -56px;
        left: -170px;
        opacity: 0.20;
    }

    .work-together-shape-1 img {
        -webkit-animation-name: shapeMover;
        animation-name: shapeMover;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .work-together__img-1 {
        position: relative;
        display: block;
    }

    .work-together__img-1 img {
        border-radius: var(--harvey-bdr-radius);
    }

    .work-together__img-2 {
        position: absolute;
        bottom: -100px;
        right: 0;
    }

    .work-together__img-2:before {
        position: absolute;
        bottom: 0;
        left: -27px;
        width: 7px;
        height: 83px;
        background-color: var(--harvey-base);
        content: "";
        border-radius: 8px;
    }

    .work-together__img-2 img {
        border-radius: var(--harvey-bdr-radius);
    }

    .work-together__right {
        position: relative;
        display: block;
        margin-left: 70px;
    }

    .work-together__right .section-title {
        margin-bottom: 20px;
    }

    .work-together__right-text {
        margin: 0;
        font-weight: 500;
        font-size: 20px;
        color: #000000;
    }

    .work-together__points {
        position: relative;
        display: block;
        margin-top: 28px;
        margin-bottom: 44px;
    }

    .work-together__points li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .work-together__points li+li {
        margin-top: 5px;
    }

    .work-together__points li .icon {
        height: 15px;
        width: 15px;
        background-color: var(--harvey-base);
        font-size: 9px;
        color: var(--harvey-white);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .work-together__points li .text {
        margin-left: 20px;
    }

    .work-together__points li .text p {
        color: var(--harvey-black);
        font-weight: 400;
        margin: 0;
    }

    .work-together__person {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 7px;
    }

    .work-together__person-img {
        position: relative;
        display: inline-block;
        border-radius: 50%;
    }

    .work-together__person-img>img {
        border-radius: 50%;
    }

    .work-together__person-img:before {
        position: absolute;
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
        border: 2px solid var(--harvey-base);
        content: "";
        border-radius: 50%;
    }

    .work-together__person-name {
        font-size: 24px;
        line-height: 34px;
        font-family: var(--harvey-reey-font);
        color: var(--harvey-base);
        margin-left: 22px;
    }


    /*--------------------------------------------------------------
# Case One
--------------------------------------------------------------*/
    .case-one {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 120px 0 90px;
        z-index: 1;
    }

    .case-one:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 512px;
        background-color: var(--harvey-extra);
        content: "";
        z-index: -1;
    }

    .case-one .section-title__tagline {
        background-color: var(--harvey-white);
    }

    .case-one__single {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .case-one__img {
        position: relative;
        display: block;
        border-radius: var(--harvey-bdr-radius);
        overflow: hidden;
    }

    .case-one__img:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(var(--harvey-black-rgb), .30);
        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;
        border-radius: var(--harvey-bdr-radius);
        z-index: 1;
    }

    .case-one__single:hover .case-one__img: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);
    }

    .case-one__img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .case-one__single:hover .case-one__img img {
        transform: scale(1.1) rotate(2deg);
    }

    .case-one__content {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        padding: 30px 50px 31px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-right: 40px;
        margin-top: -125px;
        z-index: 3;
    }

    .case-one__content:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--harvey-base);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        opacity: 1;
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: scaleY(0);
        z-index: -1;
    }

    .case-one__single:hover .case-one__content:before {
        transform: scaleY(1.0);
    }

    .case-one__tagline {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .case-one__single:hover .case-one__tagline {
        color: var(--harvey-white);
    }

    .case-one__title {
        font-size: 23px;
        font-weight: 800;
        line-height: 34px;
        margin-top: 4px;
    }

    .case-one__title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .case-one__single:hover .case-one__title a {
        color: var(--harvey-white);
    }

    .case-one__arrow {
        position: absolute;
        bottom: 30px;
        right: 80px;
        z-index: 4;
    }

    .case-one__arrow a {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: var(--harvey-black);
        font-size: 16px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .case-one__single:hover .case-one__arrow a {
        color: var(--harvey-white);
    }

    .case-one__arrow a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background-color: var(--harvey-black);
        border-radius: 15px;
        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);
        z-index: -1;
    }

    .case-one__single:hover:hover .case-one__arrow a:before {
        transform: scaleX(1.0);
    }






    /*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
    .benefits-one {
        position: relative;
        display: block;
        padding: 0 0 100px;
    }

    .benefits-one__left {
        position: relative;
        display: block;
    }

    .benefits-one__img-box {
        position: relative;
        display: block;
        margin-bottom: 48px;
    }

    .benefits-one__img-single {
        position: relative;
        display: block;
    }

    .benefits-one__img-single img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .benefits-one__points {
        position: relative;
        display: block;
    }

    .benefits-one__points li {
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dcdce0;
        padding-bottom: 42px;
        margin-bottom: 50px;
    }

    .benefits-one__points li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .benefits-one__points li .icon {
        position: relative;
        display: block;
        max-width: 95px;
        width: 100%;
    }

    .benefits-one__points li .icon span {
        font-size: 62px;
        color: var(--harvey-base);
        position: relative;
        display: inline-block;
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .benefits-one__points li:hover .icon span {
        transform: rotateY(360deg);
    }

    .benefits-one__points li .icon p {
        font-size: 20px;
        color: var(--harvey-black);
        font-weight: 700;
        margin: 0;
        padding-top: 2px;
    }

    .benefits-one__points li .text {
        margin-left: 80px;
    }

    .benefits-one__points li .text p {
        margin: 0;
    }

    .benefits-one__rihgt {
        position: relative;
        display: block;
    }

    .benefits-one__right-text {
        position: relative;
        display: block;
        margin-bottom: 0;
        margin-left: 98px;
        margin-right: 40px;
        padding-bottom: 84px;
        padding-top: 26px;
    }

    .faq-one-accrodion .accrodion {
        position: relative;
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border-radius: var(--harvey-bdr-radius);
        background-color: var(--harvey-extra);
    }

    .faq-one-accrodion .accrodion.active {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    }


    .faq-one-accrodion .accrodion-title {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 18px 40px 18px;
        padding-right: 27px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        border: 1px solid transparent;
    }

    .faq-one-accrodion .accrodion-title h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: var(--harvey-black);
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .faq-one-accrodion .accrodion+.accrodion {
        margin-top: 20px;
    }

    .faq-one-accrodion .accrodion.active .accrodion-title {
        border: 1px solid #dcdce0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: var(--harvey-base);
    }

    .faq-one-accrodion .accrodion.active .accrodion-title h4 {
        color: var(--harvey-base);
    }

    .faq-one-accrodion .accrodion-title h4::before {
        content: "\f106";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 17px;
        color: var(--harvey-base);
    ;
        position: absolute;
        top: 50%;
        right: 0;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
        content: "\f107";
        color: var(--harvey-black);
    ;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .faq-one-accrodion .accrodion-content {
        position: relative;
        padding: 30px 40px 30px;
        border: 1px solid transparent;
        border-top: 0;
    }

    .faq-one-accrodion .accrodion.active .accrodion-content {
        border: 1px solid #dcdce0;
        border-top: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .faq-one-accrodion .accrodion-content p {
        margin: 0;
    }

    /*--------------------------------------------------------------
# Free Consultation
--------------------------------------------------------------*/
    .free-consultation {
        position: relative;
        display: block;
        /*bottom: -31px;*/
        /*padding: 0 0 120px;*/
        background-color: var(--harvey-extra);
    }

    .free-consultation__inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #EB9E40 !important;
        padding: 60px 100px 60px;
        z-index: 99;
        border-radius: var(--harvey-bdr-radius);
    }

    .free-consultation__left {
        position: relative;
        display: flex;
        align-items: center;
    }

    .free-consultation__content {
        font-size: 30px;
        color: var(--harvey-white);
        font-weight: 500;
        line-height: 40px;
    }

    .free-consultation__content span {
        color: var(--harvey-base);
        font-weight: 700;
        text-transform: uppercase;
    }

    .free-consultation__icon {
        position: relative;
        height: 100px;
        width: 100px;
        background-color: #000000;
        border-radius: 50%;
        font-size: 40px;
        color: var(--harvey-white);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 165px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .free-consultation__icon:hover {
        color: var(--harvey-base);
        background-color: var(--harvey-white);
    }

    .free-consultation__icon:before {
        position: absolute;
        top: 50%;
        left: -77px;
        width: 57px;
        height: 1px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), .20);
        transform: translateY(-50%);
    }

    .free-consultation__icon:after {
        position: absolute;
        top: 50%;
        right: -77px;
        width: 57px;
        height: 1px;
        content: "";
        background-color: rgba(var(--harvey-white-rgb), .20);
        transform: translateY(-50%);
    }

    .free-consultation__right {
        position: relative;
        display: block;
    }

    .free-consultation__contact-info {
        position: relative;
        display: block;
        line-height: 38px;
    }

    .free-consultation__contact-number {
        font-size: 30px;
        color: var(--harvey-white);
        font-weight: 500;
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .free-consultation__contact-number:hover {
        color: var(--harvey-base);
    }

    .free-consultation__contact-email {
        font-size: 20px;
        color: var(--harvey-base);
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .free-consultation__contact-email:hover {
        color: var(--harvey-white);
    }

    /*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
    .our-mission {
        position: relative;
        display: block;
        padding: 110px 0 120px;
        overflow: hidden;
    }

    .our-mission-bg-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--harvey-black);
        z-index: 1;
    }

    .our-mission-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
        mix-blend-mode: luminosity;
        opacity: 0.5;
    }

    .our-mission-shape-1 {
        position: absolute;
        bottom: -202px;
        right: 0;
        height: 560px;
        width: 260px;
        background-color: var(--harvey-base);
        mix-blend-mode: color;
        border-radius: 280px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .our-mission-shape-2 {
        position: absolute;
        bottom: -274px;
        right: 223px;
        height: 350px;
        width: 165px;
        background-color: var(--harvey-white);
        mix-blend-mode: overlay;
        border-radius: 175px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .our-mission-shape-3 {
        position: absolute;
        top: -569px;
        right: 580px;
        height: 770px;
        width: 360px;
        background-color: var(--harvey-black);
        mix-blend-mode: soft-light;
        border-radius: 385px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .our-mission__inner {
        position: relative;
        display: block;
        z-index: 2;
    }

    .our-mission__title {
        font-size: 75px;
        color: var(--harvey-white);
        font-weight: 800;
        line-height: 80px;
        margin-bottom: 41px;
    }

    /*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
    .team-one {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    .team-one__container {
        position: relative;
        display: block;
        max-width: 1690px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .team-one__single {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .team-one__img {
        position: relative;
        display: block;
        background-color: var(--harvey-black);
        border-radius: var(--harvey-bdr-radius);
        overflow: hidden;
        z-index: 1;
    }

    .team-one__img:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 100%;
        border-radius: var(--harvey-bdr-radius);
        z-index: 2;

        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(25, 24, 37, 0.96)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#191825', GradientType=0);
    }

    .team-one__img:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(var(--harvey-black-rgb), .30);
        width: 0%;
        transform: translateY(100%);
        transition: all 500ms ease;
        z-index: 1;
    }

    .team-one__single:hover .team-one__img:after {
        transform: translateY(0);
        width: 100%;
    }

    .team-one__img img {
        width: 100%;
        /*mix-blend-mode: luminosity;*/
        border-radius: var(--harvey-bdr-radius);
    }

    .team-one__content {
        position: absolute;
        bottom: 45px;
        left: 50px;
        z-index: 3;
    }

    .team-one__name {
        font-size: 21px;
        color: var(--harvey-white);
        font-weight: 700;
        line-height: 40px;
    }

    .team-one__title {
        font-size: 20px;
        color: var(--harvey-base);
        font-weight: 500;
        margin: 0;
        line-height: 28px;
    }

    .team-one__social {
        position: absolute;
        top: 50px;
        right: 50px;
        transform: scaleX(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 2;
    }

    .team-one__single:hover .team-one__social {
        transform: scaleX(1.0);
    }

    .team-one__social li+li {
        margin-top: 10px;
    }

    .team-one__social li a {
        position: relative;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--harvey-black);
        font-size: 15px;
        background-color: var(--harvey-white);
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .team-one__social li a:hover {
        color: var(--harvey-white);
        background-color: transparent;
    }

    .team-one__social li a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 50%;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: left center;
        z-index: -1;
    }

    .team-one__social li a:hover:before {
        transform: scale(1, 1);
        transform-origin: right center;
    }

    .team-carousel .swiper-pagination {
        position: relative;
        bottom: auto;
        left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .team-carousel .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid var(--harvey-black);
        background-color: var(--harvey-black);
        opacity: 0.2;
        transition: all 500ms ease;
    }

    .team-carousel .swiper-pagination .swiper-pagination-bullet-active {
        background-color: transparent;
        border-color: var(--harvey-base);
        opacity: 1;
    }

    /*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
    .testimonial-one {
        position: relative;
        display: block;
    }

    .testimonial-one__carousel {
        position: relative;
        display: block;
    }

    .testimonial-one__single {
        position: relative;
        display: flex;
        border-bottom: 1px solid #dcdce0;
        padding-bottom: 112px;
    }

    .testimonial-one__client-info {
        position: relative;
        display: block;
        max-width: 170px;
        width: 100%;
    }

    .testimonial-one__client-img {
        position: relative;
        display: block;
        border-radius: 50%;
    }

    .testimonial-one__client-img img {
        width: 100% !important;
        border-radius: 50%;
    }

    .testimonial-one__quote {
        position: absolute;
        top: 50%;
        right: -20px;
        height: 40px;
        width: 40px;
        background-color: var(--harvey-base);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
    }

    .testimonial-one__quote img {
        width: auto !important;
    }

    .testimonial-one__content {
        position: relative;
        display: block;
        margin-left: 100px;
        margin-top: -12px;
    }

    .testimonial-one__text {
        font-size: 34px;
        color: var(--harvey-black);
        margin: 0;
        line-height: 54px;
        padding-bottom: 36px;
    }

    .testimonial-one__client-name {
        font-size: 20px;
        color: var(--harvey-base);
        font-weight: 700;
        line-height: 30px;
    }

    .testimonial-one__client-title {
        font-size: 16px;
        margin: 0;
        line-height: 26px;
    }

    .testimonial-one__carousel.owl-carousel .owl-dots {
        position: absolute;
        bottom: 125px;
        left: 0px;
        right: 0;
        text-align: right;
        margin: 0 !important;
    }

    .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid transparent;
        background-color: rgba(var(--harvey-black-rgb), 0.2);
        margin: 0px 2.5px;
        padding: 0px;
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

    .testimonial-one__carousel.owl-carousel .owl-dot.active {
        border: 2px solid var(--harvey-base);
        background-color: rgba(var(--harvey-black-rgb), 0);
    }

    .testimonial-one__carousel.owl-carousel .owl-dot:focus {
        outline: none;
    }

    .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
        display: none;
    }


    /*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
    .testimonials-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .testimonials-page .row {
        --bs-gutter-y: 30px;
    }

    /*--------------------------------------------------------------
# Trusted One
--------------------------------------------------------------*/
    .trusted-one {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    .trusted-one__inner {
        position: relative;
        display: flex;
        align-items: center;
    }

    .trusted-one__left {
        position: relative;
        display: block;
        max-width: 370px;
        width: 100%;
    }

    .trusted-one__content {
        font-size: 35px;
        font-weight: 800;
        line-height: 41px;
    }

    .trusted-one__right {
        position: relative;
        display: block;
        max-width: 800px;
        width: 100%;
    }

    .trusted-one__content-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .trusted.one__single {
        position: relative;
        max-width: 100%;
        width: 100%;
        float: left;
        background-color: var(--harvey-extra);
        border-radius: var(--harvey-bdr-radius);
        padding: 40px 50px 31px;
        margin-bottom: 30px;
    }

    @media(min-width: 768px) {
        .trusted.one__single {
            max-width: 252px;
        }
    }

    .trusted.one__single+.trusted.one__single {
        margin-left: 22px;
    }

    .trusted-one__icon {
        position: relative;
        height: 64px;
        width: 64px;
        background-color: var(--harvey-white);
        border-radius: 50%;
        font-size: 23px;
        color: var(--harvey-base);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .trusted.one__single:hover .trusted-one__icon {
        color: var(--harvey-white);
    }

    .trusted-one__icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 50%;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: left center;
        z-index: -1;
    }

    .trusted.one__single:hover .trusted-one__icon:before {
        transform: scale(1, 1);
        transform-origin: right center;
    }

    .trusted-one__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .trusted-one__title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .trusted.one__single:hover .trusted-one__title a {
        color: var(--harvey-base);
    }

    .trusted-one__text {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        line-height: 26px;
    }

    /*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
    .news-one {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 120px 0 90px;
        z-index: 1;
    }

    .news-one:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        height: 523px;
        background-color: var(--harvey-extra);
        z-index: -1;
    }

    .news-one-shape-1 {
        position: absolute;
        top: -449px;
        right: 398px;
        height: 760px;
        width: 360px;
        background-color: #faefeb;
        border-radius: 380px;
        transform: rotate(-40deg);
        z-index: -1;
    }

    .news-one-shape-2 {
        position: absolute;
        bottom: 80px;
        right: -85px;
        width: 260px;
        height: 495px;
        background-color: var(--harvey-white);
        opacity: .70;
        border-radius: 247.5px;
        transform: rotate(-45deg);
        z-index: -1;
    }

    .news-one .section-title__tagline {
        background-color: var(--harvey-white);
    }

    .news-one__single {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .news-one__img {
        position: relative;
        display: block;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden;
    }

    .news-one__img img {
        width: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-one__single:hover .news-one__img img {
        transform: scale(1.05);
    }

    .news-one__img>a {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(var(--harvey-black-rgb), 0.3);
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: var(--harvey-base);
        transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
        visibility: hidden;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        opacity: 0;
        transform: translateY(-30%);
    }

    .news-one__img>a>span {
        position: relative;
    }

    .news-one__img>a>span::before {
        content: '';
        width: 20px;
        height: 2px;
        background-color: var(--harvey-base);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 500ms ease;
    }

    .news-one__img>a>span::after {
        content: '';
        transition: all 500ms ease;
        width: 2px;
        height: 20px;
        background-color: var(--harvey-base);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .news-one__img>a:hover>span::before,
    .news-one__img>a:hover>span::after {
        background-color: var(--harvey-white);
    }

    .news-one__single:hover .news-one__img>a {
        visibility: visible;
        transform: translateY(0%);
        opacity: 1;
    }


    .news-one__content {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 19px 40px 18px;
        border-bottom: 2px solid transparent;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-one__single:hover .news-one__content {
        border-bottom: 2px solid var(--harvey-base);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    }

    .news-one__sub-title {
        position: relative;
        display: inline-block;
        background-color: var(--harvey-extra);
        font-size: 12px;
        color: var(--harvey-base);
        font-weight: 600;
        line-height: 30px;
        padding: 0 20px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        border-radius: 15px;
        margin: 0;
    }

    .news-one__title {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 15px;
        margin-bottom: 21px;
    }

    .news-one__title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-one__single:hover .news-one__title a {
        color: var(--harvey-base);
    }

    .news-one__meta {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-top: 1px solid #dcdce0;
        padding-top: 20px;
    }

    .news-one__meta li+li {
        margin-left: 10px;
    }

    .news-one__meta li span {
        font-size: 14px;
    }

    .news-one__meta li a {
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-one__meta li a:hover {
        color: var(--harvey-base);
    }

    .news-one__meta li a i {
        color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
    .cta-one {
        position: relative;
        display: block;
        z-index: 3;
    }

    .cta-one__inner {
        position: relative;
        display: block;
        border-radius: var(--harvey-bdr-radius);
        z-index: 1;
    }

    .cta-one__inner:before {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0px;
        content: "";
        background-color: var(--harvey-base);
        border-radius: var(--harvey-bdr-radius);
        z-index: -1;
    }

    @media(min-width: 768px) {
        .cta-one__inner:before {
            right: -100000000px;
        }
    }

    .cta-one__inner-content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--harvey-base);
        overflow: hidden;
        padding: 94px 0;
        padding-left: 120px;
        border-radius: var(--harvey-bdr-radius);
    }

    .cta-one-shape-1 {
        position: absolute;
        top: -234px;
        left: 44px;
        width: 230px;
        height: 437px;
        background-color: var(--harvey-black);
        mix-blend-mode: soft-light;
        border-radius: 218.5px;
        transform: rotate(-34deg);
    }

    .cta-one-shape-2 {
        position: absolute;
        bottom: -274px;
        left: 350px;
        width: 180px;
        height: 380px;
        background-color: var(--harvey-white);
        mix-blend-mode: soft-light;
        border-radius: 190px;
        transform: rotate(-45deg);
    }

    .cta-one__title {
        font-size: 40px;
        color: var(--harvey-white);
        font-weight: 700;
        line-height: 50px;
    }

    .cta-one__btn {
        background-color: var(--harvey-white);
        color: var(--harvey-black);
    }


    /*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
    .site-footer {
        position: relative;
        display: block;
        margin-top: -120px;
        z-index: 1;
    }

    .site-footer__top {
        position: relative;
        display: block;
        background-color: var(--harvey-black);
        padding: 222px 0 100px;
        z-index: 1;
    }

    .site-footer-shape-1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.02;
        z-index: -1;
    }

    .footer-widget__about {
        position: relative;
        display: block;
        margin-top: -4px;
    }

    .footer-widget__logo {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .footer-widget__about-text-box {
        position: relative;
        display: block;
    }

    .footer-widget__about-text {
        font-size: 24px;
        color: var(--harvey-white);
        font-weight: 600;
        margin: 0;
    }

    .site-footer__social {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-top: 1px solid rgba(var(--harvey-white-rgb), .10);
        padding-top: 30px;
        margin-top: 19px;
    }

    .site-footer__social a {
        position: relative;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        color: #a5a3b5;
        font-size: 15px;
        background-color: #0a090f;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .site-footer__social a:hover {
        color: var(--harvey-white);
        background-color: transparent;
    }

    .site-footer__social a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 50%;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: left center;
        z-index: -1;
    }

    .site-footer__social a:hover:before {
        transform: scale(1, 1);
        transform-origin: right center;
    }

    .site-footer__social a+a {
        margin-left: 10px;
    }

    .footer-widget__explore {
        position: relative;
        display: block;
    }

    .footer-widget__title {
        font-size: 20px;
        color: var(--harvey-white);
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 34px;
    }

    .footer-widget__explore-list {
        position: relative;
        display: block;
        float: left;
        margin-top: -5px;
    }

    .footer-widget__explore-list li+li {
        margin-top: 6px;
    }

    .footer-widget__explore-list li a {
        font-size: 16px;
        color: #a5a3b5;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .footer-widget__explore-list li a:hover {
        color: var(--harvey-white);
    }

    .footer-widget__explore-list-two {
        position: relative;
        display: block;
        margin-left: 65px;
    }

    .footer-widget__newsletter-box {
        position: relative;
        display: block;
    }

    .footer-widget__newsletter-text {
        font-size: 16px;
        color: #a5a3b5;
        margin: 0;
        line-height: 26px;
        padding-bottom: 21px;
    }

    .footer-widget__newsletter-form {
        position: relative;
        display: block;
    }

    .footer-widget__newsletter-input-box {
        position: relative;
        display: block;
    }

    .footer-widget__newsletter-input-box input[type="email"] {
        height: 75px;
        width: 100%;
        border: none;
        outline: none;
        padding-left: 30px;
        padding-right: 60px;
        font-size: 14px;
        color: var(--harvey-gray);
        font-weight: 500;
        border-radius: var(--harvey-bdr-radius);
    }

    .footer-widget__newsletter-btn {
        position: absolute;
        top: 50%;
        right: 0;
        height: 75px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: transparent;
        border: 0;
        transform: translateY(-50%);
        transition: all 500ms ease;
        padding: 0;
    }

    .footer-widget__newsletter-btn i {
        font-size: 16px;
        color: var(--harvey-base);
    }

    .footer-widget__contact {
        position: relative;
        display: block;
    }

    .footer-widget__contact-text {
        font-weight: 500;
        color: #a5a3b5;
        line-height: 30px;
        margin: 0;
    }

    .footer-widget__contact-info {
        position: relative;
        display: block;
        line-height: 35px;
        margin-top: 16px;
    }

    .footer-widget__contact-number {
        font-size: 30px;
        color: var(--harvey-white);
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .footer-widget__contact-number:hover {
        color: var(--harvey-base);
    }

    .footer-widget__contact-email {
        font-size: 20px;
        color: var(--harvey-base);
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .footer-widget__contact-email:hover {
        color: var(--harvey-white);
    }

    .site-footer__bottom {
        position: relative;
        display: block;
        background-color: #0a090f;
        padding: 37px 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .site-footer__bottom-inner {
        position: relative;
        display: block;
        text-align: center;
    }

    .site-footer__bottom-text {
        font-size: 16px;
        color: #a5a3b5;
        margin: 0;
        font-weight: 500;
    }

    .site-footer__bottom-text a {
        color: #a5a3b5;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .site-footer__bottom-text a:hover {
        color: var(--harvey-white);
    }

    /*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
    .welcome-two {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .welcome-two__left {
        position: relative;
        display: block;
        margin-left: -375px;
    }

    .welcome-two__img {
        position: relative;
        display: block;
        z-index: 1;
    }

    .welcome-two__img:before {
        position: absolute;
        top: -120px;
        bottom: -120px;
        left: -1000000px;
        right: 270px;
        background-color: var(--harvey-extra);
        content: "";
        z-index: -1;
    }

    .welcome-two__img:after {
        position: absolute;
        bottom: -120px;
        right: 240px;
        background-color: var(--harvey-base);
        content: "";
        height: 100px;
        width: 7px;
        border-radius: 8px;
        z-index: -1;
    }

    .welcome-two__img img {
        width: 100%;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .welcome-two__right {
        position: relative;
        display: block;
        margin-left: 90px;
    }

    .welcome-two__right .section-title {
        margin-bottom: 35px;
    }

    .welcome-two__text-1 {
        font-size: 24px;
        color: var(--harvey-base);
        font-weight: 500;
        margin: 0;
        line-height: 38px;
    }

    .welcome-two__content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 33px;
        padding-bottom: 32px;
    }

    .welcome-two__points {
        position: relative;
        display: block;
    }

    .welcome-two__points li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .welcome-two__points li+li {
        margin-top: 5px;
    }

    .welcome-two__points li .icon {
        height: 15px;
        width: 15px;
        background-color: var(--harvey-base);
        font-size: 9px;
        color: var(--harvey-white);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .welcome-two__points li .text {
        margin-left: 20px;
    }

    .welcome-two__points li .text p {
        color: var(--harvey-black);
        font-weight: 600;
        margin: 0;
    }

    .welcome-two__icon-box {
        position: relative;
        height: 170px;
        width: 195px;
        background-color: var(--harvey-extra);
        border-radius: var(--harvey-bdr-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .welcome-two__icon-box span {
        position: relative;
        display: inline-block;
        font-size: 66px;
        color: var(--harvey-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .welcome-two__icon-box:hover span {
        transform: rotateY(360deg);
    }

    .welcome-two__icon-box-text {
        color: var(--harvey-black);
        font-weight: 700;
        margin: 0;
        line-height: 23px;
        padding-top: 8px;
    }

    .welcome-two__text-2 {
        margin: 0;
        padding-bottom: 48px;
    }

    /*--------------------------------------------------------------
# Case Two
--------------------------------------------------------------*/
    .case-two {
        position: relative;
        display: block;
    }

    .case-two__carousel {
        position: relative;
        display: block;
    }

    .case-two__carousel.owl-carousel .owl-stage-outer {
        padding: 0 0 90px;
        margin-right: -360px;
        margin-left: -30px;
        padding-left: 30px;
    }

    .case-two__carousel.owl-carousel .owl-stage-outer:before {
        content: "";
        position: absolute;
        left: -10px;
        bottom: 100px;
        width: 40px;
        height: 167px;
        background: #fff;
        z-index: 1;
    }

    .case-two__carousel .owl-stage-outer .owl-item {
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .case-two__carousel .owl-stage-outer .owl-item.active {
        transition: all 200ms linear;
    }

    .case-two__carousel.owl-carousel .owl-dots {
        position: absolute;
        top: -98px;
        left: 0px;
        right: 0;
        text-align: right;
        margin: 0 !important;
    }

    .case-two__carousel.owl-carousel .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid transparent;
        background-color: rgba(var(--harvey-black-rgb), 0.2);
        margin: 0px 2.5px;
        padding: 0px;
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

    .case-two__carousel.owl-carousel .owl-dot.active {
        border: 2px solid var(--harvey-base);
        background-color: rgba(var(--harvey-black-rgb), 0);
    }

    .case-two__carousel.owl-carousel .owl-dot:focus {
        outline: none;
    }

    .case-two__carousel.owl-carousel .owl-dots .owl-dot span {
        display: none;
    }

    /*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
    .quality-work {
        position: relative;
        display: block;
        background-color: var(--harvey-extra);
        padding: 120px 0 120px;
        overflow: hidden;
        z-index: 1;
    }

    .quality-work-shape-1 {
        position: absolute;
        top: -401px;
        right: 545px;
        height: 770px;
        width: 360px;
        background-color: #faefeb;
        border-radius: 385px;
        transform: rotate(-45deg);
        z-index: -1;
    }

    .quality-work-shape-2 {
        position: absolute;
        bottom: -275px;
        right: 71px;
        height: 555px;
        width: 260px;
        background-color: var(--harvey-white);
        border-radius: 277.5px;
        transform: rotate(-45deg);
        z-index: -1;
    }

    .quality-work__left {
        position: relative;
        display: block;
    }

    .quality-work__left .section-title__tagline {
        background-color: var(--harvey-white);
    }

    .quality-work__tab-box .tab-buttons {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .quality-work__tab-box .tab-buttons .tab-btn {
        position: relative;
        display: inline-block;
    }

    .quality-work__tab-box .tab-buttons .tab-btn+.tab-btn {
        margin-left: 15px;
    }

    .quality-work__tab-box .tab-buttons .tab-btn span {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: var(--harvey-black);
        font-weight: 800;
        background-color: var(--harvey-white);
        padding: 10px 50px 6px;
        letter-spacing: 0.1em;
        border-radius: var(--harvey-bdr-radius);
        cursor: pointer;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 1;
        text-transform: uppercase;
    }

    .quality-work__tab-box .tab-buttons .tab-btn.active-btn span {
        color: var(--harvey-white);
    }

    .quality-work__tab-box .tab-buttons .tab-btn span:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        content: "";
        background-color: var(--harvey-base);
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .quality-work__tab-box .tab-buttons .tab-btn span:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        height: 100%;
        content: "";
        background-color: var(--harvey-base);
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .quality-work__tab-box .tab-buttons .tab-btn.active-btn span:before,
    .quality-work__tab-box .tab-buttons .tab-btn.active-btn span:after {
        width: 50%;
    }

    .quality-work__tab-box .tabs-content {
        position: relative;
        display: block;
    }

    .quality-work__tab-box .tabs-content .tab {
        position: relative;
        display: none;
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        z-index: 10;
    }

    .quality-work__tab-box .tabs-content .tab.active-tab {
        display: block;
        margin-top: 0px;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);

    }

    .tab-content__inner {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .tab-content__img {
        position: relative;
        display: block;
        float: left;
    }

    .tab-content__img img {
        border-radius: 50%;
        width: auto;
    }

    .tab-content__contnet {
        position: relative;
        display: block;
        float: left;
        max-width: 360px;
        width: 100%;
        margin-left: 30px;
    }

    .tab-content__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 36px;
    }

    .tab-content__text {
        margin: 0;
        font-weight: 500;
    }

    .quality-work__right {
        position: relative;
        display: block;
        margin-top: 43px;
    }

    .quality-work__points {
        position: relative;
        display: block;
    }

    .quality-work__points li {
        position: relative;
        display: flex;
        border-bottom: 1px solid #dcdce0;
        padding-bottom: 48px;
        margin-bottom: 54px;
    }

    .quality-work__points li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .quality-work__points li .icon {
        position: relative;
        top: 5px;
    }

    .quality-work__points li .icon span {
        position: relative;
        display: inline-block;
        font-size: 64px;
        color: var(--harvey-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
    }

    .quality-work__points li:hover .icon span {
        transform: scale(0.9);
    }

    .quality-work__points li .text {
        margin-left: 40px;
    }

    .quality-work__points li .text h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .quality-work__points li .text p {
        margin: 0;
        font-weight: 500;
    }

    /*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
    .experience {
        position: relative;
        display: block;
        background-color: var(--harvey-base);
        padding: 77px 0;
    }

    .experience__inner {
        position: relative;
        display: block;
        text-align: center;
    }

    .experience__title {
        font-size: 35px;
        color: var(--harvey-white);
        line-height: 41px;
        font-weight: 700;
    }

    /*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
    .services-one {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    .services-one__single {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .services-one__img {
        position: relative;
        display: block;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden;
        z-index: 1;
    }

    .services-one__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(var(--harvey-black-rgb), .30);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        opacity: 1;
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: scaleY(0);
        z-index: 1;
    }

    .services-one__single:hover .services-one__img:before {
        transform: scaleY(1.0);
    }

    .services-one__img img {
        width: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .services-one__single:hover .services-one__img img {
        transform: scale(1.1) rotate(2deg);
    }

    .services-one__content {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 40px 40px 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-one__single:hover .services-one__content {
        box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    }

    .services-one__title-box {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 21px;
    }

    .services-one__title-icon {
        position: relative;
        display: flex;
        align-items: center;
    }

    .services-one__title-icon:before {
        position: absolute;
        top: 0;
        right: -30px;
        bottom: 0;
        width: 1px;
        content: "";
        background-color: #dcdce0;
    }

    .services-one__title-icon span {
        position: relative;
        display: inline-block;
        font-size: 66px;
        color: var(--harvey-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1) rotateY(0deg);
    }

    .services-one__single:hover .services-one__title-icon span {
        transform: scale(.9) rotateY(360deg);
        color: var(--harvey-black);
    }

    .services-one__title {
        font-size: 26px;
        font-weight: 800;
        line-height: 31px;
        margin-left: 60px;
    }

    .services-one__title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-one__single:hover .services-one__title a {
        color: var(--harvey-base);
    }

    .services-one__text {
        font-weight: 500;
        line-height: 32px;
        margin: 0;
    }

    .services-one__bottom {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #dcdce0;
        padding-top: 20px;
        margin-top: 19px;
    }

    .services-one__read-more {
        font-size: 12px;
        color: var(--harvey-black);
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.1em;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-one__single:hover .services-one__read-more {
        color: var(--harvey-base);
    }

    .services-one__arrow {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: var(--harvey-black);
        font-size: 16px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .services-one__single:hover .services-one__arrow {
        color: var(--harvey-white);
    }

    .services-one__arrow:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 15px;
        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);
        z-index: -1;
    }

    .services-one__single:hover .services-one__arrow:before {
        transform: scaleX(1.0);
    }



    .services-one--carousel {
        padding-bottom: 120px;
    }

    .service-carousel .swiper-pagination {
        margin-top: 30px;
    }

    .service-carousel.swiper-container {
        overflow: visible;
    }

    .service-carousel .swiper-slide {
        opacity: 0;
        visibility: hidden;
        transition: opacity 500ms ease, visibility 500ms ease;
    }

    .service-carousel .swiper-slide.swiper-slide-active {
        opacity: 1;
        visibility: visible;
    }

    @media(min-width: 768px) {

        .service-carousel .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }
    }

    @media(min-width: 992px) {

        .service-carousel .swiper-slide.swiper-slide-next+.swiper-slide {
            opacity: 1;
            visibility: visible;
        }
    }

    /*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
    .testimonial-two .testimonial-one__single {
        border-bottom: 0;
    }

    /*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
    .brand-one {
        position: relative;
        display: block;
        background-color: #ffffff;
        padding: 118px 0 119px;
        border-top: 1px solid #dcdce0;
    }

    .brand-one .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brand-one .swiper-slide img {
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0.2;
        max-width: 100%;
    }

    .brand-one .swiper-slide img:hover {
        opacity: 0.6;
    }

    /*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
    .why-choose-one {
        position: relative;
        display: block;
        background-color: var(--harvey-extra);
        padding: 120px 0 0;
        overflow: hidden;
        z-index: 1;
    }

    .why-choose-one-shape-1 {
        position: absolute;
        bottom: 200px;
        right: -253px;
        height: 770px;
        width: 360px;
        background-color: #faefeb;
        border-radius: 385px;
        transform: rotate(34deg);
        z-index: -1;
    }

    .why-choose-one-shape-2 {
        position: absolute;
        bottom: -432px;
        right: 208px;
        height: 555px;
        width: 260px;
        background-color: var(--harvey-white);
        border-radius: 277.5px;
        transform: rotate(10deg);
        z-index: -1;
    }

    .why-choose-one__left {
        position: relative;
        display: block;
        margin-left: -375px;
    }

    .why-choose-one__img {
        position: relative;
        display: block;
    }

    .why-choose-one__img img {
        width: 100%;
        border-top-right-radius: 3px;
    }

    .why-choose-one__right {
        position: relative;
        display: block;
        margin-left: 90px;
    }

    .why-choose-one__right .section-title__tagline {
        background-color: var(--harvey-white);
    }

    .why-choose-one__right .section-title {
        margin-bottom: 23px;
    }

    .why-choose-one__text {
        margin: 0;
        padding-bottom: 38px;
    }

    .why-choose-one__points {
        position: relative;
        display: flex;
        align-items: center;
    }

    .why-choose-one__points li {
        position: relative;
        display: flex;
        align-items: center;
        background-color: var(--harvey-black);
        border-radius: var(--harvey-bdr-radius);
        padding: 13px 30px;
        max-width: 284px;
        width: 100%;
    }

    .why-choose-one__points li+li {
        margin-left: 15px;
    }

    .why-choose-one__points li .icon {
        height: 15px;
        width: 15px;
        font-size: 9px;
        color: var(--harvey-black);
        background-color: var(--harvey-base);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why-choose-one__points li .text {
        margin-left: 15px;
    }

    .why-choose-one__points li .text p {
        color: var(--harvey-white);
        font-weight: 700;
        margin: 0;
    }

    .why-choose-one__progress {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 44px;
    }

    .why-choose-one__progress-single {
        position: relative;
        display: block;
    }

    .why-choose-one__progress-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: var(--harvey-black);
        margin-bottom: 6px;
    }

    .why-choose-one__progress .bar {
        position: relative;
        width: 100%;
        height: 13px;
        background-color: var(--harvey-white);
        border-radius: 30px;
        margin-bottom: 14px;
    }

    .why-choose-one__progress .bar-inner {
        position: relative;
        display: block;
        width: 0px;
        height: 13px;
        border-radius: 30px;
        background: var(--harvey-base);
        -webkit-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .why-choose-one__progress .count-text {
        position: absolute;
        right: 0px;
        bottom: 20px;
        color: var(--harvey-gray);
        line-height: 24px;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        opacity: 0;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .why-choose-one__progress .bar-inner.counted .count-text {
        opacity: 1;
    }

    .why-choose-one__progress .bar.marb-0 {
        margin-bottom: 0;
    }

    /*--------------------------------------------------------------
# Our Mission Two
--------------------------------------------------------------*/
    .our-mission-two {
        position: relative;
        display: block;
        padding: 110px 0 240px;
        overflow: hidden;
    }

    .our-mission-two-bg-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--harvey-black);
        z-index: 1;
    }

    .our-mission-two-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
        /*mix-blend-mode: luminosity;*/
        opacity: 0.5;
    }

    .our-mission-two-shape-1 {
        position: absolute;
        bottom: -105px;
        right: 0;
        height: 560px;
        width: 260px;
        background-color: var(--harvey-base);
        mix-blend-mode: color;
        border-radius: 280px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .our-mission-two-shape-2 {
        position: absolute;
        bottom: -146px;
        right: 246px;
        height: 350px;
        width: 165px;
        background-color: var(--harvey-white);
        mix-blend-mode: overlay;
        border-radius: 125px;
        transform: rotate(-40deg);
        z-index: 1;
    }

    .our-mission-two-shape-3 {
        position: absolute;
        top: -545px;
        right: 580px;
        height: 770px;
        width: 360px;
        background-color: var(--harvey-black);
        mix-blend-mode: soft-light;
        border-radius: 385px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .our-mission-two__left {
        position: relative;
        display: block;
        z-index: 3;
    }

    .our-mission-two__title {
        font-size: 58px;
        color: var(--harvey-white);
        /* font-weight: 800; */
        line-height: 59px;
        margin-bottom: 36px;
    }

    .our-mission-two__right {
        position: relative;
        display: block;
        float: right;
        margin-top: 135px;
        z-index: 3;
    }

    .our-mission-two__video-link {
        position: relative;
        display: block;
    }

    .our-mission-two__video-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 112px;
        height: 112px;
        line-height: 112px;
        text-align: center;
        font-size: 25px;
        color: var(--harvey-white);
        background-color: rgba(var(--harvey-black-rgb), .20);
        border-radius: 50%;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .our-mission-two__video-icon:hover {
        background-color: rgba(var(--harvey-black-rgb), 1);
    }

    .our-mission-two__video-icon:before {
        position: absolute;
        top: -17px;
        left: -17px;
        right: -17px;
        bottom: -17px;
        content: "";
        border-radius: 50%;
        z-index: 1;
        border: 3px solid var(--harvey-base);
    }

    .our-mission-two__video-link .ripple,
    .our-mission-two__video-icon .ripple:before,
    .our-mission-two__video-icon .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        transform: translate(-50%, -50%);
        -ms-box-shadow: 0 0 0 0 rgba(var(--harvey-base-rgb), 0.6);
        -o-box-shadow: 0 0 0 0 rgba(var(--harvey-base-rgb), 0.6);
        box-shadow: 0 0 0 0 rgba(var(--harvey-base-rgb), 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        border-radius: 50%;
    }

    .our-mission-two__video-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .our-mission-two__video-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }

    .our-mission-two__video-text {
        font-size: 30px;
        color: var(--harvey-base);
        line-height: 40px;
        font-family: var(--harvey-reey-font);
        position: relative;
        left: -124px;
        top: 29px;
    }

    /*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
    .counter-one {
        position: relative;
        display: block;
        margin-top: -120px;
        z-index: 1;
    }

    .counter-one__inner {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
        border-radius: var(--harvey-bdr-radius);
        padding: 61px 0 20px;
    }

    .counter-one__inner:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: var(--harvey-base);
        height: 4px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .counter-one__list {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .counter-one__single {
        position: relative;
        flex: 0 0 25%;
        max-width: 25%;
        width: 100%;
        text-align: center;
        margin-bottom: 33px;
    }

    .counter-one__single:before {
        position: absolute;
        top: 0;
        bottom: 7px;
        left: 0;
        content: "";
        width: 1px;
        background-color: #dcdce0;
    }

    .counter-one__single:first-child:before {
        display: none;
    }

    .counter-one__icon {
        position: relative;
        display: block;
        padding-bottom: 10px;
    }

    .counter-one__icon span {
        position: relative;
        display: inline-block;
        color: var(--harvey-base);
        font-size: 64px;
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1) rotateY(0deg);
    }

    .counter-one__single:hover .counter-one__icon span {
        transform: scale(.9) rotateY(360deg);
        color: var(--harvey-black);
    }

    .counter-one__single h3 {
        font-size: 40px;
        font-weight: 800;
        font-family: var(--harvey-font) !important;
        line-height: 50px !important;
    }

    .counter-one__text {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        line-height: 26px;
    }

    .counter-one .odometer-formatting-mark {
        display: none;
    }

    /*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
    .news-two {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    /*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
    .google-map {
        position: relative;
        display: block;
        top: 1px;
    }

    .google-map__one {
        position: relative;
        display: block;
        border: none;
        height: 660px;
        width: 100%;
    }

    /*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
    .cta-two {
        margin-top: -167px;
    }

    /*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
    .site-footer-three {
        margin-top: 0;
    }

    .site-footer-three .site-footer__top {
        padding: 122px 0 100px;
    }


    /*--------------------------------------------------------------
# Find Solution
--------------------------------------------------------------*/
    .find-solution {
        position: relative;
        display: block;
        background-color: #EB9E43 !important;
        padding: 59px 0;
    }

    .find-solution__inner {
        position: relative;
        display: block;
        text-align: center;
    }

    .find-solutions__text {
        font-size: 20px;
        color: var(--harvey-white);
        font-weight: 500;
        margin: 0;
        line-height: 29px;
    }

    .find-solutions__text a {
        position: relative;
        display: inline-block;
        background-color: var(--harvey-black);
        font-size: 12px;
        color: var(--harvey-white);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-weight: 700;
        padding: 0 20px 0;
        border-radius: 15px;
        margin-left: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    @media (max-width: 575px) {
        .find-solutions__text a {
            margin-top: 10px;
        }
    }

    .find-solutions__text a:hover {
        background-color: var(--harvey-white);
        color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
    .services-two {
        position: relative;
        display: block;
        background-color: var(--harvey-extra);
        padding: 120px 0 90px;
    }

    .services-two__top {
        position: relative;
        display: block;
    }

    .services-two__top-left {
        position: relative;
        display: block;
    }


    .services-two__top-left .section-title__tagline {
        background-color: var(--harvey-white);
    }

    .services-two__top-right {
        position: relative;
        display: block;
        margin-left: 70px;
    }

    .services-two__top-text {
        color: var(--harvey-black);
        line-height: 32px;
    }

    .services-two__bottom {
        position: relative;
        display: block;
    }

    .services-two__single {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
        padding: 50px 40px 20px;
        text-align: center;
        border-radius: var(--harvey-bdr-radius);
        margin-bottom: 30px;
    }

    .services-two__icon {
        position: relative;
        display: block;
    }

    .services-two__icon span {
        position: relative;
        display: inline-block;
        font-size: 66px;
        color: var(--harvey-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1) rotateY(0deg);
    }

    .services-two__single:hover .services-two__icon span {
        transform: scale(.9) rotateY(360deg);
        color: var(--harvey-black);
    }

    .services-two__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        margin-top: 19px;
        margin-bottom: 24px;
        max-width: 171px;
        margin-left: auto;
        margin-right: auto;
        text-transform: capitalize;
    }

    .services-two__title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-two__single:hover .services-two__title a {
        color: var(--harvey-base);
    }

    .services-two__text {
        font-weight: 500;
        line-height: 32px;
        color: var(--harvey-black);
        margin: 0;
    }

    .services-two__bottom-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #dcdce0;
        padding-top: 20px;
        margin-top: 34px;
    }

    .services-two__read-more {
        font-size: 12px;
        color: var(--harvey-black);
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.1em;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-two__single:hover .services-two__read-more {
        color: var(--harvey-base);
    }

    .services-two__arrow {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: var(--harvey-black);
        font-size: 16px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .services-two__single:hover .services-two__arrow {
        color: var(--harvey-white);
    }

    .services-two__arrow:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 15px;
        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);
        z-index: -1;
    }

    .services-two__single:hover .services-two__arrow:before {
        transform: scaleX(1.0);
    }

    /*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/

    .service-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .service-page .row {
        --bs-gutter-y: 30px;
    }

    .service-page .services-two__single {
        margin-bottom: 0;
    }

    /*--------------------------------------------------------------
# Welcome Three
--------------------------------------------------------------*/
    .welcome-three {
        position: relative;
        display: block;
        padding: 120px 0 0;
    }

    .welcome-three__left {
        position: relative;
        display: block;
        margin-right: 70px;
    }

    .welcome-three__left .section-title {
        margin-bottom: 29px;
    }

    .welcome-three__points {
        position: relative;
        display: flex;
        align-items: center;
    }

    .welcome-three__points li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .welcome-three__points li+li {
        margin-left: 145px;
    }

    .welcome-three__points li .icon {
        height: 15px;
        width: 15px;
        background-color: var(--harvey-base);
        font-size: 9px;
        color: var(--harvey-white);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .welcome-three__points li .text {
        margin-left: 10px;
    }

    .welcome-three__points li .text p {
        font-size: 20px;
        color: var(--harvey-black);
        font-weight: 700;
        margin: 0;
        line-height: 27px;
    }

    .welcome-three__points-content {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .welcome-three__points-content li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .welcome-three__points-content li+li {
        margin-left: 60px;
    }

    .welcome-three__points-text {
        font-size: 16px;
        font-weight: 500;
        color: var(--harvey-black);
        margin: 0;
        line-height: 30px;
    }

    .welcome-three__text {
        /*font-weight: 500;*/
        color: var(--harvey-black);
        margin: 0;
    }

    .welcome-three__progress {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 32px;
        margin-bottom: 50px;
    }

    .welcome-three__progress-single {
        position: relative;
        display: block;
    }

    .welcome-three__progress-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: var(--harvey-black);
        margin-bottom: 6px;
    }

    .welcome-three__progress .bar {
        position: relative;
        width: 100%;
        height: 13px;
        background-color: var(--harvey-extra);
        border-radius: 30px;
    }

    .welcome-three__progress .bar-inner {
        position: relative;
        display: block;
        width: 0px;
        height: 13px;
        border-radius: 30px;
        background: var(--harvey-base);
        -webkit-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .welcome-three__progress .count-text {
        position: absolute;
        right: 0px;
        bottom: 20px;
        color: var(--harvey-gray);
        line-height: 24px;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        opacity: 0;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .welcome-three__progress .bar-inner.counted .count-text {
        opacity: 1;
    }

    .welcome-three__bottom {
        position: relative;
        display: flex;
        align-items: center;
    }

    .welcome-three__video {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .video-one__video-icon {
        position: relative;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: var(--harvey-white);
        background-color: var(--harvey-black);
        background-blend-mode: luminosity;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .video-one__video-icon:hover {
        color: var(--harvey-base);
    }

    .video-one__video-icon:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: var(--harvey-black);
        border-radius: 50%;
        opacity: .60;
        z-index: -1;
    }

    .welcome-three__video-text {
        font-size: 18px;
        line-height: 28px;
        font-family: var(--harvey-reey-font);
        margin-left: 20px;
    }

    .welcome-three__right {
        position: relative;
        display: block;
        margin-right: 70px;
    }

    .welcome-three__img-box {
        position: relative;
        display: block;
    }

    .welcome-three__img-box:before {
        position: absolute;
        top: 0;
        right: -35px;
        width: 5px;
        height: 278px;
        background-color: var(--harvey-extra);
        border-radius: var(--harvey-bdr-radius);
        content: "";
        z-index: 2;
    }

    .welcome-three-img-1 {
        position: relative;
        display: block;
        border-radius: var(--harvey-bdr-radius);
    }

    .welcome-three-img-1 img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .welcome-three__img-2 {
        position: absolute;
        bottom: 0;
        right: -190px;
        border-radius: var(--harvey-bdr-radius);
    }

    .welcome-three__img-2 img {
        width: auto;
        border-radius: var(--harvey-bdr-radius);
    }

    .welcome-three__experience {
        position: absolute;
        background-color: var(--harvey-base);
        text-align: center;
        z-index: 2;
        border-radius: var(--harvey-bdr-radius);
        padding: 17px 70px;
        top: 199px;
        right: -320px;
        transform: rotate(90deg);
    }

    .welcome-three__experience p {
        font-size: 16px;
        color: var(--harvey-white);
        margin: 0;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: 0.4em;
    }

    /*--------------------------------------------------------------
# Case Three
--------------------------------------------------------------*/
    .case-three {
        position: relative;
        display: block;
    }

    .case-three .container {
        max-width: 1500px;
    }

    .case-three:before {
        display: none;
    }

    .case-three .section-title__tagline {
        background-color: var(--harvey-extra);
    }

    .case-three .case-one__content {
        margin-right: 140px;
    }

    .case-three .case-one__arrow {
        right: 180px;
    }

    /*--------------------------------------------------------------
# Our Mission Three
--------------------------------------------------------------*/
    .our-mission-three {
        padding-bottom: 120px;
    }

    /*--------------------------------------------------------------
# How We Works
--------------------------------------------------------------*/
    .how-we-works {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    .how-we-works__list-box {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        counter-reset: count;
    }

    .how-we-works__single {
        position: relative;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .how-we-works__icon-box {
        position: relative;
        display: block;
    }

    .how-we-works__icon {
        position: relative;
        height: 185px;
        width: 185px;
        background-color: var(--harvey-extra);
        border-radius: 50%;
        font-size: 65px;
        color: var(--harvey-base);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transition: all 500ms ease;
        z-index: 1;
    }

    .how-we-works__single:hover .how-we-works__icon {
        color: var(--harvey-white);
    }

    .how-we-works__icon::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-radius: 50%;
        background-color: var(--harvey-base);
        transform: scale(0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        z-index: -1;
    }

    .how-we-works__single:hover .how-we-works__icon::before {
        transform: scaleX(1);
    }

    .how-we-works__count {
        height: 67px;
        width: 67px;
        background-color: var(--harvey-base);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -10px;
        margin: 0 auto;
        transition: all 500ms ease;
    }

    .how-we-works__single:hover .how-we-works__count {
        background-color: var(--harvey-extra);
    }

    .how-we-works__count:before {
        position: absolute;
        height: 67px;
        width: 67px;
        text-align: center;
        color: var(--harvey-white);
        font-size: 20px;
        line-height: 67px;
        border-radius: 50%;
        font-weight: 700;
        counter-increment: count;
        content: "0"counter(count);
        transition: all 500ms ease;
    }

    .how-we-works__single:hover .how-we-works__count:before {
        color: var(--harvey-base);
    }

    .how-we-works__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 44px;
        margin-bottom: 30px;
    }

    .how-we-works__text {
        margin: 0;
    }



    /*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
    .testimonial-three {
        position: relative;
        display: block;
        background-color: var(--harvey-extra);
        padding: 0px 0 120px;
        overflow: hidden;
        z-index: 1;
    }

    .testimonial-three-shape-1 {
        position: absolute;
        top: -269px;
        left: 0;
        height: 770px;
        width: 360px;
        background-color: #faefeb;
        border-radius: 160px;
        transform: rotate(-37deg);
        z-index: -1;
    }

    .testimonial-three__left {
        position: relative;
        display: block;
        z-index: 5;
    }

    .testimonial-three__left .section-title__tagline {
        background-color: var(--harvey-white);
    }

    .testimonial-three__right {
        position: relative;
        display: block;
    }

    .testimonial-three__carousel {
        position: relative;
        display: block;
    }

    .testimonial-three__carousel .owl-stage-outer {
        overflow: visible;
    }

    .testimonial-three__carousel.owl-carousel .owl-item {
        opacity: 0;
        visibility: hidden;
        transition: opacity 500ms ease, visibility 500ms ease;
    }

    .testimonial-three__carousel.owl-carousel .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

    .testimonial-three__single {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        border-radius: var(--harvey-bdr-radius);
        padding: 51px 60px 70px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .testimonial-three__single:hover {
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    }

    .testimonial-three__text {
        font-size: 20px;
        line-height: 36px;
        margin: 0;
        padding-bottom: 37px;
    }

    .testimonial-three__client-info {
        position: relative;
        display: flex;
        align-items: center;
    }

    .testimonial-three__client-img {
        position: relative;
        display: block;
        width: 70px;
        border-radius: 50%;
        margin-left: 7px;
    }

    .testimonial-three__client-img:before {
        position: absolute;
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
        border: 2px solid var(--harvey-base);
        content: "";
        border-radius: 50%;
    }

    .testimonial-three__client-img img {
        width: 100%;
        border-radius: 50%;
    }

    .testimonial-three__client-details {
        margin-left: 30px;
    }

    .testimonial-three__client-name {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    }

    .testimonial-three__client-title {
        font-size: 16px;
        color: var(--harvey-base);
        font-weight: 600;
        line-height: 26px;
        margin: 0;
    }

    .testimonial-three__quote-icon {
        position: absolute;
        bottom: 89px;
        right: 60px;
    }

    .testimonial-three__quote-icon img {
        width: auto;
    }

    .testimonial-three__carousel.owl-theme .owl-nav {
        position: absolute;
        bottom: 22px;
        left: -405px;
        margin: 0 !important;
    }

    .testimonial-three__carousel.owl-theme .owl-nav .owl-next {
        height: 32px;
        width: 45px;
        background: var(--harvey-white);
        border-radius: 50%;
        color: var(--harvey-black);
        font-size: 16px;
        text-align: center;
        border-radius: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
        height: 32px;
        width: 45px;
        background: var(--harvey-white);
        border-radius: 50%;
        color: var(--harvey-black);
        font-size: 16px;
        text-align: center;
        transform: rotate(180deg);
        border-radius: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
    .testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
    .testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
        color: var(--harvey-white);
        background-color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
    .brand-two {
        position: relative;
        display: block;
        background-color: var(--harvey-extra);
        overflow: hidden;
        z-index: 1;
    }

    .brand-two-shape-2 {
        position: absolute;
        bottom: -275px;
        left: 565px;
        height: 555px;
        width: 260px;
        background-color: #fefcfb;
        border-radius: 160px;
        transform: rotate(-34deg);
        z-index: -1;
    }

    .brand-two__inner {
        position: relative;
        display: block;
        padding: 118px 0 119px;
        border-top: 1px solid #dcdce0;
    }

    .brand-two .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brand-two .swiper-slide img {
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0.2;
        max-width: 100%;
    }

    .brand-two .swiper-slide img:hover {
        opacity: 0.6;
    }

    /*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
    .contact-one {
        position: relative;
        display: block;
        background-color: var(--harvey-black);
        padding: 120px 0 210px;
        z-index: 1;
    }

    .contact-one-shape {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.02;
        z-index: -1;
    }

    .contact-one__top {
        position: relative;
        display: block;
        border-bottom: 1px solid #30303b;
        padding-bottom: 120px;
    }

    .contact-one__top-left {
        position: relative;
        display: block;
    }

    .contact-one__top-left .section-title {
        margin-bottom: 23px;
    }

    .contact-one__top-left .section-title__tagline {
        background-color: #0a090f;
    }

    .contact-one__top-left .section-title__title {
        color: var(--harvey-black);
    }

    .contact-one__text {
        color: #a5a3b5;
        margin: 0;
    }

    .contact-one__timings {
        position: relative;
        display: block;
        margin-top: 26px;
    }

    .contact-one__timings-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        color: var(--harvey-black);
    }

    .contact-one__timings__text {
        font-size: 30px;
        color: var(--harvey-base);
        line-height: 35px;
        margin: 0;
    }

    .contact-one__top-right {
        position: relative;
        display: block;
    }

    .contact-one__form {
        position: relative;
        display: block;
    }

    .contact-one__form .row {
        --bs-gutter-x: 20px;
    }

    .contact-form__input-box {
        position: relative;
        display: block;
    }

    .contact-form__input-box input[type="text"],
    .contact-form__input-box input[type="email"],
    .contact-form__input-box textarea {
        height: 70px;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #a5a3b5;
        border: none;
        outline: none;
        padding: 0 30px;
        margin-bottom: 20px;
        /*background-color: #0a090f;*/
        border-radius: var(--harvey-bdr-radius);
    }

    .contact-form__input-box textarea {
        height: 150px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .contact-form__input-message-box {
        height: 150px;
        margin-bottom: 20px;
    }

    .contact-form__btn {
        border: none;
    }

    .contact-form__btn:hover:before {
        background-color: var(--harvey-white);
    }

    .contact-form__btn::after {
        background-color: var(--harvey-white);
    }

    .contact-one__bottom {
        position: relative;
        display: block;
        padding-top: 80px;
    }

    .contact-one__bottom-title {
        position: relative;
        display: block;
        font-size: 55px;
        color: var(--harvey-white);
        font-weight: 800;
        text-align: center;
        line-height: 65px;
        margin-bottom: 43px;
    }

    .contact-one__single {
        position: relative;
        display: block;
        background-color: #0a090f;
        border-radius: var(--harvey-bdr-radius);
        padding: 36px 40px 29px;
        margin-bottom: 30px;
    }

    .contact-one__title {
        font-size: 20px;
        color: var(--harvey-white);
        font-weight: 800;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contact-one__text-2 {
        font-size: 16px;
        color: #a5a3b5;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
    }

    .contact-one__contact-info {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
    }

    .contact-one__email {
        position: relative;
        display: block;
        color: #a5a3b5;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .contact-one__email:hover {
        color: var(--harvey-base);
    }

    .contact-one__phone {
        position: relative;
        display: block;
        color: #a5a3b5;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .contact-one__phone:hover {
        color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
    .google-map-two {
        position: relative;
        display: block;
        z-index: 2;
    }

    .google-map-two__inner {
        position: relative;
        display: block;
        margin-top: -120px;
    }

    .google-map__two-map {
        position: relative;
        display: block;
        border: none;
        height: 460px;
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    /*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
    .page-header {
        position: relative;
        display: block;
        padding: 210px 0 118px;
        background-color: var(--harvey-black);
        overflow: hidden;
        z-index: 1;
    }

    .page-header-shape-1 {
        position: absolute;
        top: -213px;
        right: 455px;
        height: 495px;
        width: 230px;
        background-color: var(--harvey-black);
        mix-blend-mode: soft-light;
        border-radius: 150px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .page-header-shape-2 {
        position: absolute;
        bottom: -175px;
        right: 163px;
        height: 330px;
        width: 178px;
        background-color: var(--harvey-base);
        mix-blend-mode: color;
        border-radius: 150px;
        transform: rotate(-40deg);
        z-index: 2;
    }

    .page-header-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: var(--harvey-black);
        /*background-blend-mode: luminosity;*/
        opacity: 0.4;
        z-index: -1;
    }

    .page-header__inner {
        position: relative;
        display: block;
        z-index: 15;
    }

    .page-header__inner h2 {
        font-size: 55px;
        color: var(--harvey-white);
        line-height: 65px;
        font-weight: 900;
        margin-top: 18px;
    }

    .thm-breadcrumb {
        position: relative;
        display: inline-block;
        padding: 4px 20px 2px;
        line-height: 22px;
        z-index: 1;
    }

    .thm-breadcrumb:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--harvey-white);
        opacity: .2;
        z-index: -1;
        border-radius: 30px;
    }

    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: var(--harvey-white);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.2em;
        line-height: 22px;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }


    .thm-breadcrumb li+li {
        margin-left: 4px;
    }

    .thm-breadcrumb li a {
        position: relative;
        display: inline-block;
        color: var(--harvey-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .thm-breadcrumb li:hover a {
        color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
    .news-page {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .news-page .blog-pagination {
        justify-content: center;
        margin-top: 30px;
    }



    .news-page--carousel {
        padding-bottom: 120px;
    }

    .news-carousel .swiper-pagination {
        margin-top: 30px;
    }

    .news-carousel.swiper-container {
        overflow: visible;
    }

    .news-carousel .swiper-slide {
        opacity: 0;
        visibility: hidden;
        transition: opacity 500ms ease, visibility 500ms ease;
    }

    .news-carousel .swiper-slide.swiper-slide-active {
        opacity: 1;
        visibility: visible;
    }

    @media(min-width: 768px) {

        .news-carousel .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }
    }

    @media(min-width: 992px) {

        .news-carousel .swiper-slide.swiper-slide-next+.swiper-slide {
            opacity: 1;
            visibility: visible;
        }
    }


    /*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
    .news-sidebar {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    @media(min-width: 992px) {
        .news-sidebar--right .row {
            flex-direction: row-reverse;
        }
    }

    .news-sidebar .blog-pagination {
        margin-top: 60px;
    }

    .news-sidebar__left {
        position: relative;
        display: block;
    }

    .news-sidebar__content {
        position: relative;
        display: block;
    }

    .news-sidebar__single {
        position: relative;
        display: block;
    }

    .news-sidebar__single+.news-sidebar__single {
        margin-top: 30px;
    }

    .news-sidebar__img {
        position: relative;
        display: block;
    }

    .news-sidebar__img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .news-sidebar__content-box {
        position: relative;
        display: block;
        margin-top: 16px;
    }

    .news-sidebar__sub-title {
        position: relative;
        display: inline-block;
        background-color: var(--harvey-extra);
        font-size: 12px;
        color: var(--harvey-base);
        font-weight: 600;
        line-height: 30px;
        padding: 0 20px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        border-radius: 15px;
        margin: 0;
    }

    .news-sidebar__meta {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-top: 10px;
    }

    .news-sidebar__meta li+li {
        margin-left: 10px;
    }

    .news-sidebar__meta li span {
        font-size: 14px;
    }

    .news-sidebar__meta li a {
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-sidebar__meta li a:hover {
        color: var(--harvey-base);
    }

    .news-sidebar__meta li a i {
        color: var(--harvey-base);
    }


    .news-sidebar__title {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }

    .news-sidebar__title a {
        color: var(--harvey-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-sidebar__title a:hover {
        color: var(--harvey-base);
    }

    .news-sidebar__text {
        margin: 0;
        padding-top: 9px;
        padding-bottom: 17px;
    }

    .news-sidebar__bottom {
        position: relative;
        display: flex;
        align-items: center;
    }

    .news-sidebar__arrow {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: var(--harvey-black);
        font-size: 16px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .news-sidebar__arrow:hover {
        color: var(--harvey-white);
        background-color: var(--harvey-base);
    }

    .news-sidebar__read-more {
        font-size: 12px;
        color: var(--harvey-black);
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.2em;
        margin-left: 20px;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-sidebar__read-more:hover {
        color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

    @media (max-width: 991px) {
        .sidebar {
            margin-top: 50px;
        }
    }

    .sidebar__single+.sidebar__single {
        margin-top: 30px;
    }

    .sidebar__title {
        margin: 0;
        font-size: 20px;
        margin-bottom: 3px;
        font-weight: 700;
    }

    .sidebar__search {
        position: relative;
        display: block;
    }

    .sidebar__search-form {
        position: relative;
    }

    .sidebar__search-form input[type="search"] {
        display: block;
        border: none;
        outline: none;
        background-color: var(--harvey-base);
        color: var(--harvey-white);
        font-size: 16px;
        font-weight: 700;
        padding-left: 50px;
        height: 78px;
        width: 100%;
        padding-right: 80px;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__search-form ::-webkit-input-placeholder {
        color: var(--harvey-white);
        opacity: 1;
    }

    .sidebar__search-form ::-moz-placeholder {
        color: var(--harvey-white);
        opacity: 1;
    }

    .sidebar__search-form :-ms-input-placeholder {
        color: var(--harvey-white);
        opacity: 1;
    }

    .sidebar__search-form ::-ms-input-placeholder {
        color: var(--harvey-white);
        opacity: 1;
    }

    .sidebar__search-form ::placeholder {
        color: var(--harvey-white);
        opacity: 1;
    }

    .sidebar__search-form :-ms-input-placeholder {
        color: var(--harvey-white);
    }

    .sidebar__search-form ::-ms-input-placeholder {
        color: var(--harvey-white);
    }

    .sidebar__search-form button[type="submit"] {
        background-color: transparent;
        color: var(--harvey-white);
        font-size: 22px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 72px;
        outline: none;
        border: none;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .sidebar__post {
        position: relative;
        display: block;
        padding: 47px 30px 30px;
        background-color: var(--harvey-extra);
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__post .sidebar__title {
        margin-left: 30px;
    }

    .sidebar__post-list {
        margin: 0;
    }

    .sidebar__post-list li {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 14px 30px 19px;
        transition: all 500ms ease;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__post-list li:hover {
        background-color: rgb(255, 255, 255);
    }

    .sidebar__post-list li+li {
        margin-top: 5px;
    }

    .sidebar__post-image {
        margin-right: 20px;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__post-image>img {
        width: 70px;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__post-content {
        position: relative;
    }

    .sidebar__post-content h3 {
        font-size: 16px;
        margin: 0;
        line-height: 26px;
    }

    .sidebar__post-content-meta {
        font-size: 14px;
        font-weight: 500;
        color: var(--harvey-gray) !important;
        transition: all 500ms ease;
    }

    .sidebar__post-content-meta i {
        color: var(--harvey-base);
        font-size: 14px;
        padding-right: 3px;
    }

    .sidebar__post-content h3 a {
        color: var(--harvey-black);
        transition: all 500ms ease;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 3px;
    }

    .sidebar__category {
        position: relative;
        display: block;
        background-color: var(--harvey-extra);
        padding: 47px 20px 39px;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__category .sidebar__title {
        padding-left: 30px;
        margin-bottom: 6px;
    }

    .sidebar__category-list {
        margin: 0;
    }

    .sidebar__category-list li+li {
        margin-top: 3px;
    }

    .sidebar__category-list li a {
        color: var(--harvey-gray);
        font-size: 16px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        background: none;
        padding: 7px 30px;
        border-radius: var(--harvey-bdr-radius);
        font-weight: 700;
    }

    .sidebar__category-list li a:hover {
        background-color: rgb(255, 255, 255);
        color: var(--harvey-black);
    }

    .sidebar__category-list li.active a {
        background-color: rgb(255, 255, 255);
        color: var(--harvey-black);
    }

    .sidebar__category-list li a span {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%) scale(1);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: var(--harvey-gray);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .sidebar__category-list li a:hover span {
        color: var(--harvey-base);
        transform: translateY(-50%) scale(1);
    }

    .sidebar__category-list li.active a span {
        transform: translateY(-50%) scale(1);
        color: var(--harvey-base);
    }

    .sidebar__tags {
        position: relative;
        display: block;
        background: var(--harvey-extra);
        padding: 47px 45px 50px;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__tags .sidebar__title {
        margin-left: 5px;
        margin-bottom: 23px;
    }

    .sidebar__tags-list {
        margin-top: -10px;
    }

    .sidebar__tags-list a {
        font-size: 11px;
        color: var(--harvey-black);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: var(--harvey-white);
        display: inline-block;
        padding: 2px 20px;
        margin-left: 5px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 0.1em;
        border-radius: var(--harvey-bdr-radius);
    }

    .sidebar__tags-list a+a {
        margin-left: 5px;
        margin-top: 10px;
    }

    .sidebar__tags-list a:hover {
        color: var(--harvey-white);
        background: var(--harvey-base);
    }

    .sidebar__comments {
        position: relative;
        display: block;
        background: var(--harvey-extra);
        border-radius: var(--harvey-bdr-radius);
        padding: 45px 50px 43px;
    }

    .sidebar__comments .sidebar__title {
        margin-bottom: 24px;
    }

    .sidebar__comments-list {
        position: relative;
        display: block;
    }

    .sidebar__comments-list li {
        position: relative;
        display: block;
        padding-left: 65px;
    }

    .sidebar__comments-list li+li {
        margin-top: 23px;
    }

    .sidebar__comments-icon {
        height: 45px;
        width: 45px;
        background-color: var(--harvey-white);
        border-radius: 50%;
        font-size: 15px;
        color: var(--harvey-black);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .sidebar__comments-list li:hover .sidebar__comments-icon {
        background-color: var(--harvey-base);
        color: var(--harvey-white);
    }

    .sidebar__comments-text-box p {
        font-size: 16px;
        margin: 0;
        line-height: 26px;
        font-weight: 500;
    }

    .sidebar__comments-text-box h5 {
        font-size: 16px;
        color: var(--harvey-black);
        line-height: 26px;
        font-weight: 500;
    }

    /*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
    .news-details {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .news-details__left {
        position: relative;
        display: block;
    }

    .news-details__img {
        position: relative;
        display: block;
    }

    .news-details__img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .news-details__content {
        position: relative;
        display: block;
        margin-top: 26px;
    }

    .news-details__sub-title {
        position: relative;
        display: inline-block;
        background-color: var(--harvey-extra);
        font-size: 12px;
        color: var(--harvey-base);
        font-weight: 600;
        line-height: 30px;
        padding: 0 20px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        border-radius: 15px;
        margin: 0;
    }

    .news-details__meta {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-top: 10px;
    }

    .news-details__meta li+li {
        margin-left: 10px;
    }

    .news-details__meta li span {
        font-size: 14px;
    }

    .news-details__meta li a {
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-details__meta li a:hover {
        color: var(--harvey-base);
    }

    .news-details__meta li a i {
        color: var(--harvey-base);
    }

    .news-details__title {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 9px;
    }

    .news-details__text-1 {
        margin: 0;
        padding-bottom: 34px;
    }

    .news-details__text-2 {
        margin: 0;
    }

    .news-details__bottom {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 30px 0 30px;
        margin-top: 51px;
        border-top: 1px solid #dcdce0;
    }

    .news-details__bottom p {
        margin: 0;
    }

    .news-details__tags span {
        color: var(--harvey-black);
        font-size: 20px;
        margin-right: 16px;
        font-weight: 700;
    }

    .news-details__tags a {
        position: relative;
        color: var(--harvey-white);
        font-size: 11px;
        background-color: var(--harvey-base);
        display: inline-block;
        padding: 2px 20px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 800;
        border-radius: var(--harvey-bdr-radius);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-details__tags a:hover {
        background-color: var(--harvey-black);
        color: var(--harvey-white);
    }

    .news-details__tags a+a {
        margin-left: 6px;
    }

    .news-details__social-list {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .news-details__social-list a {
        position: relative;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--harvey-black);
        font-size: 15px;
        background-color: var(--harvey-extra);
        overflow: hidden;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .news-details__social-list a:hover {
        color: var(--harvey-white);
    }

    .news-details__social-list a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--harvey-base);
        border-radius: 50%;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: left center;
        z-index: -1;
    }

    .news-details__social-list a:hover:before {
        transform: scale(1, 1);
        transform-origin: right center;
    }

    .news-details__social-list a+a {
        margin-left: 10px;
    }

    .news-details__pagenation-box {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 56px;
    }

    .news-details__pagenation {
        position: relative;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    @media(min-width: 768px) {
        .news-details__pagenation {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(min-width: 992px) {
        .news-details__pagenation {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    @media(min-width: 1200px) {
        .news-details__pagenation {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .news-details__pagenation li {
        position: relative;
        color: var(--harvey-black);
        background-color: var(--harvey-extra);
        line-height: 1.8em;
        font-weight: 700;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        max-width: 100%;
        width: 100%;
        padding: 30px;
        border-radius: var(--harvey-bdr-radius);
        font-size: 20px;
        text-align: center;
    }


    @media(min-width: 1200px) {
        .news-details__pagenation li {
            text-align: left;
            padding-left: 60px;
            padding-right: 0px;
            padding-top: 51px;
            padding-bottom: 47px;
        }
    }


    .news-details__pagenation li:hover {
        background-color: var(--harvey-base);
        color: var(--harvey-white);
    }

    /*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

    .comment-one__title,
    .comment-form__title {
        margin: 0;
        color: var(--harvey-black);
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 51px;
    }

    .comment-one__single {
        display: -webkit-box;
        display: flex;
        border-bottom: 1px solid #dcdce0;
        padding-bottom: 52px;
        margin-bottom: 60px;
    }

    .comment-one__content {
        position: relative;
        margin-left: 40px;
        margin-top: -3px;
    }

    .comment-one__content h3 {
        margin: 0;
        font-size: 20px;
        color: var(--harvey-black);
        margin-bottom: 25px;
        font-weight: 700;
    }

    .comment-one__content p {
        font-size: 16px;
        margin: 0;
        font-weight: 500;
    }

    .comment-one__btn {
        font-size: 11px;
        padding: 2px 20px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .comment-one__btn:hover {
        color: var(--harvey-white);
    }

    .comment-one__image {
        position: relative;
        display: block;
    }

    .comment-one__image img {
        border-radius: var(--harvey-bdr-radius);
    }

    .comment-form .comment-form__title {
        margin-top: -5px;
    }

    .comment-one__form .row {
        --bs-gutter-x: 20px;
    }

    .comment-form__input-box {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .comment-form__input-box input[type="text"],
    .comment-form__input-box input[type="email"] {
        height: 70px;
        width: 100%;
        border: none;
        background-color: var(--harvey-extra);
        padding-left: 30px;
        padding-right: 30px;
        border-radius: var(--harvey-bdr-radius);
        outline: none;
        font-size: 16px;
        color: var(--harvey-gray);
        font-weight: 500;
        display: block;
    }

    .comment-form__input-box textarea {
        font-size: 16px;
        color: var(--harvey-gray);
        height: 150px;
        width: 100%;
        background-color: var(--harvey-extra);
        padding: 18px 30px 30px;
        border: none;
        border-radius: 0px;
        outline: none;
        margin-bottom: 0px;
        border-radius: var(--harvey-bdr-radius);
        font-weight: 500;
    }

    .comment-form__input-box.text-message-box {
        height: 150px;
    }

    .comment-form__btn {
        border: none;

    }

    /*--------------------------------------------------------------
# Cases Page
--------------------------------------------------------------*/
    .cases-page {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    .cases-page--carousel {
        padding-bottom: 120px;
    }

    .case-carousel .swiper-pagination {
        margin-top: 30px;
    }

    .case-carousel.swiper-container {
        overflow: visible;
    }

    .case-carousel .swiper-slide {
        opacity: 0;
        visibility: hidden;
        transition: opacity 500ms ease, visibility 500ms ease;
    }

    .case-carousel .swiper-slide.swiper-slide-active {
        opacity: 1;
        visibility: visible;
    }

    @media(min-width: 768px) {

        .case-carousel .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }
    }

    @media(min-width: 992px) {

        .case-carousel .swiper-slide.swiper-slide-next+.swiper-slide {
            opacity: 1;
            visibility: visible;
        }
    }

    /*--------------------------------------------------------------
# Case Details
--------------------------------------------------------------*/
    .case-details {
        position: relative;
        display: block;
        padding: 120px 0 0;
    }

    .case-details__img {
        position: relative;
        display: block;
    }

    .case-details__img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .case-details__details-box {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: var(--harvey-white);
        padding: 53px 60px 53px;
        border-top-left-radius: 3px;
    }

    .case-details__details {
        position: relative;
        display: flex;
        align-items: center;
    }

    .case-details__details li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .case-details__details li+li {
        margin-left: 75px;
    }

    .case-details__details-icon {
        display: flex;
        align-items: center;
    }

    .case-details__details-icon span {
        font-size: 30px;
        color: var(--harvey-base);
        position: relative;
        display: inline-block;
    }

    .case-details__details-content {
        margin-left: 20px;
    }

    .case-details__details-sub-title {
        font-weight: 500;
        line-height: 27px;
    }

    .case-details__details-title {
        color: var(--harvey-black);
        font-weight: 600;
        margin: 0;
        line-height: 27px;
    }

    .case-details__content {
        position: relative;
        display: block;
        margin-top: 52px;
    }

    .case-details__content-left {
        position: relative;
        display: block;
    }

    .case-details__content-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
        margin-bottom: 28px;
    }

    .case-details__content-text-1 {
        margin: 0;
    }

    .case-details__content-text-2 {
        margin: 0;
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .case-details__content-text-3 {
        margin: 0;
    }

    .case-details__content-right {
        position: relative;
        display: block;
    }

    .case-details__content-text-4 {
        margin: 0;
        padding-top: 73px;
    }

    .case-details__content-points {
        position: relative;
        display: block;
        margin-top: 34px;
    }

    .case-details__content-points li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .case-details__content-points li+li {
        margin-top: 5px;
    }

    .case-details__content-points .icon {
        height: 15px;
        width: 15px;
        background-color: var(--harvey-base);
        color: var(--harvey-white);
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .case-details__content-points .text {
        margin-left: 12px;
    }

    .case-details__content-points .text p {
        color: var(--harvey-black);
        font-weight: 500;
        margin: 0;
    }

    .case-details__pagination-box {
        position: relative;
        display: block;
        text-align: center;
        border-top: 1px solid #dcdce0;
        border-bottom: 1px solid #dcdce0;
        padding: 39px 0;
        margin-top: 113px;
    }

    .case-details__pagination li {
        display: inline-block;
    }

    .case-details__pagination li.next {
        float: left;
        position: relative;
    }

    .case-details__pagination li a {
        font-size: 12px;
        color: var(--harvey-black);
        font-weight: 700;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        transition: all 500ms ease;
    }

    .case-details__pagination li a:hover {
        color: var(--harvey-base);
    }

    .case-details__pagination li.next i {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: var(--harvey-black);
        font-size: 16px;
        transform: rotate(180deg);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        margin-right: 10px;
        z-index: 1;
    }

    .case-details__pagination li.previous {
        position: relative;
        float: right;
    }

    .case-details__pagination li.previous i {
        position: relative;
        height: 32px;
        width: 45px;
        background-color: var(--harvey-extra);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: var(--harvey-black);
        font-size: 16px;
        margin-left: 10px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

    .case-details__pagination li a:hover i {
        color: var(--harvey-white);
        background-color: var(--harvey-base);
    }

    /*--------------------------------------------------------------
## Similar Case
--------------------------------------------------------------*/
    .simialr-case {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    /*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
    .service-details {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .service-details__sidebar {
        position: relative;
        display: block;
    }

    .service-details__sidebar-service {
        position: relative;
        display: block;
    }

    .service-details__sidebar-service-list {
        margin: 0;
    }

    .service-details__sidebar-service-list li+li {
        margin-top: 10px;
    }

    .service-details__sidebar-service-list li a {
        color: var(--harvey-black);
        font-size: 18px;
        font-weight: 700;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        background-color: var(--harvey-extra);
        border-radius: var(--harvey-bdr-radius);
        padding: 19px 40px;
    }

    .service-details__sidebar-service-list li.current a,
    .service-details__sidebar-service-list li a:hover {
        color: var(--harvey-base);
    }

    .service-details__sidebar-service-list li a span {
        height: 32px;
        width: 45px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: var(--harvey-black);
        background-color: var(--harvey-white);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border-radius: 15px;
    }

    .service-details__sidebar-service-list li.current a span,
    .service-details__sidebar-service-list li a:hover span {
        transform: translateY(-50%);
        color: var(--harvey-white);
        background-color: var(--harvey-base);
    }

    .service-details__need-help {
        position: relative;
        display: block;
        padding: 57px 55px 50px;
        margin-top: 30px;
        text-align: center;
        z-index: 1;
        background-color: var(--harvey-base);
        border-radius: var(--harvey-bdr-radius);
        overflow: hidden;
    }

    .service-details__need-help-shape-1 {
        position: absolute;
        top: -295px;
        left: -21px;
        width: 230px;
        height: 495px;
        background-color: var(--harvey-black);
        mix-blend-mode: soft-light;
        border-radius: 150px;
        transform: rotate(-40deg);
    }

    .service-details__need-help-shape-2 {
        position: absolute;
        bottom: -135px;
        right: -141px;
        width: 178px;
        height: 380px;
        background-color: var(--harvey-white);
        mix-blend-mode: soft-light;
        border-radius: 150px;
        transform: rotate(-40deg);
    }

    .service-details__need-help-icon {
        height: 73px;
        width: 73px;
        background-color: var(--harvey-white);
        color: var(--harvey-black);
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 0;
        transition: all 500ms ease;
    }

    .service-details__need-help-icon:hover {
        background-color: var(--harvey-black);
        color: var(--harvey-white);
    }

    .service-details__need-help-title {
        font-size: 38px;
        color: var(--harvey-white);
        line-height: 40px;
        margin-bottom: 21px;
        font-weight: 700;
    }

    .service-details__need-help-contact {
        position: relative;
        display: block;
        margin-top: 21px;
    }

    .service-details__need-help-contact p {
        font-size: 14px;
        color: var(--harvey-white);
        margin: 0;
        line-height: 32px;
        font-weight: 600;
        opacity: .7;
    }

    .service-details__need-help-contact a {
        font-size: 30px;
        color: var(--harvey-white);
        font-weight: 600;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .service-details__need-help-contact a:hover {
        color: var(--harvey-black);
    }

    .service-details__right {
        position: relative;
        display: block;
    }

    .service-details__img {
        position: relative;
        display: block;
    }

    .service-details__img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .service-details__content {
        position: relative;
        display: block;
        margin-top: 39px;
    }

    .service-details__title-box {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 28px;
    }

    .service-details__title-icon {
        position: relative;
        display: flex;
        align-items: center;
    }

    .service-details__title-icon:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -30px;
        width: 1px;
        content: "";
        background-color: #dcdce0;
    }

    .service-details__title-icon span {
        position: relative;
        display: inline-block;
        font-size: 62px;
        color: var(--harvey-base);
    }

    .service-details__title {
        font-size: 34px;
        font-weight: 800;
        line-height: 44px;
        margin-left: 60px;
    }

    .service-details__text-1 {
        margin: 0;
        padding-bottom: 35px;
    }

    .service-details__text-2 {
        margin: 0;
    }

    .service-details__two-icons {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 43px 0 38px;
    }

    .service-details__two-icon-single {
        position: relative;
        display: block;
        max-width: 360px;
        width: 100%;
        padding-left: 90px;
        float: left;
    }

    .service-details__two-icon-single+.service-details__two-icon-single {
        margin-left: 40px;
    }

    .service-details__two-icon {
        height: 40px;
        width: 60px;
        background-color: var(--harvey-base);
        font-size: 16px;
        color: var(--harvey-white);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15px;
        left: 0;
    }

    .service-details__two-icon span {
        position: relative;
        display: inline-block;
    }

    .service-details__two-icon-content {
        font-size: 20px;
        color: var(--harvey-black);
        font-weight: 700;
        line-height: 36px;
        margin: 0;
    }

    .service-details__text-3 {
        margin: 0;
        padding-bottom: 53px;
    }

    .service-details__how-help {
        position: relative;
        display: block;
    }

    .service-details__how-help-single {
        position: relative;
        display: block;
    }

    .service-details__how-help-img {
        position: relative;
        display: block;
    }

    .service-details__how-help-img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .service-details__how-help-content {
        position: relative;
        display: block;
    }

    .service-details__how-help-text-1 {
        font-size: 26px;
        color: var(--harvey-black);
        font-weight: 700;
        margin: 0;
        line-height: 38px;
        padding-top: 42px;
    }

    .service-details__how-help-text-2 {
        font-size: 20px;
        margin: 0;
        padding-top: 42px;
        padding-bottom: 33px;
    }

    .service-details__how-help-points {
        position: relative;
        display: block;
    }

    .service-details__how-help-points li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .service-details__how-help-points li+li {
        margin-top: 5px;
    }

    .service-details__how-help-points li .icon {
        height: 15px;
        width: 15px;
        background-color: var(--harvey-base);
        color: var(--harvey-white);
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .service-details__how-help-points li .text {
        margin-left: 12px;
    }

    .service-details__how-help-points li .text p {
        color: var(--harvey-black);
        font-weight: 600;
        margin: 0;
    }

    .service-details__faq {
        position: relative;
        display: block;
        margin-top: 51px;
    }

    /*--------------------------------------------------------------
## Work Together Two
--------------------------------------------------------------*/
    .work-together-two {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .work-together-two__left {
        position: relative;
        display: block;
        margin-right: 30px;
    }

    .work-together-two__img {
        position: relative;
        display: block;
    }

    .work-together-two__img img {
        width: 100%;
        border-radius: var(--harvey-bdr-radius);
    }

    .work-together-tow__right {
        position: relative;
        display: block;
        margin-left: 70px;
    }

    .work-together-tow__right .section-title {
        margin-bottom: 36px;
    }

    .work-together-tow__content {
        position: relative;
        display: flex;
    }

    .work-together-tow__icon {
        position: relative;
        display: block;
        top: 7px;
    }

    .work-together-tow__icon span {
        position: relative;
        display: inline-block;
        font-size: 64px;
        color: var(--harvey-black);
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .work-together-tow__content:hover .work-together-tow__icon span {
        transform: rotateY(360deg) scale(.9);
        color: var(--harvey-base);
    }

    .work-together-tow__text {
        font-size: 24px;
        color: var(--harvey-base);
        font-weight: 500;
        line-height: 38px;
        margin-left: 17px;
    }

    .work-together-tow__text-2 {
        margin: 0;
        padding-top: 38px;
        padding-bottom: 48px;
    }

    /*--------------------------------------------------------------
## Team Page Two
--------------------------------------------------------------*/
    .team-page {
        position: relative;
        display: block;
        padding: 120px 0 90px;
    }

    .team-page--carousel {
        padding-bottom: 120px;
    }

    /*--------------------------------------------------------------
## FAQs Page
--------------------------------------------------------------*/
    .faq-page {
        position: relative;
        display: block;
        padding: 120px 0 100px;
        background-color: var(--harvey-extra);
    }

    .faq-page__single {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .faq-page .faq-one-accrodion .accrodion {
        background-color: var(--harvey-white);
    }

    /*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
    .contact-page {
        position: relative;
        display: block;
        padding: 120px 0 120px;
    }

    .contact-page .container {
        max-width: 770px;
        width: 100%;
    }

    .contact-page__form .comment-form__btn {
        margin: 20px auto 0;
        display: block;
    }

    .contact-page__form .comment-form__btn:hover {
        background-color: var(--harvey-black);
    }

    /*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
    .error-page {
        position: relative;
        display: block;
        padding: 50px 0 120px;
    }

    .error-page__inner {
        position: relative;
        display: block;
        text-align: center;
    }

    .error-page__title-box {
        position: relative;
        display: block;
        z-index: 2;
    }

    .error-page__title {
        position: relative;
        display: inline-block;
        font-size: 350px;
        line-height: 350px;
        font-weight: 700;
        margin-bottom: 3px;
        z-index: 2;
    }

    .error-page__title-2 {
        position: absolute;
        font-size: 350px;
        line-height: 350px;
        font-weight: 700;
        color: rgba(var(--harvey-base-rgb), .10);
        top: -10px;
        left: -12px;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .error-page__tagline {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .error-page__text {
        margin: 0;
        line-height: 18px;
    }

    .error-page__form {
        position: relative;
        display: block;
        margin: 61px auto 20px;
    }

    .error-page__form-input {
        position: relative;
        display: block;
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }

    .error-page__form input[type="search"] {
        height: 70px;
        width: 100%;
        border: none;
        outline: none;
        background-color: var(--harvey-extra);
        font-size: 18px;
        color: var(--qutiiz-gray);
        font-weight: 400;
        padding-left: 50px;
        padding-right: 75px;
        border-radius: var(--harvey-bdr-radius);
    }

    .error-page__form button[type="submit"] {
        background-color: transparent;
        color: var(--harvey-black);
        font-size: 22px;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 0;
        width: 70px;
        outline: none;
        border: none;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .error-page__btn:hover {
        background-color: var(--harvey-black);
    }

    /*--------------------------------------------------------------
## Contact Details
--------------------------------------------------------------*/
    .contact-details {
        position: relative;
        display: block;
        padding: 120px 0 0;
    }

    .contact-details__inner {
        position: relative;
        display: flex;
    }

    .contact-details__map-box {
        position: relative;
        display: block;
        max-width: 500px;
        width: 100%;
    }

    .contact-details__map {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .contact-details__content {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        padding: 93px 100px 87px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .contact-details__title-box {
        position: relative;
        display: block;
        border-bottom: 1px solid #dcdce0;
        padding-bottom: 37px;
        margin-bottom: 44px;
    }

    .contact-details__title {
        font-size: 34px;
        font-weight: 800;
        line-height: 44px;
        margin-bottom: 18px;
    }

    .contact-details__text {
        font-weight: 500;
        line-height: 36px;
        margin: 0;
    }

    .contact-details__address {
        font-size: 20px;
        color: var(--harvey-black);
        font-weight: 600;
        margin: 0;
        line-height: 30px;
    }

    .contact-details__contact-info {
        position: relative;
        display: flex;
        margin-top: 40px;
    }

    .contact-details__contact-icon {
        position: relative;
        display: block;
    }

    .contact-details__contact-icon span {
        position: relative;
        display: inline-block;
        font-size: 64px;
        color: var(--harvey-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
    }

    .contact-details__contact-info:hover .contact-details__contact-icon span {
        transform: scale(.9);
    }

    .contact-details__contact-number-email {
        position: relative;
        display: block;
        line-height: 38px;
        margin-left: 20px;
    }

    .contact-details__contact-number {
        font-size: 30px;
        color: var(--harvey-black);
        font-weight: 500;
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .contact-details__contact-number:hover {
        color: var(--harvey-base);
    }

    .contact-details__contact-email {
        font-size: 20px;
        color: var(--harvey-base);
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .contact-details__contact-email:hover {
        color: var(--harvey-black);
    }



    /* ===================Custom Animation================== */

    @-webkit-keyframes shapeMover2 {

        0%,
        100% {
            transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
        }

        50% {
            transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
        }
    }

    @keyframes shapeMover2 {

        0%,
        100% {
            transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
        }

        50% {
            transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
        }
    }

    .shapemover2 {
        -webkit-animation-name: shapeMover2;
        animation-name: shapeMover2;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }





    @-webkit-keyframes float-bob-x {
        0% {
            transform: translateX(-30px) rotate(-34deg);
        }

        50% {
            transform: translateX(-10px) rotate(-34deg);
        }

        100% {
            transform: translateX(-30px) rotate(-34deg);
        }
    }

    @keyframes float-bob-x {
        0% {
            transform: translateX(-30px) rotate(-34deg);
        }

        50% {
            transform: translateX(-10px) rotate(-34deg);
        }

        100% {
            transform: translateX(-30px) rotate(-34deg);
        }
    }

    .float-bob-x {
        -webkit-animation-name: float-bob-x;
        animation-name: float-bob-x;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }



    @-webkit-keyframes float-bob-x-2 {
        0% {
            transform: translateY(-30px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            transform: translateY(-30px) rotate(-45deg);
        }
    }

    @keyframes float-bob-x-2 {
        0% {
            transform: translateY(-30px) rotate(-45deg);
        }

        50% {
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            transform: translateY(-30px) rotate(-45deg);
        }
    }

    .float-bob-x-2 {
        -webkit-animation-name: float-bob-x-2;
        animation-name: float-bob-x-2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }




    @-webkit-keyframes float-bob-x-3 {
        0% {
            transform: translateY(-30px) rotate(34deg);
        }

        50% {
            transform: translateY(-10px) rotate(34deg);
        }

        100% {
            transform: translateY(-30px) rotate(34deg);
        }
    }

    @keyframes float-bob-x-3 {
        0% {
            transform: translateY(-30px) rotate(34deg);
        }

        50% {
            transform: translateY(-10px) rotate(34deg);
        }

        100% {
            transform: translateY(-30px) rotate(34deg);
        }
    }

    .float-bob-x-3 {
        -webkit-animation-name: float-bob-x-3;
        animation-name: float-bob-x-3;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }


    @-webkit-keyframes float-bob-x-4 {
        0% {
            transform: translateX(-30px) rotate(10deg);
        }

        50% {
            transform: translateX(-10px) rotate(10deg);
        }

        100% {
            transform: translateX(-30px) rotate(10deg);
        }
    }

    @keyframes float-bob-x-4 {
        0% {
            transform: translateX(-30px) rotate(10deg);
        }

        50% {
            transform: translateX(-10px) rotate(10deg);
        }

        100% {
            transform: translateX(-30px) rotate(10deg);
        }
    }

    .float-bob-x-4 {
        -webkit-animation-name: float-bob-x-4;
        animation-name: float-bob-x-4;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }




    @-webkit-keyframes float-bob-x-5 {
        0% {
            transform: translateY(-30px) rotate(-37deg);
        }

        50% {
            transform: translateY(-10px) rotate(-37deg);
        }

        100% {
            transform: translateY(-30px) rotate(-37deg);
        }
    }

    @keyframes float-bob-x-5 {
        0% {
            transform: translateY(-30px) rotate(-37deg);
        }

        50% {
            transform: translateY(-10px) rotate(-37deg);
        }

        100% {
            transform: translateY(-30px) rotate(-37deg);
        }
    }

    .float-bob-x-5 {
        -webkit-animation-name: float-bob-x-5;
        animation-name: float-bob-x-5;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }




    @-webkit-keyframes float-bob-x-6 {
        0% {
            transform: translateX(-30px) rotate(-40deg);
        }

        50% {
            transform: translateX(-10px) rotate(-40deg);
        }

        100% {
            transform: translateX(-30px) rotate(-40deg);
        }
    }

    @keyframes float-bob-x-6 {
        0% {
            transform: translateX(-30px) rotate(-40deg);
        }

        50% {
            transform: translateX(-10px) rotate(-40deg);
        }

        100% {
            transform: translateX(-30px) rotate(-40deg);
        }
    }

    .float-bob-x-6 {
        -webkit-animation-name: float-bob-x-6;
        animation-name: float-bob-x-6;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }



    @-webkit-keyframes float-bob-x-7 {
        0% {
            transform: translateY(-30px) rotate(-40deg);
        }

        50% {
            transform: translateY(-10px) rotate(-40deg);
        }

        100% {
            transform: translateY(-30px) rotate(-40deg);
        }
    }

    @keyframes float-bob-x-7 {
        0% {
            transform: translateY(-30px) rotate(-40deg);
        }

        50% {
            transform: translateY(-10px) rotate(-40deg);
        }

        100% {
            transform: translateY(-30px) rotate(-40deg);
        }
    }

    .float-bob-x-7 {
        -webkit-animation-name: float-bob-x-7;
        animation-name: float-bob-x-7;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }


    .venom-button {
        position: fixed;
        bottom: 15px;
        left: 15px;
        font-size: 14px;
        transition: bottom 0.2s;
        z-index: 99;
    }

    .venom-button .venom-button-button {
        position: relative;
        border-radius: 50%;
        box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
        transition: box-shadow 0.2s;
        cursor: pointer;
        overflow: hidden;
    }

    .venom-button .venom-button-button img,
    .venom-button .venom-button-button svg {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
    }

    .venom-button:hover {
        bottom: 17px;
    }

    .venom-button:hover .venom-button-button {
        box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
    }

    .venom-button .venom-button-popup {
        border-radius: 6px;
        background-color: #E5DDD5;
        position: absolute;
        overflow: hidden;
        padding: 0;
        box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
        width: 0px;
        height: 0px;
        bottom: 0;
        opacity: 0;
        transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
        transform-origin: bottom;
    }

    .venom-button .venom-button-popup.active {
        padding: 0 12px 12px 12px;
        width: 260px;
        height: auto;
        bottom: 82px;
        opacity: 1;
    }

    .venom-button .venom-button-popup .venom-button-message {
        background-color: white;
        padding: 8px;
        border-radius: 0px 5px 5px 5px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
        opacity: 0;
        transition: opacity 0.2s;
    }

    .venom-button .venom-button-popup.active .venom-button-message {
        opacity: 1;
        transition-delay: 0.2s;
        color: #000000;
        font-size: 15px;
    }

    .venom-button .venom-button-popup .venom-button-head {
        text-align: right;
        color: white;
        margin: 0 -15px 10px -15px;
        padding: 6px 12px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .venom-button .venom-button-input-message {
        background-color: white;
        margin: 10px -15px -15px -15px;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }

    .venom-button .venom-button-input-message textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: none;
        padding: 8px;
        margin: 10px 0;
        width: 100%;
        max-width: 100%;
        font-family: inherit;
        font-size: inherit;
        resize: none;
    }

    .venom-button .venom-button-btn-send {
        margin-left: 12px;
        font-size: 0;
        cursor: pointer;
    }
    align-items: center;
}

.venom-button .venom-button-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.venom-button .venom-button-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}