.form-control {
  background-color: #fff !important; }

::placeholder {
  color: #282727 !important; }

.heading__title {
  color: #26A39E !important; }

.block--1594910131168 img {
  margin-bottom: 0; }

.section--testimonial .testimonial__title {
  opacity: 1 !important; }

.block--1595316507973 img {
  border: 5px solid #fff; }

.section--testimonial .testimonial__text {
  font-size: 18px;
  font-weight: bold; }

.block--1595420217426_0 h2 {
  position: relative;
  z-index: 11111;
  font-size: 25px; }

.header .header-menu a {
  font-weight: 500; }

.footer_about {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #676666;
  padding-bottom: 15px; }

.footer__menu {
  float: none; }

.footer__menu-item {
  margin-right: 5px;
  border: 1px solid #fff;
  padding: 0 10px;
  margin-left: 0; }

.footer_blog_posts {
  border-bottom: 1px solid #676666; }

.footer_blog_posts .blog_post__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  margin: 0;
  margin-top: 20px;
  font-weight: 500; }

.footer_blog_posts .blog_post__date {
  opacity: .5;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 10px; }

.footer p {
  font-weight: 300; }

.footer .social-icons {
  margin-bottom: 15px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .block--1595420217426_0 h2 {
    transform: unset; }

  .section--1594732958264 {
    padding-top: 25px !important; }

  .header {
    position: relative;
    width: 100%;
    z-index: 1111;
    background: #fff; }

  .header .logo--text {
    padding-right: 0; } }
.section--1594732958264 {
  padding-top: 220px; }

.block--1594733067695 {
  padding: 30px 40px;
  background: #fff; }

@media only screen and (max-width: 320px) {
  .product_text h4 {
    font-size: 17px !important; } }
/*============================================================================
  #Colors
==============================================================================*/
/*============================================================================
  #Button Styles
==============================================================================*/
.section--products .multi_video .multi_video--bar a {
  border: none !important;
  border-color: none !important;
  box-shadow: 0px 3px 5px #888888 !important;
  border-radius: 4px !important;
  position: relative !important; }
  .section--products .multi_video .multi_video--bar a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)); }

.section--products .multi_video .multi_video--bar a:first-of-type {
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.5) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
.section--products .multi_video .multi_video--bar a:last-of-type {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5) !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

/*============================================================================
  #Product Styles
==============================================================================*/
.section--products {
  padding-bottom: 50px; }
  .section--products .slick-list .col-md-3 img {
    margin: 0 0; }
  .section--products .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    display: inline;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000; }
  .section--products .slick-prev {
    left: -40px;
    background: url("left.png") no-repeat center center;
    background-size: 100%; }
  .section--products .slick-next {
    right: -40px;
    background: url("right.png") no-repeat center center;
    background-size: 100%; }
  .section--products .multi_video {
    position: relative; }
    .section--products .multi_video .multi_video--bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 20px;
      background: transparent;
      text-align: center;
      font-size: 0; }
      .section--products .multi_video .multi_video--bar a {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        padding: 7px;
        width: 48%;
        border: 1px solid #fff;
        background: #fff;
        color: #000; }
        .section--products .multi_video .multi_video--bar a:last-of-type {
          background: #2e91fc;
          color: #000;
          border: 1px solid #2e91fc; }

/*============================================================================
  #Hero Slider Style
==============================================================================*/
.section--hero-slider {
  padding: 0;
  position: relative; }

.hero-slideshow .slide {
  padding-top: 300px; }
  .hero-slideshow .slide h1 {
    font-size: 28px; }
.hero-slideshow .slide-content {
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 60px;
  background: rgba(255, 255, 255, 0.42);
  color: #fff; }
  .hero-slideshow .slide-content img {
    max-height: 100px; }
  .hero-slideshow .slide-content a {
    margin-top: 0; }
.hero-slideshow .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  height: 40px;
  width: 40px;
  display: inline;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000; }
.hero-slideshow .slick-prev {
  left: -40px;
  background: url("left.png") no-repeat center center;
  background-size: 100%; }
.hero-slideshow .slick-next {
  right: -40px;
  background: url("right.png") no-repeat center center;
  background-size: 100%; }
.hero-slideshow .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  display: block;
  margin: 0;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none; }
  .hero-slideshow .slick-dots li {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    height: 10px;
    margin: 0;
    cursor: pointer; }
    .hero-slideshow .slick-dots li.slick-active button {
      background: #2e91fc; }
    .hero-slideshow .slick-dots li button {
      width: 0.75rem;
      height: 0.75rem;
      margin: 0.5rem;
      border: none;
      background: #ffffff;
      border-radius: 50%; }

.block--1594640492284 {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .block--1594640492284 {
    display: block !important; }

  .block--1594568481603 {
    display: none !important; }

  .block--1594607227655_0 {
    text-align: center !important; } }
.product_text {
  font-size: 16px; }

.section--products .multi_video .multi_video--bar a:last-of-type {
  background: #c7d6ed; }

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .section--products .slick-next {
    right: -20px  !important; }

  .section--products .slick-prev {
    left: -20px !important; } }
/* Testimonial Style*/
.testistyle {
  padding: 20px;
  padding-top: 70px;
  background: #d4067e;
  min-height: 315px;
  margin-bottom: 30px;
  color: #fff; }

.testi_img {
  max-width: 130px !important;
  max-height: 130px !important;
  margin-top: 0 !important;
  margin: 0px auto;
  margin-bottom: 0 !important;
  transform: translateY(65px);
  border: 4px solid #fff;
  box-shadow: 0px 1px 8px #ccc; }

.testi_extra {
  padding: 0 2rem !important; }

.testi_text {
  font-size: 18px !important;
  font-style: italic;
  line-height: 24px; }

.testimonial__title {
  font-style: normal;
  font-size: 18px;
  opacity: 0.6; }

.img-circle {
  border-radius: 50%; }

.section--testimonial {
  text-align: center;
  padding: 50px 0; }

.section--testimonial .slick-dots {
  display: table !important;
  margin: 0;
  margin: 0 auto;
  margin-bottom: 0rem;
  padding: 0;
  list-style: none; }

.section--testimonial .slick-dots li {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: table-cell;
  height: 10px;
  margin: 0;
  cursor: pointer; }

.section--testimonial .slick-dots li button {
  background: #338eef; }

.section--testimonial .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 10px;
  padding: 0;
  font-size: 0px;
  border: none;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.section--testimonial .slick-dots li button {
  background: transparent !important;
  border: 2px solid #338eef; }

.section--testimonial .slick-dots li.slick-active button {
  background: #338eef !important; }

.section--testimonial .slick-dots li button {
  outline: 0; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .testi_extra {
    padding: 0 .5rem !important; } }
@media screen and (min-width: 320px) and (max-width: 479px) {
  .testi_extra {
    padding: 0rem !important; } }
/* End Testimonial Style*/
.footer__text-container {
  text-align: center;
  border-top: 1px solid #676666; }

.footer__copyright {
  float: none !important; }

.footer__logo {
  height: 100%;
  max-height: 40px; }

.block--1595064257525_0 img {
  max-height: 70px; }

.block--1595064257525_1 img {
  max-height: 70px; }

.block--1595064257525_2 img {
  max-height: 70px; }

.background-image--1595427548065 {
  background-color: #fff;
  background-size: 296px;
  background-position: right;
  background-size: 460px; }

.section--1595427548065 {
  padding-top: 0px; }

@media screen and (max-width: 676px) {
  .section--1595427548065 {
    background: #fff !important; } }
