/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 2, 2020, 9:40:20 AM
    Author     : suthan
*/

.header-social li {
    display: inline-block;
}

.footer-social li {
    padding: 5px;
}

.quote-wrapper {
    background: rgba(130,139,178,0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 22px!important;
}

.company-name{
    font-size: 21px!important;
}

.header-area{
    line-height: 0.2; 
}

.submenu li{
    padding:10px;
}

  .banner-container{
        margin-top:-500px;
    }

@media (max-width: 767px){
    .header-area{
        line-height: 1.5; 
    }
    .submenu li{
        padding:5px;
    }
    .banner-container{
        margin-top:-200px;
    }
}


