/* -----------------------------------------
  Footer CSS
----------------------------------------- */
.footer-area-constik {
    background: url(pics/bg-map-1.png) no-repeat center;
    background-size: cover;
  }

  .footer-area-constik  .social-link a {
    display: inline-block;
    line-height: 32px;
    text-align: center;
    background: #71BA2B;
    color: #fff;
    /* padding: 16px 9px; */
    font-size: 16px;
    margin-right: 8px;
    width: 33px;
    height: 33px;
  }

  .footer-area-constik  .social-link a:hover {
    color: #000;
  }

  .footer-area-constik a {
    color: #1a1a1a;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    outline: 0 !important;
        font-size: 16px;
  }
  
  .footer-area-constik a:hover {
    color: #71BA2B;
    text-decoration: none;
  }

  .footer-area-constik img {
    max-width: 80%;
    height: auto;
  }
  
  .footer-area-constik p {
    color: #2c2c2c;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .footer-area-constik p:last-child {
    margin-bottom: 0;
  }

  .pt-100-constik {
    padding-top: 100px;
  }

  .pb-70-constik {
    padding-bottom: 70px;
  }
  
  .footer-area-constik .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-area-constik .footer-widget .navbar-brand .footer-logo2 {
    display: none;
  }
  
  .footer-area-constik ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .footer-area-constik ul li {
    position: relative;
    margin-bottom: 15px;
  }
  
  .footer-area-constik .navbar-brand {
    margin-bottom: 15px;
    padding: 0;
  }
  
  .footer-area-constik h5 {
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 13px;
    font-size: 1.25rem;
  }
  
  .footer-area-constik .footer-links li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer-area-constik .footer-links li a {
    text-transform: uppercase;
}
  .footer-area-constik .footer-links li i {
    font-size: 12px;
    color: #71BA2B;
  }

  .footer-area-constik .footer-links li .qico {
    font-size: 16px;
  }
  
  .footer-area-constik .footer-links li:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  
  .footer-area-constik .footer-links li:hover a {
    color: #71BA2B;
  }
  
  .footer-area-constik .footer-links li:hover::before {
    color: #ffbc13;
  }
  
  .footer-area-constik .footer-news .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: center;
  }
  
  .footer-area-constik .footer-news .content .img {
    display: inline-table;
    margin-right: 10px;
  }
  
  .footer-area-constik .footer-news .content .img img {
    max-width: 41px;
  }
  
  .footer-area-constik .contact-info .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  
  .footer-area-constik .contact-info .content .tag {
    display: inline-table;
    text-align: center;
    background: #71BA2B;
    color: #fff;
    padding: 7px 11px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 5px;
    width: 33px;
  }
  
  .footer-area-constik .contact-info .content span:last-child {
    display: block;
    font-size: 16px;
    color:#1a1a1a;
  }
  
  .footer-area-constik .contact-info .content span a {
    display: block;
  }
  

  @media only screen and (max-width: 767px) {
      /* footer section */
    .footer-area-constik .footer-news .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    }

    .footer-area-constik {
        border-top: 1px solid #e4e4e4;
      }
  }

  @media only screen and (max-width: 575px) {
    /* footer section */
    .footer-area-constik h5 {
        margin-top: 0;
    }
  }

  @media only screen and (max-width: 767px) and (min-width: 576px) {
      /* footer section */
  .footer-area-constik .footer-news .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /* footer section */
  .footer-area-constik .footer-news .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  }

@media screen and (max-width:992px){
.pt-100-constik {
    padding-top: 10px;
}
}