.footer-area {
  background: url(../images/1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-area .footer-top {
  padding: 90px 0 81px 0;
  border-top: 2px solid #efefef;
}

.footer-area .footer-top .footer-widget .widget-title h2 {
  font-size: 30px;
  line-height: 1.55;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #1d274e;
}

.footer-area .footer-top .footer-widget .widget-text p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: justify;
}

.footer-area .footer-top .footer-widget .widget-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-area .footer-top .footer-widget .widget-menu ul li {
  display: block;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:hover {
  padding-left: 26px;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:hover:before {
  margin-left: 0px;
  opacity: 1;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:before {
  position: absolute;
  content: '\f178';
  font-family: 'FontAwesome';
  color:#ffffff;
  left: 0;
  top: -1px;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-bottom .copyright-area {
  position: relative;
  padding: 40px 0 35px 0;
}

.footer-area .footer-bottom .copyright-area:after {
  position: absolute;
  content:"";
  background: url(../images/line.png) no-repeat;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}

.footer-area .footer-bottom .copyright-area p {
  margin: 0px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-area .footer-bottom .copyright-area p a {
  font-weight: 500;
  color:#ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-bottom .copyright-area p a:hover {
  color:#030eb9;
}

@media (max-width: 767px){
	.footer-area .footer-top {
    padding: 60px 0 60px 0;
   }
}



