@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
.btn-success {
  color: #fff;
  background-color: #5c9f43 !important;
  border-radius: 0 10px 10px 10px;
  border: none;
  padding: 10px 25px !important;
  font-size: 16px;
  transition: all ease-in-out 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.btn-success i {
  transform: rotate(-45deg);
  margin-left: 6px;
  transition: all ease-in-out 0.4s;
}
.btn-success:hover {
  background-color: #5c9f43 !important;
  color: #fff !important;
}
.btn-success:hover i {
  transform: rotate(0deg);
}

.btn-outline-light {
  color: #fff;
  background-color: transparent !important;
  border-radius: 0 10px 10px 10px;
  border: 2px solid #fff;
  padding: 10px 25px !important;
  font-size: 16px;
  transition: all ease-in-out 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.btn-outline-light i {
  transform: rotate(-45deg);
  margin-left: 6px;
  transition: all ease-in-out 0.4s;
}
.btn-outline-light:hover {
  background-color: #fff !important;
  color: #5c9f43 !important;
}
.btn-outline-light:hover i {
  transform: rotate(0deg);
}

body {
  font-family: "Inter", sans-serif;
  color: #5c5c5c;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: transparent;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

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

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  margin: 0;
}

.mt-8 {
  margin-top: 75px;
}

/*#######################*/
.head-top {
  background-color: #1a300f;
  padding: 12px 0;
}
.head-top .top-cntct {
  display: flex;
  align-items: center;
}
.head-top .top-cntct li {
  margin: 0 25px 0 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
}
.head-top .top-cntct li img {
  margin-right: 6px;
}
.head-top .top-cntct li a {
  color: #fff;
}
.head-top .social-lst {
  margin: 0;
  padding: 0;
}
.head-top .social-lst li {
  float: left;
  margin: 0 10px;
}
.head-top .social-lst li i {
  font-size: 18px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.head-top .social-lst li:hover i {
  color: #5c9f43;
}

.head-bttm {
  padding: 20px 0;
}
.head-bttm .navbar-brand {
  width: 210px;
  margin: 0;
  padding: 0;
}
.head-bttm .navbar {
  padding: 0;
}
.head-bttm .navbar .navbar-nav {
  position: relative;
}
.head-bttm .navbar .navbar-nav li {
  position: relative;
  padding: 0px 14px;
}
.head-bttm .navbar .navbar-nav li a {
  color: #1a300f;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
}
.head-bttm .navbar .navbar-nav li.active a {
  color: #5c9f43;
}
.head-bttm .navbar .navbar-nav .dropdown-menu li {
  padding: 0;
}
.head-bttm .navbar .navbar-nav .dropdown-menu li a {
  padding: 8px 15px;
}

.banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
    padding-bottom: 147px;
    background: #000;
}
.banner:after {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a300f;
  background: radial-gradient(
    circle,
    rgba(26, 48, 15, 0.34) 0%,
    rgba(26, 48, 15, 0.85) 46%
  );
}
.banner:before {
  content: "";
  position: absolute;
  background: url(../images/shape1.png) no-repeat center bottom;
  width: 100%;
  height: 116px;
  bottom: 0;
  z-index: 9;
  background-size: cover;
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  overflow: hidden;
}
.banner .banner-txt {
  position: absolute;
  width: 38%;
  text-align: center;
  z-index: 9;
  top: 60%;
}
.banner .banner-txt h2 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}
.banner .banner-txt h4 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0 0;
  padding: 0;
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.banner .banner-txt p {
  font-size: 17px;
  color: #fff;
  margin: 18px 0 0;
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}
.banner .banner-txt .btn-success {
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
@keyframes slide-top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.ban-bttm-prt {
  background-color: #f2f6f0;
}

.resident-bx {
  padding: 35px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
}
.resident-bx h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a300f;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.resident-bx h3 img {
  margin-right: 10px;
}
.resident-bx p {
  color: #708664;
  margin: 15px 0 0;
  line-height: 30px;
}

.custom-top {
  margin-top: -150px;
  position: relative;
  z-index: 99;
}

.abt-wrap {
  background-color: #f2f6f0;
  padding: 70px 0;
}
.abt-wrap .abt-img-bx {
  position: relative;
}
.abt-wrap .abt-img-bx:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  background: url(../images/dots.png) no-repeat;
  width: 336px;
  height: 292px;
}
.abt-wrap .abt-img-bx .abt-img {
  padding-right: 120px;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.abt-wrap .abt-img-bx .abt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abt-wrap .abt-img-bx .circle-img {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -65px;
  right: 0;
  border: 12px solid #fff;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.abt-wrap .abt-img-bx .circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abt-wrap .abt-img-bx .happy-client {
  padding: 20px 15px;
  background-color: #5c9f43;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 99;
}
.abt-wrap .abt-img-bx .happy-client img {
  margin-right: 15px;
}
.abt-wrap .abt-img-bx .happy-client h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.abt-wrap .abt-img-bx .happy-client h3 span {
  font-size: 15px;
  display: block;
}
.abt-wrap .abt-txt h5 {
  font-size: 17px;
  font-weight: 600;
  color: #5c9f43;
  margin: 0;
  padding: 0;
}
.abt-wrap .abt-txt h3 {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
}
.abt-wrap .abt-txt p {
  color: #708664;
  line-height: 30px;
  margin: 15px 0 0;
}
.abt-wrap .abt-txt ul {
  margin: 0;
  padding: 0;
}
.abt-wrap .abt-txt ul li {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
  padding-left: 28px;
  position: relative;
  display: flex;
  align-items: center;
}
.abt-wrap .abt-txt ul li:before {
  position: absolute;
  left: 0;
  content: "\f058";
  font-family: Fontawesome;
  font-size: 18px;
  color: #5c9f43;
}
.abt-wrap .abt-txt .exp-bx {
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 0 35px 35px 35px;
  box-shadow: 0px -7px 0 #5c9f43;
  position: relative;
}
.abt-wrap .abt-txt .exp-bx:after {
  content: "";
  position: absolute;
  right: -50px;
  background: url(../images/leaf.png) no-repeat;
  width: 90px;
  height: 103px;
  top: 50%;
  transform: translateY(-50%);
}
.abt-wrap .abt-txt .exp-bx h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}
.abt-wrap .abt-txt .exp-bx h4 span {
  display: block;
  color: #5c9f43;
  font-size: 50px;
  font-weight: 900;
}

.main-wrap {
  padding: 70px 0;
}

.choose-img-bx {
  position: relative;
  height: 785px;
}
.choose-img-bx .choose-img1 {
  width: 50%;
  height: 382px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.choose-img-bx .choose-img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.choose-img-bx .choose-img2 {
  width: 50%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: -1;
  transform: translateY(-50%);
  z-index: 9;
}
.choose-img-bx .choose-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.choose-img-bx .choose-img3 {
  width: 50%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 51%;
  left: 0;
  z-index: -1;
}
.choose-img-bx .choose-img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.choose-img-bx .success-bx {
  padding: 22px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 34px;
  bottom: 24px;
  width: 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.choose-img-bx .success-bx .circle-count {
  width: 100px;
  height: 100px;
  background-color: #5c9f43;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin-right: 12px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.choose-img-bx .success-bx .success-txt {
  width: 70%;
}
.choose-img-bx .success-bx .success-txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a300f;
  margin: 0;
  padding: 0;
}
.choose-img-bx .success-bx .success-txt p {
  color: #708664;
  margin: 8px 0 0;
}

.choose-txt .choose-title-prt {
  position: relative;
  width: calc(100% + 175px);
  left: -275px;
}
.choose-txt .choose-title-prt h5 {
  font-size: 17px;
  font-weight: 500;
  color: #5c9f43;
  margin: 0;
  padding: 0;
}
.choose-txt .choose-title-prt h3 {
  font-size: 38px;
  font-weight: 700;
  color: #1a300f;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.choose-txt .choose-info-bx {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.choose-txt .choose-info-bx img {
  margin-right: 15px;
}
.choose-txt .choose-info-bx h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a300f;
  margin: 0;
  padding: 0;
}
.choose-txt .choose-info-bx p {
  color: #708664;
  margin: 10px 0 0;
}

.srvc-wrap {
  background: url(../images/bg1.png) no-repeat center top;
  padding: 65px 0 40px;
}

.title-prt {
  text-align: center;
}
.title-prt p {
  font-size: 17px;
  color: #fff;
}
.title-prt h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin: 15px 0;
  padding: 0;
}

.srvc-bx {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 35px;
}
.srvc-bx .srvc-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.srvc-bx .srvc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.srvc-bx .srvc-img .price-tag {
  padding: 6px 10px;
  background-color: #5c9f43;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.srvc-bx h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a300f;
  margin: 0;
  padding: 0;
}
.srvc-bx ul {
  margin: 10px 0 0;
  padding: 0;
}
.srvc-bx ul li {
  font-size: 16px;
  font-weight: 400;
  color: #708664;
  margin: 0 0 8px;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.srvc-bx ul li:before {
  position: absolute;
  left: 0;
  content: "\f058";
  font-family: Fontawesome;
  font-size: 15px;
  color: #5c9f43;
}
.srvc-bx .btn-success {
  margin-bottom: -35px;
}

.srvc-slider .owl-stage-outer {
  padding-bottom: 25px;
}

.slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #bec1cc;
  position: absolute;
  background-color: #fff;
}
.slider .owl-nav button.owl-prev i,
.slider .owl-nav button.owl-next i {
  font-size: 36px;
  color: #5c9f43;
  transition: all ease-in-out 0.4s;
}
.slider .owl-nav button.owl-prev:hover i,
.slider .owl-nav button.owl-next:hover i {
  color: #1a300f;
}
.slider .owl-nav .owl-prev {
  left: -80px;
}
.slider .owl-nav .owl-next {
  right: -80px;
}

.book-prt {
  background-color: #5c9f43;
  padding: 45px;
  position: relative;
  border-radius: 30px;
}
.book-prt .exp-bx {
  background-color: #94c83e;
  padding: 15px;
  border-radius: 8px 8px 0 8px;
  position: absolute;
  right: -40px;
  top: -40px;
  text-align: center;
  width: 120px;
  z-index: 9;
}
.book-prt .exp-bx:after {
  position: absolute;
  content: "";
  bottom: -35px;
  right: 0;
  border-top: 35px solid #6a991d;
  border-right: 40px solid transparent;
}
.book-prt .exp-bx h4 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
}
.book-prt .exp-bx h4 span {
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.book-prt .book-txt h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
}
.book-prt .book-txt h3 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 0;
  font-family: "Libre Baskerville", serif;
  padding: 0;
}
.book-prt .book-txt p {
  color: #fff;
  margin: 15px 0 0;
}
.book-prt .book-img {
  padding-left: 60px;
  margin-bottom: -110px;
}
.book-prt .book-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-title-prt {
  text-align: center;
}
.news-title-prt h4 {
  font-size: 17px;
  color: #5c9f43;
}
.news-title-prt h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1a300f;
  font-family: "Libre Baskerville", serif;
  margin: 15px 0;
  padding: 0;
}
.news-title-prt h2 span {
  color: #5c9f43;
}

.news-bx {
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-bx .news-img {
  height: 250px;
  overflow: hidden;
}
.news-bx .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-bx h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a300f;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-bx p {
  color: #708664;
  margin: 15px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-bx .news-footer {
  background-color: #f2f6f0;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-bx .news-footer p {
  margin: 0;
}

.visit-bx {
  background-color: #f2f6f0;
  border-radius: 12px;
  overflow: hidden;
}
.visit-bx .visit-img {
  height: 220px;
  overflow: hidden;
}
.visit-bx .visit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.visit-bx h3 {
  font-size: 23px;
  font-weight: 700;
  color: #1a300f;
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
}
.visit-bx p {
  color: #708664;
  margin: 15px 0 0;
}

.location-bx {
  background-color: #f2f6f0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.location-bx .map-bx {
  width: 50%;
  height: 430px;
  overflow: hidden;
}
.location-bx .map-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.location-bx .location-txt {
  padding: 50px 40px;
  width: 50%;
}
.location-bx .location-txt h3 {
  font-size: 23px;
  font-weight: 700;
  color: #1a300f;
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
}
.location-bx .location-txt h4 {
  font-size: 17px;
  font-weight: 500;
  color: #1a300f;
  margin: 12px 0 0;
  padding: 0;
}
.location-bx .location-txt p {
  color: #708664;
  margin: 15px 0 0;
}

.footer {
  background-color: #1a300f;
}
.footer .f-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .f-top .f-pera {
  color: #fff;
  margin: 15px 0 0;
}
.footer .f-top .f-social-lst {
  margin: 35px 0 0;
  padding: 0;
  display: flex;
}
.footer .f-top .f-social-lst li {
  margin: 0 15px 0 0;
}
.footer .f-top .f-social-lst li i {
  font-size: 18px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .f-social-lst li:hover i {
  color: #5c9f43;
}
.footer .f-top .footer-title {
  color: #5c9f43;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top .footer-list {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-list li {
  float: none;
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 400;
  padding: 0;
}
.footer .f-top .footer-list li a {
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .footer-list li:hover a {
  color: #5c9f43;
}
.footer .f-top .f-contact {
  margin: 0;
  padding: 0;
}
.footer .f-top .f-contact li {
  float: none;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.footer .f-top .f-contact li i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5c9f43;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer .f-top .f-contact li p {
  color: #fff;
  margin: 0;
  width: 85%;
}
.footer .f-top .f-contact li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  width: 85%;
}
.footer .f-bttm {
  padding: 18px 0;
  text-align: center;
}
.footer .f-bttm .copyright {
  color: #b4c8ab;
  font-size: 14px;
  margin: 0;
}

.inr-ban {
  position: relative;
  overflow: hidden;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inr-ban:before {
  content: "";
  position: absolute;
  background: url(../images/shape1.png) no-repeat center bottom;
  width: 100%;
  height: 116px;
  bottom: 0;
  z-index: 9;
  background-size: cover;
}
.inr-ban:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a300f;
  background: radial-gradient(
    circle,
    rgba(26, 48, 15, 0.34) 0%,
    rgba(26, 48, 15, 0.85) 46%
  );
}
.inr-ban .page-title {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  font-family: "Libre Baskerville", serif;
  z-index: 9;
  text-align: center;
}

/*######### Blog-details ##########*/
.blog-box2 {
  margin-bottom: 20px;
  border-radius: 10px;
}
.blog-box2 .blo-img {
  height: 350px;
  overflow: hidden;
}
.blog-box2 .blo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-box2 .blog-dtl-txt {
  padding: 25px;
  border: 1px solid #ccc;
}
.blog-box2 .blog-dtl-txt .date-pagi {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.blog-box2 .blog-dtl-txt .date-pagi li {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  border-right: 1px solid #d7d7d7;
}
.blog-box2 .blog-dtl-txt .date-pagi li i {
  margin-right: 8px;
}
.blog-box2 .blog-dtl-txt h3 {
  font-size: 24px;
  font-weight: 700;
  color: #010101;
  margin: 10px 0 0;
  padding: 0;
}
.blog-box2 .blog-dtl-txt h4 {
  font-size: 18px;
  color: #000;
  margin: 15px 0;
  padding: 0;
}
.blog-box2 .blog-dtl-txt p {
  margin: 15px 0 0;
  padding: 0;
  line-height: 27px;
}

.category-box {
  margin: 0 0 20px;
}
.category-box h3 {
  font-size: 18px;
  color: #010101;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 12px;
  margin: 0;
  background-color: #f5f5f5;
}
.category-box .cate-list {
  margin: 10px 0;
  padding: 0;
}
.category-box .cate-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  float: none;
  position: relative;
}
.category-box .cate-list li a {
  color: #8b8b8b;
}
.category-box .cate-list li:before {
  content: "\f178";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 4px;
  font-size: 14px;
  color: #6aaf08;
}

.top-rated-bx {
  margin-top: 15px;
}
.top-rated-bx a {
  display: flex;
  align-items: center;
}
.top-rated-bx a .top-rated-img {
  margin-right: 15px;
  width: 35%;
  box-shadow: 0 0 2px #8a8a8a;
}
.top-rated-bx a .top-rated-img img {
  width: 100%;
}
.top-rated-bx a .top-rated-txt {
  overflow: hidden;
  width: 60%;
}
.top-rated-bx a .top-rated-txt h4 {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  margin: 0;
  padding: 0;
}

.contact-title {
  font-size: 28px;
  color: #202020;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.contact-title span {
  font-weight: 300;
  color: #5c9f43;
}

.contact-form-bx {
  padding: 40px;
  border-radius: 15px;
  background-color: #f2f6f0;
}

.rd-mailform .form-group {
  margin-bottom: 1rem;
}
.rd-mailform .form-group .form-control {
  height: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background-color: #fff;
}
.rd-mailform .form-group textarea.form-control {
  height: 160px;
}

.megafolio-container {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.megafolio-container,
.megafolio-container-splash {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mega-entry .mega-entry-innerwrap {
  border-radius: 0;
  overflow: hidden;
  border: none;
}

.gal-overlay {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0%;
  text-align: center;
  background-color: rgba(92, 159, 67, 0.4);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.gal-overlay img {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

.mega-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 10px;
}

.fancybox-thumbs__list {
  display: none;
}

.mega-entry:hover .gal-overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.mega-entry:hover .gal-overlay img {
  opacity: 1;
}

.fancybox-skin {
  padding: 0 !important;
}

.fancybox-prev {
  left: -90%;
}

.fancybox-next {
  right: -90%;
}

.gal-bx {
  position: relative;
  margin-bottom: 25px;
}
.gal-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gal-bx:hover .gal-overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.gal-bx:hover .gal-overlay img {
  opacity: 1;
}

.resource-bx {
  padding: 20px;
  border-radius: 10px;
  background-color: #f2f6f0;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.resource-bx h3 {
  font-size: 24px;
  color: #202020;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "Libre Baskerville", serif;
  padding: 0;
  line-height: 32px;
}
.resource-bx h3 span {
  font-size: 16px;
  color: #5c9f43;
  font-weight: 400;
  display: block;
}
.resource-bx a.ph-nbr {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
  display: inline-block;
}
.resource-bx p {
  font-size: 16px;
  color: #708664;
  margin: 10px 0 0;
}

.srvc-dtls-img {
  padding-right: 50px;
}
.srvc-dtls-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.srvc-dtls-txt h5 {
  font-size: 22px;
  font-weight: 600;
  color: #1a300f;
  margin: 15px 0 0;
  padding: 0;
}
.srvc-dtls-txt h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin: 10px 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
}
.srvc-dtls-txt .price {
  font-size: 24px;
  font-weight: 700;
  color: #5c9f43;
  margin: 15px 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
}
.srvc-dtls-txt p {
  color: #708664;
  line-height: 30px;
  margin: 15px 0 0;
}
.srvc-dtls-txt ul {
  margin: 0;
  padding: 0;
}
.srvc-dtls-txt ul li {
  font-size: 16px;
  font-weight: 400;
  color: #708664;
  margin: 0 0 10px;
  padding-left: 28px;
  position: relative;
  display: flex;
  align-items: center;
}
.srvc-dtls-txt ul li:before {
  position: absolute;
  left: 0;
  content: "\f058";
  font-family: Fontawesome;
  font-size: 15px;
  color: #5c9f43;
}

.comment-form label {
  width: 100%;
  margin: 10px 0;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="tel"] {
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 8px;
}

.comment-form input[type="submit"] {
  color: #fff;
  background-color: #5c9f43 !important;
  border-radius: 0 10px 10px 10px;
  border: none;
  padding: 10px 25px !important;
  font-size: 16px;
  transition: all ease-in-out 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 15px 0 0;
}

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

/*### Testimonials section css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.testimonials-wrapper .testimonials-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonials-wrapper .testimonials-bg-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-wrapper .testimonials-bg-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 53, 47, 0.97);
  z-index: 1;
}
.testimonials-wrapper .common-title {
  position: relative;
  z-index: 1;
}
.testimonials-wrapper .common-title h3 {
  color: #fff;
}
.testimonials-wrapper #testimonials-slider {
  position: relative;
  z-index: 1;
}

.testimonials-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.testimonials-slider .testimonials-sld-items {
  position: relative;
  padding: 0px 10px;
  min-height: auto;
  height: auto;
}
span.star {
  color: #fdcc0d;
  font-size: 24px;
}
.testimonials-wrap {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.testimonials-wrap {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 15px;
}
.testimonials-wrap .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonials-wrap .auth-details {
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #d9d9d9;
}
.testimonials-wrap .auth-details h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #010015;
  margin-bottom: 5px;
}
.testimonials-wrap .auth-details p {
  position: relative;
  width: 100%;
  color: #606060;
  font-size: 16px;
  margin-bottom: 2px;
}

#testimonials-slider .slick-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px;
}
#testimonials-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}
#testimonials-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#testimonials-slider .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 5px;
  background-color: #dedede;
  border: 1px solid #dedede;
  display: block;
  border-radius: 20px;
  transition: all 0.5s;
}
#testimonials-slider .slick-dots li.slick-active button:before {
  width: 30px;
  height: 5px;
  background-color: #48bfb0;
  border: 1px solid #48bfb0;
}

/* .rating {
	margin: 15px 0 0;
	display: flex;
	align-items: center;
}
.rating i {
	color: #e2e2e2;
	font-size: 18px;
	margin-right: 5px;
}
.rating i.active,
.rating i:hover {
	color: #FFC633;
} */

.rating {
  border: none;
  float: left;
}

.rating > label {
  color: #90a0a3;
  float: right;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FECE31;
}

.acceSec img{
  height: 100% !important;
  width: 100% !important;
  max-height: 250px;
  object-fit: fill;
}
.accordion-button{
	color: #fff;
	background-color: #5C9F43;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #7fe659;
}
.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #E6F7DC;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #7fe659;
}


.owl-nav i {
  display: inline-block;
    background-color: #fff;
	font-size: 26px;
	font-weight: bold;
    width:37px;
    height:37px;
    line-height: 37px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);

}	
.owl-prev {
    position: absolute;
    left: -40px;
}
.owl-next { 
    position: absolute;
    right: -40px;
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top:25%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.colorSec{
  display: flex;
  gap:5px;
  text-align: center;

  font-weight: 600;
}
.colorSec li span{
  background-color: #957155;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
}
/* .colorSec .two span{
  background-color: #6c472a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
}
.colorSec .three span{
  background-color: #cbcdd3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
}
.colorSec .four span{
  background-color: #8b7d77;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
}

.colorSec .five span { 
  background-color: #ebd7cb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
} */


