﻿a {
    color: var(--text-color);
}

.preloader {
    background-color: #000;
}

.main-menu ul li a {
    cursor: pointer;
}

.scroll-menu-item {
    cursor: pointer;
}

.techUsedSection .team-image img {
    width: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.navbar {
    padding: 10px 0;
    align-items: center;
}

header.main-header {
    background-color: #000000;
}

.navbar-brand img {
    max-width: 200px;
    filter: brightness(0) invert(1);
}

.hero.bg-image.hero-video::before {
    background-color: #000000;
    opacity: 70%;
    width: 100%;
    height: 100%;
}

header.main-header {
    background-color: #000;
    border-bottom: 1px solid var(--dark-divider-color);
    position: relative;
    z-index: 100;
    /*position: absolute;*/
    width: 100%;
}

.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.main-menu ul li a {
    color: #fff;
}

.about-us{
    background:#000;
}

    .about-us p {
        color: #fff;
        font-size: 22px;
    }

.service-item .icon-box img {
    max-width: 128px;
}

.page-service-single {
    background: #000;   
}

.service-entry h3 {
    color: #fff;
}

.service-entry p:last-child {
    color: #fff;
}

.service-entry{
    max-width:80%;
}

.how-it-work {
    display: block;
    position: relative;
    color: #fff;
}


.how-it-work h2{
   
    color: #fff;
}

    .how-it-work .hero-bg-video {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

        .how-it-work .hero-bg-video video {
            width: 100%;
            opacity: 0.3;
        }

.how-it-work-content p{
    color: #fff;
    font-size: 20px;
}
.how-it-work-content{
    text-align:center;
    position: relative;
}

.faq-accordion.how-work-accordion .accordion-item {
    width: 50%;
    float: left;
}

.faq-accordion.how-work-accordion .accordion-header .accordion-button::after, .faq-accordion.how-work-accordion .accordion-header .accordion-button.collapsed::after{
    color: #fff;
}

.faq-accordion.how-work-accordion .accordion-item .accordion-button {
    color: #fff;
}

.accordion-item{
    text-align: left;
}

.processHomeSection .icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .processHomeSection .icon-box img {
        max-width: 96px;
        padding-right: 15px;
        filter: brightness(0) invert(1);
        padding-bottom: 15px;
    }

    .processHomeSection .icon-box h2 {
        font-size: 22px;
    }

.company-carousel .swiper-wrapper .swiper-slide .company-logo img {
    max-width: 150px;
}

.company-carousel .swiper-wrapper {
    align-items: center;
    align-content: center;
}

.servicesHomeSection{
    padding-bottom: 100px;
}

    .servicesHomeSection .service-item:before {
        background-color: #000000;
    }

.processHomeSection .accordion-item {
    margin-bottom: 1%;
    margin-top: 1%;
}

.about-content {
    z-index: 99;
    position: relative;
}

footer.main-footer {
    background: #000;
}

.loading-container, .loading {
    width: 100%;
}

#loading-icon {
    max-width: 350px;
}

.service-item:hover .icon-box img{
    filter: unset;
}

.servicesHomeSection .service-item .icon-box img {
    max-height: 197px;
    max-width: unset;
}



.loaderSuccessDiv, .loaderErrorDiv, .loaderSendDiv {
    display: none;
    color: #000 !important;
    padding-left: 30px;
    font-size: 20px;
    color: #000 !important;
    font-family: 'Gotham111', sans-serif;
    font-weight: bold;
}

    .loaderSuccessDiv p, .loaderErrorDiv p, .loaderSendDiv p {
        color: #000 !important;
    }

.loaderSendDiv {
    min-height: 500px;
}

    .loaderSendDiv img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: relative;
        /* width: 100%; */
        display: block;
        float: none;
        margin: auto;
        max-width: 250px;
    }

.loaderDiv {
    display: none;
}

.btn-default:disabled {
    background: gray;
    cursor: default;
}

.btn-default:hover {
    background-color: #333;
}

@media only screen and (max-width: 991px) {
    why-choose-item .why-choose-content {
        text-align: center;
    }

    .why-choose-item {
        flex-direction: row;
        /* display: flex; */
        justify-content: center;
    }

    .why-choose-image {
        margin-top: 0;
    }

    .why-choose-item:last-child {
        margin-bottom: 30px;
    }

    .contact-now-content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-box .col-lg-4:nth-child(2) .cta-box-item {
        margin-bottom: 20px;
    }

    .cta-box-item {
        justify-content: center;
    }

    .counter-title {
        text-align: center;
    }

    .counter-content p {
        margin: 0;
        text-align: center;
    }

    .processHomeSection .icon-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .processHomeSection .accordion-item {
        text-align: center;
    }

    .company-carousel .swiper-wrapper .swiper-slide .company-logo img {
        max-width: 100%;
    }
    
}