hr.mega-line {
  margin: 15px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  width: 67%;
}

/* =========== Navigation ============ */

nav.nav {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 999;
  height: 100px;
  line-height: 100px;
}

.homeLogo {
  min-width: 145px;
}

div.site-navigation.indexLike {
  width: 100%;
}

nav.nav.indexLike {
  position: relative;
}

li.mainItem {
  margin-right: 20px;
}

.nav .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.wrapper .logo a {
  font-size: 3rem;
  color: var(--pbmit-white-color);
  ;
}

.wrapper .nav-list {
  display: inline-flex;
}


.nav-list li i {
  /*color: var(--pbmit-white-color);*/
  font-size: 14px;
  font-weight: 600;
  color: #c0c0c0;
}

.nav-list a {
  color: var(--pbmit-white-color);
  padding: 0.9rem 0;
  border-radius: 0.5rem;
  transition: all 300ms ease;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.nav-list a:hover {
  color: rgba(255, 255, 255, .7);
  text-decoration: none !important;
}

/* =========== Drop Down ============ */
.nav-list .drop-menu1,
.nav-list .drop-menu2 {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  width: 20rem;
  top: 8.5rem;
  line-height: 4.5rem;
  position: absolute;
  background-color: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.nav-list .drop-menu1 li a,
.nav-list .drop-menu2 li a {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  padding: 0 0 0 1.5rem;
  border-radius: 0;
  color: var(--pbmit-white-color);
}

.nav-list .drop-menu1 li a:hover {
  color: var(--primary);
}

.nav-list li:hover .drop-menu1,
.nav-list li:hover .drop-menu2,
.nav-list li:hover .mega-box {
  opacity: 1;
  visibility: visible;
  top: 6.5rem;
}

/* =========== Mega Menu ============ */
.mega-box {
  box-shadow: 0 0 5px rgba(33, 44, 64, 0.25);
  position: absolute;
  top: 8.5rem;
  left: 0;
  width: 100%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  border-radius: 5px;
}

.nav-list.home .mega-box {
  margin-left: -100px;
}

.mega-box .content {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  background-color: var(--pbmit-white-color);
  min-height: 300px;
}

.mega-box .content .row {
  width: calc(25% - 3rem);
  line-height: 1.5rem;
  margin-left: 0;
}

.mega-box .content .row5 {
  width: calc(20% - 3rem);
  line-height: 1.5rem;
  margin-left: 0;
}

.mega-box .content .row img,
.mega-box .content .row5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-box .content .row header,
.mega-box .content .row5 header {
  padding: 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-style: normal;
  /*color: var(--pbmit-blackish-color);*/
  color: #c0c0c0;
  font-family: var(--pbmit-heading-typography-font-family);
  height: auto;
  margin-left: 20px;
  margin-top: 10px;
}

.mega-box .content .row header.nolink,
.mega-box .content .row5 header.nolink {
  padding: 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
  height: auto;
  margin-left: 20px;
  margin-top: 10px;  
}

.mega-box .content .row header a,
.mega-box .content .row5 header a {
  padding: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform:initial;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
  height: auto;
}

header>a:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -2px;
  width: 0px;
  height: 1px;
  background-color: var(--pbmit-global-color);
  -webkit-transition: all .500s ease-in-out;
  transition: all .500s ease-in-out;
}

header>a:hover {
  background-position: 0;
}

header>a:hover::before {
  width: 100%;
}

.mega-box .content .row .mega-links,
.mega-box .content .row5 .mega-links {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  margin-left: 10px;
}

.mega-box .content .row .mega-links.simple,
.mega-box .content .row5 .mega-links.simple {
  border-left: 0px solid rgba(0, 0, 0, 0.09);
  margin-left: 10px;
  font-size: 14px;
}

.mega-box .content li {
  line-height: 2em;
  font-weight: 400;
  padding: 0; /*10px;*/
}

.mega-box .content li a {
  padding: 0;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
}

.mega-box .content li a:hover {
  text-decoration: none !important;
}

.mega-links>li a {
  position: relative;
  display: table-cell;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
}

.mega-links>li span.item {
  position: relative;
}

.mega-links>li span.item::before {
  display:inline-block;
  content: '\25B6';
  color:rgba(0, 0, 0, 0.09);
}

.mega-links>li a:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -2px;
  width: 0px;
  height: 1px;
  background-color: var(--pbmit-global-color);
  -webkit-transition: all .500s ease-in-out;
  transition: all .500s ease-in-out;
}

.mega-links>li a:hover {
  background-position: 0;
}

.mega-links>li a:hover::before {
  width: 100%;
}

.nav-list .mobile-item {
  display: none;
}

.nav-list input {
  display: none;
}

.wrapper .btn {
  color: var(--pbmit-white-color);
  cursor: pointer;
  display: none;
}

.nav-list .icons span {
  display: inline-block;
  margin: 0.5rem 1rem 0 0;
  position: relative;
}

.nav-list .icons span i {
  font-size: 2rem;
}

.nav-list .icons a {
  padding: 0;
  display: inline-block;
}

.nav-list .icons .count {
  justify-content: center;
  position: absolute;
  top: 0.8rem;
  right: -0.8rem;
  background-color: var(--pbmit-white-color);
  height: 2rem;
  padding: 0.5rem;
  color: var(--black);
  font-weight: 300;
  border-radius: 50%;
}

.mega-box .content .row header.myMega,
.mega-box .content .row5 header.myMega {
  display: block;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 27px;
  height: auto;
  padding: 2px 19px;
  margin: 0;
  font-weight: 600;
  color: var(--pbmit-global-color);

  /*
  background-color: #f0f0f0;
  background-color:rgba(33, 44, 64, 0.15);
  border-radius: 3px;   

  border: solid 1px #ccc;
  */

}

.mega-box .content .row header.myMegaSpace,
.mega-box .content .row5 header.myMegaSpace {
  display: block;
  height: 23px;
  border: none;
}

/* =========== Media Query ============ */
@media (max-width: 1200px) {

  #search {
    position: absolute;
    height: 85px;
    top: 0.5em;
    right: 2em;
    z-index: 50;
    color: var(--pbmit-blackish-color);
  }

  hr.mega-line {
    margin: 5px;
    border: 3px solid rgba(0, 0, 0, 0.5);
    width: 67%;
  }

  .pbmit-main-header-area {
    position: fixed;
    top: 0;
    right: 0;
  }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /*background-color: var(--pbmit-global-color);*/
    height: 8rem;
    line-height: 8rem;
  }

  .wrapper .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--pbmit-white-color);
    display: block;
    overflow-y: auto;
    line-height: 2rem;
    box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: all 500ms linear;
    /*max-width: 500px;*/
  }

  .nav-list.home .mega-box {
    margin-left: 0;
  }
  

  .mega-box .content .row,
  .mega-box .content .row5 {
    line-height: 3rem;
  }

  .mega-box .content .row header,
  .mega-box .content .row5 header {
    display: block;
    /*color: #000 !important;*/
    color: #c0c0c0 !important;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 300ms ease;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .mega-box .content .row header.nolink,
  .mega-box .content .row5 header.nolink {
    display: block;
    color: #000 !important;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 300ms ease;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .nav-list li i {
    color: #000 !important;
  }

  .wrapper .nav-list.show {
    left: 0;
  }

  .nav-list li.mainItem {
    line-height: 4em;
    border-top: 1px solid rgba(0, 0, 0, 0.09)
  }

  .nav-list a {
    display: block;
    padding: 0 2rem;
    color: #000 !important;
  }

  .nav-list .drop-menu1,
  .nav-list .drop-menu2 {
    position: static;
    opacity: 1;
    visibility: visible;
    top: 6.5rem;
    padding-left: 2rem;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: var(--pbmit-white-color);
    ;
  }

  #showdrop1:checked~.drop-menu1,
  #showdrop2:checked~.drop-menu2,
  #showMega:checked~.mega-box,
  #show1:checked~.mega-box,
  #show2:checked~.mega-box,
  #show3:checked~.mega-box,
  #show4:checked~.mega-box {
    max-height: 100%;
  }

  .nav-list .drop-menu1 li,
  .nav-list .drop-menu2 li {
    margin: 0;
  }

  .nav-list .drop-menu1 li a,
  .nav-list .drop-menu2 li a {
    color: var(--black);
    font-size: 1.5rem;
  }

  .nav-list .desktop-item {
    display: none;
  }

  .nav-list .mobile-item {
    display: block;
    padding-left: 2rem;
    color: #000 !important;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 300ms ease;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .mega-box .content li a {
    padding: 0; /*2rem;*/
    display: block;
    font-size: 1.5rem;
    color: var(--pbmit-white-color);
    ;
  }

  .nav-list .mobile-item:hover {
    color: var(--primary);
  }

  .mega-box {
    box-shadow: none;
    position: static;
    top: 6.5rem;
    padding: 0 2rem;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    background-color: var(--pbmit-white-color);
    transition: all 300ms ease;
  }

  .mega-box .content {
    flex-direction: column;
    padding: 0;
  }

  .mega-box .content li {
    line-height: 2em;
    font-weight: 400;
    padding: 0; /*5px;*/
  }

  .mega-box .content li a {
    padding: 0;
    position: relative;
    display: table-cell;
    font-weight: 300;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);

  }

  .mega-box .content .row,
  .mega-box .content .row5 {
    width: 100%;
    /*border-top: 1px solid rgba(0, 0, 0, 0.09);*/
    margin-bottom: 0.5rem;
  }

  .mega-box .content .row .mega-links,
  .mega-box .content .row5 .mega-links {
    border-left: none;
    margin-left: 25px;
  }

  .content .row:nth-child(1),
  .content .row:nth-child(2),
  .content .row5:nth-child(1),
  .content .row5:nth-child(2) {
    border-top: 0;
  }

  .content .row .mega-links,
  .content .row5 .mega-links {
    border-left: 0;
    padding-left:0;
  }

  .content .row .mega-links li,
  .content .row5 .mega-links li {
    margin: 0;
  }

  .wrapper .btn {
    display: block;
    color: var(--pbmit-white-color);
    ;
  }

  .btn:hover,
  .btn:focus-visible {
    border: none;
  }

  .btn:focus {
    border: none;
  }

  .nav-list .top {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 5rem;
  }

  .nav-list .close-btn {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--pbmit-white-color);
  }

  .nav-list .icons {
    display: none;
  }

  .open-btn {
    display: inline;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    font-size: 35px;
    border: none;
    z-index: 100;
  }

  .close-btn {
    font-size: 25px;
    font-weight: 400;
    color: #000 !important;
    border: none;
    z-index: 200 !important;
  }

  .mega-box .content .row header.myMegaSpace,
  .mega-box .content .row5 header.myMegaSpace {
    display: none;
  }

}

/* =========== Hero ============ */
.hero {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 100rem;
}

.hero h1 {
  font-weight: 700;
  color: var(--black);
  font-size: 8rem;
  width: 100%;
  margin: 0 auto 3rem;
}

.hero h2 {
  font-size: 4rem;
  padding: 1.5rem 2rem;
  color: var(--pbmit-white-color);
  ;
  background-color: var(--black);
  max-width: 70%;
  margin: auto;
}

@media (max-width: 996px) {
  .hero {
    max-width: 80rem;
  }

  .hero h1 {
    font-size: 6rem;
  }

  .hero h2 {
    font-size: 3rem;
  }
}

@media (max-width: 567px) {
  .hero h1 {
    font-size: 4rem;
  }
}