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

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

.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: #008fc7;
  border: 2px solid #008fc7;
  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: #008fc7;
  border: 2px solid #008fc7;
  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 #008fc7;
  color: #008fc7;
  padding: 10px 15px;
  border-radius: 18px;
  font-weight: 600;
}
.button-secondary i {
  transform: translateY(2px);
  padding-left: 4px;
}

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

.icon-button {
  background: #e3f4fd;
  color: #008fc7;
  border: 2px solid #e3f4fd;
  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: #008fc7 !important;
}

.text-default {
  color: #84c8e3 !important;
}

.text-third {
  color: #066CAA !important;
}

.text-color {
  color: #0f295b !important;
}

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

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

.text-success {
  color: rgb(8, 197, 103) !important;
}

.text-danger {
  color: #dc3545 !important;
}

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

.bg-third {
  background: #066CAA !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background: rgb(8, 197, 103) !important;
}

.bg-success-100 {
  background: rgba(8, 197, 103, 0.1) !important;
}

.bg-danger {
  background: #dc3545 !important;
}

.bg-danger-100 {
  background: rgba(220, 53, 69, 0.1) !important;
}

.bg-info {
  background: #0d6efd !important;
}

.bg-info-100 {
  background: rgba(13, 110, 253, 0.1) !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;
}

.shadow-dark-50 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !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 {
  position: relative;
  display: inline-block;
}

.main-heading::after {
  position: absolute;
  content: "";
  bottom: 5px;
  height: 10px;
  right: 0;
  left: -13px;
  background: #e3f4fd;
  z-index: -1;
}

.main-heading2::after {
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

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

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

.rotate-z-180 {
  transform: rotateZ(180deg);
}

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

.accordion-item, .accordion-button:not(.collapsed) {
  background: #fff;
  border: 0;
  color: #0f295b;
  box-shadow: 0 0 0;
}

.accordion-button:focus {
  border: 0;
  box-shadow: 0 0 0;
}

.accordion-button {
  border: 0;
  box-shadow: 0 0 0;
  background: #fff;
}

.accordion-button {
  padding-top: 22px !important;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 800;
}

.accordion-item {
  padding-bottom: 10px;
  text-align: justify;
}

.object-cover {
  object-fit: cover;
}

body {
  background: rgb(255, 255, 255);
  font-family: IRANYekanXFaNum;
  padding-top: 80px;
}
body header .navbar {
  background: #fff;
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
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: #008fc7;
}
body header .menu a {
  color: rgb(0, 0, 0);
  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: #0f295b;
}
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 .img-intro-sec img, body main .img-intro-sec iframe {
  box-shadow: 10px 10px 0 #cbe4f1;
}
body main .box-show-info {
  max-height: 150px;
}
body main .box-courses {
  border-right: 10px solid rgb(8, 197, 103);
  background: linear-gradient(to left, rgba(8, 197, 103, 0.1), transparent);
}
body main .box-courses2 {
  border-right: 10px solid #008fc7;
  background: linear-gradient(to left, rgba(0, 143, 199, 0.1), transparent);
}
body main .accordion-courses .accordion-item, body main .accordion-courses .accordion-button:not(.collapsed), body main .accordion-courses .accordion-button {
  background: linear-gradient(to left, #e3f4fd, transparent);
}
body main .accordion-courses .accordion-body img {
  height: 150px;
}
body main .location-google {
  height: 400px;
}
body main .contact-us-map .location-google {
  height: 300px;
}
body main .owl-carousel-news-list .owl-stage {
  transition-timing-function: linear !important;
}
body main .cover-contact-us {
  top: 110px;
}
body main .contact-us-box {
  background: rgb(255, 255, 255);
}
body main .contact-us-box .contact-us-icon {
  font-size: 70px;
}
body main .contact-us-map .location-google {
  border: 10px solid #e3f4fd;
}
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 .accordion-faq .accordion-button {
  padding-top: 22px !important;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 600;
}
body main .box-new-info-desc {
  transform: translateY(-40px);
}
body main .news-list-sec article img {
  width: 110px;
  min-width: 110px;
  height: 100;
  min-height: 100%;
  object-fit: cover;
}
body main .notice-box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
body main .notice-box .carousel {
  grid-area: 1/1/3/3;
}
body main .notice-box .box-info-img1 {
  grid-area: 1/3/2/4;
}
body main .notice-box .box-info-img2 {
  grid-area: 2/3/3/4;
}
body main .notice-box .carousel-item img {
  max-height: 600px;
}
body main .notice-box .box-info-img img {
  transition: 0.3s;
  max-height: 290px;
  height: 290px;
}
body main .notice-box .box-info-img h3 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), transparent);
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  font-weight: 800;
  transition: 0.3s;
  padding: 20px 10px;
  padding-top: 40px;
  transform: translateY(71%);
}
body main .notice-box .box-info-img:hover img {
  transform: scale(1.2);
}
body main .notice-box .box-info-img:hover h3 {
  backdrop-filter: blur(6px);
  transform: translateY(0);
  align-items: end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
body footer {
  overflow: hidden;
  margin-top: 10px;
}
body footer .container {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
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: #e3f4fd;
  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: #008fc7;
  }
  body .menu .active::after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #008fc7;
    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: #008fc7;
    background-color: #e3f4fd;
  }
  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: #008fc7;
    font-weight: bold;
  }
  body header .menu a {
    font-size: 0.9rem;
    color: #0f295b;
  }
  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 .notice-box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  body main .notice-box .carousel {
    grid-area: 1/1/3/3;
  }
  body main .notice-box .box-info-img1 {
    grid-area: 3/1/4/2;
  }
  body main .notice-box .box-info-img2 {
    grid-area: 3/2/4/3;
  }
}
@media screen and (max-width: 992px) {
  body .left-menu {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  body main .notice-box {
    display: block;
  }
  body main .notice-box .carousel {
    margin-bottom: 20px;
  }
  body main .notice-box .box-info-img1 {
    margin-bottom: 20px;
  }
  body main .notice-box .box-info-img2 {
    grid-area: unset;
  }
  body main .notice-box .carousel-item img {
    max-height: 100%;
  }
  body main .notice-box .box-info-img {
    max-height: 300px;
  }
  body main .notice-box .box-info-img img {
    max-height: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  body .logo-a img {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  body .box-info-img h3 {
    transform: translateY(67%) !important;
  }
  body .notice-box {
    padding-bottom: 70px;
  }
}
@-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);
  }
}

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