::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #E4FCFA;
}

::-webkit-scrollbar-thumb {
  background: #076962;
}

::-webkit-scrollbar-thumb:hover {
  background: #04312E;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  position: fixed;
  backdrop-filter: blur(5px);
  padding-top: 80px;
  transform: translateY(105%);
  transition: 0.5s;

  .mainMenuWrap {
    padding: 50px;
    background-color: #293949;
    height: 100%;
    border-radius: 50px 50px 0 0;
    border-top: 4px solid var(--orangeBg);

    .mainMenuWrap_area {
      flex-wrap: wrap;
      border-bottom: 1px solid #7e7e7e;
      padding-bottom: 30px;

      .mainMenuWrapInner {
        width: 33.33%;
        flex: 0 0 auto;
        padding-right: 40px;

        h2 {
          &::before {
            width: 40px;
            height: 2px;
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            background-color: var(--orangeBg);
          }

          &::after {
            width: 70px;
            height: 2px;
            position: absolute;
            content: "";
            bottom: 7px;
            left: 0;
            background-color: var(--orangeBg);
          }
        }

        &:not(:first-child) {
          & .menuList {
            & li {
              a {
                padding-right: 40px;
                position: relative;

                &::after {
                  position: absolute;
                  content: "\f019";
                  font-family: "FontAwesome";
                  right: 15px;
                  top: 4px;
                  font-size: 12px;
                }
              }
            }
          }
        }

        .menuList {
          display: block;
          overflow: auto;
          height: 400px;

          li {
            margin: 15px 0;

            &:first-child {
              margin-top: 0px;
            }

            a {
              display: block;
              position: relative;
              color: #ffffff;
              line-height: 1.2;
              font-weight: 300;
              letter-spacing: 1px;

              span {
                &.hover-text {
                  display: none;
                }
              }

              &:hover {
                color: #1abc9c;
              }
              
            }
            &.active-page{
              a{
                color: #1abc9c;
                font-weight: 500;
              }                
            }
          }
        }
      }
    }
  }

  &.sideMenu {
    transform: translateY(0%);
  }
}

.menuDisclaimerTxt {
  h2 {
    &::before {
      width: 40px;
      height: 2px;
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      background-color: var(--orangeBg);
    }

    &::after {
      width: 70px;
      height: 2px;
      position: absolute;
      content: "";
      bottom: 7px;
      left: 0;
      background-color: var(--orangeBg);
    }
  }
}

.closeNav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  top: 56px;
  font-size: 20px;
  box-shadow: 0px -3px 1px 2px var(--orangeBg);
  transition: 0.5s;
  z-index: 2;

  &:hover {
    background-color: #076962;
    color: #fff;
  }
}

.breadcrumb {
  background-color: #076962;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 13px;
}

.menuToggleBtn {
  margin-left: 40px;

  .barsIcon {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #0E8281;

    span {
      height: 2px;
      width: 25px;
      border-radius: 5px;
      display: inline-block;
      background-color: #fff;

      &.bar1 {}

      &.bar2 {
        margin: 5px 0;
      }

      &.bar3 {}
    }
  }
}

.sideMenuWrap {
  overflow: hidden;
}

.menuList {
  display: none;
}

/* sticky header */

.is-sticky, .home.is-sticky {
  .header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px -3px 18px 1px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.35s ease-out;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;

    .headerInn {
      padding: 0px;
      .headLogo {
        width: 200px;
      }

      .headRight {
        .headerDwnldBtn {
          a {
            font-size: 18px;

            img {
              width: 40px;
            }
          }
        }

        .menuToggleBtn {
          margin-left: 25px;

          .barsIcon {
            width: 40px;
            height: 40px;
          }
        }
      }
    }
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}


/* pagination section start */

.pagiSec {
  padding: 30px 50px;
  background-color: #f9fff5;
  border-top: 1px solid #caedd5;
  border-bottom: 1px solid #caedd5;
}

.pagiSecUl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.pagiSecUl li {
  height: 50px;
  padding: 5px 15px;
  min-width: 300px;
  max-width: 350px;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}

.pagiSecUl li a,
.pagiSecUl li span {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 4px;
  font-weight: normal;
}

.pagiSecUl li a {
  width: 100%;
  height: 100%;
}

.pagiSecUl li:first-child {
  border-radius: 30px 0px 0px 30px;
  background-color: #f78f35;
}

.pagiSecUl li:nth-child(2) {
  border-radius: 0px;
  background-color: #219e82;
}

.pagiSecUl li:nth-child(3) {
  border-radius: 0px 30px 30px 0px;
  background-color: #f78f35;
}

.pagiSecUl>li>a>span {
  transition: 0.6s;
  color: #ffffff;
}

.leftDir a,
.rightDir a {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.currDir {
  position: relative;
}

.currDir span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.title {
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  align-items: center;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}

.leftDir:hover .title {
  transform: translateY(-50%) translateX(-100%);
  animation: fade 0.5s;
  opacity: 0;
}

.rightDir:hover .title {
  transform: translateY(-50%) translateX(100%);
  animation: fade 0.5s;
  opacity: 0;
}

.direction {
  top: 50%;
  width: 20px;
  display: flex;
  position: absolute;
  align-items: center;
}

.leftDir .direction {
  left: 0;
  transform: translateX(10px) translateY(-50%);
}

.rightDir .direction {
  right: 0;
  transform: translateX(-10px) translateY(-50%);
}

.leftDir:hover .direction {
  transform: translateX(-100%) translateY(-50%);
}

.rightDir:hover .direction {
  transform: translateX(100%) translateY(-50%);
}

.description {
  opacity: 0;
  display: flex;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: calc(100% -20px);
}

.leftDir .description {
  transform: translateX(100%);
}

.rightDir .description {
  transform: translateX(-100%);
}

.leftDir:hover .description,
.rightDir:hover .description {
  transform: translateX(0px);
  opacity: 1;
}


.pageNav {
  position: fixed;
  top: 50%;
  transition: 0.5s;
  transform: translateY(-50%);
  z-index: 30;

  .NavInner {
    a {
      display: flex;
      align-items: center;
      padding: 7px;
      gap: 15px;
      background-color: #feca4f;
      backdrop-filter: blur(10px);
      box-shadow: 0px 2px 10px 0px #9b9b9bb0;
      width: 230px;
      justify-content: space-between;

      .Navtxt {
        color: #000;
        line-height: 18px;
        width: calc(100% - 50px);
      }

      .arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0E8281;
        color: #fff;
        font-size: 16px;
      }
    }
  }

  &.prevPageNav {
    left: -175px;

    &:hover {
      left: 0;
    }

    .NavInner {
      a {
        border-radius: 0 30px 30px 0;

        .arrow {
          i {
            transform: rotate(180deg);
          }
        }
      }
    }
  }

  &.nextPageNav {
    right: -175px;

    &:hover {
      right: 0;
    }

    .NavInner {
      a {
        border-radius: 30px 0px 0px 30px;
      }
    }
  }
}

/* pagination section end */

/* sticky menu */

.stickyMenuBtn {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.1s;
  z-index: 199;

  &.active {
    /* display: block; */
    visibility: visible;
    opacity: 1;

    .menuToggleBtn {
      margin-left: 0;

      .barsIcon {
        width: 55px;
        height: 55px;
        border-radius: 2px 0px 0px 35px;
        gap: 1px;
        padding: 18px 15px;
        align-items: unset;
        justify-content: unset;
      }
    }
  }
}

/* scroll to top */
.go2Top {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(255, 106, 13) 30%, rgb(248, 165, 27) 100%);
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 20px;
  box-shadow: 0px 0px 17px 0px #0000066e;
  cursor: pointer;
  z-index: 199;
  transition: all 0.5s;
  animation: jump 1s ease-in-out infinite;

  &.show {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
  }

  &:hover {
    background: linear-gradient(90deg, rgb(255, 106, 13) 100%, rgb(248, 165, 27) 100%);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}


/* Responsive */
@media screen and (max-width:1820px) {
  .overlay {
    & .mainMenuWrap {
      & .mainMenuWrap_area {
        padding-bottom: 10px;
        & .mainMenuWrapInner {
          .menuList {
            height: 275px;
          }
          .fz_30 {
              font-size: 22px !important;
          }
          .pb_20 {
              padding-bottom: 14px !important;
          }
          & h2 {
              &::before {
                  height: 1px;
              }
              &::after {
                  height: 1px;
              }
          }
          & .menuList {
            & li {
                margin: 10px 0;
                a {
                    font-size: 17px;
                }
            }
          }
        }
      }
    }
    .menuDisclaimerTxt {
      .fz_30 {
          font-size: 22px !important;
      }
      .pt_30 {
          padding-top: 14px !important;
      }
      .pb_20 {
          padding-bottom:11px !important;
      }
      .mb_25 {
          margin-bottom: 15px !important;
      }
      h2{
        &::before {
            height: 1px;
        }
        &::after {
            height: 1px;
        }
      }
    }
  }
}

@media screen and (max-width: 1366px) {
  .overlay {
    & .mainMenuWrap {
      overflow: auto;

      & .mainMenuWrap_area {
        & .mainMenuWrapInner {
          .menuList {
            height: 265px;
          }          
        }
      }
    }
  }

  header {
    .headerInn {
      .headLogo {
        width: 188px;
      }

      .headRight {
        .headerDwnldBtn {
          a {
            img {
              width: 38px;
              margin-right: 8px;
            }

            .imgTag {
              font-size: 17px;
            }
          }
        }

        .menuToggleBtn {
          .barsIcon {
            width: 38px;
            height: 38px;

            span {
              height: 2px;
              width: 20px;
            }
          }
        }
      }
    }
  }

  .is-sticky {
    .header {
      .headerInn {
        .headLogo {
          width: 170px;
        }

        .headRight {
          .headerDwnldBtn {
            a {
              img {
                width: 35px;
              }

              .imgTag {
                font-size: 16px;
              }
            }
          }

          .menuToggleBtn {
            .barsIcon {
              width: 35px;
              height: 35px;
            }
          }
        }
      }
    }
  }

  .pageNav {
    & .NavInner {
      & a {
        .arrow {
          width: 32px;
          height: 32px;
          font-size: 14px;
        }
      }
    }
  }
}

@media screen and (max-width: 1200px) {

  .pagiSecUl li a,
  .pagiSecUl li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1160px) {
  .overlay {
    .mainMenuWrap {
      padding: 50px 30px 30px 30px;

      .mainMenuWrapInner {
        h2.fz_30 {
          font-size: 24px !important;
        }
      }
    }
  }

  .menuDisclaimerTxt {
    h2.fz_30 {
      font-size: 24px !important;
    }
  }
}

@media screen and (max-width:991px) {
  .overlay {
    & .mainMenuWrap {
      & .mainMenuWrap_area {
        flex-wrap: wrap;
        border-bottom: none;
        padding-bottom: 10px;

        .mainMenuWrapInner {
          width: 100%;
          padding-right: 0px;

          .menuList {
            height: auto;
            overflow: inherit;
          }

          & h2 {
            margin-bottom: 15px !important;
            padding-bottom: 15px !important;
            border-bottom: 1px solid var(--orangeBg);

            &::before {
              width: auto;
              height: auto;
              position: absolute;
              content: "\f078";
              font-family: "FontAwesome";
              bottom: auto;
              top: 5px;
              font-size: 16px;
              left: auto;
              right: 0;
              background-color: transparent;
              transition: 0.5s;
            }

            &::after {
              display: none;
            }
          }

          &:last-child {
            h2 {
              margin-bottom: 0px;
            }
          }
        }
      }

      .menuDisclaimerTxt {
        padding-top: 10px !important;
      }
    }
  }

  .overlay {
    & .mainMenuWrap {
      & .mainMenuWrap_area {
        & .mainMenuWrapInner {
          h2.active {
            &:before {
              transform: rotate(180deg);
            }
          }

          .menuList {
            display: none;
          }
        }
      }
    }
  }

  .breadcrumb {
    flex-wrap: inherit;
  }

  .header {
    .containerMax {
      padding-right: 0;
    }
  }

  /* pagination start */

  .pagiSec {
    padding: 30px;
  }

  .pagiSecUl li {
    min-width: 180px;
    max-width: 250px;
  }

  .pagiSecUl li a,
  .pagiSecUl li span {
    font-size: 13px;
  }

  /* pagination end */
}

@media screen and (max-width:991px) {
  .imgTag {
    display: none !important;
  }

  .menuToggleBtn {
    margin-left: 10px;
  }

  .is-sticky {
    & .header {
      & .headerInn {
        & .headRight {
          .menuToggleBtn {
            margin-left: 10px;
          }
        }
      }
    }
  }

  .stickyMenuBtn {
    &.active {
      .menuToggleBtn {
        .barsIcon {
          width: 45px;
          height: 45px;
          padding: 13px;
          align-items: unset;
          justify-content: unset;
        }
      }
    }
  }
}

@media (max-width: 768px) {

  /* pagination start */

  .pagiSecUl li a,
  .pagiSecUl li span {
    padding: 5px 4px;
    font-size: 13px;
  }

  .pagiSecUl li:first-child,
  .pagiSecUl li:nth-child(3) {
    min-width: 80px;
    max-width: 80px;
  }

  .pagiSecUl li a {
    position: relative;
  }

  .pagiSecUl li a span {
    opacity: 0;
  }

  .pagiSecUl li:first-child a::after {
    content: "\f100";
    font-family: fontawesome;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    animation: scrollanim 2s ease-in-out infinite;
  }

  .pagiSecUl li:nth-child(3) a::after {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    animation: scrollanim1 2s ease-in-out infinite;
  }

  @keyframes scrollanim {
    50% {
      transform: translateX(-20px);
    }
  }

  @keyframes scrollanim1 {
    50% {
      transform: translateX(5px);
    }
  }

  .leftDir:hover .description,
  .rightDir:hover .description {
    opacity: 0;
    visibility: hidden;
  }

  .pageNav {
    & .NavInner {
      & a {
        .arrow {
          width: 30px;
          height: 30px;
        }
      }
    }

    &.nextPageNav {
      right: -190px;
    }

    &.prevPageNav {
      left: -190px;
    }
  }

  .pageNav {
    &.prevPageNav {
      left: -190px;

      &:hover {
        left: -190px;
      }
    }

    &.nextPageNav {
      right: -190px;

      &:hover {
        right: -190px;
      }
    }
  }


  header {
    & .headerInn {
      & .headRight {
        padding-right: 20px !important;
      }
    }
  }

  /* pagination end */
}

@media (max-width: 767px) {
  header {
    .headerInn {
      .headLogo {
        width: 200px;
      }
    }
  }

  .is-sticky {
    .header {
      .headerInn {
        .headLogo {
          width: 170px;
        }
      }
    }
  }
}

@media (max-width: 575px) {

  /* pagination start */

  .pagiSecUl li:first-child,
  .pagiSecUl li:nth-child(3) {
    min-width: 65px;
    max-width: 65px;
  }

  .pagiSecUl {
    gap: 10px;
  }

  /* pagination end */
}

@media screen and (max-width:480px) {
  header {
    & .headerInn {
      .headLogo {
        width: 185px;
      }
    }

    .containerMax {
      padding-right: 5px;
      padding-left: 5px !important;
    }

    & .headerInn {
      .headRight {
        width: auto;
      }
    }

    .menuToggleBtn {
      .barsIcon {
        width: 35px;
        height: 35px;

        span {
          height: 2px;
          width: 18px;

          &.bar2 {
            margin: 4px 0;
          }
        }
      }
    }

    & .headerInn {
      & .headRight {
        & .headerDwnldBtn {
          & a {
            img {
              width: 35px;
              margin-right: 0px;
            }
          }
        }
      }
    }
  }

  .is-sticky {
    .header {
      .headerInn {
        .headLogo {
          width: 150px;
        }

        .headRight {
          .headerDwnldBtn {
            a {
              img {
                width: 32px;
              }
            }
          }

          .menuToggleBtn {
            .barsIcon {
              width: 32px;
              height: 32px;
            }
          }
        }
      }
    }
  }

  .breadcrumb {
    padding: 7px 10px;
  }
}