/* .header {
  transition: all 0.5s;
  z-index: 997;
  position: absolute;
  left: 0;
  right: 0;
} */
.header .top-header {
  background-color: #ed502e;
  padding: 8px 0px;
  font-size: 14px;
  color: #fff;
  height: 40px;
}

.header .top-header .social-links a,
.header .top-header .contact-info a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

.header .top-header .social-links a i,
.header .top-header .contact-info a i {
  margin-right: 3px;
  color: #fff;
  font-size: 16px;
}

.header .top-header .social-links a {
  margin-right: 0;
  margin-left: 10px;
}

.header .iedfcHeader {
  background-color: #0e1b4d;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 40px;
  margin-right: 8px;
}


.header .signup-button,
.header .signup-button:focus {
  color: #fff;
  background-color: #a7cd54;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.header .signup-button:hover,
.header .signup-button:focus:hover {
  color: #000;
  border-color: #fff;
}

.fixed-header{
  position: fixed;
  top: 0px;
  z-index: 1020;
  right: 0px;
  left: 0px;
  transition: all 0.5s ease-in-out;
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background: #000;
}

.scrolled .header .top-header {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .signup-button {
    order: 2;
    margin: 0 15px 0 0;
    padding: 4px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 22px 10px;
    border-bottom: 3px solid transparent;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    font-size: 14px;
    padding: 0 2px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;

  }

  .navmenu li:hover,
  .navmenu .active,
  .navmenu .active:focus {
    border-bottom: 3px solid #ed502e;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 150%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
    border-bottom: 1px solid #efefef;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: none;
    color: #111;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #111;
    background-color: transparent !important;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .header .iedfcHeader{
    padding: 12px 0px;
  }
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    overflow-y: auto;
    transition: 1s;
    z-index: 9998;
  }

  .navmenu ul li {
    border-bottom: 1px solid #ccc;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;

  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #f2f2f2;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #a7cd54;
    color: #000;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #a7cd54;
    color: #000;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0px 0;
    margin: 10px 20px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .navmenu .dropdown ul li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 30px;
    right: 22px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background-color: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
