*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer-area {
  padding: 40px 0;
  color: #f2f2f2;
  background-color:   #023b6d;
  margin-top:100px;

}
.footerlink {
font-weight:bold;
color:#acd5ed !important;
}
.footer-head  {
 
      margin-top:30px;
}

.footer-head p {
  color:  #f2f2f2;
  ;
}

.footer-head h4 {
  color: #f2f2f2;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-decoration: underline 2px #f2f2f2 solid;
  text-underline-offset: 15px;
}
   .footer-head h4:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f2f2f2;
   
    width: 10px;
    transition: all 0.3s ease-in-out 0s;
}


.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #f2f2f2;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #7099e8;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

/*
.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}
*/
.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #f2f2f2;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #03a6eb;
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  font-size: 13px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

.footer-area-bottom {
  background:  #023b6d;

  padding: 30px 30px;
 /*box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);*/
padding-bottom:0px;	
border-bottom:40px solid #acd5ed;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #7099e8;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a,
.credits a {
  color: #7099e8;
}

.credits {
  padding-top: 5px;
  text-align: center;
}
