/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
    --greenDefaultOne: #0d4000;
    --greenDefaultTwo: #b7eb00;
    --grayFont: #6c757d;
    --grayDefaultOne: #9b9b9b;
    --grayDefaultTwo: #dedede;
    --grayDefaultThree: #FAFAFA;
    --grayFooter: #212121;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: var(--grayDefaultThree);
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    margin-top: 100px;
    background: var(--grayDefaultThree) !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid var(--greenDefaultTwo);
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:var(--grayFont);
}
#footer a {
    color: var(--grayFont);
    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:var(--grayFont);
}
#footer ul.social li a:hover{
	color: var(--greenDefaultTwo);
}
#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;
}

.certification img{
    width: 100x;
    height: 100px;
}

@media (max-width:767px){
	#footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
