@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Nunito Sans", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
}

.p-100 {
  padding: 100px 0px;
}

.m-100 {
  margin-bottom: 80px;
}

.under {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #c7c6c6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  padding-left: 30px;
  border-radius: 20px;
}

.under::after {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 10px;
  height: 10px;
  background-color: #c2a74e;
  content: "";
  border-radius: 50%;
}

.sec-btn,
.sec-btn2 {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  margin-top: 20px;
  padding-right: 20px;
  transition: 0.4s;
  text-transform: capitalize;
  background-color: #24565c;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}

.sec-btn2 {
  background-color: transparent;
  color: #c2a74e;
  border: 1px solid #c2a74e;
}

.sec-btn:hover {
  background-color: #c2a74e;
  color: #fff;
}

.sec-btn2:hover {
  background-color: #24565c;
  color: #fff;
}

.sec-btn i,
.sec-btn2 i {
  height: 40px;
  width: 40px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  color: #c2a74e;
  background-color: #fff;
}

.sec-btn:hover i,
.sec-btn2:hover i {
  transform: rotate(-45deg);
}

.sec-btn2 i {
  background-color: #eee;
}

.slick-next,
.slick-prev {
  display: none !important;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: capitalize;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #1dbf73;
}

.what a:last-child {
  font-size: 20px;
}

/* -----Globle-Style----- */


/* -------header-section-start------ */
header {
  position: absolute;
  top: 10px;
  z-index: 99999;
  width: 100%;
  left: 0;
  background-color: transparent;
}

.menu {
  padding: 7px 0px;
}

.menu .navbar {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 40px;
}

.menu .navbar-light .navbar-nav .nav-link {
  padding: 0px;
  font-size: 17px;
  transition: .5s;
  color: #24565c;
  font-weight: 500;
  font-variant: small-caps;
  position: relative;
}

.menu .navbar-nav .nav-link::before {
  border-bottom: 2px solid #24565c;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}

.menu .sec-btn {
  margin-top: 0px;
}

.menu .navbar-nav .nav-link:hover:before {
  width: 100%;
}

.menu .nav-item {
  margin: 0px 17px;
}

.menu .navbar-nav .active {
  border-bottom: #c2a74e 2px solid;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .nav-link.active {
  color: #c2a74e;
}

.menu .navbar-light .navbar-brand img {
  width: 200px;
}

.menu .navbar-expand-lg .navbar-nav {
  margin-left: 150px;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #c2a74e;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 0;
  width: 240px;
}

.menu .book {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.menu .book b {
  font-weight: 800;
  text-transform: capitalize;
}

.menu .book a {
  font-weight: 600;
  color: #24565c;
  font-size: 18px;
}

.menu .book i {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #c2a74e;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-right: 20px;
}

.menu .book i::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom 2s infinite;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #c2a74e;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}

.menu .book {
  color: #c2a74e;
}

.menu .book i {
  color: #fff;
  font-size: 18px;
}

.sticky .book a {
  color: #c2a74e;
}

/* -------header-section-end------ */

/* ----hero-section-start---- */

.hero-slide {
  padding-top: 250px;
  padding-bottom: 100px;
  background-image: linear-gradient(to left, #24565c8e, #24565c8e), url(../images/hero1.jpg);
  color: #fff;
  background-size: cover;
}

.hero-item2 {
  background-image: linear-gradient(to left, #24565c8e, #24565c8e), url(../images/hero2.webp);
  background-position: top left;
}

.hero-slide h5 {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #fff;
  font-size: 17px;
  position: relative;
  padding-left: 30px;
  border-radius: 20px;
}

.hero-slide h5::after {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 10px;
  height: 10px;
  background-color: #c2a74e;
  content: "";
  border-radius: 50%;
}

.hero-slide h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 100px;
}

.hero-slide h2 span {
  color: #c2a74e;
}

.hero-slide .hero-box p {
  line-height: 30px;
  font-size: 18px;
}

.hero-slide .hero-box .sec-btn {
  margin-top: 15px;
}

.hero-section .hero-btn .sec-btn2 {
  margin-left: 20px;
}

/* ----hero-section-end--- */

/* ---about-section-start---- */

.about-section {
  position: relative;
  padding-top: 140px;
  background-color: #f6f6f6;
  background-image: url(../images/about-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.about-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  background-image: url(../images/pattern-1.webp);
  background-repeat: no-repeat;
}

.about-section h2,
.about-section h1 {
  font-size: 50px;
  font-weight: 800;
  margin-top: 0px;
}

.about-section h2 span,
.about-section h1 span {
  color: #c2a74e;
}

.about-section .text {
  text-align: right;
  margin-right: 40px;
}

.about-section .text h2 {
  font-size: 260px;
  font-weight: 800;
  color: #c2a74e;
}

.about-section .as-items {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
  justify-content: space-between;
}

.about-section .as-items .as-logo {
  position: absolute;
  bottom: 30px;
  left: 0%;
  width: 220px;
  padding: 20px 10px;
  border: 1px solid #000;
  border-radius: 20px;
}

.about-section .as-items img {
  border-radius: 30px;
}

.about-section .as-items .as-img1 {
  margin-top: -320px;
}

.about-section .as-items .as-img1 img {
  width: 85%;
}

.about-section .as-items .as-img2 {
  width: 90%;
}

.about-section .as-items .as-img2 img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.about-section .as-content {
  margin-top: 30px;
}

.about-section .as-content .as-box {
  padding: 20px;
  color: #fff;
  background-color: #c2a74e;
  height: 100%;
  border-radius: 20px;
}

.about-section .as-content .col-md-6:nth-child(2) .as-box {
  background-color: #000;
}

.about-section .as-content .as-box h4 {
  font-weight: 700;
  color: #24565c;
  margin-top: 10px;
}

.as-content .col-md-6:nth-child(2) .as-box h4 {
  color: #c2a74e;
}

.about-section .as-content .as-item {
  padding: 20px;
  color: #fff;
  background-color: #24565c;
  border-radius: 10px;
}

.about-section .as-content .as-item h4 {
  font-weight: 700;
  color: #c2a74e;
}

.about-section .as-content .as-item p {
  margin-bottom: 0px;
  font-size: 15px;
}

/* ---about-section-start--- */

/* ----service-section-start--- */

.service-section {
  background-image: linear-gradient(#0000007a, #0000007a), url(../images/ss-bg.jpg);
  color: #fff;
}

.service-section .ser-left h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-section .ser-left h2 span {
  color: #c2a74e;
}

.service-section .ser-box {
  position: relative;
  border-radius: 20px;
  height: 500px;
  margin: auto 10px;
}

.service-section .ser-box::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: linear-gradient(#0000002c, #000);
  border-radius: 20px;
}

.service-section .ser-box .ser-img {
  height: 100%;
}

.service-section .ser-box .ser-img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.service-section .ser-box .text {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  padding: 20px;
  left: 10px;
  color: #fff;
}

.service-section .ser-box .text h4 {
  color: #c2a74e;
  font-size: 28px;
  font-weight: 700;
}

/* ----service-section-end--- */

/* ===Work-Section-Start=== */

.work-section {
  position: relative;
  background-color: #f6f6f6;
}

.work-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url(../images/work-bg.png);
  background-repeat: no-repeat;
  content: "";
}

.work-section .ws-head {
  margin-bottom: 50px;
}

.work-section .ws-head h2 {
  font-weight: 800;
  font-size: 50px;
}

.work-section .ws-head h2 span {
  color: #c2a74e;
}

.work-section .ws-img {
  height: 100%;
}

.work-section .ws-img img {
  width: 100%;
  height: 87%;
  object-fit: cover;
  border-radius: 20px;
}

.work-section .ws-boxes {
  margin-left: 40px;
}

.work-section .ws-box {
  padding: 20px;
  transition: .5s;
  border-radius: 20px;
}

.work-section .ws-box:hover {
  background-color: #fff;
}

.work-section .ws-box h2 {
  font-size: 70px;
  font-weight: 800;
  color: #42475214;
  margin-bottom: 0;
}

.work-section .ws-box h4 {
  font-weight: 800;
}

.work-section .ws-box h4 span {
  color: #c2a74e;
}

/* ====Work-Section-End==== */

/* ===Review-Section-Start=== */
.review-section {
  position: relative;
  background-color: #f6f6f6;
}

.review-section::after {
  height: 100%;
  width: 100%;
  background-image: url(../images/rs-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  content: "";
  transform: translate(0, 35%);
  z-index: 1;
  left: 0;
}

.review-section::before {
  height: 140px;
  width: 100%;
  background-image: url(../images/pattern-1.webp);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  content: "";
  z-index: 1;
  left: 0;
}

.review-section .rs-head h2 {
  font-weight: 800;
  font-size: 50px;
  margin: 20px 0px;
}

.review-section .rs-head h2 span {
  color: #c2a74e;
}

.review-section .rs-slider {
  z-index: 3;
  position: relative;
}

.review-section .rs-box {
  padding: 40px 30px;
  background-color: #fff;
  margin: 20px 10px 60px;
  position: relative;
  z-index: 43;
  border-radius: 30px;
}

.review-section .rs-box::after {
  position: absolute;
  bottom: -40px;
  right: 100px;
  width: 90px;
  border: 8px solid #24565c;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: url(../images/quote.svg);
  border-radius: 50%;
  background-color: #c2a74e;
}

.review-section .rs-box .ratting {
  color: #f06814;
  margin-bottom: 20px;
}

.review-section .rs-box .ratting i {
  letter-spacing: 4px;
}

.review-section .rs-box .rs-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex: 1;
}

.review-section .rs-box q {
  font-size: 19px;
  line-height: 34px;
}

.rs-box .rs-info h6 {
  height: 70px;
  width: 70px;
  background-color: #c2a74e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 25px;
  border-radius: 50%;
}

.rs-box:nth-child(2n+1) .rs-info h6 {
  background-color: #24565c;
  color: #fff;
}

.rs-box:nth-child(3n+1) .rs-info h6 {
  background-color: #000;
  color: #fff;
}

.rs-box .rs-info .text {
  margin-left: 20px;
}

.rs-box .rs-info .text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #24565c;
}

.review-section .cs-box {
  padding: 40px 30px 0px;
  position: relative;
  z-index: 3;
}

.review-section .cs-box2 {
  transform: translateY(-70px);
}

.review-section .cs-box h2 {
  font-size: 60px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}

.review-section .cs-box h2 sup {
  color: #c2a74e;
}

.review-section .cs-box p {
  color: #000;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.review-section .cs-box .cs-line {
  position: absolute;
  bottom: -105px;
  left: 0;
  height: 180px;
  width: 2px;
  background-color: #424752;
}

.review-section .cs-box .cs-line::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 1px dotted #24565c;
  outline-offset: 10px;
  display: flex;
  content: "";
  align-items: center;
  justify-content: center;
  background-color: #c2a74e;
}

.review-section .cs-box2 .cs-line {
  height: 260px;
  bottom: -175px;
}

/* ===Review-Section-End=== */

/* ===Map-Section=== */

.map-section {
  background-color: #f6f6f6;
}

.map-section .map {
  border-radius: 20px;
  height: 500px;
}

.map-section .map iframe {
  border-radius: 20px;
}

/* ===Map-Section=== */

/* ===Choose-Section-Start=== */

.choose-section {
  color: #fff;
  background-position: center;
  background-size: cover;
  padding-top: 180px;
  background-image: linear-gradient(to top, #00000094, #00000041), url(../images/choose.jpg);
}

.choose-section .cs-head {
  margin-bottom: 40px;
}

.choose-section .cs-head h2 {
  font-weight: 700;
}

.choose-section .cs-head h2 span {
  color: #c2a74e;
}

.choose-section .cs-box {
  display: flex;
  transition: .5s;
  padding: 70px 20px;
  height: 100%;
  margin: 0px -12px;
  border-left: 1px solid #ffffff4e;
  flex-direction: column;
}

.choose-section .cs-box:hover {
  background-color: #24565c;
}

.choose-section .col-lg-3:nth-child(1) .cs-box {
  border: none;
}

.choose-section .cs-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  color: #c2a74e;
}

.choose-section .cs-box p {
  font-size: 17px;
}

.choose-section .choose {
  margin-top: 150px;
}

/* ===Choose-Section-End=== */

/* ===Other-Section-Start=== */

.other-section {
  background-color: #f6f6f6;
  position: relative;
  margin-top: -70px;
  z-index: 2;
}

.other-section .os-img {
  margin-bottom: -200px;
  animation: moving 3s alternate infinite;
}

@keyframes moving {
  0% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* ===Other-Section-End=== */


.other-two {
  background-color: #f6f6f6;
  padding-top: 200px;
}

.other-two .other-text h2 {
  font-size: 360px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  line-height: 30px;
  color: #9F9FA413;
}

/* ===Other-Two-End=== */

/* ===Footer-Section-Start=== */

.footer-section {
  background-image: linear-gradient(#000000c5, #000000c5), url(../images/ss-bg.jpg);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-section::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: url(../images/footer1-1.png);
  animation: updown 2s alternate infinite;
}

.footer-section::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url(../images/footer-pattrn1.png);
  animation: left 2s alternate infinite;
}

.footer-section .container:first-child {
  border-bottom: 1px solid #ffffff6b;
}

.footer-section .fs-box {
  padding-bottom: 30px;
  border-right: 1px solid #ffffff6b;
  height: 100%;
}

.footer-section .col-lg-4:nth-child(3) .fs-box {
  border: none;
}

.footer-section .fs-box h4 {
  font-weight: 700;
  color: #c2a74e;
  margin-bottom: 20px;
}

.footer-section .fs-box ul {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 3;
  margin: 0;
}

.footer-section .fs-box .quick-links li {
  margin: 10px 0px;
}

.footer-section .fs-box ul li a {
  color: #fff;
  transition: .4s;
}

.footer-section .fs-box .quick-links li a:hover {
  color: #c2a74e;
}

.footer-section .fs-box .fs-logo {
  margin-bottom: 20px;
}

.footer-section .fs-box .fs-logo img {
  width: 200px;
}

.footer-section .fs-box .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.footer-section .fs-box .social ul li {
  margin: 0px 6px;
}

.footer-section .fs-box .social ul li a {
  height: 45px;
  width: 45px;
  transition: .4s;
  font-size: 20px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2a74e;
}

.footer-section .fs-box .social ul li a:hover {
  background-color: #c2a74e;
  color: #fff;
}

.footer-section .fs-box .fs-list li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}

.footer-section .fs-box .fs-list li i {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  transition: .4s;
  cursor: pointer;
  margin-right: 15px;
  border: 1px solid #c2a74e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section .fs-box .fs-list li:hover i {
  background-color: #c2a74e;
  color: #fff;
}

.footer-section .fs-box .fs-list li address,
.footer-section .fs-box .fs-list li a {
  flex: 1;
}

.footer-section .fs-box .fs-list li address {
  margin-bottom: 0;
  font-size: 14px;
}

.footer-section .copy-right {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  justify-content: space-between;
}

.footer-section .copy-right a {
  color: #c2a74e;
}

/* ====Footer-Section-End==== */

/* ===Booking-Section-Start=== */

.booking-section {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}

.booking-section::after {
  height: 100%;
  width: 50%;
  background-color: #24565c;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}


.booking-section .bs-form {
  padding: 30px;
  border: 1px solid #c2a74e;
  border-radius: 20px;
  margin-right: 60px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.booking-section .bs-form h2 {
  font-size: 40px;
  font-weight: 800;
}

.booking-section .bs-form .sec-btn {
  border: 1px solid #c2a74e;
}

.booking-section .bs-form .bs-input label {
  font-size: 18px;
}

.booking-section .bs-form .bs-input input,
.booking-section .bs-form .bs-input select,
.booking-section .bs-form .bs-input textarea {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  outline: none;
  color: #fff;
  background-color: transparent;
  border: 1px solid #c2a74e;
  border-radius: 5px;
}

.bs-form .bs-input select option {
  background-color: #c2a74e;
}

.bs-form .bs-input select option:hover {
  background-color: #24565c;
}

.booking-section .bs-item h2 {
  font-weight: 700;
  color: #24565c;
}

.booking-section .bs-box {
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #24565c;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.booking-section .bs-box .icon {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #24565c;
  margin-right: 20px;
}

.booking-section .bs-box .text {
  flex: 1;
}

.booking-section .bs-box .text h4 {
  font-weight: 700;
  color: #c2a74e;
}

.booking-section .faq {
  margin-left: 40px;
}

.faq .accordion-item {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 30px !important;
  border: none;
  outline: none;
  margin: 15px 0px;
}

.faq .accordion-item h2 {
  margin-top: 0;
}

.faq .accordion-item .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.faq .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  color: #24565c;

  box-shadow: none;
}

.faq .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background-image: none;
  color: #c2a74e;
  content: "\2b";
  font-family: "FontAwesome";
}

.faq .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #c2a74e;
}

.faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-section .faq .accordion-collapse {
  border-radius: 10px;
}

.faq .accordion-body {
  padding: 0;
  padding-top: 10px;
  padding-right: 30px;
}

.faq-section .faq-img {
  height: 100%;
}

.faq-section .faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* ====Booking-Section-End==== */

/* ===Project-Section-Start=== */

.project-section {
  background-color: #f6f6f6;
  position: relative;
}

.project-section::before {
  height: 100px;
  width: 100%;
  background-image: url(../images/pattern-1.webp);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  content: "";
  z-index: 1;
  left: 0;
}

.project-section .ps-head h1 {
  font-size: 45px;
  margin: 25px 0px;
  font-weight: 800;
}

.project-section .ps-head h1 span {
  color: #c2a74e;
}

.project-section .ps-box {
  padding: 40px;
  background-color: #f5efdb;
  border-radius: 30px;
  margin-top: 30px;
  position: sticky;
  top: 100px;
}

.project-section .ps-box .ps-text {
  margin: 0px 20px;
}

.project-section .ps-box .ps-text h3 {
  font-weight: 800;
  margin-bottom: 100px;
  font-size: 40px;
}

.project-section .ps-box .ps-img {
  height: 100%;
}

.project-section .ps-box .ps-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ====Project-Section-End==== */

/* ===Banner-Section-Start=== */

.banner-section {
  padding: 230px 0px 140px;
  background-size: cover;
  text-align: center;
  background-image: linear-gradient(#0000007c, #0000007c), url(../images/choose.jpg);
}

.banner-section .banner-title h2 {
  color: #fff;
  font-weight: 800;
  font-size: 60px;
}

.banner-section .banner-title ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}

.banner-section .banner-title ul li a {
  padding: 0px 10px;
  font-size: 20px;
  color: #fff;
}

.banner-section .banner-title ul li:nth-child(3) a {
  color: #c2a74e;
}

/* ====Banner-Section-End==== */

/* ===Mission-Section-Start=== */

.mission-section {
  background-image: linear-gradient(#00000088, #00000088), url(../images/ss-bg.jpg);
  color: #fff;
}

.mission-section .ms-head h2 {
  font-weight: 800;
  font-size: 45px;
  margin-top: 20px;
}

.mission-section .ms-head h2 span {
  color: #c2a74e;
}

.mission-section .ms-head {
  margin-right: 30px;
}

.mission-section .ms-para p {
  margin-bottom: 0;
  font-size: 20px;
}

.mission-section .ms-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  margin-top: 40px;
}

.mission-section .ms-box .ms-icon {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #24565c;
}

.mission-section .ms-box h4 {
  font-weight: 700;
  margin: 15px 0px;
  color: #24565c;
}

.mission-section .ms-box span {
  font-size: 19px;
}

/* ===Mission-Section-End=== */

/* ===Details-Section-Start=== */

.details-section {
  position: relative;
  background-color: #f6f6f6;
  background-image: url(../images/about-shape-1.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.details-section ::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  content: "";
}

.dsl .dsl-list {
  margin-bottom: 30px;
}

.dsl-list h4 {
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.dsl-list h4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #c2a74e;
  content: "";
}

.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  margin: 15px 0px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #24565c;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 30px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 8px 15px;
  justify-content: space-between;
}

.dsl-list ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 0px;
  height: 100%;
  background-color: #c2a74e;
  content: "";
  transition: .4s;
}

.dsl-list ul li a:hover:after {
  width: 100%;
}

.dsl-list ul li a.active::after {
  width: 100%;
}

.dsl-list ul li a span {
  position: relative;
  z-index: 3;
}

.dsl-list ul li a i {
  height: 50px;
  width: 50px;
  background-color: #c2a74e;
  border-radius: 30px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #24565c;
}

.dsl-list ul li a:hover i {
  background-color: #24565c;
  color: #fff;
}

.dsl {
  margin-top: 40px;
}

.dsl-list ul li a:hover,
.dsl-list ul li .active,
.dsl-list ul li[aria-selected="true"] a {
  color: #fff;
}

.dsl-list ul li .active i {
  background-color: #24565c;
  color: #fff;
}

.dsl-list ul li[aria-selected="true"] a::after {
  width: 100%;
}

.dsl-list ul li[aria-selected="true"] a i {
  background-color: #24565c;
  color: #fff;
}

.details-section .dsr {
  margin-left: 30px;
}

.dsr h3 {
  margin: 15px 0px;
  font-weight: 600;
}

.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  border-radius: 30px;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.dsr .drs-img {
  margin-bottom: 20px;
}

.dsr .drs-img img {
  border-radius: 30px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.details-section .dsr .dsr-box {
  padding: 20px;
  border: 1px solid #c2a74e;
  border-radius: 20px;
  height: 100%;
}

.details-section .dsr .dsr-box2 {
  padding: 20px;
  background-color: #24565c;
  color: #fff;
  border-radius: 10px;
}

.details-section .dsr .dsr-box2 h4,
.details-section .dsr .ds-box h4 {
  font-weight: 700;
  color: #c2a74e;
}

.details-section .dsr .dsr-box2 p {
  margin-bottom: 0;
}

.details-section .dsr .dsr-box .icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #edf8e7;
  color: #c2a74e;
  font-size: 20px;
  font-weight: 600;
}

.details-section .dsr h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
}

.details-section .dsl {
  position: sticky;
  top: 50px;
}

.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.804), rgba(0, 0, 0, 0.81)), url(../images/ser-bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
  font-size: 25px;
}

.dls-box h4 a {
  font-size: 36px;
  font-weight: 800;
  color: #c2a74e;
}

.dls-box a {
  color: #fff;
}

.details-section .dsl .bs-form {
  padding: 20px;
  background-color: #eee;
  border-radius: 20px;
  margin: 30px 0px;
}

/* ===Details-Section-End==== */


/* ===Policy-Section-Start=== */
.privacy-policy h1 {
  font-weight: 800;
}

.privacy-policy .content {
  padding: 40px;
  border-radius: 30px;
  background-color: #f6f6f6;
}

.privacy-policy .content h2 {
  font-weight: 700;
  color: #24565c;
  font-size: 27px;
}

/* ===Policy-Section-End=== */

@media screen and (max-width:1024px) {
  .menu .nav-item {
    margin: 0px 8px;
  }

  .footer-box ul li a {
    font-size: 15px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }

  .menu .book i {
    height: 40px;
    width: 40px;
  }

  .other-two .other-text h2 {
    font-size: 220px;
  }

  .menu .navbar-expand-lg .navbar-nav {
    margin-left: 100px;
  }

  @keyframes zoom {
    0% {
      box-shadow: 0px 0px 0px 0px transparent;
    }

    50% {
      box-shadow: 0px 0px 0px 0px #c2a74e;
    }

    100% {
      box-shadow: 0px 0px 0px 10px transparent;
    }
  }

  .menu .book a {
    font-weight: 500;
    font-size: 15px;
  }

  .booking-section .bs-map .map iframe {
    height: 350px;
  }

  .menu .book b {
    font-size: 15px;
  }

  .hero-slide h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-slide .hero-box p {
    line-height: 23px;
    font-size: 17px;
  }

  .hero-slide {
    padding: 200px 0px 80px;
  }

  .about-section .as-items .as-logo {
    width: 160px;
  }

  .about-section .as-content .as-box h4 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .about-section h2,
  .about-section h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  .service-section .ser-left h2 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .service-section .ser-box .text h4 {
    font-size: 20px;
  }

  .service-section .ser-box .text {
    padding: 10px;
    left: 5px;
  }

  .work-section .ws-boxes {
    margin-left: 20px;
  }

  .work-section .ws-box {
    padding: 20px;
  }

  .other-section .os-img {
    margin-bottom: -170px;
  }


  @keyframes moving {
    0% {
      transform: translateX(-100px);
    }

    100% {
      transform: translateX(0px);
    }
  }


  .work-section .ws-box h4 {
    font-size: 20px;
  }


  .ser-item h4 {
    color: #24565c;
  }

  .about-section .text h2 {
    font-size: 160px;
  }

  .review-section .rs-box h2,
  .rs-item .rs-text .rs-info h3 {
    font-size: 40px;
  }

  .bs-map .bs-contact .bs-box .call {
    flex-wrap: wrap;
  }

  .service-section .ser-item {
    padding: 17px;
  }

  .cta-section .cta h2 {
    font-size: 45px;
  }

  .menu .navbar-light .navbar-brand img {
    width: 180px;
  }

  .tes-box {
    margin: 50px 0px 40px;
  }

  .quote-section .quote {
    padding: 30px;
  }

  .tes-box p {
    font-size: 14px;
    text-align: justify;
  }

  .review-section .rs-box q {
    font-size: 17px;
    line-height: 29px;
  }

  .review-section .rs-box::after {
    right: 22px;
  }

  .review-section .cs-box p {
    font-size: 18px;
  }

  .service-section .ser-img img {
    height: 260px;
  }

  .choose-section .choose {
    margin-top: 54px;
  }

  .mission-section .ms-head h2 {
    font-size: 40px;
  }

  .mission-section .ms-para p {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {

  .menu .navbar-light .navbar-toggler {
    border-color: #c2a74e;
  }

  .menu .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu .navbar-expand-lg .navbar-nav {
    margin-left: 0px;
    padding: 20px;
  }

  .hero-section::after {
    display: none;
  }

  .hero-section .hero-box {
    margin-right: 0px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px 0px;
  }

  .menu .navbar-expand-lg .navbar-nav {
    padding: 10px 0px;
  }

  .menu .book a {
    color: #24565c;
  }

  .menu .book {
    margin: 20px 0px;
    padding: 20px;
  }

  .hero-slide h2 {
    font-size: 27px;
  }

  .about-section .as-item {
    margin-left: 0px;
  }

  .review-section::after {
    font-size: 180px;
    bottom: 0px;
  }

  .about-section .as-text {
    margin-top: 30px;
  }

  .service-section .ss-left {
    margin-bottom: 60px;
  }

  .service-section .ser-left {
    margin-bottom: 40px;
  }

  .service-section .ser-box {
    height: 430px;
    margin: 10px 7px;
  }

  .work-section .ws-head h2 {
    font-weight: 800;
    font-size: 35px;
  }

  .review-section .cs-box2 {
    transform: translateY(0px);
  }

  .review-section .cs-box2 .cs-line {
    height: 205px;
    bottom: -180px;
  }

  .review-section .cs-box .cs-line {
    bottom: -77px;
    height: 142px;
  }

  .review-section .cs-box p br {
    display: none;
  }

  .review-section .row.mt-5 {
    margin-top: 0 !important;
  }

  .choose-section {
    padding-bottom: 50px;
  }

  .choose-section .cs-box {
    height: auto;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 20px;
    background-color: #575b647a;
  }

  .choose-section .cs-box p {
    margin-bottom: 0;
  }

  .choose-section .cs-box h4 {
    margin-bottom: 10px;
  }

  .booking-section .bs-form {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {

  .about-section,
  .service-section,
  .gallery-section,
  .contact-section {
    padding: 40px 0px;
  }

  .quote-section {
    background-color: #c2a74e;
  }

  .quote-section .quote {
    padding: 30px 0px;
  }

  .ms-box {
    padding: 15px 20px;
  }

  .as-content {
    padding-top: 30px;
  }

  .about-section {
    padding-top: 100px;
  }

  .about-section .as-items .as-img1 {
    margin-top: -260px;
  }

  .about-section .as-head {
    margin: 20px 0px 50px;
  }

  .ms-box .icon img {
    width: 50px;
  }

  .other-two .other-text h2 {
    font-size: 180px;
  }

  .work-section .ws-boxes {
    margin-left: 0px;
  }

  .work-section .ws-img img {
    height: auto;
  }

  .choose-section .ch-box {
    margin: 10px;
    box-shadow: 0px 10px 20px 0px #c2a74e33;
  }

  .ms-box p {
    text-align: justify;
    font-size: 15px;
  }

  .cta-section {
    margin-top: 40px;
    padding: 50px 0px;
  }

  .map-section .map {
    height: 300px;
  }

  .ser-box6,
  .ser-box1 {
    background-position: right;
  }

  .choose-section .ch-box h4,
  .ser-item h4 {
    font-size: 23px;
  }

  .quote-form {
    padding: 25px;
    background-color: #24565c;
  }

  .tes-box {
    margin: 50px 5px 40px;
  }

  .quote-section .quote::after {
    width: 100%;
    background-image: none;
  }

  .cta-section .cta h2 {
    font-size: 35px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .under {
    font-size: 16px;
  }

  .footer-box {
    margin-bottom: 20px;
  }

  .other-section .os-box .os-img img {
    height: 300px;
  }

  .other-section .os-box:nth-child(odd) .row {
    flex-direction: column-reverse;
  }

  .booking-section::after {
    height: 49%;
    width: 100%;
    top: 0;
    border-radius: 30px;
  }

  .booking-section .bs-form {
    margin: 0;
  }

  .booking-section .faq {
    margin-left: 0px;
    margin-top: 70px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  .other-two {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .footer-section .fs-box {
    border: none;
  }

  .booking-section .bs-item {
    margin-top: 70px;
  }

  .details-section .dsr {
    margin-left: 0px;
  }

  .dls-box .logo img {
    width: 300px;
  }

  .project-section .ps-box .ps-text h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media screen and (max-width:580px) {

  .hero-slide h2,
  h2,
  .cta-section .cta h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .hero-slide {
    padding: 150px 0px 60px;
  }

  .hero-slide .hero-box p {
    font-size: 15px;
  }

  .about-section h2,
  .review-section .rs-box h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-section .text {
    margin: 40px 0px;
    text-align: center;
  }

  .service-section .ss-list ul li:hover {
    color: #fff;
  }

  .service-section .ss-slider .ss-box {
    padding: 20px;
    height: 450px;
  }

  .service-section .ss-box p {
    font-size: 16px;
  }

  .review-section .rs-item .rs-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-section .text h5 {
    margin-top: 45px;
    text-transform: capitalize;
  }

  .about-section .text h5 br {
    display: none;
  }

  .other-two .other-text h2 {
    font-size: 90px;
  }

  .under {
    font-size: 14px;
  }

  .booking-section .bs-form {
    padding: 20px;
  }

  .bs-map .bs-contact .bs-box {
    height: auto;
    margin: 20px 0px;
  }

  .footer-link2 ul li span {
    font-size: 14px;
  }

  .choose-section .ch-box {
    margin: 10px;
    height: auto;
  }

  .ser-item p,
  .as-content p {
    text-align: justify;
  }

  .service-section .ser-item {
    padding: 30px 20px;
  }

  .counter-section {
    margin-top: 30px;
  }

  .footer-section .map {
    display: none;
  }

  .menu .navbar-light .navbar-brand img {
    width: 140px;
  }

  .footer-section {
    padding-top: 30px;
  }

  .hero-section .hero-slide {
    text-align: center;
  }

  .hero-slide h2 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .hero-section .hero-btn .sec-btn2 {
    margin-left: 0px;
  }

  .about-section .as-head {
    margin: 20px 0px 10px;
  }

  .review-section::after {
    bottom: -58px;
    background-position: left;
  }

  .quote-section .quote-form2 {
    display: none;
  }

  .booking-section h2 {
    color: #24565c;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .cta-section {
    margin-top: 0;
  }

  .other-section ul .ser-list br {
    display: block;
  }

  .other-section .os-box .os-img img {
    height: 240px;
  }

  .other-section .os-box {
    padding: 20px 15px;
  }

  .other-section .os-box h2 {
    font-size: 25px;
    margin: 20px 0px;
  }

  .about-section .as-items .as-img1 {
    margin-top: -150px;
    width: 40%;
  }

  .about-section .as-items .as-img1 img {
    width: 85%;
    border-radius: 20px;
    object-fit: cover;
    height: 200px;
  }

  .about-section .as-items .as-img2 img {
    height: 303px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }

  .about-section .as-items .as-logo {
    width: 90px;
    padding: 20px 10px;
    bottom: 0;
  }

  .about-section .as-content .as-box {
    margin: 10px;
    height: auto;
  }

  .about-section .as-content .as-box h4 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .service-section .ser-left h2 {
    font-size: 26px;
  }

  .service-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .work-section .ws-head h2,
  .review-section .rs-head h2 {
    font-size: 27px;
    line-height: 45px;
  }

  .review-section .rs-box {
    margin-top: 50px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .review-section .rs-box::after {
    bottom: auto;
    top: -50px;
  }

  .review-section .cs-box {
    padding-left: 60px;
    padding-right: 0;
  }

  .review-section .cs-box .cs-line {
    left: 20px;
  }

  .other-two {
    padding-top: 58px;
  }

  @keyframes moving {
    0% {
      transform: translateX(-15px);
    }

    100% {
      transform: translateX(15px);
    }
  }

  .other-section .os-img {
    width: 80%;
    text-align: center;
  }

  .choose-section .choose {
    margin-top: 0px;
  }

  .review-section .rs-box {
    padding: 40px 20px;
  }

  .booking-section .bs-form h2 {
    font-size: 30px;
    color: #fff;
  }

  .footer-section .copy-right {
    flex-direction: column;
    text-align: center;
  }

  .banner-section {
    padding: 140px 0px 70px;
  }

  .banner-section .banner-title h2 {
    font-size: 40px;
  }

  .mission-section .ms-head h2 {
    font-size: 30px;
  }

  .mission-section .ms-box span {
    font-size: 16px;
  }

  .other-two2 {
    padding-top: 160px;
    padding-bottom: 30px;
  }

  .about-section h2,
  .about-section h1 {
    font-size: 30px;
  }

  .booking-section::after {
    display: none;
  }

  .booking-section .bs-form {
    padding: 30px 20px;
    background-color: #24565c;
  }

  .details-section .dsl {
    margin-top: 0;
  }

  .details-section .dsr h2 {
    font-size: 26px;
  }

  .project-section .ps-head h1 {
    font-size: 27px;
    margin-bottom: 0;
  }

  .project-section .ps-box {
    padding: 40px 20px;
    top: 40px;
  }

  .project-section .ps-box h3 {
    font-size: 22px;
  }

  .project-section .ps-box h3 br {
    display: none;
  }

  .project-section .ps-box .ps-text {
    margin: 20px 0px;
  }

  .privacy-policy .content {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .privacy-policy .content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}


 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#caa05c;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/