/* Mantis: #24670 */
/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px; 
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
footer{
	margin-top: 0px;
}
/*end common css for all theme*/ 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.theme_leapUs {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  line-height: normal;
}

.theme_leapUs .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

/* header */
.theme_leapUs .custom-header {
  max-width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: hsla(202 66% 10.4%/1);
}

.theme_leapUs .mt-3 {
  margin-top: 30px;
}

.theme_leapUs .custom-header .form-header-inline a {
  position: relative;
}

.theme_leapUs .custom-header .form-header-inline svg {
  width: 13px;
  color: white;
}

.theme_leapUs .custom-header .navbar .navbar-collapse {
  width: 100%;
}

.theme_leapUs .custom-header .navbar .navbar-nav {
  margin-left: 0;
}

.theme_leapUs .custom-header .navbar-header,
.theme_leapUs .custom-header .navbar .navbar-nav>li>a {
  display: flex;
  align-items: center;
  padding-left: 0;
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.3s;
  background-color: transparent;
}

.theme_leapUs .custom-header .form-header-inline .contact-btn:hover::after {
  display: none;
}



.theme_leapUs .footer-links .links {
  text-align: right;
}

.theme_leapUs .footer-links .links a {
  color: #46494a;
  font-size: 20px;
}

.theme_leapUs .custom-header .dropdown-menu {
  background-color: hsla(202 66% 10.4%/1);
}

.theme_leapUs .custom-header .dropdown-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.theme_leapUs .custom-header .dropdown-menu .menu-heading {
  color: #fff;
  font-size: 18px;
}

.theme_leapUs .mb-20 {
  margin-bottom: 20px;
}

.theme_leapUs .bg-yogurt {
  background-color: rgba(217, 225, 226, 1);
}

.theme_leapUs .custom-header .dropdown-menu .dropdown-inner .link-div p svg {
  width: 18px;
}

.theme_leapUs .green-line {
  border-color: rgba(192, 223, 22, 1);
}

.theme_leapUs .blue-line {
  border-color: rgba(89, 203, 232, 1);
}

.theme_leapUs .orange-line {
  border-color: rgba(255, 158, 27, 1);
}



.theme_leapUs .footer-links .links a .fa-wifi {
  transform: rotate(45deg);
}

/* .theme_leapUs  .custom-header .navbar .navbar-nav .cus-menu-right{
  right: 0;
  left: unset;
} */
/* .theme_leapUs .nav .open>a,
.theme_leapUs .nav .open>a:focus,
.theme_leapUs .custom-header .navbar .navbar-nav>li>a:hover,
.theme_leapUs .custom-header .navbar .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
} */

.theme_leapUs .custom-header .dropdown {
  display: flex;
  align-items: center;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li .caret-ion {
  right: 13px;
  /* position: absolute; */
  font-size: 9px;
  top: 16px;
  color: white;
  transition: all 0.3s ease-in-out 0s;
}

.theme_leapUs .custom-header .dropdown.open {
  background-image: linear-gradient(#f69139, #f69139) !important;
  background-size: 100% 2px;
}

/* .theme_leapUs .custom-header .navbar .navbar-nav>li {
  padding-right: 32px;
  cursor: pointer;
} */

.theme_leapUs .custom-header .navbar .navbar-collapse {
  /* height: 100% !important; */
  transition: all 0.3s;
}

.custom-header .top-custom-header {
  background-color: #0272aa;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s;
}

/* @media only screen and (max-width:1023px) and (min-width:767px) {
  .theme_leapUs .dropdown .dropdown-menu {
    display: block !important;
  }
} */


.theme_leapUs .custom-header .dropdown,
.theme_leapUs .custom-header .navbar {
  position: unset !important;
}

.theme_leapUs .mobile-support-btn {
  display: none;
}


.theme_leapUs .custom-header .form-header-inline .contact-btn svg {
  color: #091f2c;
}

.theme_leapUs .custom-header .form-header-inline .contact-btn:hover svg {
  color: #fff;
}

.theme_leapUs .custom-header .form-header-inline .contact-btn:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}



@media only screen and (min-width:1025px) {
  .theme_leapUs .navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    border-top: 1px solid #d8d8da;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
    /* box-shadow: 0 100px 150px rgba(0, 0, 0, .1); */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 0;

  }

  .theme_leapUs .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }


}


.theme_leapUs .fixed-header {
  position: fixed;
  top: 0;
  z-index: 999;
}

.theme_leapUs .fixed-header .top-custom-header a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.theme_leapUs .ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.theme_leapUs .custom-header .form-header-inline .contact-btn::after {
  display: none;
}

.theme_leapUs .custom-header .nav-link:hover:after,
.theme_leapUs .custom-header .form-header-inline a:hover::after {
  transform: scaleX(1);
}

.theme_leapUs .custom-header .navbar .navbar-nav>li.pr-10 {
  padding-right: 15px;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li .dropdown .caret-ion {
  font-size: 10px;
  position: absolute;
  right: 30px;
  top: 16px;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li .dropdown .dropdown-menu {
  display: block;
  position: absolute;
  right: 100%;
  font-size: 10px;
  top: 0;
  border-radius: 0;
  border: 0;
  /* box-shadow: 1px 1px 30px rgb(0 0 0 / 6%); */
  border-top: 3px solid #0272aa;
  padding: 20px 0;
  background-color: #f2f2f2;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all 0.2s ease-in-out;
}

.theme_leapUs .custom-header .navbar .navbar-nav>.dropdown .dropdown-menu .dropdown .dropdown-menu {
  left: 100% !important;
  right: auto;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}



/* header */
.theme_leapUs .custom-header {
  max-width: 100%;
  padding: 0;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: #fff;
}

.theme_leapUs .custom-container .container {
  background-color: #fff;
  position: unset;
  top: 0;

  width: 100%;
}

.theme_leapUs .custom-container .navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  display: flex;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}

.theme_leapUs .custom-container .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 48px;
  flex-shrink: 0;
  padding: 0 !important;
  height: 70px;
  margin-left: 0;
}


.theme_leapUs .navbar-brand .logo {
  width: 140px;
  height: 30px;
  margin-bottom: 0;
}

.theme_leapUs .custom-header .navbar .navbar-collapse {
  padding: 0;
}

.theme_leapUs .dropdown-inner .left_col {
  padding-left: 0;
}

.theme_leapUs .dropdown-inner .right_col {
  padding-left: 0;
}

.theme_leapUs .content-inner .last_boxcls {
  display: flex;
  align-items: center;
}

.theme_leapUs .image.features {
  background-color: #1e365e;
}

.theme_leapUs .custom-header .dropdown.open .caret-ion {
  transform: rotate(180deg);
}


.theme_leapUs .custom-header .navbar .navbar-nav {
  display: flex;
  flex: 5;
  align-items: stretch;
  justify-content: flex-start;
  height: 70px;
  width: 100%;
}

.theme_leapUs li.dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-size .3s;
  background-size: 0 2px;
  background-image: linear-gradient(#d8d8da, #d8d8da);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 0px 16px;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li>a {
  color: #58595b;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -.15px;
  margin: 0;
  min-height: 60px;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li .caret-ion {
  color: #58595b;
  margin-left: 4px;
}

.theme_leapUs .flex-end {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.theme_leapUs .right-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

.theme_leapUs .right-ul .form-header-inline a {
  color: #58595b;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li>a.request-demo-btn {
  background-color: #f69139;
  /* display: inline-block; */
  text-align: center;
  border-radius: 0.25rem;
  transition: all .3s;
  line-height: normal;
  outline: 0;
  width: fit-content;
  border: none;
  padding: 0;
  text-transform: uppercase;
  height: 50px;
  color: #fff;
  font-size: 14.4px;
  padding: 1.55rem 32px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  min-height: auto;
  margin-left: 0.5rem;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li>a.request-demo-btn:hover {
  background-color: #f87a0c;
}

.theme_leapUs .custom-header .navbar .navbar-nav>li.margin_left {
  margin-left: auto;
}



.theme_leapUs .dropdown .dropdown-menu {
  padding: 48px 0px 64px 0;
}

.theme_leapUs .navbar-nav>li>.dropdown-menu {
  border-radius: 0;
  border-top: 1px solid #d8d8da;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  /* display: block; */
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  background-color: #fff;
  cursor: auto;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.theme_leapUs .navbar-nav li.dropdown.open>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.theme_leapUs .inner_columncls {
  border-right: 1px solid #d8d8da;
  min-height: 455px;
}

.theme_leapUs .inner_columncls.paddingleft {
  padding-left: 32px;
}

.theme_leapUs .inner_columncls.paddingright {
  padding-right: 32px;
}

.theme_leapUs .inner_columncls.last_column {
  border-right: 0;
}

.theme_leapUs .first-div {
  padding-right: 16px;
}

.theme_leapUs .second-div {
  padding-left: 16px;
  border: none;
}

.theme_leapUs .third-div {
  padding-right: 16px;
}

.theme_leapUs .fourth-div {
  padding-left: 16px;
  border: none;
}

.theme_leapUs .heading-drodown {
  letter-spacing: 0.6px;
  color: rgb(102, 160, 203);
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  margin: 0px 0 12px 16px;
  height: 18px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif !important;
}

.theme_leapUs .image-content .image-heading {
  font: normal normal 600 12px/20px Open Sans;
  letter-spacing: .6px;
  color: #66a0cb;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.theme_leapUs .image {
  width: 132px;
  height: 92px;
  border-radius: 8px;
  margin-right: 24px;
}

.theme_leapUs .image-text {
  display: block;
  font-weight: 600;
  line-height: 24px;
  /* margin-top: 4px; */
  font-size: 14px;
  color: rgb(30, 54, 94);
  letter-spacing: -0.15px;
  margin: 3px 0 0 0;
}

.theme_leapUs .content-inner {
  padding: 16px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}

.theme_leapUs .content-inner:hover {
  background: rgba(224, 236, 245, .5);
}

.theme_leapUs .content-heading {
  font-size: 14px;
  color: rgb(30, 54, 94);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.15px;
}

.theme_leapUs .sm-text {
  font-size: 12px;
  color: #58595B;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.theme_leapUs .link-div a {
  text-decoration: none;
}





/* footer */
.theme_leapUs footer {
  background-color: #001322;
  margin-top: 200px;
  padding-bottom: 32px;
  padding-top: 64px;
}

.theme_leapUs .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.theme_leapUs .content {
  column-count: 6;
  border-bottom: 1px solid #3e3f41;
  /* padding-bottom: 32px; */
  padding-bottom: 65px;
  /* padding: 64px 0px 32px 0px; */
}

.theme_leapUs .logo {
  break-after: column;
  margin: 0 0 24px;
  padding: 0;
}

.theme_leapUs .link-group {
  break-inside: avoid-column;
  width: fit-content;
  margin-bottom: 35px;
}

.theme_leapUs .link-group .heading {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.theme_leapUs ul {
  list-style: none;
  padding: 0;
}

.theme_leapUs .links {
  display: block;
  line-height: 22px;
  margin-bottom: 0.8rem;
  height: fit-content;
}

.theme_leapUs .link {
  font-size: 14px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  color: #bbbdbf;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: -0.02px;
}

.theme_leapUs .footer-footer {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.theme_leapUs .footer-footer p {
  color: #bbbdbf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -.02px;
  margin-bottom: 0;
}

.theme_leapUs .footer-links {
  cursor: default;
  /* margin-bottom: 0.75rem; */
}

.theme_leapUs .footer-links a {
  color: #bbbdbf;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: -.02px;
  text-decoration: none;
  transition: color .1s;
}

.theme_leapUs .footer-links a:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}

.theme_leapUs .social-links {
  display: flex;
  /* margin-bottom: 12px;
  margin-top: 8px; */
  grid-gap: 1rem;
  gap: 1.7rem;
}

.theme_leapUs .social-links ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.theme_leapUs .social-links li {
  padding: 0;
  margin-left: 1.7rem;
}

.theme_leapUs .social-links li a {
  cursor: pointer;
  background-color: #fff;
  color: #001322;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  border-radius: 2px;
  line-height: 22px;
}

.theme_leapUs .link:hover {
  color: white;
  text-decoration: underline;
}

.theme_leapUs .footer-links a:hover {
  color: white;
  text-decoration: underline;
}






.theme_leapUs .dropdown:hover:not(.active):not(.button) {
  background-size: 100% 2px;
  background-image: linear-gradient(#d8d8da, #d8d8da);
  color: var(--brand-navy);
}

@media only screen and (min-width: 992px) and (max-height: 900px) {
  .theme_leapUs .dropdown .dropdown-menu {
    padding: 24px 0px 24px 0;
  }

  .theme_leapUs .heading-drodown {
    margin: 0px 0 0px 16px;
  }

  .theme_leapUs .inner_columncls.paddingleft {
    padding-left: 15px;
  }

  .theme_leapUs .inner_columncls.paddingright {
    padding-right: 15px;
  }

  .theme_leapUs .content-inner {
    padding: 8px;
  }

  .theme_leapUs .inner_columncls {
    min-height: 380px;
  }

}




@media only screen and (max-width: 1200px) {
  .theme_leapUs .content {
    column-count: 5;
  }

  .theme_leapUs .footer-footer {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .theme_leapUs .footer-links {
    margin-bottom: 2.5rem;
  }

  .theme_leapUs .footer-footer p {
    margin-bottom: 1.4rem;
  }

  .theme_leapUs .social-links li {
    margin-left: 0;
    margin-right: 1.7rem;
  }
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme_leapUs .heading-drodown {
    margin: 0px 0 0px 16px;
  }

  .theme_leapUs .inner_columncls.paddingleft {
    padding-left: 15px;
  }

  .theme_leapUs .inner_columncls.paddingright {
    padding-right: 15px;
  }


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme_leapUs .content .logo {
    page-break-after: avoid;
    -moz-column-break-after: avoid;
    break-after: avoid;
    -moz-column-span: all;
    column-span: all;
  }

  .theme_leapUs .content {
    column-count: 3 !important;
  }


}














@media only screen and (max-width: 991px) {
  .theme_leapUs .custom-header .navbar .navbar-nav>li .caret-ion {
    position: absolute;
    margin: 0;
    font-size: 16px;
    top: 18px;
  }


  .theme_leapUs .inner_columncls {
    min-height: auto;
  }

  .theme_leapUs .inner_columncls {
    min-height: auto;
    padding: 0;
    border: 0;
  }

  .theme_leapUs .inner_columncls.paddingleft {
    padding: 0;
  }

  .theme_leapUs .inner_columncls.paddingright {
    padding: 0;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.dropdown.open .dropdown-menu .container-fluid {
    padding: 0;
  }

  .theme_leapUs .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .theme_leapUs footer {
    padding-top: 48px;
  }

  .theme_leapUs .dropdown:hover:not(.active):not(.button) {

    background-size: 0 !important;
  }


  .theme_leapUs .custom-header .navbar .navbar-nav>li>a {
    min-height: 55px;
  }

  .theme_leapUs .heading-drodown {
    margin: 0px 0 0px 16px;
  }

  .navbar-toggle.collapsed span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  .navbar-toggle.collapsed span.icon-bar:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggle.collapsed span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  .navbar-toggle span.icon-bar {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }

  .navbar-toggle span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(300%) rotate(45deg);
    transform: translateY(300%) rotate(45deg);
  }

  .navbar-toggle span.icon-bar:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggle span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(-300%) rotate(-45deg);
    transform: translateY(-300%) rotate(-45deg);
  }

  .theme_leapUs .bg-yogurt {
    display: none;
  }

  .theme_leapUs .mobile-support-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1003;
  }

  .theme_leapUs .custom-header hr {
    display: none;
  }


  .theme_leapUs .mobile-support-btn a p {
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
    color: #091f2c;
    font-weight: 600;
    background-color: rgba(217, 225, 226, 1);
    margin-bottom: 0;
  }

  .theme_leapUs .mobile-support-btn a:hover p {
    background-color: rgba(89, 203, 232, 1);
  }

  .theme_leapUs .custom-footer-flex>div {
    width: 33%;
  }

  .theme_leapUs .fcontainer .custom-footer-flex {
    justify-content: normal;
  }

  .theme_leapUs .contact-btn .contact-text {
    display: unset;
  }

  .theme_leapUs .custom-header .form-header-inline a {
    width: 48%;
    border: 2px solid #fff;
    border-radius: 47px;
    padding: 15px 20px;
    text-align: center;
  }

  .theme_leapUs .form-header-inline {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }

  .theme_leapUs .custom-header .form-header-inline a:hover {
    background-color: #fff;
    color: #091f2c;
  }

  .theme_leapUs .custom-header .form-header-inline a:hover svg {
    color: #091f2c;
  }

  .theme_leapUs .form-header-inline {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li:last-child {
    border-bottom: 0;
  }

  .theme_leapUs .navbar-toggle-btn button:nth-child(2) {
    border-radius: 0;
    width: 5%;
    min-width: 45px;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li>a.request-demo-btn {
    margin: 3rem 0 0 0;
  }

  .theme_leapUs .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .theme_leapUs .custom-header .navbar {
    height: 100%;
    /* flex-wrap: wrap; */
    flex-direction: column;
  }


  .theme_leapUs .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
  }

  .theme_leapUs .custom-header .navbar-toggle {
    margin: 2.6rem 0 0 0;
    padding: 0;
    display: block;
  }

  .theme_leapUs .custom-header .navbar-toggle.button-search {
    transform: translateY(15px);
    transition: all 0.4s;
    opacity: 0;
  }

  .theme_leapUs .custom-header .navbar-header,
  .theme_leapUs .custom-header .navbar .navbar-nav>li>a {
    border-top: none !important;
  }

  .theme_leapUs .custom-header .navbar .navbar-collapse {
    /* display: block !important; */
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden !important;
    height: auto !important;
    width: 100%;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
    /* box-shadow: 0 2px 5px rgb(0 0 0 / 10%); */
  }

  .theme_leapUs .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 1920px;
    padding: 0;
    visibility: visible;
    height: calc(100vh - 45px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 100px;
  }

  .theme_leapUs .custom-header .navbar-nav {
    margin: 0;
    width: 100%;

  }

  .theme_leapUs .main-home .fa-home {
    display: none;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li {
    padding-right: 0;
    border-bottom: 1px solid #dadada;
    display: block;
    padding: 0;
    width: 100%;
  }


  .theme_leapUs .mobile-dropdown {
    display: flex;
    align-items: center;
  }

  .theme_leapUs .bg-none {
    background-color: #fff !important;
  }

  .theme_leapUs .bg-none:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
    opacity: 0.7;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.mb-header a {
    background: transparent;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.dropdown .dropdown-menu {
    /* display: block !important; */
    transition: all 0.4s;
    position: relative;
    width: 100%;

  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.dropdown.open .dropdown-menu {
    padding: 2rem 0;
  }



  /* .theme_leapUs .custom-header .navbar .navbar-nav>li.dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 12px 5% 12px 21px;
    position: relative;
    font-weight: 400;
    color: #666;
    display: flex;
  } */

  .theme_leapUs .dropdown-inner .left_col {
    padding: 0;
  }

  .theme_leapUs .dropdown-inner .right_col {
    padding: 0;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }

  .theme_leapUs .navbar-nav>li>.dropdown-menu a:hover,
  .theme_leapUs .navbar-nav>li>.dropdown-menu a.active {
    background-color: #f6f6f6;
  }

  .theme_leapUs .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #58595b;
  }

  .theme_leapUs .mobile-ic {
    display: block;
    width: 100%;
  }

  .theme_leapUs .custom-header .navbar-header {
    width: 100%;
    height: 105px;
  }

  .theme_leapUs .custom-header .top-custom-header {
    justify-content: center;
  }




  .theme_leapUs .custom-header .navbar .navbar-nav {
    flex-direction: column;
    height: auto;
  }





  .theme_leapUs .navbar-brand .logo {
    width: 120px;
  }

  .theme_leapUs .content {
    column-count: 5;
    flex-direction: column;
    max-height: 100%;
    padding: 0 16px 32px;
  }

  .theme_leapUs .logo {
    width: fit-content;
  }
}

@media (max-width: 991px) {

  .theme_leapUs .hide-md {
    display: none;
  }

  .theme_leapUs .logo {
    transition: all 0.5s;
    height: 44px;
  }

  .theme_leapUs .fcontainer {
    padding: 50px 0;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li .dropdown>a {
    font-weight: 700 !important;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }

  .theme_leapUs .custom-header .navbar .navbar-nav>li.md-normal-font>a {
    background: none;
    font-weight: 600;
  }

}


@media (max-width: 767px) {
  .theme_leapUs .image {
    display: none;
  }

  .theme_leapUs .custom-footer .copyright p {
    flex-direction: column;
    display: flex;
    align-items: baseline;
  }

  .theme_leapUs .custom-footer .copyright .dot {
    display: none;
  }

  .theme_leapUs .custom-footer-flex>div {
    width: 50%;
  }

  .theme_leapUs .form-header-inline {
    flex-direction: column;
  }

  .theme_leapUs .custom-header .form-header-inline a {
    width: 100%;
    margin-bottom: 20px;
  }



  .theme_leapUs .flex-end {
    flex-wrap: wrap;
  }


  .theme_leapUs .custom-footer .flogo {
    margin-bottom: 20px;
  }

  .theme_leapUs .ft-title-lg {
    margin: 20px 0 10px !important;
  }

  .theme_leapUs .fcontainer .fhead {
    margin-top: 35px;
  }

  .theme_leapUs .footer-links .links {
    text-align: center;
  }




  .theme_leapUs .content {
    column-count: 3;
  }

  .theme_leapUs .logo {
    page-break-after: avoid;
    break-after: avoid;
    column-span: all;
    margin: 0 0 16px;
  }

  .theme_leapUs .content .logo svg {
    width: 24px;
    height: 24px;
  }


}

@media (max-width: 425px) {
  .theme_leapUs .custom-footer-flex>div {
    width: 100%;
  }

  .theme_leapUs .content {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
    /* padding: 0; */
  }
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #f69139 !important;color:white !important;}.event_icon_4{color: #f69139 !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#f69139;color:white !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #1e365e !important;color:white !important;}.event_icon_8{color: #1e365e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#1e365e;color:white !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }