@charset "UTF-8";



::-webkit-scrollbar {

  width: 6px;

  height: 3px
}





::-webkit-scrollbar-track {

  background-color: #ebebeb;

  -webkit-border-radius: 10px;

  border-radius: 10px
}



::-webkit-scrollbar-thumb {

  -webkit-border-radius: 10px;

  border-radius: 10px;

  background: #007731
}



.recommendedHotels .swiper-pagination {

  display: none;

}





html {

  scroll-behavior: smooth;

  overflow-x: hidden;

  height: 100%;

}



body {

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  padding: 0;

  margin: 0;

  font-weight: 400;

  position: relative;

  transition: filter 0.3s ease;

  /* overflow-x: hidden;

  height: 100%; */

  line-height: 29px;

}



body.blurred {

  filter: blur(5px);

  /* Blur the entire body */

}



body.blurred .site-header {

  filter: none;

  /* Exclude the header from the blur */

  pointer-events: all;

  /* Allow interaction with the header */

}

.logo {
  text-align: start;
}


.has-mega-menu:hover .mega-menu {

  display: block;

}



img {

  max-width: 100%;

  height: auto;

  transition: all 0.3s ease-out 0s;

}



.section {

  padding: 120px 0;

}



button {

  cursor: pointer;

}



*:focus {

  outline: none;

}



.nav-icon img {

  width: 22px;

  height: 22px;

}



button {

  border: none;

  font-family: "Open Sans", sans-serif;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



span {

  font-family: "Open Sans", sans-serif;

}



button:focus {

  outline: none;

}



a {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  font-family: "Open Sans", sans-serif;

}



a:hover {

  text-decoration: none;

  color: #000;

}



table {

  width: 100%;

}



p,

li,

span {

  color: #000;

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 0;

  color: var(--active);

}



/* reset css end */

/* global css start */

.nice-select {

  background-color: transparent;

  height: 40px !important;

  line-height: 40px !important;

  min-height: 40px !important;

  padding: 0 30px;

}



.nice-select span {

  color: #000;

}



.nice-select .list li {

  margin-right: 0 !important;

}



.nice-select .list .option {

  color: #000;

}



.nice-select .list .option.selected,

.nice-select .list .option:hover {

  border: none !important;

}





/* global css end */

.bg_img {



  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

}


.dark-bg {

  background-color: #010103;

}



.grey-bg {

  background: #F4F1EE;

}



.white {

  color: #ffffff;

}



.f-right {

  float: right;

}



.section-heading {

  position: relative;

  z-index: 2;

}



@media (max-width: 991px) {

  .section-heading {

    text-align: center;

  }

}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
  /* replace with your bg color */
  -webkit-text-fill-color: #333 !important;
  background-color: transparent;
}


.section-heading .sub-title {

  color: #ffffff;

  background: #1d7733;

  font-family: "Open Sans", sans-serif;

  display: inline-block;

  font-size: 12px;

  text-transform: uppercase;

  padding: 1.5px 13px;

  letter-spacing: 2px;

  border-radius: 3px;

  line-height: 22px;

  margin-bottom: 23px;

}



.section-heading .title {

  color: #ffffff;

  font-size: 55px;

  line-height: 57px;

  text-transform: uppercase;

}



@media (max-width: 767px) {

  .section-heading .title {

    font-size: 36px;

    line-height: 38px;

  }

}



.section-heading p {

  font-size: 18px;

}



.section-heading p:not(:last-child) {

  margin-bottom: 35px;

}



.section-heading__black .title {

  color: #000;

}



.border-effect a,

.border-effect span.border-effect {

  position: relative;

  display: inline;

  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));

  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-size: 0px 2px;

  background-position: 0px 95%;

  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  padding: 0.7% 0px;

  background-repeat: no-repeat;

  color: inherit;

}



.border-effect a:hover,

.border-effect span.border-effect:hover {

  background-size: 100% 2px;

}



span.border-effect {

  position: relative;

  display: inline;

  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));

  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-size: 0px 2px;

  background-position: 0px 95%;

  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  padding: 0.7% 0px;

  background-repeat: no-repeat;

  color: inherit;

}



span.border-effect:hover {

  background-size: 100% 2px;

}





/* typography css start */

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: bold;

  color: #000;

  margin: 0;

  line-height: 1;

  font-family: "Open Sans", sans-serif;

}



h1 {

  font-size: 60px;

}



h2 {

  font-size: 48px;

  margin-bottom: 20px;

}



h3 {

  font-size: 38px;

}



h4 {

  font-size: 28px;

}



h5 {

  font-size: 18px;

}



h6 {

  font-size: 8px;

}



/* typography css end */

/*--

    - Overlay

------------------------------------------*/

[data-overlay] {

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  z-index: 1;

}



[data-overlay]::before {

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 100%;

  z-index: -1;

}







.top-header {

  background-color: #002911;

  padding: 6px 0;

}





/* Heder css start*/

.site-header {

  width: 100%;

  z-index: 9;

}



.site-header {

  position: relative;

  z-index: 9;

  /* Ensure header stays above the blur */

}



.padding-0 {

  padding: 0;

}



.site-header__3 {

  padding: 20px 0px;

}



@media (max-width: 991px) {

  .site-header__3 {

    padding: 10px 0px;

  }

}





.site-header__4 {

  border: none;

}



@media (max-width: 1199px) {

  .site-header__4 {

    padding: 15px 0px;

  }

}



.header-top {

  padding: 30.5px 0px;

  border-bottom: 1px solid #32323D;

}



@media (max-width: 1199px) {

  .header-top__left {

    justify-content: center;

  }

}



@media (max-width: 991px) {

  .header-top__left .logo {

    display: none;

  }

}



@media (max-width: 767px) {

  .header-top__right {

    margin-top: 25px;

    flex-direction: column;

    justify-content: center;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__right {

    flex-direction: row;

    justify-content: center;

    align-items: center;

  }

}



.header-top__right a {

  text-decoration: none;

}



.header-top__right .tel {

  color: #ffffff;

  font-size: 18px;

}



.header-top__right .tel i {

  color: #1d7733;

  padding-right: 15px;

  font-size: 19px;

}



.header-top__right .site-btn {

  margin-left: 80px;

}



@media (max-width: 1199px) {

  .header-top__right .site-btn {

    margin-left: 40px;

  }

}



@media (max-width: 767px) {

  .header-top__right .site-btn {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__right .site-btn {

    margin-left: 40px;

    margin-top: 0px;

  }

}



@media (max-width: 1199px) {

  .header-top__right--2 {

    margin-top: 20px;

  }

}



.header-top__2 {

  border-color: #E2DFDD;

}



.header-top__2 .site-btn {

  margin-left: 100px;

}



@media (max-width: 1199px) {

  .header-top__2 .site-btn {

    margin-left: 50px;

  }

}



@media (max-width: 767px) {

  .header-top__2 .site-btn {

    margin-left: 0px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__2 .site-btn {

    margin-left: 50px;

  }

}



.header-top__infos {

  margin: 0;

}



@media (max-width: 991px) {

  .header-top__infos {

    padding-left: 0px;

  }

}



@media (max-width: 767px) {

  .header-top__infos {

    flex-direction: column;

    margin-top: -10px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos {

    flex-direction: row;

    margin-top: 0px;

  }

}



.header-top__infos li {

  color: #6c6c6c;

  text-transform: uppercase;

  font-weight: 500;

}



.header-top__infos li:not(:last-child) {

  margin-right: 65px;

}



@media (max-width: 767px) {

  .header-top__infos li:not(:last-child) {

    margin-right: 0px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos li:not(:last-child) {

    margin-right: 55px;

  }

}



.header-top__infos li i {

  color: #1d7733;

  padding-right: 10px;

  font-size: 19px;

}



.header-top__infos li a {

  color: #6c6c6c;

  text-decoration: none;

}



@media (max-width: 767px) {

  .header-top__infos li {

    margin-top: 10px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos li {

    margin-top: 0px;

  }

}





/* Navigation css */

.main-menu ul {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  align-items: center;

  flex-wrap: wrap;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

}



.main-menu ul li {

  margin: 0;

}



/* .main-menu ul li:not(:last-child) {

  padding-right: 56px;

} */





.main-menu ul li:nth-child(1) {
  padding-right: 15px;
}

.main-menu ul li:nth-child(2) {
  padding-right: 15px;
}

.main-menu ul li:nth-child(3) {
  padding-right: 15px;
}



/* @media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .main-menu ul li:not(:last-child) {

    margin-right: 30px;

  }

} */



/* @media (max-width: 1199px) {

  .main-menu ul li:not(:last-child) {

    margin-right: 11px;

  }

} */



.main-menu ul li a {

  display: block;

  text-decoration: none;

  font-size: 18px;

  color: #000;

  position: relative;

  font-weight: 500;

}



.main-menu ul li a.site-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px 20px 13px 20px;
  position: relative;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-orange {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f07829;
  text-transform: uppercase;
  padding: 0 0 0 22px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-orange i {
  color: #fff;
  background-color: #f07829;
  font-weight: 400;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}


.main-menu ul li a.site-btn.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.main-menu ul li a span.bold {
  font-weight: 800;
  margin-left: 3px;
}

span.bold {
  font-weight: 800;
}

.hero__content a.site-btn-orange.bg-orange i {
  color: #f07829;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 23px;
}


.logo img {
  width: 160px;
}

.main-menu ul li a.site-btn i {

  display: flex;
  margin-left: 15px;
  font-size: 19px;

}



.main-menu ul li:hover a {

  color: #fff;

}



/* .main-menu ul li:hover a.site-btn {

  color: #fff;

} */



.nav-icon {

  background-color: #002911;

  width: 48px;

  height: 48px;

  text-align: center;

  border-radius: 50px;

  display: inline-block;

  line-height: 45px;

  margin-right: 10px;

}



.main-menu ul li a.nav-call {

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #e5e5e5;

  border-radius: 50px;

  padding: 7px 25px 7px 7px;

}



.main-menu ul li:hover>.mega-menu {

  visibility: visible;

  opacity: 1;

  -webkit-transform: scaleY(100%);

  -ms-transform: scaleY(100%);

  transform: scaleY(100%);

}



.main-menu ul li .mega-menu {

  position: absolute;

  width: 77.39%;

  left: 0;

  top: 100%;

  visibility: hidden;

  opacity: 0;

  background: #ffffff;

  padding: 20px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  z-index: 3;

  text-align: left;

  transform-origin: 50% 0;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  margin: 0 auto;

  right: 0;

  z-index: 1000;

  border-radius: 10px;

  border: 2px solid #00783236;

}





.site-header.site-header__3 .main-menu ul li a:hover i.ri-arrow-down-s-line {

  transform: rotate(-180deg);

  margin-top: 2px;

  color: #1d7733;

}



.site-header.site-header__3 .main-menu ul li a i.ri-arrow-down-s-line {

  font-size: 20px;

}



.main-menu ul li .mega-menu li {

  margin-right: 0px;

}



.mean-nav .nav-icon {

  line-height: 36px;

}



.mean-nav .nav-icon img {

  width: 15px;

  height: 22px;

}



.mean-nav .nav-icon {

  width: 37px;

  height: 37px;

}



.main-menu ul li .mega-menu li a {

  color: #010103;

  padding: 12px 15px;

  font-size: 16px;

  line-height: 1.5;

  /* border-radius: 8px; */

  align-items: center;

  font-weight: 400;

  transition: 0.3s all ease;

  display: flex;

  justify-content: space-between;

  margin: 10px 16px;

  border-bottom: 2px solid #f4f4f4;

}



.main-menu ul li .mega-menu .submenu-item li a i {

  opacity: 0;

  transition: 0.3s all ease;

}



.main-menu ul li .mega-menu .submenu-item li a:hover i {

  opacity: 1;

  transition: 0.3s all ease;

}



.main-menu ul li .mega-menu li a::after {

  left: 15px;

}



.main-menu ul li .mega-menu li a:hover::after {

  left: 10px;

}



.main-menu ul li .mega-menu li:hover>a {

  color: #1d7733;

  background-color: #f3f5fd;

}



.main-menu ul li .mega-menu li:hover>a::after {

  left: 10px;

}



.main-menu ul li .mega-menu ul {

  display: block;

}



.main-menu ul li .mega-menu ul.submenu-item {

  border-right: 2px solid #f4f4f4;

}



.main-menu ul li .mega-menu .col-lg-3:nth-child(4) ul.submenu-item {

  border-right: 0px solid #000;

}



.main-menu ul li .mega-menu .active>a {

  color: #1d7733;

  letter-spacing: 1px;

}



.main-menu ul li .mega-menu .active>a::after {

  left: 10px;

}



/* .main-menu ul .active>a {

  color: #1d7733;

} */



.main-menu ul .active>a::after {

  opacity: 1;

  visibility: visible;

  left: 0;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .main-menu__2 ul li:not(:last-child) {

    margin-right: 20px;

  }

}



.main-menu__2 ul li a {

  color: #000;

  font-weight: 500;

}



@media (max-width: 1199px) {

  .main-menu__3 {

    margin-left: 0px;

  }

}



/* @media (max-width: 991px) {

  .main-menu__3 {

    display: none;

  }

} */





.main-menu__4 ul li a {

  color: #000;

  font-weight: 500;

}



.menu-area {

  position: relative;

  z-index: 99;

}



.bg-gradient-green {

  background: rgb(1, 42, 17);

  background: linear-gradient(270deg, rgba(1, 42, 17, 1) 0%, rgba(27, 114, 48, 1) 50%, rgba(1, 42, 17, 1) 100%);

}



.topbar {

  padding: 6px 0;

  margin: 0 auto;

  border-radius: 0 0 10px 10px;

}



.discountPara {

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: 400;

  letter-spacing: 3px;

}



.code-syle {

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: bold;

  letter-spacing: 3px;

}



@media (max-width: 991px) {

  .menu-area {

    padding-top: 15px;

  }

}



.menu-area__right .item {
  color: #000;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
}



.menu-area__right .item i {
  color: #777777;
  font-size: 20px;
}



.menu-area__right--2 .item {

  color: #000;

}



.menu-area__right--2 .item i {

  color: #000;

}



.menu-area__right--4 .item {

  color: #000;

}



.menu-area__right--4 .item i {

  color: #000;

}



@media (max-width: 991px) {

  .menu-area__3 {

    padding-top: 0px;

  }

}



.menu-area.sticky-header {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 999;

  background: #ffffff;

  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);

  padding: 10px 0;

}

.menu-area.menu-area__3.menu-area.sticky-header .logo {
  position: unset;
}



@media (max-width: 991px) {

  .menu-area.sticky-header {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}



.menu-area-2.sticky-header {

  background-color: #ffffff;

}



@media (max-width: 991px) {

  .menu-area-2.sticky-header {

    padding-top: 10px;

    padding-bottom: 0px;

  }

}



.menu-area__4.sticky-header {

  background-color: #ffffff;

}



.menu-area.animated {

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

}



.mean-container .mean-nav ul li a:hover {

  color: #007832;

}



.mean-container .mean-nav ul li a.site-btn:hover {

  color: #fff;

}



/* Social link css */

.social-links a {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  border-radius: 4px;

  font-size: 13px;

  border: 1px solid #808080;

  text-align: center;

  line-height: 27px;

  color: #808080;

  text-decoration: none;

}



.social-links a:not(:last-child) {

  margin-right: 10px;

}



.social-links a:hover {

  border-color: #ffffff;

  color: #ffffff;

}



.social-links__2 a {

  border-color: #E2DFDD;

}



.social-links__2 a:hover {

  border-color: #999999;

  color: #000;

}



/* Button css */

.site-btn {

  font-size: 20px;

  color: #ffffff;

  background: #1d7733;

  padding: 13px 20px 13px 26px;

  text-decoration: none;

  border-radius: 5px 15px 15px 15px;

  position: relative;

  z-index: 1;

  display: inline-block;

  border: 3px solid #ffffffdb;

  font-weight: 500;

}

.site-btn-orange {
  font-size: 18px;
  color: #ffffff;
  background: #e4812c;
  padding: 13px 20px 13px 26px;
  text-decoration: none;
  border-radius: 5px 15px 15px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 3px solid #ffffffdb;
  font-weight: 700;

}



.site-btn:hover {

  color: #ffffff;

}



@media (max-width: 767px) {

  .site-btn {

    padding: 9.5px 30px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .site-btn {

    padding: 9.5px 34px;

  }

}







@media (max-width: 767px) {

  .btns {

    flex-direction: column;

    justify-content: flex-start !important;

    align-items: flex-start !important;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btns {

    flex-direction: row;

    justify-content: flex-start !important;

    align-items: center !important;

  }

}



.btns .site-btn__borderd {

  margin-left: 20px;

}



@media (max-width: 767px) {

  .btns .site-btn__borderd {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btns .site-btn__borderd {

    margin-left: 20px;

    margin-top: 0px;

  }

}



.btns .site-btn__borderd--double {

  border-width: 2px;

  padding: 8.5px 34px;

}



.video-btn {

  text-decoration: none;

}



.video-btn span {

  font-size: 15px;

  text-transform: uppercase;

  color: #828282;

  margin-right: 18px;

}



.video-btn i {

  width: 50px;

  height: 50px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  color: #ffffff;

  border-radius: 50%;

  border: 1px solid #79797A;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.video-btn:hover i {

  background: #1d7733;

  color: #ffffff;

}



.video-btn__2 {

  flex-direction: column;

  justify-content: center;

}



.video-btn__2 i {

  width: 70px;

  height: 70px;

  color: #776c62;

  font-size: 13px;

  margin-bottom: 5px;

  border-color: #E3E0DE;

}



.video-btn__2 span {

  color: #000;

  font-weight: 500;

  margin-right: 0px;

  display: block;

}



.video-btn__2--white i {

  color: #ffffff;

}



.video-btn__2--white span {

  color: #ffffff;

  letter-spacing: 2px;

}



.video-btn__2--white:hover i {

  background-color: #1d7733;

  border-color: #1d7733;

}



.read-more {

  color: #a7a7a7;

  text-transform: uppercase;

  text-decoration: none;

  font-size: 15px;

  display: inline-block;

}



.read-more i {

  padding-left: 10px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.read-more:hover {

  color: #ffffff;

}



.read-more:hover i {

  padding-left: 5px;

}



.read-more__2 {

  color: #6c6c6c;

}



.go-top {

  position: absolute;

  flex-direction: column;

  font-size: 15px;

  color: #a7a7a7;

  text-transform: uppercase;

  text-decoration: none;

  top: -25px;

  left: 50%;

  display: inline-block;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

}



.go-top span {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.go-top span:hover {

  color: #ffffff;

}



.go-top i {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  background-color: #010103;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  color: #ffffff;

  margin-bottom: 10px;

  border: 1px solid #a7a7a7;

  width: 50px;

  height: 50px;

  border-radius: 50%;

}



.go-top i:hover {

  background-color: #1d7733;

}



.go-top__bottom {

  left: 0;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);

  position: static;

  color: #ffffff;

}



@media (max-width: 991px) {

  .go-top__bottom {

    margin-top: 30px;

  }

}



.go-top__bottom span {

  color: #ffffff;

}



.go-top__bottom i {

  display: inline-block;

  width: auto;

  height: auto;

  border: none;

  margin-bottom: 0;

  padding-left: 5px;

  background-color: transparent;

}



.go-top__white i {

  background: #ffffff;

  border-color: #E2DFDD;

  color: #000;

  margin-bottom: 0px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.go-top__white i:hover {

  background-color: #1d7733;

  border-color: #1d7733;

  color: #ffffff;

}



@media (max-width: 991px) {

  .btns-wrapper .site-btn {

    margin-top: 20px;

  }

}



.share-btn {

  color: #6c6c6c;

}



.inline-btn {

  width: 45px;

  height: 45px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  color: #776c62;

  border: 1px solid #E2DFDD;

  border-radius: 5px;

  text-decoration: none;

}



.inline-btn:hover {

  color: #ffffff;

  background-color: #1d7733;

  border-color: #1d7733;

}



/* search css */

.search {

  position: relative;

}



.search__trigger {

  padding: 10px 12px;

}



.search__trigger .open,

.search__trigger .close {

  cursor: pointer;

  line-height: 60px;

  color: #000;

}



.search__trigger .close {

  display: none;

}



.search__form {

  position: absolute;

  visibility: hidden;

  opacity: 0;

  transform: scale(0.9);

  padding: 15px;

  right: 0;

  top: 80px;

  width: 350px;

  z-index: 99;

}



@media (max-width: 767px) {

  .search__form {

    width: 280px;

    right: -100px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .search__form {

    width: 350px;

    right: 0;

  }

}



.search__form form {

  position: relative;

}



.search__form input {

  width: 100%;

  height: 55px;

  border: 0;

  background: #F4F1EE;

  padding: 20px;

}



.search__form button {

  position: absolute;

  right: 0;

  top: 0;

  border: 0;

  background: #1b2026;

  height: 55px;

  width: 55px;

  color: #fff;

  font-size: 18px;

  line-height: 60px;

}



.search__form.active {

  transform: scale(1);

  opacity: 1;

  visibility: visible;

  transition: 0.3s;

  background: #fff;

}





/* side info css */

.hamburger-trigger {
  margin-left: 0;
  /* padding: 12px 12px; */
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
}



.side-info {

  padding-left: 20px;

  padding-right: 20px;

}

.menu-area__right .icon {
  color: #ee6a12;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.side-info .title {

  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;

}

.side-info a.site-btn.bg-green {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #1d7733;
  text-transform: uppercase;
  padding: 0 0 0 22px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 15px;
}

.side-info a.site-btn.bg-green i {
  color: #fff;
  background-color: #1d7733;
  font-weight: 400;
  border-radius: 50px;
  margin-left: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-info .mb-5 {

  margin-bottom: 5px !important;

}



.side-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 9px;
}



.side-info__close {

  top: 0;

  left: 0;

  background: #010103;

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  cursor: pointer;

  border-radius: 50%;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.side-info__close a {

  display: block;

  height: 100%;

  width: 100%;

  color: #ffffff;

}



.side-info__close:hover {

  background: #1d7733;

}



.side-info__wrapper {

  padding: 20px;

}



.side-info .social-links a:hover {

  color: #1d7733;

  border-color: #1d7733;

}



.overlay {

  background-color: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  position: fixed;

  top: 0;

  z-index: 99;

  left: 0;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s linear 0s;

  transition: all 600ms ease;

  -webkit-transition: all 600ms ease;

  -moz-transition: all 600ms ease;

  -ms-transition: all 600ms ease;

  -o-transition: all 600ms ease;

}



.overlay.active {

  opacity: 0.5;

  visibility: visible;

  cursor: url(../images/icons/cancel.png), auto;

}



.side-info-wrapper,

.cart-bar-wrapper {

  position: fixed;

  overflow-y: auto;

  top: 0;

  right: -491px;

  width: 480px;

  height: 100%;

  display: block;

  background-color: #ffffff;

  z-index: 100;

  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);

  padding-top: 0px;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  z-index: 9999;

}



.side-info-wrapper .nav,

.cart-bar-wrapper .nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.side-info-wrapper .nav a,

.cart-bar-wrapper .nav a {

  flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  max-width: 100%;

  font-size: 18px;

  color: #010103;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  padding: 12px 10px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 2px;

}



.side-info-wrapper .nav a.active,

.cart-bar-wrapper .nav a.active {

  background: #010103;

  color: #ffffff;

}



.side-info-wrapper.show,

.cart-bar-wrapper.show {

  right: 0;

}



/* .side-info-wrapper.mm-only.show {

  display: none;

} */



@media (max-width: 991px) {

  .side-info-wrapper.mm-only.show {

    display: inline-block;

  }

}



@media (max-width: 991px) {

  .side-info-wrapper.show-all.show {

    display: none;

  }

}



.side-info-wrapper .contact__info li {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  font-size: 15px;

  align-items: flex-start;

}



.side-info-wrapper .contact__info li span {

  margin-right: 10px;

  flex: 0 0 15px;

  -ms-flex: 0 0 15px;

  max-width: 15px;

  color: #1d7733;

  font-size: 15px;

}



.side-info-wrapper .contact__info li p {

  flex: 0 0 85%;

  -ms-flex: 0 0 85%;

  max-width: 85%;

}



.side-info-wrapper .contact__info li:not(:last-child) {

  margin-bottom: 5px;

}



/* mini cart css */

.cart {

  margin-left: 10px;

  padding: 10px 12px;

  cursor: pointer;

}



.cart__count {

  width: 20px;

  height: 20px;

  font-size: 12px;

  color: #ffffff;

  background: #80A093;

  position: absolute;

  top: 10px;

  right: 0px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  line-height: 0;

}



.cart-bar-wrapper {

  padding: 25px 20px;

  padding-top: 60px;

}



.cart-bar-wrapper .site-btn {

  font-size: 12px;

  padding: 7px 18px;

}



.cart-bar-wrapper .site-btn__borderd {

  color: #010103;

  margin-left: 15px;

}



.cart-bar-wrapper .site-btn__borderd:hover {

  color: #ffffff;

}



@media (max-width: 767px) {

  .cart-bar-wrapper .btns {

    flex-direction: column;

    justify-content: flex-start !important;

    align-items: flex-start !important;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .cart-bar-wrapper .btns {

    flex-direction: row;

    justify-content: flex-start !important;

    align-items: center !important;

  }

}



@media (max-width: 767px) {

  .cart-bar-wrapper .btns .site-btn__borderd {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .cart-bar-wrapper .btns .site-btn__borderd {

    margin-left: 20px;

    margin-top: 0px;

  }

}



.cart-bar__close {

  position: absolute;

  top: 0;

  left: 0;

  background: #010103;

  width: 40px;

  height: 40px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.cart-bar__close a {

  color: #fff;

  position: relative;

  z-index: 2;

  font-size: 16px;

  left: 0;

  height: 100%;

  text-decoration: none;

}



.cart-bar__title {

  font-size: 18px;

  font-family: "Open Sans", sans-serif;

  text-transform: uppercase;

  font-weight: 600;

  display: block;

  padding-bottom: 15px;

  border-bottom: 1px solid #F4F1EE;

  margin-bottom: 15px;

}



.cart-bar__title span {

  color: #000;

}



.cart-bar__item .thumb {

  background: #ffffff;

  min-width: 70px;

}



.cart-bar__item .thumb img {

  max-width: 60px;

}



.cart-bar__item .content {

  padding-right: 25px;

  position: relative;

}



.cart-bar__item .content .title {

  font-size: 14px;

  font-weight: 500;

  text-transform: uppercase;

}



.cart-bar__item .content .title a {

  text-decoration: none;

  color: #010103;

}



.cart-bar__item .content .price {

  color: #010103;

  font-weight: 600;

  font-size: 15px;

}



.cart-bar__item .content .remove {

  top: 50%;

  right: 0px;

  color: #ffffff;

  width: 20px;

  height: 20px;

  font-size: 12px;

  line-height: 22px;

  text-align: center;

  position: absolute;

  border-radius: 100%;

  background-color: #80A093;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.cart-bar__subtotal {

  border-bottom: 1px solid #F4F1EE;

  border-top: 1px solid #F4F1EE;

  padding: 7px 0px;

  display: block;

  margin-top: 20px;

  margin-bottom: 20px;

}



.cart-bar__subtotal span {

  color: #010103;

  text-transform: uppercase;

  font-weight: 600;

}



.cart-bar__lists .cart-bar__item:not(:last-child) {

  margin-bottom: 15px;

}



.bg-orange {

  background: rgb(232, 131, 42);
  background: linear-gradient(0deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);

}

.bg-green {
  background: rgb(17, 96, 39);
  background: linear-gradient(180deg, rgba(17, 96, 39, 1) 0%, rgba(6, 147, 55, 1) 100%);

}



/* hero area css */

.hero__area {

  z-index: 1;

  padding-top: 275px;

  padding-bottom: 90px;

}



.hero__area .shape {

  left: 0;

  top: 0;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .hero__area .shape {

    width: 35%;

  }

}



@media (max-width: 1199px) {

  .hero__area .shape {

    width: 35%;

  }

}



.hero__area .shape__2 {

  left: auto;

  right: 0;

}



@media (max-width: 991px) {

  .hero__area .mm-reverse {

    flex-direction: column-reverse;

  }

}



.hero__area--2 {

  padding-top: 0px;

  padding-bottom: 80px;

}



.hero__area--2 .shape {

  top: -65px;

}



.hero__area--2 .shape__2 {

  right: 0;

  top: -100px;

}





.hero_wrapper-sm {

  display: flex;

  height: 100%;

  flex-direction: column;

  justify-content: end;

  padding-top: 150px;

  padding-bottom: 90px;



}





@media (max-width: 767px) {

  .hero__area--3 {

    padding-top: 225px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__area--3 {

    padding-top: 285px;

  }

}



.hero__area--3 .vide-wrapper {

  height: 100%;

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  max-width: 100%;

  align-items: flex-end;

  justify-content: flex-end;

}



.hero__area--3 .vide-wrapper .vide-btn {

  right: 0;

  bottom: 0;

}



@media (max-width: 767px) {

  .hero__area--3 .vide-wrapper {

    justify-content: center;

    margin-top: 30px;

  }

}



.hero__content {

  z-index: 2;

}



.hero__content .title {

  color: #ffffff;

  line-height: 1.4;

  margin-bottom: 20px;

  font-weight: bold;

}





.hero__content p {

  color: #fff;

  margin-bottom: 30px;

}



@media (max-width: 991px) {

  .hero__content--2 {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

  }

}



.hero__content--2 .title {

  color: #000;

  font-size: 120px;

  line-height: 115px;

}



@media (max-width: 1199px) {

  .hero__content--2 .title {

    font-size: 80px;

    line-height: 75px;

  }

}



@media (max-width: 767px) {

  .hero__content--2 .title {

    font-size: 50px;

    line-height: 45px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content--2 .title {

    font-size: 80px;

    line-height: 75px;

  }

}



.hero__content--2 p {

  color: #6c6c6c;

}



@media (max-width: 767px) {

  .hero__content--2 .btns {

    align-items: center !important;

    margin-top: 5px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content--2 .btns {

    align-items: flex-start !important;

    margin-top: 25px;

  }

}



@media (max-width: 767px) {

  .hero__content--2 .btns .site-btn {

    margin-right: 0px;

    margin-top: 15px;

  }

}



.btn-check:focus+.btn-primary,

.btn-primary:focus {

  color: #fff;

  background-color: #0b5dd700;

  border-color: #0a57ca00;

  box-shadow: 0 0 0 .25rem rgba(49, 131, 253, 0);

}



.btn-primary:hover {

  color: #fff;

  background-color: #007731;

  border-color: #007731;

}

.hero__area--3 {
  padding-top: 185px;
  background-position: center top;
  padding-bottom: 285px;
}


.hero__content h3.bannerTitle {
  color: #116027;
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1;
}

.hero__content h1.title {
  color: #069337;
  font-weight: bold;
  font-size: 90px;
  line-height: 1;
  text-transform: uppercase;
}

.hero__content p {
  font-size: 20px;
  color: #000;
  line-height: 36px;
  font-weight: 500;
  padding-right: 36%;
}


.section {
  padding: 120px 0;
}

.section-title h3 {
  font-size: 36px;
  color: #116027;
  font-weight: 500;
  text-transform: uppercase;
  width: max-content;
  margin-bottom: 13px;
  margin: 0 auto 17px;
}

.section-title h2 {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.section-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}


.stats-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  background: white;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 50px;
  box-shadow: 0px 9px 17px 0px #00000012;
}

.stat-box {
  text-align: left;
  border-right: 1px dashed #ddd;
  padding: 40px 30px 40px 30px;
}

/* Making 2nd and 4th Box Bigger */
.stat-box:nth-child(2),
.stat-box:nth-child(5) {
  grid-column: span 2;
}

.stat-box:last-child {
  border-right: none;
}

.stat-number {
  font-size: 42px;
  font-weight: bold;
  background: rgb(232, 131, 42);
  background: linear-gradient(180deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.stat-label {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
  line-height: 20px;
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .stats-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}


.dmc-location h2.dmc-title {
  font-size: 223px;
  font-weight: bold;
  color: #eef5f0;
  margin-bottom: 0;
  text-align: center;
}


.vid-container {
  height: 100%;
}

.vid-container img.vid-thumb {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.vid-container img.ply-btn {
  position: absolute;
  top: 43%;
  width: auto;
  left: 50%;
  transform: translate(-50%);
}


.portal-img img.portal-img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  width: 100%;
}

.portal-img .sat-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0 0px 0px 24px;
  border: 2px solid #f1f1f1;
  border-top: 0;
  border-right: 0;
}

.portal-img .sat-logo-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0 0px 0px 24px;
  border: 2px solid #f1f1f1;
  border-top: 0;
  border-right: 0;
}

.h3-title-1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  padding-left: 70px;
}

.h3-title-1 span {
  color: #fff;
  font-size: 36px;

}

ul.green-bx-pointer {
  padding-left: 35px;
  padding-top: 50px;
}

ul.green-bx-pointer li p {
  color: #fff;
  font-size: 18px;
}

ul.green-bx-pointer li {
  margin-bottom: 15px;
}

ul.green-bx-pointer li:nth-child(2) {
  margin-bottom: 0;
}

ul.green-bx-pointer li::marker {
  color: #fff;
  font-size: 22px;
}

.small-green-bx a.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 23px;
}

.small-trnas {
  padding: 40px 40px;
}

.small-trnas h4.h4-title-1 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.small-trnas h4.h4-title-1 span {
  color: #fff;
  font-size: 28px;
}


ul.orange-bx-pointer li p {
  color: #fff;
  font-size: 18px;
}

ul.orange-bx-pointer li {
  margin-bottom: 15px;
}



ul.orange-bx-pointer li::marker {
  color: #fff;
  font-size: 22px;
}


.portal-tech .tech-Bx {
  background: #fff;
  border-radius: 25px;
  padding: 32px;
  box-shadow: 0px 7px 20px 7px #00000017;
  height: 100%;
}

.portal-tech .tech-Bx h3 {
  font-size: 24px;
  color: #14963f;
  font-weight: 600;
  margin-bottom: 12px;
}

.portal-tech .tech-Bx img.icon {
  margin-bottom: 22px;
}

.custom-padding-tech {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem;
  margin-top: 20px;
  align-items: flex-end;
}

.rbt-cat-box-1.image-overlaping-content {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 30px;
  background: rgb(0, 112, 186);
  background: linear-gradient(48deg, rgba(0, 112, 186, 1) 0%, rgba(0, 0, 0, 0) 100%), url(../images/data-pro.png);
  z-index: 2;
  border-radius: 25px;
  background-color: #0070ba;
}

.rbt-cat-box-1.image-overlaping-content .inner .thumbnail {
  height: 100%;
  width: 100%;
}

.rbt-cat-box-1.image-overlaping-content .inner .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.rbt-cat-box-1.image-overlaping-content .inner {
  padding: 0;
  box-shadow: none;
  position: relative;
  height: 130px;
}

.rbt-cat-box-1.image-overlaping-content .inner .content .title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  margin-bottom: 11px;
  line-height: 1.2;
}

.rbt-cat-box-1.image-overlaping-content .inner .content p {
  color: #fff;
  text-align: left;
}

.rbt-cat-box-1.image-overlaping-content .inner .content {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}


.travel-parrtener .travel-content h4 {
  font-size: 40px;
  color: #116027;
  font-family: 'Ananda Black Personal Use';
  text-align: center;
  margin-bottom: 30px;
}

.travel-parrtener .travel-content h2.grad-orange {
  font-size: 90px;
  background: rgb(232, 131, 42);
  background: linear-gradient(0deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
}

.travel-parrtener .travel-content p {
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0 12%;
}

.travel-img img {
  margin-top: -130px;
  z-index: -1;
  position: relative;
}

.package-offer-btn a.site-btn.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 23px;
  transition: 0.3s all ease;
}

.package-offer-btn a.site-btn.bg-green {
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: flex-end;
  margin-left: auto;
}

.sutom-padding-pacjafe {
  --bs-gutter-x: 4.5rem;
  --bs-gutter-y: 1.5rem;
}

.package-offers {
  padding: 100px 0;
  border-top: 5px solid #069136;
  border-bottom: 5px solid #069136;
  margin-top: 5px;
}


.package-news {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #eeee;
  margin-top: 30px;
}

.package-news .package-content {

  padding: 24px 30px;
}

.package-news .package-content h4.package-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.package-news .package-content a.site-btn-orange.bg-orange i {
  color: #f07829;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 23px;
}

.package-news .package-content .site-btn-orange {
  font-size: 18px;
  color: #ffffff;
  padding: 9px 20px 9px 26px;
  text-decoration: none;
  border-radius: 5px 15px 15px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 3px solid #ffffffdb;
  font-weight: 700;
  margin-top: 20px;
}


.benefits-paetner {
  background-image: url(../images/benefrits-text.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.rightImg img {
  position: absolute;
  right: -120px;
}

.benefits-pointers .benefits-items {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
  position: relative;
}

.benefits-pointers .benefits-items::before {
  content: "";
  border-bottom: 2px dashed #b4d6bd;
  position: absolute;
  bottom: -28px;
  right: 30px;
  width: 81%;
}

.benefits-pointers .benefits-items:last-child::before {
  content: "";
  border-bottom: 0px dashed #b4d6bd;
}

.benefits-pointers .benefits-items:last-child {
  margin-bottom: 0px;
}

.benefits-pointers {
  padding-top: 50px;
}

.benefits-pointers .benefits-items .benefits-content h3 {
  font-size: 30px;
  color: #126127;
  font-weight: bold;
}

.benefits-pointers .benefits-items .benefits-content {
  margin-left: 20px;
}

.hover-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  background: white;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  margin-top: 10px;
}

.cta {
  background: #333;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  height: 666px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cta:hover img {
  top: 0%;
  filter: blur(3px);
}

.cta .text h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}

.cta:hover .text {
  bottom: 0;
}

.cta img {
  bottom: 0;
  filter: blur(0);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
}

.cta .text {
  bottom: -40%;
  padding: 30px 44px 33px 30px;
  position: absolute;
  transition: 0.5s ease-in-out;
}

.cta .text h2 {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 5px;
  position: relative;
}

.cta .text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.contact__wrapper {
  position: relative;
  z-index: 2;
  padding: 40px 35px 40px 35px;
  border: 3px solid #098633;
  background: #046830;
  border-radius: 20px;
  margin-top: 36px;
}

.contact__form input,
.contact__form textarea {
  border: 0px solid #E2DFDD;
  font-size: 15px;
  padding: 12px 0px;
  color: #fff;
  width: 100%;
  background: transparent;
  /* box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3); */
  border-radius: 0;
  border-bottom: 1px solid #338656;
  margin-bottom: 20px;
}

.contact__form .site-btn-orange {
  border: 0px solid #ffffffdb;

}

.contact__form textarea {
  height: 130px;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.contact__form .site-btn-orange.bg-orange i {
  color: #f07829;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 23px;
}

.contact-form-section .section-title h2 {
  font-size: 50px;
  color: #069337;
  font-weight: bold;
  text-transform: uppercase;
}

.sepratoe {
  border-top: 2px solid #3a9e5d;
  margin-top: 40px;
}


.middle-footer p {
  color: #fff;
  font-size: 14px;
}

.footer-menu {
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 0;
  justify-content: end;
}

.footer-menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  color: #ee6a12;
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;

}

.footer-menu li {
  margin-right: 10px;
}

.footer-menu li:nth-child(3) {
  margin-right: 0px;
}

.middle-footer {
  margin-top: 25px;
}





::-webkit-scrollbar {

  width: 6px;

  height: 3px
}





::-webkit-scrollbar-track {

  background-color: #ebebeb;

  -webkit-border-radius: 10px;

  border-radius: 10px
}



::-webkit-scrollbar-thumb {

  -webkit-border-radius: 10px;

  border-radius: 10px;

  background: #007731
}



.recommendedHotels .swiper-pagination {

  display: none;

}





html {

  scroll-behavior: smooth;

  overflow-x: hidden;

  height: 100%;

}



body {

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  padding: 0;

  margin: 0;

  font-weight: 400;

  position: relative;

  transition: filter 0.3s ease;

  /* overflow-x: hidden;

  height: 100%; */

  line-height: 29px;

}



body.blurred {

  filter: blur(5px);

  /* Blur the entire body */

}



body.blurred .site-header {

  filter: none;

  /* Exclude the header from the blur */

  pointer-events: all;

  /* Allow interaction with the header */

}

.logo {
  text-align: start;
}


.has-mega-menu:hover .mega-menu {

  display: block;

}



img {

  max-width: 100%;

  height: auto;

  transition: all 0.3s ease-out 0s;

}



.section {

  padding: 120px 0;

}



button {

  cursor: pointer;

}



*:focus {

  outline: none;

}



.nav-icon img {

  width: 22px;

  height: 22px;

}



button {

  border: none;

  font-family: "Open Sans", sans-serif;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



span {

  font-family: "Open Sans", sans-serif;

}



button:focus {

  outline: none;

}



a {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  font-family: "Open Sans", sans-serif;

}



a:hover {

  text-decoration: none;

  color: #fff;

}



table {

  width: 100%;

}



p,

li,

span {

  color: #000;

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 0;

  color: var(--active);

}



/* reset css end */

/* global css start */

.nice-select {

  background-color: transparent;

  height: 40px !important;

  line-height: 40px !important;

  min-height: 40px !important;

  padding: 0 30px;

}



.nice-select span {

  color: #000;

}



.nice-select .list li {

  margin-right: 0 !important;

}



.nice-select .list .option {

  color: #000;

}



.nice-select .list .option.selected,

.nice-select .list .option:hover {

  border: none !important;

}





/* global css end */

.bg_img {



  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

}


.dark-bg {

  background-color: #010103;

}



.grey-bg {

  background: #F4F1EE;

}



.white {

  color: #ffffff;

}



.f-right {

  float: right;

}



.section-heading {

  position: relative;

  z-index: 2;

}



@media (max-width: 991px) {

  .section-heading {

    text-align: center;

  }

}



.section-heading .sub-title {

  color: #ffffff;

  background: #1d7733;

  font-family: "Open Sans", sans-serif;

  display: inline-block;

  font-size: 12px;

  text-transform: uppercase;

  padding: 1.5px 13px;

  letter-spacing: 2px;

  border-radius: 3px;

  line-height: 22px;

  margin-bottom: 23px;

}



.section-heading .title {

  color: #ffffff;

  font-size: 55px;

  line-height: 57px;

  text-transform: uppercase;

}



@media (max-width: 767px) {

  .section-heading .title {

    font-size: 36px;

    line-height: 38px;

  }

}



.section-heading p {

  font-size: 18px;

}



.section-heading p:not(:last-child) {

  margin-bottom: 35px;

}



.section-heading__black .title {

  color: #000;

}



.border-effect a,

.border-effect span.border-effect {

  position: relative;

  display: inline;

  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));

  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-size: 0px 2px;

  background-position: 0px 95%;

  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  padding: 0.7% 0px;

  background-repeat: no-repeat;

  color: inherit;

}



.border-effect a:hover,

.border-effect span.border-effect:hover {

  background-size: 100% 2px;

}



span.border-effect {

  position: relative;

  display: inline;

  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));

  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-size: 0px 2px;

  background-position: 0px 95%;

  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  padding: 0.7% 0px;

  background-repeat: no-repeat;

  color: inherit;

}



span.border-effect:hover {

  background-size: 100% 2px;

}





/* typography css start */

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: bold;

  color: #000;

  margin: 0;

  line-height: 1;

  font-family: "Open Sans", sans-serif;

}



h1 {

  font-size: 60px;

}



h2 {

  font-size: 48px;

  margin-bottom: 20px;

}



h3 {

  font-size: 38px;

}



h4 {

  font-size: 28px;

}



h5 {

  font-size: 18px;

}



h6 {

  font-size: 8px;

}



/* typography css end */

/*--

    - Overlay

------------------------------------------*/

[data-overlay] {

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  z-index: 1;

}



[data-overlay]::before {

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 100%;

  z-index: -1;

}







.top-header {

  background-color: #002911;

  padding: 6px 0;

}





/* Heder css start*/

.site-header {

  width: 100%;

  z-index: 9;

}



.site-header {

  position: relative;

  z-index: 9;

  /* Ensure header stays above the blur */

}



.padding-0 {

  padding: 0;

}



.site-header__3 {

  padding: 0px 0px;

}



@media (max-width: 991px) {

  .site-header__3 {

    padding: 15px 0px;

  }

}





.site-header__4 {

  border: none;

}



@media (max-width: 1199px) {

  .site-header__4 {

    padding: 15px 0px;

  }

}



.header-top {

  padding: 30.5px 0px;

  border-bottom: 1px solid #32323D;

}



@media (max-width: 1199px) {

  .header-top__left {

    justify-content: center;

  }

}



@media (max-width: 991px) {

  .header-top__left .logo {

    display: none;

  }

}



@media (max-width: 767px) {

  .header-top__right {

    margin-top: 25px;

    flex-direction: column;

    justify-content: center;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__right {

    flex-direction: row;

    justify-content: center;

    align-items: center;

  }

}



.header-top__right a {

  text-decoration: none;

}



.header-top__right .tel {

  color: #ffffff;

  font-size: 18px;

}



.header-top__right .tel i {

  color: #1d7733;

  padding-right: 15px;

  font-size: 19px;

}



.header-top__right .site-btn {

  margin-left: 80px;

}



@media (max-width: 1199px) {

  .header-top__right .site-btn {

    margin-left: 40px;

  }

}



@media (max-width: 767px) {

  .header-top__right .site-btn {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__right .site-btn {

    margin-left: 40px;

    margin-top: 0px;

  }

}



@media (max-width: 1199px) {

  .header-top__right--2 {

    margin-top: 20px;

  }

}



.header-top__2 {

  border-color: #E2DFDD;

}



.header-top__2 .site-btn {

  margin-left: 100px;

}



@media (max-width: 1199px) {

  .header-top__2 .site-btn {

    margin-left: 50px;

  }

}



@media (max-width: 767px) {

  .header-top__2 .site-btn {

    margin-left: 0px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__2 .site-btn {

    margin-left: 50px;

  }

}



.header-top__infos {

  margin: 0;

}



@media (max-width: 991px) {

  .header-top__infos {

    padding-left: 0px;

  }

}



@media (max-width: 767px) {

  .header-top__infos {

    flex-direction: column;

    margin-top: -10px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos {

    flex-direction: row;

    margin-top: 0px;

  }

}



.header-top__infos li {

  color: #6c6c6c;

  text-transform: uppercase;

  font-weight: 500;

}



.header-top__infos li:not(:last-child) {

  margin-right: 65px;

}



@media (max-width: 767px) {

  .header-top__infos li:not(:last-child) {

    margin-right: 0px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos li:not(:last-child) {

    margin-right: 55px;

  }

}



.header-top__infos li i {

  color: #1d7733;

  padding-right: 10px;

  font-size: 19px;

}



.header-top__infos li a {

  color: #6c6c6c;

  text-decoration: none;

}



@media (max-width: 767px) {

  .header-top__infos li {

    margin-top: 10px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos li {

    margin-top: 0px;

  }

}





/* Navigation css */

.main-menu ul {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  align-items: center;

  flex-wrap: wrap;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

}



.main-menu ul li {

  margin: 0;

}



/* .main-menu ul li:not(:last-child) {

  padding-right: 56px;

} */





.main-menu ul li:nth-child(1) {
  padding-right: 30px;
}

.main-menu ul li:nth-child(2) {
  padding-right: 30px;
}

.main-menu ul li:nth-child(3) {
  padding-right: 10px;
}

.main-menu ul li:nth-child(4) {
  padding-right: 10px;
}

.main-menu ul li:nth-child(5) {
  padding-right: 30px;
}

.main-menu ul li:nth-child(6) {
  padding-right: 30px;
}



/* @media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .main-menu ul li:not(:last-child) {

    margin-right: 30px;

  }

} */



/* @media (max-width: 1199px) {

  .main-menu ul li:not(:last-child) {

    margin-right: 11px;

  }

} */



.main-menu ul li a {

  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;

}



.main-menu ul li a.site-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px 20px 13px 20px;
  position: relative;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-orange {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f07829;
  text-transform: uppercase;
  padding: 0 0 0 22px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-orange i {
  color: #fff;
  background-color: #f07829;
  font-weight: 400;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-green {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  padding: 8px 12px 8px 12px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.main-menu ul li a span.bold {
  font-weight: 600;
  margin-left: 3px;
  text-transform: capitalize;
}

span.bold {
  font-weight: 800;
  text-transform: capitalize;
}

.hero__content a.site-btn-orange.bg-orange i {
  color: #f07829;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 23px;
}



.main-menu ul li a.site-btn i {

  display: flex;
  margin-left: 15px;
  font-size: 19px;

}



.main-menu ul li:hover a {

  color: #069337;

}



/* .main-menu ul li:hover a.site-btn {

  color: #fff;

} */



.nav-icon {

  background-color: #002911;

  width: 48px;

  height: 48px;

  text-align: center;

  border-radius: 50px;

  display: inline-block;

  line-height: 45px;

  margin-right: 10px;

}



.main-menu ul li a.nav-call {

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #e5e5e5;

  border-radius: 50px;

  padding: 7px 25px 7px 7px;

}



.main-menu ul li:hover>.mega-menu {

  visibility: visible;

  opacity: 1;

  -webkit-transform: scaleY(100%);

  -ms-transform: scaleY(100%);

  transform: scaleY(100%);

}



.main-menu ul li .mega-menu {

  position: absolute;

  width: 77.39%;

  left: 0;

  top: 100%;

  visibility: hidden;

  opacity: 0;

  background: #ffffff;

  padding: 20px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  z-index: 3;

  text-align: left;

  transform-origin: 50% 0;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  margin: 0 auto;

  right: 0;

  z-index: 1000;

  border-radius: 10px;

  border: 2px solid #00783236;

}





.site-header.site-header__3 .main-menu ul li a:hover i.ri-arrow-down-s-line {

  transform: rotate(-180deg);

  margin-top: 2px;

  color: #1d7733;

}



.site-header.site-header__3 .main-menu ul li a i.ri-arrow-down-s-line {

  font-size: 20px;

}



.main-menu ul li .mega-menu li {

  margin-right: 0px;

}



.mean-nav .nav-icon {

  line-height: 36px;

}



.mean-nav .nav-icon img {

  width: 15px;

  height: 22px;

}



.mean-nav .nav-icon {

  width: 37px;

  height: 37px;

}



.main-menu ul li .mega-menu li a {

  color: #010103;

  padding: 12px 15px;

  font-size: 16px;

  line-height: 1.5;

  /* border-radius: 8px; */

  align-items: center;

  font-weight: 400;

  transition: 0.3s all ease;

  display: flex;

  justify-content: space-between;

  margin: 10px 16px;

  border-bottom: 2px solid #f4f4f4;

}



.main-menu ul li .mega-menu .submenu-item li a i {

  opacity: 0;

  transition: 0.3s all ease;

}



.main-menu ul li .mega-menu .submenu-item li a:hover i {

  opacity: 1;

  transition: 0.3s all ease;

}



.main-menu ul li .mega-menu li a::after {

  left: 15px;

}



.main-menu ul li .mega-menu li a:hover::after {

  left: 10px;

}



.main-menu ul li .mega-menu li:hover>a {

  color: #1d7733;

  background-color: #f3f5fd;

}



.main-menu ul li .mega-menu li:hover>a::after {

  left: 10px;

}



.main-menu ul li .mega-menu ul {

  display: block;

}



.main-menu ul li .mega-menu ul.submenu-item {

  border-right: 2px solid #f4f4f4;

}



.main-menu ul li .mega-menu .col-lg-3:nth-child(4) ul.submenu-item {

  border-right: 0px solid #000;

}



.main-menu ul li .mega-menu .active>a {

  color: #1d7733;

  letter-spacing: 1px;

}



.main-menu ul li .mega-menu .active>a::after {

  left: 10px;

}



/* .main-menu ul .active>a {

  color: #1d7733;

} */



.main-menu ul .active>a::after {

  opacity: 1;

  visibility: visible;

  left: 0;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .main-menu__2 ul li:not(:last-child) {

    margin-right: 20px;

  }

}



.main-menu__2 ul li a {

  color: #000;

  font-weight: 500;

}



@media (max-width: 1199px) {

  .main-menu__3 {

    margin-left: 0px;

  }

}



/* @media (max-width: 991px) {

  .main-menu__3 {

    display: none;

  }

} */





.main-menu__4 ul li a {

  color: #000;

  font-weight: 500;

}



.menu-area {

  position: relative;

  z-index: 99;

}



.bg-gradient-green {

  background: rgb(1, 42, 17);

  background: linear-gradient(270deg, rgba(1, 42, 17, 1) 0%, rgba(27, 114, 48, 1) 50%, rgba(1, 42, 17, 1) 100%);

}



.topbar {

  padding: 6px 0;

  margin: 0 auto;

  border-radius: 0 0 10px 10px;

}



.discountPara {

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: 400;

  letter-spacing: 3px;

}



.code-syle {

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: bold;

  letter-spacing: 3px;

}



@media (max-width: 991px) {

  .menu-area {

    padding-top: 15px;

  }

}



.menu-area__right .item {
  color: #000;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
}



.menu-area__right .item i {
  color: #777777;
  font-size: 20px;
}



.menu-area__right--2 .item {

  color: #000;

}



.menu-area__right--2 .item i {

  color: #000;

}



.menu-area__right--4 .item {

  color: #000;

}



.menu-area__right--4 .item i {

  color: #000;

}



@media (max-width: 991px) {

  .menu-area__3 {

    padding-top: 0px;

  }

}



.menu-area.sticky-header {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 999;

  background: #ffffff;

  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);

  padding: 10px 0;

}

.menu-area.menu-area__3.menu-area.sticky-header .logo {
  position: unset;
}

.menu-area.menu-area__3.menu-area.sticky-header .logo img {
  width: 117px;
  padding: 0px 0px;
}



@media (max-width: 991px) {

  .menu-area.sticky-header {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}



.menu-area-2.sticky-header {

  background-color: #ffffff;

}



@media (max-width: 991px) {

  .menu-area-2.sticky-header {

    padding-top: 10px;

    padding-bottom: 0px;

  }

}



.menu-area__4.sticky-header {

  background-color: #ffffff;

}



.menu-area.animated {

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

}



.mean-container .mean-nav ul li a:hover {

  color: #007832;

}



.mean-container .mean-nav ul li a.site-btn:hover {

  color: #fff;

}



/* Social link css */

.social-links a {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  border-radius: 4px;

  font-size: 13px;

  border: 1px solid #808080;

  text-align: center;

  line-height: 27px;

  color: #808080;

  text-decoration: none;

}



.social-links a:not(:last-child) {

  margin-right: 10px;

}



.social-links a:hover {

  border-color: #ffffff;

  color: #ffffff;

}



.social-links__2 a {

  border-color: #E2DFDD;

}



.social-links__2 a:hover {

  border-color: #999999;

  color: #000;

}



/* Button css */

.site-btn {

  font-size: 20px;

  color: #ffffff;

  background: #1d7733;

  padding: 13px 20px 13px 26px;

  text-decoration: none;

  border-radius: 5px 15px 15px 15px;

  position: relative;

  z-index: 1;

  display: inline-block;

  border: 3px solid #ffffffdb;

  font-weight: 500;

}

.site-btn-orange {
  font-size: 18px;
  color: #ffffff;
  background: #e4812c;
  padding: 13px 20px 13px 26px;
  text-decoration: none;
  border-radius: 5px 15px 15px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 3px solid #ffffffdb;
  font-weight: 700;

}



.site-btn:hover {

  color: #ffffff;

}



@media (max-width: 767px) {

  .site-btn {

    padding: 9.5px 30px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .site-btn {

    padding: 9.5px 34px;

  }

}







@media (max-width: 767px) {

  .btns {

    flex-direction: column;

    justify-content: flex-start !important;

    align-items: flex-start !important;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btns {

    flex-direction: row;

    justify-content: flex-start !important;

    align-items: center !important;

  }

}



.btns .site-btn__borderd {

  margin-left: 20px;

}



@media (max-width: 767px) {

  .btns .site-btn__borderd {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btns .site-btn__borderd {

    margin-left: 20px;

    margin-top: 0px;

  }

}



.btns .site-btn__borderd--double {

  border-width: 2px;

  padding: 8.5px 34px;

}



.video-btn {

  text-decoration: none;

}



.video-btn span {

  font-size: 15px;

  text-transform: uppercase;

  color: #828282;

  margin-right: 18px;

}



.video-btn i {

  width: 50px;

  height: 50px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  color: #ffffff;

  border-radius: 50%;

  border: 1px solid #79797A;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.video-btn:hover i {

  background: #1d7733;

  color: #ffffff;

}



.video-btn__2 {

  flex-direction: column;

  justify-content: center;

}



.video-btn__2 i {

  width: 70px;

  height: 70px;

  color: #776c62;

  font-size: 13px;

  margin-bottom: 5px;

  border-color: #E3E0DE;

}



.video-btn__2 span {

  color: #000;

  font-weight: 500;

  margin-right: 0px;

  display: block;

}



.video-btn__2--white i {

  color: #ffffff;

}



.video-btn__2--white span {

  color: #ffffff;

  letter-spacing: 2px;

}



.video-btn__2--white:hover i {

  background-color: #1d7733;

  border-color: #1d7733;

}



.read-more {

  color: #a7a7a7;

  text-transform: uppercase;

  text-decoration: none;

  font-size: 15px;

  display: inline-block;

}



.read-more i {

  padding-left: 10px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.read-more:hover {

  color: #ffffff;

}



.read-more:hover i {

  padding-left: 5px;

}



.read-more__2 {

  color: #6c6c6c;

}



.go-top {

  position: absolute;

  flex-direction: column;

  font-size: 15px;

  color: #a7a7a7;

  text-transform: uppercase;

  text-decoration: none;

  top: -25px;

  left: 50%;

  display: inline-block;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

}



.go-top span {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.go-top span:hover {

  color: #ffffff;

}



.go-top i {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  background-color: #010103;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  color: #ffffff;

  margin-bottom: 10px;

  border: 1px solid #a7a7a7;

  width: 50px;

  height: 50px;

  border-radius: 50%;

}



.go-top i:hover {

  background-color: #1d7733;

}



.go-top__bottom {

  left: 0;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);

  position: static;

  color: #ffffff;

}



@media (max-width: 991px) {

  .go-top__bottom {

    margin-top: 30px;

  }

}



.go-top__bottom span {

  color: #ffffff;

}



.go-top__bottom i {

  display: inline-block;

  width: auto;

  height: auto;

  border: none;

  margin-bottom: 0;

  padding-left: 5px;

  background-color: transparent;

}



.go-top__white i {

  background: #ffffff;

  border-color: #E2DFDD;

  color: #000;

  margin-bottom: 0px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.go-top__white i:hover {

  background-color: #1d7733;

  border-color: #1d7733;

  color: #ffffff;

}



@media (max-width: 991px) {

  .btns-wrapper .site-btn {

    margin-top: 20px;

  }

}



.share-btn {

  color: #6c6c6c;

}



.inline-btn {

  width: 45px;

  height: 45px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  color: #776c62;

  border: 1px solid #E2DFDD;

  border-radius: 5px;

  text-decoration: none;

}



.inline-btn:hover {

  color: #ffffff;

  background-color: #1d7733;

  border-color: #1d7733;

}



/* search css */

.search {

  position: relative;

}



.search__trigger {

  padding: 10px 12px;

}



.search__trigger .open,

.search__trigger .close {

  cursor: pointer;

  line-height: 60px;

  color: #000;

}



.search__trigger .close {

  display: none;

}



.search__form {

  position: absolute;

  visibility: hidden;

  opacity: 0;

  transform: scale(0.9);

  padding: 15px;

  right: 0;

  top: 80px;

  width: 350px;

  z-index: 99;

}



@media (max-width: 767px) {

  .search__form {

    width: 280px;

    right: -100px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .search__form {

    width: 350px;

    right: 0;

  }

}



.search__form form {

  position: relative;

}



.search__form input {

  width: 100%;

  height: 55px;

  border: 0;

  background: #F4F1EE;

  padding: 20px;

}



.search__form button {

  position: absolute;

  right: 0;

  top: 0;

  border: 0;

  background: #1b2026;

  height: 55px;

  width: 55px;

  color: #fff;

  font-size: 18px;

  line-height: 60px;

}



.search__form.active {

  transform: scale(1);

  opacity: 1;

  visibility: visible;

  transition: 0.3s;

  background: #fff;

}





/* side info css */

.hamburger-trigger {
  margin-left: 0;
  /* padding: 12px 12px; */
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
}



.side-info {

  padding-left: 20px;

  padding-right: 20px;

}

.menu-area__right .icon {
  color: #ee6a12;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}


.side-info .title {

  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;

}

.side-info a.site-btn.bg-green {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #1d7733;
  text-transform: uppercase;
  padding: 0 0 0 22px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 15px;
}

.side-info a.site-btn.bg-green i {
  color: #fff;
  background-color: #1d7733;
  font-weight: 400;
  border-radius: 50px;
  margin-left: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-info .mb-5 {

  margin-bottom: 5px !important;

}



.side-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 9px;
}



.side-info__close {

  top: 0;

  left: 0;

  background: #010103;

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  cursor: pointer;

  border-radius: 50%;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.side-info__close a {

  display: block;

  height: 100%;

  width: 100%;

  color: #ffffff;

}



.side-info__close:hover {

  background: #1d7733;

}



.side-info__wrapper {

  padding: 20px;

}



.side-info .social-links a:hover {

  color: #1d7733;

  border-color: #1d7733;

}



.overlay {

  background-color: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  position: fixed;

  top: 0;

  z-index: 99;

  left: 0;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s linear 0s;

  transition: all 600ms ease;

  -webkit-transition: all 600ms ease;

  -moz-transition: all 600ms ease;

  -ms-transition: all 600ms ease;

  -o-transition: all 600ms ease;

}



.overlay.active {

  opacity: 0.5;

  visibility: visible;

  cursor: url(../images/icons/cancel.png), auto;

}



.side-info-wrapper,

.cart-bar-wrapper {

  position: fixed;

  overflow-y: auto;

  top: 0;

  right: -491px;

  width: 480px;

  height: 100%;

  display: block;

  background-color: #ffffff;

  z-index: 100;

  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);

  padding-top: 0px;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  z-index: 9999;

}



.side-info-wrapper .nav,

.cart-bar-wrapper .nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.side-info-wrapper .nav a,

.cart-bar-wrapper .nav a {

  flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  max-width: 100%;

  font-size: 18px;

  color: #010103;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  padding: 12px 10px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 2px;

}



.side-info-wrapper .nav a.active,

.cart-bar-wrapper .nav a.active {

  background: #010103;

  color: #ffffff;

}



.side-info-wrapper.show,

.cart-bar-wrapper.show {

  right: 0;

}



/* .side-info-wrapper.mm-only.show {

  display: none;

} */



@media (max-width: 991px) {

  .side-info-wrapper.mm-only.show {

    display: inline-block;

  }

}



@media (max-width: 991px) {

  .side-info-wrapper.show-all.show {

    display: none;

  }

}



.side-info-wrapper .contact__info li {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  font-size: 15px;

  align-items: flex-start;

}



.side-info-wrapper .contact__info li span {

  margin-right: 10px;

  flex: 0 0 15px;

  -ms-flex: 0 0 15px;

  max-width: 15px;

  color: #1d7733;

  font-size: 15px;

}



.side-info-wrapper .contact__info li p {

  flex: 0 0 85%;

  -ms-flex: 0 0 85%;

  max-width: 85%;

}



.side-info-wrapper .contact__info li:not(:last-child) {

  margin-bottom: 5px;

}



/* mini cart css */

.cart {

  margin-left: 10px;

  padding: 10px 12px;

  cursor: pointer;

}



.cart__count {

  width: 20px;

  height: 20px;

  font-size: 12px;

  color: #ffffff;

  background: #80A093;

  position: absolute;

  top: 10px;

  right: 0px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  line-height: 0;

}



.cart-bar-wrapper {

  padding: 25px 20px;

  padding-top: 60px;

}



.cart-bar-wrapper .site-btn {

  font-size: 12px;

  padding: 7px 18px;

}



.cart-bar-wrapper .site-btn__borderd {

  color: #010103;

  margin-left: 15px;

}



.cart-bar-wrapper .site-btn__borderd:hover {

  color: #ffffff;

}



@media (max-width: 767px) {

  .cart-bar-wrapper .btns {

    flex-direction: column;

    justify-content: flex-start !important;

    align-items: flex-start !important;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .cart-bar-wrapper .btns {

    flex-direction: row;

    justify-content: flex-start !important;

    align-items: center !important;

  }

}



@media (max-width: 767px) {

  .cart-bar-wrapper .btns .site-btn__borderd {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .cart-bar-wrapper .btns .site-btn__borderd {

    margin-left: 20px;

    margin-top: 0px;

  }

}



.cart-bar__close {

  position: absolute;

  top: 0;

  left: 0;

  background: #010103;

  width: 40px;

  height: 40px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.cart-bar__close a {

  color: #fff;

  position: relative;

  z-index: 2;

  font-size: 16px;

  left: 0;

  height: 100%;

  text-decoration: none;

}



.cart-bar__title {

  font-size: 18px;

  font-family: "Open Sans", sans-serif;

  text-transform: uppercase;

  font-weight: 600;

  display: block;

  padding-bottom: 15px;

  border-bottom: 1px solid #F4F1EE;

  margin-bottom: 15px;

}



.cart-bar__title span {

  color: #000;

}



.cart-bar__item .thumb {

  background: #ffffff;

  min-width: 70px;

}



.cart-bar__item .thumb img {

  max-width: 60px;

}



.cart-bar__item .content {

  padding-right: 25px;

  position: relative;

}



.cart-bar__item .content .title {

  font-size: 14px;

  font-weight: 500;

  text-transform: uppercase;

}



.cart-bar__item .content .title a {

  text-decoration: none;

  color: #010103;

}



.cart-bar__item .content .price {

  color: #010103;

  font-weight: 600;

  font-size: 15px;

}



.cart-bar__item .content .remove {

  top: 50%;

  right: 0px;

  color: #ffffff;

  width: 20px;

  height: 20px;

  font-size: 12px;

  line-height: 22px;

  text-align: center;

  position: absolute;

  border-radius: 100%;

  background-color: #80A093;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.cart-bar__subtotal {

  border-bottom: 1px solid #F4F1EE;

  border-top: 1px solid #F4F1EE;

  padding: 7px 0px;

  display: block;

  margin-top: 20px;

  margin-bottom: 20px;

}



.cart-bar__subtotal span {

  color: #010103;

  text-transform: uppercase;

  font-weight: 600;

}



.cart-bar__lists .cart-bar__item:not(:last-child) {

  margin-bottom: 15px;

}



.bg-orange {

  background: rgb(232, 131, 42);
  background: linear-gradient(0deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);

}

.bg-green {
  background: rgb(17, 96, 39);
  background: linear-gradient(180deg, rgba(17, 96, 39, 1) 0%, rgba(6, 147, 55, 1) 100%);

}



/* hero area css */

.hero__area {

  z-index: 1;

  padding-top: 275px;

  padding-bottom: 90px;

}



.hero__area .shape {

  left: 0;

  top: 0;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .hero__area .shape {

    width: 35%;

  }

}



@media (max-width: 1199px) {

  .hero__area .shape {

    width: 35%;

  }

}



.hero__area .shape__2 {

  left: auto;

  right: 0;

}



@media (max-width: 991px) {

  .hero__area .mm-reverse {

    flex-direction: column-reverse;

  }

}



.hero__area--2 {

  padding-top: 0px;

  padding-bottom: 80px;

}



.hero__area--2 .shape {

  top: -65px;

}



.hero__area--2 .shape__2 {

  right: 0;

  top: -100px;

}





.hero_wrapper-sm {

  display: flex;

  height: 100%;

  flex-direction: column;

  justify-content: end;

  padding-top: 150px;

  padding-bottom: 90px;



}





@media (max-width: 767px) {

  .hero__area--3 {

    padding-top: 225px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__area--3 {

    padding-top: 285px;

  }

}



.hero__area--3 .vide-wrapper {

  height: 100%;

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  max-width: 100%;

  align-items: flex-end;

  justify-content: flex-end;

}



.hero__area--3 .vide-wrapper .vide-btn {

  right: 0;

  bottom: 0;

}



@media (max-width: 767px) {

  .hero__area--3 .vide-wrapper {

    justify-content: center;

    margin-top: 30px;

  }

}



.hero__content {

  z-index: 2;
  text-align: center;

}



.hero__content .title {

  color: #ffffff;

  line-height: 1.4;

  margin-bottom: 40px;

  font-weight: bold;

}





.hero__content p {

  color: #fff;

  margin-bottom: 30px;

}



@media (max-width: 991px) {

  .hero__content--2 {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

  }

}



.hero__content--2 .title {

  color: #000;

  font-size: 120px;

  line-height: 115px;

}



@media (max-width: 1199px) {

  .hero__content--2 .title {

    font-size: 80px;

    line-height: 75px;

  }

}



@media (max-width: 767px) {

  .hero__content--2 .title {

    font-size: 50px;

    line-height: 45px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content--2 .title {

    font-size: 80px;

    line-height: 75px;

  }

}



.hero__content--2 p {

  color: #6c6c6c;

}



@media (max-width: 767px) {

  .hero__content--2 .btns {

    align-items: center !important;

    margin-top: 5px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content--2 .btns {

    align-items: flex-start !important;

    margin-top: 25px;

  }

}



@media (max-width: 767px) {

  .hero__content--2 .btns .site-btn {

    margin-right: 0px;

    margin-top: 15px;

  }

}



.btn-check:focus+.btn-primary,

.btn-primary:focus {

  color: #fff;

  background-color: #0b5dd700;

  border-color: #0a57ca00;

  box-shadow: 0 0 0 .25rem rgba(49, 131, 253, 0);

}



.btn-primary:hover {

  color: #fff;

  background-color: #007731;

  border-color: #007731;

}

.hero__area--3 {
  padding-top: 174px;
  background-position: center top;
  padding-bottom: 100px;
}

.full-wd-map img {
  margin-top: -118px;
}

.hero__content h3.bannerTitle {
  color: #000;
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1;
}

.hero__content h1.title {
  font-weight: bold;
  background: rgb(6, 145, 54);
  background: linear-gradient(180deg, rgba(6, 145, 54, 1) 0%, rgba(17, 100, 40, 1) 100%);
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__content p {
  font-size: 20px;
  color: #000;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  padding-right: 36%;
}


.section {
  padding: 120px 0;
}




.section-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}


.stats-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  background: white;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 50px;
  box-shadow: 0px 9px 17px 0px #00000012;
}

.stat-box {
  text-align: left;
  border-right: 1px dashed #ddd;
  padding: 40px 30px 40px 30px;
}

/* Making 2nd and 4th Box Bigger */
.stat-box:nth-child(2),
.stat-box:nth-child(5) {
  grid-column: span 2;
}

.stat-box:last-child {
  border-right: none;
}

.stat-number {
  font-size: 42px;
  font-weight: bold;
  background: rgb(232, 131, 42);
  background: linear-gradient(180deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.stat-label {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
  line-height: 20px;
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .stats-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}


.dmc-location h2.dmc-title {
  font-size: 223px;
  font-weight: bold;
  color: #eef5f0;
  margin-bottom: 0;
  text-align: center;
}

.portal-tech {}

.dmc-location {
  background-image: url(../images/dmc-location.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 89px 0 274px 0;
}

.vid-container {
  height: 100%;
}

.vid-container img.vid-thumb {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.country-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: white;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.country-box {
  text-align: left;
  border-right: 1px dashed #ddd;
  padding: 0px 30px 0px 30px;
}

.country-box:nth-child(3) {
  border-right: 0px dashed #ddd;
  /* border-left: 1px dashed #ddd;
  margin-top: -110px; */
}

.country-box:nth-child(4) {
  border-right: 0px dashed #ddd;
}


.country-box ul.country-list {
  padding-left: 22px;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  column-count: 2;
}


.country-box ul.country-list.two-col {
  padding-left: 22px;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 20px;
  column-count: 2;
}

.country-box .location-header.spacing-top {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 30px;
}

.country-box .location-header img {
  height: 47px;
}


.sub-country-list {
  /* padding-top: 30px; */
  margin-top: 30px;
  /* border-top: 1px dashed #ddd; */
}

.country-box ul.country-list p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.vid-container img.ply-btn {
  position: absolute;
  top: 43%;
  width: auto;
  left: 50%;
  transform: translate(-50%);
}

.th-bx {
  background: rgb(232, 131, 42);
  background: linear-gradient(0deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);
  padding: 22px 22px 22px 22px;
  border-radius: 25px;
  height: 100%;
}

.th-bx-1 {
  background: rgb(18, 104, 198);
  background: linear-gradient(180deg, rgba(18, 104, 198, 1) 0%, rgba(7, 76, 120, 1) 100%);
  padding: 22px 22px 22px 22px;
  border-radius: 25px;
  height: 100%;
}

.small-green-bx {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.small-green-bx img.t3-img {
  position: absolute;
  top: 0;
  right: 0;
}

.h3-title-1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  padding-left: 70px;
}

.h3-title-1 span {
  color: #fff;
  font-size: 36px;

}

ul.green-bx-pointer {
  padding-left: 35px;
  padding-top: 50px;
}

ul.green-bx-pointer li p {
  color: #fff;
  font-size: 18px;
}

ul.green-bx-pointer li {
  margin-bottom: 15px;
}

ul.green-bx-pointer li:nth-child(2) {
  margin-bottom: 0;
}

ul.green-bx-pointer li::marker {
  color: #fff;
  font-size: 22px;
}

.small-green-bx a.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 23px;
}

.small-trnas {
  padding: 18px 0px 23px 0px;
  height: 60%;
}

.small-trnas h4.h4-title-1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-weight: bold;
  text-transform: uppercase;
}

.small-trnas h4.h4-title-1 span {
  color: #fff;
  font-size: 28px;
}


ul.orange-bx-pointer li p {
  color: #fff;
  font-size: 18px;
}

ul.orange-bx-pointer li {
  margin-bottom: 4px;
}


ul.orange-bx-pointer li::marker {
  color: #fff;
  font-size: 22px;
}


.portal-tech .tech-Bx {
  background: #fff;
  border-radius: 25px;
  padding: 32px;
  box-shadow: 0px 7px 20px 7px #00000017;
  height: 100%;
}

.portal-tech .tech-Bx h3 {
  font-size: 24px;
  color: #14963f;
  font-weight: 600;
  margin-bottom: 12px;
}

.portal-tech .tech-Bx img.icon {
  margin-bottom: 22px;
}

.custom-padding-tech {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem;
  margin-top: 20px;
  align-items: flex-end;
}

.rbt-cat-box-1.image-overlaping-content {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 30px;
  background: rgb(0, 112, 186);
  background: linear-gradient(48deg, rgba(0, 112, 186, 1) 0%, rgba(0, 0, 0, 0) 100%), url(../images/data-pro.png);
  z-index: 2;
  border-radius: 25px;
  background-color: #0070ba;
}

.rbt-cat-box-1.image-overlaping-content .inner .thumbnail {
  height: 100%;
  width: 100%;
}

.rbt-cat-box-1.image-overlaping-content .inner .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.rbt-cat-box-1.image-overlaping-content .inner {
  padding: 0;
  box-shadow: none;
  position: relative;
  height: 130px;
}

.rbt-cat-box-1.image-overlaping-content .inner .content .title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  margin-bottom: 11px;
  line-height: 1.2;
}

.rbt-cat-box-1.image-overlaping-content .inner .content p {
  color: #fff;
  text-align: left;
}

.rbt-cat-box-1.image-overlaping-content .inner .content {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}


.travel-parrtener .travel-content h4 {
  font-size: 40px;
  color: #116027;
  font-family: 'Ananda Black Personal Use';
  text-align: center;
  margin-bottom: 30px;
}

.travel-parrtener .travel-content h2.grad-orange {
  font-size: 90px;
  background: rgb(232, 131, 42);
  background: linear-gradient(0deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
}

.travel-parrtener .travel-content p {
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0 12%;
}

.travel-img img {
  margin-top: -130px;
  z-index: -1;
  position: relative;
}

.package-offer-btn a.site-btn.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 23px;
  transition: 0.3s all ease;
}

.package-offer-btn a.site-btn.bg-green {
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: flex-end;
  margin-left: auto;
}

.sutom-padding-pacjafe {
  --bs-gutter-x: 4.5rem;
  --bs-gutter-y: 1.5rem;
}

.package-offers {
  padding: 100px 0;
  border-top: 5px solid #069136;
  border-bottom: 5px solid #069136;
  margin-top: 5px;
}


.package-news {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #eeee;
  margin-top: 30px;
}

.package-news .package-content {

  padding: 24px 30px;
}

.package-news .package-content h4.package-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.package-news .package-content a.site-btn-orange.bg-orange i {
  color: #f07829;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 23px;
}

.package-news .package-content .site-btn-orange {
  font-size: 18px;
  color: #ffffff;
  padding: 9px 20px 9px 26px;
  text-decoration: none;
  border-radius: 5px 15px 15px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 3px solid #ffffffdb;
  font-weight: 700;
  margin-top: 20px;
}


.benefits-paetner {
  background-image: url(../images/benefrits-text.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.rightImg img {
  position: absolute;
  right: -120px;
}

.benefits-pointers .benefits-items {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
  position: relative;
}

.benefits-pointers .benefits-items::before {
  content: "";
  border-bottom: 2px dashed #b4d6bd;
  position: absolute;
  bottom: -28px;
  right: 30px;
  width: 81%;
}

.benefits-pointers .benefits-items:last-child::before {
  content: "";
  border-bottom: 0px dashed #b4d6bd;
}

.benefits-pointers .benefits-items:last-child {
  margin-bottom: 0px;
}

.benefits-pointers {
  padding-top: 50px;
}

.benefits-pointers .benefits-items .benefits-content h3 {
  font-size: 30px;
  color: #126127;
  font-weight: bold;
}

.benefits-pointers .benefits-items .benefits-content {
  margin-left: 20px;
}

.hover-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  background: white;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  margin-top: 10px;
}

.cta {
  background: #333;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  height: 666px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cta:hover img {
  top: 0%;
  filter: blur(3px);
}

.cta .text h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}

.cta:hover .text {
  bottom: 0;
}

.cta img {
  bottom: 0;
  filter: blur(0);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
}

.cta .text {
  bottom: -40%;
  padding: 30px 44px 33px 30px;
  position: absolute;
  transition: 0.5s ease-in-out;
}

.cta .text h2 {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 5px;
  position: relative;
}

.cta .text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.contact-form-section {
  padding: 107px 0 43px 0;
  background-image: url(../images/contact-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact__wrapper {
  position: relative;
  z-index: 2;
  padding: 40px 35px 40px 35px;
  border: 3px solid #098633;
  background: #005726;
  border-radius: 20px;
  margin-top: 46px;
  width: 100%;
  margin: 46px auto 0;
  box-shadow: 0px 7px 20px 20px #0000000a;
}

.contact__form input,
.contact__form textarea {
  border: 0px solid #E2DFDD;
  font-size: 15px;
  padding: 12px 0px;
  color: #fff;
  width: 100%;
  background: transparent;
  /* box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3); */
  border-radius: 0;
  border-bottom: 1px solid #338656;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-padding {
  --bs-gutter-x: 2.5rem;
}

.form-btn {
  margin: 0 auto;
}

.contact__form .site-btn-orange {
  border: 0px solid #ffffffdb;

}

.contact__form textarea {
  height: 89px;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact__form .site-btn-orange.bg-orange i {
  color: #f07829;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 23px;
}

.contact-form-section .section-title h2 {
  font-size: 50px;
  color: #069337;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
}

.sepratoe {
  border-top: 1px solid #3f8c57;
  margin-top: 40px;
}


.middle-footer p {
  color: #fff;
  font-size: 14px;
}

.footer-menu {
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 0;
  justify-content: end;
}

.footer-menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  color: #ee6a12;
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;

}

.footer-menu li {
  margin-right: 10px;
}



.middle-footer {
  margin-top: 25px;
}


.projectBx {
  border-radius: 25px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 7px 20px 0 #0000000a;
  border: 2px solid #f7f7f7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}

.proj-logo {
  margin-top: 10px;
}

.proj-logo1 {
  margin-top: 10px;
  margin-bottom: 18px;
  width: 45%;
}

.proj-logo2 {
  margin-top: 10px;
  /* margin-bottom: 18px; */
  width: 45%;
}

.proj-icon {
  margin-bottom: 30px;
}

.projectBx h3 {
  font-size: 30px;
  color: #069337;
  margin-bottom: 15px;
  line-height: 1.3;
}

.projectBx p {
  font-size: 16px;
  font-weight: 500;
}

.presence-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: white;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  margin-top: 130px;
  margin-bottom: 80px;
}


.prese img {
  height: 1103px;
  object-fit: cover;
  width: 100%;
}

.presence-in-rus {
  background-image: url(https://satgurutravel.ru/b2b/wp-content/uploads/2025/04/satguru-map-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1168px;
}

.pointer {
  display: flex;
}

.orange-bx-pointer {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  /* column-count: 2; */
}

.p-content h4 {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  /* text-transform: capitalize; */
}

.check img {
  margin-right: 10px;
  max-width: 30px;
}

.owl-carousel-3 .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.owl-carousel-3 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.owl-carousel-3 .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #007731;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.owl-carousel-5 .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.owl-carousel-5 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.owl-carousel-5 .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #007731;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.side-info ul li {
  margin-top: 18px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f9f9f9;
  padding-bottom: 17px;
  align-items: center;
}

.side-info ul {
  padding-left: 0;
}

.side-info ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.side-info ul.footer-icon {
  padding: 0;
  display: flex;
  margin: 30px 0px 0 0px;
  border: 0 !important;
  justify-content: start;
}

ul.footer-icon li a.icon {
  color: #ee6a12;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-info ul.footer-icon li:nth-child(1) {
  margin-left: 0;
  margin-right: 0;
}

.side-info ul.footer-icon li:nth-child(3) {
  margin-left: 0;
}

.side-info ul.footer-icon li {
  border: 0 !important;
  padding: 0;
  margin: 0 15px;
}

.mobile-social h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-social {
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.side-info ul li:last-child {
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0px solid #f9f9f9;
}

.side-info ul li i.green {
  color: #fff;
  background-color: #1d7733;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.side-info ul li i.orange {
  color: #fff;
  background-color: #f07829;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.side-info ul li a.site-btn.bg-green {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  padding: 8px 12px 8px 22px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s all ease;
  margin-bottom: 0;
  margin-top: 0;
}


.side-info ul li a.site-btn.bg-green i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-bottom: 0;
  margin-top: 0;
}

.border-btn {
  padding: 13px 20px 13px 26px;
  text-decoration: none;
  border-radius: 5px 15px 15px 15px;
  color: #fff;
  background: #069337;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  background-color: #078d34;
  width: 100%;
  justify-content: center;
}

.border-btn i {
  color: #1d7733;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 10px;
}

.border-btn-1 {
  padding: 13px 20px 13px 26px;
  text-decoration: none;
  border-radius: 5px 15px 15px 15px;
  color: #fff;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  background-color: #078d34;
  width: 100%;
  background: #13aee8;
  justify-content: center;
}

.border-btn-1 i {
  color: #13aee8;
  background-color: #fff;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin-left: 10px;
}

.contentWrap {
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.banner-scrolll-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5000px;
  /* height: 765px; */
}

.banner-scrolll-6 img.banner-image-right:nth-child(2) {
  margin-left: -6px;
  margin-top: 5px;
}

.banner-scrolll-6 img.banner-image-right:nth-child(3) {
  margin-left: -6px;
  margin-top: 5px;
}

.banner-scrolll-6 img.banner-image-right:nth-child(4) {
  margin-left: -6px;
  margin-top: 5px;
}

.banner-scrolll-6 img.banner-image-right:nth-child(5) {
  margin-left: -6px;
  margin-top: 5px;
}

.banner-scrolll-6 {
  animation: slide 80s linear infinite;
}

@keyframes slide {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.sevice-bx {
  border-radius: 25px;
  padding: 40px 25px 30px 25px;
  height: 100%;
  text-align: center;
}

.org-bx {
  background-color: #fff6ed;
}

.grn-bx {
  background-color: #f0fcf0;
}

.sevice-bx img {
  width: 27% !important;
  margin: 0 auto;
}

.sevice-bx h5 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  /* text-transform: capitalize; */
}

.sevice-bx p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 34px;
}

.owl-carousel-2 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.owl-carousel-2 .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.owl-carousel-2 .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #007731;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.map img {
  height: 468px;
}

.banner-scroll-2 {
  position: relative;
}

.mobile-head {
  position: absolute;
  width: 67%;
  z-index: 1;
  top: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
}


.banner-scrolll-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 930px;
  position: relative;
  /* height: 765px; */
}

.banner-scrolll-7 {
  animation: slide1 30s linear infinite;
}

@keyframes slide1 {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.core-padd {
  --bs-gutter-x: 2.5rem;
  margin-top: 0;
  --bs-gutter-y: 2.5rem;
}


#satguru-contact-form ::placeholder {
  color: rgba(255, 255, 255, 0.6); /* light white */
  opacity: 1; /* Override Firefox default */
}

#satguru-contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

#satguru-contact-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6);
}

.country-container .country-box:nth-child(2){
	
}