.header1 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.mnu-lft {
  position: relative;
}

li.menu1-item a {
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease;
  display: grid;
  align-items: center;
  align-content: center;
  height: 100%;
}

li.menu1-item a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #00167a;
  transition: width .3s;
}

li.menu1-item a:hover::after {
  color: #00167a !important;
  width: 100%;

}

li.menu1-item.active a {
  color: #00167a;
}

li.menu1-item.active a::after {
  color: #00167a;
  width: 100%;
}




li.menu1-item.dropdown1:hover span {
  color: #00167a !important;
}



@media screen and (min-width: 62rem) {
  li.menu1-item.dropdown1:hover::after {
    color: #00167a !important;
    width: 100%;
  }

  li.menu1-item.dropdown1 {
    align-items: center;
    align-content: center;
  }
}




.mnu-lft-txt {
  position: absolute;
  bottom: 0;
  height: 100%;
  justify-content: center;
  display: grid;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px 20px;
}

.mn-mnu-rght {
  height: 100%;
  padding: 30px;
  background: #4100ff12;
}

.mnu-lft-txt h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

.mnu-lft-txt p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0;
  line-height: 24px;
}

.mnu-btn a {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 6px 15px;
  display: block;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
}

.mnu-bg-img img {
  width: 100%;
}

.mnu-btn {
  margin-top: 12px;
}

a.brand {
  text-decoration: none;
  font-size: 40px;
  color: #000;
}

.mnu-lnks a {
  color: #000;
  text-decoration: none;
}

.mnu-lnks a:hover {
  color: #184980;
}

.mnu-lnks li {
  line-height: 28px;
  list-style: none;
  font-size: 15px;
}

.mnu-sb-rght p {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #a7a7a7;
  line-height: 20px;
  display: none;
}

.mnu-sb-rght h6 {
  margin: 0;
  font-size: 14px;
}

.mnu-lnks ul {
  padding: 0;
}

.mnu-lnks h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar1 {
  width: 100%;
  height: 4.25rem;
  margin-inline: auto;
}

.navbar1-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
  width: 20%;
}

.navbar1-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  background-color: #fff;
  transition: opacity 0.4s ease;
}

.navbar1-block.is-active {
  opacity: 1;
  pointer-events: initial;
}

@media screen and (min-width: 62rem) {
  .navbar1 {
    display: flex;
    justify-content: space-between;
  }

  .navbar1-block {
    position: initial;
    height: initial;
    opacity: 1;
    overflow: auto;
    pointer-events: visible;
    background: none;
    transition: none;
  }
}

.menu1 {
  padding-block: 1rem;
  padding-inline: auto;
}

.menu1-link1 {
  font-weight: 500;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  color: #000;
  transition: color 0.3s ease;
  text-decoration: none;
}

.menu1-link1:hover {
  color: #00167a;
}

@media screen and (min-width: 62rem) {
  .menu1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    height: 100%;
    padding: unset;
    margin: 0;
  }

  .menu1-item {
    display: flex;
    cursor: pointer;
    padding-inline: 0.5rem;
    font-size: 17px;
  }

  .menu1-link1 {
    padding: unset;
    text-decoration: none;
  }
}

li.menu1-item.dropdown1 a {
  text-decoration: none;
}

.dropdown1-toggle {
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown1-toggle i.bx {
  font-size: 1.5rem;
  line-height: inherit;
  transition: rotate 0.4s ease;
}

.dropdown1-content {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.5s ease;
}

.dropdown1-column,
.dropdown1-group,
.dropdown1-items {
  display: grid;
}

.dropdown1-group {
  padding-bottom: 1rem;
  padding-inline: 1.5rem;
}

.dropdown1-title {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  padding-inline: 1rem;
  font-weight: bold;
}

.dropdown1-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.dropdown1-items {
  row-gap: 0.5rem;
  padding-inline: 3.5rem;
  padding-top: 0.35rem;
}

.dropdown1-link {
  font-weight: 400;
  line-height: inherit;
  transition: color 0.3s ease;
}

ul.dropdown1-items a {
  text-decoration: none;
  color: #000;
}

.dropdown1-inner a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.dropdown1-show>.dropdown1-toggle i.bx {
  rotate: 180deg;
}

.dropdown1-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}

@media screen and (min-width: 62rem) {
  .dropdown1-toggle {
    -moz-column-gap: 0.35rem;
    column-gap: 0.35rem;
    pointer-events: none;
  }

  .dropdown1-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 6rem;
    opacity: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    pointer-events: none;
    background-color: #fff;
    border-top: 2px solid #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: top 0.4s, opacity 0.3s ease;
  }

  .dropdown1-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    max-width: 75rem;
    margin-inline: auto;
  }

  .dropdown1-group {
    align-content: baseline;
    row-gap: 1.25rem;
    padding-block: 4rem;
  }

  .dropdown1-group:first-child,
  .dropdown1-group:last-child {
    margin: unset;
  }

  .dropdown1-items {
    padding-top: unset;
  }

  .dropdown1-block {
    padding-top: unset;
    padding-inline: unset;
  }

  .dropdown1:hover>.dropdown1-content {
    cursor: initial;
    top: 4.25rem;
    opacity: 1;
    pointer-events: initial;
  }

  .dropdown1:hover>.dropdown1-toggle i.bx {
    rotate: 180deg;
  }
}

.burger {
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 10;
  width: 1.5rem;
  height: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background-color: #000;
  transition: all 0.3s ease;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active>.burger-line:nth-child(1) {
  top: 0.5rem;
  rotate: 135deg;
}

.burger.is-active>.burger-line:nth-child(2) {
  opacity: 0;
}

.burger.is-active>.burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg;
}

@media screen and (min-width: 62rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.dropdown1:hover>.dropdown1-toggle i.fa-angle-down {
  rotate: 180deg;
}


.dropdown1-toggle i.fa-angle-down {
  transition: rotate 0.4s ease;
}

.btn-cl a {
  background: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 500%;
  animation: color 10s linear infinite;
  border: 2px solid #00167a;
  padding: 7px 16px;
  border-radius: 10px;
  display: block;
  width: fit-content;
}

.btn-cl a:hover {
  border: 2px solid #3986d3;
}

.btn-cl {
  display: grid;
  align-items: center;
  width: 30%;
  justify-content: end;
}

.dropdown1-content1 .mnu-lnks li a img {
  width: 50px;
  border-radius: 50px;
}

.dropdown1-content1 {
  width: fit-content;
  left: auto;
  right: auto;
}

.dropdown1-content1 .mnu-lnks li a {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 20px;
}

li.menu1-item.active .mnu-lnks a {
  color: #000;
}

.dropdown1-content1 .mnu-lnks a:hover {
  color: #000000;
  background: #f5f5f5;
}

li.menu1-item .dropdown1-content1 a::after {
  content: none;
  display: block;
  width: 0;
  height: 2px;
  background: none;
  transition: width .3s;
}


@media (max-width:991.9px) {



  .dropdown1-content1 {
    width: 100%;
  }

  li.menu1-item a::after {
    background: transparent;
  }

  span.dropdown1-toggle.menu1-link1 i {
    position: absolute;
    right: 0;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    color: #9b9494;
    top: 0;
  }

  li.menu1-item {
    border-bottom: 1px solid #ccc;
  }

  .dropdown1-content1 .mnu-lnks li a {

    line-height: 20px;

  }

  .mnu-lnks ul li {
    padding-left: 20px;
    border-top: 1px solid #ccc;
  }



  .navbar1-inner {
    width: 100%;
  }

  .btn-cl {
    display: none;
  }

  .mnu-lft-txt {
    padding: 30px;
  }

  .mnu-lft-txt h2 {
    font-size: 28px;
  }

  .mnu-btn {
    margin-top: 10px;
  }

  .vsn-msn-bx h2.resp-tab-active {
    background: #ffffff !important;
  }

  .dropdown1-content1 .mnu-lnks li a img {
    width: 40px;
  }

  ul.menu1 {
    padding: 0;
    border-top: 1px solid #ccc;
  }
}