.footer-section {
    background: #11511A;
    position: relative;
    top:10%;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 175px;
  }
  .footer-logo1 {
    margin-bottom: 30px;
    transform: translateX(48px);
  }
  .footer-logo1 img {
      max-width: 140px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: white;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .instagram-bg{
    background: palevioletred;
  }
  .whatsapp-bg{
    background: green;
  }
  .footer-widget-heading h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    right: -10%;
    width: 90%;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 250px;
    background: #b17c06;
  }
  .footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
  }
  .footer-widget ul li a:hover{
    color:#80AB40;

  }
  .footer-widget ul li a {
    color: white;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
    transform: translateX(33px);
    width: 90%;
  }
  /* .subscribe-form {
    position: relative;
    overflow: hidden;
    transform: translateX(33px);
    width: 90%;
  } */
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #b17c06;
      padding: 13px 20px;
      border: 1px solid #b17c06;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #b17c06;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #b17c06;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }




 @media only screen and (max-width: 768px) {
    .footer-widget-heading h3::before {
        width: 140px;
     }
     .footer-logo1 img {
        width: 140px;
    }
    .footer-logo img {
        max-width: 100px;
    width: 200px;
    transform: translate(-35px, 0px);
    object-fit: cover;
    }
    .footer-logo1 {
        transform: translateX(20px);
    }

 }

 @media only screen and (max-width: 424px)and (min-width:375px) {
    .footer-logo img {
     max-width: 120px;
    width: 120px;
    transform: translate(-60px, 0px);
    object-fit: cover;

    }

 }
 @media only screen and (max-width: 374px)and (min-width:320px) {
    .footer-logo img {
     max-width: 100px;
    width: 100px;
    transform: translate(-60px, 0px);
    object-fit: cover;
    }

 }
 @media only screen and (max-width: 425px)and (min-width:760px) {
    .footer-logo img {
     max-width: 150px;
    width: 150px;
    object-fit: cover;
    }

 }

