@import url("../fonts/fontiran.css");
*, *::before, *::after {
  box-sizing: border-box; /* Set the sizing of an element to include it's border */
}

* {
  margin: 0; /* Set the default margin to 0 */
  padding: 0; /* Set the default padding to 0 */
}

ul[role=list], ol[role=list] {
  list-style: none; /* Turn off numbered and unordered list decoration */
}

html:focus-within {
  scroll-behavior: smooth; /* Make the scrolling inside of any scrollable element smooth */
}

html {
  padding: 0 !important;
  margin: 0 !important;
}

a:not([class]) {
  text-decoration-skip-ink: auto; /* Makes link undelines look better */
}

a {
  text-decoration: none; /* Makes link undelines look better */
}

img, picture, svg, video, canvas {
  max-width: 100%; /* Makes it responsive */
  height: auto; /* Makes it responsive */
  vertical-align: middle; /* Makes text next to inline images look better */
  background-repeat: no-repeat;
  /* The background repeat and size are there if you want to load a picture first like a backroung image that is worse quality while the better quality image loads */
  background-size: cover;
}

input, button, textarea, select {
  font: inherit; /* Makes these elements inherit fonts */
}

/* Turns off animation for people who don't want to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%; /* Makes the body element full screen */
  scroll-behavior: smooth; /* Makes normal scrolling smooth */
}

.custom-scrollbar {
  scrollbar-width: thin;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  background: rgba(0, 0, 0, 0.1);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

/* customize scrollbar */
html {
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 9px;
  background: rgba(0, 0, 0, 0.1);
}

html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

body {
  overflow-x: hidden;
  background: #fff;
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: unset;
}

a:hover {
  text-decoration: none;
  color: unset;
}

.pointer-none {
  pointer-events: none;
}

.dir-ltr {
  direction: ltr;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-unset {
  overflow: unset;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-6 {
  gap: 2.5rem;
}

.gap-7 {
  gap: 3rem;
}

.gap-8 {
  gap: 3.5rem;
}

.gap-9 {
  gap: 4rem;
}

.gap-10 {
  gap: 4.5rem;
}

.gap-0 {
  gap: 0;
}

.line-h-1 {
  gap: 0.8rem;
}

.line-h-2 {
  line-height: 1rem;
}

.line-h-3 {
  line-height: 1.3rem;
}

.line-h-4 {
  line-height: 1.6rem;
}

.line-h-5 {
  line-height: 1.9rem;
}

.line-h-6 {
  line-height: 2.1rem;
}

.line-h-7 {
  line-height: 2.4rem;
}

.line-h-8 {
  line-height: 2.7rem;
}

.line-h-9 {
  line-height: 3rem;
}

.line-h-10 {
  line-height: 3.3rem;
}

.py-2_5 {
  padding-top: 0.83rem !important;
  padding-bottom: 0.83rem !important;
}

.px-2_5 {
  padding-left: 0.83rem !important;
  padding-right: 0.83rem !important;
}

.mt-2_5 {
  margin-top: 0.83rem !important;
}

.pb-2_5 {
  padding-bottom: 0.83rem !important;
}

.text-h1 {
  font-size: 2.4rem !important;
}

.text-h2 {
  font-size: 2rem !important;
}

.text-h3 {
  font-size: 1.7rem !important;
}

.text-h4 {
  font-size: 1.4rem !important;
}

.text-h5 {
  font-size: 1.2rem !important;
}

.text-h6 {
  font-size: 0.95rem !important;
}

.text-p-big {
  font-size: 1.1rem !important;
}

.text-p {
  font-size: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.text-smaller {
  font-size: 0.8rem !important;
}

.text-justify {
  text-align: justify !important;
}

.opacity-1 {
  opacity: 1;
}

.opacity-900 {
  opacity: 0.9;
}

.opacity-800 {
  opacity: 0.8;
}

.opacity-700 {
  opacity: 0.7;
}

.opacity-600 {
  opacity: 0.6;
}

.opacity-500 {
  opacity: 0.5;
}

.opacity-400 {
  opacity: 0.4;
}

.opacity-300 {
  opacity: 0.3;
}

.opacity-200 {
  opacity: 0.2;
}

.opacity-100 {
  opacity: 0.1 !important;
}

.opacity-50 {
  opacity: 0.05 !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-bolder {
  font-weight: bolder !important;
}

.font-1000 {
  font-weight: 900 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 3px !important;
}

.rounded-md {
  border-radius: 7px !important;
}

.rounded-lg {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 17px !important;
}

.rounded-2xl {
  border-radius: 34px !important;
}

.rounded-full {
  border-radius: 50% !important;
}

.border-bg {
  border: 2px solid #f4f2ec;
}

.border-primary {
  border: 2px solid #e1ac0e;
}

.nowrap {
  white-space: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.top-0 {
  top: 0;
}

.top-100 {
  top: 100px !important;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-disable {
  cursor: not-allowed;
}

.tr-300 {
  transition: 0.3s;
}

.border-less {
  border: 0 !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-10 {
  z-index: 10;
}

.z-index-50 {
  z-index: 50;
}

.z-index-100 {
  z-index: 100;
}

.z-index-10000 {
  z-index: 10000;
}

.button-primary {
  background: #e1ac0e;
  border: 2px solid #e1ac0e;
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  border-radius: 18px;
  font-weight: 600;
  transition: 0.3s;
  overflow: hidden !important;
}
.button-primary i {
  transform: translateY(2px);
  padding-left: 4px;
}

.button-primary:hover {
  background: #e1ac0e;
  border: 2px solid #e1ac0e;
  color: rgb(255, 255, 255);
  filter: brightness(1.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.button-secondary {
  background: rgb(255, 255, 255);
  border: 2px solid #e1ac0e;
  color: #e1ac0e;
  padding: 10px 15px;
  border-radius: 18px;
  font-weight: 600;
}
.button-secondary i {
  transform: translateY(2px);
  padding-left: 4px;
}

.button-secondary:hover {
  background: #e1ac0e;
  border: 2px solid #e1ac0e;
  color: rgb(255, 255, 255);
  filter: brightness(1.1);
}

.icon-button {
  background: #f4f2ec;
  color: #e1ac0e;
  border: 2px solid #f4f2ec;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 500px) {
  .icon-button {
    width: 41px;
    height: 41px;
  }
  .button-primary, .button-secondary {
    padding: 9px 12px;
    font-size: 0.9rem;
  }
}
.text-primary {
  color: #e1ac0e !important;
}

.text-default {
  color: #7CEEFB !important;
}

.text-color {
  color: #051F4E !important;
}

.text-gold {
  color: #eaaf01 !important;
}

.text-fourth {
  color: #22707A !important;
}

.bg-bg {
  background: #f4f2ec !important;
}

.bg-fourth {
  background: #22707A !important;
}

.bg-fourth-tr {
  background: linear-gradient(to bottom, #22707A, transparent);
}

.bg-bg-tr {
  background: linear-gradient(to bottom, #f4f2ec, transparent);
}

.bg-primary {
  background: #e1ac0e !important;
}

.bg-primary-tr {
  background: linear-gradient(to bottom, #e1ac0e, transparent);
}

.bg-light {
  background: rgb(255, 255, 255) !important;
}

.bg-light-200 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-light-400 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-dark-30 {
  background: rgba(0, 0, 0, 0.03) !important;
}

.shadow-dark-100 {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) !important;
}

.service-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.main-heading {
  border-right: 10px solid #e1ac0e;
  padding-right: 9px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 10px;
}

.input-form {
  background: #fff;
  border: 0;
  border-bottom: 2px solid #f4f2ec;
  border-radius: 0;
  font-size: 1rem;
  padding: 15px !important;
  min-width: unset;
  direction: rtl;
}

.input-form:focus {
  box-shadow: 0 0 0 transparent !important;
  outline: 0 !important;
}

.typed {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing infinite alternate;
  animation-duration: 1.5s;
  animation-timing-function: steps(30, end);
  animation-fill-mode: forwards;
  display: inline-block;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.rotate-z-330 {
  transform: rotateZ(330deg);
}

.slide-to-left, .slide-to-left[data-scroll=out] {
  transform: translateX(300px);
  transition: 0.2s;
  opacity: 0;
}

.slide-to-left[data-scroll=in] {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.15s;
  transition: transform 1.6s, opacity 2.2s;
  will-change: transform, opacity;
}

.slide-to-right, .slide-to-right[data-scroll=out] {
  transform: translateX(-300px);
  transition: 0.2s;
  opacity: 0;
}

.slide-to-right[data-scroll=in] {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.15s;
  transition: transform 1.6s, opacity 2.2s;
  will-change: transform, opacity;
}

.slide-to-top, .slide-to-top[data-scroll=out] {
  transform: translateY(200px);
  transition: 0.2s;
  opacity: 0;
}

.slide-to-top[data-scroll=in] {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.15s;
  transition: transform 1.4s, opacity 2s;
  will-change: transform, opacity;
}

.scale-up, .scale-up[data-scroll=out] {
  transform: scale(0.6);
  transition: 0.2s;
  opacity: 0;
}

.scale-up[data-scroll=in] {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.15s;
  transition: transform 1.4s, opacity 2s;
  will-change: transform, opacity;
}

.show-hidden, .show-hidden[data-scroll=out] {
  transition: 0.2s;
  opacity: 0;
}

.show-hidden[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.2s;
  transition: opacity 2.5s;
  will-change: opacity;
}

body {
  background: rgb(255, 255, 255);
  font-family: IRANYekanXFaNum;
}
body header .navbar {
  width: 100%;
  padding: 15px 0;
  backdrop-filter: blur(7px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
body header .scrolled {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(11px);
}
body header .menu label,
body header .toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body header .menu label:hover,
body header .toggler-label:hover {
  cursor: pointer;
}
body header .menu-dropdown,
body header .menu-check,
body header .toggler-check,
body header .search-form {
  display: none;
}
body header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
body header .menu .active {
  position: relative;
  color: #e1ac0e;
}
body header .menu a {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  white-space: nowrap;
}
body header .menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body header .menu-dropdown a {
  padding: 10px 15px;
  display: block;
  color: #051F4E;
}
body header .left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body main {
  overflow: hidden;
}
body main .intro-carousel .cover-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
body main .intro-carousel .carousel-item {
  height: 100vh;
  min-height: 750px;
}
body main .intro-carousel .carousel-item img {
  height: 100vh;
  min-height: 750px;
  object-fit: cover;
  object-position: left;
}
body main .about-us-carousel .carousel-item {
  height: 400px;
  min-height: 400px;
}
body main .about-us-carousel .carousel-item img {
  height: 400px;
  min-height: 400px;
  object-fit: cover;
  object-position: left;
}
body main .intro-car-secondary .carousel-item {
  height: 450px;
  min-height: 450px;
}
body main .intro-car-secondary .carousel-item img {
  height: 450px;
  min-height: 450px;
  object-fit: cover;
  object-position: left;
}
body main .intro-sec .img-intro-sec img, body main .intro-sec .img-intro-sec iframe {
  animation: changeRadius 10s infinite alternate linear;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@keyframes changeRadius {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 47% 53% 53% 47%/41% 40% 60% 59%;
  }
  40% {
    border-radius: 56% 44% 44% 56%/56% 67% 33% 44%;
  }
  60% {
    border-radius: 37% 63% 67% 33%/69% 52% 48% 31%;
  }
  80% {
    border-radius: 59% 41% 71% 29%/49% 72% 28% 51%;
  }
  100% {
    border-radius: 44% 56% 51% 49%/65% 49% 51% 35%;
  }
}
body main .map iframe {
  min-height: 400px;
  border: 5px solid #f4f2ec;
}
body main .owl-carousel-services .owl-item .item {
  width: 100%;
  display: flex;
  align-items: end;
  background: #fff;
  height: 200px;
  border-radius: 30px;
  transition: 0.3s;
}
body main .owl-carousel-services .owl-item .item img {
  width: 170px;
  display: block;
  height: 170px;
  transform: translate(-2px, -35px) rotateZ(-13deg);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}
body main .owl-carousel-services .owl-item .item:hover {
  filter: brightness(1.04);
  transform: scale(1.06);
}
body main .owl-carousel-services .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}
body main .owl-carousel-services-cover {
  height: 240px;
}
body main .owl-carousel .owl-stage {
  padding-top: 11px;
}
body main .owl-carousel-post .item {
  position: relative;
  transition: 0.4s;
}
body main .owl-carousel-post .item::after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 14px;
}
body main .owl-carousel-post .item:hover::after {
  animation: changeHeight 0.3s alternate linear;
  background: #f4f2ec;
  height: 100%;
}
body main .owl-carousel-post .item:hover {
  transform: translateY(-10px);
}
body main .list-person .item:hover::after {
  background: #fff;
}
body main .list-person .info-user {
  width: 80%;
  transform: translateY(-35px);
}
body main .list-person img {
  transition: 0.3s;
}
body main .list-person .item:hover img {
  filter: grayscale(0.8);
}
body main .news-list-sec article img {
  width: 110px;
  min-width: 110px;
  height: 100;
  min-height: 100%;
  object-fit: cover;
}
body main .owl-carousel-news-list .owl-stage {
  transition-timing-function: linear !important;
}
body main .owl-carousel-news-list .info-user {
  width: 80%;
  transform: translateY(-65px);
}
body main .gallery-div img {
  transition: 0.3s;
  cursor: pointer;
}
body main .gallery-div:hover img {
  transform: scale(1.11, 1.16);
  border-radius: 30px !important;
}
body main .desc-post-sec-info img {
  width: 100%;
  border-radius: 25px;
  margin-bottom: 30px;
}
body main .desc-post-sec-info p {
  line-height: 2rem;
  font-weight: 300;
  text-align: justify;
}
body main .desc-post-sec-info h2 {
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 10px;
}
body main .desc-post-sec-info h3 {
  font-size: 19px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 8px;
}
body main .desc-post-sec-info h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 7px;
}
body main .desc-post-sec-info h5, body main .desc-post-sec-info h6 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 7px;
}
body main .desc-post-sec-info ul {
  display: flex;
  flex-direction: column;
  padding-right: 14px;
  gap: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body main .desc-post-sec-about {
  transform: translateY(-45px);
}
body main .gallery-courses {
  overflow-x: auto;
}
body main .gallery-courses img {
  min-width: 300px;
}
body main .sidebar-courses {
  top: 125px;
}
body footer {
  overflow: hidden;
  margin-top: 10px;
}
body footer .wave {
  transform: scale(1);
  position: relative;
  z-index: -1;
}
body footer .copy-right {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
body footer .footer-menu h4 {
  position: relative;
}
body footer .footer-menu h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #f4f2ec;
  opacity: 0.7;
}
body footer .footer-menu ul {
  font-weight: 300;
}
@media screen and (min-width: 1201px) {
  body .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  body .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  body .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body .menu > ul > li {
    display: inline-block;
  }
  body .menu > ul > li > a {
    padding: 0.9rem 0.9rem 0.8rem;
  }
  body .menu > ul > li > a:hover {
    color: #e1ac0e;
  }
  body .menu .active::after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #e1ac0e;
    height: 4px;
    border-radius: 5px;
    -webkit-transform: translate(50%, 16px);
    -ms-transform: translate(50%, 16px);
    transform: translate(50%, 16px);
    right: 50%;
    bottom: 0;
  }
  body .toggler-label,
  body .menu-check,
  body .toggler-check {
    display: none;
  }
  body .menu-dropdown a:hover {
    color: #e1ac0e;
    background-color: #f4f2ec;
  }
  body .menu-hasdropdown {
    position: relative;
  }
  body .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    padding: 10px 0px;
    border-radius: 12px;
    z-index: 2;
  }
  body .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 35px 45px -45px rgba(0, 0, 0, 0.2);
    box-shadow: 0 35px 45px -45px rgba(0, 0, 0, 0.2);
  }
  body .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  body .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body header .menu {
    width: 400px;
    max-width: 100%;
  }
  body header .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: #e1ac0e;
    font-weight: bold;
  }
  body header .menu a {
    font-size: 0.9rem;
    color: #051F4E;
  }
  body header .menu ul a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px;
    font-weight: 400;
  }
  body header .menu > ul > li:last-child a {
    border: none;
    margin-bottom: 10px;
  }
  body header .menu,
  body header .menu-lefticon,
  body header .menu-backdrop {
    display: none;
  }
  body header .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
  }
  body header .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
  }
  body header .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: rgb(255, 255, 255);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }
  body header .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(215, 224, 235, 0.48);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  body header .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  body header .navbar-div {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
  }
  body main .owl-carousel-services-cover {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  body .left-menu {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body footer .wave {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 500px) {
  body .logo-a img {
    width: 100px;
  }
  body footer .wave {
    transform: scale(2);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.others-page .navbar {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(11px);
}
.others-page .navbar li a {
  color: #051F4E;
}
.others-page main {
  margin-top: 79px;
}

/*# sourceMappingURL=style.css.map */
