@charset "UTF-8";
/*
Theme Name: Beryl8
Theme URI: http://github.com/nstaeger/WordPress-UIkit-Starter-Theme
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, uikit, starter, theme, developer, grid, two-columns, responsive-layout, fluid-layout, offcanvas, sidebar, featured-images
Text Domain: wordpress-uikit-starter-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Helvetica Neue font */
@font-face {
  font-family: 'helvetica-neue';
  src: url("fonts/helvetica-neue/helvetica-neue-light.woff") format("woff"), url("fonts/helvetica-neue/helvetica-neue-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-neue';
  src: url("fonts/helvetica-neue/helvetica-neue-lightitalic.woff") format("woff"), url("fonts/helvetica-neue/helvetica-neue-lightitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'helvetica-neue';
  src: url("fonts/helvetica-neue/helvetica-neue.woff") format("woff"), url("fonts/helvetica-neue/helvetica-neue.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-neue';
  src: url("fonts/helvetica-neue/helvetica-neue-italic.woff") format("woff"), url("fonts/helvetica-neue/helvetica-neue-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'helvetica-neue';
  src: url("fonts/helvetica-neue/helvetica-neue-bold.woff") format("woff"), url("fonts/helvetica-neue/helvetica-neue-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-neue';
  src: url("fonts/helvetica-neue/helvetica-neue-bolditalic.woff") format("woff"), url("fonts/helvetica-neue/helvetica-neue-bolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

/* Proxima Nova font */
@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-Light.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-LightItalic.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-LightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-RegularItalic.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-Semibold.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-SemiboldItalic.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-SemiboldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-Bold.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proxima-nova/ProximaNova-BoldItalic.woff") format("woff"), url("fonts/proxima-nova/ProximaNova-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

/*
General Styles
*/
html {
  font: normal 20px / 24px "helvetica-neue",Helvetica,Arial,sans-serif;
  color: #666;
  font-weight: 400;
  overflow-x: hidden; }

/*
Typogaphy
*/
a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase; }

h2 {
  font-size: 35px;
  line-height: 35px;
  color: #5bc3c4;
  font-weight: 700; }

h3 {
  font-size: 20px;
  line-height: 24px;
  color: #55bae5;
  font-weight: 500; }
.wpml-ls-legacy-list-horizontal .wpml-ls-flag{
  width: 23px;
  height: 17px;
}
.section-title {
  text-align: center;
  margin-bottom: 35px; }

.round-button {
  color: #fff;
  background-color: #5bc3c4;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  border-radius: 15px;
  transition: all .1s ease-in-out; 
}
  .round-button:hover{
    color: #fff !important;
    background-color: #5ea0a0;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    .round-button {
      font-size: 15px; } }
  
  .round-button .white {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent; }

.round-button-2 {
  color: #5bc3c4;
  background-color: transparent;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 15px;
  border: 1px solid #5bc3c4;
  transition: all .1s ease-in-out; }
  .round-button-2 :hover {
    color: #fff;
    background-color: #5bc3c4;
    text-decoration: none; }

/* 
Site body 
*/
#main {
  padding-top: 155px; }

.wpml_lang_mobile{
    list-style: none;
    float: right;
}
.wpml_lang_mobile li{
  float: left;
  width: 50px;
}
/*
Header 
*/
#header {
  padding: 40px 0 35px;
  border-bottom: 1px solid #cfd1d2;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1005;
  transition: all 200ms ease-in-out;
  top: 0; 
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
}
  #header .nav-up {
    top: -125px; }
  #header .scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    border-bottom: none; }

.site-logo img {
  width: auto;
  height: 127px;
  transition: all 200ms ease-in-out; }
.scrolled.site-logo img {
  height: 65px; }
/* .nav-right {
  float: right;
  font-family: "helvetica-neue", Helvetica, Arial, sans-serif; 
} */

.nav-right {
  font-family: "helvetica-neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: -10px;
  right:150px;
}
#wpml_header_top{
  position: absolute;
  bottom: -20px;
  right: 0px;
} 

.main-menu-nav {
  position: relative; }

ul#menu-main-menu {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  ul#menu-main-menu > li {
    display: inline-block;
    position: relative; }
    ul#menu-main-menu > li > a {
      font-size: 14px;
      line-height: 27px;
      display: inline-block;
      color: #b9bcbe;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 10px;
      margin: 0 8px;
      transition: all .1s ease-in-out;
      position: relative; }
    ul#menu-main-menu > li a:hover, ul#menu-main-menu > li ul#menu-main-menu > li.current_page_item > a {
      text-decoration: none;
      color: #5bc3c4; }
    ul#menu-main-menu > li :last-child > a {
      border: 1px solid #5bc3c4;
      color: #5bc3c4; }

/* Thai Version */
ul#menu-main-menu-th {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  ul#menu-main-menu-th > li {
    display: inline-block;
    position: relative; }
    ul#menu-main-menu-th > li > a {
      font-size: 14px;
      line-height: 27px;
      display: inline-block;
      color: #b9bcbe;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 10px;
      margin: 0 8px;
      transition: all .1s ease-in-out;
      position: relative; }
      ul#menu-main-menu-th > li > a :hover, ul#menu-main-menu-th > li > a ul#menu-main-menu-th > li.current_page_item > a {
        text-decoration: none;
        color: #5bc3c4; }
    ul#menu-main-menu-th > li :last-child > a {
      border: 1px solid #5bc3c4;
      color: #5bc3c4; }

/* Fix Problem Thai Menu */
ul#menu-main-menu-1 {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  ul#menu-main-menu-1 > li {
    display: inline-block;
    position: relative; }
    ul#menu-main-menu-1 > li > a {
      font-size: 14px;
      line-height: 27px;
      display: inline-block;
      color: #b9bcbe;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 10px;
      margin: 0 8px;
      transition: all .1s ease-in-out;
      position: relative; }
      ul#menu-main-menu-1 > li > a :hover, ul#menu-main-menu-1 > li > a ul#menu-main-menu-1 > li.current_page_item > a {
        text-decoration: none;
        color: #5bc3c4; }
    ul#menu-main-menu-1 > li :last-child > a {
      border: 1px solid #5bc3c4;
      color: #5bc3c4; }

      ul#menu-main-menu > li.menu-item-has-children > a:after, 
      ul#menu-main-menu-th > li.menu-item-has-children > a:after,
      ul#menu-main-menu-vi > li.menu-item-has-children > a:after  
      {
        content: "▼";
        color: #5bc3c4;
        position: absolute;
        right: -17px;
        top: 2px;
        font-size: 1em;
        transform: scaleX(1.3);
        -moz-transform: scaleX(1.3);
        -webkit-transform: scaleX(1.3); }
      
      ul#menu-main-menu > li > ul.sub-menu, 
      ul#menu-main-menu-th > li > ul.sub-menu,
      ul#menu-main-menu-vi > li > ul.sub-menu {
        display: none;
        padding-top: 26px;
        position: absolute;
        transition: all .1s ease-in-out;
        left: -26px;
        font-family: "helvetica-neue", Helvetica, Arial, sans-serif; }
      
      .scrolled ul#menu-main-menu > li > ul.sub-menu, 
      .scrolled ul#menu-main-menu-th > li > ul.sub-menu,
      .scrolled ul#menu-main-menu-vi > li > ul.sub-menu {
        padding-top: 12px; }
      
      ul#menu-main-menu > li:hover > ul.sub-menu, 
      ul#menu-main-menu-th > li:hover > ul.sub-menu,
      ul#menu-main-menu-vi > li:hover > ul.sub-menu {
        display: inline-block; }
      
      ul#menu-main-menu ul.sub-menu, 
      ul#menu-main-menu-th ul.sub-menu,
      ul#menu-main-menu-vi ul.sub-menu {
        list-style: none;
        padding-left: 0;
        width: 200px; }
      
      ul#menu-main-menu ul.sub-menu > li, 
      ul#menu-main-menu-th ul.sub-menu > li,
      ul#menu-main-menu-vi ul.sub-menu > li {
        display: block; }
      
      ul#menu-main-menu ul.sub-menu > li > a, 
      ul#menu-main-menu-th ul.sub-menu > li > a,
      ul#menu-main-menu-vi ul.sub-menu > li > a {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        font-weight: 400;
        margin-bottom: 1px; }
      
      ul#menu-main-menu ul.sub-menu > li > a:hover, 
      ul#menu-main-menu-th ul.sub-menu > li > a:hover,
      ul#menu-main-menu-vi ul.sub-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.5);
        text-decoration: none; }

      /* MENU SUB 2 */
      ul#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu,
      ul#menu-main-menu-th > li > ul.sub-menu > li > ul.sub-menu,
      ul#menu-main-menu-vi > li > ul.sub-menu > li > ul.sub-menu {
        display: none;
        left: 200px;
        top: 0px;
        padding-top: 26px;
        position: absolute;
        transition: all .1s ease-in-out;
        font-family: "helvetica-neue", Helvetica, Arial, sans-serif; 
      }
      
      ul#menu-main-menu > li > ul.sub-menu > li:hover > ul.sub-menu,
      ul#menu-main-menu-th > li > ul.sub-menu > li:hover > ul.sub-menu,
      ul#menu-main-menu-vi > li > ul.sub-menu > li:hover > ul.sub-menu
      {
          display: inline-block;
      }
      ul#menu-main-menu ul.sub-menu > li > ul.sub-menu li,
      ul#menu-main-menu-th ul.sub-menu > li > ul.sub-menu li,
      ul#menu-main-menu-vi ul.sub-menu > li > ul.sub-menu li
      {
        list-style: none;
        padding-left: 0;
        width: 200px;
      }

      /* Vietnam Version */
      ul#menu-main-menu-vi {
        list-style: none;
        padding-left: 0;
        margin: 0; }
        ul#menu-main-menu-vi > li {
          display: inline-block;
          position: relative; }
          ul#menu-main-menu-vi > li > a {
            font-size: 14px;
            line-height: 27px;
            display: inline-block;
            color: #b9bcbe;
            text-transform: uppercase;
            font-weight: 500;
            padding: 0 10px;
            margin: 0 8px;
            transition: all .1s ease-in-out;
            position: relative; }
            ul#menu-main-menu-vi > li > a :hover, ul#menu-main-menu-vi > li > a ul#menu-main-menu-vi > li.current_page_item > a {
              text-decoration: none;
              color: #5bc3c4; }
          ul#menu-main-menu-vi > li :last-child > a {
            border: 1px solid #5bc3c4;
            color: #5bc3c4; }
      
/* Fix Problem This Menu */
ul#menu-main-menu-1 > li.menu-item-has-children > a:after {
  content: "▼";
  color: #5bc3c4;
  position: absolute;
  right: -17px;
  top: 2px;
  font-size: 1em;
  transform: scaleX(1.3);
  -moz-transform: scaleX(1.3);
  -webkit-transform: scaleX(1.3); }

ul#menu-main-menu-1 > li > ul.sub-menu {
  display: none;
  padding-top: 26px;
  position: absolute;
  transition: all .1s ease-in-out;
  left: -26px; }

.scrolled ul#menu-main-menu-1 > li > ul.sub-menu {
  padding-top: 12px; }

ul#menu-main-menu-1 > li:hover > ul.sub-menu {
  display: inline-block; }

ul#menu-main-menu-1 ul.sub-menu {
  list-style: none;
  padding-left: 0;
  width: 200px; }
  ul#menu-main-menu-1 ul.sub-menu > li {
    display: block; }
    ul#menu-main-menu-1 ul.sub-menu > li > a {
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.2);
      display: block;
      font-weight: 400;
      margin-bottom: 1px; }
      ul#menu-main-menu-1 ul.sub-menu > li > a :hover {
        background-color: rgba(0, 0, 0, 0.5);
        text-decoration: none; }

/*  Mobile Menu */
.mobile-menu-button {
  position: absolute;
  top: 50%;
  right: 5%;
  color: #3fc2dd;
  font-size: 50px;
  transform: translateY(-50%); }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px;
  background-color: #3fc2dd;
  color: #fff;
  z-index: 1055;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box;
  transition: transform .2s ease-in-out;
  transform: translateX(-100%); }

.mobile-menu-close {
  position: absolute;
  top: 50px;
  right: 50px; }

.mobile-menu-close img {
  width: 56px; }

#menu-main-menu-mobile {
  list-style: none;
  text-align: right;
  margin-top: 50px; }
  #menu-main-menu-mobile > li > a {
    color: #fff;
    font-size: 28px;
    font-family: "helvetica-neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: uppercase; }
  #menu-main-menu-mobile > li:hover > a, #menu-main-menu-mobile #menu-main-menu-mobile > li.current-menu-item > a {
    opacity: 0.65; }

/*
    Site Footer
*/
#footer {
  background-color: #cfd1d2;
  /* padding: 0 0 40px; */
  padding: 0 0 0px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  /* margin-top: 15px; */ }

.footer-top {
  background-color: #4D4C4C;
  padding: 80px 0 90px;
  color: #fff; }
  .footer-logo{
    width: 150px;
  }
.footer-bottom {
  background-color: #63C8D4;
  color: #fff;
  /*
  padding: 10px 0;
   padding: 25px 0;  */
}
/* 
.footer-top-inner > * {
  width: 16.666%;
  float: left;
  box-sizing: border-box;
  padding-right: 25px; } */

  .footer-top-inner {
  display:flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}

.footer-top-inner h4 {
  color: #3FC3DB;
  font-weight: 400;
  font-size: 20px; }

.footer-top-inner p {
  font-size: 17px;
  line-height: 1.3em; }

.footer-top-inner ul {
  list-style: none;
  padding-left: 0; }

.footer-top-inner ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px; }
/* 
.footer-bottom-inner > * {
  width: 33.333%;
  float: left; } */

.footer-bottom-inner {
  font-size: 14px;
  line-height: 56px; }
  .footer-bottom-inner p {
    margin: 0; }
  .footer-bottom-inner a {
    margin-right: 20px;
    color: #fff;
    font-weight: 400; }
    .footer-bottom-inner a :hover {
      color: #626366; }

.footer-6 a {
  color: #55bae5; }

.social-link, .footer-bottom-inner .social-link {
  background-color: #cfd1d2;
  color: #fff;
  /* line-height: 56px;
  height: 56px;
  width: 52px; */
  margin: 45px 5px 20px 0;
  display: inline-block;
  font-size: 32px;
  text-align: center;
  transition: all .1s ease-in-out; }
  .social-link :hover, .footer-bottom-inner .social-link :hover {
    background-color: #1384c7;
    color: #fff; }

/*

#footer {
  background-color: #cfd1d2;
  padding: 0 0 0px;
  font-family: "proxima-nova", Helvetica, sans-serif;
   }

.footer-top {
  background-color: #4d4c4c;
  padding: 80px 0 90px;
  color: #fff; }
.footer-logo{
  width: 150px;
}
.footer-top ul li a{
  color: white;
  font-size: 16px;
}  

.footer-top .social_icon{
  margin-top: 50px;
}
.footer-bottom {
  background: linear-gradient(220deg, #63C8D4, #01A6DA);
  padding: 10px 0;
  color: white;  
}
.footer-bottom-right{
  float: right;
}
@media screen and (max-width:960px){

  .footer-bottom-left,.footer-bottom-right{
    text-align: center;
    width: 100% !important;
  }

}

.footer-top-inner > * {
  width: 16.666%;
  float: left;
  box-sizing: border-box;
  padding-right: 25px; }

.footer-top-inner h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px; }

.footer-top-inner p {
  font-size: 17px;
  line-height: 1.3em; }

.footer-top-inner ul {
  list-style: none;
  padding-left: 0; }

.footer-top-inner ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px; }

.footer-bottom-inner > * {
  width: 33.333%;
  float: left; }

.footer-bottom-inner {
  font-size: 14px;
  line-height: 56px; }
  .footer-bottom-inner p {
    margin: 0; }
  .footer-bottom-inner a {
    margin-right: 30px;
    color: white;
    font-weight: 400; }
    .footer-bottom-inner a :hover {
      color: #626366; }

.footer-6 a {
  color: #55bae5; }

.social-link, .footer-bottom-inner .social-link {
  background-color: #cfd1d2;
  color: #fff;
  margin-right: 2px;
  display: inline-block;
  font-size: 32px;
  text-align: center;
  transition: all .1s ease-in-out; }
  .social-link :hover, .footer-bottom-inner .social-link :hover {
    background-color: #1384c7;
    color: #fff; }
.social-link, .footer-bottom-inner .social-link img{
  width: 35px;
}
*/

/*
    Top section Title
*/
.main-top-section .main-container h1, 
.main-top-section .main-container h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background-color: inherit !important;
}

.main-top-section {
  background-size: cover;
  padding: 12.5% 0;
  /* padding: 120px 0 150px; */
  background-position-x: center;
  background-color: #b9bcbe; }
.top-section {
  background-size: cover;
  padding: 14% 0;
  /* padding: 120px 0 150px; */
  background-position-x: center;
  background-color: #b9bcbe; }
  .top-section h1, .top-section h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(91, 195, 196, 0.9);
    line-height: 50px;
    display: inline-block;
    padding: 15px 15px 15px 500px;
    margin-left: -500px; }
    .top-section h1 span, .top-section h2 span {
      font-weight: 200;
      font-size: 42px;
      display: block;
      line-height: 42px; }
  .top-section p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    max-width: 620px; }

.single-page-content {
  padding-top: 50px;
  padding-bottom: 50px; }
  .single-page-content h3 {
    font-size: 36px;
    color: #4d4d4d;
    text-transform: none;
    line-height: 1.25em;
    margin-bottom: 1em; }
  .single-page-content p {
    font-size: 21px;
    color: #4d4d4d;
    line-height: 1.45em;
    margin-bottom: 1.5em; }

  .header-container {
    display: flex;
    justify-content: center;
    background-color: #63C8D4;
    box-shadow: 0px 3px 10px -2px #63C8D4;
  }
/* 
  .header-container .header-section {
    display: flex;
    height: 80px;
  } */

  .header-container .header-section h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 20px 0;
  }

/*
Home Page
*/
.home-top-section {
  /* background-image: url(img/home-top-section.png); */
  background-image: url('https://storage.googleapis.com/be8website.appspot.com/Head-banner11-2-real.png');
  background-position: top center; 
}
.home-top-inner {
  position: relative;
  height: 540px; }

#home-title {
  margin-top: 120px;
  position: relative;
  z-index: 100;
  transition: opacity .5s ease-in; }
  #home-title h1, #home-title h2 {
    font-size: 40px; }

.why-beryl8 {
  padding: 50px 0 60px;
  background-image: url(img/gray-diagonal-bg.jpg);
  background-position-x: center;
  background-position-y: -10px;
  background-repeat: no-repeat;
  background-size: auto; }

.why-beryl8 .ico_underline
{
  height: 100px;
  border-bottom: 1px solid #cfd1d2;
  margin: 20px 0;
  text-align: center;
}  
  .why-beryl8 h2{
    color:#4D4C4C;
  }
  .why-beryl8 h3 {
    text-align: center;
    /* padding: 0 20px;  */
    font-weight: bolder;
    color: #0091D4;
    height: 120px;
  }
  .why-beryl8 p {
    text-align: center;
    margin: 0 auto;
    max-width: 245px;
    line-height: 28px;
    color: #919191;
    font-weight: 400; }
  .why-beryl8 .uk-width-medium-1-4 {
    text-align: center; }
    .why-beryl8 .uk-width-medium-1-4 img {
      padding: 16px 0; }
  .why-beryl8 .uk-width-1-1{
    text-align: center;
  }    
  .why-beryl8 .salesforce img {
    padding: 0; }
@media screen and (max-width: 480px) {
  .why-beryl8 h2{
    font-size: 35px;
  }
  .why-beryl8 .uk-grid div{
    width: 50%;
  }
  .why-beryl8 .ico_underline {
    width: 100% !important;
  }
  .why-beryl8 .content_intro{
    width: 100% !important;
  }
}
/* .why-beryl8 .content_intro{
  display: none;
} */

.solutions {
  padding: 50px 0 85px;
  margin-top: 50px;
  position: relative;
  text-align: center; 
}
.solutions h2{
  color: #4D4C4C;
}
  .solutions > img {
    position: absolute;
    max-width: none;
    z-index: -1; }

#blue-cloud-1 {
  top: 28px;
  left: 800px; }

#blue-cloud-2 {
  top: 0;
  left: 50%;
  transform: translateX(-40%); }

/* Contact Us */
.contact-section {
  /* background-color: #83d1db; */
  background-image: url('https://storage.googleapis.com/be8website.appspot.com/contact_section.png');
	height: 640px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.contact-section p {
  color: white; }

.contact-inner {
  /* padding-top: 150px; */
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform .3s ease; }
  .contact-inner h2 {
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    /*max-width: 700px;*/
    margin-bottom: 32px; }
    .contact-inner h2 span {
      font-weight: 200; }

.contact-inner > * {
  position: relative;
  height: 100%; }

.contact-image {
  float: right; }

.submit-button {
  position: absolute;
  /* bottom: 30%; */ }

.contact-screen-1 {
  padding-top: 150px;
  background-size: cover;
  background-repeat: no-repeat; 
}

.contact-screen-2 {
  padding-top: 50px;
  background: url(img/contact-screen-2b.jpg);
  background-size: cover;
  transform: translateX(100%); }

.contact-screen-3 {
  background: url(img/contact-screen-3.jpg);
  background-size: cover;
  transform: translateX(100%);
  text-align: right; }

.contact-screen-3 h3 {
  font-size: 67px;
  margin-top: 165px;
  color: #fff;
  font-weight: 700; }

.contact-screen-3 h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1.6em;
  font-weight: 300; }

#beryl-contact .field {
  text-align: right;
  margin-bottom: 15px; }

#beryl-contact .field-message label {
  vertical-align: top; }

#beryl-contact label {
  font-size: 18px;
  font-weight: 400;
  color: #808080; }

#beryl-contact input[type="text"],
#beryl-contact input[type="email"],
#beryl-contact textarea {
  width: 100%;
  max-width: 445px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 30px;
  box-sizing: border-box;
  margin-left: 25px;
  padding: 0 15px; }

#beryl-contact input[type="text"]:focus,
#beryl-contact input[type="email"]:focus,
#beryl-contact textarea:focus {
  background-color: white; }

#beryl-contact textarea {
  height: 165px;
  padding: 15px; }

#beryl-contact input[type="submit"] {
  /* position: absolute;
    left: 35px;
    bottom: 30%; */
  border: none; }

#beryl-contact .wpcf7-not-valid-tip {
  display: none; }

#beryl-contact .wpcf7-not-valid {
  border: 1px solid red !important; }

.contact_get_in{
  text-align: center;
}

.contact_get_in h2{
  color: white;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact_get_in .wpcf7-form input:not([type=checkbox]){
  width: 40%;
  padding: .375rem .75rem;
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 10px;

  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: white;
}
.contact_get_in .wpcf7-form input::placeholder,.contact_get_in .wpcf7-form textarea::placeholder {
  color: white;
}

.contact_get_in .wpcf7-form textarea{
  width: 85%;
  padding: .375rem .75rem;
  font-family: "helvetica-neue",Helvetica,Arial,sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;

  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: white;
}
.contact_get_in .wpcf7-form input[type="submit"]{
  font-weight: bold;
  color: #55bae5;
  background-color: white;
}

.contact_box_locations{
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact_box_locations h2{
  color: #4D4C4C;
}
.contact_box_locations h3{
  font-weight: bold;
}
.contact_box_locations h4{
  font-weight: bolder;
  color: gray;
  width: 80%;
}
.contact_box_locations h4 a{
  color: gray;
}
.contact_box_locations h4 img{
  margin-right: 20px;
  width: 20px;
}
.contact_box_locations h4 sub{
  font-size: 16px;
}

.contact_box_locations table tr td.icon{
  width: 34px;
  line-height: 16px;
}

@media screen and (max-width:960px){
  .contact_box_locations div{
    margin-bottom: 20px;
  }
  .contact_get_in .uk-grid,.contact_get_in .uk-grid > * {
    margin-left: 0px;
    padding-left: 0px;
  }
  .footer-top .uk-grid div{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact_get_in .wpcf7-form input{
    width: 85%;
  }
}

/* Sponsors section */
.partner-list {
  background-color: #cfd1d2;
  padding: 0;
  text-align: center;
  padding: 50px; 
}

.partner-list h2{
  /* color: white; */
  color: #4D4C4C
}

.partner-list ul {
  list-style: none;
  text-align: center;
  margin: 35px 0; }

.partner-list ul > li {
  display: inline-block;
  max-width: 18%;
  padding: 10px 15px 10px 15px;
  box-sizing: border-box; 
  width: 18%;
}

.partner-list ul > li > a > img {
  /* max-height: 65px; */
  width: auto; 
}
/* expertise */
.expertise-main {
  overflow: hidden; }

.expertise-inner {
  position: relative; }

#blue-diagonal {
  position: absolute;
  top: 0;
  right: -100px;
  width: 1300px;
  height: 100%;
  background-color: #39bfcd;
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  transform: skew(-22deg);
  z-index: -1; }

.expertise-list {
  float: left;
  margin-left: -65px; }

.expertise-item {
  position: relative;
  padding: 20px 60px;
  width: 475px;
  display: inline-block;
  margin-bottom: 15px;
  clear: both;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  transition: width .2s ease-in-out; }

.expertise-item.active {
  width: 500px; }

.expertise-inner .expertise-item:nth-child(2) {
  margin-left: 8px; }

.expertise-inner .expertise-item:nth-child(3) {
  margin-left: 16px; }

.expertise-inner .expertise-item:nth-child(4) {
  margin-left: 24px; }

.expertise-inner .expertise-item:nth-child(5) {
  margin-left: 32px; }

.expertise-inner .expertise-item:nth-child(6) {
  margin-left: 40px; }

.expertise-inner .expertise-item:nth-child(7) {
  margin-left: 48px;
  margin-bottom: 0; }

.exp-bg {
  background-color: #e8e8e8;
  -webkit-transform: skew(3.5deg);
  -moz-transform: skew(3.5deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.exp-image {
  height: 78px;
  width: 78px;
  background-image: url(img/expertise-list.png);
  border-radius: 50%;
  float: left; }

.expertise-inner .expertise-item:nth-child(2) .exp-image {
  background-position-y: -78px; }

.expertise-inner .expertise-item:nth-child(3) .exp-image {
  background-position-y: -156px; }

.expertise-inner .expertise-item:nth-child(4) .exp-image {
  background-position-y: -234px; }

.expertise-inner .expertise-item:nth-child(5) .exp-image {
  background-position-y: -312px; }

.expertise-inner .expertise-item:nth-child(6) .exp-image {
  background-position-y: -390px; }

.expertise-inner .expertise-item:nth-child(7) .exp-image {
  background-position-y: -468px; }

.exp-text {
  float: right;
  width: 255px;
  height: 78px; }
  .exp-text h4 {
    color: #5ac1c2;
    font-size: 21px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.expertise-content {
  text-align: center;
  margin: 100px 0 50px;
  float: right;
  max-width: 700px; }
  .expertise-content h3 {
    color: #fff;
    font-size: 56px;
    line-height: 1.3em;
    font-weight: 400; }
  .expertise-content h4 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
  .expertise-content p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 200;
    margin: 0 auto;
    max-width: 550px; }

.exp-image-bg {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-image: url(img/expertise-list-bg.png);
  margin: 55px auto 40px; }

.expertise-method {
  position: relative;
  text-align: center; }
  .expertise-method h2 {
    font-size: 50px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 200;
    margin: 100px 0;
    line-height: 50px; }
    @media screen and (max-width: 480px) {
      .expertise-method h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 50px 0; } }
    .expertise-method h2 span {
      font-weight: 600; }

#gray-diagonal {
  position: absolute;
  top: 0;
  left: 62px;
  width: 1173px;
  height: 100%;
  background-color: #e8e8e8;
  -webkit-transform: skew(3.5deg);
  -moz-transform: skew(3.5deg);
  transform: skew(3.5deg);
  z-index: -1; }

.expertise-image {
  position: relative;
  margin-bottom: 100px; }

.expertise-image-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto; }
  .expertise-image-details h3 {
    font-size: 40px;
    color: #959595;
    line-height: 1em;
    margin-bottom: 60px; }
  .expertise-image-details p {
    font-size: 18px;
    color: #b9bcbe;
    line-height: 1.35em; }

.expertise-mobile {
  margin: 0 -25px; }
  .expertise-mobile h3 {
    background-color: #e8e8e8;
    color: #5ac1c2;
    padding: 20px 5%;
    font-size: 30px;
    line-height: 1em;
    font-weight: 300;
    height: 78px;
    position: relative;
    margin: 20px 0 0;
    cursor: pointer; }
    .expertise-mobile h3 :after {
      content: "+";
      display: inline-block;
      font-size: 2em;
      width: 30px;
      line-height: 2em;
      font-weight: 700;
      color: #fbb03b;
      position: absolute;
      top: 45%;
      right: 5%;
      transform: translateY(-50%);
      transition: all .1s ease-in-out;
      text-align: center; }
    .expertise-mobile h3 .uk-active:after {
      content: "-"; }
    .expertise-mobile h3 span {
      position: relative;
      top: 50%;
      display: block;
      transform: translateY(-50%); }
  .expertise-mobile .exp-image {
    margin-right: 20px; }
  .expertise-mobile .uk-accordion-content {
    background-color: #e8e8e8;
    padding: 30px 5%;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 300; }

.expertise-mobile h3:nth-of-type(2) .exp-image {
  background-position-y: -78px; }

.expertise-mobile h3:nth-of-type(3) .exp-image {
  background-position-y: -156px; }

.expertise-mobile h3:nth-of-type(4) .exp-image {
  background-position-y: -234px; }

.expertise-mobile h3:nth-of-type(5) .exp-image {
  background-position-y: -312px; }

.expertise-mobile h3:nth-of-type(6) .exp-image {
  background-position-y: -390px; }

.expertise-mobile h3:nth-of-type(7) .exp-image {
  background-position-y: -468px; }

.expertise-image-mobile {
  margin: 0 -25px;
  z-index: 1;
  position: relative;
  margin-bottom: 25px; }

.expertise-image-mobile > * {
  padding: 0 5%;
  height: 240px;
  text-align: center;
  position: relative; }

.expertise-image-mobile > * > * {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.expertise-image-mobile > * > .number {
  float: left;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  background-color: #5ac1c2;
  border: 10px solid #fff;
  border-radius: 50%; }

.expertise-image-mobile > * > img {
  float: right; }

.expertise-image-mobile > * > h4 {
  display: inline;
  color: #fff;
  font-size: 40px;
  line-height: 1.15em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 200px; }

.expertise-image-mobile .left,
.expertise-image-mobile .right {
  position: absolute;
  background-color: #55bae5;
  width: 50%;
  height: 100%;
  top: 0;
  transform: translateY(0);
  z-index: -1;
  border-bottom: 25px solid #fff; }

.expertise-image-mobile .left {
  left: 0;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  transform: skewY(10deg); }

.expertise-image-mobile .right {
  right: 0;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  transform: skewY(-10deg); }

/* Solutions Enterprise */
.partner-success {
  background-color: #f1f1f1;
  padding: 130px 0 100px; }
  .partner-success h2 {
    font-size: 50px;
    line-height: 50px; }
    .partner-success h2 span {
      font-size: 40px;
      line-height: 40px;
      font-weight: 300; }
      @media screen and (max-width: 480px) {
        .partner-success h2 span {
          font-size: 30px;
          line-height: 30px; } }
    @media screen and (max-width: 480px) {
      .partner-success h2 {
        font-size: 35px;
        line-height: 35px; } }
  .partner-success h3 {
    font-size: 40px;
    line-height: 1.2em;
    color: #919191;
    font-weight: 300;
    padding: 20px 0;
    text-transform: none;
    border-top: 1px solid #cfd1d2;
    border-bottom: 1px solid #cfd1d2;
    max-width: 420px;
    margin: 30px 0; }
    @media screen and (max-width: 480px) {
      .partner-success h3 {
        font-size: 25px;
        line-height: 25px; } }
  .partner-success p {
    color: #919191;
    line-height: 1.65em; }
  @media screen and (max-width: 480px) {
    .partner-success {
      padding: 30px 0 30px; } }

.partner-web {
  position: relative;
  height: 460px;
  width: 540px;
  background: url(img/partner-web.png) no-repeat 100px 50px; }

.partner-web-img {
  position: absolute;
  width: 135px;
  transition: all 500ms cubic-bezier(0.305, 0.15, 0.43, 1); }
  .partner-web-img:active {
    transform: scale(1.5, 1.5); }

#image1 {
  top: 191px;
  left: 303px; }

#image2 {
  top: 209px;
  left: 70px; }

#image3 {
  top: 10px;
  left: 200px; }

#image4 {
  top: 29px;
  left: 421px; }

#image5 {
  top: 361px;
  left: 408px; }

.industry-experience {
  margin: 95px 0 70px; }
  @media screen and (max-width: 480px) {
    .industry-experience {
      margin: 20px 0 20px; } }

ul.experience-list {
  list-style: none;
  padding: 15px 0;
  border-right: 1px solid #cfd1d2; }

ul.experience-list > li > a {
  display: block;
  padding: 11px 20px;
  color: #919191;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right; }

ul.experience-list > li > a:hover,
ul.experience-list > li.uk-active > a {
  background-color: #f6921e;
  color: #fff; }

#indexp h2 {
  color: #919191; }
  #indexp h2 img {
    margin-right: 25px; }

#indexp p {
  line-height: 1.65em;
  font-weight: 400; }

#indexp .slide-details {
  margin-left: 40px; }

#indexp em {
  color: #f6921e; }

#indexp > li#tab-9 h2 img {
  float: left; }

.success-stories {
  background-color: #e3e4e5; }

ul#success-stories {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 250px;
  font-size: 0; }

ul#success-stories > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px; }

ul#success-stories > li > a {
  display: inline-block;
  width: 125px;
  height: 62px;
  padding: 18px;
  border: 2px solid #e3e4e5;
  outline: 1px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .3s ease-out; }

ul#success-stories > li:hover > a {
  width: 310px;
  height: 155px;
  padding: 35px;
  margin: 0 10px; }

ul#success-stories > li > a > img {
  max-height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.experience-list-mob ul > li > a > img {
  -webkit-filter: brightness(10);
  filter: brightness(10); }

.solutions-modal {
  background-color: rgba(251, 176, 59, 0.95);
  padding: 35px;
  display: none;
  color: #fff; }
  .solutions-modal p, .solutions-modal h2, .solutions-modal em, .solutions-modal li {
    color: #fff; }
  .solutions-modal p {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.35em; }
  .solutions-modal .uk-close {
    color: #fff;
    position: absolute;
    top: 35px;
    right: 50px; }

.success-stories-mob {
  background-color: #fbb03b;
  padding: 50px;
  text-align: center; }
  .success-stories-mob h2 {
    color: #fff;
    text-align: center;
    font-weight: 300; }

/* SME Solutions */
.featured-clients {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center; }

.growth-section {
  padding-bottom: 100px; }
  .growth-section p {
    font-size: 30px;
    line-height: 1.45em;
    color: #919191;
    max-width: 900px;
    margin: 40px auto;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .growth-section p {
        font-size: 20px; } }
  .growth-section h2 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    margin: 80px 0 100px; }
    @media screen and (max-width: 480px) {
      .growth-section h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 40px 0 40px; } }

.sprite-section {
  margin: 100px 0; }
  .sprite-section h3 {
    font-size: 40px;
    color: #919191;
    text-align: center;
    font-weight: 600;
    margin: 25px 0; }

.easy-to-use {
  width: 375px;
  height: 227px;
  margin: 2% auto;
  background: url("img/easy-use-sprite.png") 0 center; }

.easy-to-use.animate {
  animation: play 1.5s steps(15) 1;
  -moz-animation: play 1.5s steps(15) 1;
  -webkit-animation: play 1.5s steps(15) 1;
  background: url("img/easy-use-sprite.png") -5625px center; }

@keyframes play {
  0% {
    background-position: 0; }
  100% {
    background-position: -5625px; } }

.quick-turnaround {
  width: 223px;
  height: 208px;
  margin: 2% auto;
  background: url("img/quick-turnaround-sprite.png") 0 center; }
  .quick-turnaround .animate {
    animation: spritetwo 1.5s steps(24) 1;
    -moz-animation: spritetwo 1.5s steps(24) 1;
    -webkit-animation: spritetwo 1.5s steps(24) 1;
    background: url("img/quick-turnaround-sprite.png") -5129px center; }

@keyframes spritetwo {
  0% {
    background-position: 0; }
  100% {
    background-position: -5352px; } }

ul.solutions-list {
  list-style: none;
  padding: 0; }

ul.solutions-list > li {
  padding-right: 7px;
  padding-bottom: 7px; }

ul.solutions-list > li > a {
  display: block;
  background-color: #cfd1d2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  padding: 15px 15px 30px;
  font-weight: 400;
  transition: all .1s ease-in-out; }

ul.solutions-list > li.uk-active > a, ul.solutions-list > li > a:hover {
  background-color: #5bc3c4; }

ul.solutions-list > li > a > span {
  display: inline-block;
  height: 3.25em; }

ul.solutions-list > li > a img {
  display: block;
  margin: 0 auto; }

ul#solutions p {
  font-size: 20px;
  line-height: 1.65em;
  text-align: left; }

ul#solutions h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
  color: #5bc3c4; }

.sme-numbers {
  background-color: #f1f1f1;
  padding-top: 120px;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .sme-numbers {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .sme-numbers h2 {
    text-align: center;
    font-size: 60px; }
    @media screen and (max-width: 480px) {
      .sme-numbers h2 {
        font-size: 35px; } }
    .sme-numbers h2 span {
      font-weight: 300;
      font-size: 50px;
      line-height: 50px; }
      @media screen and (max-width: 480px) {
        .sme-numbers h2 span {
          font-size: 30px;
          line-height: 30px; } }

ul.numbers-list {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  text-align: center; }

ul.numbers-list > li {
  display: inline-block; }

ul.numbers-list > li > a {
  font-size: 30px;
  padding: 12px 24px;
  color: #b2b2b2;
  border: 2px solid #b2b2b2;
  border-radius: 5px;
  font-weight: 400;
  margin: 0 15px;
  transition: all .1s ease-in-out; }

ul.numbers-list > li:hover > a,
ul.numbers-list > li.uk-active > a {
  background-color: #cbcbcb;
  color: #fff;
  border-color: #cbcbcb; }

.numbers-inner {
  position: relative;
  padding-bottom: 150px; }

.numbers-top {
  margin: 0 auto;
  max-width: 660px;
  height: 940px;
  background-image: url(img/number-cloud.png);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-size: contain; }
  .numbers-top h3 {
    color: #fff;
    font-size: 53px;
    line-height: 56px;
    text-align: center;
    margin-top: 50px;
    font-weight: 300;
    position: relative;
    top: 80px; }
    .numbers-top h3 ::first-line {
      font-weight: 600;
      font-size: 100px;
      line-height: 100px; }

.numbers-bottom {
  position: absolute;
  bottom: 0;
  width: 100%; }

.numb-stack-1 {
  background-image: url(img/number-box-top.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 88px; }

.numb-stack-2 {
  background-image: url(img/number-box-mid.png);
  background-position: center;
  background-repeat-x: no-repeat;
  height: 5px; }

.numb-stack-3 {
  background-image: url(img/number-box-bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 223px; }

.numb-stack-4 {
  background-image: url(img/number-box-top-2.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 140px; }

.numbers-bottom > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: -75px; }

.numbers-bottom > ul > li {
  display: inline-block;
  margin: 0px 95px; }

.numbers-bottom > ul > li h3 {
  font-size: 50px;
  font-weight: 600;
  color: #666666; }

.numbers-bottom > ul > li p {
  color: #919191;
  text-transform: uppercase;
  text-align: left; }

.numbers-bottom > ul > li p:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #3fc2dd;
  margin: 0 7px 0 -15px; }

.sprite-section-mob {
  margin: 50px 0; }

.sprite-section-mob > * {
  text-align: center; }

.sprite-section-mob h3 {
  font-size: 30px;
  line-height: 1.25em;
  color: #919191;
  text-align: center;
  font-weight: 600;
  margin: 25px 0; }

/* Clients */
.clients-top {
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-shadow: inset 0px 13px 17px -11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 13px 17px -11px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 13px 17px -11px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #3fc2dd; }

.clients-top-inner h3 {
  font-size: 43px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(91, 195, 196, 0.9);
  line-height: 52px;
  display: inline-block;
  padding: 15px 15px 15px 1500px;
  margin: 40px 0 40px -1500px; }
  .clients-top-inner h3 ::first-line {
    font-weight: 300; }

.clients-top-inner p {
  color: #919191;
  line-height: 1.65em;
  text-align: center; }

.clients-top-inner .plyr {
  border: 10px solid #e3e4e5;
  margin-top: 20%;
  -webkit-box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.5); }

.clients-bottom {
  background: #f1f1f1;
  padding: 50px 0 100px; }

.clients-bottom-inner > p {
  font-size: 30px;
  line-height: 1.45em;
  font-weight: 300;
  color: #808080; }

.clients-list {
  margin-top: 50px; }

.clients-list > * {
  padding-left: 20px;
  padding-bottom: 20px; }

.clients-list-item > * {
  height: 380px;
  background-color: #fff; }

.clients-list-item > * > a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden; }

.clients-list-item > * > a img {
  max-width: 275px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.client-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  text-align: left;
  padding: 35px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }
  .client-overlay :hover {
    opacity: 1; }
  .client-overlay h4 {
    font-size: 40px;
    line-height: 1em;
    color: #5bc3c4;
    text-transform: none;
    margin-bottom: 10px; }

.client-tags {
  color: #fff;
  font-size: 30px;
  line-height: 1.15em; }

/* Insights */
.insights-section {
  position: relative;
  padding: 100px 0;
  min-height: 1000px; }
  .insights-section h2 {
    color: #fff;
    font-size: 60px; }

.blue-stripe-1 {
  background-color: #63c7d6;
  position: absolute;
  height: 100%;
  width: 780px;
  top: 0;
  right: -167px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1; }

.blue-stripe-2 {
  background-color: #3fc2dd;
  position: absolute;
  height: 100%;
  width: 1200px;
  top: 0;
  /* left: 620px; */
  left: 220px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
  z-index: -1; }

.insights-top {
  margin-top: 50px; }

.insights-top-box,
.insights-bottom-box {
  background: #fff;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 100%;
  margin-top: 35px; }

.insight-box {
  float: left;
  width: 25%;
  height: 200px;
  padding-left: 20px;
  padding-top: 20px;
  box-sizing: border-box; }

.insights-top-box > .insight-box:first-child {
  width: 50%;
  height: 560px; 
}

.insight-box > .inner {
  height: 100%;
  padding: 20px;
  position: relative;
  background-size: cover;
  box-sizing: border-box; }

.insights-top-box .insight-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.45);
  z-index: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

.insights-top-box .insight-box .inner:hover .overlay {
  background-color: rgba(51, 51, 51, 0.9); }

.insight-box h4 {
  margin-top: 0;
  font-size: 25px;
  line-height: 1.15em;
  text-transform: none; }
  .insight-box h4 a {
    color: white; }

.insight-box .inner > *:not(.overlay) {
  position: relative; }

.insights-top-box .insight-box h4, .insights-top-box .insight-box p {
  color: #fff; }

.insights-top-box .insight-box p {
  font-size: 24px;
  line-height: 1.35em; }

.insights-top-box .insight-box .inner .more-link {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-top: 40px;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

.insights-top-box > .insight-box:first-child h4 {
  font-size: 60px; }

.insight-box:first-child .inner .more-link {
  position: relative; }

.insight-box .inner:hover .more-link {
  opacity: 1; }

.insights-bottom-box > .insight-box:first-child {
  width: 50%;
  height: 560px;
}

.insights-bottom-box > .insight-box .inner {
  background-color: #e3e4e5;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

.insights-bottom-box > .insight-box .inner h4 {
  color: #919191;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

.insights-bottom-box > .insight-box:first-child .inner {
  background-color: #5bc3c4;
  padding: 30px; 
}
.insights-bottom-box .insight-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.45);
  z-index: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.insights-bottom-box > .insight-box .inner:hover {
  background-color: #03a9dd !important; }

.insights-bottom-box > .insight-box .inner:hover h4 {
  color: #fff !important; }

.insights-bottom-box > .insight-box:first-child .inner h4,
.insights-bottom-box > .insight-box:first-child .inner p,
.insights-bottom-box > .insight-box:first-child .inner a {
  color: #fff; }

.insights-bottom-box > .insight-box:first-child .inner h4 {
  font-size: 60px;
  float: left;
  max-width: 480px;
  margin-right: 30px; }

.insights-bottom-box > .insight-box:first-child .inner p {
  font-size: 24px;
  color: #f1f1f1;
  line-height: 1.35em; }

.insights-bottom-box > .insight-box:nth-child(2n+2) .inner {
  background-color: #cfd1d2; }

.insights-bottom-box > .insight-box:nth-child(2n+2) .inner h4 {
  color: #f1f1f1; }

.load-more {
  float: right;
  display: inline-block;
  margin: 20px 20px 0 0;
  color: #fff; }

#more-insights-sf {
  color: #919191; }

/* Events */
.events-section {
  padding-top: 90px; }

.events-section > h2 {
  text-align: center; }

ul.event-switcher {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  text-align: center;
  font-size: 0; }

ul.event-switcher > li {
  display: inline-block;
  padding: 5px 0; }

ul.event-switcher > li:first-child {
  border-right: 1px solid #cfd1d2; }

ul.event-switcher > li > a {
  color: #919191;
  padding: 10px 50px;
  display: inline-block;
  font-size: 20px; }

ul.event-switcher > li.uk-active > a {
  background-color: #5bc3c4;
  color: #fff; }

ul.event-switcher > li.uk-active > a h2 {
  color: #fff; }

.event {
  clear: both;
  margin-bottom: 18px; }

.event > *:first-child {
  padding-right: 18px; }

.event-date {
  clear: both;
  background-color: #5bc3c4;
  color: #fff; }

.event-date .day {
  float: left;
  display: block;
  font-size: 100px;
  line-height: 100px;
  padding: 20px;
  border-right: 7px solid #e5e5e5; }

.event-date .month {
  float: left;
  display: block;
  font-size: 40px;
  line-height: 60px;
  padding: 10px 20px;
  font-weight: 200; }

.event-title-inner {
  background-color: #e5e5e5;
  padding: 20px; }

.event-title-inner > h3 {
  font-size: 55px;
  line-height: 60px;
  color: #808080;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 25px; }

.event-title-inner > p {
  font-size: 21px;
  color: #919191;
  font-weight: 300; }

.event-details {
  color: #808080;
  position: relative;
  background-size: cover;
  padding: 0; }

.event-details .overlay {
  background-color: rgba(51, 51, 51, 0.33);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease-in-out; }

.event-details:hover .overlay {
  background-color: rgba(51, 51, 51, 0.9); }

/*.event-details >*:not(.overlay) {
    position: relative;
}*/
.event-details p,
.event-details h4 {
  color: #fff;
  position: relative; }

.event-details a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px;
  box-sizing: border-box;
  background-size: cover; }

.even .event-details {
  border-right: 18px solid #fff; }

.event-details p {
  font-size: 25px;
  line-height: 1.55em;
  font-weight: 300; }

.event-details h4 {
  font-size: 40px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 20px; }

.prev,
.next {
  text-align: right;
  display: inline-block;
  margin: 40px 0;
  color: #919191;
  font-size: 24px;
  padding: 5px 20px; }

.prev:hover,
.next:hover {
  color: #5bc3c4; }

.next {
  padding-right: 0;
  border-left: 1px solid #919191; }

.event-contact h2 {
  text-transform: none;
  max-width: 680px; }

.event-contact input[type="email"] {
  width: 100%;
  max-width: 420px;
  line-height: 32px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
  box-sizing: border-box; }

.event-contact input[type="submit"] {
  color: #fff;
  background-color: transparent;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 15px;
  transition: all .1s ease-in-out;
  border: 1px solid #fff;
  margin-top: 50px; }

.event-contact input[type="submit"]:hover {
  color: #5bc3c4;
  background-color: #fff;
  text-decoration: none; }

/* Careers*/
.careers-mid {
  padding: 80px 0;
  text-align: center; }
  .main-container .content {
    padding: 20px 130px;
  }
  @media screen and (max-width: 480px) {
    .careers-mid {
      padding: 30px 0; } }
  .careers-mid h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    position: relative; 
    color: #5D5D5D;
  }
    @media screen and (max-width: 480px) {
      .careers-mid h2 {
        font-size: 20px; 
      } 
    }
    .careers-mid h2 span {
      background: #fff;
      display: inline-block;
      padding: 0px 40px; }
  .careers-mid p {
    font-size: 20px;
    line-height: 1.35;
    padding: 20px;
    margin: 0;
    color: #666666;
    font-weight: bold; }

  .about-container .content {
    font-size: 20px;
    /* margin: 20px; */
    padding: 20px 130px;
  }
  /* .careers-mid .content {
      
    width: 900px;
    font-size: 24px;
    line-height: 1.35;
    color: #666666;
    font-weight: 300;
    } */

.about-container {
  /* padding: 100px 0 0; */
  text-align: center; 
}

.about-container h2 {
   color:#5D5D5D;
   font-size: 35px;
   margin: 20px 0;
}
.about-mid {
  padding: 100px 0 0;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .about-mid {
      padding: 50px 0 0; } }
  .about-mid h2 {
    margin: 72px 0 60px;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 480px) {
      .about-mid h2 {
        margin: 32px 0 20px;
        font-size: 35px;
        line-height: 35px; } }
    .about-mid h2 span {
      background: #fff;
      display: inline-block;
      padding: 0px 40px; }
    .about-mid h2 .top-title:before {
      content: none; }
  .about-mid h3 {
    font-size: 40px;
    line-height: 40px;
    color: #808080;
    text-transform: none;
    font-weight: 300; }
    @media screen and (max-width: 480px) {
      .about-mid h3 {
        font-size: 25px;
        line-height: 25px; } }
  .about-mid p {
    font-size: 30px;
    line-height: 1.65em;
    font-weight: 300;
    color: #919191; }
    @media screen and (max-width: 480px) {
      .about-mid p {
        font-size: 20px; } }

/* About Us */
.careers-feature {
  /* padding: 0px 50px; */
  margin: 20px 25px;
  padding: 0;
  border: 1px solid #E0E0E0;
  width: 300px;
} 
.careers-feature .icon {
  height: 100px;
  padding-bottom: 0;
}

  .family {
    padding: 15% 0;
    background-size: cover; 
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .family .title {
    background: #63C8D4;
    position: absolute;
    top: 90%;
    width: 1200px;
  }
    .family h2 {
      text-align: center;
      font-size: 50px;
      color: #fff;
      line-height: 80px;
      height: 80px;
      margin: 0;
    }
/* .family {
  padding: 15% 0;
  background: url(img/family.jpg);
  background-size: cover; }
  .family h2 {
    text-align: center;
    font-size: 72px;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .family h2 {
        font-size: 36px;
        line-height: 36px; } } */
/* 
ul.careers-list {
  list-style: none;
  padding: 0;
  margin: 60px 0;
  display: flex; 
}

ul.careers-list > li {
  display: inline-block;
  width: 25%;
  padding: 0 40px;
  box-sizing: border-box;
}
ul.careers-list > li > a {
  font-size: 28px;
  line-height: 30px;
  color: #666;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 20px;
  width: 150px;
  height: 100px;
  border:1px solid black;
}

ul.careers-list > li:hover > a {
  color: #5bc3c4; } */

  ul.careers-list {   
      
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; 
}
.careers-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}  
.careers-list ul {
    display: flex;
}   
.careers-list li {
  list-style-type: none;
    background: white;
    /* margin: 10px; */
    /* justify-content: center; */
    align-items: center;
}

ul.careers-list > li > a {
    font-size: 20px;
    font-weight: bold;
    color: #01A6DA;
    display: block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    justify-self: flex-end;
    height: 50px;
    padding: 40px 20px;
    margin: 10px;
    /* width: 151px; */
    border: 1px solid #E0E0E0;
    border-radius: 3px; 
    /* background-image: url(img/rectangle.png);
    background-repeat: no-repeat; */
}
ul.careers-list > li:last-child > a span.large-title {
  padding-top: 10px;
}
ul.careers-list > li.uk-active > a {
    color: #fff !important;
    background: #63C8D4;
    border: 1px solid #63C8D4 !important;
    box-shadow: 0px 1px 2px 1px #63C8D4;
    border-radius: 3px;
  }

  ul.careers-list > li.uk-active > a:after {
    content: "";
    position: absolute;
    top: 130px; /* <-- change value to better position */
    left: 50%; /* centers the element's left edge */
    margin-left: -15px; /* <-- moves it back half it's own width */
    width: 0px; /* <-- don't need unit on 0 */
    height 0px; /* <-- don't need unit on 0 */
    xxmargin: 0px auto; /* <-- eliminate, use above margin */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
    box-shadow: 0 -5px 5px -5px #63C8D4;
  }
  
  .wrap {
    padding: 80px;
  }
    
  .corp_principle_title h2 {
    color: #fff;
    text-align: left;
    font-size: 30px;

  }
  .content-policies h2 {
    color: #5D5D5D;
    font-size: 35px;
    padding: 30px 0;
  }
  .content-policies .icon_text_holder {
    color: #5D5D5D;
    font-size: 20px;
    padding-bottom: 30px;
  }
  .policy-content {
    padding: 20px 0;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 20px;
  }
  .policy-content:last-child {
    padding:0;
    margin: 0px;
    border: 0;
  }
/* 
ul.careers-list:before,
ul.careers-list:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both; }

ul.careers-list > li {
  display: inline-block;
  width: 25%;
  float: left;
  height: 85px;
  padding: 0 40px;
  box-sizing: border-box;
  border-left: 1px solid #cfd1d2;
  margin-bottom: 55px; }

ul.careers-list > li:first-child,
ul.careers-list > li:nth-child(2),
ul.careers-list > li:nth-child(3) {
  width: 33.333%; }

ul.careers-list > li:first-child,
ul.careers-list > li:nth-child(4n+4) {
  border-left: none; }

ul.careers-list > li > a {
  font-size: 30px;
  line-height: 1.25em;
  color: #666;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transition: all .2s ease-in-out;
  transform: translateY(-50%); }

ul.careers-list > li:hover > a {
  color: #5bc3c4; } */

  ul.careers-list > li:hover > a:hover {
    color: #fff;
    background: #63C8D4;
    border: 1px solid #63C8D4;
    box-shadow: 0px 1px 2px 1px #63C8D4;
    border-radius: 3px;
  }

  ul.careers-list > li:hover > a:hover:after {
    content: "";
    position: absolute;
    top: 130px; /* <-- change value to better position */
    left: 50%; /* centers the element's left edge */
    margin-left: -15px; /* <-- moves it back half it's own width */
    width: 0px; /* <-- don't need unit on 0 */
    height 0px; /* <-- don't need unit on 0 */
    xxmargin: 0px auto; /* <-- eliminate, use above margin */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
    box-shadow: 0 -5px 5px -5px #63C8D4;
    
  }

  .position_image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 40%;
    height: 600px;
    background-position: center;
  }

  .career {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      /* width: 1200px; */
      justify-content: stretch;
      box-shadow: 0px 0px 0px 0px #E3F1F3, 0px 0px 20px 0px #E3F1F3;
  }
  
.position-content {
  display: flex;
  flex-direction: column;
  height: 600px;
  width: 60%;
  text-align: left;
}

.career {
  clear: both; }
  .career h3 {
    font-size: 30px;
    margin: 50px 0 10px 0;
    color: #666;
    line-height: 1.15em; }
/* 
    .career h3 {
      font-size: 45px;
      margin: 40px 0 50px;
      color: #5bc3c4;
      line-height: 1.15em; } */
ul.career-detail {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 0;
  text-align: left;
  /* text-align: center; */
  /* border-bottom: 1px solid #919191; */
  max-width: 420px; }

ul.career-detail > li {
  display: inline-block; }

ul.career-detail > li > a {
  font-size: 20px;
  padding: 0 0 10px 0; 
  margin: 0 40px 10px 0;
   color: #666; 
  display: inline-block; }

  ul.career-detail > li.uk-active > a {
    background: none;
    color: #63C8D4;
    border-bottom: 2px solid #63C8D4;
  }

/* ul.career-detail > li.uk-active > a {
  background: #919191;
  color: #fff; } */

.career-wrap {
  padding: 0 50px;
  overflow-y: auto; 
}
.career-content {
  max-width: 1100px;
  margin: 0 auto; 
  font-size: 20px;
  font-weight: 100;
  overflow-y: auto;
}

.career-content p {
  line-height: 1.65em; }

.career-content ul {
  /* list-style: none; */
  list-style: inside;
  font-size: 20px;
  line-height: 1.65;
  color: #666666;
  font-weight: 100; }

  .career-scholarship-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
    
  .career-scholarship-column {
    display: flex;
    flex-basis: 100%;
  }
  @media screen and (min-width: 480px) {
    .career-scholarship-column{
      flex:1;
    }
  }

  .career-scholarship-column img{
    align-self:center;
  }
  
  .career-scholarship-title{
    text-align:center;
    background:#63C8D4;
    width:80%;
    margin:0 auto;
    padding:1% 0;
    position:relative;
    bottom:2.5vh;
  }
  
  .career-scholarship-title h2{
    color:#fff;
    margin-bottom:0;
  }
  
  @media screen and (max-width: 580px) {
    .career-scholarship-title h2{
      font-size:3.5vw;
    }
  }
  
  @media screen and (max-width: 360px) {
    .career-scholarship-title h2{
      font-size:5.5vw;
    }
  }

  .scholarship-banner-img{
    width:100%;
    height:auto;
  }
  
  
  .scholarship-title-img{
    position:relative;
    bottom:1.5vh;
    max-width:60%;
  }
  
  @media screen and (max-width: 480px) {
    .scholarship-title-img{
      max-width:75%
    }
  }
  @media screen and (min-width: 960px) {
    .scholarship-title-img{
      bottom:2.5vh;
    }
  }
  
  .scholarship-quote-title{
    text-align:center;
    font-weight:bold;
    color: grey;
    margin:3% 0;
  }
  
  .scholarship-quote-word{
    text-align: center;
    padding: 0 5%;
    margin-bottom:10%;
  }

  .scholars-wrapper{
    margin:5%;
    padding: 5%;
    box-shadow: 0px 0px 0px 0px #E3F1F3, 0px 0px 20px 0px #E3F1F3;
  }
  
  @media screen and (max-width: 480px) {
    .scholars-wrapper{
      margin-top:15%;
    }
  }
  
  .scholars-header{
    text-align:center;
  }
  
  .scholars-profile-img{
    max-width:35%;
    margin-top:-25%;
    border:5px solid white;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px #E3F1F3, 0px 0px 20px 0px #E3F1F3;
  }
  
  .scholars-header h4{
    color: #5bc3c4;
    font-weight: bold;
    margin-top:5%;
    margin-bottom:0.5%;
  }
  
  .scholars-header h5{
    font-weight:bold;
    margin:0;
  }
  
  .scholars-header p{
    margin:0;
    font-size:calc(0.4rem + 1vmin);
  }
  
  .scholars-header p.scholars-since{
    font-weight:lighter;
    color:#5bc3c4;
  }
  
  .scholars-content-line{
    width:50%;
    margin:5% auto;
  }
  
  .scholars-quote p{
    font-size: 20px;
    font-weight: 100;
  }

  @media screen and (max-width: 480px) {
    .scholars-quote p{
      font-size:14px;
    }
  }

.career-contact {
  background: url(img/career-bottom-bg.jpg);
  background-size: cover;
  padding: 40px 0; }

.career-contact h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold; }

.career-contact h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  text-transform: none; }

.career-contact-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px;
}

.career-contact-form div {
  padding: 10px  10px;
}

input.custom-button{
  background: linear-gradient(60deg, rgba(1,166,218,1) 25%, rgba(99,200,212,0.5214460784313726) 100%);
  box-shadow: 0 0px 0px 0 rgba(1,166,218,1), 0 0px 10px 0 rgba(99,200,212,0.5214460784313726);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 100px;
  margin: 10px 0;
  border-radius: 0;
}

.career-contact-form input[type="submit"] {
  background: linear-gradient(60deg, rgba(1,166,218,1) 25%, rgba(99,200,212,0.5214460784313726) 100%);
  box-shadow: 0 0px 0px 0 rgba(1,166,218,1), 0 0px 10px 0 rgba(99,200,212,0.5214460784313726);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 100px;
  margin: 10px 0;
  border-radius: 0;
}

.career-contact input[type="text"],
.career-contact input[type="email"] {
  width: 100%;
  /* max-width: 330px; */
  height: 35px;
  border: 1px solid #ADADAD;
  background-color: #ADADAD;
  /* background-color: transparent; */
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  opacity: 0.75;
  /* margin-bottom: 20px;  */
}

.career-contact input[type="submit"] {
  border: none;
  margin-top: 10px; }

.career-contact input::-webkit-input-placeholder {
  color: #fff; }

.career-contact input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.career-contact input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.career-contact input:-ms-input-placeholder {
  color: #fff; }

#fileuploadfield {
  display: none; }

#uploadtextfield {
  width: 100%;
  /* max-width: 180px;  */
}

.uploadtextfield:after {
  content: "\f0c6";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.1em;
  margin-left: -30px;
  display: inline-block;
  vertical-align: text-top; }

.summary_box p.summary {
  height: 185px;
  width: 100%;
  background-position: center;
  margin:0;
  padding:0;
}
.summary_box .value-box {
  padding: 10px;
}
.value-box p {
  font-size: 20px;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: bold;
}

.value-box p.icon {
  border: 1px solid #E0E0E0;
  margin: 0 10px;
  padding: 30px 20px;
  background-color: #F7F7F7;
}
.value-box p.icon img {
  height: 133px;
  width: auto;
}
.value-box p.content {
  font-size: 20px;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: bold;
  padding: 0 14px; 
}
.value-box p.title {
  font-size: 20px;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: bold;
  padding: 0 14px; 
}

.value-box span.unit {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block; 
  text-align: center;
  padding-top: 70px;
}

.value-box span.title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;  
  padding-top: 15px;
  font-weight: 100;
}

.climb-aboard {
  background-color: #f1f1f1;
  padding: 180px 0 80px;
  background-image: url(img/paper-airplane.png);
  background-repeat: no-repeat; }
  @media screen and (max-width: 480px) {
    .climb-aboard {
      padding: 50px 0 30px; } }
  .climb-aboard h2 {
    margin: 0 0 30px;
    font-weight: 300; }
  .climb-aboard p {
    margin-bottom: 50px; }

.team-slider {
  position: relative;
  /* margin-top: 85px;  */
}
  .team-slider .gray-stripe {
    background-color: #f1f1f1;
    height: 50%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .team-slider > .uk-container {
    position: relative; }

.slide-control {
  height: 69px;
  width: 37px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: none; }
  .slide-control .prev {
    left: -50px; }
  .slide-control .next {
    right: -50px;
    background-position-y: 69px; }

ul.partners {
  list-style: none;
  text-align: center;
  padding: 0;
  justify-content: center;
 }
  ul.partners > li {
    /* width: 40%; */
    display: inline-block;
   margin: 0 0 50px 0; }
    /* ul.partners
     > li :first-child {
      width: 100%; } */

/* Contact Us */
.contact-top {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10% 0;
  text-align: center;
  margin-bottom: 15px; }
  .contact-top h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 50px;
    text-transform: none; }
  .contact-top p {
    color: #fff;
    font-size: 30px;
    font-weight: 300; }

.contact-block-1 {
  text-align: right; }
  .contact-block-1 a.social-link {
    margin-right: 0;
    margin-left: 50px; }
  .contact-block-1 p {
    font-size: 24px;
    line-height: 1.55em;
    font-weight: 300; 
  }

.contact-mid {
  padding: 100px 0 80px; }
  @media screen and (max-width: 480px) {
    .contact-mid {
      padding: 0px 0 0px; } 
    
    }
  .contact-mid textarea {
    width: 100%;
    max-width: 100%;
    height: 180px;
    padding: 10px;
    font-size: 18px;
    font-weight: 200;
    font-family: "helvetica-neue", Helvetica, sans-serif;
    box-sizing: border-box; }
  .contact-mid input[type="submit"] {
    border: none;
    margin-top: 45px;
    float: right; }
  .contact-mid form p {
    margin-top: 0; }
  .contact-mid input[type="text"], .contact-mid input[type="email"] {
    height: 30px;
    font-size: 18px;
    font-weight: 200;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-family: "helvetica-neue", Helvetica, sans-serif;
    border: 1px solid #919191; }

.beryl8-map > * {
  position: relative;
  height: 100%;
  padding-bottom: 85px;
  box-sizing: border-box;
  min-height: 450px; }

.beryl8-map iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 10px solid #f1f1f1; }

/* Single Post */
.single .top-section {
  position: relative;
  background-color: rgba(51, 51, 51, 0.85); }
  .single .top-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.85); }
  .single .top-section > *:not(.overlay) {
    position: relative; }
  .single .top-section h1, .single .top-section h2 {
    text-transform: none;
    font-size: 65px;
    line-height: 65px;
    max-width: 900px; }

.single-blog-post {
  padding: 55px 0;
  margin-top: 40px; }
  .single-blog-post h2 {
    font-size: 38px;
    color: #4d4d4d;
    text-transform: none;
    line-height: 1.25em;
    margin-bottom: 1em; }
  .single-blog-post h3 {
    font-size: 36px;
    color: #4d4d4d;
    text-transform: none;
    line-height: 1.25em;
    margin-bottom: 1em; }
  .single-blog-post p {
    font-size: 21px;
    color: #4d4d4d;
    line-height: 1.45em;
    margin-bottom: 1.5em; }
  .single-blog-post em {
    color: inherit; }
  .single-blog-post .event-date {
    margin-bottom: 20px; }
    .single-blog-post .event-date .day {
      border-right: 7px solid #fff; }
  .single-blog-post .post-author {
    padding: 20px;
    background-color: #03a9dd;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px; }

.share-links span {
  display: block;
  font-size: 25px;
  color: #919191;
  margin-bottom: 20px; }

.prev-next {
  margin-top: 65px; }
  .prev-next span {
    display: block;
    color: #666;
    margin-bottom: 15px;
    font-weight: 300; }
  .prev-next a {
    font-weight: 300; }

/* Products Page */
.product-box {
  padding: 50px 0;
  background-color: #fff; }
  .product-box h2 {
    font-size: 40px;
    line-height: 1.25em;
    color: #ef8a20;
    font-weight: 300; }
  .product-box p, .product-box ul {
    color: #8f8f8f;
    font-weight: 300;
    line-height: 1.45em; }
  .product-box li {
    list-style: none; }
    .product-box li :before {
      content: "•";
      color: #ef8a20;
      margin-right: 20px;
      margin-left: -30px;
      align-items: center; }

.product-box-2 {
  background-color: #efefef; }
  .product-box-2 h2 {
    color: #5bc1c2; }

.product-screen {
  display: flex;
  align-items: flex-end; }

.product-link {
  text-align: center; }
  .product-link a {
    margin-top: 120px; }

.products-menu {
  background: #fff -moz-linear-gradient(top, rgba(102, 102, 102, 0.2) 0%, rgba(51, 51, 51, 0.03) 49%, rgba(102, 102, 102, 0.2) 100%);
  /* FF3.6-15 */
  background: #fff -webkit-linear-gradient(top, rgba(102, 102, 102, 0.2) 0%, rgba(51, 51, 51, 0.03) 49%, rgba(102, 102, 102, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: #fff linear-gradient(to bottom, rgba(102, 102, 102, 0.2) 0%, rgba(51, 51, 51, 0.03) 49%, rgba(102, 102, 102, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33666666', endColorstr='#33666666',GradientType=0 );
  /* IE6-9 */ }
  .products-menu ul {
    list-style: none;
    padding: 20px 0;
    transition: all .2s ease-in-out;
    position: relative; }
    .products-menu ul li {
      text-align: center; }
      .products-menu ul li img {
        margin-bottom: 15px;
        transition: all .2s ease-in-out; }
      .products-menu ul li a {
        font-size: 15px;
        text-transform: uppercase;
        color: #666;
        line-height: 1.25em;
        display: block;
        transition: all .2s ease-in-out; }
        .products-menu ul li a span {
          display: block; }

.products-menu.uk-active ul {
  max-width: 900px; }
  .products-menu.uk-active ul li a {
    font-size: 10px; }
    .products-menu.uk-active ul li a span {
      display: inline; }
  .products-menu.uk-active ul li img {
    width: 60px;
    margin-bottom: 10px; }

.arrow-down {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 8.333%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #e1e1e1 transparent transparent transparent;
  transform: translateX(-50%);
  transition: all .1s linear; }

.products-menu ul li a i {
  display: block;
  color: #ef8a20;
  font-size: 2em;
  margin: 10px 0; }

.products-container .uk-sticky-placeholder {
  display: none; }

.product-link {
  text-align: left; }

.uk-modal-close {
  font-size: 2em;
  color: #ef8a20;
  opacity: 1;
  position: absolute;
  right: 50px; }

/* Single Client */
.single-client .top-section {
  padding: 200px 0; }
  .single-client .top-section .overlay {
    background-color: rgba(229, 229, 229, 0.9); }

.single-client .title-section {
  text-align: center; }

.single-client .content {
  padding: 50px 0; }
  .single-client .content h2 {
    max-width: 900px;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 1.25em;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 50px; }
  .single-client .content p {
    max-width: 1280px;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 1.65em;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 50px; }
  .single-client .content img {
    width: 100%; }
  .single-client .content blockquote {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #faaf3b;
    border-left: none;
    margin-bottom: 75px;
    padding-left: 0; }
    .single-client .content blockquote p {
      max-width: 1400px;
      padding-right: 45%;
      padding-left: 0;
      color: #cbcbcb;
      font-size: 32px;
      position: relative;
      margin-bottom: 20px; }
    .single-client .content blockquote a {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #989898;
      font-size: 30px;
      background-color: #e5e5e5;
      padding: 15px 25px;
      line-height: 1em;
      border-radius: 15px; }

.client-testimonial {
  background-color: #f1f1f1;
  padding: 70px 0; }
  .client-testimonial p {
    margin: 0 auto;
    max-width: 785px;
    line-height: 2.35em; }
  .client-testimonial em {
    color: #d05;
    font-size: 0.7em;
    color: #999;
    line-height: 1.5em;
    display: inline-block; }

/* Plyr style overrides */
.plyr .plyr__play-large {
  background: #e3e4e5;
  padding: 20px;
  box-shadow: none;
  border: none; }
  .plyr .plyr__play-large svg {
    left: 4px;
    width: 33px;
    height: 33px;
    fill: #919191; }

.products-menu ul > li {
  margin-bottom: 20px; }

/* Top animations*/
.city-scape {
  width: 100%;
  height: 560px;
  background-position-x: center;
  position: absolute;
  top: 0;
  left: 0; }

#city-back {
  background-image: url(img/city-back.png); }

#city-front {
  background-image: url(img/city-front.png); }

.top-animate {
  background-image: url(img/top-sprite.png);
  position: absolute; }

#airplane {
  width: 94px;
  height: 23px;
  background-position-x: 118px;
  background-position-y: 222px;
  top: 280px;
  left: -90px; }

#motorcycle {
  width: 18px;
  height: 18px;
  background-position-x: 118px;
  background-position-y: 113px;
  top: 516px;
  left: 237px; }

#truck {
  width: 42px;
  height: 23px;
  background-position-x: 56px;
  background-position-y: 166px;
  top: 512px;
  left: 354px; }

#bluecar {
  width: 38px;
  height: 18px;
  background-position-x: 118px;
  background-position-y: 41px;
  top: 514px;
  left: 858px; }

#policecar {
  width: 47px;
  height: 18px;
  background-position-x: 118px;
  background-position-y: 78px;
  top: 517px;
  left: 692px; }

#redcar {
  width: 40px;
  height: 20px;
  background-position-x: 182px;
  background-position-y: 79px;
  top: 533px;
  left: 1100px; }

#taxi {
  width: 42px;
  height: 20px;
  background-position-x: 182px;
  background-position-y: 114px;
  top: 538px;
  left: 659px; }

#bus {
  width: 64px;
  height: 33px;
  background-position-x: 200px;
  background-position-y: 46px;
  top: 520px;
  left: 1190px; }

#balloon {
  width: 38px;
  height: 50px;
  background-position-x: 245px;
  background-position-y: 181px;
  top: 257px;
  left: 1113px; }

#elevator1 {
  width: 12px;
  height: 16px;
  background-position-x: 83px;
  background-position-y: 109px;
  top: 239px;
  left: 675px; }

#elevator2 {
  width: 12px;
  height: 16px;
  background-position-x: 83px;
  background-position-y: 109px;
  top: 400px;
  left: 684px; }

.cloud {
  width: 47px;
  height: 25px;
  background-position-x: 58px;
  background-position-y: 196px; }

#cloud-2 {
  top: 29px;
  left: 203px; }

#cloud-3 {
  top: 39px;
  left: 230px; }

#cloud-4 {
  top: 332px;
  left: 111px; }

#cloud-5 {
  top: 273px;
  left: 450px; }

#cloud-6 {
  top: 161px;
  left: 980px; }

#cloud-7 {
  top: 60px;
  left: 1200px; }

#cloud-8 {
  top: 347px;
  left: 1292px; }
  #solutions-lower {
    padding-top: 50px;
    padding-bottom: 50px; 
    background-color: #4d4c4c;
    color: white;
  }
    #solutions-lower h2 {
      font-size: 35px;
      margin-bottom: 40px; 
      color: white;
    }
    #solutions-lower p{
      text-align: center;
    }
    #solutions-lower > p {
      font-size: 25px;
      line-height: 42px;
      color: #999;
      max-width: 750px;
      margin: 0 auto 50px;
      text-align: center; }
    #solutions-lower .uk-width-large-1-2 h4 {
      font-size: 25px;
      font-weight: 500;
      font-weight: bold; 
      text-transform: uppercase;
      margin: 35px 0;
      text-align: center;
      /* color: #666; */
      color: #55bae5;
      line-height: 30px;
    }
    #solutions-lower .uk-width-large-1-2 p {
      text-align: center;
      /* max-width: 420px; */
      margin: 0 auto;
      font-weight: 400;
      margin-top: 15px; 
      margin-bottom: 15px;
    }
  
  .solution-lower-block {
    display: block;
    text-align: center;
    position: relative;
    /* padding-top: 35px; */
    overflow: hidden;
    background-color: #333; 
  }
  .solution-block {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
  }
  .solution-block p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, sans-serif;
    margin-top: 20px; }

/* Read More Button */
.read-more-state {
  display: none; }

.read-more-target {
  display: none;
  transition: .25s ease; }

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  transition: .25s ease;
  display: inherit; }

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more'; }

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less'; }

.read-more-trigger {
  cursor: pointer;
  display: block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  text-align: center; }

.read-more-state {
  display: none; }

.read-more-target {
  display: none;
  transition: .25s ease; }

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  transition: .25s ease;
  display: inherit; }

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more'; }

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less'; }

.read-more-trigger {
  cursor: pointer;
  display: block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  text-align: center; }
.wpml-ls-legacy-list-horizontal{
  float: right;
}
.wpml-ls-legacy-list-horizontal > ul {
  float: right !important; }

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block; }

img.mob-menu-logo {
  width: 60px; }

.highlight {
  display: block;
}
.large-title {
  display: block;
}
.mobile-title {
  display: none;
}

.main-container {
  display: block;
  /*
  display: flex;
  flex-direction: column;
   align-items: center; */
}
.main-top-section .title-section {
  text-align: center;
}
.uk-switcher {
  width: 100%;
}

.quote {
  font-size: 19px;
  color:#4B4F50;
  margin: 80px  0;
  font-weight: 400;
  padding: 70px;
  border-width:0 0 0 24px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to top, 
      rgba(1,166,218,1) 25%, 
      rgba(99,200,212,0.5214460784313726) 100%
    ) 1 100%;
}

.main-container .uk-grid {
  margin: inherit;
}
.main-container .uk-grid>* {
  padding: inherit;
}
.career {
  background-color: #fff;
  margin: 20px 0;
}

@media screen and (min-width: 1600px) {
  .why-beryl8 {
    background-size: 100%; } 
  }

@media screen and (min-width: 1220px) {
  .uk-container {
    max-width: 1280px;
    padding: 0 35px; 
  }

  .main-container {
    width: 1215px; 
  } }
  /* @media screen and (max-width: 1220px){
    .nav-right {
      position: absolute;
      bottom: -10px;
      right:150px;
    }
    #wpml_header_top{
      position: absolute;
      bottom: -20px;
      right: 0px;
    } 
  } */
  
@media screen and (max-width: 1024px) {
  #header .scrolled {
    padding: 20px 0; }
    #header .scrolled .site-logo img {
      height: 65px; }
  .home-top-section,
  .solutions {
    overflow: hidden; } 
    .careers-feature {
      padding: 0;
      margin: 20px;
    }
    .careers-feature {
      width: 220px;
    }
    .careers-mid p {
      font-size: 14px;
      padding: 10px;
    }
    .header-container .header-section h2 {
      font-size: 35px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 10px 0;
    }
    .career h3 {
      font-size: 20px;
    }
    ul.career-detail > li > a {
      font-size: 14px;
      padding: 0 0 10px 0; 
      margin: 0 40px 10px 0;
      color: #666; 
      display: inline-block; }
    
    .quote {
      font-size: 18px !important;
      border-width: 0 0 0 13px;
    }
    .footer-top-inner {
      text-align: center;
    }
    ul.careers-list > li > a {
      font-size: 12px;
      line-height: 20px;
  }
    .career-contact h3 {
      color: #fff;
      text-align: center;
      font-size: 20px;
      line-height: 1.45em;
      font-weight: 100;
      text-transform: none; }
    .wrap {
      padding: 80px;
    }
  }

@media screen and (max-width: 959px) {
  /* .value-box {
    margin-bottom: 40px; 
  } */
  /* ul.partners > li {
    width: 85% !important; } */
  .slide-control .prev {
    left: 30px; }
  .slide-control .next {
    right: 30px; }
  .solutions {
    padding-top: 0;
    padding-bottom: 35px;
    overflow: hidden; }
  .why-beryl8 {
    background-image: none;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 35%, #cecece 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 35%, #cecece 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 35%, #cecece 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
    /* IE6-9 */ }
  .solutions-left {
    width: 100%; }
  #blue-cloud-1 {
    top: initial;
    bottom: 340px;
    left: 160px; }
  #blue-cloud-2 {
    bottom: 0;
    top: initial;
    left: 50%;
    transform: translateX(-35%); }
    #solutions-lower {
      background-color: #4d4c4c; 
      padding-top: 0px;
      padding-bottom: 0px;
    }
      #solutions-lower h2 {
        font-size: 35px; }
      #solutions-lower p {
        color: #fff;
        font-weight: 300;
        font-size: 30px;
        line-height: 1.35em;
        text-align: center; }
  .solution-lower-block {
    margin: 0 -25px; }
    .solution-lower-block h3 {
      font-weight: 300;
      /* font-size: 45px; */
      /* padding: 10px 0; */ }
    .solution-lower-block .uk-width-1-1 p {
      color: #919191;
      margin-bottom: 40px; }
    .solution-lower-block h4 {
      font-size: 40px;
      color: #666;
      line-height: 1.25;
      text-transform: none;
      text-align: center;
      font-weight: 300;
      margin-bottom: 30px; }
  .why-beryl8 {
    background-image: none;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 35%, #cecece 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 35%, #cecece 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 35%, #cecece 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
    /* IE6-9 */ }
  #blue-cloud-1 {
    top: 28px;
    left: 180px; }
  .mobile-solution-block {
    margin: 30px 0; }
    .mobile-solution-block .uk-slideset {
      text-align: center; }
    .mobile-solution-block .uk-dotnav {
      text-align: center;
      margin-top: 15px; }
    .mobile-solution-block .uk-dotnav > * > * {
      width: 15px;
      height: 15px; }
    .mobile-solution-block .uk-slidenav {
      display: block; }
/*       
  ul.careers-list > li {
    width: 100% !important;
    border: none !important;
    margin-bottom: 25px;
    position: relative; }
    ul.careers-list > li :after {
      content: "+";
      display: inline-block;
      font-size: 2em;
      width: 30px;
      line-height: 2em;
      font-weight: 700;
      color: #fbb03b;
      position: absolute;
      top: 45%;
      right: 5%;
      transform: translateY(-50%);
      transition: all .1s ease-in-out;
      text-align: center; } */
  .career {
    background-color: #fff;
    margin: 20px 0;
  }
    .career .uk-modal-close {
      font-size: 2em;
      color: #5bc3c4; }
  .career-contact {
    text-align: center; }
    .career-contact .uk-width-1-1 {
      padding-left: 0 !important; }
  #uploadtextfield {
    /* background-color: #fff;  */
  }
    #uploadtextfield ::-webkit-input-placeholder, #uploadtextfield :-moz-placeholder, #uploadtextfield :-moz-placeholder, #uploadtextfield ::-moz-placeholder, #uploadtextfield :-ms-input-placeholder, #uploadtextfield :after {
      color: #4d4d4d; }
  .single-client .content h2 {
    font-size: 30px; }
  .single-client .content p {
    font-size: 21px; }
  .single-client .content blockquote p {
    font-size: 25px;
    padding: 0 35px; }
  .single-client .content blockquote a {
    position: initial;
    display: block;
    transform: translateY(0);
    margin-top: 20px; }
  .client-testimonial p {
    padding: 0 35px; }
  .contact-top {
    padding: 10% 7%; }
    .contact-top h2 {
      font-size: 50px;
      line-height: 1.1em; }
    .contact-top p {
      line-height: 1em; }
  .contact-block-1 {
    text-align: center;
    padding-bottom: 40px; }
    .contact-block-1 p {
      padding: 0 20px; }
    .contact-block-1 a.social-link {
      margin-left: 15px; }
  .contact-mid form {
    padding: 40px; }
  .event-date .day {
    font-size: 75px; }
  .share-links {
    text-align: center;
    margin: 25px 0 !important; }
    .share-links span {
      display: none; }
    .share-links .social-link {
      margin-right: 15px; }
  .post-content {
    padding: 0 35px 0 60px; }
    .post-content h2 {
      font-size: 38px;
      color: #4d4d4d;
      text-transform: none;
      line-height: 1.25em;
      margin-bottom: 1em; }
  .products-menu ul li a span {
    display: inline; }
  ul.numbers-list > li > a {
    font-size: 18px;
    padding: 6px 13px;
    margin: 0 9px;
    display: inline-block;
    margin-bottom: 5px; }
  .numbers-top {
    background-size: 87%;
    background-position-x: 30px; }
    .numbers-top h3 {
      font-size: 45px;
      line-height: 1.25em;
      top: 100px; }
      .numbers-top h3 ::first-line {
        font-weight: 600;
        font-size: 60px;
        line-height: 60px; }
  .numbers-bottom > ul > li {
    margin: 0px 15px; }
    .numbers-bottom > ul > li h3 {
      font-size: 50px; }
    .numbers-bottom > ul > li p {
      font-size: 24px;
      line-height: 1em; }
  .contact-screen-1 {
    background-position-x: center;
    text-align: center; }
  .contact-image {
    position: absolute;
    bottom: 50px; }
  .contact-section {
    height: 800px; }
  .contact-inner h2 {
    font-size: 36px;
    line-height: 1em;
    text-align: center; }
  .contact-inner p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.35em;
    margin: 50px 0 50px; }
  .contact-button, .submit-button {
    position: relative; }
  #beryl-contact input[type="text"], #beryl-contact input[type="email"], #beryl-contact textarea {
    margin-left: 0; }
  #beryl-contact button {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 10px; }
  .contact-screen-3 h3 {
    line-height: 1em;
    margin-top: 50px; }
  .event > *:first-child {
    padding-right: 0; }
  .event-title-inner > h3 {
    color: #b3b3b3;
    font-size: 42px;
    line-height: 1em; }
  .event-title-inner > h4 {
    color: #808080;
    font-size: 30px;
    line-height: 1em;
    text-transform: none; }
  .event .round-button {
    background-color: #b3b3b3;
    margin-top: 20px; } }

@media screen and (max-width: 768px) {
  ul,ol{
    padding-left: 0px !important;
  }
  .partner-list{
    padding: 10px;
  }
  .partner-list ul > li {
    max-width: 35%;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px; 
    width: 100%;
  }
  .insights-top {
    margin-top: 0px; }
  /* NEW CODE */
  #header {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  #main {
    padding-top: 80px; }
  .site-logo img {
    height: 60px !important; }
  /* END CODE */
  .top-section {
    background-size: cover;
    padding: 80px 0 150px;
    overflow: hidden; }
    .main-top-section .title-section h1, .main-top-section .title-section h2 {
      font-size: 35px;
      display: block;
      padding: 15px 25px;
      margin: 0 -25px 20px; }
  .title-section h1, .title-section h2 {
    font-size: 50px;
    display: block;
    padding: 15px 25px;
    margin: 0 -25px 20px; }
    .title-section h1 span, .title-section h2 span {
      font-weight: 300;
      font-size: 40px;
      line-height: 50px;
      display: inline; }
  .solutions-left h2 {
    margin: 0px;
    line-height: 35px; }
  .solutions-left p {
    font-size: 1em; }
  .insights-section {
    overflow: hidden; }
    .insights-section h2 {
      color: #15b8ac;
      /* font-size: 50px; */
      font-size: 40px;
      text-align: center; }
      .insights-section h2 :nth-of-type(2) {
        color: #fff !important;
        margin: 65px 25px !important;
        text-align: center;
        font-size: 50px; }
  .insight-box {
    width: 100% !important; }
    .insight-box h4 {
      text-align: center; }
    .insight-box .inner .more-link {
      opacity: 1;
      position: absolute !important;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      text-decoration: none;
      border: 1px solid #fff;
      border-radius: 10px;
      padding: 8px; }
  .blue-stripe-1 {
    width: 545px;
    right: -60px; }
  .insights-bottom-box > .insight-box:first-child {
    height: 560px; }
  .clients-top-inner h3 {
    margin-right: -25px;
    font-size: 30px;
    line-height: 1.25em; }
  .partner-web {
    position: relative;
    height: auto;
    width: auto;
    text-align: center;
    background: url(img/partner-web-mob.png) no-repeat 45% 50px;
    margin-top: 50px; }
  .partner-web-img {
    position: relative;
    display: block;
    top: initial !important;
    width: 160px;
    transform: translateX(-50%) scale(1, 1);
    transition: all 500ms cubic-bezier(0.305, 0.15, 0.43, 1); }
  .partner-web-img:nth-child(odd) {
    left: 40% !important; }
  .partner-web-img:nth-child(even) {
    left: 60% !important; }
  .partner-web-img.active {
    transform: translateX(-50%) scale(1, 1); }
  .insights-top-box > .insight-box:first-child h4 {
    font-size: 40px; } 
  
    ul.careers-list > li > a {
        font-size: 14px;
        font-weight: bold;
        color: #01A6DA;
        display: block;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        height: 38px;
        padding: 20px 5px;
        margin: 10px;
        /* width: 151px; */
        border: 1px solid #E0E0E0;
        border-radius: 5px; 
    }
    ul.careers-list > li.uk-active > a:after {
      content: "";
      position: absolute;
      top: 80px; /* <-- change value to better position */
      left: 50%; /* centers the element's left edge */
      margin-left: -15px; /* <-- moves it back half it's own width */
      width: 0px; /* <-- don't need unit on 0 */
      height 0px; /* <-- don't need unit on 0 */
      xxmargin: 0px auto; /* <-- eliminate, use above margin */
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
      box-shadow: 0 -5px 5px -5px #63C8D4;
    }

    ul.careers-list > li:hover > a:hover:after {
      content: "";
      position: absolute;
      top: 80px; /* <-- change value to better position */
      left: 50%; /* centers the element's left edge */
      margin-left: -15px; /* <-- moves it back half it's own width */
      width: 0px; /* <-- don't need unit on 0 */
      height 0px; /* <-- don't need unit on 0 */
      xxmargin: 0px auto; /* <-- eliminate, use above margin */
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
      box-shadow: 0 -5px 5px -5px #63C8D4;
      
    }
    .careers-feature {
      padding: 0;
      margin: 10px;
    }
    .careers-feature {
      width: 210px;
    }
    .careers-mid p {
      font-size: 14px;
      padding: 10px;
    }
    .header-container .header-section h2 {
      font-size: 35px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 10px 0;
    }
    .career h3 {
      font-size: 20px;
    }
    ul.career-detail > li > a {
      font-size: 14px;
      padding: 0 0 10px 0; 
      margin: 0 40px 10px 0;
      color: #666; 
      display: inline-block; }
    
    .quote {
      font-size: 18px !important;
      border-width: 0 0 0 13px;
    }
    .footer-top-inner {
      text-align: center;
    }
    ul.careers-list > li > a {
      font-size: 12px;
      line-height: 20px;
  }
    .career-contact h3 {
      color: #fff;
      text-align: center;
      font-size: 20px;
      line-height: 1.45em;
      font-weight: 100;
      text-transform: none; }
    .wrap {
      padding: 35px;
    }
    .summary_box p.summary {
      height: 110px;
      width: 100%;
      max-width: 150px;
      background-position: center;
      margin:0;
      padding:0;
    }
    .summary_box span.unit {
      font-size: 25px;
      padding-top: 30px;
    }
    .summary_box span.title {
      font-size: 14px;
      padding-top: 5px;
      font-weight: 100;
      line-height: 18px;
    }
    .main-container .content {
      padding: 20px 0;
    }
    
    .value-box p.icon img {
      height: 80px;
      width: auto;
    }
    .value-box p.icon {
      border: 1px solid #E0E0E0;
      margin: 0 auto;
      padding: 20px;
      background-color: #F7F7F7;
      max-width: 150px;
    }
    .value-box p.content {
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      margin-top: 30px;
      font-weight: bold;
      padding: 0 14px; 
    }
    .value-box p.title {
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      margin-top: 30px;
      font-weight: bold;
      padding: 0 14px; 
    }
    ul.partners img {
      height: 50px;
      width: auto;
    }
    .career-contact h2 {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
    
    .career-contact h3 {
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-weight: 100;
      text-transform: none; }
  }

@media screen and (max-width: 600px) {
  h2 {
    font-size: 40px; }
  .expertise-mobile h3 {
    font-size: 21px; }
  .expertise-image-mobile > * > .number {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 50px; }
  .expertise-image-mobile > * > img {
    max-height: 100px; }
  .expertise-image-mobile > * > h4 {
    font-size: 25px; }
  .title-section h1 span, .title-section h2 span {
    font-size: 30px;
    line-height: 30px; }
  .insights-top-box > .insight-box:first-child {
    height: 300px; }
    .insights-top-box > .insight-box:first-child h4 {
      font-size: 40px; }
  img.mob-menu-logo {
    width: 60px; } 
  
    .career h3 {
      font-size: 20px;
    }
    ul.career-detail > li > a {
      font-size: 14px;
      padding: 0 0 10px 0; 
      margin: 0 40px 10px 0;
      color: #666; 
      display: inline-block; }
    }
    .footer-top-inner {
      text-align: center;
    }
  }

@media screen and (max-width: 520px) {
  .sprite-section-mob h3 {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  ul.numbers-list {
    margin: 15px 0; }
  .numbers-top {
    height: 340px; }
    .numbers-top h3 {
      font-size: 21px;
      line-height: 1.25em;
      top: 30px; }
      .numbers-top h3 ::first-line {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px; }
  .numbers-bottom > ul {
    margin-left: 0;
    margin-bottom: 20px; }
    .numbers-bottom > ul li h3 {
      font-size: 30px; }
    .numbers-bottom > ul li p {
      font-size: 11px;
      line-height: 1em;
      margin: 5px 0; } 
    
  .large-title {
    display: none;
  }
  .mobile-title {
    display: block;
  }

  .family .title {
    background: #63C8D4;
    position: absolute;
    top: 88%;
    width: 320px;
  }
  
  .family h2 {
    font-size: 20px;
    line-height: 30px;
    height: inherit; 
  } 

  ul.careers-list > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #01A6DA;
    display: block;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    height: 25px;
    padding: 10px 5px;
    margin: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 3px; 
  }
  
  ul.careers-list > li.uk-active > a:after {
    content: "";
    position: absolute;
    top: 45px; /* <-- change value to better position */
    left: 50%; /* centers the element's left edge */
    margin-left: -15px; /* <-- moves it back half it's own width */
    width: 0px; /* <-- don't need unit on 0 */
    height 0px; /* <-- don't need unit on 0 */
    xxmargin: 0px auto; /* <-- eliminate, use above margin */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
    box-shadow: 0 -5px 5px -5px #63C8D4;
  }
  ul.careers-list > li:hover > a:hover:after {
    content: "";
    position: absolute;
    top: 45px; /* <-- change value to better position */
    left: 50%; /* centers the element's left edge */
    margin-left: -15px; /* <-- moves it back half it's own width */
    width: 0px; /* <-- don't need unit on 0 */
    height 0px; /* <-- don't need unit on 0 */
    xxmargin: 0px auto; /* <-- eliminate, use above margin */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
    box-shadow: 0 -5px 5px -5px #63C8D4;
    
  }
  .about-container .content {
    font-size: 16px;
    margin: 10px;
    padding-bottom: 20px;
  }

  .careers-feature {
    padding:0;
    margin-bottom:20px;
  }
  .careers-mid p {
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
  }
  
  .footer-top-inner {
    text-align: center;
  }

  .footer-bottom-inner {
    text-align: center;
  }

  .position_image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center;
  }
  .position-content {
    width: 100%;
  }
/* 
  .position-content div {
    padding: 0 20px;
  } */
  .career h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
  ul.career-detail > li > a {  
    font-size: 14px;
  }
  .career-content {
    
    font-size: 14px;
  }
  .quote {
    margin: 60px 0 !important;
    font-size: 18px !important;
    padding: 20px !important;
    border-width: 0 0 0 10px;
  }
  .wrap {
    padding: 35px !important;
  }
  .main-top-section .main-container h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .main-container h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .corp_principle_title h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

    .header-container .header-section h2 {
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0;
    }
    
    .career-wrap {
      padding: 0 20px;
    }
    .career-content ul {
      font-size: 14px; 
    }
    
    .value-box p.title {
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      margin: 0px;
      font-weight: bold;
      padding: 20px 80px 30px 80px; 
    }
    .main-container .content {
      padding: 10px 0;
    }
    
    }

@media screen and (max-width: 400px) {
  h2 {
    font-size: 30px; }
  .single .title-section h1, .single .title-section h2 {
    font-size: 35px; }
  .title-section h1, .title-section h2 {
    font-size: 35px;
    line-height: 40px; }
    .title-section h1 span, .title-section h2 span {
      font-weight: 300;
      font-size: 30px;
      line-height: 30px; }
  .insights-section {
    padding: 30px 0; }
  .insights-bottom-box > .insight-box:first-child {
    height: 250px; }
  .insight-box .inner .more-link {
    font-size: 18px;
    padding: 3px; }
  .contact-inner h2 {
    font-size: 30px; }
  .section-title {
    margin: 20px; }
  .uk-width-1-1 .round-button a {
    margin-top: 150px; }
  #solutions-lower h2 {
    margin-bottom: 20px;
    font-size: 30px; }
  #solutions-lower p {
    font-size: 18px; }
  .solution-lower-block h3 {
    font-size: 25px; }
  .solutions-left p {
    font-size: 18px; }
  .contact-section p {
    font-size: 18px; }
    #main {
    
      padding-top: 50px; 
    }
  .event-date .day, .event-date .month {
    font-size: 20px;
    line-height: 20px; }
  .insights-top-box > .insight-box:first-child h4 {
    font-size: 25px !important; }
    .solutions {
      /* padding: 105px 0 35px; */
      padding: 0px;
      /* margin: 0px;  */
    }
  .solutions-left h2 {
    text-align: center;
    /* color: #5bc3c4; */
    /* margin: -50px 0 213px; */
    margin: 0px !important; }
  .insights-top-box > .insight-box:first-child {
    height: 200px; }
  .insight-box h4 {
    font-size: 25px; }
  .top-section {
    padding: 120px 0 50px; }
  .insights-bottom-box > .insight-box:first-child .inner h4 {
    font-size: 35px; }
  .contact-top {
    margin-top: 80px; }
  .event-title-inner > h3 {
    font-size: 26px; }
  .insights-section h2:nth-of-type(2) {
    font-size: 40px; } 
  #con_show_5{
    margin-top: 50px;
  }  
}

@media screen and (max-width: 375px) {
  .mobile-menu {
    padding: 30px; }
  #menu-main-menu-mobile > li > a {
    font-size: 22px; }
  .mobile-menu-close img {
    width: 40px; }
  img.mob-menu-logo {
    width: 60px; }
  .mobile-menu-close {
    top: 30px;
    right: 30px; }
  .expertise-image-mobile > * {
    height: 180px; }
  .expertise-mobile h3 {
    font-size: 18px;
    padding-right: 50px; }
  .expertise-image-mobile > * > .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    border-width: 5px; }
  .expertise-image-mobile > * > img {
    max-height: 50px; } 
  
    .large-title {
      display: none;
    }
    .mobile-title {
      display: block;
    }
    
    .career-content ul {
      font-size: 14px; 
    }
    ul.careers-list > li > a {
      font-size: 14px;
      font-weight: bold;
      color: #01A6DA;
      display: block;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      height: 25px;
      padding: 10px 5px;
      margin: 10px;
      border: 1px solid #E0E0E0;
      border-radius: 3px; 
    }
    
  ul.careers-list > li.uk-active > a:after {
      content: "";
      position: absolute;
      top: 45px; /* <-- change value to better position */
      left: 50%; /* centers the element's left edge */
      margin-left: -15px; /* <-- moves it back half it's own width */
      width: 0px; /* <-- don't need unit on 0 */
      height 0px; /* <-- don't need unit on 0 */
      xxmargin: 0px auto; /* <-- eliminate, use above margin */
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
      box-shadow: 0 -5px 5px -5px #63C8D4;
  }
    ul.careers-list > li:hover > a:hover:after {
      content: "";
      position: absolute;
      top: 45px; /* <-- change value to better position */
      left: 50%; /* centers the element's left edge */
      margin-left: -15px; /* <-- moves it back half it's own width */
      width: 0px; /* <-- don't need unit on 0 */
      height 0px; /* <-- don't need unit on 0 */
      xxmargin: 0px auto; /* <-- eliminate, use above margin */
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #63C8D4; /* <-- change to bottom for up arrow */
      box-shadow: 0 -5px 5px -5px #63C8D4;
      
    }
    
    .main-top-section {
      background-size: cover;
      padding: 15% 0;
      overflow: hidden;
      margin-top: 30px;
    }
    
    .career-wrap {
      padding: 0 20px;
    }
  }

@media screen and (max-width: 320px) {
  .solutions {
    padding: 105px 0 35px; }
  .solutions-left h2 {
    text-align: center;
    /* color: #5bc3c4; */
    margin: -50px 0 213px; }
  ul.career-detail > li > a {
    font-size: 14px;
    padding: 0 0 10px 0; 
    margin: 0 20px 10px 0;
  }
  
  .career-content ul {
  /* list-style: none; */
  font-size: 14px; }
  
  .career-wrap {
    padding: 0 20px;
  }
  .clients-list-item > * > a img {
    max-width: 200px; }
  /* .solutions-left p {
        font-weight: 300;
        font-size: 26px;
        
    } */ 
  
    .large-title {
      display: none;
    }
    .mobile-title {
      display: block;
    }
    .main-top-section {
      background-size: cover;
      padding: 15% 0;
      overflow: hidden;
      margin-top: 30px;
    }
  }
  .corp_principle {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .corp_principle_detail {
    text-align: left;
  }
  .corp_principle ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
  }
  .corp_principle li {
    counter-increment: item;
    padding: 10px 0 10px 50px;
    position: relative;
  }

  .corp_principle li:before {
    color: #626262;
    font-weight: bold;
    margin-right: 20px;
    content: counter(item);
    background: #fff;
    border-radius: 100%;
    width: 1.5em;
    text-align: center;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0px;
  }
  .custom_buttons ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
  }
  .custom_buttons a {
    margin: 0px 20px 10px 0;
    display: block;
    font-weight: bold;
  }
  .custom_buttons a span {
    background: linear-gradient(60deg, rgba(1,166,218,1) 25%, rgba(99,200,212,0.5214460784313726) 100%);
    box-shadow: 0 0px 0px 0 rgba(1,166,218,1), 0 0px 10px 0 rgba(99,200,212,0.5214460784313726);
    color: #fff;
    padding: 10px 40px;
    display:block;
    margin: 10px 0;
  }
  .custom-button {
    background: rgb(1,166,218);
    background: linear-gradient(60deg, rgba(1,166,218,1) 25%, rgba(99,200,212,0.5214460784313726) 100%);
    box-shadow: 0 0px 0px 0 rgba(1,166,218,1), 0 0px 10px 0 rgba(99,200,212,0.5214460784313726);
  }
  /* ChatBox SaleForce */
  .embeddedServiceSidebarHeader .headerText{
    margin: 0px !important;
  }
  /* .embeddedServiceHelpButton .helpButton .uiButton { */
		/* background-color: #8b8a90; */
		/* font-family: "Arial", sans-serif; */
	/* } */
	.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #8b8a90;
	}  
	.embeddedServiceHelpButton .helpButton .uiButton {
		/* background-color: #8b8a90; */
		background-color: #00c0e4; /* Help button color */
		font-family: "Arial", sans-serif;
		max-width: 20em; /* Help button minimized width */
	}
	h2[embeddedService-chatHeader_chatHeader] {
    color: white;
    text-transform: lowercase;
	}
	