#footer-section {
    background-color: #bbbbbb;
}


#footer-section .container{
    background-color: #bbbbbb;
    position: relative;
}

#footer-section h4{
    font-size: 30px;
    line-height: 40px;
    color: #d90000;
    position: relative;
}

#footer-section li{
    display: block;
    color: #000000;
}

#footer-section p{
    display: block;
    color: #000000;
}

#footer-section ul  {
    padding-inline-start: 30px;
    list-style: none;
    color: #d90000;
}

#footer-section ul li:nth-child(1):before {
    border: 2px solid #d90000;
    border-radius: 20px;
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    content: "\e931";
    position: absolute;
    margin-left: -35px;
    padding: 2px 4px;
    font-size: 20px;
    vertical-align: bottom;
}
#footer-section ul li:nth-child(2):before {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    content: "\e931";
    position: absolute;
    margin-left: -30px;
    padding-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
}


#footer-section ul li{
    margin-bottom: 10px;
    position: relative;
}


#footer-section ul li:nth-child(1):before {
    content: "\e0cd";
    color: #d90000;
  
}

#footer-section ul li:nth-child(2):before {
    color: #d90000;
    content: "\e158";
    font-size: 20px;
}




#footer-section .form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d90000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    
#footer-section .btn-danger {
    display: block;
    border-radius: 10rem;
}



.box-social a {
    background: #ffffff;
    display: inline-block;
    color: #bbbbbb;
    border-radius: 100%;
    font-size: 30px;
    padding: 5px;
    -webkit-transition: all 0.0s ease-in-out;
    -khtml-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}


.box-social a:hover {
    background: #304ea7;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
    font-size: 30px;
    padding: 5px;
    -webkit-transition: all 0.0s ease-in-out;
    -khtml-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}

