/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: icomoon-the7-font;
  src: url(https://631049.fs1.hubspotusercontent-na1.net/hubfs/631049/raw_assets/public/B2Esolutions_September2020/fonts/icomoon-the7-font.ttf) format('truetype'),
    url(https://631049.fs1.hubspotusercontent-na1.net/hubfs/631049/raw_assets/public/B2Esolutions_September2020/fonts/icomoon-the7-font.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

#wpfront-notification-bar-spacer {
  display: block;
  position: relative;
}

div#wpfront-notification-bar-open-button {
  display: none;
}

div#wpfront-notification-bar {
  background: #11548b;
  background: -moz-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#11548b),color-stop(100%,#11548b));
  background: -webkit-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: -o-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: -ms-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: linear-gradient(to bottom,#11548b 0%,#11548b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11548b',endColorstr='#11548b',GradientType=0);
  z-index: 500;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

#wpfront-notification-bar table, #wpfront-notification-bar tbody, #wpfront-notification-bar tr {
  margin: auto;
  border: 0;
  padding: 0;
  background: inherit;
}

#wpfront-notification-bar td {
  background: inherit;
  vertical-align: middle;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 5px 0;
  line-height: 1em;
}

#wpfront-notification-bar div {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#wpfront-notification-bar div.wpfront-message {
  color: #fff;
}

#wpfront-notification-bar a.wpfront-button {
  background: #11548b;
  background: -moz-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#11548b),color-stop(100%,#11548b));
  background: -webkit-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: -o-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: -ms-linear-gradient(top,#11548b 0%,#11548b 100%);
  background: linear-gradient(to bottom,#11548b 0%,#11548b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11548b',endColorstr='#11548b',GradientType=0);
  color: #fff;
}

#wpfront-notification-bar a.wpfront-button:hover {
  background: #70b4e3;
  border: 2px solid #70b4e3;
}

#wpfront-notification-bar a.wpfront-button {
  display: inline-block;
  box-shadow: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: 'kanit'!important;
  padding: 3px 20px 6px 20px!important;
  border: 2px solid #fff;
  text-shadow: none;
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 7px;
  text-decoration: none;
}

.masthead {
  box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
  will-change: transform;
}

.top-bar.page-center,
.header-bar.page-center {
  margin-right: auto;
  margin-left: auto;
}

.top-bar {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 0;
  box-sizing: border-box;
  min-height: 36px;
  padding: 10px 0 10px 0;
  color: #3e4e56;
}

.top-bar * {
  font-size: inherit;
  line-height: inherit;
}

.top-bar>.mini-widgets {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.top-bar .mini-widgets.right-widgets, .top-bar .mini-widgets:last-child {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.masthead .mini-widgets>*, .masthead .mobile-mini-widgets>* {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.top-bar .text-area {
  color: #3e4e56;
}

.masthead .top-bar .text-area {
  font: 16px / 22px "Kanit",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
}

.masthead:not(.side-header) .mini-widgets>.first, .masthead:not(.side-header) .mini-widgets>:first-child{
  margin-left: 0
}

.text-area>p {
  margin-bottom: 0;
}

.mini-widgets .text-area a{
  text-decoration: underline;
}

.top-bar a:hover {
  text-decoration: none;
}

.masthead .soc-ico {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  margin-right: 0;
}

.masthead .mini-widgets .soc-ico a {
  position: relative;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none;
}

.masthead .mini-widgets .soc-ico a{
  width: 26px;
  height: 26px;
  margin: 0 0 0 1.5px;
  line-height: 26px;
  border-radius: 100px;
}

.masthead .mini-widgets .soc-ico a:first-child,
.masthead .mobile-mini-widgets .soc-ico a:first-child{
  margin-left: 0;
}

.soc-ico a:after, .soc-ico a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  border-radius: inherit;
  transition: opacity .15s linear;
}

.soc-ico a:before{
  opacity: 1;
}

.soc-ico a:after {
  transition-delay: .1s;
  opacity: 0;
}

.soc-ico a:hover:after {
  opacity: 1;
}

.masthead .mini-widgets .soc-ico a:before, 
.masthead .mini-widgets .soc-ico a:after{
  width: 26px;
  height: 26px;
}

[class^=soc-font-]{
  font-family: icomoon-the7-font!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.soc-ico a .soc-font-icon {
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.masthead .soc-ico .soc-font-icon{
  font-size: 16px;
  line-height: 26px;
}

.facebook .soc-font-icon:before {
  content: "\f106";
}

.masthead .mini-widgets .soc-ico a:hover {
  opacity: 1;
}

.linkedin .soc-font-icon:before {
  content: "\f113";
}

.you-tube .soc-font-icon:before {
  content: "\f138";
}

.text-area p {
  margin: 0;
}

header.header-bar {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  min-height: 100px;
  transition: all 0.1s ease 0s;
}

.branding {
  line-height: 0;
  font-size: 0;
  margin-top: -22px;
}

.branding>div {
  padding: 0 50px 20px 0;
}

.branding .mobile-logo {
  display: none;
}

.sticky .masthead {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0,0,0,.8);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.show-demo-header .dialog-type-lightbox {
  opacity: 1;
  visibility: visible;
}

body.show-demo-header {
  overflow-y: hidden;
}

.dialog-type-lightbox .dialog-widget-content {
  background-color: #fff;
  position: absolute;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
  animation-duration: 0.5s;
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  right: -100%;
  transition: all 0.3s ease;
}

.show-demo-header .dialog-type-lightbox .dialog-widget-content {
  right: 0;
}

.dialog-type-lightbox .dialog-header {
  font-size: 15px;
  color: #495157;
  padding: 30px 0 10px;
  font-weight: 500;
  display: none;
}

.dialog-type-lightbox .dialog-message {
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100vh;
  align-items: flex-start;
}

.dialog-type-lightbox section.request-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 20px;
}

.dialog-type-lightbox .elementor-column-wrap {
  padding: 10px;
}

.dialog-type-lightbox .elementor-widget-container h2 {
  padding: 0;
  margin: 0 0 50px 0;
  color: #3e4e56;
  font: normal 24px / 1 "Kanit",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  text-align: center;
}

.dialog-type-lightbox .elementor-column-wrap iframe {
  width: 100% !important;
}

.dialog-buttons-wrapper.dialog-lightbox-buttons-wrapper {
  display: none;
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 1;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  display: block;
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eicon-close:before {
  content: '\e87f';
}

.no-nav-header #wpfront-notification-bar td {
  height: 40px;
}

.no-nav-header .branding {
  margin-top: 24px;
  margin-bottom: 1px;
}

@media screen and (min-width: 992px) {
  .masthead {
    transition: background-color 330ms ease,background-image 330ms ease;
    position: absolute;
    /* top: 39px; */
    width: 100%;
    z-index: 500;
  }

  .mobile-header-bar{
    display: none;
  }

  .dt-mobile-header {
    display: none;
  }


}
@media (max-width: 1024px) {
  .top-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {

  .mobile-header-bar {
    padding: 0 50px 0 50px;
    min-height: 60px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: 100%;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }

  .mobile-header-bar>* {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
  }
  .branding .desktop-logo {
    display: none;
  }

  .branding .mobile-logo {
    display: block;
  }

  .branding {
    margin-top: 0;
  }

  header.header-bar,
  .masthead .top-bar .text-area {
    display: none;
  }

  .masthead .page-center {
    max-width: 1200px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky .masthead {
    top: -46px;
  }

  .sticky .body-container-wrapper {
    padding-top: 70px;
  }

  .mobile-sticky-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
  }

  .mobile-sticky-header-overlay, .mobile-sticky-sidebar-overlay {
    background-color: rgba(17,17,17,.5);
  }

  .mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }

  .no-nav-header #wpfront-notification-bar td {
    height: 39px;
  }

  .no-nav-header .mobile-branding {
    margin-top: 56px;
    margin-bottom: 2px;
  }
}

@media (min-width: 779px) {
  .mobile-mini-widgets-in-menu {
    display: none;
  }
}
@media (max-width: 778px) {
  .mobile-header-bar {
    padding: 0 50px 0 50px;
    min-height: 60px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: 100%;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }

  .mobile-header-bar>* {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
  }

  .top-bar.page-center {
    display: none;
  }

  .mobile-header-bar {
    padding: 0 20px 0 20px;
  }

  .mobile-header-bar .mobile-mini-widgets .text-area {
    display: none;
  }

  .mobile-mini-widgets-in-menu {
    padding: 30px 0;
    display: -ms-flexbox!important;
    display: -ms-flex!important;
    display: flex!important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dt-mobile-header .mobile-mini-widgets-in-menu>* {
    margin: 5px 17px 5px 0;
  }

  .dt-mobile-header .mini-contacts {
    display: -ms-flexbox!important;
    display: -ms-flex!important;
    display: flex!important;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: normal;
    font: 500 16px / 20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    color: #3e4e56;
  }

  .dt-mobile-header .mini-contacts:before {
    font-family: icomoon-the7-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #3e4e56;
    margin-right: 5.71428571429px;
  }

  .dt-mobile-header .mini-contacts i {
    font-size: 16px;
    color: #3e4e56;
    margin-right: 5.71428571429px;
    font-family: icomoon-the7-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icomoon-the7-font-the7-phone-06:before {
    content: "\e106";
  }

  .dt-mobile-header .soc-ico {
    display: -ms-flexbox!important;
    display: -ms-flex!important;
    display: flex!important;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dt-mobile-header .soc-ico a {
    width: 26px;
    height: 26px;
    margin: 0 2.5px;
    line-height: 26px;
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
  }

  a.mini-contacts:hover {
    opacity: .7;
  }
  .sticky .masthead {
    top: 0;
  }

  .no-nav-header .mobile-branding {
    margin-top: 10px;
    margin-bottom: 2px;
  }
}

@media (min-width: 992px) {
  .navigation-primary ul.submenu.level-1{
    border-top-style: solid;
    border-top-width: 2px;
    height: 100px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-pack: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }

  .navigation-primary .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .submenu.level-1 > li {
    display: inline-block;
  }

  .submenu.level-1 > li.has-submenu {
    position: relative;
  }

  .navigation-primary .submenu.level-1>li>a {
    margin: 0 20px 0 20px;
    padding: 4px 4px 4px 4px;f
    text-decoration: none;
    font: normal 17px / 21px "Kanit",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    display: inline-block;
  }

  .navigation-primary .submenu.level-1>li.has-submenu>a {
    cursor: default;
    margin: 0 30px 0 20px;
  }

  .navigation-primary .submenu.level-1>li.has-submenu>a:after {
    content: "\f005";
    font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 8px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 24px;
    width: 8px;
    height: 8px;
  }

  .navigation-primary .submenu.level-1>li.has-submenu:first-child>a {
    margin-left: 1px;
  }

  .navigation-primary .submenu.level-1>li.requestademo>a:after {
    content: "\f0272";
    margin: 0px 10px 0px 7px;
    font-size: 14px;
    font-family: icomoon-the7-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 1.25em;
  }

  .submenu.level-2 {
    left: 0;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
    visibility: hidden;
    width: 280px;
    padding: 9px 10px 9px 10px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-sizing: border-box;
  }

  .submenu.level-2 > li {
    position: relative;
    display: block;
    box-sizing: border-box;
  }

  .submenu.level-2 > li a {
    margin: 0 0 2px 0;
    padding: 10px 10px 10px 10px;
    transition: background .3s;
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    font: 16px / 20px "Kanit",Helvetica,Arial,Verdana,sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  .submenu.level-2 > li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0px 10px 0px 0px;
    text-align: center;
    width: 1.25em;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
  }

  .submenu.level-2 > li a:hover,
  .submenu.level-2 > li a:focus{
    text-decoration: none;
  }

  .submenu.level-2 > li.ukgreadysuite a:before {
    display: none;
  }

/*   .submenu.level-2 > li.workforcereadysuite a {
    color: #70b4e3;
  } */

  .solutions .submenu.level-2 > li {
    padding-left: 10px;
  }

  .solutions .submenu.level-2 > li.ukgreadysuite {
    padding-left: 0;
  }

  .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
  .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
    visibility: visible;
  }

}
/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

.navigation-primary .submenu.level-1>li.requestademo>a {
  justify-content: center;
  margin-top: 12px;
  padding: 12px;
  background-color: rgba(147, 212, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 50px;
}

.navigation-primary .submenu.level-1>li.requestademo>a:hover {
 color: #fff; 
}

@media (min-width: 1025px) {
  .navigation-primary .submenu.level-1>li.requestademo>a {
    margin-top: 0;
    padding: 9px 6px 9px 13px;
  }

  .navigation-primary .submenu.level-1>li.requestademo>a:hover {
    transition: all .3s ease-out;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .navigation-primary ul.submenu.level-1 {
    padding-right: 1px;
  }
}

@media (max-width: 991px) {


  .dt-mobile-menu-icon, .lines-button {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
  }

  .dt-mobile-menu-icon {
    padding: 12px 9px 12px 9px;
  }

  .dt-mobile-menu-icon .lines-button {
    position: relative;
    margin-right: 0;
    text-align: center;
    height: 16px;
    width: 22px;
  }

  .menu-line {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 22px;
    height: 2px;
    content: '';
    transform-origin: 1.5px center;
    transition: transform .2s linear,color .2s linear;

  }

  .dt-mobile-menu-icon .menu-line {
    max-width: 100%;
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 2px;
  }

  .dt-mobile-menu-icon .menu-line:first-of-type {
    top: 0;
  }

  .menu-line:after, .menu-line:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
  }

  .menu-line:before {
    opacity: 1;
  }

  .dt-mobile-menu-icon .menu-line:before {
    background-color: #70b4e3;
    background: #333333!important;
  }

  .menu-line:after {
    opacity: 0;
  }

  .dt-mobile-menu-icon .menu-line:after {
    background-color: #70b4e3;
    background: #333333!important;
  }

  .dt-mobile-menu-icon .menu-line:nth-of-type(2) {
    top: 7px;
  }

  .dt-mobile-menu-icon .menu-line:nth-of-type(3) {
    top: 14px;
  }

  .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type {
    transform: translateY(2px);
  }

  .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3) {
    transform: translateY(-2px);
  }

  .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .mobile-mini-widgets {
    max-width: calc(100% - 45px);
  }

  .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .mobile-header-bar .mobile-mini-widgets .text-area {
    font: 16px / 20px "Signika",Helvetica,Arial,Verdana,sans-serif;
    color: #3e4e56;
  }

  .mobile-header-bar .mobile-mini-widgets .text-area a {
    text-decoration: underline;
  }

  .mobile-header-bar .mobile-mini-widgets .text-area a:hover {
    text-decoration: none;
  }

  .mobile-header-bar .mobile-branding {
    line-height: 0;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-order: 0;
    order: 0;
  }

  .mobile-branding a{
    padding: 10px 30px 10px 0;
    display: inline-block;
  }

  .dt-mobile-header {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    width: 330px;
    display: block;
    right: 0;
    transform: translate3d(100%,0,0);
    transition: right .5s ease;
  }

  .show-mobile-header .dt-mobile-header {
    right: 330px;
    overflow-y: auto;
  }

  .mobile-header-scrollbar-wrap {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .dt-mobile-header .mobile-header-scrollbar-wrap {
    width: calc(330px - 13px);
    padding: 45px 15px 30px 30px;
    box-sizing: border-box;
  }

  .dt-close-mobile-menu-icon {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .5s ease;
    min-width: 12px;
    min-height: 12px;
    cursor: pointer;
  }

  .dt-close-mobile-menu-icon {
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
    border-radius: 0;
  }

  .show-mobile-header .dt-close-mobile-menu-icon {
    opacity: 1;
    left: 0;
  }

  .dt-close-mobile-menu-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    opacity: 1;
    background-color: #70b4e3;
  }

  .dt-close-mobile-menu-icon .close-line-wrap {
    position: relative;
    width: 20px;
    height: 20px;
  }

  .dt-close-mobile-menu-icon span {
    position: relative;
    display: block;
    margin: 0;
    transition: all .2s;
    z-index: 2;
  }

  .dt-close-mobile-menu-icon .close-line {
    display: inline-block;
    transform-origin: 50% 50%;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    transition: transform .2s ease;
    width: 20px;
    top: 50%;
    margin-top: -1px;
  }

  .dt-close-mobile-menu-icon .close-line:first-child {
    transform: rotate3d(0,0,1,45deg);
  }

  .dt-close-mobile-menu-icon span:before {
    background-color: #70b4e3;
    background: #ffffff!important;
  }

  .dt-close-mobile-menu-icon .close-line:after, .dt-close-mobile-menu-icon .close-line:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
  }

  .dt-close-mobile-menu-icon .close-line:before {
    opacity: 1;
  }

  .dt-close-mobile-menu-icon .close-line:after {
    opacity: 0;
  }

  .dt-close-mobile-menu-icon span:after {
    background-color: #70b4e3;
    background: #ffffff!important;
  }

  .dt-close-mobile-menu-icon .close-line:nth-child(2) {
    display: none;
  }

  .dt-close-mobile-menu-icon .close-line:last-child {
    transform: rotate3d(0,0,1,-45deg);
  }

  .navigation-primary ul.submenu.level-1 {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
    margin: 0;
    padding: 0;
  }

  .navigation-primary ul.submenu.level-1>li {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }

  .navigation-primary ul.submenu.level-1>li>a {
    text-decoration: none;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 0;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }

  nav.navigation-primary {
    display: block;
    position: relative;
    z-index: 9;
  }

  .navigation-primary .submenu.level-1>li.has-submenu>a {
    cursor: default;
    max-width: calc(100% - 25px);
  }

  .navigation-primary ul.submenu.level-1>li>a {
    padding: 11.05px 25px 11.05px 0;
    font: 17px / 21px "Kanit",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
    text-transform: none;
  }

  .navigation-primary .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin: 0;
    margin-bottom: 16.5px;
    padding: 0 0 0 10px;
    list-style: none;
    display: none;
  }

  .navigation-primary .solutions .submenu.level-2 {
    padding: 0 0 0 20px;
  }

  .navigation-primary .submenu.level-2>li {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }

  .navigation-primary .submenu.level-2>li>a {
    padding: 6.4px 0 6.4px 0;
    margin: 0;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    color: #333;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font: 16px / 20px "Kanit",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
    text-transform: none;
  }

  .navigation-primary .submenu.level-2>li>a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 1.25em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 0px 10px;
  }

  .navigation-primary .submenu.level-2>li>a:hover {
    color: #70b4e3;
  }

  .navigation-primary .submenu.level-2>li.ukgreadysuite>:before {
    display: none;
  }

  .navigation-primary ul.submenu.level-1>li>a:hover {
    color: #70b4e3;
  }

  .child-trigger:after {
    content: "\ef02";
    font-family: icomoon-the7-font;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 21px;
    font-style: normal;
  }

  .child-trigger {
    position: relative;
    right: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    min-width: 30px;
    transition: transform .3s ease-out;
    padding: 11.05px 0;
    top: 0;
    line-height: 21px;
    color: rgba(51,51,51,.17);
    cursor: pointer;
  }

  .navigation-primary ul.submenu.level-1>li.requestademo>a:after {
    content: "\f0272";
    font-family: icomoon-the7-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 1.25em;
    margin: 0px 10px 0px 5px;
    font-size: 17px;
  }

  .child-open .child-trigger {
    transform: rotate(45deg);
  }


}

@media (min-width: 992px) {
    .navigation-primary .submenu.level-1>li > a.active-branch {
        color: #333;
    }
}

@media (min-width: 768px) {
  .navigation-primary ul.submenu.level-1>li.ukgreadylogin {
    display: none;
  }
}


@media screen and (max-width: 330px){
  .show-mobile-header .dt-mobile-header {
    right: 100%;
  }

  .show-mobile-header .dt-close-mobile-menu-icon {
    left: auto;
    right: 0;
  }

  .dt-mobile-header .mobile-header-scrollbar-wrap {
    max-width: 307px;
  }

  .dt-mobile-header .soc-ico {
    margin-left: -3px;
  }
}