.header-wrapper {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}

.logo_wrap {
  width: 100px;
  height: auto;
}

.logo_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dwnload,
.iconC {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  box-shadow: 0px 0px 10px 0px #e3e3e3;
}

.fixHeader{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0, 0.5);
  padding: 6px 0px;
}

.fixHeader .logo_wrap{
  width: 70px;
}

.fixHeader .mid_head strong{
  font-size: 17px !important;
}

/* sidebar */

#sidebar {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 480px;
  margin: 0;
  top: 0;
  transition: all 400ms ease-in-out;
  z-index: 1;
}
.overlay{
  visibility: hidden;
}
.overlay.nav-slide{
  visibility: visible;
}
.nav-slide {
  overflow-x: hidden;
  overflow-y: auto;
  background: #8fc0c7;
  z-index: 999 !important;
}

.sideAppearFirst {
  transform: translateY(-100%);
  background: #8fc0c7;
  opacity: 0;
  min-height: 100%;
  padding-bottom: 5px;
  transition: all 700ms ease-in-out;
}

.sideAppearLast{
  transform: translateY(100%);
  background: #8fc0c7;
  opacity: 0;
  min-height: 55%;
  transition: all 1300ms ease-in-out;
}

.sideAppearFirst.active, .sideAppearLast.active{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sidebarTop{
  padding-bottom: 25px;
}

.closeMenu {
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  color: #4d7c83;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #4d7c83;
}

.sidenavLogo {
  width: 100px;
  padding-top: 20px;
  padding-left: 20px;
}
.closeMenu:hover {
  color: #fff;
  background-color: #4d7c83;
}
.overlay-content {
  padding: 15px 15px 0px;
}
.nav-item ul {
  display: none;
}
.nav-item {
  transition: 0.6s;
  position: relative;
  opacity: 0;
  /* transform: scale(0) translateY(-200%) scaleY(-1); */
  transform: translateX(-115%);
}

.nav-item.appear {
  opacity: 1;
  /* transform: scale(1) translateY(0%) scaleY(1); */
  transform: translateX(0);
}
.nav-item .menuTitle {
  line-height: 1;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  background: #4d7c83;
  padding: 14px 45px 14px 15px;
}
.nav-item .menuTitle:after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.6s;
  position: absolute;
  background-color: #326269;
}
.nav-item .menuTitle span:first-child {
  position: relative;
}
.nav-item .menuTitle span {
  z-index: 1;
}
.menuTitle.active:after,
.nav-item:hover .menuTitle:after {
  right: 0;
  width: 100%;
}
.toggleBtn {
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #004e59;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.toggleBtnM {
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #668e93;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.toggleBtn.active,
.toggleBtnM.active {
  transform: translateY(-50%) rotate(180deg);
}
.nav-item:not(:last-child) {
  margin-bottom: 25px;
  /* padding-bottom: 15px; */
  /* border-bottom: 3px double #fab1b1; */
}
.nav-item ul li {
  transition: all 0.5s;
  position: relative;
}
.nav-item ul li a {
  padding: 12px 15px;
  position: relative;
}
.nav-item ul li:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid #004e59;
}
.nav-item li a {
  display: block;
  font-size: 18px;
  color: #004e59;
  line-height: 1.2;
}
.nav-item li:hover a {
  color: #003036;
}

.eachMenuBox ul {
  background-color: #fff;
}

.eachMenuBox ul li ul {
  background-color: #004e59;
}

.eachMenuBox ul li ul li a,
.eachMenuBox ul li ul li a:hover {
  color: #fff !important;
}

.eachMenuBox ul li ul li:not(:last-child) {
  border-bottom: 1px solid #fff !important;
}

.eachMenuBox ul li ul li:hover {
  background-color: #4d7c83;
}
.pdfListWrap li a{
  position: relative;
  padding-right: 40px !important;
}
.pdfListWrap li a::after{
  position:absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f019";
  font-family: 'FontAwesome';
  font-size: 15px;
}
/* Inner page pagination */

.paginationWrap {
  display: flex;
  padding: 15px 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  background-color: #f4a24121;
}
.pagiNav {
  position: relative;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  /* padding: 10px 15px; */
  display: flex;
  z-index: 100;
  align-items: center;
  background-color: #004e59;
}
.pagiNav:before {
  width: 0px;
  height: 0px;
  content: "";
  z-index: 1;
  transition: 0.6s;
  position: absolute;
  animation-duration: 1.5s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.pagination i{
  color: #fff;
  font-size: 24px;
}

.pagiNav:hover {
  width: 300px;
}
.leftPagi {
  left: 0px;
  justify-content: flex-start;
}

.leftPagi a {
  text-align: right;
}

.leftPagi:before {
  left: -29px;
  border-right: 30px solid #004e59;
}
.rightPagi {
  right: 0px;
  justify-content: flex-end;
}
.rightPagi a {
  text-align: left;
  justify-content: end;
}
.rightPagi:before {
  right: -29px;
  border-left: 30px solid #004e59;
}

.pagiLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  z-index: 11;
  /* opacity: 0; */
  cursor: pointer;
  transition: ease-out 0.1s;
}

.pagiLink:before,
.pagiLink:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
.pagiLink:before {
  top: 0px;
  transform: translateY(10px);
}
.pagiLink:after {
  bottom: 0px;
  transform: translateY(-10px);
}
.pagination {
  top: 50%;
  position: absolute;
  transition: 0.6s;
  z-index: 11;
  color: #fff;
  font-size: 36px;
  width: 36px;
  opacity: 0.8;
}
.leftPagi .pagination {
  left: 0%;
  transform: translateX(calc(50% - 30px)) translateY(-50%);
}

.leftPagi .pagination img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(89%) saturate(7%)
    hue-rotate(298deg) brightness(111%) contrast(97%);
  animation: scrollanim 2s ease-in-out infinite;
}

@keyframes scrollanim {
  50% {
    transform: translateX(-6px);
  }
}

.rightPagi .pagination {
  right: 0px;
  transform: translateX(calc(50% + 10px)) translateY(-50%);
}

.rightPagi .pagination img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(89%) saturate(7%)
    hue-rotate(298deg) brightness(111%) contrast(97%);
  animation: scrollanim2 3s ease-in-out infinite;
}

@keyframes scrollanim2 {
  50% {
    transform: translateX(6px);
  }
}

.pagiText {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  font-size: 0;
}
.pagiNav:hover .pagiText {
  opacity: 1;
  /* transition: ease-in 0.9s; */
  visibility: visible;
  font-size: 14px;
}
.pagiLink:hover {
  opacity: 1;
}
.leftPagi:hover .pagination {
  transform: translate(-15px) translateY(-50%);
}
.rightPagi:hover .pagination {
  transform: translate(30px) translateY(-50%);
}

.leftPagi:hover .pagiText {
  padding-left: 10px;
}

.rightPagi:hover .pagiText {
  padding-right: 10px;
}

.currentPagi{
  height: 40px;
  background-color: #6da786;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.currentPagiTxt{
  color: #fff;
  text-align: center;
} 

.leftWrap{
  width: calc(100% - 320px);
  display: flex;
  justify-content: flex-end;
}

.rightWrap{
  width: calc(100% - 320px);
  display: flex;
  justify-content: flex-start;
}

.middleWrap{
  /* width:30%; */
  min-width: 320px;
}

/* Responsive */
.footer_section{
  padding-bottom: 50px;
}
.footerWidget{
  display: flex;
}
.footer_section{
  padding-bottom: 0px !important;
}
.footerWidget .footerIcon{
  background-color: #218794;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.footerWidget .footerContent{
  width: calc(100% - 60px);
  padding-left: 20px;
}
.footerBorder{
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom:40px;
}
.pdfList a{
  display: inline-block;
  padding: 20px 70px;
  background-color: #218794;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
.pdfList a::before{
  width: 45px;
  height: 50px;
  border-radius: 10px;
  content: "";
  background: url(../images/footer/pdf.png) no-repeat #fff center;
  background-size: 85%;
  position: absolute;
  top: -10px;
  left: -10px;
  box-shadow: 0px 0px 10px 0px #a9a9a9;
}

@media (max-width: 991px){
  .pagiText{
    display: none;
  }

  .pagiNav:hover{
    width: 40px;
  }

  /* .leftPagi:hover .pagination, .rightPagi:hover .pagination{
    transform: translateX(0);
  } */
}


@media (max-width: 767px){

  /* header */
  .logo_wrap {
    width: 70px;
  }

  .mid_head strong{
    font-size: 16px !important;
  }

  .dwnload, .iconC {
    padding: 6px;
    width: 40px;
    height: 40px;
  }

  .nav-item .menuTitle{
    font-size: 20px;
  }

  .nav-item ul li a {
    font-size: 17px;
    padding: 10px;
  }

  .toggleBtn, .toggleBtnM {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

@media (max-width: 575px){

  /* sidebar */

  .nav-item .menuTitle {
    padding: 10px 40px 10px 12px;
    font-size: 18px;
  }

  .nav-item:not(:last-child) {
    margin-bottom: 18px;
  }

  .nav-item ul li a {
    font-size: 15px;
    padding: 8px;
  }

  .paginationWrap{
    gap: 12px;
  }

  .leftPagi:before {
    left: -23px;
  }

  .pagiNav:before {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
  }

  .rightPagi:before {
    right: -23px;
  }

  .pagination i {
    font-size: 20px;
  }

  .leftPagi .pagination {
    transform: translateX(calc(50% - 24px)) translateY(-50%);
  }

  .rightPagi .pagination {
    transform: translateX(calc(50% + 5px)) translateY(-50%);
  }

}
#mobile-nav{
  overflow: auto;
}