@font-face {
  font-family: 'Poppins-Regular';
  src: url("Poppins-Regular.ttf");
  src: url("Poppins-Regular.eot") format("embedded-opentype"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.otf") format("otf"), url("Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("Poppins-Bold.ttf");
  src: url("Poppins-Bold.eot") format("embedded-opentype"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.otf") format("otf"), url("Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}



.footer-wrapper {
  background-color: #1c1c1c;
}

.footer-wrapper .contact-info h5 {
  font-size: 1.1rem;
  font-family: "Urbanist-SemiBold";
  color: #171717;
  margin-bottom: 21px;
}

.footer-wrapper .contact-info p {
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #171717;
  margin-bottom: 12px;
}

.footer-wrapper .contact-info a {
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #171717;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

.footer-wrapper .contact-info a:hover, .footer-wrapper .contact-info a:focus {
  color: #FFA028 !important;
}

.footer-wrapper .footer-bottom-content {
  border: 1px solid #3c3c3c;
  padding: 0px 10px;
}

.footer-wrapper .footer-bottom-content .category-list {
  border-right: 1px solid #3c3c3c;
  padding: 18px 0px;
  height: 100%;
}

.footer-wrapper .footer-bottom-content .category-list h5 {
  font-size: 1.375rem;
  font-family: 'Poppins-Bold';
  color: #fff !important;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer-wrapper .footer-bottom-content .category-list ul li a {
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #fff !important;
  line-height: 20px;
}

.footer-wrapper .footer-bottom-content .category-list ul li a:hover, .footer-wrapper .footer-bottom-content .category-list ul li a:focus {
  color: #FFA028 !important;
}

.footer-wrapper .social-links-sec {
  padding: 18px 0px;
}

.footer-wrapper .social-links-sec h5 {
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #fff;
  margin-bottom: 20px;
}

.footer-wrapper .social-links-sec a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #fff !important;
  line-height: 20px;
}

.footer-wrapper .social-links-sec a img {
  width: 100%;
  height: auto;
  max-width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-wrapper .bottom-footer {
  background-color: #000;
  padding: 25px 15px;
  text-align: center;
}

.footer-wrapper .bottom-footer span {
  color: #fff;
  font-size: 1rem;
  font-family: 'Poppins-Regular';
}
@media only screen and (max-width: 1299px) {
	.footer-wrapper .footer-bottom-content .category-list h5{
		font-size:1.125rem !important;
	}
}

@media only screen and (max-width: 991px) {
  .footer-wrapper .category-list h5 {
    margin-bottom: 15px;
  }
  .footer-wrapper .footer-bottom-content {
    padding: 25px;
  }
  .footer-wrapper .footer-bottom-content .category-list {
    border-right: none;
  }
  .footer-wrapper .category-list, .footer-wrapper .category-list-img {
    margin-top: 15px;
  }
  .footer-wrapper .bottom-footer {
    padding: 15px 7px;
  }
  .footer-wrapper .bottom-footer span {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=footer.css.map */