/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.headerLight{
    background-color: #ffffff;
    height: 120px !important;
    padding-top: 0px !important;
}

.header-inner {
    background-color: #ffffff;
    height: 120px !important;
    padding-top: 20px !important;
}

.footer-content {
    background-color: #F8F9FA;
}

.copyright-content {
    background-color: #EFF1F4;
}

.footerLogo{
    width:200px;
}

.textCenter{
    text-align:center !important;
}

.btn-gray {
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
    width: 200px;
}

.btn-gray-white-border {
    background-color: #1F1F1F !important;
    border-color: #ffffff !important;
    width: 200px;
}

.homeIcon{
    width:300px;
}

.backgroud-gray {
    background-color: #1F1F1F;
}

