/* Breakpoint sizes */
.container {
  width: 1209px;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 2rem;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 1rem 0;
  background: white;
  transition: all 0.3 ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 0 0 1rem;
    z-index: 999;
  }
}
#header .logo {
  transition: all 0.3 ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header .logo {
    padding: 10px 0 0;
  }
}
#header .logo img {
  padding: 0;
  margin: 0;
  width: 160px;
  transition: all 0.3 ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header .logo img {
    width: 90px;
  }
}
#header.header-scrolled {
  padding: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  #header.header-scrolled .logo {
    padding: 0;
  }
}
#header.header-transparent {
  background: white;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media only screen and (max-width: 767px) {
  .topNav {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 999;
    display: none !important;
  }
}

.topNav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
.topNav ul li {
  margin: 0 5px;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .topNav ul li {
    font-size: 0.8125rem;
    margin: 0;
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .topNav ul li img {
    width: 15px;
  }
}
.topNav ul li .login {
  position: relative;
}
.topNav ul li .login .dropdown {
  position: absolute;
  background: white;
  top: 24px;
  right: unset;
  left: 0;
  box-shadow: 0 15px 9px 0 rgba(46, 46, 46, 0.17);
}
.topNav ul li .login .dropdown .dropdown-label {
  color: #1b365d;
  border: none;
}
.topNav ul li .login .dropdown ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topNav ul li .login .dropdown ul li {
  padding: 0;
  border: none;
}
.topNav ul li .login .dropdown ul li a {
  color: #1b365d !important;
}

.overlay {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(13, 54, 113, 0.5),
    rgba(27, 54, 93, 0.21) 48%,
    rgba(247, 247, 247, 0.01)
  );
  height: 100%;
  width: 100%;
  left: 0;
  animation: bgdelay 2s forwards ease-in-out;
  z-index: 10;
  display: none;
}

.nav-menu {
  position: relative;
  z-index: 9;
}
.nav-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul li {
  position: relative;
  white-space: nowrap;
}
.nav-menu ul li a {
  display: block;
  position: relative;
  color: #1b365d;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 1rem;
}
.nav-menu ul li a:hover {
  text-decoration: none;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-requestDemo {
  background: #eb4b25;
  border-radius: 7px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-requestDemo
  a {
  color: #fff;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-requestDemo:hover {
  background: #1b365d;
  color: #fff;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  padding: 10px 0 10px;
  box-shadow: 0 15px 9px 0 rgba(46, 46, 46, 0.17);
  translate: unset !important;
  animation: unset !important;
  transition: unset !important;
  transform: unset !important;
  top: 40px;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu:hover {
  translate: unset !important;
  animation: unset !important;
  transition: unset !important;
  transform: unset !important;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  > li.heading
  a {
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  padding: 7px 15px 7px 15px;
  line-height: 1;
}

/* Mobile Navigation */
@media only screen and (max-width: 767px) {
  nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 988;
  }
  nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: transparent;
    height: 50px;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-left,
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-center {
    display: none;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-right {
    position: absolute;
    right: 0;
    top: 12px;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-2
    .mega-toggle-animated-inner {
    width: 24px;
    right: 0;
    background: #1b365d;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-2
    .mega-toggle-animated-inner::after,
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-2
    .mega-toggle-animated-inner::before {
    width: 24px;
    background: #1b365d;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item:first-child
    > a.mega-menu-link {
    font-weight: 800;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-max_mega_menu_1 {
    height: 100vh;
  }
}

nav.mobile-nav.header-scrolled {
  background: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #1b365d;
  padding: 3.125rem 0 4.5rem;
}
footer .col,
footer .foot-widget {
  width: calc(100% / 6);
  flex: unset;
}
@media only screen and (max-width: 767px) {
  footer .col,
  footer .foot-widget {
    width: 100%;
  }
}
footer .socialIcon {
  padding: 1.125rem 0 0;
}
footer .socialIcon img {
  padding: 0 0.5rem;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.28;
  margin: 0 0 1rem;
}
footer ul li {
  line-height: 1.64;
  font-size: 0.875rem;
}
footer ul li a {
  color: #6787b7;
}
footer ul li a:hover {
  color: white;
}
footer .bottomLink {
  margin: 1.75rem 0 0;
  padding: 1.75rem 0 0;
  border-top: 1px solid #eb4b25;
  font-size: 0.75rem;
  justify-content: space-around;
}
footer .bottomLink a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

/*--------------------------------------------------------------
# InnerPage top Slide
--------------------------------------------------------------*/
.innerPageTop {
  padding: 13rem 0 6rem 0;
  background: url(../images/innerbg.svg) no-repeat bottom;
  text-align: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .innerPageTop {
    padding: 8rem 0 3rem 0;
    background-size: cover;
  }
}
.innerPageTop h3 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.31;
  letter-spacing: 0.18px;
  color: #5264d6;
}
.innerPageTop h1 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
  color: #1b365d;
  margin: 0 0 1.25rem;
  text-transform: none;
}
.innerPageTop hr {
  border-radius: 6px;
  border-color: #5264d6;
  width: 220px;
}

/*--------------------------------------------------------------
# For older Template
--------------------------------------------------------------*/
.page-top {
  background: linear-gradient(161.47deg, #edf2fa 8.32%, #e6f0ff 93.71%)
  padding: 0 0 35px;
}
.page-top.blue {
  background: linear-gradient(to bottom, #3f50d9 0%, #203481 100%);
}
@media only screen and (max-width: 767px) {
  .page-top {
    background: linear-gradient(to bottom, #ffffff 0%, #eef5ff 100%) !important;
    padding: unset;
    margin-top: 62px !important;
    min-height: unset;
  }
  .page-top.blue {
    background: linear-gradient(to bottom, #3f50d9 0%, #203481 100%) !important;
  }
  .page-top::before {
    content: unset;
  }
}
.page-top .v-set {
  min-height: 175px;
}
@media only screen and (max-width: 767px) {
  .page-top .v-set {
    min-height: unset;
  }
}
.page-top .v-set h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1b365d;
}
