﻿#XADDTYGOYZ .menu-search.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

:root {
  --base-color: #60deae
}

#XADDTYGOYZ.header .talk h2 {
  color: #ffffff;
  background-color: #60DEAF;
  margin: revert;
  line-height: revert;
}

#XADDTYGOYZ.header .menu-item-XADDTYGOYZ-search {
  height: 90px;
}

.header .search button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#XADDTYGOYZ.header .main-menu ul {
  flex-wrap: wrap;
}

#XADDTYGOYZ.header .main-menu li {
  margin: unset;
  padding: unset;
  transition: all .2s;
  /* height: 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  border-radius: 5px;
  text-wrap: nowrap;
}

.header .main-menu li:hover {
  background: unset;
  padding: unset;
  border-radius: unset;
  margin: unset;
}

.menu-item-XADDTYGOYZ {
  position: relative;
  cursor: pointer;
  display: flex;
}

#XADDTYGOYZ.header .main-menu li a,
#XADDTYGOYZ.header .main-menu li .label {
  margin: 4px 0 0 5px;
  padding: 4px 10px;
  border-radius: 5px;
  height: 100%;
}

#XADDTYGOYZ.header .main-menu li a:hover,
#XADDTYGOYZ.header .main-menu li .label:hover,
#XADDTYGOYZ.header .main-menu li.menu-item-XADDTYGOYZ.show > a,
#XADDTYGOYZ.header .main-menu li.menu-item-XADDTYGOYZ.show > .label {
  background-color: #ffd05a;
}

.menu-item-XADDTYGOYZ .label {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  text-align: right;
  cursor: pointer;
  width: 100%;
}

.menu-item-XADDTYGOYZ:not(.show) .label .fa.fa-angle-down,
.menu-item-XADDTYGOYZ .menu-item-XADDTYGOYZ:not(.show) .label .fa.fa-angle-left {
  margin-right: 10px;
  transition: transform 200ms linear;
}

.menu-item-XADDTYGOYZ.show .label .fa.fa-angle-down,
.menu-item-XADDTYGOYZ .menu-item-XADDTYGOYZ.show .label .fa.fa-angle-left {
  transform: rotate(180deg);
  transition: transform 200ms linear;
}

.menu-item-XADDTYGOYZ .section-dropdown {
  position: absolute;
  padding: 15px;
  background-color: #f3f3f3;
  top: 45px;
  right: 0;
  border-radius: 4px;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.menu-item-XADDTYGOYZ .section-dropdown:after {
  position: absolute;
  top: -7px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f3f3f3;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.menu-item-XADDTYGOYZ.show>.section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-item-XADDTYGOYZ a {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}

.menu-item-XADDTYGOYZ .section-dropdown .menu-item-XADDTYGOYZ .section-dropdown {
  top: 0;
  right: calc(100% + 30px);
}

.menu-item-XADDTYGOYZ .section-dropdown .menu-item-XADDTYGOYZ .section-dropdown:after {
  top: 7px;
  right: -16px;
  border-left: 8px solid #f3f3f3;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}

@media (max-width: 900px) {
  #XADDTYGOYZ.header .menu-search {
    padding: 5px 0;
  }

  #XADDTYGOYZ.header #mobile-main-bar .main-menu ul,
  .intro #mobile-main-bar ul {
    padding: 30px 12px;
    gap: 0;
  }

  #XADDTYGOYZ.header .main-menu li {
    margin: 0 !important;
    align-items: flex-start;
  }

  #XADDTYGOYZ.header .main-menu li> a {
    width: 100%;
  }

  .menu-item-XADDTYGOYZ {
    width: 100%;
    flex-direction: column;
    text-align: right;
  }

  .menu-item-XADDTYGOYZ .section-dropdown {
    position: absolute;
    padding: unset;
    top: unset;
    right: unset;
    border-radius: unset;
    box-shadow: unset;
    z-index: inherit;
    width: 100%;
    background-color: unset;
    transition: transform, opacity 200ms linear;
    transform: scaleY(0);
    height: 0;
    gap: 0;
    border-right: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .menu-item-XADDTYGOYZ .section-dropdown::after {
    display: none;
  }

  .menu-item-XADDTYGOYZ.show>.section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
    height: 100%;
    position: relative;
  }

  .menu-item-XADDTYGOYZ .section-dropdown .menu-item-XADDTYGOYZ .section-dropdown {
    top: unset;
    right: unset;
  }

  .menu-item-XADDTYGOYZ .menu-item-XADDTYGOYZ:not(.show) .label .fa.fa-angle-left {
    transform: rotate(270deg);
  }

  .menu-item-XADDTYGOYZ .menu-item-XADDTYGOYZ.show .label .fa.fa-angle-left {
    transform: rotate(90deg);
  }
}

@media (max-width: 600px) {
  .header .top-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .top-header img {
    width: 90vw !important;
    max-height: 70px;
    object-fit: contain;
  }
}.footer{
    background:#423f5e;
}
.footer .footer-pack {
    justify-content: space-evenly;
}