.header-section {
    padding: 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.logo img {
    height: 70px;
}

.company-name {
    font-size: 20px;
    font-weight: bold;
    color: #028b48; /* Green color */
    text-transform:capitalize;
}

.power-text {
    color: #ff0000; /* Red color */
    font-size: 15px;
}

.tagline {
    font-size: 15px;
    color: #058d4e; /* Green color */
    font-weight: bold;
    margin-left: 15px;
}

.contact-info {
    font-size: 13px;
    color: #058d4e; /* Green color */
    font-weight: bold;
}

.contact-info span {
    font-size: 20px;
    color: red;
    display: block;
}

.contact-info a {
    color: red;
}

.contact-info .contact, .contact-info .phone {
    font-size: 16px;
}

.contact-info .help-text {
    color: #040545; /* Red color */
} 
.contact-info .contact i, .contact-info .phone i {
    color: #ff0000; /* Red color */
    margin-right: 5px;
}

.contact-info .contact a, .contact-info .phone {
    color: #ff0000; /* Red color */
    text-decoration: none;
    font-weight: bold;
}
.nav-link-home{
    padding: 6px 0px !important;
    margin-left: -14px;
}
@media (max-width: 575px) {
    ul.navbar-nav {
        padding-left: 9px;
    }
 
    .nav-link-home{
        margin-left: 6px;
    }
    
    .row.align-items-center {
        padding: 0px;
    }
    .header-section .container {
        display: ruby;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 60px;
        width: 200px;
    }

    span.company-name {
        font-size: 10px;
    }

    span.tagline {
        display: none;
    }

    .help-text {
        display: none;
    }

    .contact-info.talk-text {
        flex: 1;
        text-align: end;
        font-size: 10px;
    }

    .contact-info span {
        font-size: 10px;
        display: block;
    }

    .col-lg-3.text-right {
        margin-top: -30px;
    }

    .contact-info.talk-text .phone {
        font-size: 18px;
    }

    .navbar-toggler {
        margin-left: auto;
        margin-right: 0;
    }

    .navbar-toggler span {
        background-color: #333;
    }
    .intro-carousel{
        margin-top: 80px !important;
    }
    
    section.common-sec.section-property {
        margin-top: 100px;
        font-size: 15px;
        font-weight: normal;
        text-align: left;
    }
    
    a.btn.common-btn.mt-2 {
        display: none;
    }
}


