:root {
    --font-saira: "Saira", sans-serif;
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #1D1D1D;
    --gray-color: #f7f7fd;
    --paragraph-color: #272727;
    --theme-color: #FFC500;
    --body-color: #eaf1f5;
    --border-color: #232323;
    --black-soft-color: #7e7e7e;
}

.header-logo img,
.footer-logo img
{
    width: 180px;
}
.home6-choose-section .choose-btm .choose-left-content .icon  img{
    width: 180px;
}

.banner-area6 .banner-wrap .banner-content h1 {
    font-size: 63px;
}
.loader-favicon{
    width: 60px;
    margin-left: 5px;
}

.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #FFC500;
}

.header-area2 .main-menu ul>li a {
    font-size: 16px;
}

.home6-partner-area .partner-logo {
    background: #ddd;
    border-radius: 10px;
    height: 83px;
}

.home6-solution-section .single-solution .solution-content h3 a {
    font-size: 24px;
}

.section-title-3 p {
    line-height: 28px;
}

.contact-page-wrap .contact-form-wrap .contact-form form textarea {
    height: 70px;
}