.header .container{
  max-width: 95%;
}
.header{
  box-shadow: 0px 0px 11px -2px #ccc;
}
/*
.overlay {
  position: fixed;
  background: #ffffffc9;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 91;
  backdrop-filter: blur(2px);
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open ul{
  width: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: .60s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 1s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 1.10s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: 1.20s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: 1.30s;
}
.overlay.open li:nth-of-type(10) {
  animation-delay: 1.40s;
}
.overlay.open li:nth-of-type(11) {
  animation-delay: 1.50s;
}
.overlay.open li:nth-of-type(12) {
  animation-delay: 1.60s;
}
.overlay.open li:nth-of-type(13) {
  animation-delay: 1.60s;
}
.overlay.open li:nth-of-type(14) {
  animation-delay: 1.70s;
}
.overlay.open li:nth-of-type(15) {
  animation-delay: 1.60s;
}
.overlay.open li:nth-of-type(16) {
  animation-delay: 1.70s;
}
.overlay.open li:nth-of-type(17) {
  animation-delay: 1.60s;
}
.overlay.open li:nth-of-type(18) {
  animation-delay: 1.70s;
}
.overlay.open li:nth-of-type(19) {
  animation-delay: 1.70s;
}
.overlay.open li:nth-of-type(20) {
  animation-delay: 1.70s;
} */
.overlay.open{
  padding-top: 100px;
}
.overlay nav {  
  position: relative;
  /* height: 70%; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  overflow: auto;
  height: 100vh;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  padding: 50px;
  padding-bottom: 0px;
  overflow: hidden;
  column-count: 3;
  padding-top: 20px;
}
.dnLink{
  position: relative;
}
.dnLink::after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: "\f019";
  font-family: FontAwesome;
  transform: translateY(-50%);
  font-size: 14px;
}
.overlay ul li:not(:last-child){
  margin-bottom: 10px;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  text-align: left;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #00a651;
  text-decoration: none;
  overflow: hidden;
  line-height: 24px;
  padding: 10px 20px;
  transition: 0.8s all;
  background-color: #fff;
  font-weight: 600;
  box-shadow: 0px 0px 6px -2px #cecece;
}
.overlay ul li a span{
  z-index: 12;
  position: relative;
}
.overlay ul li a::before{
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #f19015;
  transition: 1s;
  z-index: 0;
}
.overlay ul li a:hover:before, .overlay ul li a:focus:before, .overlay ul li a:active:before {
  width: 100%;
}
.overlay ul li a:hover{
  color: #fff;
}
.overlay-menu{
  overflow: auto;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.humburgerIcon{
  position: relative;
  z-index: 99;
}

.menuToggle.open.active {
  position: fixed;
  top: 25px;
  right: 15px;
}
.header.fixedHeader {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 91;
}
.close_btn{
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  color: #000000;
  transition: 0.5s;
  cursor: pointer;
}
.close_btn:hover{
  color: #b66b00;
}
.sub_menu ul{
  padding-top: 0px;
}
.sub_menu ul li ul{
  column-count: 1;
  padding: 10px 0;
  padding-right: 5px;
}
.over_lay {
  position: fixed;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 500ms cubic-bezier(0.69, -0.59, 0.46, 1.94);
  z-index: 999;
  top: 0;
  backdrop-filter: blur(5px);
}
.list_items_container {
  position: fixed;
  width: 500px;
  height: 100%;
  right: -500px;
  top: 0px;
  background-color: #efe7cf;
  transition: 400ms cubic-bezier(0.69, -0.59, 0.46, 1.94);
  z-index: 999;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.list_items_container p {
  width: 100%;
  background: #fff;
  margin: 0px;
  padding: 15px 0px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: lighter;
}
.list_items_container p:hover {
  cursor: pointer;
  box-shadow: 0px 1px 4px #000;
}
.list_items_container .list_box a {
  display: inline-block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  padding: 8px 0px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(0 0 0 / 70%);
  transition: 500ms cubic-bezier(0.69, -0.59, 0.46, 1.94);
  padding-left:55px;
  position: relative;
}
.list_items_container .list_box a::before{
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  top: 14px;
  left: 30px;
  background: url(../images/dot.png) no-repeat;
  background-size: 100%;
}
.list_items_container .list_box a:hover{
  color: #b66b00;
}
.list_items_container .list_box h4{
  color:#f37021
}
.iinerLogo a{
  display: block;
  width: 260px;
  padding: 30px;
}
.iinerLogo{
  margin-bottom: 20px;
  border-bottom: 4px solid #000;
}
.menuList{
  overflow: auto;
  display: block;
  height: calc(100% - 110px);
  padding-bottom: 30px;
}
.list_box{
  margin-bottom: 30px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f37021; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f08a4a; 
}
.menuList::-webkit-scrollbar-track {
  background:transparent; 
}
.menuList::-webkit-scrollbar-thumb {
  background:transparent; 
}
.menuList::-webkit-scrollbar-thumb {
  background:transparent; 
}


/*--breadcubms start--*/
.breadcrumbSec{
  background-color: #242056;
}
.breadcrumb{
  margin-bottom: 0px;
  padding: 10px 28px;
  text-align: center;
  /* justify-content: center; */
  background-color: transparent;
}
.title__link a{
  color: #fff;
}
.breadcrumb-item.active{
  color: #f36f21;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #9da1a5;
}

/*--page nav--*/
.pageNav .navBtn{
  width: 180px;
  height: 50px;
  background-color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-family: verdana;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.pageNav .navBtn:before,
.pageNav .navBtn:after,
.pageNav .navBtn span:before,
.pageNav .navBtn span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f36d1d;
  transition: 1s;
  mix-blend-mode: hue;
  z-index: -1;
}

.pageNav .navBtn:before {
  top: -2px;
  left: -2px;
}
.pageNav .navBtn:after {
  top: -2px;
  right: -2px;
}
.pageNav .navBtn span:before {
  bottom: -2px;
  left: -2px;
}
.pageNav .navBtn span:after {
  bottom: -2px;
  right: -2px;
}
.pageNav .navBtn:hover{
  color:#f36d1d ;
}
.pageNav .navBtn:hover:before,
.pageNav .navBtn:hover:after,
.pageNav .navBtn:hover span:before,
.pageNav .navBtn:hover span:after {
  width: calc(180px / 2);
  height: calc(50px / 2);
}
.pageNav{
  background-color: #242056;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
.pageNav .navBtn span{
  display: block;
  background-color: #242056;
}