
/* Footer
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .site-footer .footer-area {
      /* border-top: 1px solid #eaebf0; */
      background: #fff;
      padding: 45px 35px;
    }
    .site-footer .link_area h3{
        /* padding-left: 40px; */
    }
}


@media (max-width: 576px) {
    .site-footer .footer-area {
      /* border-top: 1px solid #eaebf0; */
      background: #fff;
      padding: 20px 10px;
    }

    .site-footer .footer-area .logo img{
        height: 22px;
        width: 148px;
    }
     .site-footer .footer-area .widget ul{
         padding-left: 0px;
     }

    .site-footer .footer-area .widget {
	  margin-bottom: 30px;
	}

    .site-footer .footer-area .col-sm-6{
        width: 50%;
    }
}

.site-footer .footer-area .widget {
  padding: 0;
  background: transparent;
  margin-bottom: 0px !important;
}

.site-footer .footer-area .widget a {
  color: inherit;
}

.site-footer .footer-area .widget-title {
  font-size: 18px; 
  font-weight: 800;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
}
.site-footer .footer-area .quick-links ul { margin:0; list-style-type: none;padding: 0px ;}
.site-footer .footer-area .quick-links ul li {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 10px;
  border: none;
  font-size: 16px; 
}
/* .site-footer .footer-area .quick-links ul li:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: '\f105';
} */

.site-footer .copyright {
  background: #ffffff;
  padding: 40px 35px;
  color: #586881;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.site-footer .copyright-text {
  line-height: 34px;
}

.site-footer.dark .footer-area {
    background: #08213e;
    border-top: 1px solid #08213e;
}
.site-footer.dark .footer-area .widget a {
	color: #c8cfda;
}
.site-footer.dark .copyright {
    background: #0b2c51;
    color: #8694ac;
}
.site-footer.dark .footer-area .quick-links ul li:before { color: #c8cfda; }
/* Social */
.social {
    float: right;
}
.social a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  margin: 0 2px 0;
}
.social a:hover {
  color: #e8c387;
}
.social a:hover .fa-facebook {
    color: #28528d;
}
.social a:hover .fa-twitter {
    color: #00abd4;
}
.social a:hover .fa-linkedin {
    color: #0075b7;
}
.social a:hover .fa-youtube {
    color: #c20f05;
}
.social a:hover .fa-google {
    color: #dd4b39;
}
.social a:hover .fa-instagram {
    color: #df4c6c;
}
.site-footer.dark .social a:not(:hover) {
    color: #fff;
}

.g-color-white{
    color: white;
}

.widget-title::before {
  /* background: #e8c387 none repeat scroll 0 0; */
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}

.site-footer .widget-title{
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  height: auto;
  /* margin-bottom: 20px; */
  /* padding: 0 0 10px; */
  position: relative;
}

@media (min-width: 576px) {
  .g-pl-50--lg--custom {
    padding-left: 50px!important; }
  /* P */
}