.main-brand img, .dsnload__img img {
    width: 140px;
    height: auto;
}

body.v-light .site-header {
    background-color: white;

}

.hero-text-small {
    color: var(--theme-color2);
    text-align: center;
    font-weight: 700;
}

.hero-text-big {
    color: var(--theme-color2);
    text-align: center;
    font-weight: 700;
    text-transform: none;
}

@media only screen and (min-width: 1200px) {
    .hero-text-small {
        font-size: 30px;
    }
    
    .hero-text-big {
        font-size: 110px;
    }
}

.title-block {
    letter-spacing: 0px;
    color: var(--font-color);
    font-weight: 400;
}

.title-alt {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 600;
}

.off-yellow {
    color: #ffb759;
}

.off-blue {
    color: #1689DA;
}


.title span.sub {
    letter-spacing: 0px;
    color: var(--font-color);
}

.sub-title {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    padding-left: 0px;
    color: var(--font-color);
}

@media only screen and (min-width: 1024px) {
    p.about-par {
        width: 70%;
    }
    }
}

@media only screen and (min-width: 991px) {
    body.v-light .site-header {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 480px) {

}

.background-theme {
    background: var(--theme-color2);
}

.footer .copyright .copright-text {
    color: white;
    font-weight: 300;
    text-transform: none;
}



.sub-title:before {display: none;}

@media only screen and (min-width: 768px) {
    .grid-md-2 {
        grid-template-columns: repeat(4,1fr);
    }
}

.services .service-item {
    border: 0px;
    padding: 0px;
}

.bg-blue-light {
    background-color: #F3F7FF;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #e7e7e7;
    /*background-image: linear-gradient(to right, #fff, #fff, #fff);*/
}

.d-grid:not(.d-grid-no-space) {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
}

.footer::before {
    background-color: #020F20;
}

.footer .footer-block .contact-item {
    border-radius: 3%;
    background-color: #03142C;
    border: 0px;
}

.footer .footer-block .contact-item h4 {
    text-transform: none;
    letter-spacing: 0px;
}

.header-project .scroll-down-header .button {
    color: var(--font-color);
    letter-spacing: 2px;
}

.header-project .scroll-down-header .button .button__icon span {
    background-color: var(--theme-color);
}

.footer p, h4 {
    color: white;
}



.footer .footer-block.block-logo .description-logo p {
    font-size: 16px;
    font-weight: 400;
}

.scroll-top:after, .scroll-top:before {
    border-color: var(--theme-color);
}

.about-section .box-img::after {
    background: var(--theme-color);
}

.section-title {
    letter-spacing: 0px;
}

.title .top-s {
    font-family: 'Poppins';
    font-weight: 300;
    color: #959aa4;
}

.w-80 {
    width: 80%;
}

.bg-light-blue {
    background: #EEF9FF;
}

.services .nav-services li {
    background-color: #ddf3ff;
}

.name {
    font-weight: 400;
    color: #545c6b;
}