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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --erepair-font: "Archivo", sans-serif;
    --erepair-font-2: "Titillium Web", sans-serif;
    --erepair-font-3: "Pacifico", cursive;
    --erepair-gray: #6E777D;
    --erepair-gray-rgb: 110, 119, 125;
    --erepair-white: #ffffff;
    --erepair-white-rgb: 255, 255, 255;
    --erepair-base: #2AB97E;
    --erepair-base-rgb: 42, 185, 126;
    --erepair-black: #171717;
    --erepair-black-rgb: 23, 23, 23;
    --erepair-primary: #FEDB5C;
    --erepair-primary-rgb: 254, 219, 92;
    --erepair-extra: #F4FBF9;
    --erepair-extra-rgb: 244, 251, 249;
    --erepair-bdr-color: #DDDDDD;
    --erepair-bdr-color-rgb: 221, 221, 221;
}

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

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

body {
    font-family: var(--erepair-font);
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: var(--erepair-gray);
}

    body.locked {
        overflow: hidden;
    }

a {
    color: var(--erepair-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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


input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--erepair-font-2);
    color: var(--erepair-black);
    margin: 0;
}

p {
    margin: 0;
}

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

dl,
ol,
ul {
    padding-left: 0;
    list-style: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

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

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

.list-unstyled {
    padding-left: 0;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

.section-separator {
    border-color: var(--erepair-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;
}

.section-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 58px;
    margin-top: -9px;
}

.section-title__tagline-box {
    position: relative;
    display: inline-block;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--erepair-base);
    font-weight: 700;
    font-family: var(--erepair-font-2);
    text-transform: uppercase;
}

.section-title__title-box {
    position: relative;
    display: block;
}

.section-title__title {
    color: #ffffff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 8px 0 0;
    letter-spacing: -1.44px;
}

    .section-title__title .split-line {
        text-transform: none;
    }

.section-title-two {
    position: relative;
    display: block;
    margin-bottom: 58px;
}

.section-title-two__tagline-box {
    position: relative;
    display: inline-block;
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--erepair-base);
    font-weight: 400;
    font-family: var(--erepair-font-2);
    text-transform: capitalize;
    border: 1px solid var(--erepair-bdr-color);
    padding: 9px 14px 9px;
    border-radius: 18px;
}

.section-title-two__title-box {
    position: relative;
    display: block;
}

.section-title-two__title {
    color: var(--erepair-black);
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 8px 0 0;
    letter-spacing: -1.44px;
}

    .section-title-two__title .split-line {
        text-transform: none;
    }


.section-title-three {
    position: relative;
    display: block;
    margin-top: -3px;
    margin-bottom: 49px;
    z-index: 1;
}

.section-title-three__tagline-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.section-title-three__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--erepair-base);
    font-weight: 700;
    font-family: var(--erepair-font-2);
    text-transform: uppercase;
}

.section-title-three__tagline-shape {
    position: relative;
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--erepair-base);
}

.section-title-three__title {
    color: var(--erepair-black);
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 15px 0 0;
    letter-spacing: -1.44px;
}

    .section-title-three__title .split-line {
        text-transform: none;
    }

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 600;
    font-size: 14px;
    color: var(--erepair-black);
    background-color: var(--erepair-primary);
    padding: 15.5px 36px 15.5px;
    border-radius: 12px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    font-family: var(--erepair-font-2);
    text-transform: uppercase;
    z-index: 1;
}

    .thm-btn:before {
        content: "";
        background-color: var(--erepair-base);
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-position: left center;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        transform-origin: left;
        transform-style: preserve-3d;
        transform: scalex(0);
        z-index: -1;
    }

    .thm-btn:hover:before {
        transform: scalex(1.0);
    }

    .thm-btn:after {
        content: "";
        background-color: var(--erepair-base);
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: right center;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        transform-origin: right;
        transform-style: preserve-3d;
        transform: scalex(0);
        z-index: -1;
    }

    .thm-btn:hover:after {
        transform: scalex(1.0);
    }

    .thm-btn:hover {
        color: var(--erepair-white);
    }


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

.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;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

    .scroll-to-top:hover {
        color: var(--erepair-base);
    }

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--erepair-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--erepair-bdr-color);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}


/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png.html), pointer;
    z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

    .xs-sidebar-group .widget-heading a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .xs-sidebar-group .widget-heading a:hover {
            color: var(--erepair-base);
            border-color: var(--erepair-base);
        }

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--erepair-black);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

    .xs-sidebar-group .content-inner .content-box p {
        color: #ffffff;
    }

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .xs-sidebar-group .content-inner .form-inner .form-group:last-child {
        margin-bottom: 0px;
    }

    .xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
    .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
    .xs-sidebar-group .content-inner .form-inner .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        font-size: 15px;
        padding: 10px 20px;
        color: #848484;
        border: none;
        outline: none;
        transition: all 500ms ease;
    }

    .xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
        border: none;
        outline: none;
        background-color: var(--erepair-white);
        color: var(--erepair-black);
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        padding: 13px 45px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
            color: var(--erepair-white);
        }

        .xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
            background-color: var(--erepair-base);
        }

    .xs-sidebar-group .content-inner .form-inner .form-group textarea {
        resize: none;
        height: 120px;
    }

        .xs-sidebar-group .content-inner .form-inner .form-group input:focus,
        .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
            border-color: #00224f;
        }




/*== Styled Pagination Css ======*/
.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

    .styled-pagination.pdtop60 {
        padding-top: 60px;
    }

    .styled-pagination.pdtop30 {
        padding-top: 30px;
    }

    .styled-pagination li {
        position: relative;
        display: block;
        float: left;
    }

        .styled-pagination li + li {
            margin-left: 10px;
        }

        .styled-pagination li a {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: transparent;
            border: 1px solid rgba(var(--erepair-base-rgb), 0.30);
            color: var(--erepair-black);
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            font-family: var(--erepair-font-2);
            text-align: center;
            text-transform: uppercase;
            transition: all 500ms ease;
            z-index: 1;
        }

            .styled-pagination li a span:before {
                position: relative;
                top: 0px;
                color: var(--erepair-black);
                font-size: 20px;
                font-weight: 100;
                transition: all 500ms ease;
            }

        .styled-pagination li:hover a span::before,
        .styled-pagination li.active a span::before {
            color: var(--erepair-white);
        }

        .styled-pagination li.prev {
            transform: rotate(180deg);
        }

            .styled-pagination li.prev a span:before {
                position: relative;
                display: inline-block;
            }

        .styled-pagination li.next a span:before {
            position: relative;
            display: inline-block;
        }

        .styled-pagination li:hover a,
        .styled-pagination li.active a {
            color: var(--erepair-white);
            border-color: var(--erepair-base);
            background: var(--erepair-base);
        }

        .styled-pagination li.prev a,
        .styled-pagination li.next a {
            width: 55px;
        }

            .styled-pagination li.prev a:hover,
            .styled-pagination li.next a:hover {
                color: var(--erepair-white);
            }







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

.main-menu__top {
    position: relative;
    display: block;
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #2ab97e;
    padding: 5px 150px;
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .main-menu__contact-list li + li {
            margin-left: 46px;
        }

        .main-menu__contact-list li:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -23px;
            width: 1px;
            background-color: rgba(var(--erepair-white-rgb), .30);
        }

        .main-menu__contact-list li:first-child:before {
            display: none;
        }

        .main-menu__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
        }

            .main-menu__contact-list li .icon i {
                font-size: 18px;
                color: #ffffff;
            }

        .main-menu__contact-list li .text {
            margin-left: 10px;
        }

            .main-menu__contact-list li .text p {
                font-size: 16px;
                color: var(--erepair-white);
            }

                .main-menu__contact-list li .text p a {
                    color: var(--erepair-white);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-menu__contact-list li .text p a:hover {
                        color: #022a1a;
                    }

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

    .main-menu__social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border: 1px solid rgba(var(--erepair-white-rgb), .10);
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        background-color: transparent;
        overflow: hidden;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: 1;
    }

        .main-menu__social a:hover {
            color: var(--erepair-white);
            border: 1px solid rgba(var(--erepair-base-rgb), 1);
        }

        .main-menu__social a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--erepair-base);
            transform: scale(0.5);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: -1;
        }

        .main-menu__social a:hover::before {
            transform: scale(1.0);
            opacity: 1;
        }

        .main-menu__social a + a {
            margin-left: 5px;
        }

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

.main-menu__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 150px;
    /* background-color: var(--erepair-extra); */
}

.main-menu__left {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* gap: 110px; */
    width: 100%;
}

.main-menu__logo {
    position: relative;
    display: block;
    padding: 19px 0;
    z-index: 2;
    float: left;
}

.main-menu__logo img{width:250px;}

.main-menu__main-menu-box {
    position: relative;
    display: block;
    float: right;
}

.main-menu__right {
    position: relative;
    display: block;
}

.main-menu__search-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-right: 25px;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid var(--erepair-bdr-color);
    border-radius: 50%;
    font-size: 20px;
    color: var(--erepair-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__search:hover {
        color: var(--erepair-white);
        border: 1px solid var(--erepair-base);
        background-color: var(--erepair-base);
    }

.main-menu__btn-box {
    position: relative;
    display: block;
}

.main-menu__btn {
    background-color: var(--erepair-base);
    color: var(--erepair-white);
}

    .main-menu__btn:hover {
        color: var(--erepair-black);
    }

    .main-menu__btn:before,
    .main-menu__btn:after {
        background-color: var(--erepair-primary);
    }


.stricky-header.main-menu {
    /* background-color: var(--erepair-extra); */
}


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



@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

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

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

    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: var(--erepair-black);
        font-weight: 500;
        text-transform: uppercase;
        font-family: var(--erepair-font-2);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

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

    .main-menu .main-menu__list > li > a::before,
    .stricky-header .main-menu__list > li > a::before {
        content: "";
        height: 2px;
        border-radius: 0px;
        background-color: var(--erepair-base);
        position: absolute;
        bottom: -3px;
        left: 0px;
        right: 0px;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: left center;
        z-index: 1;
    }

    .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.dropdown > a {
        padding-right: 15px;
    }

        .main-menu .main-menu__list > li.dropdown > a:after {
            position: absolute;
            top: 52%;
            right: 0;
            font-family: "Font Awesome 5 Pro";
            content: "\f107";
            font-size: 14px;
            color: var(--erepair-black);
            transform: translateY(-50%);
            font-weight: 700;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            z-index: 1;
        }

    .main-menu .main-menu__list > li.current > a::after,
    .main-menu .main-menu__list > li:hover > a::after,
    .stricky-header .main-menu__list > li.current > a::after,
    .stricky-header .main-menu__list > li:hover > a::after {
        color: var(--erepair-base);
    }

    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0) translateZ(100px);
        transform: scaleY(0) translateZ(100px);
        -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    }

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

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

        .main-menu .main-menu__list > li > ul > li,
        .main-menu .main-menu__list > li > ul > li > ul > li,
        .stricky-header .main-menu__list > li > ul > li,
        .stricky-header .main-menu__list > li > ul > li > ul > li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            width: 100%;
            position: relative;
            border-bottom: 1px solid rgba(var(--erepair-black-rgb), .10);
        }

            .main-menu .main-menu__list > li > ul > li:last-child,
            .main-menu .main-menu__list > li > ul > li > ul > li:last-child,
            .stricky-header .main-menu__list > li > ul > li:last-child,
            .stricky-header .main-menu__list > li > ul > li > ul > li:last-child {
                border-bottom: 0;
            }

            .main-menu .main-menu__list > li > ul > li + li,
            .main-menu .main-menu__list > li > ul > li > ul > li + li,
            .stricky-header .main-menu__list > li > ul > li + li,
            .stricky-header .main-menu__list > li > ul > li > ul > li + li {
                border-top: 0;
                margin-top: 0px;
            }

            .main-menu .main-menu__list > li > ul > li > a,
            .main-menu .main-menu__list > li > ul > li > ul > li > a,
            .stricky-header .main-menu__list > li > ul > li > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li > a {
                position: relative;
                font-size: 13px;
                line-height: 25px;
                color: var(--erepair-black);
                font-weight: 500;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 3px 14px;
                -webkit-transition: 500ms;
                transition: 500ms;
            }

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

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


.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    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 .main-menu__logo {
    padding: 20px 0;
}

    .stricky-header.stricky-fixed .main-menu__logo img {
        /* height: 52px; */
        width: 190px;
    }

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

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

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    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(--erepair-base);
    cursor: pointer;
}

    .mobile-nav__buttons a + a {
        margin-left: 10px;
    }

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

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--erepair-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

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

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

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

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

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 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(--erepair-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;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

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

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--erepair-white);
    cursor: pointer;
}

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

    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 0.5em;
    }

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

    .mobile-nav__content .main-menu__list > li > a > .main-menu-border {
        display: none !important;
    }

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

        .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
            color: var(--erepair-base);
        }

    .mobile-nav__content .main-menu__list li a.expanded {
        color: var(--erepair-base);
    }

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

        .mobile-nav__content .main-menu__list > li > a > button.expanded,
        .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            background-color: #fff;
            color: var(--erepair-base);
        }

    /* no menu after 2rd level dropdown */
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
        display: none !important;
    }

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

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

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

    .mobile-nav__top .main-menu__login a {
        color: var(--erepair-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mobile-nav__social a {
        font-size: 16px;
        color: var(--erepair-white);
        -webkit-transition: 500ms;
        transition: 500ms;
    }

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

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

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

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

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

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

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

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: var(--erepair-base);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            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;
}

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

.main-menu-two__top {
    position: relative;
    display: block;
    background-color: var(--erepair-primary);
}

.main-menu-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0;
}

.main-menu-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu-two__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .main-menu-two__contact-list li + li {
            margin-left: 46px;
        }

        .main-menu-two__contact-list li:before {
            content: "";
            position: absolute;
            top: 7px;
            bottom: 7px;
            left: -23px;
            width: 1px;
            background-color: var(--erepair-black);
        }

        .main-menu-two__contact-list li:first-child:before {
            display: none;
        }

        .main-menu-two__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
        }

            .main-menu-two__contact-list li .icon i {
                font-size: 18px;
                color: var(--erepair-black);
            }

        .main-menu-two__contact-list li .text {
            margin-left: 10px;
        }

            .main-menu-two__contact-list li .text p {
                font-size: 16px;
                color: var(--erepair-black);
            }

                .main-menu-two__contact-list li .text p a {
                    color: var(--erepair-black);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-menu-two__contact-list li .text p a:hover {
                        color: var(--erepair-base);
                    }

.main-menu-two__top-left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-menu-two__social {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu-two__social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 15px;
        color: var(--erepair-black);
        background-color: rgba(var(--erepair-black-rgb), .10);
        overflow: hidden;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: 1;
    }

        .main-menu-two__social a:hover {
            color: var(--erepair-white);
        }

        .main-menu-two__social a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--erepair-black);
            transform: scale(0.5);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: -1;
        }

        .main-menu-two__social a:hover::before {
            transform: scale(1.0);
            opacity: 1;
        }

        .main-menu-two__social a + a {
            margin-left: 5px;
        }

.main-menu-two__text {
    color: var(--erepair-black);
}

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

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.main-menu-two__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-menu-two__logo {
    position: relative;
    display: block;
    padding: 30px 0;
}

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

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

.main-menu-two__call-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid var(--erepair-bdr-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu-two__call:hover .main-menu-two__call-icon {
    background-color: var(--erepair-base);
    border: 1px solid var(--erepair-base);
}

.main-menu-two__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--erepair-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call:hover .main-menu-two__call-icon span {
    color: var(--erepair-white);
}

.main-menu-two__call-number {
    margin-left: 15px;
}

    .main-menu-two__call-number p {
        font-size: 16px;
        line-height: 16px;
        color: var(--erepair-gray);
        margin-bottom: 10px;
        font-family: var(--erepair-font-2);
    }

    .main-menu-two__call-number h5 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
    }

        .main-menu-two__call-number h5 a {
            color: var(--erepair-black);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .main-menu-two__call-number a:hover {
        color: var(--erepair-base);
    }

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

.main-menu-two__btn {
    background-color: var(--erepair-base);
    color: var(--erepair-white);
}

    .main-menu-two__btn:hover {
        color: var(--erepair-black);
    }

    .main-menu-two__btn:before,
    .main-menu-two__btn:after {
        background-color: var(--erepair-primary);
    }

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


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

.main-menu-three__top {
    position: relative;
    display: block;
    background-color: #20684A;
}

.main-menu-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9px 60px 9px;
}

.main-menu-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu-three__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .main-menu-three__contact-list li + li {
            margin-left: 50px;
        }

        .main-menu-three__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
        }

            .main-menu-three__contact-list li .icon i {
                font-size: 18px;
                color: var(--erepair-primary);
            }

        .main-menu-three__contact-list li .text {
            margin-left: 10px;
        }

            .main-menu-three__contact-list li .text p {
                font-size: 16px;
                color: var(--erepair-white);
            }

                .main-menu-three__contact-list li .text p span {
                    color: var(--erepair-primary);
                }

                .main-menu-three__contact-list li .text p a {
                    color: var(--erepair-white);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-menu-three__contact-list li .text p a:hover {
                        color: var(--erepair-primary);
                    }

.main-menu-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.main-menu-three__social {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu-three__social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: var(--erepair-white);
        overflow: hidden;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: 1;
    }

        .main-menu-three__social a:hover {
            color: var(--erepair-primary);
        }

        .main-menu-three__social a + a {
            margin-left: 20px;
        }

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

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    color: var(--erepair-white);
}

    .main-menu-three__search:hover {
        color: var(--erepair-primary);
    }

.main-menu-three__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 60px 0px;
    background-color: var(--erepair-extra);
    z-index: 1;
}

.main-menu-three__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
}

.main-menu-three__logo {
    position: relative;
    display: block;
    padding: 30px 0;
}

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

.main-menu-three__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__cart-btn-and-login-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

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

    .main-menu-three__cart a {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: var(--erepair-base);
    }

        .main-menu-three__cart a:hover {
            color: var(--erepair-black);
        }

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

.main-menu-three__btn {
    background-color: var(--erepair-base);
    color: var(--erepair-white);
}

    .main-menu-three__btn:hover {
        color: var(--erepair-black);
    }

    .main-menu-three__btn:before,
    .main-menu-three__btn:after {
        background-color: var(--erepair-primary);
    }

.main-menu-three__login-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.main-menu-three__login-icon {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu-three__login-icon span {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: var(--erepair-base);
    }

.main-menu-three__login-text a {
    font-size: 17px;
    color: var(--erepair-base);
}

    .main-menu-three__login-text a:hover {
        color: var(--erepair-black);
    }



/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

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

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

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

    .search-popup__content form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        background-color: var(--erepair-base);
        border: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .search-popup__content .thm-btn::after {
            background-color: var(--erepair-black);
            border-radius: 0;
        }

        .search-popup__content .thm-btn::before {
            background-color: var(--erepair-black);
            border-radius: 0;
        }

        .search-popup__content .thm-btn i {
            height: auto;
            width: auto;
            background-color: transparent;
            border-radius: 50%;
            color: var(--erepair-white);
            font-size: 22px;
            line-height: inherit;
            text-align: center;
            top: 0;
            margin-right: 0;
            padding-left: 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .search-popup__content .thm-btn:hover i {
            color: var(--erepair-white);
        }


/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.about-one__btn {
    padding: 12px 36px 12px;
}

.video-one__btn {
    color: var(--erepair-white);
    background-color: var(--erepair-base);
    float: right;
}

    .video-one__btn:hover {
        color: var(--erepair-black);
    }

    .video-one__btn::before,
    .video-one__btn::after {
        background-color: var(--erepair-primary);
    }

.video-one__btn-two {
    padding: 14.5px 36px 14.5px;
    border: 1px solid var(--erepair-bdr-color);
    background-color: var(--erepair-white);
}

    .video-one__btn-two:hover {
        border: 1px solid var(--erepair-base);
    }

.project-one__btn {
    padding: 14.5px 36px 14.5px;
    border: 1px solid var(--erepair-bdr-color);
    background-color: var(--erepair-white);
}

    .project-one__btn:hover {
        border: 1px solid var(--erepair-base);
    }

.pricing-one__btn {
    width: 100%;
    justify-content: center;
    padding: 12px 37px 12px;
}

    .pricing-one__btn:hover {
        color: var(--erepair-black) !important;
    }

    .pricing-one__btn::before,
    .pricing-one__btn::after {
        background-color: var(--erepair-white);
    }

.blog-one__btn {
    color: var(--erepair-white);
    background-color: var(--erepair-base);
}

    .blog-one__btn::before,
    .blog-one__btn::after {
        background-color: var(--erepair-black);
    }

.cta-one__btn {
    color: var(--erepair-white);
    background-color: var(--erepair-base);
}

    .cta-one__btn::before,
    .cta-one__btn::after {
        background-color: var(--erepair-black);
    }

.about-two__btn {
    color: var(--erepair-white);
    background-color: var(--erepair-base);
}

    .about-two__btn::before,
    .about-two__btn::after {
        background-color: var(--erepair-black);
    }

.contact-one__btn {
    border: none;
    width: 100%;
    justify-content: center;
    color: var(--erepair-white);
    background-color: var(--erepair-base);
}

    .contact-one__btn:hover {
        color: var(--erepair-black);
    }

    .contact-one__btn::before,
    .contact-one__btn::after {
        background-color: var(--erepair-primary);
    }

.contact-three__btn {
    border: none;
    border-radius: 20px;
}

.comment-form__btn {
    border: none;
    border-radius: 20px;
}

.project-details__get-started-btn {
    width: 100%;
    justify-content: center;
    border-radius: 20px;
}


.footer-widget-three__newsletter-btn {
    border: 1px solid rgba(var(--erepair-white-rgb), .10);
    background-color: transparent;
    color: var(--erepair-white);
    padding: 14.5px 36px 14.5px;
}

    .footer-widget-three__newsletter-btn:hover {
        border: 1px solid rgba(var(--erepair-base-rgb), 1);
    }


.aboutus-home p {
    padding-bottom: 10px;
}



.swiper, :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    list-style: none;
    padding: 0
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none
    }

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper: before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper: before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: d 1s infinite linear;
    animation: d 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next"
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: transform .2s,top .2s;
            transition: transform .2s,top .2s
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: transform .2s,left .2s;
        transition: transform .2s,left .2s
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s,right .2s;
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size,4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: var(--swiper-scrollbar-sides-offset,1%);
        bottom: var(--swiper-scrollbar-bottom,4px);
        top: var(--swiper-scrollbar-top,auto);
        z-index: 50;
        height: var(--swiper-scrollbar-size,4px);
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,0.01))
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        left: var(--swiper-scrollbar-left,auto);
        right: var(--swiper-scrollbar-right,4px);
        top: var(--swiper-scrollbar-sides-offset,1%);
        z-index: 50;
        width: var(--swiper-scrollbar-size,4px);
        height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,0.01))
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid-column > .swiper-wrapper, .swiper-grid > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: "";
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            -webkit-filter: blur(50px);
            filter: blur(50px)
        }

    .swiper-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity,height,-webkit-transform;
    transition-property: opacity,height,-webkit-transform;
    transition-property: transform,opacity,height;
    transition-property: transform,opacity,height,-webkit-transform
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }


.service-box {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    text-align: center;
    overflow: hidden
}

    .service-box .box-img {
        -webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="255" viewBox="0 0 424 255" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 201V201C132.163 273.004 291.837 273.004 424 201V201V0H0V201Z" fill="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="424" height="255" viewBox="0 0 424 255" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 201V201C132.163 273.004 291.837 273.004 424 201V201V0H0V201Z" fill="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }

    .service-box .box-content {
        padding: 112px 12px 32px 12px;
        background-color: var(--white-color);
        margin-top: -90px;
        -webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="310" viewBox="0 0 424 310" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V0C132.85 69.2505 291.15 69.2505 424 0V0V310H0V0Z" fill="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="424" height="310" viewBox="0 0 424 310" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V0C132.85 69.2505 291.15 69.2505 424 0V0V310H0V0Z" fill="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }

    .service-box .box-title {
        margin-bottom: 8px
    }

    .service-box .box-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 999px;
        background-color: var(--title-color);
        border: 2px solid var(--white-color);
        margin: -52px auto 0 auto;
        position: relative;
        z-index: 3
    }

    .service-box .th-btn {
        margin-top: 24px;
        border-color: var(--light-color);
        color: var(--title-color)
    }

        .service-box .th-btn:hover {
            color: var(--white-color);
            border-color: var(--theme-color);
            background-color: var(--theme-color)
        }

            .service-box .th-btn:hover:before {
                background-color: var(--theme-color)
            }

    .service-box:hover .box-icon img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .service-box:hover .box-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.service-grid {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    padding: 32px;
    background-color: var(--white-color);
    text-align: left
}

    .service-grid .box-number {
        font-size: 48px;
        line-height: 1;
        font-weight: 700;
        font-family: var(--title-font);
        color: #E1E4E5;
        position: absolute;
        right: 32px;
        top: 32px
    }

    .service-grid .box-img {
        -webkit-mask-image: url('data:image/svg+xml,<svg width="360" height="220" viewBox="0 0 360 220" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 72C0 66.8071 1.68427 61.7543 4.8 57.6L40.8 9.6C45.3325 3.55666 52.4458 0 60 0H360V220H0V72Z" fill="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="360" height="220" viewBox="0 0 360 220" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 72C0 66.8071 1.68427 61.7543 4.8 57.6L40.8 9.6C45.3325 3.55666 52.4458 0 60 0H360V220H0V72Z" fill="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        margin-top: 32px;
        border-radius: 12px
    }

        .service-grid .box-img img {
            width: 100%
        }

    .service-grid .box-title {
        margin-bottom: 8px
    }

    .service-grid .box-icon {
        margin-bottom: 21px
    }

    .service-grid:hover .box-icon img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .service-grid:hover .box-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

@media (max-width: 1199px) {
    .sec-shape1 {
        max-width: 80px
    }
}

.service-block {
    --body-bg: #101943;
    position: relative;
    z-index: 2;
    text-align: center
}

    .service-block:after, .service-block:before {
        content: "";
        box-shadow: inset 25px 25px 0 0 var(--body-bg);
        width: 50px;
        height: 50px;
        position: absolute;
        border-radius: 16px;
        top: 38px;
        right: -25px;
        z-index: 2;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index: 3
    }

    .service-block:before {
        top: -25px;
        right: 38px
    }

    .service-block .box-img {
        border-radius: 24px
    }

        .service-block .box-img img {
            width: 100%;
            border-radius: 20px;
        }

    .service-block .box-title {
        margin-bottom: 0;
        color: #fff !IMPORTANT;
        !I;
        !;
        line-height: 24px;
    }

    .service-block .box-content {
        background-color: #000;
        border-radius: 20px;
        position: relative;
        z-index: 3;
        margin: -30px 16px 0 16px;
        padding: 11px 32px 13px 32px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        height: 80px;
    }

        .service-block .box-content h3 a {
            font-size: 22px;
            color: #fff;
        }


    .service-block .box-icon {
        width: 72px;
        height: 72px;
        line-height: 70px;
        text-align: center;
        background-color: var(--title-color);
        border: 2px solid var(--white-color);
        border-radius: 99px;
        margin: -36px auto -20px auto;
        -webkit-transform: translateY(-36px);
        -ms-transform: translateY(-36px);
        transform: translateY(-36px);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

        .service-block .box-icon img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

    .service-block .icon-btn {
        --btn-size: 56px;
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 4
    }

        .service-block .icon-btn:after {
            content: '';
            position: absolute;
            inset: -8px;
            background-color: var(--light-color);
            border: 8px solid var(--body-bg);
            border-radius: 99px;
            z-index: -1;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

        .service-block .icon-btn:hover:after {
            background-color: var(--theme-color)
        }

    .service-block:hover .box-icon {
        border-color: var(--theme-color);
        background-color: var(--white-color)
    }

        .service-block:hover .box-icon img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            -webkit-filter: none;
            filter: none
        }

    .service-block:hover .box-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .service-block:hover .box-content {
        background-color: #950000;
    }

        .service-block:hover .box-content a {
            color: #fff;
        }

            .service-block:hover .box-content a:hover {
                text-decoration: none;
                border: none;
            }

    .service-block:hover .box-title {
        color: #fff;
    }

        .service-block:hover .box-title a:hover {
            color: #fff;
            text-decoration: none;
        }


.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 99px;
    border: 1px solid var(--th-border-color);
    position: relative;
    transition: .5s ease;
}

.service-block:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s ease;
}

.box-img img {
    width: 100%;
    transition: .5s ease;
}

.testimonial-one {
    background: url(../images/backgrounds/service_bg.png);
    background-size: cover;
}



/***********************
* Works-Step
***********************/
.works-step {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.works-step-bg {
    position: absolute;
    background: url(../images/background/works-step-bg-1.png)no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.works-step-box-title-box .section-title-box .section-title-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.works-step-single-box {
    width: 300px;
    margin-top: 40px;
}

.works-step-single-img-box {
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px solid #111829;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s;
}

    .works-step-single-img-box img {
        border-radius: 50% !important;
    }

.works-step-single-tag {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

    .works-step-single-tag h4 {
        padding: 8px 12px;
        background-color: #111829;
        text-align: center;
        color: #111829;
        font-size: 40px;
        font-weight: 800;
        line-height: 55px;
        text-transform: uppercase;
        -webkit-text-fill-color: #111829;
        -webkit-text-stroke: 1px #FFFFFF;
        letter-spacing: 0;
        transition: all 0.3s;
    }

.works-step-single-title {
    margin-top: 53px;
}

    .works-step-single-title h3 {
        color: #121212;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
        margin: 0 auto;
        width: 75%;
        line-height: 30px;
    }

.works-step-single-box:hover .works-step-single-img-box {
    border: 1px solid #e45420;
}

.works-step-single-box:hover .works-step-single-tag h4 {
    background-color: #e45420;
    color: #fff;
    -webkit-text-fill-color: #e45420;
}

.project-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.project-stats-content h2,
.project-stats-content h2 span {
    -webkit-text-stroke: 1px #e24e1f;
    color: #FFF4F0;
    display: inline-block;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: -3.6px;
}

.project-stats-content h5 {
    color: #121212;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-top: 13px;
}


/***********************
* Testimonial
***********************/
.testimonial-one {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--elton-bg-dark);
    overflow: hidden;
    z-index: 99;
}

.testimonial-one-shape-1 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape-1.png)no-repeat;
    background-size: contain;
    width: 700px;
    height: 700px;
    top: -335px;
    left: -286px;
    z-index: -1;
    animation: 3s linear infinite alternate about-one-shape-1;
}

.testimonial-one-shape-2 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape-2.png)no-repeat;
    background-size: contain;
    mix-blend-mode: luminosity;
    width: 287px;
    height: 168px;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: 1s linear infinite alternate about-one-shape-3;
}

.testimonial-one-shape-3 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape-3.png)no-repeat;
    background-size: contain;
    mix-blend-mode: luminosity;
    width: 400px;
    height: 400px;
    top: 118px;
    right: -209px;
    z-index: -1;
    animation: 2s linear infinite alternate about-one-shape-3;
}

.testimonial-one-title-box .section-title-box .section-title-title h2 {
    color: var(--elton-light);
    margin-bottom: 44px;
}

.testimonial-one-content {
    background-color: #21293E;
    padding: 60px 35px 60px 35px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: start;
    overflow: hidden;
}

.testimonial-one-content-shape-1 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-content-shape-1.png) no-repeat;
    background-size: contain;
    width: 148px;
    height: 148px;
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonial-one-content-shape-2 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-content-shape-2.png) no-repeat;
    background-size: contain;
    width: 86px;
    height: 86px;
    top: -39px;
    left: 23px;
    z-index: -1;
}

.testimonial-one-content-shape-3 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-content-shape-3.png) no-repeat;
    background-size: contain;
    width: 91px;
    height: 91px;
    top: 105px;
    left: -70px;
    z-index: -1;
}

.testimonial-one-content-shape-4 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-content-shape-4.png)no-repeat;
    background-size: contain;
    width: 68px;
    height: 31px;
    bottom: 45px;
    right: 35px;
    z-index: -1;
}

.testimonial-one-content-img {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #21293E;
    border: 5px solid #21293E;
}

    .testimonial-one-content-img img {
        width: 90px !important;
        height: 90px;
        object-fit: cover;
        border-radius: 50%;
    }

.testimonial-one-content-detail-box {
    margin-left: 27px;
}

    .testimonial-one-content-detail-box p {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 21px;
    }

    .testimonial-one-content-detail-box h3 {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        padding-bottom: 3px;
    }

    .testimonial-one-content-detail-box span {
        color: #E45420;
        font-family: var(--elton-font-Inter);
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
        line-height: 28px;
    }

.testimonial-one-slider .owl-nav.disabled + .owl-dots,
.awards-one-slider .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    top: -95px;
    right: 0;
}

.testimonial-one-slider .owl-dots .owl-dot.active span,
.testimonial-one-slider .owl-dots .owl-dot:hover span,
.awards-one-slider .owl-dots .owl-dot.active span,
.awards-one-slider .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid var(--elton-primary-two);
    border-radius: 50%;
}

.awards-one-slider .owl-dots .owl-dot span {
    margin: 0;
    background-color: var(--elton-Silver-two);
}

.testimonial-one-slider .owl-dots .owl-dot span {
    margin: 0;
    background-color: #4C505A;
}

.testimonial-one-slider .owl-dots button + button,
.awards-one-slider .owl-dots button + button {
    margin-left: 24px;
}

.about-four ol {
    margin-left: 30px;
}

    .about-four ol li {
        list-style: initial !important;
        color: #000;
        font-size: 18px;
    }

.blog-area ol {
    margin-left: 50px;
}

    .blog-area ol li {
        list-style: initial;
    }

.about-one ul {
    margin-left: 30px;
}

    .about-one ul li {
        list-style: initial !important;
        /* color: #2C2A2A; */
        font-size: 18px;
        font-weight: 300;
    }


.sticky-container2 {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 47px;
    top: 80%;
    width: auto;
    z-index: 99999999999999999;
}

    .sticky-container2 .sticky {
        position: relative !important;
    }

        .sticky-container2 .sticky li {
            list-style-type: none;
            background-color: none;
            /* border:solid #FFF 1px; */
            color: #fff;
            /* height: 43px; */
            padding: 0px;
            margin: 0px 0px 20px 0px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
        }

            .sticky-container2 .sticky li:hover {
                /* margin-left: -115px; */
                /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); */
                /* -webkit-filter: grayscale(0%); */
            }

            .sticky-container2 .sticky li a i {
                float: none;
                -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
                animation: white-shadow .8s infinite, red-shadow .8s infinite;
                border-radius: 50%;
                font-size: 43px;
                color: #fff;
                background: #4caf50;
                padding: 5px;
                width: 70px;
                height: 70px;
                text-align: center;
                line-height: 60px;
            }

            .sticky-container2 .sticky li p {
                padding: 0px;
                margin: 0px;
                text-transform: none;
                line-height: 43px;
                font-family: Roboto;
            }

            .sticky-container2 .sticky li a {
                color: #FFF;
                text-decoration: none;
                font-family: Roboto;
            }



/* rotateScale animation */
@keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

/* infiUpDown animation */
@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* infiLeftRight animation */
@keyframes infiLeftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

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

@-webkit-keyframes infiLeftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

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

/* twinRotate animation */
@keyframes twinRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

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

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

/* heartbeat animation */
@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

/* rotateInfinit animation */
@keyframes rotateInfinit {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(90deg);
    }

    75% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes spinInfinit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ZoomToFade animation */
@-webkit-keyframes ZoomToFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
}

@keyframes ZoomToFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
}

/* ZoomToFade2 animation */
@-webkit-keyframes ZoomToFade2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes ZoomToFade2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/* ZoomToFade3 animation */
@-webkit-keyframes ZoomToFade3 {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

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

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes ZoomToFade3 {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

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

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes white-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        -webkit-transition: box-shadow .3s ease-in-out;
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        -o-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow .4s ease-in-out;
        -webkit-transition: -webkit-box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out
    }
}

@-webkit-keyframes red-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
}

@keyframes red-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
}
/* infiUpDown animation */
.infiUpDown {
    animation: infiUpDown 1s infinite alternate;
}

/* heartbeat animation */
.heartbeat {
    animation: heartbeat 1s infinite alternate;
}

/* leftright animation */
.infiLeftRight {
    animation: infiLeftRight 1s infinite alternate;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
