*,
::after,
::before {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0.3em;
}

.personabar-visible::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-track {
  background: var(--accent-color4);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-color);
}

/* CSS Document */
html,
body {
  margin: 0px;
  padding: 0px;
  font: normal 14px/1.8 "IranSite", "Arial";
  color: #666666;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  .dng-main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
  .dng-main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

svg {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

h1 {
  margin: 5px 0 10px 0;
}

h2 {
  margin: 5px 0 10px 0;
}

h3 {
  margin: 5px 0 10px 0;
}

h4 {
  margin: 5px 0 10px 0;
}

h5 {
  margin: 5px 0 10px 0;
}

h6 {
  margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:placeholder {
  color: inherit;
  opacity: 0.9;
}

a,
a:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  --bs-gutter-x: 30px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}




/*Fixed Footer*/
.fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}

.fixed_footer_clone {
  background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
  max-width: 100% !important;
  right: 0 !important;
}

@media only screen and (max-width: 991px) {
  .fixed_footer_bottom .fixed_footer.active {
    position: relative;
  }

  .fixed_footer_bottom,
  .fixed_footer_clone,
  .footer_box {
    height: auto !important;
    position: relative !important;
    max-height: inherit !important;
  }
}

/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #fff !important;
}

.c-pointer {
  cursor: pointer !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
  overflow: visible;
}

[data-parallax="parallax"] {
  visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
  visibility: visible;
}

/*input*/
input[type="text"] {
  border-radius: 0;
}

/*btn*/
[class^="button-"],
[class*=" button-"] {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  margin-left: 3px;
  margin-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

[class*="btn-"]:focus {
  outline: 0;
  box-shadow: none;
}

body [class*="btn-"] {
  text-decoration: none !important;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
  margin-right: 0;
  margin-left: 0;
}

.row.col-no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.is-container.no-space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.layout-no-mt .is-container {
  margin-top: 0 !important;
}

.layout-no-mb .is-container {
  margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/*border radius*/
.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-circle {
  border-radius: 50% !important;
}

/*border radius*/
.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.d-wrapper a:hover {
  text-decoration: none;
}

.d-wrapper img {
  max-width: 100%;
}

@media all and (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-right: 0px !important;
  }

  .margin-right-1024-reset {
    margin-left: 0px !important;
  }
}

.Height100vh {
  height: 100vh !important;
  object-fit: cover;
}

/* Container for All Sections */
.d-wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.d-wrapper>div {
  display: table;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
  position: relative;
}

.d-wrapper::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.d-wrapper .d-placeholder {
  display: none;
}

/* Boxes */
.is-box {
  vertical-align: middle;
}

.is-boxes {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-boxes:empty {
  min-height: 50px;
}

.is-overlay+.is-boxes>.is-box-centered:empty {
  height: 275px;
}

.emco-top {
  padding-top: 5.3em;
}

@media all and (max-width: 991px) {
  .is-overlay+.is-boxes:empty {
    min-height: 275px;
  }

  .is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
  }
}

.no-min-height {
  min-height: auto;
}

.is-box-centered {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}

.flexi-position {
  position: relative;
}

.is-stretch .flexi-position {
  position: absolute;
}

.is-section.is-stretch {
  min-height: 300px;
}

.is-section.layout-hidden-content {
  display: none !important;
}

/* New */

@media all and (max-width: 991px) {
  .is-section:not(.is-box) {
    height: auto !important;
  }


  .is-box-img {
    height: 300px !important;
  }

  .is-box-img .is-boxes {
    height: 100% !important;
  }

  .is-box-centered {
    display: table-cell;
  }

  .is-box {
    display: table !important;
  }

}

.is-container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
}

@media all and (max-width: 1024px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
}

/* Default Layout */

.d-wrapper .is-box .is-container {
  margin-top: 100px;
  margin-bottom: 100px;
}


@media all and (max-width: 991px) {
  .d-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

}



/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey {
  background-color: #eeeff0;
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
  background-color: #111;
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
  background-color: #fff;
}

.d-wrapper>div.is-bg-none {
  background-color: transparent;
}




/* Stretched container (not used yet) */
.is-container.is-stretch-w {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.is-container.is-stretch-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-stretch-w>div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.is-container.is-stretch-w>div>div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.is-container.is-stretch-h>div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-fullheight {
  height: 100%;
}

.is-container.is-container-fluid {
  max-width: none;
  width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
  background-attachment: fixed !important;
}

/*ipad background attachment*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

/* Others */

/*video*/
.html5-video {
  position: relative;
}

.html5-video video {
  width: 100%;
}

.html5-video .play-button {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -36px -36px 0 0;
  cursor: pointer;
}


.section-carousel-bg .swiper-wrapper-overflow {
  height: 100%;
}

.section-carousel-bg .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-carousel-bg .swiper-pagination {
  bottom: 30px;
  margin: 0;
  position: absolute;
}

.section-carousel-bg .swiper-wrapper-overflow {
  padding: 0;
}

@media only screen and (min-width: 992px) {

  .section-carousel-bg.swiper-container .swiper-button-next,
  .section-carousel-bg.swiper-container .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin: -23px 0 0 !important;
  }

  .section-carousel-bg.swiper-container .swiper-button-next {
    left: 25px;
    right: auto;
  }

  .section-carousel-bg.swiper-container .swiper-button-prev {
    right: 25px;
  }

  .section-carousel-bg.swiper-container .swiper-button-next span,
  .section-carousel-bg.swiper-container .swiper-button-prev span {
    width: 30px;
    height: 30px;
    border-width: 2px;
    margin-top: -15px;
  }
}

/*menu img size*/
.gomenu a img {
  width: 1em;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}

/*************************MenuStyles*************************/
.MenuIcon {
  width: 1.66em;
  height: 1.2em;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.MenuIcon .FirstLine,
.MenuIcon .MiddleLine>span,
.MenuIcon .LastLine {
  height: 0.15em;
  width: 100%;
  transition: all ease-in-out 0.2s;
}

.MenuIcon .MiddleLine {
  border: 0.1em solid transparent;
}

.MenuIcon .MiddleLine>span:first-of-type {
  flex: 0 0 30%;
}

.MenuIcon .MiddleLine>span:last-of-type {
  flex: 0 0 55%;
}

.MenuItems.active .MenuIcon {
  height: 1.66em;
}

.MenuItems.active .MenuIcon .MiddleLine {
  border-color: var(--custom-color2);
  height: 100%;
  align-items: center;
  border-radius: calc(var(--b-radius) * 2);
}

.MenuItems.active .MenuIcon .MiddleLine>span:first-of-type {
  transform: translateX(-75%) rotate(-45deg);
  flex: 0 0 40%;
  background: var(--custom-color2) !important;
  height: 0.15em;
}

.MenuItems.active .MenuIcon .MiddleLine>span:last-of-type {
  transform: translateX(70%) rotate(45deg);
  flex: 0 0 40%;
  height: 0.15em;
}

.MenuItems.active .MenuIcon .FirstLine,
.MenuItems.active .MenuIcon .LastLine {
  opacity: 0;
  height: 0em;
}

.MenuItems {
  width: 100% !important;
}

.MenuItems .header-content-wrap {
  display: flex;
  align-items: center;
  /* gap: 3em; */
  position: relative;
  width: 100%;
}

.Login:has(.userName) {
  overflow: unset;
}

.MenuItems.Home .Login:has(.userLogout) {
  overflow: unset;
}

.MenuItems.Home .FirstNav,
.MenuItems.Home .Login {
  color: var(--custom-color2) !important;
  /* gap: 1.5em; */
  font-size: 0.9em;
  height: 1.6em;
  overflow: hidden;
  transform: translateY(0em);
  transition: all ease-in-out 0.3s;
}

.MenuItems .Login:has(.userMenu) {
  overflow: unset !important;
}

.MenuItems:not(.Home) .Login:has(.userProperties),
.MenuItems:not(.Home) .FirstNav {
  color: var(--custom-color2) !important;
  /* gap: 1.5em; */
  font-size: 0.9em;
  height: 1.6em;
  overflow: hidden;
  transform: translateY(-5em);
  transition: all ease-in-out 0.3s;
}

.userProperties,
.FirstNav a,
.FirstNav a:link,
.FirstNav a:visited,
.Login a,
.Login a:link,
.Login a:visited {
  color: var(--custom-color2) !important;
}

.MenuItems .header-content-wrap>div:nth-child(1) {}

.MenuItems .header-content-wrap>div:nth-child(1) {
  padding-left: 2em;
  display: flex;
}

.MenuItems .header-content-wrap>div:nth-child(1),
.MenuItems .header-content-wrap>div.ecommerceSearch,
.MenuItems .header-content-wrap>div.Login {
  cursor: pointer;
  display: flex;
  border-left: 0.1em solid var(--accent-color4);
}

.MenuItems .header-content-wrap>div:nth-child(4) {
  border-right: 0;
}

.FirstNav .Item {
  cursor: pointer;
  border-right: 0.1em solid var(--accent-color4);
  padding: 0 2em;
  transition: all ease-in-out 0.3s;
}

.FirstNav a:last-of-type .Item {
  border: none;
}

.MenuItems:not(.Home) .FirstNav .Item:hover>span,
.MenuItems:not(.Home) .Login .Item:hover>span {
  height: 2em;
  transition: all ease-in-out 0.4s;
  transform: translateY(0em);
}

.MenuItems:not(.Home) .FirstNav .Item>span,
.MenuItems:not(.Home) .Login .Item>span {
  transition: all ease-in-out 0.4s;
  overflow: hidden;
  height: 0em;
  transform: translateY(-2em);
}

.MenuItems:not(.Home) .FirstNav svg,
.MenuItems:not(.Home) .Login svg {
  fill: var(--custom-color2);
  transition: all ease-in-out 0.4s;
  height: 10em;
  transform: translateY(0em);
}

.MenuItems:not(.Home) .FirstNav .Item:hover>svg,
.MenuItems:not(.Home) .Login .Item:hover>svg {
  height: 0px;
  transform: translateY(2em);
}

.MenuItems .nav-bar {
  transform: translateY(-5em);
  transition: all ease-in-out 490ms;
  position: absolute;
  right: 4.5em;
  border-right: 0px !important;
}

.MenuItems.active .nav-bar {
  transform: translateY(0%);
}

.MenuItems.active .FirstNav,
.MenuItems.active .Login {
  transform: translateY(-5em);
}

.MenuItems.active .vp-search-box>a {
  transform: translateY(-5em);
}

.MenuItems.active .ecommerceSearch {
  transform: translateY(-5em);
  transition: all ease-in-out 0.3s;
}

.MenuItems .ecommerceSearch {
  transform: translateY(0%);
  transition: all ease-in-out 0.3s;
}

.MenuItems:not(.Home) .nav-bar {
  transform: translateY(0);
  transition: all ease-in-out 490ms;
  position: absolute;
  left: 6em;
  border-right: 0px !important;
}

.MenuItems:not(.Home).active .nav-bar {
  transform: translateY(-5em);
}

.MenuItems:not(.Home).active .FirstNav,
.MenuItems:not(.Home).active .Login {
  transform: translateY(0);
}

.MenuItems:not(.Home).active .vp-search-box>a {
  transform: translateY(0);
}

.MenuItems:not(.Home).active .ecommerceSearch {
  transform: translateY(0);
  transition: all ease-in-out 0.3s;
}

.MenuItems:not(.Home) .ecommerceSearch {
  transform: translateY(-5em);
  transition: all ease-in-out 0.3s;
}

/*************************TopCover****************************/
.TopCover:before {
  content: "";
  background: rgba(226, 226, 226, 100);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
}

/***********************Hotspot***********************/

.TooltipBox {
  position: relative;
}

#toolTipGenerator .properties {
  float: left;
  width: 30%;
}

#toolTipGenerator .properties div {
  padding: 0.5em 0;
}

#toolTipGenerator .properties div input[type="text"],
#toolTipGenerator .properties div select,
#toolTipGenerator .properties div textarea {
  border: 1px solid #ccc;
  padding: 0.3em;
  margin: 0;
}

#toolTipGenerator .properties div label {
  display: inline-block;
  width: 130px;
  white-space: nowrap;
}

#toolTipGenerator .properties div label[for="t_toolTipWidthAuto"],
#toolTipGenerator .properties div label[for="t_toolTipVisible"] {
  display: inline;
}

#toolTipGenerator .properties div #t_toolTipWidthAuto,
#toolTipGenerator .properties div #t_toolTipVisible {
  margin-left: 140px;
  margin-top: 10px;
}

#toolTipGenerator .properties div #t_toolTipWidth {
  width: 50px;
}

#toolTipGenerator .properties div #t_content {
  height: 150px;
  width: 100%;
}

#toolTipGenerator .image {
  position: relative;
  margin-left: 35%;
}

#toolTipGenerator .image img.target {
  width: 100%;
  height: auto;
}

#toolTipGenerator .t_hotSpot:hover:before {
  transform: rotate(45deg);
  transform-origin: center center;
  color: var(--custom-color2);
}

.t_hotSpot {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  margin-top: -10px;
  margin-left: -10px;
}

.t_hotSpot:nth-child(odd) {
  animation: hotspotodd 1s;
  animation-delay: 0.4s;
  animation-play-state: running;
  animation-iteration-count: infinite;
}

.t_hotSpot:nth-child(even) {
  animation: hotspoteven 1.2s;
  animation-delay: 0.4s;
  animation-play-state: running;
  animation-iteration-count: infinite;
}

.t_hotSpot.large {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.t_hotSpot.red {
  background: var(--custom-color2);
  padding: 2px;
  border: 0.2em solid rgba(225, 225, 225, 0.1);
}

.t_hotSpot.red:hover {
  background: var(--accent-color3);
  border: 0.2em solid rgba(255, 0, 0, 0.2);
  animation-play-state: paused;
}

.t_hotSpot.red:before {
  transition: all ease-in-out 0.2s;
  content: "+";
  font-size: 1.2rem;
  line-height: 0.3;
  color: var(--accent-color3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.t_hotSpot.square {
  border-radius: 0;
}

.t_hotSpot.circleOutline {
  background: transparent;
}

.t_hotSpot.circleOutline.red {
  border-color: #dc143c;
}

.t_hotSpot.circleOutline.green {
  border-color: #228b22;
}

.t_hotSpot.circleOutline.blue {
  border-color: #0000cd;
}

.t_hotSpot.circleOutline.purple {
  border-color: #4b0082;
}

.t_hotSpot.circleOutline.pink {
  border-color: #ff69b4;
}

.t_hotSpot.circleOutline.orange {
  border-color: #ff8c00;
}

.t_hotSpot.squareOutline {
  background: transparent;
  border-radius: 0;
}

.t_hotSpot.squareOutline.red {
  border-color: #dc143c;
}

.t_hotSpot.squareOutline.green {
  border-color: #228b22;
}

.t_hotSpot.squareOutline.blue {
  border-color: #0000cd;
}

.t_hotSpot.squareOutline.purple {
  border-color: #4b0082;
}

.t_hotSpot.squareOutline.pink {
  border-color: #ff69b4;
}

.t_hotSpot.squareOutline.orange {
  border-color: #ff8c00;
}

@keyframes hotspotodd {
  0% {
    background-color: var(--custom-color2);
    color: var(--accent-color3);
  }

  50% {
    background-color: var(--accent-color3);
    color: var(--custom-color2);
  }

  100% {
    background-color: var(--custom-color2);
    color: var(--accent-color3);
  }
}

@keyframes hotspoteven {
  0% {
    background-color: var(--accent-color3);
    color: var(--custom-color2);
  }

  50% {
    background-color: var(--custom-color2);
    color: var(--accent-color3);
  }

  100% {
    background-color: var(--accent-color3);
    color: var(--custom-color2);
  }
}

.t_hotSpot:hover .t_tooltip_content_wrap {
  opacity: 1;
  z-index: 15;
}

.t_hotSpot .t_tooltip_content_wrap {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  border-radius: 5px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0px;
  top: -10px;
  right: 100%;
  overflow: hidden;
  z-index: -1;
  outline: 1px solid rgba(245, 245, 245, 0.5);
  transform-origin: center center;
  padding: 2px;
  width: fit-content;
}

.t_hotSpot .t_tooltip_content_wrap:has(.image) {
  transform: translateY(-40%);
}

.t_hotSpot .t_tooltip_content_wrap:has(.video) {
  transform: translateY(0%);
  width: fit-content;
}

.t_hotSpot:hover .t_tooltip_content_wrap:has(.video) {
  transform: translateY(-40%);
}

.t_hotSpot .t_tooltip_content_wrap a {
  color: #fff;
}

.t_hotSpot .t_tooltip_content_wrap a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.t_hotSpot .t_tooltip_content_wrap.alwaysVisible {
  opacity: 1;
}

.t_hotSpot .t_tooltip_content_wrap.specificWidth img {
  max-width: 100%;
  border-radius: 5px;
}

.t_hotSpot .t_tooltip_content_wrap:after {
  content: "";
  border: 6px solid transparent;
  position: absolute;
}

.t_hotSpot .t_tooltip_content_wrap:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap:after {
  border-left-color: rgba(24, 24, 24, 0.9);
  right: -12px;
  top: 5px;
}

.t_hotSpot .t_tooltip_content_wrap.right {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  top: -6px;
  left: 100%;
  margin-left: 12px;
}

.t_hotSpot .t_tooltip_content_wrap.left {
  margin-right: 12px;
}

.t_hotSpot .t_tooltip_content_wrap.right:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap.right:after {
  border-right-color: rgba(24, 24, 24, 0.9);
  left: -12px;
  top: 5px;
}

.t_hotSpot .t_tooltip_content_wrap.top {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  left: -6px;
  bottom: 100%;
  margin-bottom: 12px;
}

.t_hotSpot .t_tooltip_content_wrap.top:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap.top:after {
  left: 6px;
  border-top-color: rgba(24, 24, 24, 0.9);
  bottom: -12px;
}

.t_hotSpot .t_tooltip_content_wrap.bottom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  left: -6px;
  top: 100%;
  margin-top: 11px;
}

.t_hotSpot .t_tooltip_content_wrap.bottom:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap.bottom:after {
  left: 4px;
  border-bottom-color: rgba(24, 24, 24, 0.9);
  top: -12px;
}

.t_hotSpot.medium .t_tooltip_content_wrap.left,
.t_hotSpot.medium .t_tooltip_content_wrap.right {
  top: -2px;
}

.t_hotSpot.medium .t_tooltip_content_wrap.top,
.t_hotSpot.medium .t_tooltip_content_wrap.bottom {
  left: 0;
}

.t_hotSpot.large .t_tooltip_content_wrap.left,
.t_hotSpot.large .t_tooltip_content_wrap.right {
  top: 0;
}

.t_hotSpot.large .t_tooltip_content_wrap.top,
.t_hotSpot.large .t_tooltip_content_wrap.bottom {
  left: 3px;
}

@media (max-width: 768px) {
  .t_hotSpot {
    display: none;
  }
}

textarea#input {
  margin: 0;
  padding: 1rem;
  width: 100%;
  border: none;
  line-height: 1.6;
  background: #111;
  color: #ff4444;
  box-sizing: border-box;
  height: 45%;
  font-family: "Andale Mono", monospace;
  white-space: pre;
}

textarea#input::selection {
  background: rgba(247, 0, 0, 0.2);
}

.t_tooltip_content {
  backdrop-filter: blur(0.6em);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.HomeSlider {
  height: 100vh;
  max-width: 100vw;
}

.HomeSlider video {
  height: 100vh;
  max-width: 100vw;
  object-fit: cover;
}

.HomeSlider .pagination {
  z-index: 11;
  flex-direction: row !important;
}

@media (max-width: 768px) {

  .HomeSlider,
  .HomeSlider video {
    height: calc(100vh - 6rem);
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.HomeSlider .SlideItem {
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}

.HomeSlider .SlideItem.active {
  opacity: 1;
  z-index: 3;
}

.SlideItem .Side,
.emco-top .Side {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  color: var(--custom-color2);
  margin-right: 7%;
  background: rgba(255, 255, 255, 0.2);
}

.emco-top .Side {
  margin-right: 1em;
}

.boton {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  z-index: 222;
  left: 2rem;
}

.fondo {
  background: var(--accent-color);
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  height: 4rem;
  position: absolute;
  width: 4rem;
}

.boton:active .fondo {
  background: var(--accent-color);
}

.boton.active .icono {
  transform: rotate(-120deg);

  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -ms-transition: transform 500ms;
  -o-transition: transform 500ms;
}

.parte {
  background: white;
  height: 4rem;
  position: absolute;
  width: 4rem;
}

.boton.active .izquierda {
  clip-path: polygon(43.77666% 55.85251%,
      43.77874% 55.46331%,
      43.7795% 55.09177%,
      43.77934% 54.74844%,
      43.77855% 54.44389%,
      43.77741% 54.18863%,
      43.77625% 53.99325%,
      43.77533% 53.86828%,
      43.77495% 53.82429%,
      43.77518% 53.55329%,
      43.7754% 53.2823%,
      43.77563% 53.01131%,
      43.77585% 52.74031%,
      43.77608% 52.46932%,
      43.7763% 52.19832%,
      43.77653% 51.92733%,
      43.77675% 51.65633%,
      43.77653% 51.38533%,
      43.7763% 51.11434%,
      43.77608% 50.84334%,
      43.77585% 50.57235%,
      43.77563% 50.30136%,
      43.7754% 50.03036%,
      43.77518% 49.75936%,
      43.77495% 49.48837%,
      44.48391% 49.4885%,
      45.19287% 49.48865%,
      45.90183% 49.48878%,
      46.61079% 49.48892%,
      47.31975% 49.48906%,
      48.0287% 49.4892%,
      48.73766% 49.48934%,
      49.44662% 49.48948%,
      50.72252% 49.48934%,
      51.99842% 49.4892%,
      53.27432% 49.48906%,
      54.55022% 49.48892%,
      55.82611% 49.48878%,
      57.10201% 49.48865%,
      58.3779% 49.4885%,
      59.6538% 49.48837%,
      59.57598% 49.89151%,
      59.31883% 50.28598%,
      58.84686% 50.70884%,
      58.12456% 51.19714%,
      57.11643% 51.78793%,
      55.78697% 52.51828%,
      54.10066% 53.42522%,
      52.02202% 54.54581%,
      49.96525% 55.66916%,
      48.3319% 56.57212%,
      47.06745% 57.27347%,
      46.11739% 57.79191%,
      45.42719% 58.14619%,
      44.94235% 58.35507%,
      44.60834% 58.43725%,
      44.37066% 58.41149%,
      44.15383% 58.27711%,
      43.99617% 58.0603%,
      43.88847% 57.77578%,
      43.82151% 57.43825%,
      43.78608% 57.06245%,
      43.77304% 56.66309%,
      43.773% 56.25486%);
  transition: clip-path 500ms;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.boton.active .derecha {
  clip-path: polygon(43.77666% 43.83035%,
      43.77874% 44.21955%,
      43.7795% 44.59109%,
      43.77934% 44.93442%,
      43.77855% 45.23898%,
      43.77741% 45.49423%,
      43.77625% 45.68961%,
      43.77533% 45.81458%,
      43.77495% 45.85858%,
      43.77518% 46.12957%,
      43.7754% 46.40056%,
      43.77563% 46.67156%,
      43.77585% 46.94255%,
      43.77608% 47.21355%,
      43.7763% 47.48454%,
      43.77653% 47.75554%,
      43.77675% 48.02654%,
      43.77653% 48.29753%,
      43.7763% 48.56852%,
      43.77608% 48.83952%,
      43.77585% 49.11051%,
      43.77563% 49.38151%,
      43.7754% 49.65251%,
      43.77518% 49.9235%,
      43.77495% 50.1945%,
      44.48391% 50.19436%,
      45.19287% 50.19422%,
      45.90183% 50.19408%,
      46.61079% 50.19394%,
      47.31975% 50.1938%,
      48.0287% 50.19366%,
      48.73766% 50.19353%,
      49.44662% 50.19338%,
      50.72252% 50.19353%,
      51.99842% 50.19366%,
      53.27432% 50.1938%,
      54.55022% 50.19394%,
      55.82611% 50.19408%,
      57.10201% 50.19422%,
      58.3779% 50.19436%,
      59.6538% 50.1945%,
      59.57598% 49.79136%,
      59.31883% 49.39688%,
      58.84686% 48.97402%,
      58.12456% 48.48572%,
      57.11643% 47.89493%,
      55.78697% 47.16458%,
      54.10066% 46.25764%,
      52.02202% 45.13705%,
      49.96525% 44.01371%,
      48.3319% 43.11074%,
      47.06745% 42.4094%,
      46.11739% 41.89096%,
      45.42719% 41.53667%,
      44.94235% 41.3278%,
      44.60834% 41.24561%,
      44.37066% 41.27137%,
      44.15383% 41.40575%,
      43.99617% 41.62256%,
      43.88847% 41.90709%,
      43.82151% 42.24461%,
      43.78608% 42.62041%,
      43.77304% 43.01978%,
      43.773% 43.428%);
  transition: clip-path 500ms;
  -webkit-transition: clip-path 500ms;
  -moz-transition: clip-path 500ms;
  -ms-transition: clip-path 500ms;
  -o-transition: clip-path 500ms;
}

.puntero {
  border-radius: 50%;
  cursor: pointer;
  height: 4rem;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  width: 4rem;
}

.boton .icono {
  transform: rotate(-90deg);
  transition: transform 500ms;
  height: 4rem;
  width: 4rem;
}

.boton .izquierda {
  clip-path: polygon(56.42249% 57.01763%,
      54.93283% 57.0175%,
      53.00511% 57.01738%,
      50.83554% 57.01727%,
      48.62036% 57.01718%,
      46.55585% 57.01709%,
      44.83822% 57.01702%,
      43.66373% 57.01698%,
      43.22863% 57.01696%,
      42.86372% 57.01904%,
      42.56988% 57.01621%,
      42.3402% 56.99486%,
      42.16778% 56.94152%,
      42.0457% 56.84267%,
      41.96705% 56.68478%,
      41.92493% 56.45432%,
      41.91246% 56.13777%,
      41.91258% 55.76282%,
      41.9129% 55.37058%,
      41.91335% 54.96757%,
      41.91387% 54.56032%,
      41.91439% 54.15537%,
      41.91485% 53.75926%,
      41.91517% 53.3785%,
      41.91529% 53.01965%,
      41.94275% 52.72355%,
      42.02117% 52.51653%,
      42.14465% 52.38328%,
      42.30727% 52.30854%,
      42.50308% 52.27699%,
      42.72619% 52.27341%,
      42.97065% 52.28248%,
      43.23056% 52.2889%,
      43.94949% 52.28896%,
      45.45083% 52.28912%,
      47.47445% 52.28932%,
      49.76027% 52.28957%,
      52.04818% 52.28981%,
      54.07805% 52.29003%,
      55.5898% 52.29019%,
      56.32332% 52.29024%,
      56.58221% 52.28816%,
      56.83726% 52.28948%,
      57.07897% 52.30593%,
      57.29794% 52.34898%,
      57.48468% 52.43029%,
      57.62978% 52.56146%,
      57.72375% 52.7541%,
      57.75718% 53.01981%,
      57.75713% 53.37763%,
      57.75699% 53.81831%,
      57.75679% 54.31106%,
      57.75657% 54.82507%,
      57.75635% 55.32958%,
      57.75615% 55.79377%,
      57.75601% 56.18684%,
      57.75596% 56.47801%,
      57.7549% 56.50122%,
      57.74034% 56.5624%,
      57.6955% 56.64887%,
      57.60334% 56.748%,
      57.44691% 56.84712%,
      57.20925% 56.93358%,
      56.87342% 56.99471%);
}

.boton .derecha {
  clip-path: polygon(56.42249% 42.44625%,
      54.93283% 42.44637%,
      53.00511% 42.44649%,
      50.83554% 42.4466%,
      48.62036% 42.4467%,
      46.55585% 42.44679%,
      44.83822% 42.44685%,
      43.66373% 42.4469%,
      43.22863% 42.44691%,
      42.86372% 42.44483%,
      42.56988% 42.44767%,
      42.3402% 42.46902%,
      42.16778% 42.52235%,
      42.0457% 42.6212%,
      41.96705% 42.77909%,
      41.92493% 43.00956%,
      41.91246% 43.32611%,
      41.91258% 43.70105%,
      41.9129% 44.0933%,
      41.91335% 44.49631%,
      41.91387% 44.90355%,
      41.91439% 45.3085%,
      41.91485% 45.70462%,
      41.91517% 46.08537%,
      41.91529% 46.44422%,
      41.94275% 46.74032%,
      42.02117% 46.94735%,
      42.14465% 47.0806%,
      42.30727% 47.15534%,
      42.50308% 47.18688%,
      42.72619% 47.19047%,
      42.97065% 47.1814%,
      43.23056% 47.17497%,
      43.94949% 47.17491%,
      45.45083% 47.17476%,
      47.47445% 47.17455%,
      49.76027% 47.1743%,
      52.04818% 47.17406%,
      54.07805% 47.17384%,
      55.5898% 47.17369%,
      56.32332% 47.17363%,
      56.58221% 47.17571%,
      56.83726% 47.17439%,
      57.07897% 47.15795%,
      57.29794% 47.1149%,
      57.48468% 47.03359%,
      57.62978% 46.90242%,
      57.72375% 46.70977%,
      57.75718% 46.44406%,
      57.75713% 46.08625%,
      57.75699% 45.64557%,
      57.75679% 45.15282%,
      57.75657% 44.6388%,
      57.75635% 44.1343%,
      57.75615% 43.6701%,
      57.75601% 43.27703%,
      57.75596% 42.98586%,
      57.7549% 42.96265%,
      57.74034% 42.90148%,
      57.6955% 42.815%,
      57.60334% 42.71587%,
      57.44691% 42.61675%,
      57.20925% 42.53029%,
      56.87342% 42.46916%);
}

.HomeSlider .Navigation {
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
}

.HomeSlider .Navigation :where(.Navigation-next, .Navigation-prev) {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  backdrop-filter: blur(19px);
  background-color: rgba(215, 215, 215, 0.4);
  border: 0.2em solid transparent;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}

.HomeSlider .Navigation :where(.Navigation-next, .Navigation-prev):hover {
  border-color: var(--accent-color);
}

.HomeSlider .Navigation .Navigation-next {
  transform: rotate(-45deg);
}

.HomeSlider .Navigation .Navigation-prev {
  transform: rotate(135deg);
}

.HomeSlider .Navigation :where(.Navigation-next, .Navigation-prev):before {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.9s;
  border: solid var(--custom-color2);
  border-width: 0 0.2em 0.2em 0;
  display: inline-block;
  padding: 0.2em;
}

@media screen and (max-width: 768px) {}

.SlideItem .Side>div {
  row-gap: 0.5em;
  column-gap: 0;
}

.emco-top .Side>div h1 {
  font-size: 2rem;
}

.SlideItem .Side .Top {
  background: rgba(36, 25, 93, 77%);
}

.emco-top .Side>div {
  background: rgb(36, 25, 93);
}

.SlideItem .Side .Top h1,
.emco-top .Side>div h1 {
  color: var(--custom-color2);
  margin: 0;
  line-height: 1.8;
}

.SlideItem .Side .Top h1 strong,
.emco-top .Side>div h1 strong {
  color: var(--accent-color2);
  font-size: 1em;
  font-weight: inherit;
}

.SlideItem .Side .Top strong,
.emco-top .Side>div strong {
  font-size: 1.26em;
  font-weight: 100;
  direction: ltr;
  text-align: center;
}

.SlideItem .Side .Top strong span {
  color: var(--accent-color2);
}

.HomeSlider .thumbnails.active {
  bottom: 1.5em;
  z-index: 4;
  opacity: 1;
}

.HomeSlider .thumbnails {
  bottom: -10em;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  gap: 1.5em;
}

.HomeSlider .thumbnails .thumbItem {
  min-width: 12em;
  background: var(--custom-color2);
  border-radius: calc(var(--b-radius) * 10);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.HomeSlider .thumbnails .thumbItem.active {
  transform: translateY(-2em);
}

/* home2 */

.HomeSlider .thumbnailshome2.active {
  bottom: 1.5em;
  z-index: 4;
  opacity: 1;
}

.HomeSlider .thumbnailshome2 {
  bottom: -10em;
  width: 100%;
  z-index: 1;
  transition: all ease-in-out 0.3s;
  gap: 1.5em;
}

.HomeSlider .thumbnailshome2 .thumbItem {
  min-width: 12em;
  background: var(--custom-color2);
  border-radius: calc(var(--b-radius) * 10);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.HomeSlider .thumbnailshome2 .thumbItem.active {
  transform: translateY(-2em);
}

.HomeSlider .swiper-slide .Description {
  top: 40%;
  left: 10%;
  width: 35%;
  max-height: 0rem;
  overflow: hidden;
  backdrop-filter: blur(5px);
  color: var(--custom-color6);
  background: rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.9s 0.5s;
  border-radius: var(--b-radius);
  z-index: 22;
  pointer-events: none;
}

.HomeSlider .swiper-slide.swiper-slide-active .Description {
  max-height: 14rem;
}

.HomeSlider .swiper-slide .Description>* {
  transform: translateY(-50vh);
  transition: all ease-in-out 0.9s 0.5s;
  pointer-events: none;
}

.HomeSlider .swiper-slide.swiper-slide-active .Description>* {
  transform: translateY(0vh);
}

@media (max-width: 768px) {
  .SlideItem .Side {
    width: 80%;
    margin: 0 auto;
  }

  .HomeSlider .Navigation :where(.Navigation-next, .Navigation-prev) {
    width: 3rem;
    height: 3rem;
  }

  .HomeSlider .Navigation :where(.Navigation-next, .Navigation-prev):before {
    content: "";
    position: absolute;
    width: 0.3em;
    height: 0.3em;
  }

  .HomeSlider .thumbnails .thumbItem {
    min-width: 3em;
    height: 2em;
  }

  .HomeSlider .thumbnails .thumbItem span {
    display: none;
  }

  .HomeSlider .swiper-slide .Description {
    width: 70%;
    left: 15%;
    backdrop-filter: unset;
    background: transparent;
    top: 20%;
  }

  .HomeSlider .swiper-slide.swiper-slide-active .Description {
    max-height: 20rem;
  }
}

.startvideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.Hanim:has(.aos-animate) {
  max-height: 300px;
  transition: max-height linear 0.5s 0.6s;
}

.Hanim:not(:has(.aos-animate)) {
  max-height: 0px;
}

.Hanim {
  overflow: hidden;
}

.Customers .Customer {
  background: var(--custom-color6);
}

.Customers .Customer img {
  filter: grayscale(1) brightness(0);
  transition: all ease-in-out 0.3s;
}

.Customers .Customer img:hover {
  filter: unset;
}

.Home .FirstNav .Item>span,
.Home .Login .Item>span {
  transform: translateY(0em);
  height: 2em;
  transition: all ease-in-out 0.3s;
}

.Home .FirstNav .Item:hover>span,
.Home .Login .Item:hover>span {
  transform: translateY(-5em);
  height: 0;
}

.Home .FirstNav .Item>svg,
.Home .Login .Item>svg {
  transform: translateY(5em);
  height: 0;
}

.Home .FirstNav .Item:hover>svg,
.Home .Login .Item:hover>svg {
  transform: translateY(0em);
  height: 2em;
}

/**************************** Horizontal Tabs ******************************/
.HorizontalTabs {
  position: relative;
  height: 100%;
  display: block;
}

.HorizontalTabs img {
  max-width: 100%;
}

.HorizontalTabs .tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.HorizontalTabs .tab label {
  padding: 1em !important;
  flex: 1 0 max-content;
  text-align: center;
  border-bottom: 0.3em solid var(--accent-color4);
  cursor: pointer;
  transition: all 0.3s linear;
}

@media (max-width: 468px) {
  .HorizontalTabs .tab label {
    flex: 1 0 100%;
  }
}

.HorizontalTabs .tab h1,
.HorizontalTabs .tab h2,
.HorizontalTabs .tab h3,
.HorizontalTabs .tab h4,
.HorizontalTabs .tab h5,
.HorizontalTabs .tab h6,
.HorizontalTabs .tab strong {
  font-size: 1em;
  line-height: 2em;
}

.HorizontalTabs .tab label.active {
  flex: 2 0 max-content;
  border-bottom: 0.3em solid var(--accent-color);
}

.HorizontalTabs .tab-content {
  display: none;
  padding: 2em 0.5em;
  opacity: 0;
  animation: tabfade 0.4s linear;
}

.HorizontalTabs .tab-content.active {
  display: block;
  opacity: 1;
}

@keyframes tabfade {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.btn-default:before,
.btn-default:after {
  content: "";
  position: absolute;
  transition: all ease-in-out 0.2s 0s;
}

.btn-default:before {
  transform: rotate(137deg);
}

.btn-default:hover:before {
  top: calc(50% - 0.38em);
  left: 1.1rem;
  width: 0.7em;
  height: 0.7em;
  border: solid var(--accent-color2);
  border-width: 0 0.2em 0.2em 0;
  padding: 0.2em;
}

.btn-default:hover:after {
  width: 1.5em;
  height: 0.15em;
  background-color: var(--accent-color2);
  left: 1.3em;
  top: calc(50% - 0.1em);
}

.btn-default:hover {
  padding-left: 1.5em;
}

.btn-default,
a.btn-default,
a:link.btn-default,
a:visited.btn-default {
  background: var(--button-color);
  color: var(--custom-color2);
  border-radius: var(--b-radius);
  padding: 0.34em 0.9em;
  font-size: 0.9em;
  transition: all ease-in-out 0.5s;
  position: relative;
  cursor: pointer;
}

.btn-default:hover,
a.btn-default:hover,
a:link.btn-default:hover,
a:visited.btn-default:hover {
  background: var(--button-hover-color);
  padding-left: 3.5em;
}

.footer {
  background-image: url(/portals/_default/images/FooterCover.png);
  background-position: center bottom;
  background-size: cover;
  background-color: #313131;
  background-blend-mode: luminosity;
}

.footer a,
.footer a:link,
.footer a:visited {
  color: #fff;
}

.footer .line-break {
  gap: 0.5em;
  align-items: center;
}

.footer .line-break>i {
  border-left: 0.1em solid var(--custom-color1);
  height: 0.9em;
}

.footer svg {
  fill: var(--custom-color2);
}

.footer li {
  list-style: none;
}

.footer label:before,
.infotab label:before,
.footer li:before,
.infotab li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-flex;
  background: var(--accent-color3);
  border-radius: calc(var(--b-radius) / 2);
  margin-left: 0.3em;
}

.footer label~span {
  padding-right: 0.8em;
  gap: 0.5em;
}

.footer svg {
  max-height: 1em;
  max-width: 1em;
}

.footer .link_module {
  padding-bottom: 2rem;
  min-height: 33rem;
  border-bottom: 1px solid #dbdbdb3e;
}

.height-100 {
  height: 100%;
}

.gap1 {
  gap: 1rem;
}

.border-none {
  border: none;
}

/*******************About Us********************/
.certificates div {
  flex: 1 0 auto;
  min-height: 8rem;
}

.certificates div>span {
  width: 1.2em;
  height: 1.2em;
  background: var(--accent-color);
  border-radius: calc(var(--b-radius) * 5);
  outline: 0.2em solid var(--accent-color4);
}

.certificates div>span:before {
  content: "";
  position: absolute;
  top: 0.1em;
  height: 2em;
  background: var(--accent-color);
  width: 0.1em;
  right: calc(50% - 0.1em);
}

.certificates div>span:after {
  content: attr(data-name);
  position: absolute;
  top: 2.2em;
  display: block;
  max-width: 10em;
  width: max-content;
  text-align: center;
  left: -100%;
}

@media (max-width: 820px) {
  .certificates div {
    flex: 1 0 50%;
  }
}

/**********************************Wizard************************************/
.wizard {
  transition: all 0.3s ease-in;
  min-height: 10em;
}

.wizard .wizard-nav {
  transition: all 0.3s ease-in;
  min-height: 22em;
  align-items: center;
  cursor: e-resize;
}

.wizard .wizard-nav.dots .wizard-step {
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in;
  height: 10em;
  width: 100%;
}

.wizard .wizard-nav.dots .wizard-step span {
  cursor: e-resize;
  z-index: 4;
  position: relative;
  top: 100%;
}

.wizard .wizard-nav.dots .wizard-step .dot {
  content: "";
  position: absolute;
  top: 0px;
  right: calc(50% - 0.9em);
  height: 1.4em;
  width: 1.4em;
  background: var(--accent-color);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  outline: 0.3em solid var(--accent-color4);
}

.wizard .wizard-nav.dots .swiper-slide:nth-child(odd) .wizard-step .dot:before {
  bottom: 0.1em;
}

.wizard .wizard-nav.dots .wizard-step .dot:after {
  z-index: -1;
  content: attr(data-year);
  display: flex;
  font-size: 1.4em;
  left: 2em;
  width: 100%;
  position: relative;
}

.wizard .wizard-nav.dots .swiper-slide:nth-child(odd) .wizard-step .dot:after {
  top: -2.2em;
}

.wizard .wizard-nav.dots .swiper-slide:nth-child(even) .wizard-step .dot:after {
  right: 2em;
}

.wizard .wizard-nav.dots .wizard-step:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 0.2em);
  width: 0.5rem;
  height: 100%;
  z-index: 2;
  background: var(--accent-color4);
}

.wizard .wizard-nav.dots .wizard-step:after {
  content: attr(data-history);
  position: absolute;
  color: var(--accent-color5);
  line-height: 1.2em;
  font-size: 0.8em;
  width: 50%;
  right: calc(-50%);
  height: 100%;
}

.wizard .wizard-nav.dots .swiper-slide:nth-child(odd) .wizard-step:after {
  top: -7.5em;
}

.wizard .wizard-nav.dots .swiper-slide:nth-child(even) .wizard-step:after {
  right: 2em;
}

.wizard .wizard-nav .wizard-step {
  cursor: e-resize;
}

@media (max-width: 768px) {
  .wizard .wizard-nav.dots .wizard-step:after {
    width: 100%;
    text-align: center;
    right: 0;
  }
}

/********************************FAQ**********************************/
.accordion-second .answer.hideanswer {
  max-height: 0;
  transition: all ease-in-out 0.3s;
}

.accordion-second .answer {
  max-height: 14em;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  background: #f7f7f7;
  border-bottom: 1px solid #706f6f;
  margin-bottom: 0.5em;
  padding: 0 1em;
}

.accordion-second .item {
  position: relative;
  transition: all ease-in-out 300ms;
  background: #f7f7f7;
  height: 3.5em;
  display: flex;
  align-items: center;
  padding: 0 1em;
  cursor: pointer;
}

.accordion-second .item::after {
  transition: all ease-in-out 300ms;
  position: absolute;
  content: "+";
  font-size: 2em;
  font-weight: 100;
  background: #c3c2c2;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  display: block;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  left: 0.5em;
  top: 0.5em;
}

.accordion-second .item:has(+ .answer:not(.hideanswer)):after {
  background: var(--accent-color3);
  transform: rotate(45deg);
}

.accordion-second .answer:not(.hideanswer) {
  border-bottom: 0.1em solid var(--accent-color3);
}

.accordion-second :where(h1, h2, h3, h4, h5, h6, strong) {
  font-size: 1rem;
  font-weight: normal;
}

.LogoBox {
  position: relative;
  z-index: 2;
}

.LogoBox:hover::before {
  width: 120%;
}

.LogoBox svg#EtehadGroup .hover {
  fill: #fff;
  transition: all ease-in-out 0.3s;
}

.LogoBox svg#EtehadGroup:hover .hover {
  fill: #24195d;
}

.LogoBox svg.logo {
  display: block;
  max-width: max-content;
  height: auto;
  width: auto;
}

.sticky {
  position: sticky;
  top: 2em;
  align-self: flex-start;
}

.mbd-field-matrix button {
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  background-color: var(--custom-color7);
  color: #fff;
  text-shadow: none;
  padding: 0.5em 1.5em;
  outline: 0;
  border: 0.1em solid var(--custom-color8);
  cursor: pointer;
}

/***************************LoginPanel*************************/

.dng-main .LoginPanel .dnnLoginService :where(input[type="text"], input[type="password"]) {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.2142em;
  padding: 0.67861429em 1em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429em;
  -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: none;
  background-color: rgb(247, 247, 247);
  background-repeat: repeat-x;
  border: none;
  min-height: 3rem;
  flex: 1 0 auto;
  width: auto;
  max-width: 100%;
}

.dng-main .LoginPanel {
  margin: 0 auto;
}

.dng-main .LoginPanel .dnnLoginService {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.dng-main .LoginPanel .dnnLoginService :where(.dnnLabel, .dnnFormLabel) {
  width: auto;
  flex: 0 0 30%;
  margin: 0;
  text-align: revert;
  padding: 0 !important;
  margin: 0;
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem:has(input) {
  flex-direction: column;
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem {
  display: flex;
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem:has([id*="cmdLogin"]) {
  gap: 1em;
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem:has([id*="cmdLogin"]) .dnnFormLabel {
  display: none;
  flex: 0 0 30%;
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem:has([id*="cmdLogin"])>* {
  flex: 1 0 auto;
}

.dng-main .LoginPanel .dnnLoginService .dnnPrimaryAction {
  background: var(--button-color);
  min-height: 1em;
  border: 1px solid var(--button-color);
  color: var(--custom-color2);
  box-shadow: unset;
  transition: all ease-in-out 0.3s;
}

.dng-main .LoginPanel .dnnLoginService .dnnPrimaryAction:hover {
  background: var(--button-hover-color);
}

.dng-main .LoginPanel .dnnLoginService .dnnActions {
  display: flex;
  /* gap:0.5em; */
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem:has(.dnnActions li) {
  justify-content: end;
}

.dng-main .LoginPanel .dnnLoginService .dnnActions li:first-of-type {
  margin-left: 0.5em;
}

.dng-main .LoginPanel .dnnLoginService .dnnActions li {
  margin: 0;
  flex: 1 0 auto;
  display: flex;
}

.dng-main .LoginPanel .dnnLoginService .dnnFormItem:has(.dnnActions li) .dnnFormLabel {
  display: none;
}

.dng-main .LoginPanel .dnnLoginService .dnnActions .dnnSecondaryAction {
  box-shadow: unset;
  width: 100%;
}

.dng-main .LoginPanel .dnnLoginService .dnnLoginActions {
  width: 100%;
}

@media (max-width: 920px) {
  .SlideItem .position-absolute.Side {
    position: absolute !important;
  }

  .position-absolute.Side {
    position: relative !important;
    width: 100%;
    top: 4%;
    transform: unset;
    margin-right: 0;
  }

  .TopCover img {
    display: none;
  }

  .position-relative.TopCover {
    display: block;
  }

  .emco-top {
    padding-top: 0rem;
  }

  .page-breadcrumbs {
    position: relative !important;
  }

  .Height100vh {
    /* height: auto !important; */
  }
}

.ModEmcoTestC .dnnActions {
  display: flex;
  margin-right: unset;
  justify-content: end;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
}

.ModEmcoTestC .dnnPrimaryAction {
  padding: 0.5rem 2rem;
  background: var(--custom-color8) !important;
  border: none !important;
  color: var(--custom-color3) !important;
  font-weight: normal;
  border-radius: unset;
  margin: 0;
}

.ModEmcoTestC .dnnActions li {
  margin: unset;
  float: none;
}

.ModEmcoTestC .dnnLabel {
  margin-left: unset;
}

.pwt-hide {
  display: none;
}

/***********************Calender Arrows******************/
.pwt-btn.pwt-btn-prev>i,
.pwt-btn.pwt-btn-next>i {
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  display: inline-block;
  padding: 0.2em;
}

.pwt-btn.pwt-btn-prev>i {
  transform: rotate(-45deg);
}

.pwt-btn.pwt-btn-next>i {
  transform: rotate(135deg);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn:where(.pwt-btn-prev, .pwt-btn-next) {
  display: block;
  width: 15%;
  float: inherit;
  transition: all 0.9s ease;
  background: var(--accent-color) !important;
}

/*************pagination*********************/
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-top: 1rem;
}

.pagination li {
  padding: 0 0.5rem;
}

.pagination li a {
  color: var(--accent-color);
}

.TxtExam p {
  text-align: center !important;
}

/**********************career opportunities***************************/
.ContentText {
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.ItemHiredStep,
.InnerStatisticalDatas,
.InnerBenefitBeing {
  flex-shrink: 0;
}

.ItemHiredProcess {
  flex: 1 0 auto;
}

.ItemHiredProcess::after {
  border-bottom: 0.1rem solid #ddd;
  position: absolute;
  content: "";
  right: 0;
  top: 2.5rem;
  width: 100%;
  height: 0.1rem;
  display: block;
}

.ItemHiredStep img {
  height: 7.7 rem;
  width: fit-content;
}

.ItemHiredProcess::-webkit-scrollbar,
.ItemStatisticalDatas::-webkit-scrollbar,
.BenefitBeing::-webkit-scrollbar {
  height: 0.1rem;
}

.ItemHiredProcess::-webkit-scrollbar-track,
.ItemStatisticalDatas::-webkit-scrollbar-track,
.BenefitBeing::-webkit-scrollbar-track {
  border: 0.1rem solid var(--accent-color4);
  border-radius: 5rem;
}

.ItemHiredProcess::-webkit-scrollbar-thumb,
.ItemStatisticalDatas::-webkit-scrollbar-thumb,
.ItemStatisticalDatas::-webkit-scrollbar-thumb {
  background: var(--custom-color3);
  border-radius: 5rem;
}

.ItemHiredProcess::-webkit-scrollbar-thumb:hover,
.ItemStatisticalDatas::-webkit-scrollbar-thumb:hover,
.ItemStatisticalDatas::-webkit-scrollbar-thumb:hover {
  background: var(--button-hover-color);
}

.BoxTitleCareer span {
  font-size: 1.8rem;
}

.BoxTitleCareer::after {
  content: " ";
  width: 2rem;
  height: 2rem;
  background-color: #f3f3f3;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -2.2rem;
  border-radius: 0.2rem;
}

.ItemInfoData {
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(36, 25, 93, 0.9);
}

.InnerStatisticalDatas::after {
  border-bottom: 0.2rem solid #e2e2e2;
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 6rem;
}

.BenefitBeing ul li::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--custom-color4);
  content: "";
  transform: rotate(45deg);
  border-radius: 0.1rem;
  right: -0.25rem;
  top: 45%;
  margin-top: -1%;
}

.BenefitBeing ul {
  list-style: none;
}

.BenefitBeing ul::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 100%;
  border-right: 0.1rem solid #ececec;
  right: 0;
  top: 0;
  bottom: 0;
}

.BenefitBeing {
  border-bottom: 0.2rem solid #e2e2e2;
}

.BenefitBeing ul::after {
  position: absolute;
  bottom: -0.4rem;
  content: " ";
  background-color: var(--accent-color);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  right: -0.3rem;
}

/*****************mobile exam*********************/
@media (max-width: 768px) {
  .DnnModule-EmcoTest fieldset {
    position: relative;
  }

  .ModEmcoTestC {
    width: 100% !important;
    margin: 5rem auto !important;
  }

  .ModEmcoTestC .dnnLabel {
    display: block;
    float: unset !important;
    width: 100%;
    text-align: right !important;
  }

  .ModEmcoTestC .dnnFormItem input[type="text"] {
    width: 100%;
    margin-bottom: 0 !important;
    max-width: unset;
  }

  .ModEmcoTestC .dnnPrimaryAction {
    position: absolute;
    left: 0rem;
    bottom: 0;
  }

  .ItemHiredProcess,
  .ItemStatisticalDatas,
  .BenefitBeing {
    flex-wrap: nowrap;
    overflow: auto;
    gap: 2rem;
  }

  .ItemHiredStep::after {
    position: absolute;
    content: "";
    width: 120%;
    height: 0.1rem;
    top: 2.5rem;
    right: 0;
    border: 0.1rem solid #ddd;
  }

  .ItemHiredProcess::after {
    display: none;
  }

  .container-fluid .ContentText {
    bottom: unset !important;
  }
}

@media (max-width: 768px) and (min-width: 431px) {

  .ItemHiredStep,
  .InnerStatisticalDatas,
  .InnerBenefitBeing {
    width: 20%;
    margin: 1rem 0 2.5rem 0;
    flex-shrink: 0;
    position: relative;
  }
}

@media (max-width: 430px) {
  .ItemHiredStep {
    width: 35%;
    margin: 1rem 0 2.5rem 0;
  }

  .InnerStatisticalDatas {
    width: 75%;
  }

  .InnerBenefitBeing {
    width: 70%;
  }
}

/********************FollowUp Tests***********************/
.InnerTitleTop {
  border-bottom: 0.2rem solid var(--accent-color2);
}

.InnerTitleTop strong {
  font-size: 2.07rem;
}

.InnerTitleTop span {
  font-size: 0.8rem;
}

.w-100 {
  width: 100%;
}

.LeftFollowTest,
.ItemTitlePage {
  height: 70vh;
  margin: 5rem 0;
  outline: 0.1rem solid var(--custom-color1);
}

.ItemTitlePage {
  padding-bottom: 6rem;
}

.ModEmcoTestC .dnnFormItem {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ModEmcoTestC .dnnLabel {
  width: 100%;
  text-align: right;
  margin-top: 0;
}

.ModEmcoTestC .dnnFormItem input[type="text"] {
  width: 75%;
  max-width: 85%;
  height: 3rem;
  padding: 1rem;
  border-color: var(--custom-color1);
  border-radius: unset;
  margin: 0 !important;
}

.ModEmcoTestC fieldset {
  position: relative;
}

/*************logo*****************/
.LogoBox svg {
  max-width: unset !important;
  max-height: unset !important;
  width: unset;
  height: unset;
}

.border-bottom-footer {
  border-bottom: 1px solid #dbdbdb44;
}

@media (min-width: 991.98px) {
  .h-200-footer {
    min-height: 16rem;
  }
}

.footer li.linkitem {
  margin-bottom: 1rem;
}


/*Resume Upload File*/
.ResumeFile {
  height: 100% !important;
  position: relative;

  .mbd-field-uploadfile {
    position: relative;
    height: 17vh;

    &:before {
      content: "فایل خود را بارگذاری کنید";
      text-align: center;
      padding: 0.5em;
      background: rgba(255, 233, 234);
      color: var(--accent-color3);
      border: 1px solid rgb(215, 25, 33);
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%)
    }
  }

  input[type="file"] {
    font-size: 0;
    cursor: pointer;
    background: transparent;
    position: absolute;
    top: 0%;
    height: 100%;
    z-index: 2;
    border: 1px dashed rgb(142, 142, 142);
    outline: 0;
  }
}

.ResumeFile input[type="file"]::file-selector-button {
  display: none;
}

.mbd-field-uploadfile:has(.table):before {
  content: "";
  display: none;
}