* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
header {
  background-color: #fff;
  overflow-x: clip;
}
header .top-bar {
  background-color: #594c2c;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
header .top-bar .shape-cont {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translatex(-50%);
  top: 100%;
  height: 15px;
  margin-top: -1px;
}
header .top-bar .shape-cont svg {
  vertical-align: top;
}
header .top-bar .shape-cont svg path {
  fill: #594c2c;
}
header .top-bar .t-contact {
  margin: 0;
  padding: 0;
  align-items: left;
}
header .top-bar .t-contact .tc-wrap {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  text-align: left;
}
header .top-bar .t-contact .tc-wrap a {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  color: #fff;
}
header .top-bar .t-contact .tc-wrap a:hover {
  color: #594c2c;
}
header .top-bar .t-contact .tc-wrap a i {
  font-size: 20px;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin: 0 5px 0 0;
  flex-shrink: 0;
  color: #b99d4a;
}
header .top-bar .t-contact .tc-wrap a .tc-dtl small {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
header .top-bar .t-contact .tc-wrap a .tc-dtl strong {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
header .top-bar .t-contact .phn {
  text-align: center;
  display: block;
}
header .top-bar .t-contact .phn a {
  align-items: center;
  justify-content: center;
}
header .top-bar .t-contact .phn a i {
  margin: 0 10px 0 0;
}
header .top-bar .t-contact .phn a .tc-dtl strong {
  font-size: 20px;
  transition: 0.4s ease-in-out;
}
header .top-bar .t-contact .phn a .tc-dtl strong:hover {
  color: #b99d4a;
}
header .top-bar .t-contact .eml {
  text-align: right;
}
header .top-bar .t-contact .eml a {
  justify-content: flex-end;
}
header .logo-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0 5px 0;
}
header .logo-wrap a {
  flex-shrink: 0;
  position: relative;
}
header .logo-wrap a img {
  max-width: 120px;
  width: 100%;
}
header .slogan {
  margin: 0 0 0 20px;
  position: relative;
}
header .slogan h1 {
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0;
  background: -webkit-linear-gradient(#594c2c, #b99d4a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .slogan h1 span {
  display: block;
  color: #594c2c;
}
header .slogan strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #594c2c;
}
header .slogan-s {
  margin: 20px 0 10px 0;
  display: inline-block;
  position: relative;
  z-index: 0;
}
header .slogan-s:before {
  content: "";
  position: absolute;
  border-top: 10px solid #594c2c;
  border-right: 10px solid transparent;
  border-left: 10px solid #594c2c;
  border-bottom: 10px solid transparent;
  left: -2px;
  top: -2px;
  z-index: 1;
}
header .slogan-s:after {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid #594c2c;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #594c2c;
  right: -2px;
  bottom: -2px;
  z-index: 1;
}
header .slogan-s h2 {
  font-size: 34px;
  text-transform: uppercase;
  padding: 10px;
  border: 2px solid #594c2c;
  display: inline-block;
  text-align: center;
  color: #b99d4a;
  background-color: #fff;
  letter-spacing: 5px;
  position: relative;
  z-index: 0;
  margin: 0;
}
header .slogan-s h2:before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #594c2c;
  border-bottom: 10px solid #594c2c;
  left: -4px;
  bottom: -4px;
  z-index: -1;
}
header .slogan-s h2:after {
  content: "";
  position: absolute;
  border-top: 10px solid #594c2c;
  border-right: 10px solid #594c2c;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -4px;
  top: -4px;
  z-index: -1;
}
header .head-location {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .head-location .loc-wrap {
  flex: 1;
}
header .head-location .loc-wrap strong {
  display: block;
  color: #536125;
  border-bottom: 1px solid #999;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
header .head-location .loc-wrap strong span {
  vertical-align: middle;
  color: #b99d4a;
  margin: 0 5px 5px 0;
}
header .head-location .loc-wrap a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
header .head-location .loc-wrap a:hover {
  color: #594c2c;
}
header .social-bar {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
header .social-bar li {
  display: inline-block;
  margin: 0 0 0 10px;
}
header .social-bar li a {
  display: inline-block;
  position: relative;
}
header .social-bar li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: #f8f4ef;
  transition: 0.4s ease-in-out;
}
header .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #b99d4a;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s ease-in-out;
  position: relative;
}
header .social-bar li a:hover:before {
  background-color: #594c2c;
}
header .g-quote a {
  background: #536125;
  padding: 12px 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  border: 1px solid #999;
  border-bottom: none;
  border-top: none;
  border-radius: 50px;
  font-weight: 500;
  display: block;
  text-align: center;
  box-shadow: inset -5px -5px 15px 5px rgba(0, 0, 0, 0.5);
}
header .g-quote a i {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
header .g-quote a:hover {
  background: #b99d4a;
  color: #fff;
}

.nav-wrap {
  background: #536125;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #e8e8e8;
}

.nav-sec .navbar {
  padding: 0;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
}
.nav-sec .main-navigation .menu-item {
  position: relative;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #b99d4a;
  transition: 0.4s ease-in-out;
  border-color: #594c2c;
  color: #594c2c;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  padding: 10px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #594c2c;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.nav-sec .main-navigation .menu-item a:hover {
  transition: 0.4s ease-in-out;
  border-color: #b99d4a;
  background-color: rgba(255, 255, 255, 0.1);
  color: #594c2c;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  border-color: #b99d4a;
  background-color: rgba(255, 255, 255, 0.1);
  color: #b99d4a;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children {
  position: relative;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #594c2c;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  display: block;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #b99d4a;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .s-caption {
  position: absolute;
  top: 80%;
  transform: translatey(-50%);
  left: 5%;
  z-index: 1;
  padding: 50px 0;
  text-align: left;
  max-width: 700px;
  transition: 2s ease-in-out;
}
.slider-wrap .slider-bg .slide-sec .s-caption small {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 0 20px;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong {
  font-size: 86px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  line-height: 94px;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #b99d4a;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 102%;
  background: #594c2c;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover:after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.slider-wrap .slider-bg .owl-item.active .s-caption {
  top: 50%;
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translatex(-50%);
}
.slider-wrap .owl-dots .owl-dot span {
  width: 15px;
  height: 5px;
  background: #b99d4a;
  border-radius: 5px;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #594c2c;
}
.slider-wrap .book-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  max-width: 400px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.slider-wrap .book-form h3 {
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  color: #b99d4a;
  text-align: left;
  font-size: 20px;
}
.slider-wrap .book-form .bform-wrap form .form-control {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  margin: 0 0 10px 0;
}
.slider-wrap .book-form .bform-wrap form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.slider-wrap .book-form .bform-wrap form input::-moz-placeholder, .slider-wrap .book-form .bform-wrap form textarea::-moz-placeholder {
  color: #eee;
}
.slider-wrap .book-form .bform-wrap form input::placeholder,
.slider-wrap .book-form .bform-wrap form textarea::placeholder {
  color: #eee;
}
.slider-wrap .book-form .bform-wrap form .form-select {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  margin: 0 0 10px 0;
}
.slider-wrap .book-form .bform-wrap form .form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.slider-wrap .book-form .bform-wrap form .form-select option {
  color: #594c2c;
}
.slider-wrap .book-form .bform-wrap form textarea {
  font-size: 14px;
  width: 100%;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  margin: 0 0 10px 0;
}
.slider-wrap .book-form .bform-wrap form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.slider-wrap .book-form .bform-wrap form .btn {
  padding: 0;
  margin-bottom: -20px;
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  background: none;
}
.slider-wrap .book-form .bform-wrap form .btn span {
  background-color: #b99d4a;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
.slider-wrap .book-form .bform-wrap form .btn:hover span {
  background-color: #594c2c;
}

/*book form*/
.book-form {
  padding: 30px 0;
}
.book-form .bform-wrap {
  display: flex;
  align-items: stretch;
}
.book-form .bform-wrap .form-title {
  width: 300px;
  flex-shrink: 0;
  text-align: center;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.book-form .bform-wrap .form-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(214, 62, 56, 0.9);
}
.book-form .bform-wrap h3 {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 700;
}
.book-form .bform-wrap .form-wrap {
  padding: 10px 20px 10px 20px;
}
.book-form .bform-wrap .form-wrap h4 {
  display: block;
  text-align: center;
  background-color: #594c2c;
  padding: 10px;
  text-transform: capitalize;
  color: #fff;
  font-size: 32px;
}
.book-form .bform-wrap .form-wrap h5 {
  background-color: rgba(58, 56, 59, 0.7);
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}
.book-form .bform-wrap .form-wrap .check-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.book-form .bform-wrap .form-wrap .form-check {
  margin: 0 20px 10px 0;
  flex: 1;
}
.book-form .bform-wrap .form-wrap .form-check-input {
  border-color: #777;
}
.book-form .bform-wrap .form-check-input:checked {
  background-color: #d63e38;
  border-color: #999;
}
.book-form .bform-wrap .book-cost {
  padding: 10px;
  background: #eee;
  margin: 0 0 20px 0;
}
.book-form .bform-wrap .book-cost .p-amt strong {
  text-transform: capitalize;
}
.book-form .bform-wrap .book-cost .p-amt strong span {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 5px;
  color: #fff;
  background-color: #b99d4a;
}
.book-form .bform-wrap .book-cost .p-total strong {
  color: #594c2c;
}

.single .bform-wrap .form-wrap {
  background-color: #eee;
}

/*about section*/
.welcome-sec {
  padding: 100px 0;
  position: relative;
}
.welcome-sec .shape-cont {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translatex(-50%);
  top: 100%;
  height: 15px;
  margin-top: -1px;
  z-index: 999;
}
.welcome-sec .shape-cont svg {
  vertical-align: top;
}
.welcome-sec .shape-cont svg path {
  fill: #fff;
}
.welcome-sec .headings {
  text-align: left;
  margin: 0 0 10px 0;
}
.welcome-sec .headings .big-title {
  left: 0;
  transform: initial;
  opacity: 0.2;
}
.welcome-sec .headings h3 {
  color: #000;
  font-size: 28px;
}
.welcome-sec .container {
  position: relative;
}
.welcome-sec .welcome-wrap > small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  color: #b99d4a;
  padding: 0 0 0 50px;
}
.welcome-sec .welcome-wrap > small:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b99d4a;
}
.welcome-sec .welcome-wrap h2 {
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 48px;
}
.welcome-sec .welcome-wrap ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.welcome-sec .welcome-wrap ul li {
  display: inline-block;
  padding: 10px;
  background-color: #b99d4a;
  color: #594c2c;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
  position: relative;
  margin: 0 10px 20px 0;
}
.welcome-sec .welcome-wrap ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b99d4a;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.welcome-sec .welcome-wrap ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 50%;
  transform: translatey(-50%);
  border: 2px solid #594c2c;
  background-color: #b99d4a;
}
.welcome-sec .welcome-wrap p {
  color: #666;
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap .btn-primary a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #b99d4a;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.welcome-sec .welcome-wrap .btn-primary a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 102%;
  background: #594c2c;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.welcome-sec .welcome-wrap .btn-primary a:hover:after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.welcome-sec .wel-img {
  position: relative;
}
.welcome-sec .wel-img .why-info {
  width: 150px;
  height: 120px;
  text-align: center;
  background-color: #594c2c;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px dashed #b99d4a;
  position: absolute;
  bottom: -60px;
  transition: 0.4s ease-in-out;
  animation: infoslide 20s infinite;
}
.welcome-sec .wel-img .why-info p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.welcome-sec .img-wrap {
  padding: 20px 0 0 0;
  text-align: center;
  margin: 0 80px 30px 30px;
  position: relative;
}
.welcome-sec .img-wrap::after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -20px;
  width: 208px;
  height: 208px;
  background: #594c2c;
  -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
  clip-path: polygon(0 1%, 0% 100%, 100% 100%);
  z-index: -1;
}
.welcome-sec .img-wrap figure {
  display: inline-block;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
  margin: 0 auto;
}
.welcome-sec .img-wrap .img-wrap-2 {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.welcome-sec .img-wrap .img-wrap-2 figure {
  display: inline-block;
  overflow: hidden;
  padding-top: 280px;
  width: 300px;
  margin: 0 auto;
  border-radius: 50%;
  border: 10px solid #fff;
}

/*services section*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
.headings h3 {
  text-transform: capitalize;
  color: #111;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.headings .h-line {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  min-height: 1px;
}
.headings .h-line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: #b99d4a;
}
.headings .h-line:after {
  position: absolute;
  bottom: 0;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color: #594c2c;
}
.headings small {
  text-transform: uppercase;
  font-weight: 500;
  color: #b99d4a;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.headings .heading-line {
  display: inline-block;
  position: relative;
}
.headings .heading-line i {
  color: #fff;
  height: 20px;
  width: 20px;
  color: #594c2c;
}
.headings .heading-line:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b99d4a;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  right: 102%;
  margin-right: 10px;
}
.headings .heading-line:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b99d4a;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  left: 102%;
  margin-left: 10px;
}

.sub-headings {
  margin: 0 0 30px 0;
}
.sub-headings strong {
  position: relative;
  padding: 0 30px 0 0;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.sub-headings strong:before {
  position: absolute;
  background: #297c41 none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 0;
  width: 2030px;
  height: 100%;
}
.sub-headings strong:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #297c41;
  left: 100%;
  top: 0;
}
.sub-headings strong span {
  position: relative;
  z-index: 1;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
  text-transform: capitalize;
}

/*service section*/
.services {
  padding: 100px 0 70px 0;
  position: relative;
}
.services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(89, 76, 44, 0.8);
}
.services .headings h3 {
  color: #fff;
}
.services .headings .h-line:after {
  background-color: #fff;
}
.services .container {
  position: relative;
}
.services .service-card {
  margin: 0 0 30px 0;
}
.services .service-card .img-wrap figure {
  overflow: hidden;
}
.services .service-card .serv-dtl {
  padding: 10px;
  text-align: center;
  margin: 0 20px;
  margin-top: -30px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
  position: relative;
  z-index: 1;
}
.services .service-card .serv-dtl h4 {
  margin: 0 0 10px 0;
}
.services .service-card .serv-dtl h4 a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #111;
  text-transform: capitalize;
}
.services .service-card .serv-dtl h4 a span {
  display: block;
  font-size: 24px;
  color: #111;
  transition: 0.4s ease-in-out;
}
.services .service-card .serv-dtl h4 a:hover {
  color: #594c2c;
}
.services .service-card .serv-dtl h4 a:hover span {
  color: #594c2c;
}
.services .service-card .serv-dtl p {
  margin: 0 0 20px 0;
}
.services .service-card .serv-dtl .serv-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .service-card .serv-dtl .serv-more a {
  display: inline-block;
  color: #b99d4a;
  font-weight: 500;
  font-size: 14px;
}
.services .service-card .serv-dtl .serv-more a:hover {
  color: #594c2c;
}
.services .service-card .serv-dtl .serv-more a span {
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  right: 0;
  transition: 0.4s ease-in-out;
}
.services .service-card .serv-dtl .serv-more a:hover span {
  right: -3px;
}
.services .service-card .serv-dtl .serv-more .more-icon {
  border: 2px solid #536125;
  padding: 5px 10px;
  border-radius: 30px;
  color: #536125;
}
.services .service-card .serv-dtl .serv-more .more-icon span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #536125;
  text-align: center;
  color: #fff;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}
.services .service-card .serv-dtl .serv-more .more-icon:hover span {
  background-color: #594c2c;
  color: #fff;
}
.services .service-card .serv-dtl .serv-more .more-icon:hover {
  background-color: #536125;
  color: #fff;
}

/*features*/
.features {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.features .container {
  position: relative;
}
.features .feat-wrap .feat-card {
  display: flex;
  gap: 20px;
  margin: 0 0 30px 0;
}
.features .feat-wrap .feat-card .img-wrap figure {
  width: 150px;
  padding-top: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #b99d4a;
}
.features .feat-work-shape2 {
  position: absolute;
  left: 0;
  bottom: -20px;
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.features .feat-work-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*gallery*/
.gallery {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.gallery .shape-cont {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translatex(-50%);
  top: 100%;
  height: 15px;
  margin-top: -1px;
  z-index: 999;
}
.gallery .shape-cont svg {
  vertical-align: top;
}
.gallery .shape-cont svg path {
  fill: #fff;
}
.gallery .gallery-card {
  position: relative;
  margin: 0 10px 30px 10px;
}
.gallery .gallery-card .img-wrap {
  position: relative;
}
.gallery .gallery-card .img-wrap .icon-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
}
.gallery .gallery-card .img-wrap .icon-wrap span {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.gallery .gallery-card .img-wrap figure {
  padding-top: 100%;
}
.gallery .gallery-card .gal-dtl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  z-index: 1;
}
.gallery .gallery-card .gal-dtl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(89, 76, 44) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 0; /* Ensure the pseudo-element is below the content */
  transition: background 0.4s ease-in-out;
}
.gallery .gallery-card .gal-dtl h4 {
  position: relative;
}
.gallery .gallery-card:hover .gal-dtl:before {
  background: linear-gradient(0deg, rgb(89, 76, 44) 100%, rgba(255, 255, 255, 0) 100%);
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #594c2c;
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #594c2c;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #594c2c;
  border-color: #594c2c;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #b99d4a;
  border-color: #b99d4a;
  color: #fff;
}

/*why us*/
.why-us {
  padding: 100px 0 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-us:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(89, 77, 44, 0.8);
}
.why-us .headings h3 {
  color: #fff;
}
.why-us .headings small {
  color: #b99d4a;
}
.why-us .headings .h-line::after {
  background-color: #fff;
}
.why-us .container {
  position: relative;
}
.why-us .why-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.why-us .why-wrap .why-card {
  padding: 30px;
  width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.why-us .why-wrap .why-card .icon-wrap span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  background-color: #b99d4a;
}
.why-us .why-wrap .why-card .why-dtl h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

/*mid banner*/
.mid-banner {
  padding: 100px 0 70px 0;
}
.mid-banner .banner-card {
  background-color: #b99d4a;
  text-align: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.mid-banner .banner-card .feat-work-shape2 {
  position: absolute;
  left: 0;
  bottom: -20px;
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 50px;
}
.mid-banner .banner-card .icon-wrap span {
  font-size: 50px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #594c2c;
  border-radius: 50%;
}
.mid-banner .banner-card .counter {
  color: #fff;
  font-size: 16px;
}
.mid-banner .banner-card .counter span {
  display: block;
  font-size: 40px;
  color: #fff;
}

/*our activities*/
.activities {
  padding: 100px 0 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.activities .act-card {
  text-align: center;
  margin: 0 0 50px 0;
}
.activities .act-card .img-wrap {
  margin: 0 0 20px 0;
}
.activities .act-card .img-wrap figure {
  padding-top: 300px;
  width: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.activities .act-card .act-dtl a {
  font-weight: 700;
  font-size: 24px;
  color: #b99d4a;
}
.activities .act-card .act-dtl a:hover {
  color: #594c2c;
}

/*about us section*/
.about-us {
  padding: 100px 0;
  background-color: rgba(1, 146, 229, 0.2);
}
.about-us .about-contn h2 {
  color: #536125;
  margin: 0 0 30px 0;
  text-transform: capitalize;
  padding: 0 0 0 20px;
  border-left: 3px solid #b99d4a;
}
.about-us .about-contn h2 span {
  color: #594c2c;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-us .about-contn p {
  margin: 0 0 20px 0;
  color: 4text-color;
}
.about-us .about-contn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-us .about-contn ul li {
  margin: 0 0 20px 0;
  width: 48%;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
}
.about-us .about-contn ul li span {
  display: inline-block;
  font-weight: 700;
  color: #536125;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 50%;
  box-shadow: inset -5px -5px 15px 5px rgba(84, 97, 38, 0.6);
  vertical-align: middle;
}

/*our highlights*/
.highlights {
  padding: 100px 0;
  background-color: #b99d4a;
  position: relative;
}
.highlights:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../images/leaf-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  opacity: 0.05;
}
.highlights .container {
  position: relative;
}
.highlights .container .headings {
  margin: 0 0 120px 0;
}
.highlights .container .headings .heading-line:before {
  background-color: #999;
}
.highlights .container .headings .heading-line:after {
  background-color: #999;
}
.highlights .container .headings h3 {
  color: #fff;
}
.highlights .high-card {
  text-align: center;
  padding: 20px;
  position: relative;
}
.highlights .high-card .icon-wrap {
  margin: 0 0 120px 0;
  display: inline-block;
  position: relative;
}
.highlights .high-card .icon-wrap:before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  border: 4px solid #594c2c;
  opacity: 0.3;
  transform: rotate(45deg);
}
.highlights .high-card .icon-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 8px solid #594c2c;
  opacity: 0.7;
  transform: rotate(45deg);
}
.highlights .high-card .icon-wrap i {
  font-size: 48px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  flex-shrink: 0;
  position: relative;
}
.highlights .high-card a {
  display: block;
  color: #eee;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.highlights .high-card a:hover {
  color: #594c2c;
}

/*banner counter*/
.banner-count {
  padding: 50px 0 20px 0;
}
.banner-count .banr-card {
  text-align: center;
  margin: 0 0 30px 0;
}
.banner-count .banr-card .icon-wrap {
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
}
.banner-count .banr-card .icon-wrap:before {
  content: "";
  position: absolute;
  left: 5px;
  right: -5px;
  top: -5px;
  bottom: 5px;
  border: 2px solid #594c2c;
  opacity: 0.5;
  animation-name: zoom-inout;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  box-shadow: 0px 0px 5px 5px rgba(250, 161, 11, 0.2);
}
.banner-count .banr-card .icon-wrap i {
  width: 100px;
  height: 100px;
  background-color: #594c2c;
  font-size: 36px;
  line-height: 100px;
  color: #fff;
}
.banner-count .banr-card .banr-counter strong {
  font-size: 40px;
  color: #999;
}
.banner-count .banr-card .banr-title strong {
  color: #b99d4a;
  text-transform: uppercase;
}

/*for why choose us section*/
/*testimonials section*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}
.testimonials:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(89, 77, 44, 0.8);
}
.testimonials .container {
  position: relative;
}
.testimonials .headings h3 {
  color: #fff;
}
.testimonials .headings .h-line:before {
  background-color: #b99d4a;
}
.testimonials .headings .h-line:after {
  background-color: #fff;
}
.testimonials .testi-main .testi-card {
  padding: 80px 30px 30px 30px;
  margin: 50px 20px 50px;
  position: relative;
  transition: 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
}
.testimonials .testi-main .testi-card p {
  color: #555;
  display: block;
  text-align: left;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 30px 0;
}
.testimonials .testi-main .testi-card .i-wrap {
  text-align: right;
  position: absolute;
  top: -25px;
  left: 30px;
}
.testimonials .testi-main .testi-card .i-wrap i {
  color: #fff;
  font-size: 28px;
  background-color: #b99d4a;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 40px 40px 0 40px;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px 0;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #594c2c;
  margin: 0 0 5px 0;
  display: block;
  font-size: 20px;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  color: #b99d4a;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .img-wrap figure {
  padding-top: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testi-main .owl-dots {
  text-align: center;
}
.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 20px;
  height: 5px;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #594c2c;
  opacity: 1;
}

/*sub contact section*/
.sub-contact {
  background-color: rgba(238, 26, 36, 0.1);
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sub-contact .container {
  position: relative;
}
.sub-contact .form-wrap {
  padding: 30px;
  box-shadow: 3px 0px 14px 0px rgba(84, 97, 38, 0.6);
  border-radius: 10px;
}
.sub-contact .form-wrap .headings {
  text-align: left;
  margin: 0 0 20px 0;
}
.sub-contact .form-wrap .headings small {
  display: block;
}
.sub-contact .form-wrap .headings h3 {
  color: #b99d4a;
}
.sub-contact .form-wrap .headings h3:before {
  display: none;
}
.sub-contact .form-wrap h4 {
  color: #666;
}
.sub-contact .form-wrap .form-control,
.sub-contact .form-wrap .form-select {
  border-radius: 20px;
}
.sub-contact .map-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 10px;
}
.sub-contact .map-wrap h5 {
  color: #594c2c;
  font-weight: 700;
  padding: 0 0 0 10px;
  border-left: 3px solid #ee1a24;
}
.sub-contact .map-wrap strong {
  margin: 0 0 20px 0;
  display: block;
}

/*blogs*/
.blogs {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.blogs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
}
.blogs .container {
  position: relative;
}
.blogs .img-wrap figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blogs .blog-card .blog-dtl {
  position: relative;
  padding: 50px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.blogs .blog-card .blog-dtl .b-date {
  background-color: #b99d4a;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: -25px;
  left: 50%;
  transform: translatex(-50%);
  box-shadow: inset -5px -5px 15px 5px rgba(0, 0, 0, 0.5);
}
.blogs .blog-card .blog-dtl .b-date strong {
  display: block;
  color: #fff;
  line-height: 20px;
}
.blogs .blog-card .blog-dtl .b-date small {
  color: #eee;
  font-size: 12px;
  display: block;
  line-height: 16px;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #594c2c;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #b99d4a;
}
.blogs .blog-card .blog-dtl p {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl .r-more a {
  color: #536125;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #536125;
  border-radius: 50px;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  background-color: #536125;
  color: #fff;
}

/*for footer*/
footer {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url(../images/footer-bg.jpg);
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.8;
}
footer .container {
  position: relative;
}
footer .fotr-bg {
  text-align: center;
  background-color: #594c2c;
  padding: 20px;
  margin-top: -80px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 40px 40px -7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
footer .fotr-bg .f-logo {
  margin: 0 0 40px 0;
  text-align: center;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
}
footer .fotr-bg .f-logo img {
  max-width: 120px;
}
footer .fotr-bg .social-bar {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 0 20px 0;
}
footer .fotr-bg .social-bar li {
  display: inline-block;
}
footer .fotr-bg .social-bar li a {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
footer .fotr-bg .social-bar li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: #f8f4ef;
  transition: 0.4s ease-in-out;
}
footer .fotr-bg .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s ease-in-out;
  position: relative;
  background-color: #b99d4a;
}
footer .fotr-bg .social-bar li a:hover i {
  background-color: #594c2c;
}
footer .fotr-bg .foot-wrap {
  padding: 0;
}
footer .foot-wrap {
  position: relative;
  padding: 20px;
}
footer .foot-wrap h4 {
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px 0;
  position: relative;
  padding: 10px 10px 10px 0;
  position: relative;
  letter-spacing: 2px;
}
footer .foot-wrap h4 span {
  position: relative;
}
footer .foot-wrap h4 .h-line {
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .foot-wrap h4 .h-line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: #b99d4a;
}
footer .foot-wrap h4 .h-line:after {
  position: absolute;
  bottom: 0;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color: #594c2c;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "\e9b0";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Material Symbols Outlined";
  color: #594c2c;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #111;
  text-transform: capitalize;
}
footer .foot-wrap .foot-list li a:hover {
  color: #b99d4a;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
  text-align: center;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 10px 0;
}
footer .foot-wrap .foot-contact li:last-child {
  border: none;
}
footer .foot-wrap .foot-contact li a {
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-break: loose;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #b99d4a;
}
footer .foot-wrap .foot-contact li a i {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  vertical-align: middle;
  color: #b99d4a;
}
footer .copy-r {
  padding: 20px 0;
  margin: 20px 0 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #111;
}
footer .copy-r .copy-contn strong {
  font-weight: 400;
}
footer .copy-r .copy-contn a {
  color: #594c2c;
  font-weight: 500;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop i {
  color: #fff;
  background-color: #594c2c;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*inner page page-banner*/
.page-banner {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 100px;
  line-height: 80px;
  background-color: rgba(89, 76, 44, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.page-banner .container .banr-wrap h2 span {
  position: relative;
  color: #fff;
}

/*service detail page*/
.single-p {
  padding: 100px 0;
}
.single-p .single-wrap p {
  margin: 0 0 20px 0;
}

.sngl {
  background-color: rgba(0, 0, 0, 0.03);
}
.sngl .form-wrap {
  background-color: #594c2c;
  padding: 30px;
}
.sngl .form-wrap .headings {
  margin: 0 0 10px 0;
}
.sngl .form-wrap h4 {
  color: #fff;
}
.sngl .form-wrap .form-control,
.sngl .form-wrap .form-select,
.sngl .form-wrap textarea {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  margin: 0 0 20px 0;
}
.sngl .form-wrap .form-control:focus,
.sngl .form-wrap .form-select:focus,
.sngl .form-wrap textarea:focus {
  border-bottom: 1px solid #b99d4a;
}
.sngl .form-wrap .form-control option,
.sngl .form-wrap .form-select option,
.sngl .form-wrap textarea option {
  color: #111;
}
.sngl .form-wrap input::-moz-placeholder, .sngl .form-wrap textarea::-moz-placeholder {
  color: #fff !important;
}
.sngl .form-wrap input::placeholder,
.sngl .form-wrap textarea::placeholder {
  color: #fff !important;
}

/*mission page*/
.mission {
  padding: 100px 0 100px 0;
  background-color: #eee;
}
.mission .mission-p {
  position: relative;
  padding: 20px 20px 20px 50px;
  border: 2px solid #b99d4a;
  min-height: 165px;
  margin: 0 0 30px 0;
}
.mission .mission-p:before {
  content: "\e877";
  position: absolute;
  left: 5px;
  top: 10px;
  transition: 0.4s ease-in-out;
  font-family: "Material Symbols Outlined";
  color: #594c2c;
  font-size: 32px;
}
.mission .mission-p p {
  font-size: 14px;
  line-height: 24px;
}

/*service single page*/
.form-wrap h3 {
  color: #594c2c;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.form-wrap h3:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #594c2c;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #594c2c;
  box-shadow: none;
}
.form-wrap form textarea {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
  padding: 5px;
}
.form-wrap form textarea::-moz-placeholder {
  color: #777;
}
.form-wrap form textarea::placeholder {
  color: #777;
}
.form-wrap form .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #b99d4a;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}
.form-wrap form .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 102%;
  background: #594c2c;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.form-wrap form .btn:hover:after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.service-inq {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #eee;
}
.service-inq form .form-control {
  border-color: #999;
}
.service-inq .welcome-wrap ul li {
  display: block;
  background-color: transparent;
  color: #b99d4a;
  font-weight: 700;
}
.service-inq .welcome-wrap ul li:after {
  height: 1px;
  opacity: 0.2;
}
.service-inq.why-us:before {
  display: none;
}
.service-inq.why-us:after {
  display: none;
}
.service-inq.why-us .headings h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: #263926;
  margin: 0;
  font-weight: 700;
}
.service-inq.why-us .form-wrap {
  padding: 50px 20px;
  background: rgba(42, 124, 66, 0.1);
  box-shadow: 0 0 6px 1px rgba(42, 124, 66, 0.5);
}
.service-inq.why-us .form-wrap h4 {
  color: #b99d4a;
}

/*FAQs page*/
.faq-body {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body .container {
  position: relative;
}
.faq-body .container .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.faq-body .container .card .card-header {
  background: #594c2c;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-body .container .card .card-body {
  background: #eee;
  color: #111;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  border-radius: 10px;
}
.faq-body .container .card .card-body ul {
  margin: 0 0 20px 0;
}

/*contact page*/
.contact-body {
  padding: 100px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.contact-body .container {
  position: relative;
}
.contact-body .con-wrap {
  padding: 20px;
  margin: 0 0 30px 0;
}
.contact-body .pckg-form {
  padding: 20px;
  background-color: rgba(91, 194, 253, 0.1);
  margin: 0 0 30px 0;
}
.contact-body .ft-card {
  text-align: center;
  display: flex;
  padding: 20px 5px;
  flex-direction: column;
  min-height: 162px;
  background-color: #fff;
}
.contact-body .ft-card .icon-wrap {
  display: inline-block;
  margin: 0 0 30px 0;
}
.contact-body .ft-card .icon-wrap span {
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 54px;
  color: #b99d4a;
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.contact-body .ft-card .ft-dtl strong {
  text-transform: capitalize;
  color: #594c2c;
  font-size: 14px;
  vertical-align: middle;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #594c2c;
  font-size: 18px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #594c2c;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #b99d4a;
}

/*for quick quote*/
#quoteModal .modal-header {
  background-color: #594c2c;
  color: #fff;
}
#quoteModal .modal-body {
  background-color: #fff;
  border: 1px solid #594c2c;
}

/*team page*/
.team-wrap {
  background-color: #eee;
  padding: 100px 0;
}
.team-wrap .team-card {
  margin: 0 0 40px 0;
}
.team-wrap .team-card .team-dtl {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.team-wrap .team-card .team-dtl strong {
  color: #111;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px 0;
  display: block;
}
.team-wrap .team-card .team-dtl small {
  display: block;
  text-transform: capitalize;
  color: #b99d4a;
}
.team-wrap .team-card .team-dtl .team-contact {
  position: relative;
  list-style: none;
  padding: 30px 0 10px 0;
  margin: 0;
}
.team-wrap .team-card .team-dtl .team-contact li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.team-wrap .team-card .team-dtl .team-contact li a {
  display: inline-block;
  position: relative;
}
.team-wrap .team-card .team-dtl .team-contact li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: #f8f4ef;
  transition: 0.4s ease-in-out;
}
.team-wrap .team-card .team-dtl .team-contact li a i {
  display: inline-block;
  font-size: 18px;
  color: #b99d4a;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s ease-in-out;
  position: relative;
}
.team-wrap .team-card .team-dtl .team-contact li a:hover:before {
  background-color: #594c2c;
}

/*career hiring page*/
#career-form .modal-header {
  background-color: #b99d4a;
  color: #fff;
}
#career-form .modal-body {
  border: 1px solid #b99d4a;
}

.faq-body .card .btn-wrap a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #b99d4a;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-body .card .btn-wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 102%;
  background: #594c2c;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.faq-body .card .btn-wrap a:hover:after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.single-d .about-contn img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 500px;
}

.navbar-brand {
  display: none;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  animation: slideInDown 1s linear;
  background-color: #fff;
  text-align: center;
  padding: 0 20px;
}

.fixed-top .navbar-brand {
  display: block !important;
  width: 50px;
}/*# sourceMappingURL=custom.css.map */