.btn, .feature-icon, .sticky-top {
    transition: .5s;
}

.btn, .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
}

.btn, .fw-medium {
    font-weight: 600;
}

.bg-top {
    background: #303849;
}

.logo {
    width: 100px;
    height: auto;
}

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

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

#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 linear;
        visibility: visible;
        opacity: 1;
    }

.btn-outline-primary:hover, .btn-primary {
    color: var(--bs-light);
}

.btn-outline-secondary:hover, .btn-secondary {
    color: var(--bs-dark);
}

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

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

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

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

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

.sticky-top {
    top: -100px;
}

.navbar-light .navbar-toggler {
    color: #ce9233 !important;
    border-color: #ce9233 !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-white);
    font-size: 16px;
    outline: 0;
}

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

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-item {
    padding: 1rem !important;
}

.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0,0,0,.7);
    padding: 3rem 3rem 3rem 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0 0 0 3rem;
}

    .carousel .carousel-indicators [data-bs-target] {
        width: 70px;
        height: 70px;
        text-indent: 0;
        margin: 5px 0;
        border: 2px solid #ce9233;
        overflow: hidden;
    }

        .carousel .carousel-indicators [data-bs-target] img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

@media (max-width:992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }

        .carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width:768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width:1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

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

.about-img {
    position: relative;
    padding-left: 45px;
}

    .about-img::before {
        position: absolute;
        content: "";
        width: 200px;
        height: 300px;
        top: 0;
        left: 0;
        border: 5px solid var(--bs-primary);
        animation: 3s ease-in-out infinite animateUpDown;
        z-index: -1;
    }

@keyframes animateUpDown {
    0%,100% {
        top: -25px;
    }

    50% {
        top: -45px;
    }
}

.feature {
    background: linear-gradient(to right,rgba(0,0,0,.1),#000 50%) 0 0/cover,url(../img/carousel-1.jpg) left center/cover no-repeat;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0,0,0,.08);
}

.feature-item {
    border-color: rgba(0,0,0,.03) !important;
}

.feature-icon {
    position: relative;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

    .feature-item a:hover::after, .testimonial-carousel .owl-dots .owl-dot.active span::after {
        background: var(--bs-primary);
    }

.experience .progress {
    height: 5px;
}

    .experience .progress .progress-bar {
        width: 0;
        transition: 3s;
    }

.service-text h6, .service-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em;
    line-height: 1.5em;
}

.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0,0,0,.05);
}

    .service .service-inner::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        transition: 1s;
        background: var(--bs-primary);
    }

    .service .service-inner:hover::before {
        height: 100%;
        top: 0;
    }

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.copyright a, .service .service-item:hover h5, .service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}

.appoinment {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)) 0 0/cover,url(../img/carousel-2.jpg) left center/cover no-repeat;
}

.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px;
}

    .testimonial .testimonial-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 50px);
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background: var(--bs-light);
        z-index: -1;
    }

    .testimonial .testimonial-item .testimonial-img, .testimonial-carousel .owl-dots {
        display: flex;
        justify-content: center;
    }

        .testimonial .testimonial-item .testimonial-img img {
            width: 100px;
            height: 100px;
            border-radius: 100px;
            border: 5px solid var(--bs-light);
            border-style: double;
            background: var(--bs-white);
        }

    .testimonial .testimonial-item .testimonial-quote-left, .testimonial .testimonial-item .testimonial-quote-right {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        color: var(--bs-primary);
        background: var(--bs-white);
        display: flex;
        position: absolute;
    }

    .testimonial .testimonial-item .testimonial-text {
        padding: 25px 0;
        text-align: center;
    }

    .testimonial .testimonial-item .testimonial-title {
        display: flex;
        justify-content: space-between;
    }

    .testimonial .testimonial-item .testimonial-quote-left {
        top: 20px;
        left: 25px;
        align-items: center;
        justify-content: center;
    }

.testimonial .owl-nav .owl-next, .testimonial .owl-nav .owl-prev {
    top: -58px;
    color: var(--bs-white);
    padding: 5px 30px;
    position: absolute;
}

.testimonial .testimonial-item .testimonial-quote-right {
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    align-items: center;
    justify-content: center;
}

.testimonial .owl-nav .owl-next, .testimonial .owl-nav .owl-prev, .testimonial-carousel .owl-dots .owl-dot {
    background: var(--bs-primary);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    left: 0;
}

    .testimonial .owl-nav .owl-next:hover, .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 20px 10px 0;
}

    .testimonial-carousel .owl-dots .owl-dot.active {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: var(--bs-secondary);
        transition: .5s;
    }

    .testimonial-carousel .owl-dots .owl-dot span {
        position: relative;
        margin-top: 50%;
        margin-left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .testimonial-carousel .owl-dots .owl-dot span::after {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 15px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: var(--bs-white);
            transition: .5s;
        }

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .contact-info::after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255,255,255,.2);
    }
}

.newsletter {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)) 0 0/cover,url(../img/carousel-3.jpg) left center/cover no-repeat;
}

.boder-bottom {
    border-bottom: 1px solid #ce9233;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
}

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

    .footer .btn.btn-link:hover {
        color: var(--bs-primary);
        letter-spacing: 1px;
        box-shadow: none;
    }

.copyright {
    background: #222;
}

.client-logo-wrapper, .logo_items img, .logos {
    background-color: #fff;
}

.client-col {
    padding: 15px;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo-wrapper {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ce9233;
    border-radius: 8px;
    overflow: hidden;
}

    .client-logo-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

@media (max-width:991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #eee;
    }

    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255,255,255,.2);
    }

    .client-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width:767.98px) {
    .client-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:575.98px) {
    .client-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap;
    position: relative;
}

    .logos:after, .logos:before {
        position: absolute;
        top: 0;
        content: '';
        width: 10px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .logos:before {
        left: 0;
        background: linear-gradient(to left,rgba(255,255,255,0),#fff);
    }

    .logos:after {
        right: 0;
        background: linear-gradient(to right,rgba(255,255,255,0),#fff);
    }

.logo_items {
    display: inline-block;
    animation: 35s linear infinite slides;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    width: 100px;
    height: 100px;
    border: 1px solid #ce9233;
    border-radius: 8px;
    padding: 2px;
    margin: 0 10px;
    object-fit: contain;
    vertical-align: middle;
}

.sevia a {
    font-family: 'Teko' !important;
    color: #eeef20 !important;
}

    .sevia a:hover {
        color: #80b918 !important;
    }
