@import url("../css/header.css");
.fixed-top {
  background-color: #000 !important;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section .navbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 55px 0;
  display: flex;
  height: 110px;
  background-color: transparent;
  z-index: 999;
}
.header-section .navbar .navbar-brand {
  width: 283px;
  height: auto;
  padding: 0;
}
.header-section .navbar .navbar-brand img {
  width: 100%;
}
.header-section .navbar .navbar-collapse {
  justify-content: flex-end !important;
}
.header-section .navbar .header-login {
  margin-left: 30px;
  max-width: 82px;
  width: 100%;
}
.header-section .navbar .header-login .btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.header-section .navbar .navbar-nav {
  align-items: center;
}
.header-section .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding-left: 10px;
  padding-right: 12px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.header-section .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L6 1L1 6' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: inherit;
  width: 18px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 0;
  vertical-align: unset;
  margin-left: 0.655em;
  transform: rotate(180deg);
}
.header-section .navbar .navbar-nav .nav-item:first-child a {
  padding-left: 18px;
}
.header-section .navbar .navbar-nav .nav-item:hover a.nav-link {
  color: #ffb777;
  transition: all 0.4s ease-in-out;
}
.header-section .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L6 1L1 6' stroke='%23f1ad34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header-section .navbar .navbar-nav .nav-item:focus a.nav-link {
  color: #ffb777;
  transition: all 0.4s ease-in-out;
}
.header-section .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffb777;
  transition: all 0.4s ease-in-out;
}
.header-section .navbar .navbar-nav .nav-item .dropdown-menu {
  border-top: 2px solid #FF7900;
  min-height: 225px;
}
.header-section .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
  color: #4F5D75;
  padding-left: 0px;
}
.header-section .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item.active, .header-section .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:active, .header-section .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, .header-section .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:focus {
  color: #FF7900;
  background: transparent;
}
.header-section .navbar .navbar-nav .nav-item .dropdown-menu p {
  font-size: 11px;
  color: #4f5d75b0;
  margin-bottom: 0;
  line-height: 18px;
}
.header-section .navbar .navbar-nav .nav-item .dropdown-menu .megamenu-inner h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #1F3E72;
  border-bottom: 1px solid #4f5d7514;
}

/* menu responsive */
.navbar-expand-md .navbar-toggler {
  display: none;
}

.sidenav-new-menu .closebtn {
  display: none;
}

@media (max-width: 1366px) {
  .header-section .navbar .navbar-brand {
    width: 218px;
  }
  .header-section .navbar .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .header-section .navbar .navbar-brand {
    width: 216px;
  }

  .header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .header-section .navbar {
    padding: 8px 0;
    z-index: 999;
    height: 70px;
  }
  .header-section .navbar .navbar-brand {
    width: 283px;
    height: auto;
  }
  .header-section .navbar .navbar-brand img {
    width: 100%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    padding-top: 20px;
    align-items: flex-start;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 20px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 12px;
    font-weight: 500;
    white-space: break-spaces;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
    color: #fff;
  }
  .header-section .navbar .navbar-collapse .header-login {
    margin-top: 12px;
    margin-left: 35px;
    max-width: 135px;
    width: 100%;
  }
  .header-section .navbar .navbar-collapse .header-login .btn {
    font-size: 14px;
  }
  .header-section .navbar .navbar-toggler {
    color: #fff;
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    right: 15px;
    top: 18px;
    border: 0;
    display: block;
  }
  .header-section .navbar .navbar-toggler .navbar-toggler-icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='29' viewBox='0 0 42 29'%3E%3Cg id='menu-mobile-black' transform='translate(1)'%3E%3Cpath id='Path' d='M0,1H40' transform='translate(0 14)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-2' data-name='Path' d='M0,1H40' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-3' data-name='Path' d='M0,.5H20' transform='translate(0 27.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    border: 0;
  }

  #cd-shadow-layer {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    z-index: 99999;
  }

  .sidenav-new-menu {
    height: 100%;
    min-height: 100vh;
    width: 300px;
    position: fixed;
    right: -300px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s;
    z-index: 999999;
    background: linear-gradient(288.98deg, #45BAFF -3.13%, #2D5EDD 85.3%);
    padding: 40px 0 20px 0;
    flex-basis: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .width-menu {
    width: 300px;
    right: 0;
    display: block !important;
    transition: all 0.5s;
  }

  .closebtn {
    display: block !important;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .closebtn img {
    width: 34px;
    height: 34px;
  }
  .closebtn:hover {
    display: block;
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .header-section .navbar {
    padding: 8px 0;
    z-index: 999;
    height: 70px;
  }
  .header-section .navbar .navbar-brand {
    width: 250px;
    height: auto;
  }
  .header-section .navbar .navbar-brand img {
    width: 100%;
  }
  .header-section .navbar .navbar-collapse {
    padding: 10px 0;
    display: block !important;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    flex-direction: column !important;
    margin-left: 0 !important;
    align-items: flex-start !important;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 20px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 12px;
    font-weight: 500;
    white-space: break-spaces;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
    color: #fff;
  }
  .header-section .navbar .navbar-collapse .header-login {
    margin-top: 12px;
    margin-left: 35px;
    max-width: 135px;
    width: 100%;
  }
  .header-section .navbar .navbar-collapse .header-login .btn {
    font-size: 12px;
  }
  .header-section .navbar .navbar-toggler {
    color: #fff;
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    right: 15px;
    top: 18px;
    border: 0;
    display: block;
  }
  .header-section .navbar .navbar-toggler .navbar-toggler-icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='29' viewBox='0 0 42 29'%3E%3Cg id='menu-mobile-black' transform='translate(1)'%3E%3Cpath id='Path' d='M0,1H40' transform='translate(0 14)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-2' data-name='Path' d='M0,1H40' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-3' data-name='Path' d='M0,.5H20' transform='translate(0 27.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    border: 0;
  }

  #cd-shadow-layer {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    z-index: 99999;
  }

  .sidenav-new-menu {
    height: 100%;
    min-height: 100vh;
    width: 300px;
    position: fixed;
    right: -300px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999;
    background: linear-gradient(288.98deg, #45BAFF -3.13%, #2D5EDD 85.3%);
    padding: 60px 0 20px 0 !important;
    flex-basis: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .width-menu {
    width: 300px;
    display: block !important;
    right: 0;
  }

  .closebtn {
    display: block !important;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .closebtn img {
    width: 34px;
    height: 34px;
  }
  .closebtn:hover {
    display: block;
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .header-section .navbar .navbar-nav .nav-item a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-section .navbar .navbar-nav .nav-item:first-child a {
    padding-left: 12px;
  }
  .header-section .navbar .header-login {
    margin-left: 10px;
    max-width: 60px;
    width: 100%;
  }
  .header-section .navbar .header-login .btn {
    font-size: 12px;
  }
}
.navbar .megamenu {
  padding: 1rem;
}
.navbar .megamenu .megamenu-inner {
  display: flex;
  flex-direction: row;
  padding-left: 25px;
}
.navbar .megamenu .megamenu-inner a {
  white-space: break-spaces;
}
.navbar .megamenu .megamenu-inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .megamenu .megamenu-inner ul li {
  width: 49%;
  margin-bottom: 20px;
}

/*---------- has-megamenu ------------*/
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    margin-top: 0;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .navbar .megamenu .megamenu-inner {
    padding-left: unset;
  }
  .navbar .megamenu .megamenu-inner ul li {
    width: 100%;
  }
}
/*---------- has-megamenu end ------------*/
@media (max-width: 992px) {
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }

  .header-section .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header-section .navbar .navbar-toggler {
    box-shadow: none !important;
    outline: 0 !important;
  }
}
/* home */
@media (max-width: 767px) {
  h1.section-title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px !important;
  }

  h2.section-title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px !important;
  }

  .section-head h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .solutions-section .title-section {
    margin-bottom: 30px;
  }

  .banner-section .banner-inner .banner-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .solutions-section .title-section .section-head-content {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }

  .banner-section .banner-inner .banner-image {
    padding-top: 20px !important;
  }

  .solutions-section .solutions-left .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }

  .solutions-section .solutions-left .accordion .accordion-item {
    margin-bottom: 10px;
  }

  .trusted-section .trusted-inner-section .trusted-left p {
    font-size: 14px;
    line-height: 22px;
  }

  .trusted-section .trusted-inner-section .trusted-right .card-container .card p {
    font-size: 14px;
    line-height: 22px;
  }

  .goals-section .section-head h2 {
    margin-bottom: 30px;
  }

  .trusted-section .trusted-inner-section .trusted-right .card-container .card {
    margin-bottom: 20px;
  }

  .goals-section .event-list-container .event-list .event-item-card {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .goals-section .event-list-container .available-event-container .available-event .event-content .event-img-container {
    width: 100px;
    height: 100px;
  }

  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-title h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .learn-more-section {
    padding-top: 30px;
  }

  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content p {
    font-size: 14px;
  }

  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content p {
    font-size: 16px;
  }

  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link p {
    font-size: 14px;
  }

  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link {
    padding: 12px 12px !important;
  }

  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link p {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-inner .banner-content {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  .header-section .navbar .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 14px;
  }
}
/*# sourceMappingURL=header.css.map *//*# sourceMappingURL=header.css.map */