* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}
@media (min-width: 1366px) {
  .cmpad {
    max-width: 2700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 1366px) {
  .cmpad {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .cmpad {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cmpad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 90%;
  }
}
/* header */
#mobile-nav {
  display: none;
}
.header {
  display: block;
  background: #f0f0f0;
}
header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.head-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 230px;
  position: relative;
  z-index: 999;
}
.menucol ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
.menucol ul li a {
  position: relative;
  z-index: 999;
  color: #1e4451;
  text-decoration: none;
}
.contact-btn {
  width: 80px !important;
  height: 30px !important;
  font-size: 14px !important;
}
.fa-phone {
  z-index: 2222;
  position: relative;
  color: #6cbc7f;
  margin-right: 10px;
  font-size: 23px;
}
.menucol span {
  z-index: 2222;
  position: relative;
  color: #1e4451;
  font-weight: 400;
  opacity: 0.8;
  font-size: 0.85rem;
}
.consultation {
  font-weight: 700;
  font-size: 1rem;
}
.flex-header {
  text-align: right;
  display: flex;
  border-left: 1px solid #ffffff7a;
  align-items: center;
  z-index: 999;
  padding-left: 20px;
}

.menubutnn {
  font-size: 16px;
  background: #6cbc7f;
  color: #fff !important;
  padding: 12px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.35s;
  z-index: 1;
}
.menubutnn:hover {
  background: #084e18;
  transition: all 0.35s;
}

/* slider */
.heading-slider h1 {
  font-size: 2.5rem;
}
.slider {
  width: 100%;
  top: 0;
  height: 100vh;
}
.slider-section {
  top: 0;
  width: 100%;
}
.slider-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.slider-last {
  width: 50%;
}
.flexVcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  /* border-bottom-left-radius: 20px; */
  object-fit: contain;
}
.heading-slider span {
  color: #1c4454;
  font-weight: 800;
}
.fa-arrow-right {
  margin-left: 10px;
}
.heading-slider p {
  margin: 0;
  opacity: 0.8;
  font-size: 14px;
}
.circle-header {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  left: -26px;
  margin-top: -39px;
}
.circle-slider {
  width: 120px;
  position: absolute;
  right: -16px;
  margin-top: -115px;
  margin-left: auto;
  z-index: 99;
}
.wrapper-btn a {
  width: 160px;
  height: 50px;
  font-size: 16px;
  background: #6cbc7f;
  color: #fff;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.wrapper-btn a:hover {
  color: #fff;
}
.wrapper-btn a::after {
  content: "";
  background: #084e18;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.wrapper-btn a[class^="slide"]::after {
  transition: all 0.35s;
}
.wrapper-btn a[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.wrapper-btn a.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.wrapper-btn a.slide_from_right::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}
.wrapper-btn a.slide_from_top::after {
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
}
.wrapper-btn a.slide_from_bottom::after {
  left: 0;
  right: 0;
  top: 100%;
  bottom: -100%;
}
.wrapper-btn a[class^="grow"]::after {
  transition: all 0.3s ease;
}
.wrapper-btn a[class^="grow"]:hover::after {
  transition: all 0.3s ease-out;
}
.wrapper-btn a.grow_box::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0);
}
.wrapper-btn a.grow_box:hover::after {
  transform: scale(1, 1);
}
.wrapper-btn a.grow_ellipse::after {
  border-radius: 50%;
  left: -50%;
  right: -50%;
  top: -150%;
  bottom: -150%;
  line-height: 8.34em;
  transform: scale(0, 0);
}
.wrapper-btn a.grow_ellipse:hover::after {
  transform: scale(1, 1);
}
.wrapper-btn a.grow_skew_forward::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}
.wrapper-btn a.grow_skew_forward:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}
.wrapper-btn a.grow_skew_backward::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
}
.wrapper-btn a.grow_skew_backward:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.wrapper-btn a.grow_spin::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0) rotate(-180deg);
}
.wrapper-btn a.grow_spin:hover::after {
  transform: scale(1, 1) rotate(0deg);
}
.slider-img {
  height: 100vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  /* border-bottom-left-radius: 20px; */
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 116px 0;
  padding-left: 40px;
}
/* .slider-img::before {
  content: "";
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: none;
  left: 0;
  background-color: rgb(24 53 38 / 80%);
  background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 58%) 100%);
  padding-bottom: 2rem;
  height: 100px;
  opacity: 1;
} */
/* services section */
.circle-sliderr {
  width: 68px;
  position: absolute;
  left: -16px;
  transform: rotateY(175deg);
  margin-top: -23px;
  margin-left: auto;
  z-index: 99;
}

.heading {
  color: #1c4454;
  font-weight: 800;
}
.services-subhead {
  padding: 0% 10% 0% 0%;
}
.services-subhead h2 {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 20px !important;
  color: #454f5f;
}
.services-subhead p {
  font-size: 15px;
  text-align: justify;
  opacity: 0.8;
}
.card1 {
  height: 100%;
  width: 100%;
  padding: 10px;
  /* box-shadow: 3px 1px 15px 0px rgb(0 0 0 / 52%); */
  /* border-style: solid; */
  /* border-width: 0px 0px 0px 0px; */
  border: 1px solid #55997236;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  background: transparent;
  transition: all 0.3s ease;
}
.services-icon img {
  border-radius: 8px;
}
.card-content h3 {
  color: #1f4656;
}

.card-content {
  width: calc(100% - 100px);
}
.card-content p {
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 0;
}
.card-content h3 {
  font-size: 18px;
}
.card1 p {
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}

.card1:hover {
  background: #6cbc7f3b;
  transition: all 0.3s ease;
}

/* modal */
.modal-content {
  border-radius: 1rem;
  border: none;
  box-shadow: 6px 8px 20px rgb(0 0 0 / 10%);
}
.modal-backdrop {
  /* background-color: var(--primary50); */
  background: linear-gradient(90deg, #6cbc7f 0%, #1c4454 100%);
}

.myModal .modal-body {
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: url(../img/icons/circle2.svg);
  background-size: 78px;
  background-repeat: no-repeat;
  background-position-x: 103%;
  background-position-y: 96%;
}
.myModal .btn-close {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 14px;
  background-color: #000000;
  z-index: 9;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 1;
  color: white;
  border: none;
}
.myModal .btn-close img {
  filter: brightness(0) invert(1);
}
@media (min-width: 576px) {
  .myModal .modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* message */
.ceo {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding-top: 10px;
  margin-top: 15px;
}
.message-content a {
  text-decoration: none;
  color: #6cbc7f;
}
.morebtn:hover i {
  animation: moveRight 1s infinite;
}
.morebtn i {
  transition: none;
  margin-left: 6px;
}

@keyframes moveRight {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
  }
  100% {
    transform: translate(0px);
    -webkit-transform: translate(0px);
  }
}
.message-content h5 {
  color: #1c4454;
  font-weight: 700;
}
.message-content span {
  opacity: 0.75;
  font-size: 0.875rem;
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.message-content .quote {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
}
.ceo-img {
  max-width: 100%;
  max-height: 355px;
  margin: auto;
  border-radius: 0.3rem;
  display: flex;
}
.message-content p {
  text-align: justify;
}
.message {
  /* background: #f2f4f6; */
}
.message-content {
  background: #f7fcf8;
  padding: 25px;
  border-radius: 20px;
  padding-top: 0px;
  position: relative;
  top: 30px;
}
.meassge-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #6cbb7f, #1c4454);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -32px;
}
.abt-img {
  width: 500px;
  display: flex;
  margin: auto;
  object-fit: cover;
  height: 400px;
  border-radius: 10px;
}
.about h2 {
  font-size: 16px;
}
.about-subhead {
  font-size: 20px;
  color: #1c4454;
  font-weight: 600;
}
hr {
  color: #1c4454;
  opacity: 0.1;
}
/* footer */
.footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-flex a {
  color: #1c4454;
  text-decoration: none;
  opacity: 0.8;
}
.footer-end {
  display: flex;
  justify-content: space-between;
}
.footer-end a {
  text-decoration: none;
  color: #1c4454;
}
.footer-end p {
  opacity: 0.8;
  color: #1c4454;
  font-size: 14px;
}
.flex-left h6 {
  color: #1c4454;
  opacity: 0.8;
  font-weight: normal;
}
.flex-left {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}
.footer-right ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.fa-facebook-f:hover {
  color: #1877f2;
}
.fa-x-twitter:hover {
  color: #1da1f2;
}
.fa-instagram:hover {
  color: #fd1d1d;
}
.fa-youtube:hover {
  color: #ff0000;
}
.fa-envelope:hover {
  color: #db4437;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer {
  background-color: #69c07f5c;
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #1c4454;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #233d47;
  }
}
.custscroll::-webkit-scrollbar,
.custscroll::-webkit-scrollbar-thumb {
  border-radius: 13px;
  width: 6px;
  height: 6px;
  background-clip: padding-box;
  background: transparent;
}
.custscroll::-webkit-scrollbar-track {
  background: transparent;
}
.custscroll:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.custscroll::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.custscrollA::-webkit-scrollbar {
  border-radius: 13px;
  width: 6px;
  height: 6px;
  background-clip: padding-box;
  background: transparent;
}
.custscrollA::-webkit-scrollbar-track {
  background: transparent;
}
.custscrollA::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}
.custscrollA::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
/* why edge */
.whyedge {
  height: auto;
  width: 100%;
  background: linear-gradient(45deg, #6cbc7f, #1c4454);
}
.whyedge h2 {
  color: #fff !important;
  text-align: center;
  opacity: 0.9;
}
.edgehead {
  max-width: 850px;
  text-align: center;
  margin: auto;
}
.edgehead h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
}
.edge-card {
  padding: 20px;
  background-color: #ffffff15;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff50;
  border-radius: 10px;
  color: #ffffff;
  min-height: 350px;
  margin-top: 80px;
}
.hex {
  margin-top: 30px;
  width: 104px;
  height: 60px;
  background-color: #1c4454;
  border-color: #1c4454;
  position: relative;
  display: inline-block;
}
.hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 30px solid;
  border-color: inherit;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  position: absolute;
  top: -29px;
}
.hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -29px;
  left: 0;
  border-top: 30px solid;
  border-color: inherit;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}
.text-edge {
  text-align: center;
}
.hexagon {
  display: flex;
  justify-content: center;
  margin-top: -80px;
  padding-bottom: 60px;
}
.text-edge p {
  opacity: 0.8;
  font-size: 14px;
  line-height: 24px;
}
.text-edge h5 {
  margin-bottom: 20px;
}
.cards {
  margin-top: 60px;
}
.edge-card:hover {
  background-color: #ffffff;
  color: #1c4454;
  transition: all 0.2s ease-in-out;
}
.edge-card:hover .hex {
  background-color: #6cbc7f;
  border-color: #6cbc7f;
  transition: all 0.2s ease-in-out;
}
.whyedge-icons {
  width: 50px;
  display: flex;
  margin: auto;
}
.icons-footer ul {
  list-style-type: none;
  display: flex;
  gap: 10px;
  padding: 0;
}
.icons-footer ul li a {
  text-decoration: none;
  color: #1c4454;
}
img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
img.loadimg {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
img.loadimg.fade {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .edge-card {
    margin-bottom: 70px;
  }
  .enquiry {
    width: 100%;
  }
  .enquiry-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .footer-top {
    display: block;
  }
  .edgehead h1 {
    font-size: 19px;
  }
  .footer-end {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card1 p {
    max-height: 68px;
    text-align: left;
  }
  .circle-header {
    display: none;
  }
  .slider-flex {
    flex-direction: column-reverse;
  }
  .slider-img,
  .slider {
    height: 50vh;
    border-radius: 0;
  }
  .slider-last {
    width: 100%;
  }
  .slider-last .slider-img img {
    animation: plus 3s infinite;
  }

  .abt-img {
    margin-top: 30vh;
  }
  .slider {
    margin-top: 5vh;
  }
  #mobile-nav {
    display: block;
    background: #f0f0f0;
    z-index: 999999;
  }
  .offcanvas-header {
    background-color: #f0f0f0;
  }
  .header {
    display: none;
  }
  .logo-a {
    margin: auto;
  }
  .swiper-slide,
  .card-content {
    width: 100% !important;
  }
  .services {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .circle-slider {
    position: relative;
    display: none;
  }
  .heading-slider h1 {
    font-size: 1.6rem;
  }
  .heading-slider {
    padding-top: 15px;
    position: relative;
    z-index: 99999;
  }
  .heading-slider p {
    font-size: 15px;
    text-align: justify;
  }
  .abt-img {
    width: 280px;
  }
  .logo {
    width: 130px;
  }
  .mobile-link {
    color: #1c4454;
    border-bottom: 1px solid #b3b3b3;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none !important;
  }
  .message {
    border-bottom: 1px solid #b7adad;
  }
  .banner {
    margin-top: 65px !important;
    height: 200px !important;
  }
  .services {
    margin-top: 10px;
  }
  .card-content {
    width: 100%;
  }
  .whyedge {
    padding-bottom: 0 !important;
  }
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .footer {
    padding-top: 2rem !important;
  }
  .ceo-inner {
    width: 100% !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .consultation {
    font-size: 0.8rem;
  }
  .heading-slider h1 {
    font-size: 1.7rem;
  }
  .slider-last {
    width: 63%;
  }
  .circle-header {
    display: none;
  }
  .slider,
  .slider-img {
    height: 70vh;
  }
  .edge-card {
    margin-bottom: 70px;
  }
  .text-edge h5,
  .text-edge p {
    margin: 0 !important;
  }
  .abt-img {
    width: 300px;
  }
  .card-content {
    width: 100%;
  }
  .menucol ul {
    gap: 15px;
    padding-left: 0;
  }
  .whyedge {
    padding-bottom: 0 !important;
  }
}

.myform label {
  font-size: 0.875rem;
  margin-bottom: 5px;
  color: #1e4451;
  font-weight: 500;
}
.myform input,
.myform textarea,
.myform select {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 8px 15px;
  border-radius: 0.5rem;
  box-shadow: none;
  background-color: transparent;
  outline: 0;
  border: 1px solid #6cbc7f66;
  color: #383838;
  box-shadow: none !important;
  -webkit-appearance: none; /* Chrome, Safari, and Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none;
}

/* For Chrome, Safari, Edge, and Opera */
.myform input[type="number"]::-webkit-inner-spin-button,
.myform input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.myform input[type="number"] {
  -moz-appearance: textfield;
}

.inpbox input::placeholder {
  color: #38383880;
}

.service-box {
  width: 100%;
  padding: 15px 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #6cbc7f;
  border-radius: 10px;
  transition: border 0.3s;
  min-height: 146px;
}

.service-box:hover img {
  display: none;
}

.service-box svg {
  transition: stroke 0.3s;
}

.service-box:hover svg {
  stroke: #084e18;
}
.service-box p {
  color: #6cbc7f;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.service-box:hover p {
  color: #084e18;
  font-size: 14px;
}
.text-d-none {
  text-decoration: none;
}
.book-btn a {
  /* width: 160px; */
  height: 50px;
  width: fit-content;
  padding: 0px 20px;
  font-size: 16px;
  background: #6cbc7f;
  color: #fff;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.book-btn a:hover {
  color: #fff;
}
.book-btn a::after {
  content: "";
  background: #084e18;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.book-btn a[class^="slide"]::after {
  transition: all 0.35s;
}
.book-btn a[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.book-btn a.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.book-btn a.slide_from_right::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}
.book-btn a.slide_from_top::after {
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
}
.book-btn a.slide_from_bottom::after {
  left: 0;
  right: 0;
  top: 100%;
  bottom: -100%;
}
.book-btn a[class^="grow"]::after {
  transition: all 0.3s ease;
}
.book-btn a[class^="grow"]:hover::after {
  transition: all 0.3s ease-out;
}
.book-btn a.grow_box::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0);
}
.book-btn a.grow_box:hover::after {
  transform: scale(1, 1);
}
.book-btn a.grow_ellipse::after {
  border-radius: 50%;
  left: -50%;
  right: -50%;
  top: -150%;
  bottom: -150%;
  line-height: 8.34em;
  transform: scale(0, 0);
}
.book-btn a.grow_ellipse:hover::after {
  transform: scale(1, 1);
}
.book-btn a.grow_skew_forward::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}
.book-btn a.grow_skew_forward:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}
.book-btn a.grow_skew_backward::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
}
.book-btn a.grow_skew_backward:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.book-btn a.grow_spin::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0) rotate(-180deg);
}
.book-btn a.grow_spin:hover::after {
  transform: scale(1, 1) rotate(0deg);
}


/* nav */
/* Positioning for the submenu container */
.has-submenu {
    position: relative;
}

/* Initially hide the submenu */
 .submenu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 318px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 10px;
    max-height: 500px;
    overflow-y: scroll;
}

/* Show submenu on hover */
.has-submenu:hover .submenu {
    display: block;
}

/* Style submenu links */
.submenu li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: background 0.3s ease;
}

.submenu li a:hover {
    background-color: #e5e5e5;
    color: #084e18;
}
.has-submenu:hover .submenu{
  display: block !important;
}



@media (max-width: 992px){
   .slider {
    height: auto;
    padding-bottom:35px;
  }
  .slider .swiper{
      height: auto;
  } 
  .mv-box{
    width: 90% !important;
  }
}


