@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: center;
} */


.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: 500;

  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%;

}



.bg_img::before {

  position: absolute;

  left: 0;

  background: linear-gradient(221deg, rgb(0 41 17 / 0%) 0%, rgb(0 41 17 / 0%) 31%, rgb(0 41 17 / 0%) 49%, rgb(0 41 17 / 86%) 77%, rgb(0 41 17) 100%);

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 100%;

  z-index: -1;

}



.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;

  }

}

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

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

.side-info ul.footer-icon {
  padding: 0;
  margin: 60px 0px 0 0px;
  border: 0 !important;
  justify-content: space-evenly;
}

.side-info ul.footer-icon li a {
  font-size: 20px;
  font-weight: 400;
}

.mobile-social h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 27px;
}

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


.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: 9px 0px;
  box-shadow: 0px 20px 20px 50px #00000005;
}


.site-header.site-header__3 .logo {
  text-align: start;
}


@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;
}



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

.discoverSection a.site-btn.nav-img-btn {
  overflow: hidden;
  border: 1px solid #1d7733;
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
  color: #f07829;
  background-image: url(http://satgurutravel.ru/wp-content/uploads/2025/05/btn-img.png);
  background-position: bottom;
  background-size: cover;
  padding: 10px 100px;
  position: absolute;
  top: 0;
}

.main-menu ul li a.site-btn.nav-img-btn-2 {
  overflow: hidden;
  border: 1px solid #f07829;
  background-color: #fff;
  font-size: 14px;
  color: #f07829;
  background-image: url(http://satgurutravel.ru/wp-content/uploads/2025/08/inboun-icon.png);
  background-position: -2px 58%;
  background-size: 100%;
  padding: 13px 55px 13px 34px;
  background-repeat: no-repeat;
}

.side-info ul li a.site-btn.nav-img-btn {
  overflow: hidden;
  border: 1px solid #1d7733;
  background-color: #fff;
  font-size: 14px;
  color: #f07829;
  background-image: url(http://satgurutravel.ru/wp-content/uploads/2025/05/btn-img.png);
  background-position: bottom;
  background-size: cover;
  padding: 13px 60px 13px 60px;
}

.side-info ul li a.site-btn.nav-img-btn-2 {
  overflow: hidden;
  border: 1px solid #f07829;
  background-color: #fff;
  font-size: 14px;
  color: #f07829;
  background-image: url(http://satgurutravel.ru/wp-content/uploads/2025/08/inboun-icon.png);
  background-position: -2px 58%;
  background-size: 100%;
  padding: 8px 55px 8px 34px;
  background-repeat: no-repeat;
}

.pills-container a {
  text-decoration: none;
}


/* @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;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 20px 13px 20px;
  position: relative;
  font-weight: 700;
  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: 14px;
  color: #f07829;
  text-transform: uppercase;
  padding: 5px 6px 5px 12px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu.main-menu__3.hide-menu.right-menu li {
  padding-right: 50px;
}

.main-menu ul li a.site-btn.bg-orange.orange-bg-grad {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #E9822A;
  background: linear-gradient(0deg, rgba(233, 130, 42, 1) 0%, rgba(248, 197, 36, 1) 100%);
  padding: 11px 19px 11px 25px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
  border: 0;
}

.side-info a.site-btn i {
  display: flex;
  margin-left: 15px;
  font-size: 12px;
}

.side-info ul li a.site-btn.bg-orange.orange-bg-grad {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  background: #E9822A;
  background: linear-gradient(0deg, rgba(233, 130, 42, 1) 0%, rgba(248, 197, 36, 1) 100%);
  padding: 6px 19px 6px 25px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
  border: 0;
}

.side-info a.site-btn.bg-orange {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  color: #f07829;
  text-transform: uppercase;
  padding: 5px 8px 5px 14px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
  width: max-content;
}

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

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

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

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

.hamburger-trigger {
  display: none;
}

.main-menu ul li a.site-btn.bg-green {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #1d7733;
  text-transform: uppercase;
  padding: 5px 6px 5px 12px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
}

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

.logo img {
  width: 136px;
}

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

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

}

.side-info .contact__info--wrapper {
  margin-top: 30px;
}


/* .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;

}



@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: 30px;

  position: relative;

  z-index: 1;

  display: inline-block;

  border: 1px solid #1d7733;

  font-weight: 500;

}



.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;
}

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

.twoRow {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-info {
  padding-left: 20px;
  height: 580px;
  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: 12px;
  color: #1d7733;
  text-transform: uppercase;
  padding: 5px 6px 5px 12px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

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

.side-info .mb-5 {

  margin-bottom: 5px !important;

}



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



.side-info__close {

  top: 15px;
  right: 17px;
  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;
  position: absolute;

}



.side-info__close a {

  display: block;

  height: 100%;

  width: 100%;

  color: #ffffff;

}



.side-info__close:hover {

  background: #1d7733;

}



.side-info__wrapper {
  position: relative;
  padding: 10px 17px;

}



.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: -781px;

  width: 480px;

  height: 100vh;

  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: #fff;
  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;
  background-color: #1d7733;
}


.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-color: #f9f2ee;
  border: 2px solid #f3c7aa38;

}

.bg-green {

  background-color: #f0f6f2;
  border: 2px solid #1d773312;

}



/* 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__area--3 {

  padding-top: 0px;

  background-position: center;

  padding-bottom: 0px;

  background-size: cover;

  margin: 0 auto;

  position: relative;

  height: 598px;

  border-radius: 10px;

  overflow: hidden;

}



.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;

}



@media (max-width: 767px) {

  .hero__content .social-links {

    margin-top: 30px;

  }

}



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

  .hero__content .social-links {

    margin-top: 40px;

  }

}



.hero__content .social-links a {

  width: auto;

  border: none;

  text-transform: uppercase;

  font-size: 14px;

}



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

  margin-right: 45px;

}



.hero__content .social-links a i {

  font-size: 15px;

  color: #ffffff;

  margin-right: 10px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.hero__content .social-links a span {

  color: #ffffff;

  font-weight: 500;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.hero__content .social-links a:hover i {

  color: #1d7733;

}



.hero__content .social-links a:hover span {

  color: #1d7733;

}



.hero__thumb {

  padding-top: 2px;

  z-index: 2;

  position: relative;

  -webkit-transform: translate(-30px, -25px);

  -ms-transform: translate(-30px, -25px);

  transform: translate(-30px, -25px);

}



@media (max-width: 991px) {

  .hero__thumb {

    -webkit-transform: translate(0px, 0px);

    -ms-transform: translate(0px, 0px);

    transform: translate(0px, 0px);

    margin-bottom: 50px;

    margin-top: 40px;

  }

}



@media (max-width: 767px) {

  .hero__thumb {

    margin-top: 80px;

  }

}



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

  .hero__thumb {

    margin-top: 40px;

  }

}



@media (max-width: 991px) {

  .hero__thumb--2 {

    text-align: center;

  }

}



.hero__thumb--2 img {

  -webkit-transform: translateX(65px);

  -ms-transform: translateX(65px);

  transform: translateX(65px);

}



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

  .hero__thumb--2 img {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

  }

}



@media (max-width: 1199px) {

  .hero__thumb--2 img {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

  }

}



.hero__thumb--2 .video-btn {

  position: absolute;

  bottom: 55px;

  right: -30px;

}



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

  .hero__thumb--2 .video-btn {

    right: 0px;

  }

}



@media (max-width: 991px) {

  .hero__thumb--2 .video-btn {

    right: 100px;

  }

}



@media (max-width: 767px) {

  .hero__thumb--2 .video-btn {

    position: static;

    bottom: 0;

    right: 0;

    margin-top: 30px;

  }

}







.btns .site-btn {

  display: flex;

}



.btns .site-btn i {

  display: flex;

  align-items: center;

  margin-left: 8px;

}



.hero__content .btns {

  display: flex;

}





/* .section-title {

  font-weight: 500;

  margin-bottom: 20px;

  color: #1d7733;

  text-transform: capitalize;

  line-height: 1.1;

} */



.faqContent {

  text-align: center;

}



.section-para {

  text-align: center;

  padding: 0 200px;

  line-height: 30px;

}



/* Faq Section */





.accordion.custom-accord {

  border: 0;

  margin-top: 40px;

}



.custom-accord .accordion-button:focus {

  z-index: 3;

  border-color: #86b7fe00;

  outline: 0;

  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);

}



.custom-accord h2 button {

  font-size: 24px;

  font-weight: 600;

  color: #000;

  padding: 25px 40px;

}



.custom-accord .accordion-item {

  background-color: #fff;

  border: 1px solid #e5e5e5;

  margin-bottom: 0;

  box-shadow: 0px 9px 20px 0px #00000014;

}



.custom-accord .accordion-item:not(:last-child) {

  margin-bottom: 35px;

}



.faq-number {

  background-color: #000;

  width: 30px;

  height: 30px;

  border-radius: 50px;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 30px;

}







.custom-accord .accordion-button:not(.collapsed) {

  color: #000;

  background-color: transparent;

  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);

  border-bottom: 2px dashed #e5e5e5;

}



.custom-accord .accordion-body {

  padding: 25px 100px 25px 40px;

}



.custom-accord .accordion-body p {

  line-height: 32px;

}







.custom-accord .accordion-button::after {

  flex-shrink: 0;

  width: 2.1rem;

  height: 2.1rem;

  margin-left: auto;

  content: "";

  background-image: url("../images/logo/plus-sign.svg");

  background-repeat: no-repeat;

  background-size: 0.6em;

  transition: transform .2s ease-in-out;

  background-color: #f07828;

  background-position: center;

  border-radius: 50px;

}



.custom-accord .accordion-button:not(.collapsed)::after {

  background-image: url("../images/logo/minimize-sign.svg");

  transform: rotate(-180deg);

  background-size: 0.7em;

}



.logo-section {

  padding: 50px 0 0;

}



.logo-grid {

  display: flex;

  justify-content: center;

  text-align: center;

  align-items: center;

  flex-wrap: nowrap;

  overflow-x: auto;

}



.logo-grid .owl-dots .active {

  border: 2px solid #007731;

  background-color: #007731;

}



.logo-grid .owl-dots button {

  font-size: 0;

  width: 12px;

  height: 12px;

  border: 2px solid #bababa;

  margin: 10px 5px 0;

  border-radius: 50%;

}



.small-text {

  font-size: 14px;
  font-weight: 500;

}



.logo-grid .footer-logo {

  margin: 0 20px;

}



.footer-logo-1 {

  display: flex;

  justify-content: start;

  text-align: center;

}



.footer-logo-1 .flogo {

  margin: 0 20px 0 0px;

}



.satguru-footer .middle-footer .contact__Bx .contact__details p {

  margin-bottom: 0px;

  font-size: 14px;

  font-weight: 400;

  color: #000;

  line-height: 1;

}



.social-share {

  padding: 0;

  list-style: none;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 0;

}



.social-share.icon-transparent li {

  margin: 0 14px 0 0;

}



.satguru-footer .middle-footer .contact__Bx .contact__details .social-share.icon-transparent li a {

  height: 50px;

  width: 50px;

  color: #fff;

  font-weight: 400;

  -webkit-transition: .4s;

  transition: .4s;

  line-height: 37px;

  background-color: #007832;

  border: none;

  border-radius: 50%;

  display: flex;

  text-align: center;

  align-items: center;

  text-decoration: none;

  justify-content: center;

}

.submit-btn {

  margin-top: 15px;

  display: flex;

  align-items: center;

}



.submit-btn i {

  display: flex;

  margin-left: 10px;

  align-items: center;

}



::placeholder {

  color: #ccc;

  /* Firefox */

}



::-ms-input-placeholder {

  /* Edge 12 -18 */

  color: #ccc;

}




/* Home Page CSS */

/* Home Banner Slider CSS */

.creative-showcase--slider {
  margin: 0 auto;
}



/* ============ Full Page Slider ================= */
.creative-showcase--slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 720px;
  padding: 80px 0;
  max-width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.banner-horizental {
  border-radius: 25px;
  overflow: hidden;
}


.creative-showcase--slider .swiper-slide .slide-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  border-radius: 25px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.creative-showcase--slider .swiper-slide .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.creative-showcase--slider .swiper-slide .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.swiper-slide .slide-bg .slide-container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-bg .slide-container .slide-row {
  display: flex;
  flex-wrap: wrap;
}

.slide-container .slide-row .slider-content {
  flex: 0 0 auto;
  width: 91.66666667%;
  margin-left: 8.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-content .slide-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 0px;
}

.slider-content .slide-heading {
  font-size: 100px;
  color: #fff;
  margin: 0px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.slider-content .slide-heading a {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.slider-content .slide-heading a span {
  display: inline-block;
}

.overlay-light .slider-content .slide-heading a {
  color: #000;
}

.overlay-light .slider-content .slide-subtitle {
  color: #000;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  width: auto;
  bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: normal;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
  right: 120px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
  left: 120px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next:after,
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:after {
  display: none;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i {
  margin-right: 25px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next i {
  margin-left: 25px;
}

.creative-showcase--slider .banner-horizental .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}

.creative-showcase--slider .banner-horizental .path {
  display: none;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .slide-container .slide-row .slider-content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0px;
  }

  .slider-content .slide-heading {
    font-size: 72px;
  }

  .creative-showcase--slider .banner-horizental .swiper-pagination {
    display: none;
  }

  .creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
    left: 15px;
  }

  .creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    right: 15px;
  }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .slide-container .slide-row .slider-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .slider-content .slide-heading {
    font-size: 40px;
  }

  .slider-content .slide-subtitle {
    margin-bottom: 15px;
  }
}




/* .banner__slider {
  margin: 0 auto;
}

@media (min-width: 992px) {

  .slider,
  .slide {
    height: 82vh;
  }
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}

.slide .slide__content--headings .title {
  font-size: 3.5rem;
}

.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

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

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
} */

.twotabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.twotabs a {
  color: #fff;

}


.twotabs {
  margin: -33px auto;
  z-index: 2;
  position: relative;
}

.left_tabs {
  background: rgb(17, 96, 39);
  background: linear-gradient(180deg, rgba(17, 96, 39, 1) 0%, rgba(6, 147, 55, 1) 100%);
  width: 50%;
  padding: 20px 0;
  text-align: center;
  border-radius: 16px;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_tabs a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.left_tabs i {
  text-decoration: none;
  text-transform: uppercase;
  color: #017130;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 9px;
  margin-left: 10px;
}

.right_tabs i {
  text-decoration: none;
  text-transform: uppercase;
  color: #f07829;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 9px;
  margin-left: 10px;
}


.right_tabs a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.right_tabs a i {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
}

.right_tabs {
  background: rgb(232, 131, 42);
  background: linear-gradient(180deg, rgba(232, 131, 42, 1) 0%, rgba(248, 195, 36, 1) 100%);
  width: 50%;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px 0px 21px 21px;
}

.discoverSection {
  padding: 150px 0 100px 0;
  position: relative;
  border-bottom: 2px solid #f7c025;
}

/* .slider-container .owl-carousel-2.owl-carousel .owl-item img {
  object-fit: none;
} */

h2.title-1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  color: #116027;
}

.banner-text p {
  margin-top: 20px;
  padding-right: 12%;
}

h2.title-2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 43px;
  text-align: center;
}

.mao-img img {
  width: 53%;
  position: absolute;
  right: 100px;
  top: 29px;
}

h2.title-2 span {
  font-weight: bold;
  font-size: 60px;
  color: #4a2900;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

h2.title-1 .gradient-text {
  font-weight: 900;
  font-size: 60px;
  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;
  text-transform: uppercase;
}

h2.title-1 .gradient-text-green {
  font-weight: 900;
  font-size: 60px;
  color: #069337;
  text-transform: uppercase;
}

.discoverSection p.para-1 {
  font-size: 22px;
  font-weight: 500;
  color: #5f5f5f;
  line-height: 52px;
  text-align: center;
  margin-top: 45px;
}

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

.pills-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  background: white;
  padding: 0px;
  margin: 0 50px;
  border-radius: 8px;
  margin-top: 20px;
}

.stat-box {
  text-align: left;
  padding: 0px 30px 0px 30px;
}

.stat-number {
  font-size: 48px;
  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;
  white-space: nowrap;
}

.stat-box:nth-child(2) {
  grid-column: span 1;
  padding: 0px 0px 0px 60px;

}

.stat-box:nth-child(3) {
  grid-column: span 1;
  padding: 0px 0px 0px 100px;

}

.stat-box:nth-child(4) {
  grid-column: span 1;
  padding: 0px 0px 0px 100px;

}

.stat-box:nth-child(5) {
  grid-column: span 1;
  padding: 0px 0px 0px 100px;

}

.stat-box:nth-child(6) {
  grid-column: span 1;
  padding: 0px 0px 0px 100px;

}

.award-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 0px;
  margin: auto;
  border-radius: 8px;
  margin-top: 20px;
}

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

.award-box:last-child {
  border-right: 0px dashed #ddd;
}

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

.discover-bx {
  /* padding: 64px 0px; */
  text-align: center;
  height: 100%;
}

.discover-bx .icon {
  margin-bottom: 20px;
}

.discover-bx h3 {
  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;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 15px;
}

.discover-bx p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
}

.custom-top-spacing {
  margin-top: 0px;
}

.left-element {
  position: absolute;
  left: -140px;
  top: 240px;
}

.right-element {
  position: absolute;
  right: -247px;
  top: 41%;
}

.row.custom-top-spacing {
  position: relative;
}

.row.custom-top-spacing::before {
  content: '';
  background-image: url(../images/icons/dgfdg.png);
  width: 100%;
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 999;
  background-repeat: no-repeat;
}

.row.custom-top-spacing::after {
  content: '';
  background-image: url(../images/icons/ljnsdj.png);
  width: 3px;
  position: absolute;
  top: 15%;
  left: 513px;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
}

.row.custom-top-spacing .line::after {
  content: '';
  background-image: url(../images/icons/ljnsdj.png);
  width: 3px;
  position: absolute;
  top: 15%;
  right: 513px;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
}

.star-1 img {
  position: absolute;
  top: 284px;
  left: 487px;
}

.star-2 img {
  position: absolute;
  top: 284px;
  right: 488px;
}

.perfect-escape {
  padding: 120px 0;
}

.bg-tex {
  background-image: url(../images/icons/texture-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #f7c025;
  border-bottom: 2px solid #f7c025;
}

.left_bx_b2b {
  background: rgb(233, 132, 42);
  background: linear-gradient(27deg, rgba(233, 132, 42, 1) 0%, rgba(237, 188, 34, 1) 100%);
  padding: 20px 20px 20px 20px;
  border-radius: 25px;
}

.right_bx_corp {
  background: rgb(18, 96, 39);
  background: linear-gradient(27deg, rgba(18, 96, 39, 1) 0%, rgba(5, 142, 53, 1) 100%);
  padding: 20px 20px 20px 20px;
  border-radius: 25px;
}

.escape-padding {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 0;
  z-index: 2;
  position: relative;
}

.img-Bx {
  overflow: hidden;
  border-radius: 20px;
  height: 380px;
  margin-bottom: 45px;
}


.vist-bx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  padding: 9px 8px 9px 27px;
  width: 67%;
  margin-left: auto;
}

.vist-bx-btn a:hover {
  color: #fff;
}

.contact__info a {
  text-decoration: none;
  color: #000;
}

.contact__info span.phone {
  transform: rotate(90deg);
}

.vist-bx-btn:hover {
  color: #fff;
}

.vist-bx-btn i {
  background-color: #ffffff;
  color: #e78a3c;
  width: 48px;
  height: 48px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  line-height: 48px;
  margin-left: 40px;
  font-size: 25px;
}

.vist-bx-btn i.arrow-green {
  background-color: #ffffff;
  color: #125e26;
  width: 48px;
  height: 48px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  line-height: 48px;
  margin-left: 40px;
  font-size: 25px;
}

.visit-btn-1 {
  display: flex;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 2px solid #e5e5e5;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  padding: 9px 8px 9px 27px;
  width: 59%;
  margin-left: auto;
}

.visit-btn {
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
}

.visit-btn-1:hover {
  color: #fff;
}

.visit-btn-1 i {
  background-color: #ffffff;
  color: #125e26;
  width: 48px;
  height: 48px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  line-height: 48px;
  margin-left: 40px;
  font-size: 25px;
}

.white-bx-1:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 155px;
  position: absolute;
  top: 40%;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  z-index: 1;
}

.white-bx-1:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 155px;
  position: absolute;
  top: 74%;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  z-index: 1;
}

.presence_in_russia {
  padding: 80px 0 100px 0;
}


h2.title-3 span {
  font-weight: bold;
  font-size: 60px;
  color: #4a2900;
  line-height: 0.9;
  text-align: center;
}

.map-location img {
  position: absolute;
  bottom: -13px;
  object-fit: cover;
  right: 0;

}


.map-location::before {
  content: "";
  background-image: url(../images/location-patt.png);
  position: absolute;
  bottom: -310px;
  left: -100px;
  right: 0;
  width: 100%;
  height: 650px;
}

.adventure_awaits {
  padding: 120px 0;
}


/* .map-pill-1 {
  overflow: hidden;
  background: rgb(248, 196, 36);
  background: linear-gradient(180deg, rgba(248, 196, 36, 1) 0%, rgba(234, 132, 42, 1) 100%);

}

.map-pill-1 p {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
} */


.map-pill-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.map-pill-1 p,
.map-pill-2 p,
.map-pill-3 p,
.map-pill-4 p,
.map-pill-5 p,
.map-pill-5 p,
.map-pill-6 p,
.map-pill-7 p,
.map-pill-8 p {

  font-size: 17px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

.map-pill-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}



.map-pill-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}





.map-pill-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}



.map-pill-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}


.map-pill-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}




.map-pill-7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.map-pill-8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}



h2.title-3 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 23px;
  text-align: center;
}

h2.title-3 span {
  font-weight: bold;
  font-size: 50px;
  color: #4a2900;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}

.ctsom-advent {
  --bs-gutter-x: 3.5rem;
  /* --bs-gutter-y: 3.5rem; */
}

.adeventu-bx {
  padding: 40px 20px;
  text-align: center;
  height: 100%;
}

.adeventu-bx .adv-icon {
  margin-bottom: 30px;
}

.adeventu-bx h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;

}

.adventure_awaits p {
  margin-bottom: 50px;
}

.green {
  color: #059437;
}

.orange {
  color: #e9822a;
}

.row.ctsom-advent {
  position: relative;
}

.row.ctsom-advent::before {
  content: '';
  background-image: url(../images/icons/adven-hr-line.png);
  width: 100%;
  position: absolute;
  top: 54.5%;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 999;
  background-repeat: no-repeat;
}

.line-1 {
  background-image: url(../images/icons/avvent-line.png);
  width: 2px;
  position: absolute;
  top: 22px;
  left: 332px;
  right: 0;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.line-2 {
  background-image: url(../images/icons/avvent-line.png);
  width: 3px;
  padding: 0;
  position: absolute;
  top: 22px;
  left: 664px;
  right: 0;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  margin: 0;
}

.line-3 {
  background-image: url(../images/icons/avvent-line.png);
  width: 2px;
  padding: 0;
  position: absolute;
  top: 22px;
  left: 997px;
  right: 0;
  height: 100%;
  z-index: 999;
  background-repeat: no-repeat;
  margin: 0;
}


.bg-contact {
  background-image: url(../images/icons/ban-contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 0 72px 0;
  margin: 0px auto 0;
  border-radius: 25px;
}

.contact-heading h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  padding-right: 20%;
}

.contact-heading p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.agent-img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 530px;
  left: 131px;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-left: 8%;
}

/* Radio tab styling */
.radio-group {
  display: flex;
  gap: 25px;
  width: 100%;
}

.radio-container {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 8px 20px 8px 11px;
  border: 2px solid rgb(255 255 255 / 42%);
  cursor: pointer;
  width: 50%;
  transition: 0.3s;
}

.radio-container input {
  display: none;
}

.custom-radio {
  width: 40px;
  height: 40px;
  background-color: #ffffff40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
}

.custom-radio::before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
  border: 2px solid #fff;
}

input:checked+.custom-radio::before {
  opacity: 1;
}

label {
  color: white;
  font-size: 16px;
  cursor: pointer;
}

label span {
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

/* Container */
.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 12px 20px;
  margin-top: 25px;
}

/* Phone number input */
.phone-input {
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 0px;
  font-size: 24px;
  padding-right: 60px;
  min-width: 300px;
  border: 0px solid #d1d1d1;
  color: #fff;
}

.phone-input::placeholder {
  color: #fff;
  opacity: 0.5;
}

/* Submit button inside input field */
.submit-button {
  position: absolute;
  right: 20px;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #f9a825, #f57c00);
  cursor: pointer;
  transition: 0.3s;
}

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

.footer-menu li a {
  text-decoration: none;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 500;
}

.footer-menu li:nth-child(2) {
  margin-left: 30px;
}

.core-values {
  position: relative;
  padding: 0px 0 100px 0;
}

h2.title-4 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
}

h2.title-4 .gradient-text {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  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;
  text-transform: capitalize;
}

h2.title-7 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}

h2.title-7 .gradient-text-green {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  background: rgb(17, 96, 39);
  background: linear-gradient(180deg, rgba(17, 96, 39, 1) 0%, rgba(6, 147, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}


h2.title-6 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
}

h2.title-6 .gradient-text {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
}

.award-section {
  padding: 0px 0 100px 0;
}


/* .slider-container::before {
  content: '';
  background-image: url(../images/icons/core-line.png);
  width: 2058px;
  height: 367px;
  position: absolute;
  left: -37px;
  background-size: cover;
  background-position: center;
  top: -23px;
} */

/* .service-item {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */


.service-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
  object-fit: contain;
}

.service-item h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.core-values .owl-stage-outer {
  display: inline;
}

.bg-light-org {
  background-color: #fff6ed;
}

.bg-light-frey {
  background-color: #f8f8f8;
}

.bg-light-green {
  background-color: #f0fcf0;
}

h4.org-text {
  color: #f07829;
}

h4.green-text {
  color: #017130;
}


.satguru-footer {
  padding: 20px 0;
}

.world-map {
  padding: 120px 0 80px 0;
  background-image: url(../images/map-bg.png);
  background-size: cover;
  background-position: center;
  border-top: 2px solid #f7c025;
  border-bottom: 2px solid #f7c025;
}

.map-img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}


.colorWrapper .light-green,
.colorWrapper .dark-green,
.colorWrapper .orange {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.colorWrapper {
  margin-top: 45px;
}

.colorWrapper .light-green .color-bx {
  min-width: 25px;
  height: 25px;
  background-color: #0d9138;
  border-radius: 5px;
}

.colorWrapper .dark-green .color-bx {
  min-width: 25px;
  height: 25px;
  background-color: #f29a00;
  border-radius: 5px;
}

.colorWrapper .orange .color-bx {
  width: 35px;
  height: 35px;
  background-color: #f29a00;
}

.colorWrapper .light-green h5 {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.colorWrapper .dark-green h5 {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.colorWrapper .orange h5 {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.float-1 {
  animation-name: float1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float1 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 13px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.float-2 {
  animation-name: float2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float2 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 12px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.float-3 {
  animation-name: float3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float3 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 14px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.float-4 {
  animation-name: float4;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float4 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 12px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.float-5 {
  animation-name: float5;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float5 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 11px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.float-6 {
  animation-name: float6;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float6 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.float-7 {
  animation-name: float7;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes float7 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 12px);
  }

  to {
    transform: translate(0, -0px);
  }
}


.c-logos-container {
  overflow: hidden;
  display: flex;
}

.c-logos-slider {
  display: flex;
  white-space: nowrap;
  animation: slide 35s linear infinite;
}

.c-logo {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  margin-right: 15px;
}

.c-logo img {
  width: 4040px;
  height: 474px;
  object-fit: cover;
}

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

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


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

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

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

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

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer-logo-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  object-fit: none;
}

.footer-logo .main-logo {
  width: 150px;
  object-fit: contain;
}

.fot-logo {
  margin-left: 64px;
}

.fot-logo:nth-child(1) {
  margin-left: 0px;
}

.fot-logo:nth-child(3) {
  width: 15%;
}

ul.footer-icon {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}

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;
}

ul.footer-icon li {
  margin: 0 15px;
}


ul.footer-icon li:nth-child(2) {
  margin: 0 0px;
}

ul.footer-icon li:nth-child(4) {
  margin: 0 0px;
}

ul.footer-icon li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  position: relative;
  font-weight: 500;
}

.footer-menu .main-right-menu {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  list-style: none;
}

.absolute-footer {
  padding: 0px 0 0px 0;
}

.copyright p {
  font-size: 14px;
  color: #b7b7b7;
}

.bt-top {
  border-top: 2px solid #e5e5e5;
  padding: 20px 0 0 0;
}

.slider-container-tab .service-bx:nth-child(1) {
  background-color: #fff6ed;
  border-radius: 25px;
  padding: 45px 25px;
  height: 100%;
}

.slider-container-tab .service-bx:nth-child(2) {
  background-color: #f0fcf0;
  border-radius: 25px;
  padding: 45px 25px;
  height: 100%;
}

.slider-container-tab .service-bx h5 {
  margin-top: 20px;
}

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

}

.pills-container .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;

}

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

.org-bx {

  background-color: #fff6ed !important;
}

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

.side-info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

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

.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:last-child {
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0px solid #f9f9f9;
}

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

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


.addressBxx {
  display: flex;
  align-items: start;
}

.marker-icon i {
  color: #ffffff;
  /* background-color: #fbfbfb; */
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  font-size: 41px;
  padding-left: 6px;
}

.col-lg-4:nth-child(2) .marker-icon i {
  color: #ffffff;
  /* background-color: #fbfbfb; */
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  background: linear-gradient(to right, #f9a825, #f57c00);
  font-size: 41px;
  padding-left: 0;
}

.col-lg-4:nth-child(3) .marker-icon i {
  color: #ffffff;
  /* background-color: #fbfbfb; */
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  background: linear-gradient(to right, #f9a825, #f57c00);
  font-size: 41px;
  padding-left: 0;
}




.add-content h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* .col-lg-4:nth-child(1) .add-content h6 {
  font-weight: 500;
} */
.col-lg-4:nth-child(2) .add-content h6 {
  font-weight: 500;
}

.col-lg-4:nth-child(3) .add-content h6 {
  font-weight: 500;
}


.add-content p {
  font-size: 16px;
  padding-right: 0%;
  margin-bottom: 0;
}

.middle-footer-1 {
  padding: 30px 0 40px 0;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 13px;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */

  /* most of the rest of this is opinion */
  font-family: "Open Sans", sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}



[tooltip][flow^="down"]::after {
  top: calc(100% + 8px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


.award-img {
  padding-right: 30px;
  border-right: 1px dashed #ddd;
}

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

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

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

a {
  color: #000;
  text-decoration: none !important;
}

.subcribe-btn {
  text-align: center;
}

.middle-footer-1 .container.container.mt-30 {
  margin-top: 40px;
}

.subcribe-btn a {
  border: none;
  border-radius: 25px 25px 0px 0px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.subcribe-btn img {
  width: 20px;
  margin-right: 8px;

}






.exchange-widget {
  font-size: 14px;
  /* border-top: 2px solid #d0e5f5; */
  max-width: 230px;
  box-shadow: 0 0 10px 0px #00000029;
  border-radius: 8px;
  /* position: absolute; */
  /* top: 0; */
}

.exchange-widget table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.exchange-widget th,
.exchange-widget td {
  padding: 3px 7px;
  line-height: 1.3;
}

.exchange-widget thead th {
  font-weight: bold;
  color: #111;
}

.exchange-widget img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
}

.rate-arrow {
  font-weight: bold;
  margin-left: 0px;
}

.arrow-up {
  color: rgb(255, 255, 255);
}

.arrow-down {
  color: red;
}


section.termsWrapper {
  padding: 80px 0 0;
  position: relative;
}

section.termsWrapper h1 {
  font-size: 50px;
  margin-bottom: 30px;
  color: #1d7733;
}

section.termsWrapper h2 {
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 23px;
}

section.termsWrapper ol li {
  margin-bottom: 20px;
  font-size: 16px;
}

section.termsWrapper ol {
  list-style: none;
  margin-bottom: 0;
}

.terms-link {
  font-size: 14px;
  color: #b7b7b7;
  text-decoration: none;
  transition: 0.3s all ease;
}

.terms-link p {
  font-size: 14px;
}

.terms-link:hover {
  color: #000;
}


.banner-btn img {
  width: 20px;
  margin-left: 5px;
}

.site-btn.banner-btn {
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
}

/* Top bar Design */

.top-bar {
  background-color: #003909;
  padding: 8px 0;
}

.c-text-container {
  overflow: hidden;
  display: flex;
  padding: 5px 0;
}

.c-text-slider {
  display: flex;
  white-space: nowrap;
  animation: slide 200s linear infinite;
}

.ratingWrappertop {
  display: flex;
}

.c-text-slider .ratingWrappertop {
  display: flex;
  margin: 0 30px;
}

.c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0px 0px 0px 0px rgba(226, 215, 255, 0.4);
  margin-left: 25px;
  position: relative;
  margin-right: 25px;
}

.c-text a {
  text-decoration: none;
}

.price-bar {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 11px;
}

.price-bar span {
  font-size: 14px;
  font-weight: 600;
}

.price-bar span {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
}

.divider {
  width: 2px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.15);
}

.currency {
  display: flex;
  align-items: center;
  gap: 8px;
}


.wrapper.pl-50 {
  padding-left: 30px;
}

.header-icon-umb {
  position: absolute;
  right: -19px;
  bottom: -25px;
  z-index: 1;
}

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

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

.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;
}

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

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

/* Make owl stage items equal height */
.owl-carousel-2 .owl-stage {
  display: flex;
}

/* Each slide full height */
.owl-carousel-2 .owl-item {
  display: flex;
}

/* Item wrapper full height */
.owl-carousel-2 .item {
  display: flex;
  height: 100%;
  width: 100%;
}

/* Service box stretches equally */
.sevice-bx {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

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

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






/* ================= CAREER PAGE CSS SECTION START ================= */


/* ================= CAREER BANNER ================= */

.career-banner {
  height: 80vh;
  min-height: 600px;
  background: url("http://satgurutravel.ru/wp-content/uploads/2026/05/vacany-banner.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  border-radius: 20px;
  align-items: flex-end;
  padding-bottom: 45px;
  margin: 0px auto 0;
  overflow: hidden;
  margin-top: 30px;
}



/* ================= HEADING ================= */

.career-heading {
  font-size: 140px;
  font-weight: 700;
  color: #F79A1A;
  /* warm orange */
  line-height: 1;
}




.careers-section {
  padding: 100px 0;
  background: url("http://satgurutravel.ru/wp-content/uploads/2026/05/satguru-career-bg.jpg") center center / cover no-repeat;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 100px auto 100px;
}


/* ================= LEFT BOX ================= */
/* Main wrapper */
.positions-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 17px 14px 20px 0;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

/* ================= HEADER ================= */

.positions-header {
  display: grid;
  grid-template-columns: 2fr 1.06fr 132px;
  padding: 0px 35px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ================= ROWS ================= */

.position-row {
  /* display: grid; */
  /* grid-template-columns: 2fr 1.5fr 132px; */
  align-items: center;
  padding: 9px 0px;
  border-top: 1px solid #e6e6e6;
  position: relative;
}

.positionInner {
  display: grid;
  grid-template-columns: 2fr 1.1fr 132px;
  align-items: center;
  padding: 0px 0 0px 17px;
  margin: 0 0 0 20px;
  /* border-top: 1px solid #e6e6e6; */
  position: relative;
  transition: all 0.3s ease;
  gap: 12px;

}

.position-row:hover .positionInner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 85%;
  height: 100%;
  background: #279139;
  background: linear-gradient(90deg, rgba(39, 145, 57, 1) 0%, rgba(31, 99, 42, 1) 100%);
  z-index: 1;
  border-radius: 100px 0px 0px 100px;
}

.position-row.active .positionInner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 671px;
  height: 100%;
  background: #279139;
  background: linear-gradient(90deg, rgba(39, 145, 57, 1) 0%, rgba(31, 99, 42, 1) 100%);
  z-index: 1;
  border-radius: 100px 0px 0px 100px;
}

/* Hover effect */
/* .position-row:hover .positionInner {
  background: #2e8b3c;
} */

/* Title */
.position-title {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
}

/* Location */
.position-location .city {
  color: #216D2D;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
}

.position-location small {
  color: #000;
  font-size: 10px;
  line-height: 1;
}

.position-location {
  line-height: 1;
  z-index: 1;
  padding: 8px 0;
}


/* Hide Apply button by default */

/* Smooth transition for row */
.position-row {
  transition: all 0.4s ease;
}

/* Green background container */




/* Make text white on hover */
.position-row:hover .position-title,
.position-row:hover .position-location .city,
.position-row:hover .position-location small {
  color: #fff;
  z-index: 1;
}

.position-row.active .position-title,
.position-row.active .position-location .city,
.position-row.active .position-location small {
  color: #fff;
  z-index: 1;
}

/* Show Apply button on hover */
.position-row:hover .position-cta a.apply-now {
  opacity: 1;
  z-index: 1;
}

.position-row.active .position-cta a.apply-now {
  opacity: 1;
  z-index: 1;
}

.positionbg {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  align-items: center;
  padding: 12px 20px;
  border-radius: 40px 0 0 40px;
  transition: all 0.3s ease;
}

/* ================= APPLY BUTTON ================= */

.position-cta a.apply-now {
  background: linear-gradient(90deg, rgba(241, 167, 47, 1) 0%, rgba(255, 137, 0, 1) 100%);
  border: none;
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 0px 40px 40px 0px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  opacity: 0;
  transition: all 0.1s ease;
}

.position-cta {
  text-align: end;
}

/* ================= ACTIVE ROW ================= */

/* .position-row.active {
  background: linear-gradient(to right, #2e7d32 80%, #f7931e 80%);
  border-radius: 50px;
  color: #fff;
  margin: 10px 20px;
  padding-left: 40px;
} */

/* .position-row.active .position-location .city,
.position-row.active small {
  color: #fff;
}

.position-row.active .position-title {
  color: #fff;
} */


/* ================= RIGHT BOX ================= */

/* Outer Wrapper */
.form-wrapper {
  width: 100%;
  max-width: 950px;
}

/* Main Card */
.form-box {
  background-image: url(http://satgurutravel.ru/wp-content/uploads/2026/05/contact-bf.jpg);
  border-radius: 25px;
  padding: 20px 27px 33px 27px;
  height: 100%;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 75%);
  background-size: cover;
  background-position: center;
}

/* Heading */
.form-box h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.4;
}

/* Input Fields */
.input-group {
  position: relative;
  margin-bottom: 25px;
}

.input-group i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  opacity: 0.8;
}

.input-group input {
  width: 100%;
  padding: 18px 20px 18px 50px;
  border-radius: 40px !important;
  border: 2px solid #ffffff59;
  background: rgb(255 255 255 / 0%);
  outline: none;
  margin-left: 0 !important;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
  height: 54px;
}

.input-group img {
  position: absolute;
  left: 23px;
  top: 19px;
  width: 17px;
  height: 17px;
}

.input-group img.bag {
  width: 20px;
  height: 20px;
}

.input-group input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.input-group input:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* File Upload */
.file-group {
  margin: 0px 0 40px;
}

.file-label {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  height: 54px;

}

.file-label input {
  display: none;
}

.custom-file-btn {
  background: rgb(26 86 36 / 50%);
  padding: 9px 11px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1;
}

.file-size {
  font-size: 14px;
  opacity: 0.8;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 13px 10px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(90deg, #f9b233, #ff8800);
  color: #fff;
  transition: 0.3s ease;
  text-align: center;
  justify-content: center;
  margin-top: 0;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}


.positionWrapper {
  height: 508px;
  overflow-y: scroll;
  padding-right: 13px;
}

.career-modal .modal-body {
  padding: 0;
}

.career-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  background: transparent;
}

.career-modal .modal-header button {
  position: absolute;
  right: 11px;
}

.career-modal .modal-header {
  border: 0;
  position: absolute;
  z-index: 99;
  right: 0;
}

.career-modal .modal-header button.btn-close {
  background-image: none;
}

.career-modal .modal-header button.btn-close i {
  z-index: 3;
  opacity: 1;
  background-image: none;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 9px;
  right: 6px;
  font-size: 20px;
  line-height: 1;
}


.mobile-position {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px 13px 20px;
  align-items: center;
  margin-bottom: 13px;
  border-bottom: 1px solid #ededed;
}

.mbposititle {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
}

.mbCity {
  color: #216D2D;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.mbpulic {
  color: #000;
  font-size: 10px;
  line-height: 1;
}





.rightposi .position-cta a.apply-now {
  background: linear-gradient(90deg, rgba(241, 167, 47, 1) 0%, rgba(255, 137, 0, 1) 100%);
  border: none;
  color: #fff;
  padding: 11px 20px;
  font-size: 12px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  opacity: 1;
  transition: all 0.1s ease;
  height: auto;
}



/* ===== SUB FOOTER SECTION START ===== */

.sub-footer {
  padding: 60px 0 0px 0;
}

.footer-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #279139;
  padding-left: 6px;
}

/* ===== FOOTER NEWSLETTER FULL WIDTH START ===== */

.footer-newsletter-input {
  border-radius: 100px;
  padding: 14px 16px;
  font-size: 14px;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}

.footer-newsletter-input:focus {
  border-color: #0e6e2b;
  box-shadow: 0 0 0 0.2rem rgb(217 43 36 / 0%);
}

.footer-newsletter-btn {
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #f9a825, #f57c00);
  cursor: pointer;
  transition: 0.3s;
}

.footer-newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* ===== FOOTER NEWSLETTER FULL WIDTH END ===== */

/* ===== SUB FOOTER SECTION END ===== */

/* Autofill background fix */
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
textarea.form-control:-webkit-autofill,
select.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
  box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
  -webkit-text-fill-color: #000 !important;
  color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* Autofill background fix */
.input-group input:-webkit-autofill,
.input-group input:-webkit-autofill:hover,
.input-group input:-webkit-autofill:focus,
.input-group textarea:-webkit-autofill,
.input-group select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
  box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}


h2.mobilepositTit {
  color: #000;
  font-size: 18px;
  padding-left: 19px;
}


.popup-success {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50;
  color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  text-align: center;
}

.popup-error {
  background-color: #f44336;
}

.submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-loader {
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spinBtn 0.8s linear infinite;
}

@keyframes spinBtn {
  100% {
    transform: rotate(360deg);
  }
}