/* Footer */
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/


section .section-title {
    text-align: left;
    color: #0e5633;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    font-family: OpenSans, sans-serif;
    background: #060606e6 !important;
}
#footer h3{
    /*padding-left: 0px;
    /*border-left: 3px solid #eeeeee;*/
   /* padding-bottom: 6px;
    margin-bottom: 20px;
    color:#898989;*/

    font-family: OpenSans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: 0.5px;
    text-align: left;
    color: #898989;
}
#footer h4{
    padding-left: 0px;
    /* border-left: 3px solid #eeeeee; */
    padding-bottom: 6px;
    margin-bottom: 0px;
    /*margin-top: 40px;*/
    color: #898989;
}
#footer h5{
    padding-left: 0px;
    /*border-left: 3px solid #eeeeee;*/
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #898989;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    /*color:#ffffff;*/
     color: #898989;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
#footer .footer-details li a i{
    font-weight: 700;
    font-size: 24px;

}
.footer-form{
    color:#ffffff;
    /*font-weight: 450px;*/
}


.footer-signup {
    padding: 8px 42px 8px 10px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 0px;
    text-align: left;
}

 .footer-contact li a {
    color: #ffffff; 
}



.subscribe-btn{
    border-radius: 0px;
    background-color: #e70021;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
#footer .col-md-7 h3{
    color: #898989;
    margin-top: 4px;
}

.bottom-footer{
    height: auto;
    background-color: black;
    color: #767676;
}
.cmpy-name{
    text-align: right;
}
.cmpy-name span{
    color: #f7931e;
}
.cmpy-name a{
    color: #ff9800;
}
.f-contact{
    color: #ffffff !important;
}

.footer-about{
    text-align: justify;
    color: #898986;
}



















@media (max-width:767px){
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
    }
    .cmpy-name{
        text-align: left;
    }

}
