@charset "UTF-8";
body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

body h1, body h2, body h3, body h4, body h5, body h6, body a, body .main-menu .navigation > li > a, body .sec-title, body .theme-btn, body p {
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }
}
.col-centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.text_blue1 {
  color: #03A3C9 !important;
}

.text_blue2 {
  color: #49C9F4 !important;
}

.text_green1 {
  color: #1CBCA4 !important;
}

ul.list-style {
  list-style: none; /* Remove default bullets */
}
ul.list-style li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #03A3C9; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
ul.list-style li {
  font-weight: 300;
  font-size: 18px;
  padding: 5px 0;
}

.navigation_header.docked .navigation_container {
  padding: 0;
  margin: 0;
  width: auto;
  max-width: 100%;
}

body .logo2 {
  display: block;
  width: 167px;
  height: 30px;
  float: left;
  margin-top: 9px;
}
body .logo2 img {
  max-width: 100%;
}
body .navigation_header .navigation ul.tabs li .tab.btn1 {
  color: #333;
  background-color: #fff;
  width: 160px;
  border-radius: 36px;
  height: 36px;
  top: 0px;
  position: relative;
  left: 80px;
  padding-top: 10px;
}
body .navigation_header .navigation ul.tabs li .tab.btn1:before {
  left: -70px;
}
body .navigation_header .navigation ul.tabs li .tab.btn1:after {
  right: -70px;
}
body td, body th {
  font-size: 14px;
}

.slider-parent {
  background: #25542b;
}

.slider-new {
  height: 640px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.form-group label.error {
  color: #cc0000;
}

.table td, .table th {
  font-size: 16px;
}

@media (max-width: 767px) {
  body .slider-new {
    background-size: cover;
  }
  body .logo2 {
    float: none;
    text-align: center;
    width: 100%;
  }
  body .logo2 img {
    height: 46px;
  }
  body .navigation_header .navigation .navigation_box {
    width: 100%;
  }
  body .navigation_header .navigation div.tabs {
    float: none;
    margin: 0;
    display: none;
  }
  body .navigation_header .navigation ul.tabs {
    display: block;
    width: 100%;
  }
  body .navigation_header .navigation ul.tabs li {
    display: block;
  }
  body .testimonials_section .carousel_items_container {
    height: auto;
  }
  body .page_blog .group-content-center {
    margin-top: 40px;
  }
  body .page_blog .group-content-center .content-description p {
    font-size: 16px;
  }
  body .page_blog .group-content-center h2 {
    font-size: 20px;
    line-height: 24px;
  }
  body .page_blog .group-content-center ul li span, body .page_blog .group-content-bottom .content-related-article ul li span {
    font-size: 14px;
  }
}
.page_blog .group-content-center ul {
  margin: 0 !important;
}

.list-cities {
  padding: 0;
  list-style: none;
}
.slider-parent .bx-wrapper {
  border: none;
  background: transparent;
}

/*# sourceMappingURL=core.css.map */
