@charset "UTF-8";
@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;
}

a:hover {
  color: #03A3C9;
}

.btn-primary {
  color: #fff;
  background-color: #078669 !important;
  border-color: #078669 !important;
}

.btn-danger {
  color: #fff;
}

.btn {
  text-shadow: none !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;
}

.navbar-collapse .navbar-nav > li > a.btn-nav {
  height: 44px;
  margin-top: 5px;
  padding: 12px 30px;
  border-radius: 32px;
}

label.error {
  color: red;
}

.youtube-player {
  position: relative;
  padding-bottom: 33%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

.slide-top-home {
  background: #2D5359;
  position: relative;
  color: #ffffff;
  min-height: 520px;
  padding-top: 100px;
}
.slide-top-home .text {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .slide-top-home .text {
    padding: 40px 0;
  }
}
.slide-top-home .bx-wrapper {
  border: none;
  margin: 0;
}
.slide-top-home h1, .slide-top-home h2, .slide-top-home h3 {
  color: #ffffff;
}

.home-crop-ellipse {
  margin: 0px;
  padding-bottom: unset;
  height: 100%;
  right: 0px;
  top: 0px;
  width: 50%;
  clip-path: ellipse(59% 65% at 65% 50%);
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-crop-ellipse {
    position: static;
    clip-path: ellipse(58% 72% at 50% 72%);
    width: 100%;
  }
}

.section-info {
  padding: 120px 0 40px;
}
@media (max-width: 767px) {
  .section-info {
    padding: 40px 0;
  }
}

a.header_logo {
  color: #fff;
  font-size: 28px;
}

.navbar_fixed a.header_logo {
  color: var(--brand_color);
}

.banner-fix {
  padding: 100px 0 50px 0;
  overflow: hidden;
}

.breadcrumbs-area {
  position: relative;
  z-index: 99;
}
.breadcrumbs-area h1 {
  color: #fafafa;
}
.breadcrumbs-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs-area ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fafafa;
  position: relative;
  padding-right: 24px;
}
.breadcrumbs-area ul li:before {
  content: "5";
  font-family: "ElegantIcons";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
}
.breadcrumbs-area ul li:last-child:before {
  display: none;
}
.breadcrumbs-area ul li a {
  color: #8CC9BB;
}

.blog-detail-box .item-img {
  text-align: center;
  margin-bottom: 40px;
}
.blog-detail-box .post-date {
  display: none;
}
.blog-detail-box .post-actions-wrapper {
  display: none;
}
.blog-detail-box .blog-social {
  margin-bottom: 40px;
}
.blog-detail-box .blog-social h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}
.blog-detail-box .blog-social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog-detail-box .blog-social ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog-detail-box .blog-social ul li a {
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px 10px 46px;
  display: block;
  position: relative;
}
.blog-detail-box .blog-social ul li i {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 20px;
}
.blog-detail-box .blog-social ul li:hover {
  border: 1px solid #078669;
  background-color: #078669;
}
.blog-detail-box .blog-social ul li:hover a, .blog-detail-box .blog-social ul li:hover i {
  color: #ffffff;
}
.blog-detail-box .blog-social .facebook i {
  color: #2862b9;
}
.blog-detail-box .blog-social .twitter i {
  color: #42a5f5;
}

.single-item .blog-box-layout4 {
  border: 1px solid #dedede;
  margin-bottom: 20px;
}
.single-item .blog-box-layout4 .post-date, .single-item .blog-box-layout4 .post-actions-wrapper {
  display: none;
}
.single-item .blog-box-layout4 .item-content {
  padding: 10px 15px;
}
.single-item .blog-box-layout4 .item-content h3 {
  font-size: 18px;
}
.single-item .blog-box-layout4 .item-content p {
  margin: 0;
}
.single-item .item-img img {
  width: 100%;
}

.widget .section-title {
  font-size: 18px;
}
.widget .media {
  margin-bottom: 10px;
}
.widget .media .post-title {
  font-size: 16px;
  font-weight: normal;
}
.widget .media img {
  margin-right: 10px;
}
.widget .media .media-body {
  padding-top: 0px;
}

.sidebar-widget-area {
  border-left: 1px solid #eaeaea;
}

.call-to-action.cta-bg-2 .action_btn {
  border-color: #078669;
  background-color: #078669;
}

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