/* Base */
html {
  overflow-x: hidden;
}

body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
  font-weight: 300;
  color: #364d59;
}

.text-black {
  color: #000 !important;
}
.ftco-blocks-cover-1 h1 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  color: #fff;
}
.ftco-blocks-cover-1 h1 .text-primary {
  color: #fff !important;
}
.ftco-blocks-cover-1 p {
  color: #fff;
  fontt-size: 18px;
}
.ftco-blocks-cover-1 .btn-primary {
  background: transparent;
  border-radius: 50px;
  color: #fff;
  padding: 12px 32px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  border: 2px solid #fff;
}
.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-control:active,
.form-control:focus {
  border-color: #207561;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

element.style {
}
.owl-carousel.feature-image-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}
.site-section {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-footer {
  padding: 4em 0;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 80px 0;
  }
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
  color: gray;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #000;
}
.site-footer a {
  color: rgba(0, 0, 0, 0.5);
}
.site-footer a:hover {
  color: #207561;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #000;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .site-logo img {
    width: 150px;
    height: auto !important;
  }
  .site-navbar {
    padding: 1rem;
  }
  .feature-2-contents {
    margin-top: 20px;
}
.ftco-blocks-cover-1 h1 {font-size: 42px;}
}
.site-navbar .toggle-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}
.site-navbar .site-logo img {
  height: 60px;
}

.site-navbar .site-logo a {
  color: #207561;
  text-transform: lowercase;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #207561 !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0px;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 600;
}
.site-navbar .site-navigation .site-menu a:hover {
  color: #207561;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #207561;
}
.site-navbar .site-navigation .site-menu > li.active > a {
  color: #207561 !important;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #207561;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #207561 !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #207561;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
section.site-hero-section.contact-hero p br {
  display: none;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #207561;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #207561;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #207561;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #207561;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #207561 !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* Owl dots - red color (scoped to feature-image-carousel) */
.feature-image-carousel .owl-dots {
  margin-top: -25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-image-carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
  opacity: 0.9;
}

/* Active dot */
.feature-image-carousel .owl-dots .owl-dot.active span {
  background: #207561;
  opacity: 1;
  transform: scale(1.2);
  display: block;
}

/* Hover effect */
.feature-image-carousel .owl-dots .owl-dot:hover span {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* Blocks */
.bg-section {
  background: #eee;
}
.site-section {
  padding: 80px 00px;
}
@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0;
  }
}

.by {
  color: #000;
  border-bottom: 1px dotted #ccc;
}
.by:hover {
  border-bottom: 1px dotted #207561;
}

.form-control {
  border: none;
  border: 1px solid #e6e6e6;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  border: 1px solid #666666;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}
.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a {
  display: block;
}
.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}
.search-form .form-group {
  position: relative;
}
.search-form .form-group input {
  padding-right: 50px;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide {
  height: 100vh;
  min-height: 900px;
  background-size: cover;
}

.btn-md {
  padding: 8px 20px;
}
.btn-primary {
  color: #fff;
  background-color: #185547;
  border-color: #004d40;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none;
  }
  .site-menu-toggle span.icon-menu.h3.text-white {
    color: black !important;
    border: 1px solid #000;
    border-radius: 4px;
    font-size:28px;
  }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
  left: 20px;
}

.slide-one-item .owl-nav .owl-next {
  right: 20px;
}

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
}
.slide-one-item .owl-dots .owl-dot > span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  margin: 3px;
}
.slide-one-item .owl-dots .owl-dot.active > span {
  width: 20px;
  background: #fff;
}

.footer-suscribe-form .form-control {
  color: #000;
}
.footer-suscribe-form .form-control:hover,
.footer-suscribe-form .form-control:active,
.footer-suscribe-form .form-control:focus {
  color: #000 !important;
}
.footer-suscribe-form .btn {
  color: #fff;
}

.ftco-cover-1 {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.ftco-cover-1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.55));
}
.ftco-blocks-cover-1 .hero-text {
  position: relative;
  z-index: 999;
  max-width: 80% !important;
  flex: 0 0 80% !important;
}
.ftco-cover-1,
.ftco-cover-1 .container > .row {
  min-height: 600px;
}
.ftco-cover-1 > .container {
  position: relative;
}
.ftco-cover-1.overlay {
  position: relative;
}
.ftco-cover-1.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: #000;
}
.ftco-cover-1.overlay h1 {
  color: #fff;
  font-size: 3rem;
}
.ftco-cover-1.overlay p {
  color: #fff;
}
.ftco-cover-1.overlay p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.ftco-cover-1.overlay p a:hover {
  text-decoration: none;
}
.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn {
  height: 55px;
  border-radius: 4px;
}
.ftco-cover-1.overlay form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-right: 10px;
}
.ftco-cover-1.overlay form .btn {
  border-color: transparent;
}

.owl-all .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-all .owl-dots .owl-dot {
  display: inline-block;
}
.owl-all .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
}
.owl-all .owl-dots .owl-dot.active > span {
  background: #207561;
}

@media (min-width: 992px) {
  .owl-all .owl-nav,
  .owl-all .owl-dots {
    display: none;
  }
  .owl-all .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 120% !important;
    padding-top: 10px;
  }
  .owl-all .owl-carousel .owl-stage-outer {
    width: 100%;
    overflow: visible;
  }
  .owl-all .owl-stage-outer > .owl-stage > .owl-item {
    display: -ms-inline-grid;
    display: inline-grid;
    float: none;
    margin-bottom: 30px;
  }
}

.more {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #207561;
}

.feature-2 {
  color: #000;
}
.feature-2 h3 {
  color: #000;
}
.feature-2 .caption {
  font-weight: bold;
  color: #207561;
  display: block;
  margin-bottom: 10px;
}

.fixed-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
}

.testimonial-1 .quote-icon-wrap {
  font-size: 2rem;
  color: #207561;
}

.testimonial-1 p {
  font-size: 1.5rem;
}

.post-entry-1 {
  position: relative;
}
.post-entry-1:before {
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background: #207561;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post-entry-1 .meta {
  color: #ccc;
  margin-bottom: 30px;
  display: block;
}
.post-entry-1 .post-entry-1-contents {
  background: #fff;
  padding: 20px;
}
.post-entry-1 .post-entry-1-contents h2 {
  font-size: 22px;
}
.post-entry-1 .post-entry-1-contents h2,
.post-entry-1 .post-entry-1-contents h2 > a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
.post-entry-1:hover:before {
  right: -20px;
  bottom: -20px;
  opacity: 0.2;
  visibility: visible;
}

.more-39291 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}
.more-39291:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.5rem;
  line-height: 0;
  right: 0;
  content: "\e317";
  position: absolute;
  font-family: "icomoon";
}

.heading-39291 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.year-experience-99301 {
  border: 4px solid #207561;
  padding: 40px;
  position: relative;
  background: #fff;
}
.year-experience-99301:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -31px;
  left: -31px;
  width: 100%;
  height: 100%;
  background: rgba(32, 117, 97, 0.1);
}
.year-experience-99301 .text {
  text-transform: uppercase;
  font-size: 14px;
  color: #888;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.year-experience-99301 .text > span {
  display: block;
}
.year-experience-99301 .number {
  font-size: 5rem;
  color: #000;
  font-weight: bold;
  position: relative;
}
.year-experience-99301 .number > span {
  position: relative;
  z-index: 2;
}
.year-experience-99301 .number:before {
  right: 0;
  z-index: 1;
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(32, 117, 97, 0.5);
}

.media-92812 {
  position: relative;
  margin-bottom: 40px;
}
.media-92812 .text {
  width: 80%;
  margin-top: -100px;
  position: relative;
  padding: 50px;
  display: block;
  background: #fff;
}
.media-92812 .text:after {
  content: "";
  position: absolute;
  background: #207561;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -20px;
  right: -20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0.1;
  visibility: visible;
}
.media-92812 .caption {
  color: #b3b3b3;
}
.media-92812 h3,
.media-92812 h3 > a {
  color: #000;
  text-transform: uppercase;
}
.media-92812:hover .text:after {
  opacity: 0.1;
  visibility: visible;
  bottom: -20px;
  right: -20px;
}

.media-29191 {
  margin-left: 10px;
  margin-right: 10px;
}
.media-29191 .caption {
  color: #b3b3b3;
}
.media-29191 .text {
  padding: 50px;
  background: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 9;
}
.media-29191 .text h3,
.media-29191 .text h3 > a {
  text-transform: uppercase;
  color: #000;
}

.slide-one-item .owl-dots,
.owl-1 .owl-dots,
.owl-2 .owl-dots {
  width: 100%;
  text-align: center;
}
.slide-one-item .owl-dots .owl-dot,
.owl-1 .owl-dots .owl-dot,
.owl-2 .owl-dots .owl-dot {
  display: inline-block;
}
.slide-one-item .owl-dots .owl-dot > span,
.owl-1 .owl-dots .owl-dot > span,
.owl-2 .owl-dots .owl-dot > span {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
}
.slide-one-item .owl-dots .owl-dot.active > span,
.owl-1 .owl-dots .owl-dot.active > span,
.owl-2 .owl-dots .owl-dot.active > span {
  width: 7px;
  height: 7px;
  background: #207561;
}

.owl-1 .owl-dots {
  bottom: 50px;
  position: relative;
}
.owl-1 .owl-dots .owl-dot > span {
  background: #fff;
}

.owl-2 .owl-dots {
  bottom: 150px;
  position: relative;
}
.owl-2 .owl-dots .owl-dot > span {
  background: #fff;
}

.slide-one-item .owl-dots {
  bottom: -20px;
}
.projects-section {
  padding: 5rem 0;
}

.project-block {
  margin-bottom: 6rem;
}

.project-block:last-child {
  margin-bottom: 0;
}

/* ===== Contact CSS ===== */

.contact-section {
  background: #f8f9fa;
}

.contact-form-wrapper,
.contact-info-box {
  border-radius: 8px;
  background: #eee;
}

.contact-section .form-control {
  height: 52px;
  border-radius: 6px;
}
.contact-info-list i {
  line-height: 1;
}

.contact-section textarea.form-control {
  height: auto;
}

.contact-section .btn-primary {
  border-radius: 6px;
  font-weight: 500;
}

.contact-info-box ul li span {
  font-size: 15px;
  color: #6c757d;
}

.contact-info-box ul li .fw-bold {
  color: #000;
}

/* ===== FOOTER CUSTOM DESIGN  ===== */

.site-footer {
  background: #f8f9fa;
  padding: 80px 0 40px;
}

.site-footer .footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.site-footer .footer-heading::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #207561;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.site-footer p {
  color: #666;
  line-height: 1.7;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: 0.3s;
}

.site-footer ul li a:hover {
  color: #207561;
  padding-left: 5px;
}

/* Subscribe */
.footer-suscribe-form .form-control {
  border: 1px solid #e6e6e6;
  height: 45px;
}
.hidden-fields-container {
  position: relative;
}
.footer-suscribe-form .btn {
  background: #207561;
  border: none;
  padding: 0px 20px;
  margin-top: 8px;
  position: absolute;
  top: -7px;
  right: 0px;
  height: 43px;
}

.footer-suscribe-form .btn:hover {
  background: #185547;
}
.year-experience-99301 br {
  display: none;
}
/* Social icons */
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #207561;
  margin-right: 10px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #207561;
  color: #fff;
}

/* Copyright */
.site-footer .border-top {
  border-color: #e6e6e6 !important;
}

.site-footer .border-top p {
  font-size: 14px;
  color: #777;
}
.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  padding: 10px 0;
}
/* When sticky */
.site-navbar.is-sticky {
  padding: 6px 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Menu color when sticky */
.site-navbar.is-sticky .site-menu > li > a {
  color: #000 !important;
}

.site-navbar.is-sticky .site-menu > li.active > a {
  color: #207561 !important;
}
/* COMMON */
.whatsapp-float,
.call-float {
  position: fixed;
  right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

/* WHATSAPP */
.whatsapp-float {
  bottom: 25px;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  animation: wa-pulse 2s infinite;
}

/* PHONE */
.call-float {
  bottom: 100px;
  background: linear-gradient(135deg, #0d6efd, #084298);
  animation: call-pulse 2s infinite;
}

.whatsapp-float:hover,
.call-float:hover {
  transform: scale(1.12);
  color: #fff;
}

/* TOOLTIPS */
.wa-tooltip,
.call-tooltip {
  position: absolute;
  right: 75px;
  background: #222;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.wa-tooltip::after,
.call-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #222;
}

.whatsapp-float:hover .wa-tooltip,
.call-float:hover .call-tooltip {
  opacity: 1;
  visibility: visible;
}

/* PULSE ANIMATIONS */
@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes call-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(13, 110, 253, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .whatsapp-float,
  .call-float {
    width: 52px;
    height: 52px;
    font-size: 24px;
    right: 20px;
  }

  .whatsapp-float {
    bottom: 20px;
  }
  .call-float {
    bottom: 85px;
  }

  .wa-tooltip,
  .call-tooltip {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
.site-footer {text-align: center;}
.site-footer .footer-heading::after {left: 50%;transform: translateX(-50%);}
.ftco-cover-1, .ftco-cover-1 .container > .row {min-height: 420px;}
.ftco-blocks-cover-1 .btn-primary{padding: 6px 30px !important;}
.ftco-blocks-cover-1 h1 {font-size: 26px;}
.ftco-blocks-cover-1 p {color: #fff;font-size: 13px;}
.site-mobile-menu .site-nav-wrap > li > a {padding: 10px;font-size: 16px;}
.lead {font-size: 1rem;font-weight: 300;}
.h2, h2 {font-size: 1.25rem; font-weight:600;}
.h3, h3{font-size: 1.15rem; font-weight:500;} 
}