

.preloader,
.preloader .typewriter #typewriter-suffix {
    background: #e8293b;
}

.navigation-menu .inner blockquote {
    color: #e8293b;
}

.navigation-menu .inner .menu ul li a:hover {
    border-bottom: 5px solid #e8293b;
}

.page-loaded .navbar {
    transition-delay: unset;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
    transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    background-color 0.3s ease,
    padding 0.3s ease;
}

.navbar.fixed {
    top: 0;
    position: fixed;
    background-color: #0e0e0e;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    z-index: 9;
}


.navbar .logo {
    margin: 0;
}
header .left-side {
    display: none;
}

.navigation-menu .inner .menu ul li a {
    text-transform: uppercase;
}

.page-header .container h1 {
    font-size: 5vw;
    text-align: center;
}

.navigation-menu.active .inner blockquote {
    transform: translateY(50px);
}

.navigation-menu .inner .menu ul li ul {
    top: 80px;
}
.navigation-menu .inner .menu ul li ul li a {
    font-size: 28px;
    font-weight: 600;
}
.navigation-menu .inner .menu ul li ul li a:hover {
    color: #bf2d00;
}


.hamburger span:after {
    background: #bf2d00;
}

.navbar .logo a img {
    height: 80px;
}


/* Home Page */
.swiper-slider .swiper-slide .slide-inner .container {
    padding-top: 5em;
}
.swiper-slider .swiper-slide .slide-inner .container h1 {
    font-size: 8vw;
    margin-bottom: 25px;
}
.swiper-slider .swiper-slide .slide-inner .container h1 span {
    transform: translateY(-2%);
}


.intro ul {
    padding-left: 20px;
}

section.work-with-us.Our-Edge {
    background-color: #000;
    color: #fff;
}
section.work-with-us.Our-Edge ul {
    padding-left: 20px;
}

section.work-with-us.Our-Edge ul li {
    margin-bottom: 10px;
}



.hamburger span {
    background: #e8293b;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
    background: #e8293b;
}
.equalizer span {
    background: #e8293b;
}

.services-content-block small {
    color: #e8293b;
}

.services-content-block span {
    background: #e8293b;
}


.work-with-us {
    color: #fff;
    background: #e8293b;
}
.work-with-us .custom-link a {
    color: #fff;
}
.work-with-us .custom-link .lines span:nth-child(1) {
    background: #fff;
}


.clients ul {
    margin-top: 0;
}


.works .project-box .content-box .inner h3 span {
    color: #eb4757;
}




/* About Us */
.page-header.about-us .container {
    padding: 0 7%;
}

.process span {
    background: #db4a2b;
    border: 10px solid #ffb7a8;
}


.team.Our-Mission {
    background: #db4a2b;
    color: #fff;
}


section.process.Our-Expertise {
    text-align: left;
}
section.process.Our-Expertise h5.mb-4.text-uppercase {
    font-size: 18px;
}
section.process.Our-Expertise ul {
    padding-left: 20px;
}
section.process.Our-Expertise ul li {
    margin-bottom: 10px;
}

.Our-Expertise figcaption h5 { 
    text-transform: uppercase;
    font-size: 16px;
}


.service-card {
    background: #fff;
    border: 1px solid rgb(27 27 27 / 19%);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    .service-card:hover {
        transform: translateY(-5px);
    }
    .service-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .service-card-body {
        padding: 25px;
        flex: 1;
    display: flex;
    flex-direction: column;
    }
    .service-card-body h5 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .service-card-body p,
    .service-card-body ul {
        font-size: 15px;
        opacity: 0.9;
    }

    .service-card-body ul {
        margin-bottom: 25px;
    }

    .service-card-body .btn {
    margin-top: auto;
}




section.team.Our-Mission  ul {
    padding-left: 20px;
}

section.team.Our-Mission  ul li {
    margin-bottom: 10px;
}
section.team.Our-Vision {
    background-color: #fff;
}




/* Services */

section.services-content-block.services-list, section.single-service {
    background-color: #fff;
    color: #000;
}



.single-service .card img {
            height: 240px;
            object-fit: cover;
            border-radius: 6px 6px 0 0;
        }

        .service-card.card {
            background: #fff;
    border: 1px solid rgb(27 27 27 / 19%);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
        }

        .single-service .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        }

.single-service .card p.card-text {
    font-size: 16px;
}
.services-content-block h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}


section.services-content-block.single-service h2 {
    padding-right: 0;
}



.hello #contact input[type=email], .hello #contact select {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 20px;
}



.footer .footer-quote h2 {
    font-size: 2.7vw;
    margin-bottom: 20px;
    color: #e8293b;
}

.footer .footer-bottom h5 {
    color: #e8293b;
}

  a.btn-whatsapp-chat {
    position: fixed;
    right: 3%;
    bottom: 5%;
    background-color: #25D366;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hello #contact button[type=submit] {
    color: #fff;
    background: #bf2d00;
}



@media(max-width: 767px) {
    .navbar .left {
        display: none;
    }
    .navbar .logo {
        margin-right: auto;
        margin-left: unset;
    }
    .navbar .logo a img {
        height: 70px;
    }

    .navigation-menu .inner .menu ul li ul {  display: none !important; }

}