
#scroll-header {
  display: none;
}
#header {
  box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
  position: relative;
}
ul {
  margin-bottom: 0!important;
  margin-top: 0;
}
.nav-top {
  padding: 20px 0;
}
.logo-accordion img {
  width: 25%;
}
.scroll-none {
  top: 0;
  z-index: 999;
}
.scroll-block {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid rgba(190, 190, 182, 0.2);
  box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.05);
}
.header-logo {
  padding-top: 20px;
  padding-bottom: 23px;
}
.btn-language {
  background: transparent;
  border-radius: 60px;
  color: #6d6e70;
  font-size: 20px;
  line-height: 26px;
  margin: 0 28px;
  padding: 0;
  text-transform: uppercase;
}
.ji-btn-border-org {
  border: 1px solid #FF6700;
  color: #FF6700;
  padding: 10px 20px;
  border-radius: 16px;
}
.ji-btn-border-org:hover {
  background-color: #FF6700;
  color: #fff;
}
.btn-language:hover {
  color: #FF6700;
}
.accordion-button:hover {
  color: #FF6700;
}
.accordion-button:active {
  color: #FF6700;
}
.header-links-dropdown {
  padding: 20px;
  width: 600px;
  border-radius: 24px;
  }
.nav-language {
  border: 2px solid #f6f6f5;
  border-radius: 26px;
  margin-left: -24px;
  margin-top: 23px;
  padding: 12px;
  width: 180px;
  }
.nav-language ul li a:hover {
  color: #FF6700;
  }
.bag-lang {
  background: rgba(190, 190, 182, 0.2);
  border-radius: 8px;
  color: #AAADB2;
  font-size: 16px;
  padding: 6px 8px;
  margin-right: 19px;
  }
.nav-language ul li a:hover .bag-lang {
  background-color: #FF6700;
  color: #ffffff;
  }
.contact-btn {
  background: transparent;
  border: 2px solid rgba(190, 190, 182, 0.2);
  }
.contact-btn:hover {
  background: #FF6700;
  color: #ffffff;
  border: none;
  }
.header-links-cont {
  align-items: normal;
  /* justify-content: space-between; */
  padding-bottom: 25px;
  }
.header-links-cont li .header-links{
  padding-bottom: 5px;
  text-align: center;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  }
  .header-links-link {
    padding-bottom: 15px;
  }
.header-links-cont li .header-links:hover{
  color: #FF6700;
}
.header-links-link {
  font-weight: 600;
}
.header-links .img-hide-tp {
  opacity: 0;
  position: absolute;
  top:15px;
}
.header-links .img-hide {
  opacity: 0;
  position: absolute;
  top: 0;
}
.header-links span:hover {
  color: #FF6700;
}
.header-links:hover .img-hide,  .header-links:hover .img-hide-tp {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.accordion-item span {
  border-bottom: 1.5px solid rgba(190, 190, 182, 0.2);
  width: 100%;
  padding: 20px 0px;
  margin-left: 20px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
.header-links .img-hide-tp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
/* reset */
.uk-offcanvas-bar {
  background: #fff;
  width: 350px;
  border-radius: 24px 0 0 24px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-close, .uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar button{
  color: #AAADB2;
}
.mobile-nav a, .mobile-nav button {
  font-family: 'Gilroy', sans-serif;
  position: relative;
}
.accordion-button::after {
  opacity: 0.5;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
  opacity: 0.5;
}
.accordion-body ul {
  padding-left: 50px!important;
}
.accordion-body ul a {
  font-size: 15px;
}
.mobile-nav .accordion-button {
  padding: 0!important;
}
.uk-offcanvas-close {
  padding: 15px;
}



@media (max-width: 1200px){
  .header-links-dropdown {
    left: 0;
  }
}



@media (max-width: 959px){
  .nav-top {
    padding: 0;
}
}





@media (max-width: 767px){
  .uk-navbar-left {
    width: 25%;
  }
  .header{
    height: 53px;
  }
  .header-links .img-hide-tp {
    opacity: 0;
    position: absolute;
    top: 15px;
}
  .ji-d-block{
    display: block;
  }
  .item li {
    padding: 8px 0;
  }
  .item a {
    transition: 0.3s;
    color: #898D94;
  }
  .item li {
    padding-left: 20px;
  }

  /**mobil menu**/
  .topnav{
    overflow: auto;
  }
  .hide-mobileMenu{
    display: none;
  }
  .lang-contact {
    padding-right: 15px;
  }
  .mobile-menu-animation{
    animation: mobileMenuAnimation .4s ease-in-out;
    height: 100vh;    
    position: fixed;
    top: 0;
    width: 95%;
    right: 0;
    background-color: #fff;
    padding-top: 53px;
    border-radius: 24px 0 0 24px;
  }
  .header-menu-mob {
    padding: 0 25px;
    margin-top: 40px;
  }
  @keyframes mobileMenuAnimation{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }  
  }
  .logo img {
    max-width: 55%;
  }
    /* Icon 1 */

  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
  }
    
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #AAADB2;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  /* Icon 3 */

  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
  }
    
  #nav-icon3 span:nth-child(4) {
    top: 18px;
  }

  #nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }

  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
  }
    
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
  }

  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #myLinks {
    position: fixed;
    height: 100%;
    z-index: 10;
    color: #bbb;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    font-family: 'Source Sans Pro', sans-serif;
  }
    
  #nav-icon3 {
    position: absolute;
    padding: 6px 10px 7px 10px;
    font-size: 1.3em;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
  }
    
  #uk-container { padding: 50px; }
    
  .overlay {
    background-color: rgba(0,0,0,0.7); 
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
  }
  .accordion-item {
    padding: auto;
  }
  .topnav{
    padding: 8px 16px;
  }

  .header-mobile {
    background-color: #fff;
  }  
  .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 40px;
  }
  .uk-accordion-title {
    display: flex;
  }
  .mobile-nav {
    margin-top: 20px;
  }
  .header-links::before {
    right: 0px;
  }

}


@media (max-width: 320px){
  .uk-accordion-title::before {
    right: 24px;
}
.header-links::before {
  right: 0px;
}
}