
/* =============================================================
           FOOTER SECTION - CONTACT US SECTION 
============================================================== */
.footer-main-sec {
  background-image: url("../images/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.contact-sec {
  padding: 120px 0;
}



/* ==================================================
               RESPONSIVE STYLE
================================================== */

@media (max-width: 1599.98px) {
  .contact-sec {
    padding: 120px 0 60px;
  }
}


@media (max-width: 1199.98px) {
  /* CONTACT US SECTION -- FOOTER */
  .contact-sec {
    padding: 60px 0;
  }
}
