header {
  line-height: 1.175;
}

.logo-section p {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  padding-top: 110px;
}

.site-header {
  background: var(--white);
  /* border-top: 3px solid var(--primary); */
  height: 110px;
  padding: 0 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 5;
  box-shadow: 0px 0 5px #0000002e;
  font-family: var(--font-secondary);
}

.header-wrapper {
  display: flex;
  width: 100%;
}

.logo-section img {
  /* width: 100px;
  height: 100px; */
  width: 110px;
  height: 110px;
}

.menu-search-section {
  display: flex;
  /* justify-content: space-around; */
  justify-content: flex-end;
  flex: 1;
  align-items: flex-end;
  margin-bottom: 9px;
}

/* .menu-section {
  margin-left: 50px;
}
 */

.menu-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.menu-section li:not(:last-child) {
  margin-right: 20px;
}

.menu-section a {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--primary);
  position: relative;
  font-weight: 400;
}

/* .menu-search-section .menu-section a.nav-link {
  padding: 0;
}
 */

.menu-section a:hover,
.menu-search-section .menu-section a.active {
  color: var(--pale-1);
}

.menu-search-section .menu-section a.active {
  font-weight: 700;
}

.menu-section a::after {
  content: "";
  position: absolute;
  top: 100%;
  /* width: 100%; */
  height: 3px;
  transition: all 0.2s ease;
  background: var(--pale-1);
  display: block;
  width: 0;
  border: none;
  margin: 0;
}

.menu-section a:hover::after {
  width: 100%;
}

.right-section {
  /* margin: 0 0 6px auto; */
  /* margin: 0 0 0 15px; */
  margin: 0 0 4px 15px;
}

/*social share*/
.social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.social-media li:not(:last-child) {
  margin-right: 20px;
}

.social-media a {
  background: url(../img/social_media_header.png);
  /* width: 24px;
  height: 20px;
 */
  width: 21px;
  height: 19px;
  transition: all 0.25s;
  display: block;
  background-position: 0 -1px;
  font-size: 0;
  color: #000;
}

.social-media-footer a {
  color: #fff;
}

.path-frontpage:not(.header-animated) header .social-media a {
  color: #fff;
}

.social-media a:hover {
  background-position: 0 -35px;
}

.social-media .insta a {
  background-position: -43px 0;
  width: 21px;
  height: 21px;
}

.social-media .insta a:hover {
  background-position: -43px -35px;
}

.social-media .fb a {
  background-position: -83px 0;
  width: 12px;
  height: 22px;
}

.social-media .fb a:hover {
  background-position: -83px -34px;
}

.social-media .linkedin a {
  background-position: -114px -1px;
  width: 21px;
  height: 20px;
}

.social-media .linkedin a:hover {
  background-position: -114px -35px;
}

/*search*/


.search-area {
  /* margin-top: 15px; */
  /* margin-top: 22px; */
  margin-top: 21px;
  position: relative;
}

.search-area input {
  height: 30px;
  padding-right: 30px;
}

.search-area .button {
  border: none;
  /* background: url(../img/search_header.png) no-repeat center center; */
  background: url(../img/search_header.svg) no-repeat center center;
  /* width: 15px;
  height: 15px;
 */
  width: 18px;
  height: 20px;
  transition: all 0.25s;
  padding: 0;

  font-size: 0;
  background-color: transparent;
  outline: none;
  z-index: 1;
  position: relative;
}

.search-area .button:hover {
  /* background: url(../img/search_header_hover.png) no-repeat center center; */
  background: url(../img/search_header_hover.svg) no-repeat center center;
}

.logo-section .cls-2 {
  fill: var(--primary);
}

.search-area>div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-area .form-search {
  position: absolute;
  /* z-index: -1; */
  right: -7px;
  top: -3px;
  border: 1px solid var(--pale-2);
  border-radius: 0;
  opacity: 0;
  transition: all .4s ease;
  width: 0;
  overflow: hidden;
  outline: none;
  box-shadow: none;
}

.searchActive .form-search {
  opacity: 1;
  width: 200px;
}

.search-area p {
  margin: 0;
}

.search-area .search-block-form {
  margin-right: 20px;
  position: relative;
}

/****************************** temp code for disable search  ******************************/
/* .search-area .search-block-form::after {
  content: "";
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
 */

/****************************** temp code for disable search  ******************************/

header #block-donate a {
  display: inline-block;
  padding: 3px 10px;
  color: var(--white);
  background-color: var(--pale-1);
  font-size: 14px;
  /* line-height: 13px; */
  line-height: 14px;
  border: 1px solid var(--pale-1);
  border-radius: 3px;
  text-transform: uppercase;
}

header #block-donate a:hover {
  color: var(--pale-1);
  background-color: var(--white);
}

.custom-search-icon {
  border: none;
  /* background: url(../img/search_header.png) no-repeat center center; */
  background: url(../img/search_header.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  /* transition: all 0.25s; */
  padding: 0;
  font-size: 0;
  background-color: transparent;
  outline: none;
  z-index: 1;
  position: relative;
  margin: 0;
  margin-left: 15px;
  cursor: pointer;
  display: none;
}

.custom-search-icon:hover {
  /* background-image: url(../img/search_header_hover.png); */
  background-image: url(../img/search_header_hover.svg);
}

.searchActive .custom-search-icon {
  /* background-image: url(../img/close_.search.png); */
  background-image: url(../img/Close_search_header_active.svg);
}

.searchActive .custom-search-icon:hover {
  opacity: .7;
}

/* @media screen and (min-width: 991px) { */
@media screen and (min-width: 1025px) {
  .custom-search-icon {
    display: block;
  }

  .search-area .search-block-form>form {
    justify-content: flex-end;
  }

  .search-area .search-block-form {
    position: absolute;
    top: calc(100% + 29px);
    right: 0;
    margin: 0;
    overflow: hidden;
    width: 0;
    transition: width .4s ease 0s, opacity .4s ease .3s;
    border: 1px solid var(--pale-2);
    opacity: 0;
  }

  .searchActive .search-block-form {
    width: 300px;
    opacity: 1;
    transition: width .4s ease 0s, opacity .4s ease 0s;
  }

  .right-section .search-area .form-search {
    width: 300px;
    height: 44px;
    position: static;
    opacity: 1;
    border: none;
  }

  header .search-area .button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*home page*/
.path-frontpage {
  padding-top: 0;
}

.path-frontpage:not(.header-animated) .site-header {
  background: transparent;
  box-shadow: none;
  /* background: linear-gradient(180deg, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0.10127801120448177) 51%, rgba(0,0,0,0) 80%); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 80%);
}

.path-frontpage:not(.header-animated) .menu-section a {
  color: var(--white);
}

.path-frontpage:not(.header-animated) header #block-donate a {
  color: var(--pale-1);
  background: var(--white);
  border: transparent;
}

.path-frontpage:not(.header-animated) header #block-donate a:hover {
  color: var(--white);
  background: var(--pale-1);
}

.path-frontpage:not(.header-animated) .custom-search-icon {
  /* background-image: url(../img/search_header_home.png); */
  background-image: url(../img/search_white_header.svg);
}

.path-frontpage:not(.header-animated) .custom-search-icon:hover {
  opacity: .7;
}

.path-frontpage:not(.header-animated) .social-media a {
  background-image: url(../img/social_media_home.png);
}

.path-frontpage:not(.header-animated) .searchActive .custom-search-icon {
  /* background-image: url(../img/home_close.png); */
  background-image: url(../img/Close_search_header.svg);
}

.path-frontpage:not(.header-animated) .region-custom-header-logo svg {
  opacity: 0;
}

.path-frontpage:not(.header-animated) .region-custom-header-logo a {
  display: block;
  background: url(../img/home_header_logo-01.svg) no-repeat center center;
  background-size: contain;
}

/*submenu*/
.menu-section .dropdown-menu {
  left: 0;
  border: none;
  border-radius: 0;
  padding: 25px 10px 10px;
  margin: 0;
  min-width: 200px;
  position: absolute;
  display: block;
  top: calc(100% + 25px);
  opacity: 0;
  visibility: hidden;
  transition: all .25s;
  background: transparent;
}

.menu-section .dropdown-menu:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: calc(100% - 15px);
  background: var(--white);
  z-index: -1;
  box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
}

.menu-section .dropdown-menu .nav-item {
  margin-right: 0;
}

.menu-section .dropdown-menu a {
  text-transform: none;
  color: var(--primary) !important;
  padding: 8px 0;
  background: transparent;
}

/* new changes  */
.menu-section .dropdown-menu:after {
  background: rgba(0, 0, 0, .7);
}

/* .menu-section .dropdown-menu a {
  color: #fff !important;
}
 */

.toggler {
  font-size: 0;
}

/* social-media icons change */
.social-media a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: none !important;
}

/* banner-overlay-header */
.path-frontpage:not(.header-animated) header .social-media .twitter a {
  background-image: url(../img/social-media/home-twitter.svg);
}

.path-frontpage:not(.header-animated) header .social-media .insta a {
  background-image: url(../img/social-media/home-instagram.svg);
}

.path-frontpage:not(.header-animated) header .social-media .fb a {
  background-image: url(../img/social-media/home-facebook.svg);
}

.path-frontpage:not(.header-animated) header .social-media .linkedin a {
  background-image: url(../img/social-media/home-linkedin.svg);
}

/* static-header */
.social-media .twitter a {
  background-image: url(../img/social-media/twitter.svg);
}

.social-media .insta a {
  background-image: url(../img/social-media/instagram.svg);
}

.social-media .fb a {
  background-image: url(../img/social-media/facebook.svg);
}

.social-media .linkedin a {
  background-image: url(../img/social-media/linkedin.svg);
}

/* footer */
.social-media-footer .twitter a {
  background-image: url(../img/social-media/footer-twitter.svg);
}

.social-media-footer .insta a {
  background-image: url(../img/social-media/footer-instagram.svg);
}

.social-media-footer .fb a {
  background-image: url(../img/social-media/footer-facebook.svg);
}

.social-media-footer .linkedin a {
  background-image: url(../img/social-media/footer-linkedin.svg);
}

/* hover  */
.social-media .twitter a:hover {
  background-image: url(../img/social-media/twitter_hover.svg) !important;
}

.social-media .insta a:hover {
  background-image: url(../img/social-media/instagram_hover.svg) !important;
}

.social-media .fb a:hover {
  background-image: url(../img/social-media/facebook_hover.svg) !important;
}

.social-media .linkedin a:hover {
  background-image: url(../img/social-media/linkedin_hover.svg) !important;
}

/* social-media icons change */

/* temp************************* */
/* header #block-donate {
  display: none;
} */

@media screen and (max-width: 1024px) {
  body .right-section .search-area .form-search {
    /* width: 270px; */
    width: 189px;
  }

  body .search-area .search-block-form {
    margin-right: 0;
  }
}

/* temp************************* */
