@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}


body {
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 40px;
  margin: 10px 0px;
  font-weight: 600;
}
h2 span{
  color: #299b46;
}
.sub-title {
  color: #299b46;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.sub-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #299b46;
  content: "";
}

.m-100 {
  margin-bottom: 80px;
}

@keyframes leftGo {
  0% {
    margin-right: 30px;
  }

  100% {
    margin-right: 20px;
  }
}

.p-80 {
  padding: 100px 0px;
}

.sec-btn {
  display: inline-flex;
  padding: 8px 10px;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  z-index: 33;
  transition: 1s;
  background-color: #299b46;
  align-items: center;
  font-size: 18px;
  text-transform: capitalize;
}

.sec-btn::after {
  height: 70px;
  width: 0%;
  transition: .6s;
  background-color: #002f47;
  position: absolute;
  bottom: -18px;
  left: -1px;
  content: "";
  transform: rotate(-12deg);
}

.sec-btn:hover:after {
  width: 100%;
  bottom: 0px;
  transform: rotate(0deg);
  left: 0px;
}

.sec-btn a:hover {
  color: #299b46;
}

.sec-btn:hover span {
  color: #299b46;
  position: relative;
  z-index: 1;
}

.sec-btn span {
  position: relative;
  z-index: 32;
}

.sec-btn .btn-arrow {
  height: 40px;
  width: 40px;
  margin-left: 20px;
  transition: .5s;
  border-radius: 100%;
  background-color: #002f47;
  display: inline-flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
}

.sec-btn .btn-arrow i {
  transform: rotate(-45deg);
}

.sec-btn:hover .btn-arrow {
  background-color: #299b46;
}



.sec-btn:hover:after {
  width: 100%;
}

.sec-btn:hover span {
  color: #fff;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 35px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #0000002b;
  background: #0bda80ec;
}

.what a:last-child {
  font-size: 20px;
  background-color: #299b46;
}

.under {
  padding: 7px 25px;
  border-radius: 30px;
  background-color: #f5f7f2;
  position: relative;
  color: #299b46;
  font-weight: 500;
  padding-left: 45px;
}

.under::after {
  position: absolute;
  top: 38%;
  left: 25px;
  height: 10px;
  width: 10px;
  background-color: #299b46;
  border-radius: 50%;
  content: "";
}

/* ===Header-Section-Start=== */


header {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 999;
}

header .top-bar {
  padding: 8px 40px;
  background-color: #299b46;
}

.top-bar .top-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}

.top-bar .top-left ul li {
  margin-right: 20px;
}

.top-bar .top-left ul li a {
  display: flex;
  color: #fff;
  font-size: 18px;
  align-items: center;
}

.top-bar .top-left ul li a i {
  height: 40px;
  width: 40px;
  background-color: #002f47;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .top-left ul li a span {
  transition: .5s;
}

.top-bar .top-left ul li a:hover span {
  color: #002f47;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-right .sec-btn {
  background-color: #09f152ec;
  padding-left: 10px;
}

.top-bar .top-right .sec-btn span {
  color: #fff;
}

.top-bar .top-right .sec-btn::after {
  background-color: #002f47;
}

.top-bar .top-right .sec-btn i {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  transition: .5s;
  border-radius: 50%;
  margin-right: 15px;
  color: #1dbf73;
  background-color: #002f47;
  justify-content: center;
}

.top-bar .top-right .sec-btn:hover i {
  background-color: #299b46;
}

.menu {
  padding: 14px 0px;
  position: relative;
  margin: 0px 30px;
}

.menu .navbar {
  padding: 0;
}

header .menu .navbar .navbar-brand {
  position: relative;
  z-index: 3;
  padding: 5px;
  background-color:#fff;
  border-radius:10px;
}

.menu .navbar-light .navbar-nav .nav-link {
  letter-spacing: 1px;
  padding: 0px;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  transition: .5s;
  position: relative;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .nav-link.active {
  color: #002f47;
}

.menu .navbar-light .navbar-nav {
  margin: auto;
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #eeeeee42;
}

.menu .navbar-nav .nav-link::before {
  border-bottom: 2px solid #002f47;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}

.menu .navbar-nav .nav-link:hover:before {
  width: 100%;
}

.menu .nav-item {
  margin: 0px 14px;
}

.menu .book .sec-btn {
  margin-top: 0px;
}

.menu .book .sec-btn .btn-arrow i {
  transform: rotate(0deg);
  font-size: 23px;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #002f47;

}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 10px;
  min-width: 500px;
  border-radius: 10px;
}

.menu .navbar .dropdown-menu .dropdown-item {
  padding: 10px;
  display: flex;
  border-radius: 10px;
  align-items: center;
}
.menu .navbar .dropdown-menu .dropdown-item i{
  height: 35px;
  width: 35px;
  margin-right: 10px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.menu .navbar .navbar-brand img {
  width: 180px;
}

/* ====Header-Section-End==== */

/* ===Hero-Section-Start=== */

.hero-section {
  color: #fff;
  padding-top: 250px;
  border-radius: 30px;
  position: relative;
  margin: 25px;
  padding-bottom: 0px;
  overflow: hidden;
}

.hero-section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(270deg, rgb(16 219 68 / 54%) 21.87%, rgb(2 35 17 / 66%) 100%);
}

.hero-section .hero-text {
  position: relative;
  z-index: 3;
}

.hero-section .hero-text h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  margin: 20px 0px;
  text-transform: capitalize;
}

.hero-section .hero-text h1 span {
  color: #002f47;
}

.hero-section .hero-text p {
  font-size: 18px;
}


.hero-section .under {
  background-color: #eeeeee39;
}

.hero-section .hero-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.hero-section .hero-btn .sec-btn2 {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
}

.hero-section .hero-btn .sec-btn2 i {
  height: 50px;
  width: 50px;
  background-color: #002f47;
  color: #fff;
  transition: .5s;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
}

.hero-section .hero-btn .sec-btn2:hover i {
  background-color: #fff;
  color: #002f47;
}

.hero-section .hero-btn .sec-btn2 span {
  font-size: 20px;
  font-weight: 500;
}

.hero-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-section .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.hero-section .hero-img {
  position: relative;
  z-index: 2;
}

/* ====Hero-Section-End==== */

/* ===Booking-Section-Start=== */
.booking-section {
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

.booking-section .bs-form {
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 10px 20px 0px #0000001f;
  border-radius: 10px;
}

.booking-section .bs-form h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #299b46;
}

.booking-section .bs-form .bs-inputs {
  margin-bottom: 15px;
}

.booking-section .bs-form .bs-inputs label {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  border-radius: 5px;
  position: relative;
}

.booking-section .bs-form .bs-inputs label i {
  color: #002f47;
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 40px;
  padding: 0px 15px;
  min-height: 45px;
  height: 100%;
  justify-content: center;
  border-right: 1px solid #002f47;
}

.bs-form .bs-inputs input,
.bs-form .bs-inputs textarea,
.bs-form .bs-inputs select {
  width: 100%;
  padding-left: 20px;
  border: none;
  flex: 1;
  background-color: #eeeeee;
}

.bs-form .sec-btn {
  margin-top: 20px;
  border: none;
}

.booking-section .bs-info {
  background-color: #299b46;
  padding: 20px 30px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px #0000001f;
  border-radius: 10px;
}

.booking-section .bs-info .bs-icon {
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 10px;
}

.booking-section .bs-info .bs-icon i {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #002f47;
  color: #fff;
  font-size: 22px;
}

.booking-section .bs-info h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #002f47;
  font-weight: 600;
}

.booking-section .bs-info a {
  text-decoration: none;
  font-size: 17px;
  color: #002f47;
}

.booking-section .bs-info .bs-call {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.booking-section .bs-info .bs-call i {
  height: 60px;
  width: 60px;
  background-color: #002f47;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.booking-section .bs-info .bs-call a {
  font-size: 25px;
}

.booking-section .bs-info .bs-call a b {
  color: #fff;
  padding-right: 10px;
}

/* ===Booking-Section-End=== */

/* ===Map-Section-Start=== */

.map-section .map {
  border-radius: 30px;
  height: 400px;
  border: 1px solid #299b46;
}

.map-section .map iframe {
  border-radius: 30px;
}

/* ===Map-Section-End=== */

.gallery-section {
  position: relative;
  z-index: 999;
}

.gallery-section .gs-head h2 {
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.gallery-section .gallery-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.gallery-box a {
  position: relative;
  border-radius: 20px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  border-radius: 20px;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.09);
}

/* ===Gallery-Section-End==== */

/* ===Video-Section-Start=== */
.video-section {
  background-color: #eee;
}

.video-section .vs-head h2 span {
  color: #299b46;
}

.video-section .vs-box {
  position: relative;
  margin-top: 20px;
}

.video-section .vs-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000085;
  content: "";
  border-radius: 20px;
}

.video-section .vs-box img {
  border-radius: 20px;
  height: 360px;
  width: 100%;
  object-fit: cover;
}

.video-section .vs-box .icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #fff;
  justify-content: center;
  background: linear-gradient(#f1e9e972, #299b46cd);
}

/* ====Video-Section-End==== */

/* ===About-Section-Start=== */
.about-section {
  background-image: url(../images/section-bg-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 150px;
}

.about-section .as-item {
  position: relative;
  text-align: center;
  z-index: 3;
}

.about-section .as-item .as-img2 img {
  border-radius: 200px;
  object-fit: cover;
  width: 75%;
  margin: auto;
  height: 600px;
}

.about-section .as-item .as-img1 {
  position: absolute;
  top: 0;
  right: 0;
}

.about-section .as-item .as-img3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section .as-item .as-img1 img,
.about-section .as-item .as-img3 img {
  border-radius: 50%;
  border: 10px solid #fff;
}

.about-section .as-content .as-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.as-content .as-box ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.as-content .as-box ul li i {
  font-size: 18px;
  padding-right: 5px;
  color: #299b46;
}

.as-content .as-box ul li span {
  font-size: 14px;
}

.as-content .as-box img {
  border-radius: 20px;
}

/* ====About-Section-End==== */

/* ===Service-Section-Start=== */

.service-section {
  background-color: #eee;
  position: relative;
}

.service-section::after {
  height: 200px;
  width: 200px;
  position: absolute;
  bottom: 0px;
  left: -50px;
  content: "";
  background-size: 250px;
  background-repeat: no-repeat;
  background-image: url(../images/ses.png);
  background-position: bottom left;
}

.service-section .ser-box {
  padding: 20px;
  border: 1px solid #299b46;
  border-radius: 15px;
  transition: .5s;
  background-color: #fff;
  text-align: center;
  height:100%;
}

.service-section .ser-box:hover {
  box-shadow: 0px 10px 20px 0px #0000001f;
  border-color: #002f47;
}

.service-section .ser-box h5 {
  color: #299b46;
}

.service-section .ser-box .ser-img {
  height: 120px;
  width: 120px;
  margin: auto;
  background-color: #f0f5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.service-section .col-lg-4:nth-child(2n+1) .ser-box .ser-img {
  background-color: #dcf9eb;
}

.service-section .col-lg-4:nth-child(3n+1) .ser-box .ser-img {
  background-color: #f4e3d9;
}

.service-section .col-lg-4:nth-child(5n+1) .ser-box .ser-img {
  background-color: #faf6e4ea;
}

.service-section .ser-box .ser-img img {
  width: 100px;
}

.service-section .col-lg-4:nth-child(12) .ser-box .ser-img img,
.service-section .col-lg-4:nth-child(13) .ser-box .ser-img img,
.service-section .col-lg-4:nth-child(14) .ser-box .ser-img img,
.service-section .col-lg-4:nth-child(15) .ser-box .ser-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-section .ser-box .ser-btn .sec-btn i{
    transform:rotate(0deg);
}
.service-section .ser-box .ser-btn .sec-btn .btn-arrow{
    margin-left:13px;
    height:35px;
    width:35px;
}
.service-section .ser-box .ser-btn .sec-btn:nth-child(1){
    background:#002f47;
}
.service-section .ser-box .ser-btn .sec-btn:nth-child(1) .btn-arrow{
    background-color:#299b46;
}
.service-section .ser-box .ser-btn .sec-btn:nth-child(1):after{
    background-color:#299b46;
}
.service-section .ser-box .ser-btn .sec-btn:nth-child(1):hover .btn-arrow{
    background-color:#002f47;
}
.service-section .ser-box .ser-btn .sec-btn:nth-child(2) i{
    font-size:23px;
}
.service-section .ser-box .ser-btn a:nth-child(3){
    width:100%;
    padding:10px 30px;
    text-align:center;
    border-radius:5px;
    display:block;
    color:#299b46;
    border:1px solid #299b46;
    margin-top:20px;
}
.service-section .ser-box .ser-btn a:nth-child(3) i{
    padding-left:15px;
}
/* ====Service-Section-End==== */

/* ===Choose-Section-Start=== */
.choose-section {
  background-color: #299b46;
  color: #fff;
}

.choose-section .cs-box {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.choose-section .cs-box .icon {
  height: 100px;
  width: 100px;
  display: flex;
  background-color: #002f47;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.choose-section .cs-left .cs-box .icon {
  margin-left: 15px;
}

.choose-section .cs-right .cs-box .icon {
  margin-right: 15px;
}

.choose-section .cs-box .text {
  flex: 1;
}

.choose-section .cs-box .text h6 {
  font-size: 23px;
  font-weight: 600;
  color: #002f47;
}

.choose-section .ch-info {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #eee;
  border-radius: 30px;
  color: #000;
  justify-content: center;
  font-size: 18px;
}

.choose-section .ch-info i {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  background-color: #002f47;
}

.choose-section .ch-info a:nth-child(3) {
  color: #299b46;
  font-weight: 500;
  padding-left: 10px;
}

/* ====Choose-Section-End==== */

/* ===Ind-Section-Start=== */
.ind-section {
  position: relative;

}

.ind-section .gs-head h2 {
  font-weight: 700;
}

.ind-section .gs-head h2 span {
  color: #299b46;
}

.gs-gallery .scrolling-text-container,
.gs-gallery2 .scrolling-text-container {
  padding: 0px 20px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Inner container styles */
.gs-gallery .scrolling-text-inner,
.gs-gallery2 .scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}

/* Text styles */
.gs-gallery .scrolling-text,
.gs-gallery2 .scrolling-text {
  display: flex;
}

.gs-gallery .scrolling-text .gs-img,
.gs-gallery2 .scrolling-text .gs-img {
  margin: 5px 10px;
  width: 270px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #299b46;
  background-color: #eee;
  border-radius: 10px;
}

.gs-gallery .scrolling-text .gs-img a,
.gs-gallery2 .scrolling-text .gs-img a {
  height: 100px;
  width: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  border-radius: 50%;
}

.gs-gallery .scrolling-text .gs-img img,
.gs-gallery2 .scrolling-text .gs-img img {
  width: 60px;
  object-fit: cover;
  height: 60px;
}

.gs-gallery .scrolling-text .gs-img h5,
.gs-gallery2 .scrolling-text .gs-img h5 {
  text-align: center;
  transition: .5s;
  color: #299b46;
  margin-top: 10px;
}

.gs-gallery .scrolling-text .gs-img:hover h5,
.gs-gallery2 .scrolling-text .gs-img:hover h5 {
  color: #299b46;
}


.gs-gallery .scrolling-text-inner>div,
.gs-gallery2 .scrolling-text-inner>div {
  animation: var(--direction) var(--marquee-speed) linear infinite;
}

.gs-gallery .scrolling-text-container:hover .scrolling-text-inner>div,
.gs-gallery2 .scrolling-text-container:hover .scrolling-text-inner>div {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes gs-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* ===Ind-Section-End=== */

/* ===Core-Section-Start=== */

.core-section {
  background: linear-gradient(#24512ed6, #246f37d2), url(../images/feature-bg-image.jpg);
  color: #fff;
  position: relative;
  margin: 0px 30px;
  border-radius: 30px;
}

.core-section .cs-box {
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  background-color: #8887873d;
}

.core-section .cs-box a {
  color: #fff;
}

.core-section .cs-box .icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: #299b46;
}

.core-section .cs-box .icon img {
  width: 40px;
}

.core-section .cs-box h5 {
  font-size: 22px;
  font-weight: 700;
}

.core-section .cs-box span {
  padding-bottom: 10px;
  display: inline-block;
}

.core-section .cs-box ul {
  padding: 0;
  list-style: none;
  padding-top: 7px;
  border-top: 1px solid #299b46;
  margin: 0;
}

.core-section .cs-box ul li {
  display: flex;
  align-items: center;
  margin: 6px 0px;
}

.core-section .cs-box ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  color: #fff;
  background-color: #299b46;
  margin-right: 10px;
}

.core-section .cont-box {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  width: 95%;
  position: relative;
  background-color: #002f47;
}

.core-section .cont-box::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  content: "";
  background-image: url(../images/shape-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(336);
}

.core-section .cont-box h2 {
  font-size: 50px;
}

.core-section .cont-box h2::after {
  content: "+";
  font-weight: 500;
  font-size: 60px;
}

.core-section .col-lg-3:nth-child(1) .cont-box,
.core-section .col-lg-3:nth-child(3) .cont-box {
  margin-top: 40px;
}

.core-section .col-lg-3:nth-child(3) .cont-box h2::after {
  content: "Y";
  font-size: 35px;
  padding-left: 7px;
  font-weight: 700;
}

.core-section .col-lg-3:nth-child(4) .cont-box h2::after {
  content: "%";
  font-size: 35px;
  padding-left: 7px;
  font-weight: 700;
}

.core-section .cont-box p {
  font-size: 18px;
  margin-bottom: 0;
}

/* ====Core-Section-End==== */

/* ===Faq-Section-Start=== */
.faq-section .cta {
  padding: 25px 15px 0px;
  border-radius: 20px;
  background-color: #299b46;
  position: relative;
}

.faq-section .cta-img {
  margin-top: 0px;
  text-align: right;
}

.faq-section .cta .cta-img img {
  width: 50%;
}

.faq-section .cta h3 {
  color: #002f47;
  font-size: 24px;
}

.faq-section .cta h2 {
  font-size: 32px;
  color: #fff;
}

.faq-section .cta-btn {
  display: flex;
  align-items: center;
}

.faq-section .cta-btn .sec-btn {
  border: 1px solid #fff;
}

.faq-section .cta-btn .sec-btn::after,
.faq-section .cta-btn .sec-btn::before {
  background-color: #002f47;
}

.faq-section .cta-btn .sec-btn i {
  color: #fff;
}

.faq-section .cta-btn .sec-btn:nth-child(2) {
  margin-left: 10px;
  background-color: #000;
  border: 1px solid #fff;
}

.faq-section .cta-btn .sec-btn:nth-child(2) i {
  color: #fff;
}

.faq-section .cta-btn .sec-btn:nth-child(2):hover .btn-arrow {
  background-color: #002f47;
}

.faq-section .cta-btn .sec-btn .btn-arrow i {
  transform: rotate(0deg);
}

.faq-section .cta-btn .sec-btn:nth-child(2)::after,
.faq-section .cta-btn .sec-btn:nth-child(2)::before {
  background-color: #299b46;
}

.faq-section .container {
  background-color: #fff;
  border-radius: 20px;
}

.faq-section .faq-head h2 {
  margin-top: 10px;
}

.faq-section .faq-head h2 span {
  color: #299b46;
}

.accordion-item {
  padding: 13px 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 10px !important;
  border: none;
  outline: none;
  margin: 15px 0px;
}

.faqs .accordion-item h2 {
  margin-top: 0;
}

.faqs .accordion-item .accordion-button {
  padding: 0;
  font-size: 22px;
  font-weight: 600;
}

.faqs .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  box-shadow: none;
}

.faqs .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-image: none;
  color: #002f47;
  content: "\2b";
  font-family: "FontAwesome";
}

.faqs .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #002f47;
}

.faqs .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-section .faqs .accordion-collapse {
  border-radius: 10px;
}

.faqs .accordion-body {
  padding: 0;
  padding-right: 30px;
}

/* ====Faq-Section-End==== */

/* ===Review-Section-Start=== */
.review-section {
  background-color: #eee;
}

.review-section .rs-head p {
  font-size: 18px;
}

.review-section .rs-head h2 {
  margin: 20px 0px;
  text-transform: capitalize;
}

.review-section .rs-head h2 span {
  color: #299b46;
}

.review-section .rs-box {
  margin: 10px;
  position: relative;
  transition: .5s
}

.review-section .rs-box .rs-text {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  color: #000;
  background-color: #fff;
}

.review-section .rs-box .rs-text::after {
  position: absolute;
  bottom: -12px;
  left: 30px;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  content: "";
  background-color: #fff;
}

.review-section .rs-box .rs-text::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 70px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 20px;
  content: "\f10e";
  display: flex;
  align-items: center;
  font-size: 35px;
  justify-content: center;
  color: #299b46;
  font-family: "FontAwesome";
  background-color: #002f47;
}

.review-section .rs-box .ratting {
  color: #f19c34;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-flex;
  background-color: #002f47;
}

.review-section .rs-box .ratting i {
  font-size: 12px;
  margin: 0px 2px;
  display: inline-block;
}

.review-section .rs-box p {
  margin: 20px 0px;
  font-size: 20px;
}

.review-section .rs-info {
  display: flex;
  align-items: center;
  margin: 25px 0px;
  margin-left: 10px;
}

.review-section .rs-info .icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
  background-color: #299b46;
  border-radius: 50%;
}

.review-section .rs-info .icon h5 {
  margin-bottom: 0;
}

.review-section .rs-box:nth-child(2n+1) .rs-info .icon {
  background-color: #299b46;
}

.review-section .rs-box:nth-child(3n+1) .rs-info .icon {
  background-color: #1dbf73;
}

.review-section .rs-box:nth-child(4n+1) .rs-info .icon {
  background-color: #f64545;
}

.review-section .rs-info h6 {
  color: #299b46;
  font-size: 20px;
}

/* ====Review-Section-End==== */

/* ===Area-Section-Start=== */

.area-section .as-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.area-section .as-list ul li {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 30px;
  margin: 5px;
  border: 1px solid #299b46;
}

/* ====Area-Section-End==== */

/* ===Footer-Section-Start=== */

.footer-section {
  padding: 60px 0px 40px;
  border-radius: 30px;
  margin: 0px 30px 20px;
  background-image: linear-gradient(#176a2cda, #176a2cda), url(../images/footer.jpg);
  color: #fff;
  background-size: cover;
  background-position: center;
}

.footer-section .fs-box h4 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}

.footer-section .fs-box h4::after {
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 90px;
  background: linear-gradient(to right, #fff, #002f47);
  border-radius: 13px;
  content: "";
}

.footer-section .fs-box p {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #299b46;
}

.footer-section .fs-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-section .fs-box ul li a {
  color: #fff;
  transition: .5s;
}

.footer-section .fs-box ul li a:hover {
  color: #002f47;
}

.footer-section .fs-foot {
  padding: 15px;
  border: 1px solid #d8d7ee;
  border-radius: 15px;
  margin-top: 30px;
  color: #fff;
  background-color: #f7f4f43e;
}

.footer-section .fs-foot .fs-item {
  display: flex;
  align-items: center;
}

.fs-foot .fs-item .fs-box {
  display: flex;
  flex: 1;
  margin: 0px 15px;
  align-items: center;
}

.fs-foot .fs-item .fs-box:nth-child(3) {
  flex: 2;
}

.fs-foot .fs-item .fs-box .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #299b46;
  margin-right: 10px;
}

.fs-foot .fs-item .fs-box .icon img {
  width: 50px;
}

.fs-foot .fs-item .fs-box .text {
  flex: 1;
}

.fs-foot .fs-item .fs-box .text h6 {
  font-size: 20px;
  font-weight: 600;
  color: #002f47;
  margin-bottom: 0;
}

.fs-foot .fs-item .fs-box .text a {
  color: #fff;
}

.footer-section .copy-right {
  text-align: center;
  padding: 20px 40px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #ffffff47;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #299b46;
  font-weight: 600;
}

.footer-section .copy-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .copy-right ul li a {
  padding: 0px 10px;
  color: #002f47;
  font-size: 20px;
  font-weight: 600;
  transition: .5s;
}

.footer-section .copy-right ul li a:hover {
  color: #299b46;
}

/* ====Footer-Section-End==== */

/* ===Banner-Section-Start=== */

.banner-section {
  padding: 200px 0px 100px;
  color: #fff;
  position: relative;
  border-radius: 30px;
  margin: 25px;
  background-image: linear-gradient(to top, #106826df, #106826df), url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
}

.banner-section::after {
  position: absolute;
  content: "";
  background-image: url(../images/banner1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  border-radius: 30px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-section .banner-title {
  position: relative;
  z-index: 3;
  text-align: center;
}

.banner-section .banner-title h2 {
  font-size: 60px;
}

.banner-section .banner-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  transition: .5s;
  font-size: 19px;
  font-weight: 600;
}

.banner-title ul li a:hover {
  color: #002f47;
}

/* ====Banner-Section-End==== */

/* ===Mission-Section-Start=== */

.mission-section .ms-box {
  background-color: #002f47;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}

.mission-section .col-md-6:nth-child(2) .ms-box {
  background-color: #299b46;
}

.mission-section .ms-box .icon {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #299b46;
  margin-right: 20px;
}

.mission-section .col-md-6:nth-child(2) .ms-box .icon {
  background-color: #002f47;
}

.mission-section .ms-box .text {
  flex: 1;
}

/* ====Mission-Section-End==== */

/* ===Other-Section-Start=== */
.other-section {
  background-color: #eee;
}

.other-section .os-list {
  border: 1px dashed #299b46;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  transition: .5s;
  align-items: center;
  box-shadow: 0px 10px 20px 0px #0000001f;
}

.other-section .os-list.active,
.other-section .os-list:hover {
  background-color: #299b46;
  color: #fff;
}

.other-section .os-list .icon {
  height: 80px;
  width: 80px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #299b46;
  border-radius: 50%;
  margin-right: 15px;
}

.other-section .os-list.active .icon,
.other-section .os-list:hover .icon {
  background-color: #002f47;
}

.other-section .os-list .icon img {
  width: 50px;
}

.other-section .os-list .text h4 {
  font-weight: 600;
}

.other-section .os-list .text p {
  margin-bottom: 0;
}

.other-section .os-item {
  margin-top: 30px;
  display: none;
}

.other-section .os-item.show {
  display: block;
}

.other-section .os-item ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.other-section .os-item ul li {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #299b46;
  margin: 8px;
}

.other-section .os-item ul li i {
  font-size: 20px;
  color: #299b46;
  padding-right: 15px;
}

.other-section .os-item .os-img img {
  height: 480px;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* ====Other-Section-End==== */

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  font-weight: 500;
  padding: 25px 10px;
  background-color: #eee;
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  line-height: 24px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #002f47;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover::after,
.slider-nav .ser-list.slick-current::after {
  height: 100%;
}

.slider-nav .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #299b46;
  z-index: 3;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover:before,
.slider-nav .ser-list.slick-current::before {
  width: 100%;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 9;
  filter: brightness(0);
  transition: .5s;
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}


.slider-nav .ser-list:hover span,
.slider-nav .ser-list.slick-current span {
  color: #fff;
  position: relative;
  z-index: 4;
}

.service-two .ser-img img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

.service-two .ser-img2 img {
  max-height: 300px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.slider-nav .ser-list.slick-current img,
.slider-nav .ser-list:hover img {
  filter: brightness(44);
}

/* ===Service-Two-Start=== */

/* ===Service-Section2-Start=== */
.service-section2 {
  margin: 0px 40px;
}
.service-section2 .ss-head h1{
  font-weight: 600;
  margin: 15px 0px;
}
.service-section2 .ser-item {
  background-color: #eee;
  border-radius: 20px;
  padding: 30px;
  margin-top: 10px;
  position: sticky;
  top: 50px;
  margin-bottom: 50px;
}

.service-section2 .ser-item .ser-icon {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .7;
}

.service-section2 .ser-item:nth-child(odd) .ser-icon {
  left: 50%;
  transform: translate(-50%, 0px);
  right: auto;
}

.ser-item .ser-img {
  height: 100%;
}

.ser-item .ser-img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #299b46;
}

.service-section2 .ser-item .ser-text {
  position: relative;
  z-index: 3;
}

.service-section2 .ser-item .ser-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #002f47;
}

.ser-item .ser-text h5 {
  color: #299b46;
}

.ser-item .ser-text .ser-info {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  height: 100%;
}

.ser-item .ser-text .ser-info .icon {
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  justify-content: center;
  background-color: #299b46;
  margin-right: 10px;
  color: #fff;
}

.ser-item .ser-text h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.ser-item .ser-text .ser-info .text {
  flex: 1;
  padding: 7px 0px;
}

.ser-item .ser-text .ser-info .text h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #002f47;
}

/* ====Service-Section2-End==== */

/* ===Popup-Secction-Start=== */

.popup-section {
  background-color: #767575da;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 9999;
  transition: .5s;
  left: -100%;
}

.popup-section .popup .bs-img2{
  height: 100%;
}
.popup-section .popup .bs-img2 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 250px 250px 0px 0px;
}
.popup-section.show1{
  left: 0px;
}
.popup-section .popup{
  padding: 40px;
  background-image:linear-gradient(#081f0ef2, #031007e0), url(../images/feature-bg-image.jpg);
  position: relative;
  border-radius: 30px;
}
.popup-section .popup::after {
    position: absolute;
    content: "";
    background-image: url(../images/banner1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    border-radius: 30px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.popup-section .close{
  position: absolute;
  top: 30px;
  right: 20px;
  width: 60px;
  transition: .5s;
  height: 60px;
  color: #002f47;
  display: flex;
  font-size: 33px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
}
.popup-section .close:hover{
  color: #fff;
  background-color: #002f47;
}
.popup-section .bs-form a{
  margin-left: 15px;
}
.popup-section .bs-form a i{
  font-size: 25px;
}

.bs-form {
  background-color: #299b46;
  border: 1px solid #c8c2c24f;
  padding: 30px;
  position:relative;
  color:#fff;
  z-index:4;
  border-radius: 20px;
}

 .popup-section .bs-form h5 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}


.popup-section .bs-form .bs-input input,
.popup-section .bs-form .bs-input select,
.popup-section .bs-form .bs-input textarea {
  padding: 13px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  outline: none;
  color: #000;
  position: relative;
  margin: 3px;
  margin-bottom: 16px;
}

.popup-section .bs-form .bs-input input::placeholder,
.popup-section .bs-form .bs-input textarea::placeholder {
  color: #000;
}

.popup-section .bs-form .bs-input input[type="date"]:before {
  content: attr(placeholder) !important;
  color: transparent;
  margin-right: 0.5em;
}

.popup-section .bs-form .bs-input input[type="date"]:focus:before,
.popup-section .bs-form .bs-input input[type="date"]:valid:before {
  content: "";
  bottom: 0;
  position: absolute;
}
 .popup-section .bs-form .sec-btn {
  border: none;
  background-color:#002f47;
}
 .popup-section .bs-form .sec-btn .btn-arrow{
     background-color:#299b46;
 }
  .popup-section .bs-form a.sec-btn .btn-arrow i{
      transform:rotate(0deg);
  }
/* ====Popup-Secction-End==== */

/* ====Media-Screen==== */

@media screen and (max-width:1024px) {
  header {
    top: 20px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }

  .menu .nav-item {
    margin: 0px 10px;
  }

  .hero-section {
    padding-top: 180px;
    padding-bottom: 40px;
  }

  .hero-section .hero-text h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .hero-section .hero-text p {
    font-size: 15px;
  }

  .booking-section .bs-form {
    padding: 20px;
  }

  .booking-section .bs-form .bs-inputs label i {
    font-size: 15px;
    width: 25px;
    padding: 0px 10px;
  }

  .bs-form .bs-inputs input,
  .bs-form .bs-inputs textarea,
  .bs-form .bs-inputs select {
    padding-left: 10px;
  }

  .booking-section .bs-info {
    padding: 20px;
  }

  .booking-section .bs-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .booking-section .bs-info .bs-call i {
    height: 45px;
    width: 45px;
    font-size: 20px;
  }

  .booking-section .bs-info .bs-call a {
    font-size: 16px;
  }

  h2 {
    font-size: 33px;
  }

  .as-content .as-box ul li span {
    font-size: 10px;
  }

  .about-section .as-item .as-img2 img {
    width: 90%;
  }

  .service-section .ser-box h5 {
    font-size: 18px;
  }

  .choose-section .cs-box {
    margin-top: 30px;
  }

  .choose-section .ch-info span {
    font-size: 15px;
  }

  .faq-section .sec-btn span {
    font-size: 15px;
  }

  .area-section .as-list ul li {
    padding: 5px 10px;
  }

  .area-section .as-list ul li span {
    font-size: 12px;
  }

  .footer-section .fs-box p {
    padding: 15px 5px;
  }

  .fs-foot .fs-item .fs-box .icon {
    height: 60px;
    width: 60px;
  }

  .fs-foot .fs-item .fs-box .icon img {
    width: 40px;
  }

  .fs-foot .fs-item .fs-box .text a,
  .fs-foot .fs-item .fs-box .text span {
    font-size: 13px;
  }
  .other-section .os-list .text{
    flex: 1;
  }
  .other-section .os-item ul li {
    padding: 5px 10px;
    margin: 4px;
}
.banner-section {
    padding: 110px 0px 40px;
    margin: 18px;
}
.mission-section .ms-box{
  flex-direction: column;
  text-align: center;
}
.mission-section .ms-box .text{
  margin-top: 20px;
}
.booking-section2{
  margin-top: 50px;
}
.booking-section .bs-info a{
  font-size: 15px;
}
.service-section .ser-box{
    padding:15px 10px;
}
.service-section .ser-box .ser-btn .sec-btn {
    padding: 4px 10px;
    padding-left: 10px;
    font-size: 15px;
}
.popup-section .bs-form label{
    font-size:15px;
}

}

@media screen and (max-width:992px) {
  header .menu .navbar-toggler {
    border: 1px solid #fff;
    background-color: #299b46;
    transition: box-shadow 0.15s ease-in-out;
  }

  .menu .navbar-collapse {
    border-radius: 10px;
    padding: 20px 15px;
    z-index: 99999;
    position: relative;
    background-color: #fff;
  }

  .menu .navbar-light .navbar-nav {
    margin: auto;
    padding: 0px;
    background-color: #fff;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 7px 0px;
  }

  .menu .navbar-nav .nav-link::before {
    display: none;
  }
.menu .navbar-toggler:focus{
  box-shadow: none;
}
  .hero-section {
    margin: 18px;
    padding-bottom: 130px;
  }
.hero-section .hero-img{
  display: none;
}
.booking-section .bs-info{
  margin-top: 30px;
}
.about-section .as-item{
  margin-bottom: 40px;
}
.about-section .as-item .as-img2 img {
    width: 65%;
}
.as-content .as-box ul li span {
    font-size: 14px;
}
.service-section .ser-box h5 {
    font-size: 22px;
}
.p-80{
  padding: 60px 0px;
}
.choose-section .cs-left .cs-box{
  flex-direction: row-reverse;
}
.choose-section .cs-left .cs-box .icon {
    margin-left: 0px;
    margin-right: 20px;
}
.choose-section .ch-img{
  display: none;
}
.choose-section .ch-info{
  margin-top: 30px;
}
.faq-section .faqs{
  margin-top: 40px;
}
.review-section .rs-box p {
    font-size: 16px;
    margin-bottom: 0;
}
.core-section,.footer-section {
    margin: 0px 20px;
}
.footer-section .fs-foot .fs-item {
    flex-wrap: wrap;
}
.fs-foot .fs-item .fs-box:nth-child(3){
  margin-top: 20px;
}
.hero-section .under {
    background-color: #eeeeee39;
    color: #fff;
}
.banner-section {
    padding: 90px 0px 30px;
    margin: 10px;
    border-radius: 15px;
}
.banner-section::after{
  border-radius: 15px;
}
.banner-section .banner-title h2 {
    font-size: 45px;
}
.mission-section .ms-box{
  margin-top: 20px;
}
.other-section .os-list{
  text-align: center;
  flex-direction: column;
}
.other-section .os-list .text p{
  display: none;
}
.other-section .os-list .text h4{
  font-size: 20px;
  margin-top: 15px;
}
.other-section .os-list .icon{
  margin: 0px;
}
.service-section2 {
    margin: 0px 20px;
}
.service-section .ser-box .ser-btn .sec-btn{
    margin:0px 5px;
}
.popup-section .popup {
    padding: 0px;
}
.popup-section .bs-form{
  padding: 20px 15px;
}
.popup-section .bs-form .sec-btn span {
    font-size: 15px;
}

}

@media screen and (max-width:580px) {
  .menu {
    padding: 0px 0px;
    position: relative;
    margin: 0px 8px;
}
.menu .navbar .navbar-brand img {
    width: 130px;
}
  .hero-section {
    margin: 10px;
    border-radius: 15px;
    padding-top: 120px;
    padding-bottom: 60px;
}
  .hero-section::after{
    border-radius: 15px;
   background:linear-gradient(308deg, rgb(16 219 68 / 54%) 21.87%, rgb(210 202 202 / 66%) 100%);
  }
  .hero-section .hero-video video {
    border-radius: 15px;
}
.under {
    padding: 7px 15px;
    padding-left: 39px;
    font-size: 14px;
}
.hero-section .hero-text h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0px 10px;
}
.hero-section .hero-btn {
    margin-top: 10px;
    flex-direction: column;
}
.hero-section .hero-btn .sec-btn2 {
    margin-left: 0px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 6px 20px;
    margin-top: 30px;
}
.booking-section{
  margin-top: 50px;
}
.booking-section .bs-form h3 {
    font-size: 25px;
}
.about-section .as-item{
  margin: 40px 0px;
}
.about-section .as-item .as-img2 img {
    width: 90%;
    height: 450px;
}
.about-section .as-item .as-img3 {
    bottom: -20px;
    left: -20px;
}
.about-section .as-item .as-img1 {
    position: absolute;
    top: -20px;
    right: -9px;
}
.about-section .as-item .as-img1 img, .about-section .as-item .as-img3 img {
    border: 5px solid #fff;
    width: 70%;
}
h2 {
    font-size: 25px;
}
.service-section .ser-box h5 {
    font-size: 15px;
}
.service-section .ser-box{
  padding: 20px;
}

.service-section::after {
    bottom: 86px;
    left: 0px;
    background-size: 150px;
}
.service-section .ser-box .ser-btn .sec-btn {
    padding: 7px 10px;
    padding-left: 15px;
    font-size: 18px;
}
.gs-gallery .scrolling-text .gs-img a, .gs-gallery2 .scrolling-text .gs-img a {
    height: 80px;
    width: 80px;
}
.gs-gallery .scrolling-text .gs-img, .gs-gallery2 .scrolling-text .gs-img{
  width: 160px;
}
.gs-gallery .scrolling-text .gs-img img, .gs-gallery2 .scrolling-text .gs-img img {
    width: 50px;
    height: 50px;
}
.gs-gallery .scrolling-text .gs-img h5, .gs-gallery2 .scrolling-text .gs-img h5{
  font-size: 12px;
}
.core-section, .footer-section{
  margin: 0px 10px;
}
.core-section .col-lg-3 .cont-box{
  margin-top: 20px;
}
.core-section .col-lg-3:nth-child(1) .cont-box, .core-section .col-lg-3:nth-child(3) .cont-box {
    margin-top: 20px;
}
.sec-btn .btn-arrow {
    margin-left: 10px;
}
.faq-section .cta-btn .sec-btn {
    padding: 5px 10px;
}
.faqs .accordion-item .accordion-button {
    font-size: 18px;
}
.area-section .as-list ul li span {
    font-size: 9px;
}
.area-section .as-list ul li {
    padding: 5px 8px;
    margin: 3px;
}
.footer-section{
  background-attachment: fixed;
}
.fs-foot .fs-item .fs-box{
  margin: 10px 0px;
}
.fs-foot .fs-item .fs-box:nth-child(3) {
    margin-top: inherit;
}
.footer-section .copy-right{
  display: block;
  padding: 20px 0px;
}
.footer-section .fs-box h4 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.other-section .os-item ul li span{
  font-size: 13px;
}
.other-section .os-item ul li i {
    font-size: 15px;
}
.other-section .os-item .os-img img{
  height: auto;
}
.booking-section .bs-info a {
    font-size: 17px;
}
.video-section .vs-box img{
  height: 250px;
}
.service-section2 {
    margin: 0px 0px;
}
.service-section2 .ser-item .ser-icon{
  text-align: right;
}
.service-section2 .ser-item .ser-icon img{
  width: 70px;
}
.service-section2 .ser-item .ser-text h3{
  margin-top: 20px;
}
.dropdown-menu{
  min-width: auto;
}
.banner-section::after{
  background-image: linear-gradient(to top, #084718df, #ffffffbd), url(../images/footer.jpg);
}
.popup-section .popup .bs-img{
  display: none;
}
.popup-section .close{
  top: 14px;
  z-index: 44;
}
.popup-section .bs-form .sec-btn{
    padding-left:10px;
}
.popup-section .bs-form .bs-input input, .popup-section .bs-form .bs-input select, .popup-section .bs-form .bs-input textarea {
    padding: 10px 15px;
    margin-bottom: 8px;
}
}
@media screen and (max-width:380px){
  .service-section .ser-box .ser-btn .sec-btn {
    padding-left: 13px;
    font-size: 16px;
}  
}
/*---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: #F16D34;
  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----*/