/********** Template CSS **********/
:root {
    --primary: #008000;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #5c5c5c;
}

.fw-medium {
    font-weight: 500 !important;
    line-height: 2;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.logo {
    height: 70px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.navbar-brand p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    color: green;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.about-info {
    position: absolute;
    background-color: #1e1e20b3;
    padding: 70px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    padding: 0 4rem;
}

#ins .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 400px !important;
    max-width: 400px;
}

#ins .owl-carousel.owl-drag .owl-item:nth-child(odd) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 300px !important;
    max-width: 300px;
}

.container-fluid2 .img-fluid:nth-child(odd) {
    max-width: 100%;
    height: 100%;
}

.container-fluid2 .img-fluid:nth-child(even) {
    max-width: 100%;
    height: 90%;
}

#ins .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.ins-btn {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

#ins {
    margin-top: 90px;
}

#ins .hero-btn {
    background: #ab130c;
}

#ins .bg-icon {

    height: auto;
    width: auto;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    margin-right: 12px;
    font-size: 30px;

}

.process-bg {
    background: #f1f1f1;
    padding: 70px 0;
}

.ben-wrap {
    display: flex;
}

.ben-wrap h3 {
    color: #1e1e20;
    padding: 0;
}

.bg-icon {
    height: 50px;
    width: 50px;
    background: #ab130c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    margin-right: 12px;
    font-size: 20px;
}

.top-navigation {
    justify-content: space-between;
    display: flex;
    padding: 5px 0;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    gap: 15px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.jst {
    justify-content: space-between;
}

.logo {
    height: 100px;
}

.nav-bar {
    position: relative;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.hero {
    margin-top: 4em;
}

.hero h1 span {
    font-size: 90px;
    color: #ab130c;
}

.hero-btn {
    height: 60px;
    width: fit-content;
    background: black;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 10px;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hero-wrapper img {
    height: 200px !important;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 0px 0;
    color: #484848 !important;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.container-products3 .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

img.p-2.mx-auto.mb-2 {
    height: 600px;
    width: 400px;
}


.hits {
    margin: 150px 0px 80px;
}

.hits-container {
    display: flex;
    width: 100%;
    gap: 40px;
}

/* LEFT */
.hits-left {
    width: 30%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.hits-left h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hits-left p {
    color: #666;
    line-height: 1.5;
}

.hits-btn {
    margin-top: 20px;
    background: #000;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.hits-nav {
    margin-top: 40px;
}

.hits-nav button {
    width: 50px;
    height: 50px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 50%;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px;
    cursor: pointer;
    font-size: 30px;
}

/* SLIDER */
.hits-slider {
    width: 70%;

    position: relative;
}

.hits-window {
    overflow: hidden;
    padding: 40px 0;
}

.hits-track {
    display: flex;
    align-items: center;
    will-change: transform;
}

.hits-slide.animate {
    transition: transform .35s ease, opacity .35s ease;
}

.hits-slide {
    min-width: 450px;
    margin-right: 35px;
    transform: scale(.82);
    opacity: .45;

    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.hits-slide.active {
    transform: scale(1.08);
    opacity: 1;
    z-index: 100;
}

.hits-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    position: relative;

}

.hits-card img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.hits-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(20px);
    transition: .3s;
}

.hits-slide.active .hits-price {
    opacity: 1;
    transform: translateY(0);
}

.hits-dots {
    margin-top: 25px;
    margin-left: 70px;
}

.hits-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

.hits-dot.active {
    background: red;
}

div#about {
    overflow: hidden;
}

.about-bg {
    position: absolute;
    z-index: -1;
    left: -16em;
    height: 100%;
    width: 125%;
    top: 0;
}

.about-info2 {
    padding: 40px 80px 40px 40px;

}

.container-products {

    width: 100%;
    max-width: 100%;
    padding-top: 50px !important;
}

.container-products3 {
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 150px !important;
}

#last-projects .owl-item {
    background: white;
    padding: 50px 30px;
    margin: 10px;
    height: 730px;
}

.col-lg-6.wow svg {
    width: 120px !important;
    height: 120px !important;
    fill: rgb(255, 194, 75);
}

.steps {
    display: flex;
    align-items: center;
    margin-bottom: 2rem !important;
}

.reviews-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.testimonial-carousel2,
.reviews-call {
    width: 50%;
}

.testimonial-carousel2 .owl-nav {
    display: flex;
}

.avatar-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-carousel2 .owl-nav .owl-prev,
.testimonial-carousel2 .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    width: 50px;
    background: #F4F4F4;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-arrow-left,
.bi-arrow-right {
    color: #1e1e20;
    font-size: 20px;
}

.reviews-call {
    background: rgb(30 30 30);
    padding: 30px;
}

.testimonial-carousel2 {
    border: 1px solid #DDDDDD;
    padding: 30px;
}

.testimonial-carousel2 .owl-item {
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.3s;
}

.testimonial-carousel2 .owl-item.center {
    opacity: 1;
    transform: scale(1);
}

.testimonial-carousel2 .testimonial-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.owl-item h3 {
    margin-top: 25px;
}

/* testimonial carousel */

.shadow-effect {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.img-rev,
.info-rev {
    width: 46%;
}

.info-rev {
    text-align: left;
}

.img-rev img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-width: 300px;
    max-height: 300px;
    position: relative;
    z-index: 1;
}

section.testimonials {
    margin-top: 100px;
}

#customers-testimonials .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#customers-testimonials .owl-next,
#customers-testimonials .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 50%;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
}

.img-rev {
    position: relative;
}

.img-rev::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 300px;
    height: 300px;
    background: #D9D9D9;
}

.info-line {
    border-bottom: 1px solid #000000;

    margin: 25px 0;
}

.testimonial-name {
    font-size: 25px;
    color: #000;

}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}



#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ab130c;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #ab130c;
    display: inline-block;
    height: 23px;
    border-radius: 50%;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 23px;
}

.form-block {
    margin-top: 100px;
}

.form-img {
    height: 800px;
}

.talk-form {
    margin: 90px auto 0;
    display: flex;
    flex-direction: column;
}



.talk-form input,
.talk-form textarea {
    background: #FAFAFA;
    border-radius: 15px;
    margin-bottom: 30px;
    border: none;
    padding: 20px 0px 20px 20px;
    font-size: 20px;
    color: #0e0e0e;
    transition: all ease 300ms;
    border: 1px solid #80808000;
}

.talk-form input:hover,
.talk-form textarea:hover {
    border: 1px solid white;
    transition: all ease 300ms;
}

::placeholder {
    color: rgb(92, 92, 92);
}

.talk-form input:focus,
.talk-form input:active {
    border: 1px solid white;
}

.form-block .submit {
    background: #ab130c;
    color: #ffffff;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 300ms ease-in-out;
    width: 60%;
    margin: 0 auto;
}

.submit:hover {
    transform: scale(1.013);
    transition: all 300ms ease-in-out;
}

textarea {
    resize: vertical;
    min-height: 200px;
}

.container-products .mb-4,
.container-products .text-secondary {
    text-align: center;
}

.container-products .text-secondary {
    width: fit-content;
    margin: 0px auto 20px;
}

.container-products .mb-4 {
    width: 75%;
    margin: 0px auto 0px;
}

.tab-content-item {
    width: 47%;
    height: 500px;
    object-fit: cover;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0 5px;
        margin: 0;
    }

    .steps-master {
        display: none;
    }

    .logo {
        height: 80px;
    }

    .header-carousel .owl-nav {
        flex-direction: column;
        gap: 0;
    }

    .navbar {
        padding: 5px 12px;

    }

    .nav-bar.sticky-top {
        position: sticky;
        padding: 5px 12px;
        z-index: 9999;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .tab-content-item {
        height: auto;
        object-fit: cover;
        font-size: 15px;
    }

    div#myTabContent {
        background: white;
        padding: 30px;
        margin-top: 30px;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }

    h3 br,
    .h3 br {
        display: none;
    }
}

/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 110px 0 80px 60px;

}



.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -5px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;

    }

    .header-carousel .owl-carousel-item img {

        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .about-info {
        padding: 25px;
    }

    .ben-wrap h3 {
        font-size: 17px;
    }

    #ins .owl-carousel.owl-drag .owl-item:nth-child(odd),
    #ins .owl-carousel.owl-drag .owl-item:nth-child(even) {
        max-width: 100% !important;
        width: 100% !important;
    }

    .nav-tabs {
        margin-top: 20px;
        gap: 10px;
    }

    .shadow-effect {
        flex-direction: column;
        gap: 12px;
    }

    .form-img {
        display: none;
    }

    .form-block {
        margin-top: 0;
    }

    .info-rev,
    .img-rev {
        width: 100%;
    }

    section.testimonials {
        margin-top: 50px;
    }

    .testimonials .mb-5 {
        margin-bottom: 15px !important;
    }

    .nav-tabs .nav-link {
        padding: 12px;
        font-size: 14px;
    }

    .logo-mob,
    .img-rev::after {
        display: none;
    }

    .row-cols-1>* {
        flex: 0 0 auto;

        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px;
        padding: 20px;
        border-radius: 20px;
    }

    img.card-img-top {
        border-radius: 10px;
    }

    .about-bg {
        display: none;
    }

    #ins {
        margin-top: 50px;
    }

    #ins .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .about-info2 {
        padding: 30px 40px;
        margin-top: 0;
    }

    .ben-wrap {
        display: flex;
        margin-left: 15px;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 17px 0rem 10px;
    }

    div#myTabContent {
        background: white;
        padding: 30px;
        margin-top: 5px;
    }

    .tab-content>.tab-pane {
        flex-direction: column;
    }

    .container-products .mb-4 {
        width: auto;
    }

    .accordion-button {
        font-size: 16px;
    }

    .tab-content-item {
        width: auto;
        height: auto;
        object-fit: cover;
        font-size: 15px;
    }

    body {
        overflow-x: hidden;
    }

    .hero-img1,
    .hero-img2 {
        display: none;
    }

    .steps-number {
        width: 50px;
        height: 50px;
    }

    .hero h1 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .hits {
        margin: 80px 0px 70px;
    }

    .hits-slider,
    .hits-left {
        width: 100%;
        position: relative;
    }

    .hits-left h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hits-card img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        display: block;
    }

    .hits-slide {
        min-width: 300px;
        margin-right: 19px;
        transform: scale(.82);
        opacity: .45;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
    }

    .hits-container {
        display: flex;
        width: 100%;
        gap: 40px;
        flex-direction: column;
    }

    .hero .hero-btn {
        margin-top: 0;
    }

    .reviews-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .testimonial-carousel2,
    .reviews-call {
        width: auto;
    }

    .owl-carousel.owl-loaded {
        display: block;
        overflow-x: hidden;
    }

    #last-projects .owl-carousel.owl-loaded {
        display: block;
        height: 800px;
    }

    #last-projects .owl-item {
        background: white;
        padding: 20px;
        margin: 0;

    }

    h3 br,
    .h3 br {
        display: none;
    }



    .sortable-handler {
        touch-action: none;
    }

    .header-carousel .container,
    .page-header .container {
        position: relative;
        padding: 50px 0 50px 15px;
        border-left: none;
    }


    .header-carousel .container::before,
    .header-carousel .container::after,
    .page-header .container::before,
    .page-header .container::after,
    .header-carousel .owl-nav {
        display: none !important;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .img-fluid {
        max-width: 100%;
        height: 400px;
        object-fit: cover;

    }

    .nav-bar.sticky-top {
        position: sticky;
        padding: 12px 5px 0px 5px;
        z-index: 9999;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 35px;
        font-weight: 600;
    }

    .logo {
        height: 70px;
    }

    .hero {
        margin-top: 1em;
    }

    .hero h1 span {
        font-size: 50px;
        color: #ab130c;
    }

    .steps-master,
    .steps-bg-white {
        display: none;
    }

    .container-fluid2 {
        height: auto;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    gap: 15px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;

    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #ab130c !important;
    border-color: #ab130c !important;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
    height: 300px !important;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}



/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 20px;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}



.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}



/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;

}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: #1e1e20;
    background-color: rgb(30 30 30);
    padding: 15px;
}



/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}