
/* footer */
:root {
  --main-color: #018d45;
  --footer-main-color: #018d45;
}
.facebook-icon{
    color:#1877f2 !important;
}
.instagram-icon{
    color:blue !important;
}
.youtube-icon{
    color:#ff0000 !important;
}
.twitter-icon{
    color:#1da1f2 !important;
}

footer.main-footer p{
  color: #fff
}

footer.main-footer .footer-keep-on-touch .footer-keep-on-touch-title,
footer.main-footer .footer-widget .footer-widget-title {
  color: #fff;
  font-size: 1.5rem !important;
  /*font-family: teko,sans-serif;*/
  font-family: 'Kumbh Sans', sans-serif;
  text-transform: uppercase;
}

footer.main-footer .footer-widget .footer-widget-wrapper .footer-widget-link {
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  margin: 10px 0;
  text-decoration: none;
  /*font-family: teko, sans-serif;*/
  font-family: 'Kumbh Sans', sans-serif;
  /*text-transform: uppercase;*/
  /*font-weight: 600;*/
  line-height: 0.85em;
}
footer.main-footer .footer-widget .footer-widget-title {
  text-align: center;
}
footer.main-footer
  .footer-widget
  .footer-widget-wrapper
  .footer-widget-link:hover {
  background-color: var(--footer-main-color);
  border-color: var(--footer-main-color);
}

footer.main-footer .social-media-wrapper .social-media-list {
  justify-content: space-around;
  display: flex;
  align-items: center;
}
footer.main-footer .social-media-wrapper .social-media-list li a i {
  font-size: 2rem;
}

footer.main-footer .footer-copyright a {
  color: var(--footer-main-color);
}

footer.main-footer .footer-keep-on-touch .footer-keep-on-touch-field {
  position: relative;
}

footer.main-footer .footer-keep-on-touch .footer-keep-on-touch-field input,
footer.main-footer .footer-keep-on-touch .footer-keep-on-touch-field textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 42px;
  font-size: 16px;
  line-height: 18px;
  color: #fff !important;
  background-color: transparent;
  font-weight: 400;
  transition: 0.35s ease;
  border-radius: 0;
  letter-spacing: 0.05em;
  border: 2px solid #ebedec;
}
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field
  input:hover,
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field
  textarea:hover,
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field
  input:focus,
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field
  textarea:focus {
  border-color: var(--footer-main-color);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  outline: none;
}
footer.main-footer .footer-keep-on-touch .footer-keep-on-touch-field:before {
  content: '';
  position: absolute;
  font-family: fontawesome;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #9ca4ab;
  top: 16px;
  left: 16px;
}
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field.footer-keep-on-touch-text-field
  textarea {
  height: 120px;
}
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field.footer-keep-on-touch-email-field:before {
  content: '\f1fa';
}
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field.footer-keep-on-touch-text-field:before {
  content: '\f27b';
}
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field.footer-keep-on-touch-phone-field:before {
  content: '\f095';
}
footer.main-footer
  .footer-keep-on-touch
  .footer-keep-on-touch-field.footer-keep-on-touch-name-field:before {
  content: '\f007';
}

.footer-bottom {
    padding: 50px 0;
    margin-top: 70px;
    color: #9ca4ab;
    border-top: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skew-btn {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  padding: 12px 32px 10px;
  font-weight: 700;
  transition: 0.35s ease;
  color: var(--main-color);
  min-width: 140px;
  border: 2px solid var(--main-color);
  box-sizing: border-box;
  border-radius: 0;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: auto;
}
.skew-btn {
  position: relative;
  z-index: 1;
}
.skew-btn::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transition: 0.35s ease;
  background-color: var(--main-color);
  transform: translate(-50%, 0) skew(25deg);
  background-image: var(--main-color);
}
.skew-btn.sm {
  padding: 7px 10px 5px;
  min-width: auto;
  font-size: 14px;
}
.skew-btn:hover,
.skew-btn.skew {
  color: #fff;
}
.skew-btn:hover::before,
.skew-btn.skew::before {
  width: 150%;
}
.skew-btn.skew:hover {
  color: var(--main-color);
}
.skew-btn.skew:hover::before {
  width: 0;
}
