@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  outline: none;
  margin: 0;
  padding: 0;
}
 @font-face {
  font-family: rosmatika;
  src: url('../font/rosmatika400.ttf');
}
@font-face {
  font-family: hauora;
  src: url('../font/Hauora-Medium.ttf');
}
h1, h2, h3, h4, h5, h6{
    font-family: rosmatika;
    font-weight:300;
}
h1, h2, p {
  width: 100%;
  height: auto;
}

.overflow {
  overflow: hidden;
}
a {
    color: #255650;
  }
  a:hover {
    color: #255650;
  }
body {
  margin: 0;
  padding: 0;
  font-family: hauora;
}
body ::-moz-selection {
  color: white;
  background-color: #f8cfa1;
}
body ::selection {
  color: white;
  background-color: #f8cfa1;
}

button {
  outline-color: transparent;
}

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

a {
  text-decoration: none;
  list-style: none;
}

.to-top {
  background: rgb(45 45 45);
  position: fixed;
  bottom: 16px;
  right: 18px;
  width: 51px;
  height: 45px;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}

.to-top svg {
  font-size: 15px;
}

html {
  scroll-behavior: smooth;
}

.to-top:hover {
  color: rgb(213, 173, 63);
  background-color: white;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  left: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  margin-top: 100px;
}

.sidebar-contact.active {
  left: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.6px;
}

.sidebar-contact h2 {
    font-size: 27px;
    letter-spacing: 0.6px;
    padding-left: 1px;
    color: #527329;
    text-align: center;
    margin-bottom: 14px;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type=submit] {
  background-color: #d5ad3f;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #d5ad3f;
  bottom: 0;
  right: -48px;
  line-height: 48px;
}

.toggle:before {
  content: "\f003";
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}

.toggle.active:before {
  content: "\f00d";
}

.navbar {
  background-color: #255650;
  height: 86px;
}

.navbar-nav {
  margin-left: 563.547px;
}
.navbar-nav a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: white;
}
.navbar-nav a:hover {
  color: rgba(255, 255, 255, 0.807);
}

.logo {
  width: 30%;
}
.logo3{
    width: 50%;
}
.homepage {
  background-color: #255650;
  padding: 86px 0px;
}
.homepage .home-one {
  display: flex;
}
.homepage .home-one h2 {
  font-size: 50px;
  color: white;
  letter-spacing: 0.5px;
  margin-top: 85px;
}
.homepage .home-one p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.homepage .btn.btn-one {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: white;
  background: #d5ad3f;
  border-radius: 0px;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 14px;
}
.homepage .btn.btn-two {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: white;
  /* background: #d5ad3f; */
  border-radius: 0px;
  padding: 8px 27px;
  margin-right: 10px;
  margin-top: 14px;
  border: 1px solid white;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #d5ad3f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.497);
  border-radius: 4px;
}

.hm-about {
  padding: 70px 0px;
}
.hm-about .about-new {
  display: flex;
}
.hm-about .about-new .about1 {
  display: flex;
}
.hm-about .about-new .ab {
  margin: 0px -11px;
}
.hm-about .about-new .about2 {
  padding-left: 30px;
}
.hm-about .about-new .about2 h2 {
  font-size: 38px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  color: #255650;
}
.hm-about .about-new .about2 p {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}


section.faq {
  width: 100%;
  max-width: 540px;
  border-radius: 12px;
  padding: 2em;
  background-color: white;
  box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
}

.faq-container {
  display: grid;
  gap: 1em;
}

.faq-header {
  cursor: pointer;
  color: #255650;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.faq-content {
  padding: 1em;
  background: #13766a;
  color: white;
}

.btn.btn-faq {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 9px 20px;
  background: #d5ad3f;
  border-radius: 0px;
  color: white;
  margin-top: 25px;
}

.Flowless-Services {
  padding: 30px 0px;
}
.Flowless-Services h2 {
  font-size: 35px;
  letter-spacing: 0.2px;
  color: #255650;
}
.Flowless-Services p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.Flowless-Services .Flowless-one {
  display: flex;
  padding: 36px 0px;
}
.Flowless-Services .Flowless-one svg {
  margin-bottom: 11px;
  margin-left: 3px;
  font-size: 34px;
  color: #255650;
}
.Flowless-Services .Flowless-one h5 {
  font-size: 26px;
  letter-spacing: 0.4px;
  color: #255650;
}
.Flowless-Services .Flowless-one .f-one {
  padding: 28px;
  background-color: white;
  box-shadow: 0px 0px 3px 0px #cacaca;
  margin: 5px;
}

.Book-an .Book-one {
  display: flex;
}
.Book-an .Book-one .counter {
  width: 189px;
  padding: 15px;
}
.Book-an .Book-one h2 {
  font-size: 32px;
  padding: 0px 65px;
  letter-spacing: 0.6px;
  color: white;
  margin-top: 66px;
}
.Book-an .Book-one p {
  padding: 3px 69px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: white;
}
.Book-an .Book-one .b2 {
  background-color: #255650;
}

.btn.btn-book {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-radius: 0px;
  padding: 13px 18px;
  background-color: #d5ad3f;
  color: white;
  margin-left: 70px;
  margin-top: 15px;
}

.book {
  width: 100%;
  background-color: #ddd;
}

.skills {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.html {
  width: 90%;
  background-color: #04AA6D;
}

.css {
  width: 80%;
  background-color: #2196F3;
}

.Portfolio h3 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 14px;
  color: #255650;
  margin-top: 4%;
  font-family: rosmatika;
}
.Portfolio h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.Portfolio-one {
  display: flex;
  padding-top: 20px;
}
.Portfolio-one .port-two {
  padding: 0px 12px;
}

.port-one {
  padding: 20px;
  width: 88%;
  transform: translate(0px, -82px);
  background-color: white;
  box-shadow: 0px 0px 2px 0px #cacaca;
}
.port-one h5 {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #d5ad3f;
}
.port-one h2 {
  font-size: 27px;
  letter-spacing: 0.4px;
  color: #255650;
}
.port-one svg {
    font-size: 15px;
    margin-left: 10px;
    padding: 5px 7px;
    color: white;
    background: #d5ad3f;
}

.cm {
  width: 48%;
}

.company-one {
  padding: 22px 0px;
}

.Customers {
  padding: 50px 0px;
}
.Customers .customers-one {
  display: flex;
}
.Customers .customers-one p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-left: 1px;
}
.Customers .customers-one h3 {
  font-size: 43px;
  letter-spacing: 0.6px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #255650;
}
.Customers .customers-one .btn.btn-reviews {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.6px;
  padding: 12px 20px;
  background-color: #d5ad3f;
  color: white;
  border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Customers .Customer-two {
  display: flex;
}
.Customers .Customer-two .custamern {
  padding-left: 91px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4p;
}
.Customers .Customer-two h5 {
  padding-left: 91px;
  font-size: 17px;
  letter-spacing: 0.6px;
}
.Customers .Customer-two h6 {
  padding-left: 91px;
  font-size: 11px;
  letter-spacing: 0.4px;
}
.Customers .Customer-two .cu {
  padding: 7px;
  background: rgba(37, 86, 80, 0.8901960784);
}

.News_Blog {
  padding: 40px 0px;
}
.News_Blog h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  color: #255650;
}
.News_Blog p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.2px;
}
.News_Blog .news-one {
  margin-top: 23px;
  display: flex;
}
.News_Blog .news-one .n1 {
  padding: 10px;
}
.News_Blog .news-one h3 {
  font-size: 22px;
  color: #255650;
  margin-top: 13px;
}
.News_Blog .news-one p {
  font-size: 14px;
  text-align: inherit;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.News_Blog .news-one a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #d5ad3f;
}
.News_Blog .nw {
  font-size: 15px;
  font-weight: 300;
}

.footer {
  background-color: #255650;
  padding: 40px 0px;
}
.footer .lg1 {
  width: 25%;
}
.footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #d5ad3f;
  margin: 0px;
  padding-top: 31px;
  letter-spacing: 0.4px;
}
.footer .footer-one {
  display: flex;
  border-bottom: 1px solid white;
}
.footer .footer-one p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-top: 16px;
  color: white;
}
.footer .footer-one h3 {
  font-size: 19px;
  letter-spacing: 0.4px;
  color: #d5ad3f;
}

.m-about {
  padding: 52px 0px;
}
.m-about h6 {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.m-about h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 58px;
  color: rgba(213, 173, 63, 0.7882352941);
}
.m-about .m-one {
  display: flex;
}
.m-about .m-one h3 {
  margin-left: 60px;
  font-size: 37px;
  letter-spacing: 0.7px;
}
.m-about .m-one p {
  margin-left: 60px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin-top: 12px;
}
.m-about .m-one .btn.btn-ct {
  border-radius: 0px;
  font-size: 11px;
  letter-spacing: 0.6px;
  margin-left: 60px;
  background: rgb(202, 157, 117);
  padding: 12px 32px;
  font-weight: 600;
  margin-top: 37px;
  color: white;
}

.about-one {
  background-image: url(../images/about/bg.jpg);
}
.about-one h2 {
  font-size: 30px;
  letter-spacing: 2.7px;
  color: white;
}
.about-one p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: white;
  padding-left: 15px;
}
.about-one a {
  color: #d5ad3f;
  font-size: 12px;
  font-weight: 900;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.295);
  padding: 100px 0px;
}

.ab-one {
  padding: 48px 0px;
}

.ab-two {
  display: flex;
  padding: 40px 0px;
}
.ab-two h3 {
  font-size: 23px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.ab-two p {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.about-img {
  position: relative;
  width: 85%;
}

.img1 {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.about-img:hover .img1 {
  opacity: 0.3;
}

.about-img:hover .middle {
  opacity: 1;
}

.text {
  background-color: #ca9d75;
  color: white;
  font-size: 16px;
  /* padding: 16px 72px; */
  display: flex;
  width: 95%;
  padding: 10px 10px;
}
.text svg {
  font-size: 24px;
  color: white;
  margin-right: 7px;
}

.ab-services {
  padding: 61px 0px;
  background-color: #f9f1ec;
}
.ab-services h6 {
  text-align: center;
  font-size: 29px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  color: #ca9d75;
}
.ab-services .services {
  padding: 30px 0px;
  display: flex;
}
.ab-services .services h4 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: black;
}
.ab-services .services p {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding: 0px 12px;
  color: black;
}
.ab-services .services .ic {
  margin-left: 88px;
  margin-bottom: 11px;
}
/*property start*/
.property-bg {
    background-image: url(../images/property/property.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.property-bg h2 {
    font-size: 50px;
    letter-spacing: 2.7px;
    color: white;
      font-family: rosmatika;
    font-weight:300;
}
.property-bg p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: white;
    padding-left: 15px;
}
.property-bg a {
    color: #d5ad3f;
    font-size: 16px;
    font-weight: 900;
    background: white;
    padding: 5px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 100px 0px;
}
.property-one {
  background-image: url(../images/property/2.jpg);
}
.property-one h2 {
  font-size: 30px;
  letter-spacing: 2.7px;
  color: white;
}
.property-one p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: white;
  padding-left: 15px;
}
.property-one a {
  color: #d5ad3f;
  font-size: 12px;
  font-weight: 900;
}

.img-wrapper {
  padding-top: 50px;
}
.img-wrapper h1 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.7px;
  color: #d5ad3f;
  margin-bottom: 3%;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
  overflow: hidden;
}

/* Other styling elements, that are not necessary for the example */
.img-wrapper {
  box-sizing: border-box;
}

.wrap-img {
  overflow: hidden;
  height: 81%;
}
.wrap-img h3 {
  transform: translate(25px, -386px);
  font-size: 25px;
  letter-spacing: 0.7px;
  color: white;
}
.wrap-img p {
  transform: translate(8px, -107px);
  padding: 0px 20px;
  color: white;
}

.wrapper-one {
  display: flex;
}

.blog-one {
  background-image: url(../images/blog/2.jpg);
}
.blog-one h2 {
  font-size: 30px;
  letter-spacing: 2.7px;
  color: white;
}
.blog-one p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: white;
  padding-left: 15px;
}
.blog-one a {
  color: #d5ad3f;
  font-size: 12px;
  font-weight: 900;
}

.blogs {
  margin-top: 45px;
}
.blogs h1 {
  text-align: center;
  font-size: 33px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  color: #d5ad3f;
}

.blog {
  transition: 0.3s;
}

.blog:hover {
  transform: scale(1.1);
  overflow: hidden;
}

.blogs1 {
  overflow: hidden;
}

.blogs1 {
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  padding: 43px 0px;
}
.blogs1 h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 16px;
  line-height: 1.55556em;
  letter-spacing: 0.1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: black;
  padding: 6px 23px;
}
.blogs1 h5 {
  font-size: 13px;
  color: #cea779;
  margin-left: 23px;
  letter-spacing: 1.2px;
}
.blogs1 p {
  font-size: 15px;
  color: black;
  padding: 7px 24px;
  letter-spacing: 0.2px;
}
.blogs1 .btn.btn-none {
  font-size: 10px;
  margin-left: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: black;
}
.blogs1 .bl {
  padding: 32px 0px;
  background: #f9f1ec;
}

.blog {
  transition: 0.3s;
}

.blog:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */
.contact-one {
    background-image: url(../images/contact/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-one h2 {
    font-size: 50px;
    letter-spacing: 2.7px;
    color: white;
}
.contact-one p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: white;
    padding-left: 15px;
}
.contact-one a {
    color: #d5ad3f;
    font-size: 16px;
    font-weight: 900;
    background: white;
    padding: 5px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 100px 0px;
}

.form-control {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  border-radius: 0px;
  padding: 16px 10px;
  margin-bottom: 12px;
}

.btn.btn-lg {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 0px;
  padding: 14px 10px;
  background-color: #d5ad3f;
  color: white;
}

.touch {
  padding: 70px 0px;
}

.touch1 {
  display: flex;
}
.touch1 h3 {
  font-size: 34px;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  margin-left: 40px;
}
.touch1 p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-right: 40px;
  margin-left: 40px;
}

.touch2 {
  display: flex;
  margin-left: 40px;
}
.touch2 svg {
  font-size: 20px;
  margin-right: 22px;
  color: #d5ad3f;
}
.touch2 p {
  margin-left: 0px;
}
.touch2 h5 {
  font-size: 17px;
  letter-spacing: 0.7px;
}

.services-banner {
  background-image: url(../images/services/1.jpg);
}
.services-banner h2 {
  font-size: 30px;
  letter-spacing: 2.7px;
  color: white;
}
.services-banner p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: white;
  padding-left: 15px;
}
.services-banner a {
  color: #d5ad3f;
  font-size: 12px;
  font-weight: 900;
}

.overlay-xy {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 88px 0px;
}

.services-new {
  background-color: white;
  padding: 80px 0px;
}
.services-new h3 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.6px;
  margin-left: 5px;
  color: black;
}
.services-new h1 {
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  color: #d5ad3f;
}
.services-new p {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1.3px;
  margin-left: 2px;
  margin-bottom: 43px;
  color: black;
}

.services-one {
  display: flex;
}

.services3 {
  margin-left: 60px;
}
.services3 h3 {
  color: black;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 4px 0px;
}
.services3 #sr {
  color: black;
  margin-bottom: 8px;
  font-size: 13px;
}

.counter-two {
  background-color: white;
  padding: 80px 0px;
}
.counter-two .co-one {
  display: flex;
}
.counter-two .co-one h1 {
  color: black;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-top: 11px;
}
.counter-two .co-one p {
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.cu {
  margin-left: 82px;
}

.benefits {
  background-color: #ebebeb;
  padding: 51px 0px;
}
.benefits h6 {
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #cc9e74;
}
.benefits h3 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: 8px;
  color: black;
}
.benefits p {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: black;
}

.b-one {
  display: flex;
  padding: 30px 0px;
}
.b-one h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: 9px;
  color: black;
}
.b-one p {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #4d4a4a;
}

.service-project {
  padding: 53px 0px;
}
.service-project h6 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.service-project h3 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-top: 6px;
  margin-bottom: 36px;
}

.project1 {
  padding: 19px 2px;
  background: white;
  color: black;
}
.project1 h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #cc9e74;
  padding-left: 20px;
}
.project1 h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding-left: 20px;
}
.project1 p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.6px;
  padding-left: 20px;
}

#projects {
  padding: 0px 3px;
}

.testimonials-one {
  background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
  padding: 50px 0px;
}
.testimonials-one h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 48px;
  color: #255650;
}
.testimonials-one p {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.testimonials-one .testi-one {
  display: flex;
  justify-content: center;
}
.testimonials-one .testi-one svg {
  font-size: 24px;
  margin: 0px 5px;
  color: #d5ad3f;
}
.testimonials-one .testi-one h4 {
  font-size: 17px;
  padding-left: 31px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.testimonials-one .testi-one h6 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding-left: 36px;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 5px;
  /* padding: 5px; */
  cursor: pointer;
  color: transparent;
  border: 1px solid black;
  outline: none;
  background: transparent;
  border-radius: 58px;
  background-color: black;
}

.slick-dots li button:before {
  content: "";
  font-size: 22px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
}/*# sourceMappingURL=main.css.map */


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #255650;
}

.nav-pills .nav-link {
    color: #255650;
  }


  /*spring green page*/
 .bg_about {
    background-color: #213918;
    color: #fff;
}
.bg_about h1{color: #d5ad3f;}
.amenities {
    background-color: #f2f2f2;
}
.sell {
    padding: 35px 0px;
    background: #213918;
}
.sell .sell-one {
    display: flex;
    justify-content: center;
}
.se {
    /* background-color: rgb(35 35 35 / 72%); */
}
.sell .sell-one h3 {
    text-align: center;
    /*letter-spacing: 2.7px;*/
    padding: 5px 0px;
    color: #d5ad3f;
}
.sell .sell-one .btn.btn-real {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 6px 31px;
    border-radius: 0px;
    border: 1px solid rgb(240 240 240);
    color: #fffefd;
    margin-left: 211px;
}
.contacts_sgm {
    padding: 40px 0px;
    background: #2a2a2a;
    background-size: cover;
}
.contacts_sgm h5 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-align: center;
    color: #d5ad3f;
}
.contacts_sgm #contact-one {
    display: flex;
    justify-content: center;
    padding: 27px 0px;
    border-bottom: 1px solid #cacaca;
}
.contacts_sgm #contact-one svg {
    font-size: 18px;
    margin-left: 90px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid white;
    margin-bottom: 10px;
    color: white;
}
.contacts_sgm #contact-one h4 {
    color: white;
}
.contacts_sgm #contact-one p {
    color: white;
    font-size: 15px;
}
.contacts_sgm #contact-two {
    display: flex;
    justify-content: center;
    padding: 54px 0px;
}
.contacts_sgm #contact-two .form-control {
    border-radius: 0px;
    padding: 11px 10px;
    margin-bottom: 6px;
}
.contacts_sgm #contact-two .iframe-one {
    width: 100%;
    height: 100%;
    margin-left: 15px;
}
.contacts_sgm button {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.7px;
    background-color: #090f0a;
    color: white;
    border-radius: 0px;
    padding: 12px 0px;
}
.contacts_sgm button:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
/*footer changes contact*/
.ct12 svg{
margin-right: 10px;
}

/*BTN PRIMARY*/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3c620c;
    --bs-btn-border-color: #3c620c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c620c;
    --bs-btn-hover-border-color: #3c620c;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3c620c;
    --bs-btn-active-border-color: #3c620c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3c620c;
    --bs-btn-disabled-border-color: #0d6efd;
}

/*model form*/
.btn.btn-primary{
  border: none;
  background-color: #3c620c;
  padding: 11px 0px;
  border-radius: 0px;
  font-size: 17px;
  letter-spacing: 1.4px;
}
.btn.btn-nme{
      border: none;
  background-color: #aa854e;
  padding: 11px 0px;
  border-radius: 0px;
  font-size: 17px;
  letter-spacing: 1.4px;
}
.modal-tittle h2{
    width: 45%;
    margin: auto;
}
/*about background*/
.about-one {
    background-image: url(../images/aboutpage/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-one h2 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 2.7px;
    color: white;
}
.about-one p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: white;
    padding-left: 15px;
}
.about-one a {
    color: #d5ad3f;
    font-size: 16px;
    font-weight: 900;
    background: white;
    padding: 5px;
}


/*modal*/
.modal-header1{
       background: #211f1f;
       height: 110px;
}
.logo5{ 
    width: 10%;
    margin: 15px;
}


.ps{
    position:absolute;
}

.btn-close-more{
    box-sizing: content-box;
    width: 2em;
    height: 1em;
    padding: 0.25em 0.25em;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    margin-left: 400px;
    /* color: white; */
    border: 2px solid white;1
    border-radius: 0px;
    bottom: 64px;
    position: relative;
}
