body {
  color: #666666;
  font-size: 15px;
  font-family: "Athiti", sans-serif;
  line-height: 1.80857;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 60px;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
  font-size: 24px;
}

h1 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h1 a:hover {
  opacity: 0.8;
}

h2 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
  font-size: 22px;
}

h2 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h2 a:hover {
  opacity: 0.8;
}

h3 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
  font-size: 18px;
}

h3 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h3 a:hover {
  opacity: 0.8;
}

h4 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
  font-size: 16px;
}

h4 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h4 a:hover {
  opacity: 0.8;
}

h5 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
  font-size: 14px;
}

h5 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h5 a:hover {
  opacity: 0.8;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
  font-size: 13px;
}

h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h6 a:hover {
  opacity: 0.8;
}

.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 19px 36px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
  margin: 20px 0 20px;
  padding: 30px;
}

ul {
  list-style: none;
  margin: 0 5px;
  padding: 0px;
}

li {
  list-style: none;
  margin: 0 5px;
  padding: 0px;
}

ol {
  list-style: none;
  margin: 0 5px;
  padding: 0px;
}

button:focus {
  outline: none;
}

.form-control {
  border-radius: 0px;
  min-height: 50px;
}

.form-control::-moz-placeholder {
  color: #2a2a2a;
  opacity: 1;
}

.form-control:focus {
  border: 1px solid #409956;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-navbar {
  position: relative;
  z-index: 10;
}

.top-navbar .navbar {
  padding: 15px 0px;
  position: fixed;
  width: 100%;
  -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: height 0.3s ease-out, background 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

.top-navbar .navbar-light .navbar-nav .nav-link {
  color: #010101;
  font-size: 18px;
  padding: 0px 20px;
  border-radius: 4px;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
  background: #409956;
  color: #ffffff;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link {
  background: #409956;
  color: #ffffff;
  border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  -webkit-box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.5);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
  background: #409956;
  color: #ffffff;
}

.navbar-light .navbar-toggler:hover {
  background: #393232;
}

.cover-slides {
  height: 100vh;
}

.cover-slides .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.cover-slides .container > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cover-slides h1 {
  font-family: "Arbutus Slab", serif;
  font-weight: 500;
  font-size: 64px;
  color: #fff;
}

.cover-slides p {
  font-size: 18px;
  color: #fff;
}

.slides-navigation a {
  background: #393232;
  position: absolute;
  height: 70px;
  width: 70px;
  top: 50%;
  font-size: 20px;
  display: block;
  color: #fff;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slides-navigation a i {
  font-size: 40px;
}

.slides-navigation a:hover {
  background: #010101;
}

.btn-outline-new-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #393232;
}

.btn-outline-new-white:hover {
  color: #ffffff;
  background-color: #393232;
  border-color: #393232;
}

.overlay-background {
  background: #333;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.slides-pagination a {
  border: 2px solid #ffffff;
}

.slides-pagination a.current {
  background: #393232;
  border: 2px solid #393232;
}

.about-section-box {
  padding: 70px 0px;
}

.about-section-box .img-fluid {
  -webkit-box-shadow: -10px -10px 0px #409956;
          box-shadow: -10px -10px 0px #409956;
}

.inner-column h1 {
  font-family: "Arbutus Slab", serif;
  font-size: 30px;
  color: #010101;
}

.inner-column h1 span {
  color: #409956;
}

.inner-column h4 {
  font-size: 16px;
  font-weight: 500;
}

.inner-column p {
  font-size: 18px;
}

.inner-column .btn-outline-new-white {
  color: #409956;
}

.inner-column .btn-outline-new-white:hover {
  color: #ffffff;
}

.qt-background {
  background: url("../../images/qt-background.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.qt-background p {
  font-size: 35px;
  font-weight: 300;
  line-height: 44px;
  color: #fff;
  font-family: "Arbutus Slab", serif;
  margin-bottom: 20px;
}

.qt-background span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.menu-box {
  padding: 70px 0px;
}

.heading-title {
  margin-bottom: 50px;
}

.heading-title h2 {
  color: #010101;
  font-size: 28px;
  font-family: "Arbutus Slab", serif;
}

.heading-title p {
  font-size: 18px;
  font-weight: 200;
  margin: 0px;
}

.filter-button-group {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin: 10px 15px;
  display: inline-block;
}

.filter-button-group button {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
}

.filter-button-group button.active {
  background: #393232;
  color: #fff;
  -webkit-box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, 0.2);
}

.gallery-single {
  margin: 30px 0px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single:hover .why-text {
  bottom: 0px;
}

.gallery-single:hover .why-text h4 {
  margin-top: 50px;
  text-align: center;
}

.gallery-single:hover .why-text p {
  text-align: center;
  margin: 15px 0;
}

.gallery-single .img-fluid {
  width: 100%;
  height: 270px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.why-text {
  position: absolute;
  left: 0;
  bottom: -55%;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 12px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why-text h4 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Arbutus Slab", serif;
}

.why-text p {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  font-size: 18px;
  margin: 0px;
  padding-bottom: 15px;
}

.why-text h5 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.gallery-box {
  padding: 70px 0px;
}

.tz-gallery {
  margin-top: 30px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery .lightbox img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.customer-reviews-box {
  padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box {
  width: 50px;
  height: 50px;
}

.carousel-inner .carousel-item .img-box img {
  width: 100%;
}

.carousel-control-prev {
  left: -100px;
}

.carousel-control-next {
  right: -100px;
}

.carousel-indicators {
  top: 320px;
}

.text-warning {
  color: #409956 !important;
  font-size: 24px;
}

#reviews .carousel-control-prev {
  background: #409956;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 8%;
  height: 50px;
  top: 50%;
  font-size: 28px;
  opacity: 1;
}

#reviews .carousel-control-prev:hover {
  background: #010101;
  color: #ffffff;
}

#reviews .carousel-control-next {
  background: #409956;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 8%;
  height: 50px;
  top: 50%;
  font-size: 28px;
  opacity: 1;
}

#reviews .carousel-control-next:hover {
  background: #010101;
  color: #ffffff;
}

.contact-info-box {
  background: #409956;
  padding: 30px 0;
}

.contact-info-box i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #409956;
  font-size: 30px;
  border-radius: 50%;
  margin-right: 20px;
}

.contact-info-box h4 {
  margin: 0px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 0px;
  font-weight: 500;
  line-height: 24px;
}

.contact-info-box p {
  margin: 0px;
  color: #ffffff;
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

.footer-area {
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer-area .container {
  position: relative;
  z-index: 1;
}

.footer-area h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 1px dashed rgba(207, 166, 113, 0.5);
  margin-bottom: 10px;
}

.footer-area p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding-bottom: 10px;
}

.footer-area p a {
  font-size: 18px;
  color: #ffffff;
}

.footer-area p a:hover {
  color: #409956;
}

.footer-area p.lead {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-area p.lead a {
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-area p.lead a:hover {
  color: #409956;
}

.bg-f {
  background-image: url("../images/footer-bg.jpg");
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-f::before {
  background: #010101;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}

.subscribe_form {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.subscribe_form .form_input {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  font-size: 19px;
  line-height: 50px;
  padding: 0 10px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.subscribe_form .submit {
  background-color: #409956;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
  float: left;
  width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.subscribe_form .submit:hover {
  background: #010101;
}

.f-social {
  padding-bottom: 10px;
  margin: 0px;
  margin-top: 20px;
}

.f-social li a {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}

.copyright {
  margin-top: 20px;
  position: relative;
  display: block;
  background-color: #010101;
  border-top: 1px dashed #cfa671;
  padding: 30px 0;
  z-index: 1;
}

.copyright .company-name {
  font-size: 16px;
  text-align: center;
}

.copyright .company-name a {
  font-size: 16px;
}

.page-breadcrumb {
  padding: 250px 0 150px;
  background: url("../../images/breadcrumb.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.all-page-title .container {
  position: relative;
  z-index: 2;
}

.all-page-title::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}

.all-page-title h1 {
  font-size: 38px;
  color: #ffffff;
  font-family: "Arbutus Slab", serif;
  padding: 0px;
}

.inner-pt {
  margin-top: 30px;
}

.inner-pt p {
  font-size: 18px;
}

.stuff-box {
  padding: 70px 0px;
}

.our-team {
  border: 2px solid #409956;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
  z-index: 1;
  position: relative;
}

.our-team:before {
  content: "";
  width: 100%;
  height: 104%;
  background: #409956;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scaleX(0.3);
          transform: translateY(-50%) scaleX(0.3);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-team:after {
  content: "";
  width: 100%;
  height: 104%;
  background: #409956;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scaleX(0.3);
          transform: translateY(-50%) scaleX(0.3);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 106%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0.25);
          transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before {
  -webkit-transform: translateY(-50%) scaleX(0.7);
          transform: translateY(-50%) scaleX(0.7);
}

.our-team:hover:after {
  -webkit-transform: translate(-50%, -50%) scaleY(0.7);
          transform: translate(-50%, -50%) scaleY(0.7);
}

.our-team:hover .team-content {
  bottom: 10px;
  opacity: 1;
}

.our-team img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-team .team-content {
  width: 93%;
  padding: 25px 0 10px;
  background: #409956;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
  transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}

.our-team .title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}

.our-team .post {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-team .social li {
  display: inline-block;
  margin: 0 5px;
}

.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #409956;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #409956;
}

.reservation-box {
  padding: 70px 0px;
}

.reservation-box h3 {
  padding: 0px 15px;
  margin-bottom: 20px;
  font-weight: 600;
}

.help-block ul li {
  color: red;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-group .picker__input.picker__input--active {
  border-color: #409956;
}

.submit-button {
  margin-top: 20px;
}

.btn.btn-common {
  color: #409956;
  background-color: transparent;
  background-image: none;
  border-color: #393232;
}

.btn.btn-common:hover {
  color: #ffffff;
  background-color: #393232;
  border-color: #393232;
}

.blog-box {
  padding: 70px 0px;
}

.blog-box-inner {
  position: relative;
  margin-bottom: 30px;
}

.blog-box-inner .blog-img-box {
  position: relative;
  display: block;
}

.blog-box-inner .blog-detail {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 30px 25px;
  border: 1px solid #ddd;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  height: 100%;
}

.blog-box-inner .blog-detail:hover {
  background: rgba(255, 255, 255, 0.9);
}

.blog-detail h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.blog-detail ul li {
  display: inline-block;
  padding: 0px 5px;
}

.blog-detail ul li span {
  color: #409956;
  cursor: pointer;
}

.blog-detail ul li span:hover {
  color: #010101;
}

.blog-detail ul li:first-child {
  padding-left: 0px;
}

.blog-detail p {
  padding: 10px 0px 0 0;
  margin: 0px;
}

.blog-detail a {
  color: #409956;
  margin-top: 20px;
}

.blog-inner-box {
  position: relative;
  margin: 0px 10px;
  margin-bottom: 30px;
}

.side-blog-img {
  -webkit-box-shadow: -15px -15px 0px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -15px -15px 0px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s ease 0.01s;
  transition: all 1s ease 0.01s;
  position: relative;
}

.date-blog-up {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #393232;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 15px 5px 5px;
}

.inner-blog-detail {
  background: #ffffff;
  position: relative;
  padding: 30px 20px;
}

.inner-blog-detail h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}

.inner-blog-detail ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #222222;
}

.inner-blog-detail ul li span {
  color: #393232;
}

.inner-blog-detail p {
  padding: 10px 0px;
}

.details-page blockquote {
  border-left: 5px solid #393232;
  padding: 20px;
}

.blog-inner-details-line {
  margin: 20px 0px;
  clear: both;
  float: left;
  width: 100%;
}

.line-left-social h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.line-left-social ul li {
  display: inline-block;
  margin-bottom: 5px;
}

.line-left-social ul li a {
  display: block;
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
}

.line-left-social ul li a:hover {
  background: #393232;
  color: #ffffff;
}

.line-right-social ul li {
  display: inline-block;
}

.line-right-social ul li a {
  display: block;
  padding: 5px;
  background: #f5f5f5;
  border-radius: 6px;
  font-weight: 500;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
}

.line-right-social ul li a:hover {
  background: #393232;
  color: #ffffff;
}

.line-right-social h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.blog-comment-box {
  clear: both;
  margin: 20px 0px;
  float: left;
  width: 100%;
}

.blog-comment-box h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

.blog-comment-box .children {
  margin-left: 70px;
}

.comment-item {
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.comment-item-left {
  float: left;
  width: 90px;
  height: 90px;
}

.comment-item-left img {
  width: 100%;
  border-radius: 6px;
}

.comment-item-right {
  padding-left: 110px;
}

.comment-item-right a {
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
}

.comment-item-right i {
  padding-right: 10px;
}

.des-l {
  display: inline-block;
  width: 100%;
}

.des-l p {
  font-size: 13px;
}

.right-btn-re {
  float: right;
  font-style: italic;
  text-align: right;
  font-size: 16px;
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 6px;
}

.right-btn-re:hover {
  background: #393232;
  color: #ffffff !important;
}

.comment-respond-box {
  clear: both;
}

.comment-form-respond input {
  min-height: 38px;
  border: 1px solid #010101;
  border-radius: 0px;
  padding: 10px;
}

.comment-form-respond textarea {
  border: 1px solid #010101;
  border-radius: 0px;
  padding: 10px;
  min-height: 110px;
}

.btn-submit {
  color: #409956;
  background-color: transparent;
  background-image: none;
  border-color: #393232;
}

.btn-submit:hover {
  color: #ffffff;
  background-color: #393232;
  border-color: #393232;
}

.right-side-blog h3 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
}

.blog-search-form {
  position: relative;
  border-bottom: 1px solid #010101;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.blog-search-form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 40px 5px 10px;
  font-size: 15px;
  color: #222222;
}

.blog-search-form .search-btn {
  position: absolute;
  right: 0px;
  background: none;
  border: none;
  font-size: 20px;
  min-height: 40px;
  padding: 0px 15px;
}

.blog-categories {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.blog-categories ul li {
  line-height: 14px;
  padding: 10px 0px;
  border-top: 1px solid #f5f5f5;
}

.blog-categories ul li a {
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
}

.blog-categories ul li a:hover {
  color: #393232;
}

.recent-box-blog {
  margin-bottom: 20px;
  display: inline-block;
}

.recent-box-blog:hover .recent-img::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.recent-img {
  float: left;
  position: relative;
}

.recent-img::before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #393232;
  opacity: 0.4;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.recent-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.recent-info ul li {
  display: inline-block;
  font-size: 11px;
  padding: 0px;
  color: #222222;
}

.recent-info h4 {
  font-size: 14px;
  padding: 0px;
  margin: 11px 0px;
  font-weight: 500;
}

.blog-tag-box ul li {
  display: inline-block;
  margin-bottom: 3px;
}

.blog-tag-box ul li a {
  padding: 5px 15px;
  display: block;
  background: #f5f5f5;
  color: #222222;
  border-radius: 6px;
}

.blog-tag-box ul li a:hover {
  color: #ffffff;
  background: #393232;
}

.contact-box {
  padding: 70px 0px;
}

.map-full {
  width: 100%;
  height: 500px;
  border-radius: 0px;
  margin: 0px auto;
}

.map-full iframe {
  width: 100%;
  height: 100%;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #409956;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 30px;
}

@media (min-width: 320px) and (max-width: 640px) {
  .carousel-inner .carousel-item p {
    font-size: 14px;
  }
  .carousel-control-prev {
    left: -5px;
  }
  .carousel-control-next {
    right: -5px;
  }
  .carousel-indicators {
    top: 400px;
  }
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

.parallax-section-1 {
  background: url("../../images/pool.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 80vh;
}

.parallax-section-1 .parallax {
  height: 100%;
  padding: 30vh 15%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.4)), to(#00d4ff));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%, #00d4ff 100%);
}

.parallax-section-1 .parallax .h1 {
  font-family: "Arbutus Slab", serif;
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
}

ul.feature-list {
  display: block;
}

ul.feature-list li {
  margin-left: 50px;
  padding-left: 50px;
  font-size: 1.7rem;
  position: relative;
}

ul.feature-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

ul.feature-list li:nth-child(even) {
  font-weight: 500;
}
/*# sourceMappingURL=style.css.map */