@media (min-width: 1231px) {
  header .header--main .navigation .menu-item-has-children {
    position: relative;
  }

  header .header--main .navigation .sub-menu {
    min-width: 200px;
    display: none;
    position: absolute;
    top: 16px;
    width: auto;
    background-color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 16%);
    z-index: 1;
  }

  header .header--main .navigation .sub-menu li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: 25px;
  }

  header .header--main .navigation .sub-menu .menu-item {
    display: block;
    padding: 0 9px;
  }

  header .header--main .navigation .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
  }

  header .header--main .navigation .menu-item-has-children:last-child .sub-menu .sub-menu a {
      white-space: unset;
      height: auto;
      padding: 3px 0;
  }

  header .header--main .navigation .menu-item-has-children:last-child .sub-menu .sub-menu {
    min-width: 182px;
  }

  header .header--main .navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

header .header--main .navigation .sub-menu {
  display: none;
}

@media (max-width: 1230px) {
  header .header--main .navigation ul a {
    border-top: 0;
  }

  header .header--main .navigation ul li {
    border-top: 1px solid #ffffff;
    padding-right: 30px;
  }

  header .header--main .navigation ul li:first-of-type {
    border-top: 0;
  }

  header .header--main .navigation ul a {
    display: inline-block;
  }

  header .header--main .navigation .menu-item-has-children {
    position: relative;
  }

  header .header--main .navigation .menu > .menu-item-has-children:after {
    position: absolute;
    top: 35px;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    background: url(../../src/images/down-arrow.svg);
    transition: transform 0.4s ease-out;
  }

  header
    .header--main
    .navigation
    .menu
    > .menu-item-has-children.active-submenu:after {
    transform: rotate(180deg);
  }

  header
    .header--main
    .navigation
    .menu
    .menu-item-has-children.active-submenu
    .sub-menu {
    display: block;
  }

  header .header--main .navigation .menu .menu-item-has-children li {
    border: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  header .header--main .navigation .menu .menu-item-has-children li a {
    padding: 10px 0;
    font-size: 20px;
  }

  header .header--main .navigation .menu-item-has-children.active-submenu {
    padding-bottom: 25px;
  }
}

@media (max-width: 1600px) and (min-width: 993px) {
  section#landing-banner .content {
    margin: 0 50px;
  }
}

@media (min-width: 1364px) {
  .slider-layout-5.slider--left-dark-fullwidth .slider--bg {
    background-size: cover !important;
    background-position: right center !important;
  }
}

input#gform_submit_button_1 {
  display: block;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #f57b31;
  padding: 11px 15px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    letter-spacing 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.gform_wrapper .chosen-container-single .chosen-single {
  border: 1px solid #d2d2d2 !important;
  border-radius: 0 !important;
  height: 39px !important;
  background: transparent !important;
  padding: 6px 15px 0 !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
}

input#gform_submit_button_1:hover {
  background: #00ab4e;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 70%);
}

textarea#input_1_4 {
  height: 160px;
  padding: 8px15px;
  resize: none;
  width: 100%;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #000000;
  background: #ffffff;
  padding: 0 15px !important;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  width: 100%;
  height: 39px;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #000000;
  background: #ffffff;
  padding: 0 15px !important;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.layout-content {
  padding-top: 40px;
  padding-bottom: 15px;
}

/*logoupdates*/
footer .subscribe .ctct-form-button {
  min-width: 128px;
  font-family: "Open Sans", sans-serif;
  height: 40px;
  font-size: 14px !important;
}
footer .seal--icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}
footer .seal--icons img {
  margin-left: 26px !important;
}
footer .seal--icons img:first-child,
footer .seal--icons img:nth-child(4) {
  margin-left: 0 !important;
}
footer .seal--icons img:first-child,
footer .seal--icons img:nth-child(2),
footer .seal--icons img:nth-child(3) {
  width: auto;
  height: auto;
  /* max-width: 80px; */
  max-width: 125px;
  margin-bottom: 32px;
}
footer .seal--icons img:nth-child(4),
footer .seal--icons img:nth-child(5) {
  width: auto !important;
  height: auto;
  /* max-width: 140px; */
  max-width: 204px;
}
footer .seal--icons img:nth-child(5) {
  margin-left: 17px !important;
}
@media (max-width: 768px) {
  footer .seal--icons {
    justify-content: flex-start !important;
  }
  footer .seal--icons img {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 16px !important;
    margin-bottom: 24px !important;
  }
  footer .subscribe .ctct-form-button {
    margin-top: 0 !important;
  }
}

/*footer update*/
footer .follow {
  margin-top: 51px;
}
footer .follow p {
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
  text-align: left !important;
  /* text-transform: uppercase; */
}
footer .follow--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
footer .follow--list a {
  display: block;
  margin-left: 36px;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
footer .follow--list a:first-of-type {
  margin-left: 0;
}
footer .follow .follow--list:hover a {
  opacity: 0.5;
}
footer .follow .follow--list a:hover {
  opacity: 1 !important;
}
footer .footer--details .item--mail-follow .subscribe {
  margin-bottom: 24px;
}

footer .link ul {
  display: flex;
  flex-wrap: wrap;
}

footer .link ul li {
  width: 50%;
}
footer .link ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
  padding: 12px 0;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
footer .footer--details .item--link {
  max-width: 450px;
}
footer .footer-container-max {
  max-width: 1200px;
}
@media (max-width: 992px) {
  footer .footer--details .item--mail-follow .subscribe #ctct_form_1 {
    justify-content: flex-start;
  }
  footer .footer--details .item--mail-follow .subscribe #email_address_field_1 {
    width: calc(100% - 128px);
    max-width: 208px;
    margin-right: 12px;
  }
  footer .footer--details .item--mail-follow .subscribe #email_address_1 {
    max-width: initial;
    width: 100%;
  }
}

#full-two-column a {
  color: #fff;
}

section#single-banner .content {
  max-width: 1190px;
}

@media (max-width: 1024px) {
  section#slider .item .slider--bg {
    position: relative;
    height: 300px;
    order: 2;
    background-size: contain !important;
  }
}

@media (max-width: 1230px) {
  header .header--main .navigation .donate {
    display: block;
    width: 100%;
  }

  header .header--main .navigation .donate a {
    width: 100%;
  }
}

/*31/01/2023 updates*/
body.page-id-2238 .photo-gallery {
  padding: 15px 0 60px;
}

@media (max-width: 640px) {
  body.page-id-2238 .photo-gallery {
    padding: 0 0 60px;
  }
}

/* updates 16/11/23 */
footer .seal--icons img:nth-child(4),
footer .seal--icons img:nth-child(5),
footer .seal--icons img:nth-child(6) {
  width: 125px!important;
  max-width: 125px!important;
}

@media only screen and (max-width: 462px) {
  footer .seal--icons img:nth-child(5) {
    margin-left: 0!important;
  }
}

.page-id-412 #layout-content-1 {
  padding-top: 0;
}