#header-outer #top nav ul li a .nectar-text-reveal-button__text {
  color: #1E1E1E;
}
#header-outer #top nav ul li.button_solid_color a {
  font-weight: 500;
}

.nectar-button span {
  font-weight: 500;
}
.nectar-button.button1 span {
  font-weight: 700;
}

#home-cta .box {
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
}
#home-cta .box:hover {
  box-shadow: 0 8px 80px rgba(0, 0, 0, 0.2);
}

#hero-banner .banner-image .column-image-bg {
  background-repeat: no-repeat;
}
#hero-banner .banner-content .vc_col-sm-10 {
  width: 90%;
}
#hero-banner .banner-content .vc_col-sm-2 {
  width: 10%;
}

.nectar-global-section .copyright .row-bg {
  background-size: contain;
}
.nectar-global-section .social-media .nectar_icon_wrap:hover i {
  color: #F59958 !important;
}
.nectar-global-section .social-media .wpb_wrapper {
  justify-content: flex-end;
  display: flex;
}
@media (min-width: 320px) {
  .nectar-global-section .social-media .wpb_wrapper {
    justify-content: flex-start;
  }
}
@media (min-width: 480px) {
  .nectar-global-section .social-media .wpb_wrapper {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .nectar-global-section .social-media .wpb_wrapper {
    justify-content: flex-start;
  }
}
@media (min-width: 1000px) {
  .nectar-global-section .social-media .wpb_wrapper {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .nectar-global-section .social-media .wpb_wrapper {
    justify-content: flex-end;
  }
}
.nectar-global-section #contact .button1 {
  margin-left: 40px;
}
@media (min-width: 320px) {
  .nectar-global-section #contact .button1 {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .nectar-global-section #contact .button1 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .nectar-global-section #contact .button1 {
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  .nectar-global-section #contact .button1 {
    margin-left: 40px;
  }
}