/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    position: relative;
    bottom: 100px;
    
    padding: 10px 5px;
}

.footer-links {
    margin-left: 50px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#footer {
   /* background: black !important;  */
    /* background-image: url("images/img3.jpg"); */
}
.footerab {
    /* background: palevioletred; */
    position: relative;
    bottom: 0px;
    background-image: url("../images/footerimg.jpg");
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color:black;
}
#footer a {
    color: black;
    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: rgb(5, 17, 9);
}
/* #footer ul.social li a:hover{
	color: #007b5e;
} */
.fa-instagram:hover {
    color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-facebook-f:hover {
    color: #4267B2;
}
.fa-twitter:hover {
    color: #1DA1F2;
}
.fa-youtube-play:hover {
    color: #FF0000;
}
.fa-envelope:hover {
    color: rgb(0, 183, 255);
}
#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;
}

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

.covertrans {
    background-color: rgba(0,0,0,.2);
     height: 60px;
     width: 100%;
     position: absolute;
     bottom: 0px;
     z-index: 100;
}

a {
    color:inherit;
}