:root {
  --primary-color: #38449A !important;
  --secondary-color: #222222 !important;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "niafam" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.niafam-Vector1:before {
  content: "\e90b";
}

.niafam-cal:before {
  content: "\e915";
}

.niafam-arrow-right:before {
  content: "\e91c";
}

.niafam-arrow-left:before {
  content: "\e91d";
}

.niafam-bale-1:before {
  content: "\e920";
}

.niafam-camera:before {
  content: "\e916";
}

.niafam-Whatsapp:before {
  content: "\e98f";
}

.niafam-twitter-1:before {
  content: "\e990";
}

.niafam-Bisphon:before {
  content: "\e993";
}

.niafam-Facebook:before {
  content: "\e995";
}

.niafam-Gap:before {
  content: "\e996";
}

.niafam-Linkedin:before {
  content: "\e998";
}

.niafam-Soroush:before {
  content: "\e999";
}

.niafam-Telegram:before {
  content: "\e99a";
}

.niafam-accessibility:before {
  content: "\e900";
}

.niafam-minus:before {
  content: "\e904";
}

.niafam-fi-rr-video-camera:before {
  content: "\e901";
}

.niafam-newspaper-folded:before {
  content: "\e902";
}

.niafam-fi-rr-package:before {
  content: "\e903";
}

.niafam-fi-rr-megaphone:before {
  content: "\e905";
}

.niafam-bill-1:before {
  content: "\e906";
}

.niafam-fi-rr-money:before {
  content: "\e907";
}

.niafam-fi-rs-chart-tree:before {
  content: "\e908";
}

.niafam-fi-rr-calendar:before {
  content: "\e909";
}

.niafam-Icon-Stroke1:before {
  content: "\e90a";
}

.niafam-align-center:before {
  content: "\e90c";
}

.niafam-Icon-Stroke:before {
  content: "\e90d";
}

.niafam-fi-rs-refresh:before {
  content: "\e90f";
}

.niafam-eita:before {
  content: "\e910";
}

.niafam-Vector6:before {
  content: "\e911";
}

.niafam-Vector5:before {
  content: "\e912";
}

.niafam-Icon-Stroke6:before {
  content: "\e913";
}

.niafam-Icon-Stroke5:before {
  content: "\e914";
}

.niafam-Icon-Stroke4:before {
  content: "\e917";
}

.niafam-Icon-Stroke3:before {
  content: "\e918";
}

.niafam-Icon-Stroke2:before {
  content: "\e919";
}

.niafam-fi-rr-checkbox1:before {
  content: "\e91a";
}

.niafam-fi-rr-mobile:before {
  content: "\e91b";
}

.niafam-fi-rr-apps:before {
  content: "\e91e";
}

.niafam-fi-rs-headset:before {
  content: "\e91f";
}

.niafam-fi-rr-checkbox:before {
  content: "\e921";
}

.niafam-fi-rs-user:before {
  content: "\e922";
}

.niafam-links:before {
  content: "\e923";
}

.niafam-fi-rs-calendar:before {
  content: "\e924";
}

.niafam-close:before {
  content: "\e90e";
}

.text__white {
  color: #fff;
}
.text__black {
  color: #000;
}
.text__blue {
  color: var(--primary-color);
}
.text__gray {
  color: #757575;
}
.text__d-gray {
  color: var(--secondary-color);
}
.text__l-gray {
  color: #757575;
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.813em;
}
.text__14 {
  font-size: 0.875em;
}
.text__15 {
  font-size: 0.938em;
}
.text__16 {
  font-size: 1em;
}
.text__17 {
  font-size: 1.063em;
}
.text__18 {
  font-size: 1.125em;
}
.text__19 {
  font-size: 1.188em;
}
.text__20 {
  font-size: 1.25em;
}
.text__22 {
  font-size: 1.375em;
}
.text__24 {
  font-size: 1.5em;
}
.text__25 {
  font-size: 1.5625em;
}
.text__28 {
  font-size: 1.75em;
}
.text__30 {
  font-size: 1.875em;
}
.text__32 {
  font-size: 2em;
}
.text__36 {
  font-size: 2.25em;
}
.text__39 {
  font-size: 2.4375em;
}
.text__40 {
  font-size: 2.5em;
}
.text__48 {
  font-size: 3em;
}
.text__50 {
  font-size: 3.125em;
}
.text__66 {
  font-size: 4.125em;
}
.text__70 {
  font-size: 4.375em;
}
.text__bold {
  font-weight: 700;
}
.text__semiBold {
  font-weight: 600;
}
.text__medium {
  font-weight: 500;
}
.text__regular {
  font-weight: 400;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__16 {
  display: -webkit-box;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flickity-page-dots .dot {
  transition: all 0.2s linear;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

/* Layout */
nav.mega-menu {
  height: 100%;
}
nav.mega-menu h3 {
  color: #016a63;
}
nav.mega-menu ul {
  list-style: none;
  padding: 0;
}
nav.mega-menu .first {
  border: 1px solid #E0E0E2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
nav.mega-menu .first a {
  padding-right: 35px;
  position: relative;
  padding-left: 10px;
}
nav.mega-menu .first a::before {
  content: "";
  background-image: url("../img/812847 1.png");
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 9px;
}

nav.mega-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
}

nav.mega-menu a {
  text-decoration: none;
}

/* Basic Style */
nav.mega-menu > ul > li {
  height: 100%;
}

nav.mega-menu > ul > li > a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 300ms ease-in-out;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.mega-menu > ul > li > a:hover {
  color: #4263bb;
}

nav.mega-menu > ul > li a {
  position: relative;
  z-index: 5;
}
nav.mega-menu > ul > li:hover::before {
  opacity: 1;
}

nav.mega-menu > ul > li.contact-drop > a:after,
nav.mega-menu > ul > li.mega-drop > a:after,
nav.mega-menu > ul > li.blog-post > a:after,
nav.mega-menu > ul > li.drop-down > a:after {
  position: absolute;
  top: 0;
  right: 5px;
}

/* Mega Drop Menu */
.mega-drop__pic {
  position: absolute;
  width: 50%;
  height: 100%;
  inset-inline-end: 0;
  opacity: 0.7;
}
.mega-drop__pic:before {
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mega-drop__content {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
.mega-drop__col {
  text-align: start;
}
.mega-drop__header {
  margin-bottom: 29px;
}
.mega-drop__list li {
  margin-bottom: 15px;
}
.mega-drop__list li:last-child {
  margin-bottom: 0;
}

nav.mega-menu > ul > li.mega-drop .mega-drop-inner {
  border-radius: 15px;
  position: absolute;
  opacity: 0;
  width: 1290px;
  height: 636px;
  overflow: auto;
  top: calc(100% + 60px);
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 15;
  display: flex;
  overflow: hidden;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner:before {
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner .active {
  visibility: hidden;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner:not(:last-child) {
  margin-left: 15px;
}

nav.mega-menu > ul > li.mega-drop .mega-drop-inner > ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner > ul:not(:last-child) {
  margin-bottom: 15px;
}

nav.mega-menu > ul > li:not(:last-child) {
  margin-inline-end: 15px;
}

nav.mega-menu > ul > li.mega-drop .mega-drop-inner ul h3 {
  margin-bottom: 8px;
}

nav.mega-menu > ul > li.mega-drop:hover .mega-drop-inner {
  opacity: 1;
  top: calc(0px + 100%) !important;
  visibility: visible;
}
nav.mega-menu > ul > li.mega-drop:hover .mega-drop-inner .active {
  visibility: visible;
}

/* Blog Post */
nav.mega-menu > ul > li.blog-post {
  position: static;
}

nav.mega-menu > ul > li.blog-post:hover .nav.mega-menu-item {
  opacity: 1;
  top: 100%;
  left: 0;
  visibility: visible;
}

nav.mega-menu > ul > li.blog-post .nav.mega-menu-item {
  position: absolute;
  width: 100%;
  overflow: auto;
  padding: 40px 0;
  top: -9999px;
  opacity: 0;
  left: -9999px;
  background: #daeaef;
  visibility: hidden;
  border-top: 3px solid #ff3d2e;
  transition: opacity 300ms ease-in-out;
}

nav.mega-menu > ul > li.blog-post .nav.mega-menu-item .item {
  float: left;
  width: calc(25% - 40px);
  background: #272f32;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

nav.mega-menu > ul > li.blog-post .nav.mega-menu-item .item img {
  width: 100%;
  height: 150px;
}

nav.mega-menu > ul > li.blog-post .nav.mega-menu-item .item h3 {
  font-size: 15px;
}

nav.mega-menu > ul > li.blog-post .nav.mega-menu-item .item a {
  color: #ff3d2e;
}

/* Simple and multi level dropdown */
nav.mega-menu > ul > li.drop-down > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 273px;
  background: #ffffff !important;
  transition: all 300ms ease-in-out !important;
  border-radius: 15px;
  border: 1px solid #e4dfd8;
  left: 50%;
  transform: translateX(-50%);
  top: 160px;
  list-style: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

nav.mega-menu > ul > li.drop-down > ul:after {
  border-color: rgba(236, 240, 241, 0);
  border-bottom-color: #ecf0f1;
  border-width: 5px;
  margin-left: -5px;
}

nav.mega-menu > ul > li.drop-down > ul:before {
  border-color: rgba(231, 76, 60, 0);
  border-width: 9px;
  margin-left: -9px;
}

nav.mega-menu > ul > li.drop-down > ul li:not(:last-child) {
  margin-bottom: 9px;
}
nav.mega-menu > ul > li.drop-down > ul span {
  color: #e91e63;
}

nav.mega-menu > ul > li.drop-down {
  margin-bottom: 8px;
  position: relative;
}

nav.mega-menu > ul > li.drop-down:hover > ul {
  opacity: 1;
  visibility: visible;
  top: calc(60% + 18px);
}
nav.mega-menu > ul > li.drop-down:hover > ul span {
  color: #ff6700;
}

.sticky .mega-menu > ul > li.drop-down:hover > ul {
  top: calc(100% + 14px);
}
.sticky .mega-menu > ul > li.mega-drop:hover .mega-drop-inner {
  top: calc(100% - 0px);
}

nav.mega-menu > ul > li.drop-down > ul a {
  display: block;
  color: #2c3e50;
  transition: all 300ms ease-in-out;
  padding-right: 24px;
  padding-left: 24px;
}
nav.mega-menu > ul > li.drop-down > ul a:hover {
  color: #4263BB !important;
}

nav.mega-menu > ul > li.drop-down > ul > li.sub-drop:after {
  content: "\f101";
  position: Absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}

nav.mega-menu > ul > li.drop-down > ul > li.sub-drop {
  position: relative;
}

nav.mega-menu > ul > li.drop-down > ul > li.sub-drop > ul {
  left: 90%;
  width: 150px;
  opacity: 0;
  background: #ecf0f1;
  top: -99999px;
  visibility: hidden;
  border-left: 3px solid #e74c3c;
  position: Absolute;
  transition: opacity 300ms ease-in-out;
}

nav.mega-menu > ul > li.drop-down > ul > li.sub-drop:hover > ul {
  opacity: 1;
  left: 100%;
  top: 0;
  visibility: visible;
}

.arrow_box:after,
nav.mega-menu > ul > li.drop-down > ul > li.sub-drop > ul:before {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

nav.mega-menu > ul > li.drop-down > ul > li.sub-drop > ul:after {
  border-color: rgba(236, 240, 241, 0);
  border-right-color: #ecf0f1;
  border-width: 5px;
  margin-top: -5px;
}

nav.mega-menu > ul > li.drop-down > ul > li.sub-drop > ul:before {
  border-color: rgba(231, 76, 60, 0);
  border-right-color: #e74c3c;
  border-width: 9px;
  margin-top: -9px;
}

/* Contact container */
nav.mega-menu > ul > li.contact-drop {
  position: static;
}

nav.mega-menu > ul > li.contact-drop .contact-drop-inner {
  position: Absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-top: 3px solid #ff3d2e;
  overflow: auto;
  background: #ecf0f1;
  transition: opacity 300ms ease-in-out;
}

nav.mega-menu > ul > li.contact-drop:hover .contact-drop-inner {
  opacity: 1;
  left: 0;
  top: 100%;
  visibility: visible;
}

nav.mega-menu > ul > li.contact-drop .contact-drop-inner form {
  float: left;
  width: 46%;
  padding: 20px 0;
  margin: 0 2%;
}

nav.mega-menu > ul > li.contact-drop .contact-drop-inner form span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav.mega-menu > ul > li.contact-drop .contact-drop-inner form input,
nav.mega-menu > ul > li.contact-drop .contact-drop-inner form textarea {
  display: block;
  width: 50%;
  padding: 10px;
  background: #2c3e50;
  border: none;
  outline: none;
  color: #e74c3c;
  font-family: "oswald", sans-serif;
  margin-bottom: 10px;
}

nav.mega-menu > ul > li.contact-drop .contact-drop-inner .misc-contact {
  float: right;
  width: 50%;
  padding: 20px 0;
}

nav.mega-menu > ul > li.contact-drop .contact-drop-inner .misc-contact span,
nav.mega-menu > ul > li.contact-drop .contact-drop-inner .misc-contact a {
  color: #e74c3c;
}

nav.mega-menu > ul > li.mega-drop .mega-drop-inner > ul {
  margin-bottom: 0 !important;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner > ul:nth-child(odd) {
  margin-left: 8px;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner > ul:nth-child(even) {
  margin-right: 8px;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner ul {
  list-style: none;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner h3 {
  margin-bottom: 18px;
}
nav.mega-menu > ul > li.mega-drop .mega-drop-inner h3:not(:first-child) {
  margin-top: 22px;
}

nav.mega-menu > ul > li {
  transition: all 0.4s ease-in-out;
}

nav.mega-menu > ul > li:hover > a > i {
  color: #4263bb;
}
nav.mega-menu > ul > li:hover > a > i::before {
  color: #4263bb;
}

nav.mega-menu > ul > li > a {
  display: flex;
}
nav.mega-menu > ul > li > a i {
  font-size: 0.75em;
  padding-bottom: 3px;
  font-weight: bold;
  padding-right: 6px;
  transition: all 0.6s ease-in-out;
}

.header {
  position: relative;
  z-index: 100;
}

nav.mega-menu > ul > li > a i {
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  padding-bottom: 0px;
  padding-top: 1px;
  padding-inline-start: 5px;
}

.mega-drop {
  padding-bottom: 8px;
}

.menu-tabs {
  display: flex;
  width: 100%;
}
.menu-tabs__right {
  display: flex;
  flex-direction: column;
  width: 335px;
  flex-shrink: 0;
  border-inline-end: 1px solid #e4e4e4;
  background-color: #F3F3F3;
  padding: 30px;
}
.menu-tabs__button {
  border: none;
  font-family: Vazir;
  background: none;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  padding-inline-start: 20px;
}
.menu-tabs__button span {
  font-size: 14px;
  font-family: "Vazirmatn";
}
.menu-tabs__button.active:after {
  content: "\e911";
  font-family: niafam;
  position: absolute;
  inset-inline-start: 100%;
  top: 5px;
  width: 15px;
  height: 10px;
  color: #5B8C51;
  display: flex;
}
.menu-tabs__button span {
  transition: all 0.2s linear;
}
.menu-tabs__button i::before {
  transition: all 0.2s linear;
}
.menu-tabs__button .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
}
.menu-tabs__button .arrow i {
  color: var(--primary-color);
  font-size: 8px;
  margin-right: 12px;
  transform: rotate(90deg);
}
.menu-tabs__link {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.2s linear;
  position: relative;
}
.menu-tabs__link span {
  font-size: 14px;
}
.menu-tabs__link span {
  transition: all 0.2s linear;
}
.menu-tabs__link i::before {
  transition: all 0.2s linear;
}
.menu-tabs__link:hover span {
  color: #ff6700;
}
.menu-tabs__link:hover .niafam-Path-45::before {
  color: #ff6700;
}
.menu-tabs__content {
  position: relative;
  flex-grow: 1;
  padding: 45px 40px;
}
.menu-tabs__icon {
  background: #ffffff;
  border-radius: 10px;
  padding: 8px;
  margin-inline-end: 15px;
  width: 40px;
  height: 40px;
  font-size: 24px !important;
}
.menu-tabs__tab {
  max-height: 100%;
  width: 100%;
}
.menu-tabs__tab ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 325px;
  text-align: start;
  gap: 30px;
}
.menu-tabs__tab .inner-menu {
  position: relative;
}
.menu-tabs__tab .inner-menu__title {
  cursor: pointer;
}
.menu-tabs__tab .inner-menu:hover .inner-menu__list {
  opacity: 1;
  visibility: visible;
}
.menu-tabs__tab .inner-menu__list {
  position: absolute;
  background-color: #f3f3f3;
  padding: 15px;
  z-index: 6;
  transition: all 300ms ease-in-out !important;
  visibility: hidden;
  border-radius: 15px;
  opacity: 0;
  inset-inline-end: -95%;
  top: 0;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 15px;
  border: 1px solid #e4e4e4;
  min-width: 240px;
}
.menu-tabs__tab a {
  position: relative;
  color: #1A403F !important;
}
.menu-tabs__tab a::before {
  content: "";
  display: inline-block;
  margin-inline-end: 5px;
  width: 9px;
  height: 3px;
  background-color: #EDDD5E;
  border-radius: 30px;
}
.menu-tabs__tab a:hover {
  color: #5B8C51 !important;
}
.menu-tabs__tab span {
  position: relative;
  color: #1A403F !important;
}
.menu-tabs__tab span::before {
  content: "";
  display: inline-block;
  margin-inline-end: 5px;
  width: 9px;
  height: 3px;
  background-color: #EDDD5E;
  border-radius: 30px;
}
.menu-tabs__tab span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 9px;
  background-color: #EDDD5E;
  inset-inline-start: 0;
  margin-inline-start: 7px;
  position: absolute;
  top: 9px;
  border-radius: 30px;
}
.menu-tabs__tab span:hover {
  color: #5B8C51 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: start;
  font-family: pinar;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

ul {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 200vh;
  background-color: #FFFFFF;
}
.wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 870px;
  transform: translate(-50%, 0%);
  background-image: url("../img/bg-1 1 1.png");
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #4263BB;
}

.fixed-images {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: pinar;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}

input::placeholder,
textarea::placeholder {
  font-family: pinar;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}

button {
  font-family: pinar;
  font-weight: 600;
}

.logo-sticky {
  display: none;
}

#espritmenu {
  display: none !important;
}

.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center !important;
  z-index: 9999999;
  background: #d2e7fd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 90px !important;
  height: 110px !important;
  transition: all 0.2s linear;
}

.fade-down {
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header__menu {
  position: relative;
}

.section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section__header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 100%;
}
.section__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-inline-start: 46px;
  padding-inline-end: 46px;
  margin-bottom: 30px;
  position: relative;
}
.section__title::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  width: 40px;
  height: 2px;
  transform: translate(0, -50%);
  background-color: var(--primary-color);
}
.section__title::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 40px;
  height: 2px;
  transform: translate(0, -50%);
  background-color: var(--primary-color);
}
.section__archive {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  background-color: #E1A84D;
  padding: 10px 15px;
  border-radius: 60px;
}
.section__archive:hover {
  background-color: #d2e7fd !important;
}
.section__archive:hover span {
  color: #38449a;
}
.section__archive span {
  transition: all 0.2s linear;
}
.section__dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #D14F1A;
}
.section__dot::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 71px;
  height: 1px;
  transform: translate(0%, -50%);
  background: linear-gradient(to right, #D14F1A, rgba(209, 79, 26, 0));
}
.section__dot::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 71px;
  height: 1px;
  transform: translate(0%, -50%);
  background: linear-gradient(to left, #D14F1A, rgba(209, 79, 26, 0));
}

.news-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news-item--horizontal {
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
  position: relative;
}
.news-item--horizontal i:before {
  transition: all 0.2s linear;
}
.news-item--horizontal span {
  transition: all 0.2s linear;
}
.news-item--horizontal:hover .news-item__pic img {
  overflow: hidden;
}
.news-item--horizontal:hover .news-item__pic img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}
.news-item--horizontal:hover span {
  color: #d14f1a;
}
.news-item--horizontal:hover i::before {
  color: #d14f1a;
}
.news-item--horizontal .news-item__pic {
  overflow: hidden;
  position: relative;
  width: 845px;
  height: 563px;
  flex-shrink: 0;
}
.news-item--horizontal .news-item__date {
  display: flex;
  align-items: center;
}
.news-item--horizontal .news-item__date i {
  margin-inline-end: 4px;
}
.news-item--horizontal .news-item__archive i {
  margin-inline-start: 4px;
}
.news-item--horizontal .news-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item--vertical {
  align-items: unset;
  border-radius: 15px;
  flex-direction: column;
}
.news-item--vertical .news-item__pic {
  transition: all 0.2s ease-out;
}
.news-item--vertical .news-item__content {
  display: flex;
  flex-direction: column;
}
.news-item--vertical:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}
.news-item__pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-item__pic img {
  transition: all 0.6s ease-out;
}
.news-item__archive {
  display: flex;
  align-items: center;
}
.news-item__date {
  display: flex;
  align-items: center;
}

.tab-pane {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
.tab-pane.active {
  opacity: 1;
  visibility: visible;
}

.tab-button {
  border: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e8cd06;
  transition: all 0.2s linear;
  color: black;
  cursor: pointer;
  padding: 20px;
  width: 24px;
  height: 25px;
  border-radius: 50%;
}
#myBtn i {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s linear;
}
#myBtn i::before {
  margin-left: 0;
}
#myBtn:hover {
  background: var(--secondary-color);
}
#myBtn:hover i {
  color: #fff;
}

.header-sec {
  margin-bottom: 30px;
  padding-top: 10px;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 90px;
}
.header-sec__right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-sec__container {
  position: absolute;
  width: 100%;
}
.header-sec__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-sec__menu {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  padding: 15px 30px;
}
.header-sec__menu .mega-drop-inner {
  inset-inline-start: -133px;
}
.header-sec__logo {
  position: relative;
  width: 73px;
  height: 90px;
}
.header-sec__rahbar {
  position: relative;
  width: 70px;
  height: 70px;
}
.header-sec__left {
  display: flex;
  align-items: center;
}
.header-sec__links {
  margin-inline-end: 35px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10000;
}
.header-sec__links li {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
  position: relative;
}
.header-sec__links li::after {
  content: "";
  position: absolute;
  inset-inline-end: 0%;
  top: 50%;
  width: 1px;
  height: 19px;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
}
.header-sec__links li:last-child {
  padding: 0;
  margin: 0;
}
.header-sec__links li:last-child:after {
  display: none;
}
.header-sec__links li i:before {
  transition: all 0.2s linear;
}
.header-sec__links li:hover i:before {
  color: #E1A84D;
}
.header-sec__shoar {
  margin-inline-end: 15px;
}
.header-sec .newmenu__box__wrapper {
  top: 120%;
  position: absolute;
  width: 205px;
  height: 202px;
  border-radius: 20px;
  padding: 15px;
  z-index: 9999;
  visibility: hidden;
  inset-inline-end: 50%;
  background: rgba(255, 255, 255, 0.85);
  transition: 0.3s;
  opacity: 0;
  z-index: 1000000000000000000;
  transform: translate(-50%, 0);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
.header-sec .newmenu__box__wrapper.show {
  opacity: 1;
  visibility: visible;
}
.header-sec .newmenu__box__wrapper .news-item {
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  gap: 10px;
  text-align: center;
}
.header-sec .newmenu__box__wrapper .news-item__pic {
  position: relative;
  width: 175px;
  height: 101px;
}
.header-sec .newmenu__box__wrapper .news-item__pic img {
  border-radius: 20px;
}

.slider-sec {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
.slider-sec__carousel {
  border-radius: 40px;
  overflow: hidden;
}
.slider-sec__cell {
  width: 100%;
  height: 675px;
  border-radius: 40px;
}
.slider-sec__cell video {
  border-radius: 40px;
}
.slider-sec__pic {
  position: relative;
  width: 100%;
  height: 675px;
}
.slider-sec__pic img {
  border-radius: 40px;
}

.links-sec {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
.links-sec__right {
  height: 340px;
  width: 630px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 30px;
}
.links-sec__pic {
  position: relative;
  width: 492px;
  height: 380px;
}
.links-sec__pic img {
  border-radius: 30px;
}
.links-sec__pic::after {
  content: "";
  position: absolute;
  left: 112%;
  top: 57%;
  width: 158px;
  height: 254px;
  transform: translate(-50%, -50%);
  background-image: url("../img/Group 1470.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
.links-sec__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links-sec__left {
  position: relative;
}
.links-sec__content {
  width: 480px;
  height: 150px;
  background-color: #E5F2FD;
  border-radius: 100px;
  padding: 25px 45px 17px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 25px;
  inset-inline-end: 75%;
}

.links-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  width: 190px;
  height: 155px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  position: relative;
}
.links-item:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.links-item:hover span {
  color: #fff;
}
.links-item__pic {
  background-color: #4D86E1;
  border-radius: 0 20px 0 20px;
  width: 89px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.links-item__pic img {
  width: 34px;
  height: 34px;
}
.links-item__pic i {
  font-size: 34px;
}
.links-item span {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.5s linear;
}
.links-item:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #4d86e1;
  opacity: 0;
  z-index: 0;
  border-radius: 20px;
  transition: all 0.4s linear;
}

.gallery-sec {
  margin-bottom: 60px;
  position: relative;
  padding: 60px 0;
  background: linear-gradient(to left, rgb(247, 247, 247) 0%, rgba(247, 247, 247, 0.3) 100%);
}
.gallery-sec::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/Rectangle 261.png");
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.gallery-sec__container {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
.gallery-sec .flickity-page-dots {
  bottom: 10px;
}
.gallery-sec .flickity-page-dots .dot {
  background-color: #fff;
}
.gallery-sec .news-item {
  border-radius: 30px;
  overflow: hidden;
}
.gallery-sec .news-item__label {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  background-color: #E1A84D;
  border-radius: 0 30px 0 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.gallery-sec .news-item__content {
  position: absolute;
  bottom: 50px;
  z-index: 4;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gallery-sec .news-item__date {
  gap: 8px;
}
.gallery-sec .section__header {
  justify-content: flex-start;
}
.gallery-sec .section__archive {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  z-index: 7;
  background-color: #fff;
}
.gallery-sec .section__content {
  position: relative;
}
.gallery-sec__left {
  width: 410px;
  margin-inline-start: 30px;
}
.gallery-sec__left .news-item__pic {
  position: relative;
  width: 410px;
  height: 478px;
}
.gallery-sec__left .news-item__pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
  border-radius: 30px;
}
.gallery-sec__left .news-item__pic img {
  border-radius: 30px;
}
.gallery-sec__left .news-item__content {
  width: 100%;
  padding: 0 30px;
}
.gallery-sec__right {
  flex-grow: 1;
  position: relative;
}
.gallery-sec__right .news-item__pic {
  position: relative;
  width: 850px;
  height: 478px;
}
.gallery-sec__right .news-item__pic img {
  border-radius: 30px;
}
.gallery-sec__right .news-item__content {
  background-color: #E5F2FD;
  border-radius: 60px;
  padding: 18px 20px;
  width: 71%;
}

.news-sec {
  height: 500px;
}
.news-sec .section__header {
  justify-content: flex-end;
  margin-bottom: 30px;
}
.news-sec__buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 5;
}
.news-sec__buttons button {
  background-color: #E5F2FD;
  border: none;
  border-radius: 60px;
  padding: 10px 20px;
  cursor: pointer;
}
.news-sec__buttons button.active {
  background-color: #4D86E1;
  cursor: auto;
}
.news-sec__buttons button.active span {
  color: white !important;
}
.news-sec .news-item {
  background-color: #FFFFFF;
  width: calc(25.5% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
.news-sec .news-item__pic {
  position: relative;
  width: 300px;
  height: 170px;
}
.news-sec .news-item__pic img {
  border-radius: 20px 20px 0 0;
}
.news-sec .news-item__content {
  margin: 15px 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-sec .news-item__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-sec .flickity-viewport {
  height: 390px !important;
}
.news-sec .tab-pane {
  width: 98%;
}

.services-sec {
  background: linear-gradient(to left, rgba(229, 242, 253, 0.8) 0%, rgba(229, 242, 253, 0.3) 100%);
  position: relative;
  margin-bottom: 60px;
  padding: 60px 0;
}
.services-sec::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/Rectangle 263.png");
  opacity: 0.1;
}
.services-sec__item {
  width: 190px;
  height: 190px;
  border-radius: 20px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  background-color: #fff;
  flex-direction: column;
  padding: 31px 0;
}
.services-sec__item:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.services-sec__item:hover span {
  color: #fff;
}
.services-sec__item:hover i:before {
  color: #fff;
}
.services-sec__item:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #e1a84d;
  opacity: 0;
  z-index: 0;
  border-radius: 20px;
  transition: all 0.4s linear;
}
.services-sec__pic {
  position: relative;
  width: 60px;
  height: 60px;
}
.services-sec__pic i {
  font-size: 60px;
}
.services-sec__pic i:before {
  color: #60A3F3;
  transition: all 0.4s linear;
}
.services-sec__label {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  background-color: #E1A84D;
  border-radius: 0 20px 0 5px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-sec__title {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: all 0.4s linear;
}
.services-sec__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.services-sec .section__content {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 5;
}

.app-sec {
  margin-bottom: 60px;
}
.app-sec__item {
  position: relative;
}
.app-sec__item:hover img {
  filter: brightness(0.5);
}
.app-sec__item:hover .app-sec__title {
  opacity: 1;
  bottom: 50%;
}
.app-sec__title {
  position: absolute;
  bottom: 30px;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-out;
}
.app-sec__pic {
  position: relative;
  width: 410px;
  height: 230px;
}
.app-sec__pic img {
  border-radius: 30px;
  transition: all 0.6s ease-out;
}
.app-sec .section__content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.access-sec {
  margin-bottom: 60px;
}
.access-sec .section__content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.access-sec__buttons {
  background-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  padding: 40px 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 5;
}
.access-sec__buttons button {
  padding: 9px 18px;
  background-color: transparent;
  border: none;
  border-radius: 60px;
  cursor: pointer;
}
.access-sec__buttons button.active {
  background-color: #E1A84D;
  cursor: auto;
}
.access-sec__buttons button.active span {
  color: #fff !important;
}
.access-sec__content {
  background-color: #4263BB;
  border-radius: 30px;
  width: 85.9%;
  height: 320px;
  margin-inline-start: auto;
  padding: 60px;
  padding-inline-start: 154px;
  position: relative;
}
.access-sec__icon {
  transition: all 0.2s linear;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  padding-inline-start: 2px;
}
.access-sec__icon i {
  font-size: 10px;
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.access-sec__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-height: 200px;
}
.access-sec__links li {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.access-sec__links li:hover .access-sec__icon {
  background-color: #e1a84d;
}
.access-sec__links li:hover .access-sec__icon i:before {
  color: #fff;
}
.access-sec__links li:hover span {
  color: #e1a84d;
}
.access-sec span {
  transition: all 0.2s linear;
}
.access-sec .tab-pane {
  width: 80%;
}

.footer-sec {
  background-color: #F5F5F5;
  position: relative;
  padding-bottom: 60px;
  background-position: center;
}
.footer-sec__container {
  margin-top: 59px;
  position: relative;
  z-index: 5;
}
.footer-sec::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/Rectangle 261.png");
  opacity: 0.2;
}
.footer-sec__logo {
  position: relative;
  width: 259px;
  height: 80px;
  margin-bottom: 29px;
}
.footer-sec__about {
  margin-bottom: 40px;
}
.footer-sec__about li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-sec__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sec__social li {
  width: 40px;
  height: 40px;
  background-color: #4D86E1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s linear;
}
.footer-sec__social li:hover {
  background-color: #e1a84d;
}
.footer-sec__map {
  position: relative;
  height: 387px;
  width: 298px;
  border: 3px solid #fff;
}
.footer-sec__map img {
  border-radius: 15px;
}
.footer-sec__top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.footer-sec__header {
  padding-inline-start: 46px;
  margin-bottom: 30px;
  position: relative;
}
.footer-sec__header::after {
  content: "";
  position: absolute;
  inset-inline-start: 0%;
  top: 50%;
  width: 40px;
  height: 2px;
  transform: translate(0, -50%);
  background-color: var(--primary-color);
}
.footer-sec__col:first-child {
  margin-inline-end: 32px;
  width: 300px;
}
.footer-sec__col:nth-child(2) {
  margin-inline-end: 29px;
}
.footer-sec__col:nth-child(3) {
  margin-inline-end: 60px;
  width: 273px;
}
.footer-sec__link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.footer-sec__link li span {
  transition: all 0.2s linear;
}
.footer-sec__link li i {
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.footer-sec__link li:hover span {
  color: #e1a84d;
}
.footer-sec__link li:hover i:before {
  color: #e1a84d;
}
.footer-sec__pic {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 39px;
}
.footer-sec__namad {
  position: relative;
  width: 135px;
  height: 166px;
  border-radius: 15px;
  background-color: #fff;
  padding: 5px;
}
.footer-sec__namad img {
  width: 125px;
  height: 156px;
}
.footer-sec__form input {
  border: none;
  background-color: #fff;
  height: 30px;
  border-radius: 30px;
  padding: 5px 15px;
  width: 197px;
}
.footer-sec__form .email {
  width: 300px;
  margin-bottom: 15px;
}
.footer-sec__form .bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.footer-sec__form .bottom img {
  width: 95px;
  height: 30px;
}
.footer-sec__form .captcha {
  position: relative;
}
.footer-sec__form .captcha-icon {
  width: 46px;
  height: 30px;
  background-color: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.footer-sec__form .captcha-icon i {
  color: #636363;
}
.footer-sec__form button {
  border: none;
  border-radius: 50px;
  background-color: #29A058;
  padding: 5px 10px;
  color: #fff;
}
.footer-sec__visit {
  padding-bottom: 34px;
  margin-bottom: 21px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-sec__copyRight {
  display: flex;
  justify-content: space-between;
}

[dir=ltr] nav.mega-menu > ul > li.mega-drop .mega-drop-inner::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%);
}

[dir=ltr] .mega-drop__pic::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

[dir=ltr] .links-sec__pic::after {
  left: 0;
}

[dir=ltr] .links-sec__content {
  padding: 25px 25px 17px 45px;
}

[dir=ltr] .links-item__pic {
  border-radius: 20px 0px 20px 0px;
}

[dir=ltr] .gallery-sec .news-item__label {
  border-radius: 30px 0px 20px 0px;
}

[dir=ltr] .services-sec__label {
  border-radius: 20px 0px 5px 0px;
}

[dir=ltr] .access-sec__icon i {
  transform: rotate(270deg);
}

[dir=ltr] .footer-sec__link li i {
  transform: rotate(270deg);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1367.98px) {
  .container {
    max-width: 1100px;
  }
  .header-sec__left {
    flex-direction: column;
    flex-wrap: wrap;
    height: 70px;
    gap: 10px;
    width: 25%;
  }
  .header-sec__links {
    margin-inline-end: 0;
  }
  .header-sec__shoar {
    margin-inline-end: 0;
  }
  .links-sec__pic {
    width: 362px;
    height: 290px;
  }
  .links-sec__content {
    top: -20px;
    left: 60%;
    width: 410px;
    height: 130px;
  }
  .links-sec__content span:nth-child(2) {
    -webkit-line-clamp: 2;
  }
  .gallery-sec__right .news-item__pic {
    width: 630px;
    height: 435px;
  }
  .gallery-sec__left .news-item__pic {
    height: 435px;
  }
  .services-sec__title {
    padding: 0 30px;
  }
  .services-sec .section__content {
    gap: 20px;
  }
  .app-sec__pic {
    width: 337px;
    height: 210px;
  }
  .access-sec__buttons {
    padding: 40px 60px;
  }
  .access-sec__content {
    padding-inline-start: 120px;
  }
  .access-sec__links {
    grid-template-columns: repeat(2, 1fr);
    overflow: scroll;
  }
  .footer-sec__top {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-sec__col:nth-child(4) {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  nav.mega-menu > ul > li.mega-drop .mega-drop-inner {
    width: 1070px;
  }
  .mega-drop__content {
    gap: 10px;
  }
  .mega-drop__col {
    width: 245px;
  }
}
@media (max-width: 1199.98px) {
  .wrapper:after {
    height: 710px;
  }
  .header-sec {
    margin-bottom: 50px;
  }
  .header-sec__links {
    position: absolute;
    left: 60%;
    top: 0;
    margin-inline-end: 0;
    transform: translate(-50%, 0%);
  }
  .header-sec__shoar {
    position: absolute;
    left: 40%;
    top: 5px;
    margin-inline-end: 0;
    transform: translate(-50%, 0%);
  }
  .header-sec__right {
    gap: 70px;
  }
  .header-sec__menu {
    margin-top: 40px;
  }
  .header-sec__menu .mega-drop-inner {
    inset-inline-start: -190px;
  }
  .header-sec .sticky .header-sec__links {
    display: none;
  }
  .header-sec .sticky .header-sec__shoar {
    display: none;
  }
  .header-sec .sticky .header-sec__menu {
    margin-top: 0;
  }
  .slider-sec__pic {
    height: 605px;
  }
  .slider-sec__cell {
    height: 605px;
  }
  .links-sec__pic {
    width: 332px;
    height: 260px;
    margin-top: 80px;
  }
  .links-sec__content {
    top: 2px;
    left: 40%;
    width: 410px;
    height: 130px;
  }
  .links-sec__content span:nth-child(2) {
    -webkit-line-clamp: 2;
  }
  .links-sec__right {
    width: 570px;
  }
  .links-item {
    width: 170px;
    height: 155px;
  }
  .gallery-sec__right .news-item__pic {
    width: 570px;
    height: 435px;
  }
  .gallery-sec__left {
    width: 330px;
  }
  .gallery-sec__left .news-item__pic {
    height: 435px;
    width: 330px;
  }
  .news-sec .news-item {
    width: calc(33.33% - 30px);
  }
  .services-sec {
    padding-bottom: 40px;
  }
  .services-sec__title {
    padding: 0 30px;
  }
  .services-sec .flickity-viewport {
    width: 100% !important;
    height: 230px !important;
  }
  .services-sec .flickity-page-dots {
    bottom: -10px;
  }
  .services-sec__item {
    width: calc(25.5% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .app-sec__pic {
    width: 290px;
    height: 160px;
  }
  .access-sec__buttons {
    padding: 40px 60px;
  }
  .access-sec__content {
    padding-inline-start: 120px;
  }
  .access-sec__links {
    grid-template-columns: repeat(2, 1fr);
    overflow: scroll;
  }
  .footer-sec {
    padding-bottom: 20px;
  }
  .footer-sec__top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  .footer-sec__col:first-child {
    margin-inline-end: 15px;
  }
  .footer-sec__col:nth-child(2) {
    margin-inline-end: 15px;
  }
  .footer-sec__col:nth-child(3) {
    margin-inline-end: 0;
  }
  .footer-sec__col:nth-child(4) {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .footer-sec__visit {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  nav.mega-menu > ul > li.mega-drop .mega-drop-inner {
    width: 960px;
  }
  .mega-drop__content {
    gap: 10px;
  }
  .mega-drop__col {
    width: 225px;
  }
  .footer-sec__col:first-child {
    width: 299px;
  }
}
@media (max-width: 991.98px) {
  #espritmenu {
    display: inline !important;
  }
  .header__menu {
    display: none;
  }
  .header-sec {
    margin-bottom: 30px;
  }
  .header-sec__links {
    position: relative;
    left: unset;
    top: unset;
    margin-inline-end: 10px;
    transform: unset;
  }
  .header-sec__shoar {
    position: relative;
    left: unset;
    top: unset;
    margin-inline-end: 10px;
    transform: unset;
  }
  .header-sec__right {
    gap: 70px;
  }
  .header-sec__menu {
    margin-top: 0px;
  }
  .header-sec .sticky .header-sec__links {
    display: flex;
  }
  .header-sec .sticky .header-sec__shoar {
    display: flex;
  }
  .links-sec__container {
    flex-direction: column;
  }
  .links-sec__right {
    flex-direction: revert;
    justify-content: center;
  }
  .links-sec__content {
    position: relative;
    top: unset;
    left: unset;
    width: 320px;
    height: 160px;
  }
  .links-sec__content span:nth-child(2) {
    -webkit-line-clamp: 3;
  }
  .links-sec__left {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
    align-items: center;
    gap: 30px;
  }
  .links-sec__pic {
    margin-top: 0;
  }
  .gallery-sec .news-item.news-item--vertical {
    width: 100%;
  }
  .gallery-sec__container {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .gallery-sec__right {
    width: 100%;
  }
  .gallery-sec__right .news-item__pic {
    width: 100%;
    height: 435px;
  }
  .gallery-sec__left {
    width: 50%;
    margin-inline-start: 0;
  }
  .gallery-sec__left .news-item__pic {
    height: 435px;
    width: 340px;
  }
  .news-sec {
    height: 460px;
  }
  .news-sec .news-item__pic {
    height: 130px;
  }
  .news-sec .flickity-viewport {
    height: 370px !important;
  }
  .services-sec__item {
    width: calc(33.33% - 30px);
  }
  .app-sec .section__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .access-sec__links {
    grid-template-columns: repeat(1, 1fr);
  }
  .access-sec__content {
    padding-inline-start: 190px;
  }
  .footer-sec__col:nth-child(4) {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .header-sec__left {
    flex-direction: column;
    flex-wrap: wrap;
    height: 70px;
    gap: 10px;
    width: 55%;
  }
  .header-sec__links {
    margin-inline-end: 0;
  }
  .header-sec__shoar {
    margin-inline-end: 0;
  }
  .header-sec__right {
    gap: 30px;
  }
  .slider-sec__pic {
    height: 485px;
  }
  .slider-sec__cell {
    height: 485px;
  }
  .links-sec__right {
    width: 100%;
    height: unset;
  }
  .links-sec__left {
    flex-direction: column;
    width: 100%;
  }
  .links-sec__pic {
    width: 100%;
  }
  .links-sec__content {
    width: 90%;
  }
  .gallery-sec__right .news-item__pic {
    width: 510px;
  }
  .gallery-sec__left {
    width: 67%;
  }
  .news-sec .news-item {
    width: calc(50% - 30px);
  }
  .services-sec__item {
    width: calc(50% - 30px);
  }
  .access-sec__buttons {
    padding: 40px 40px;
  }
  .access-sec__content {
    padding-inline-start: 140px;
  }
}
@media (max-width: 575.98px) {
  .header-sec {
    margin-bottom: 50px;
  }
  .header-sec__logo {
    width: 60px;
    height: 70px;
  }
  .header-sec__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .header-sec__shoar {
    display: none;
  }
  .header-sec__rahbar {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-sec__left {
    width: 100%;
    height: unset;
  }
  .header-sec .sticky {
    height: 130px !important;
  }
  .header-sec .sticky .header-sec__shoar {
    display: none;
  }
  .slider-sec .flickity-prev-next-button {
    top: 90%;
  }
  .links-sec .flickity-viewport {
    width: 100% !important;
  }
  .links-sec .flickity-viewport {
    height: 200px !important;
  }
  .links-sec__pic:after {
    display: none;
  }
  .links-sec__content {
    width: 100%;
  }
  .links-item {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .gallery-sec .news-item.news-item--vertical {
    width: 100%;
  }
  .gallery-sec__right .news-item__pic {
    width: 100%;
  }
  .gallery-sec__right .news-item__content {
    width: 90%;
  }
  .gallery-sec__right .news-item__date {
    display: none;
  }
  .gallery-sec__right .news-item__title {
    -webkit-line-clamp: 2;
  }
  .gallery-sec__left {
    width: 100%;
  }
  .gallery-sec__left .news-item__pic {
    width: 100%;
  }
  .gallery-sec__left .news-item__content {
    width: 90%;
  }
  .gallery-sec__left .news-item__date {
    display: none;
  }
  .gallery-sec__left .news-item__title {
    -webkit-line-clamp: 2;
  }
  .news-sec {
    margin-bottom: 60px;
  }
  .news-sec .tab-pane {
    width: 90%;
    margin-top: 50px;
  }
  .news-sec .news-item {
    width: calc(100% - 30px);
  }
  .services-sec {
    padding: 40px 0;
  }
  .services-sec__item {
    width: calc(100% - 30px);
  }
  .services-sec .flickity-viewport {
    height: 230px !important;
  }
  .services-sec .flickity-page-dots {
    bottom: -10px;
  }
  .app-sec .section__title {
    text-align: center;
  }
  .access-sec .section__content {
    display: flex;
    flex-direction: column;
  }
  .access-sec__buttons {
    width: 100%;
    flex-direction: revert;
    flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .access-sec__content {
    padding-inline-start: 0;
    margin-inline-start: 0;
    padding: 30px;
    width: 100%;
  }
  .access-sec__links {
    max-height: 255px;
  }
  .footer-sec__copyRight {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=main.css.map */