::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

.headhesive--clone {
  display: none;
}

.navbar-static-top.sticky {
  width: 100%;
  position: fixed;
  z-index: 10000;
}

#menu-mobile-menu-custom {
  background-color: #252b2d;
  margin: 0;
}
#menu-mobile-menu-custom li a {
  color: #ffffff !important;
}

/*Custom mega menu*/
.sticky-wrapper {
  display: none;
}

#header .inner .wrap {
  display: none;
}

.disable-link {
  pointer-events: none;
}

header.banner {
  border-bottom: 0;
}
header.banner.header-transparent {
  background-color: transparent;
}
header.banner.header-transparent .mega-menu-wrapper {
  background-color: transparent;
}
header.banner.header-transparent .navbar-collapse {
  background-color: transparent;
}
header.banner.header-not-transparent {
  background-color: #2b2f4a;
}
header.banner.header-not-transparent .navbar-collapse {
  background-color: #2b2f4a;
}
header.banner.header-not-transparent.header-custom-bg {
  background-color: transparent !important;
}
header.banner.header-custom-bg {
  background-color: transparent;
}

.container-mega-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1800px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .container-mega-menu-top {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .container-mega-menu-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .container-mega-menu-top {
    width: 100%;
    padding: 10px;
  }
}
.container-mega-menu-top .navbar-header {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .container-mega-menu-top .navbar-header {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .container-mega-menu-top .navbar-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .container-mega-menu-top .navbar-header .navbar-toggle {
    position: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
}
.container-mega-menu-top .navbar-header #logo a {
  display: block;
  max-height: 45px;
  width: auto;
}
.container-mega-menu-top .navbar-header #logo a img {
  width: auto;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .container-mega-menu-top .navbar-header #logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.navbar-collapse {
  width: 100%;
}
.navbar-collapse.active {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .navbar-collapse.active {
    height: auto;
  }
}

.custom-mobile-menu {
  background-color: #252b2d;
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .custom-mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .custom-mobile-menu {
    top: -20px;
  }
}

.mega-menu-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .mega-menu-wrapper {
    display: none;
  }
}
.mega-menu-wrapper #custom-mega-menu {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 20px;
  }
}
.mega-menu-wrapper #custom-mega-menu .logo {
  margin: 0 !important;
  max-width: 170px;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mega-menu-wrapper #custom-mega-menu .submenu-first {
  margin-left: 0;
  padding-left: 0;
  top: 108px;
  height: 560px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #083849;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  /*transition: visibility .3s ease;*/
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
@media screen and (max-width: 1600px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first {
    top: 105px;
  }
}
@media screen and (max-width: 1440px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first {
    top: 100px;
  }
}
@media screen and (max-width: 1140px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first {
    top: 70px;
  }
}
.mega-menu-wrapper #custom-mega-menu .submenu-first::-webkit-scrollbar {
  width: 5px;
}
.mega-menu-wrapper #custom-mega-menu .submenu-first::-webkit-scrollbar-track {
  background-color: #434868;
  border-radius: 5px;
}
.mega-menu-wrapper #custom-mega-menu .submenu-first::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #8070d4;
  border: 6px solid rgba(0, 0, 0, 0.2);
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item {
  margin: 0;
  list-style-type: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
  max-height: 220px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item {
    width: 50%;
    max-height: 50px;
  }
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .image {
  max-width: 50px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .image {
    max-width: 45px;
  }
}
@media screen and (max-width: 600px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .image {
    display: none;
  }
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .title {
  margin-top: 12px;
  text-transform: uppercase;
  font-family: "Lato", Sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .title {
    font-size: 12px;
    line-height: 18px;
  }
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .descr {
  color: #fff;
  font-family: "Lato", Sans-serif;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .descr {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 600px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .descr {
    display: none;
  }
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .learn-more {
  margin-top: 10px;
  display: block;
  font-family: "Lato", Sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #93c856;
  white-space: nowrap;
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .learn-more:hover {
  color: #85e518;
}
@media screen and (max-width: 1366px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .learn-more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .learn-more {
    font-size: 15px;
  }
}
.mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .submenu-link-wrap {
  padding: 20px 60px 20px 60px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /*MacBook 13.3 1280 x 800px*/
}
@media screen and (max-width: 1600px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .submenu-link-wrap {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 1440px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .submenu-link-wrap {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1366px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .submenu-link-wrap {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .mega-menu-wrapper #custom-mega-menu .submenu-first .submenu-first-item .submenu-link-wrap {
    padding: 10px;
  }
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .right-side .ul-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item {
  padding: 34px 15px;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item {
    padding: 8px 10px;
  }
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item .menu-link {
  position: relative;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1919px) {
  .mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item .menu-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item .menu-link {
    font-size: 14px;
  }
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item .menu-link:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  border-bottom: 1px solid #93c756;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item .menu-link .title {
  white-space: nowrap;
  font-weight: 550;
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item:hover .menu-link {
  color: #fff;
  text-decoration: none;
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item:hover .menu-link::before {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.active .menu-link:before {
  display: block;
  visibility: visible;
  opacity: 1;
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.demos-btn {
  height: 45px;
  margin-top: 22px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #93c756;
  padding: 7px 20px;
  border-radius: 30px;
  border: 2px solid #93c756;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.demos-btn {
    margin-top: 0;
    padding: 8px 10px;
  }
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.demos-btn a {
  padding: 0;
  margin: 0;
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.book-meeting-btn {
  margin-top: 22px;
  margin-left: 30px;
  height: 45px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 30px;
  border: 2px solid #93c756;
  background-color: #8BC541;
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.book-meeting-btn {
    margin-top: 0;
    padding: 8px 10px;
  }
}
.mega-menu-wrapper #custom-mega-menu .right-side .ul-menu .c-menu-item.book-meeting-btn a {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1920px) {
  #megaMenuWrapper.sticky .submenu-first {
    top: 64px;
  }
}
@media screen and (max-width: 1440px) {
  #megaMenuWrapper.sticky .submenu-first {
    top: 60px;
  }
}
@media screen and (max-width: 1919px) {
  #custom-mega-menu .logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 1140px) {
  #custom-mega-menu .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #custom-mega-menu .logo {
    max-width: 120px;
  }
}
/*submenu 1-st level*/
#custom-mega-menu .right-side .ul-menu .c-menu-item:hover .submenu-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

#custom-mega-menu .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#custom-mega-menu .buttons .button {
  letter-spacing: inherit;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
}

#custom-mega-menu .buttons .watch-demo {
  margin-right: 18px;
  /*font-family: 'GothamBold', Sans-serif;*/
  font-family: "QuickSandBold", Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #93c756 !important;
  padding: 7px 25px;
  border-radius: 30px;
  border: 2px solid #93c756;
  background-color: #f1f4fa;
}

@media screen and (max-width: 1440px) {
  #custom-mega-menu .buttons .watch-demo {
    padding: 4px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  #custom-mega-menu .buttons .watch-demo {
    padding: 2px 15px;
    font-size: 10px;
  }
}
#custom-mega-menu .buttons .watch-demo:hover {
  color: #fff !important;
  background-color: #93c756 !important;
  border: 2px solid #93c756 !important;
}

#custom-mega-menu .buttons .speak {
  font-family: "QuickSandBold", Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 35px;
  border-radius: 40px;
  border: none;
  background: -o-linear-gradient(353deg, rgb(2, 0, 36) 0%, rgb(147, 199, 86) 0%, rgb(131, 179, 75) 100%);
  background: linear-gradient(97deg, rgb(2, 0, 36) 0%, rgb(147, 199, 86) 0%, rgb(131, 179, 75) 100%);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media screen and (max-width: 1440px) {
  #custom-mega-menu .buttons .speak {
    padding: 6px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  #custom-mega-menu .buttons .speak {
    padding: 4px 15px;
    font-size: 10px;
  }
}
#custom-mega-menu .buttons .speak:hover {
  background: -o-linear-gradient(353deg, rgb(2, 0, 36) 0%, rgb(115, 159, 65) 0%, rgb(131, 179, 75) 100%);
  background: linear-gradient(97deg, rgb(2, 0, 36) 0%, rgb(115, 159, 65) 0%, rgb(131, 179, 75) 100%);
}

/*2-nd level of submenu*/
#custom-mega-menu .submenu-first .submenu-first-item:hover {
  background-color: #000;
  position: relative;
  cursor: pointer;
}

#custom-mega-menu .submenu-first .submenu-first-item:hover .submenu-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

#custom-mega-menu .submenu-second {
  position: absolute;
  /*bottom: -240px;*/
  top: 100%;
  left: 0;
  margin-left: 0;
  padding: 20px;
  background-color: #000;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*flex-wrap: wrap;*/
  opacity: 0;
  visibility: hidden;
  overflow-x: auto;
}

#custom-mega-menu .submenu-second-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 60px;
  margin: 0;
  width: 20%;
  min-width: 190px;
  max-height: 210px;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

#custom-mega-menu .submenu-second .submenu-second-item {
  list-style-type: none;
}

@media screen and (max-width: 1440px) {
  #custom-mega-menu .submenu-first .submenu-second-item {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1366px) {
  #custom-mega-menu .submenu-first .submenu-second-item {
    padding: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #custom-mega-menu .submenu-first .submenu-second-item {
    padding: 25px 20px;
  }
  #custom-mega-menu .submenu-first .submenu-second-item .image {
    max-width: 40px;
  }
}
/*For menu integration in admin - second submenu a wrapper*/
#custom-mega-menu .submenu-second .submenu-second-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  text-decoration: none;
}

#custom-mega-menu .submenu-second .submenu-second-item a {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #custom-mega-menu .submenu-second .submenu-second-item a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#custom-mega-menu .submenu-second .submenu-second-item .learn-more {
  margin-top: 0;
}

/*Close btn mobile menu*/
#mobile-menu .menu-header {
  display: none;
}

#mobile-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #040404;
}

#mobile-menu-close:hover, #mobile-menu-close:active, #mobile-menu-close:focus {
  background-color: #282424;
}

#mobile-menu-close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-left: 7%;
}