@font-face {
  font-family: 'bebas_neueregular';
  font-display: "swap";
  src: url("../fonts/bebasneue-regular.woff2") format("woff2"), url("../fonts/bebasneue-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: "swap";
  src: url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: "swap";
  src: url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: "swap";
  src: url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: "swap";
  src: url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  font-display: "swap";
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold_condensed';
  font-display: "swap";
  src: url("../fonts/roboto-boldcondensed.woff2") format("woff2"), url("../fonts/roboto-boldcondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Positional mixins */
/* transition mixins */
/* line 1, ../sass/partials/_header.scss */
.header {
  background: #fff url(../images/header-border.png) center bottom no-repeat;
  background-size: 100% 8px;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
/* line 13, ../sass/partials/_header.scss */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 28, ../sass/partials/_header.scss */
.header .logo {
  margin: 0;
}
/* line 31, ../sass/partials/_header.scss */
.header .navbar-brand, .header #block-kelltonrevamp-account-menu {
  display: none;
}
/* line 37, ../sass/partials/_header.scss */
.header #block-mainnavigation ul > li {
  border: none;
}
/* line 42, ../sass/partials/_header.scss */
.header #block-mainnavigation ul > li:first-child {
  margin-left: 0;
}
/* line 43, ../sass/partials/_header.scss */
.header #block-mainnavigation ul > li:last-child {
  margin-right: 55px;
}
/* line 44, ../sass/partials/_header.scss */
.header #block-mainnavigation ul > li > a, .header #block-mainnavigation ul > li > span {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  padding: 0;
  background: none;
  text-transform: capitalize;
  font-family: 'MarkPro-Medium', sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
/* line 56, ../sass/partials/_header.scss */
.header #block-mainnavigation ul > li > a:hover, .header #block-mainnavigation ul > li > a:focus, .header #block-mainnavigation ul > li > span:hover, .header #block-mainnavigation ul > li > span:focus {
  background: transparent;
  color: #6e388d;
}
/* line 62, ../sass/partials/_header.scss */
.header #block-mainnavigation ul li.we-mega-menu-li {
  margin-left: 44px;
}
/* line 66, ../sass/partials/_header.scss */
.header #block-mainnavigation ul .active a, .header #block-mainnavigation ul .active span {
  background: none;
}
/* line 74, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images .views-row {
  position: relative;
}
/* line 76, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images .views-row:first-child {
  margin-bottom: 15px;
}
/* line 80, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images .views-field-field-add-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 88, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images .field-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  flex-direction: column;
}
/* line 98, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images h3 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  width: 70%;
  margin: 0 auto 10px;
}
/* line 105, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'MarkPro-Medium', sans-serif;
  font-weight: normal;
}
/* line 113, ../sass/partials/_header.scss */
.header #block-mainnavigation .view-id-mega_menu_images a:hover, .header #block-mainnavigation .view-id-mega_menu_images a:focus {
  color: #6e388d;
}
/* line 119, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner {
  background: #fff;
  padding: 40px 0 30px;
  box-shadow: 1px -1px 5px -1px #ccc;
  font-family: 'MarkPro', sans-serif;
  font-weight: normal;
}
/* line 125, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner li {
  margin: 0 0 17px;
}
/* line 127, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner li:last-child {
  margin-bottom: 0;
}
/* line 129, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .we-mega-menu-row {
  margin: 0;
  justify-content: center;
  padding: 0 8px 0 35px;
}
/* line 135, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .we-mega-menu-col.menu-galleries {
  padding-right: 0;
  position: relative;
}
/* line 139, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .we-mega-menu-col.menu-galleries::after {
  position: absolute;
  top: 0;
  left: -45px;
  height: 100%;
  width: 3px;
  background: #1d96bb;
  content: "";
}
/* line 149, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .we-mega-menu-col.menu-galleries.span6::after {
  left: 0;
}
/* line 155, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .we-mega-menu-col.menu-galleries .view-mega-menu-images .views-row figure {
  position: relative;
}
/* line 157, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .we-mega-menu-col.menu-galleries .view-mega-menu-images .views-row figure::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
}
/* line 170, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .type-of-block {
  padding: 0 15px;
}
/* line 174, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .expanded.dropdown span.caret {
  display: none;
}
/* line 177, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .expanded.dropdown .dropdown-menu {
  border: none;
  box-shadow: none;
  margin: 17px 0px 0px;
  width: 100%;
  padding: 0px 0px 0px 30px;
  display: block;
}
/* line 186, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .menu--display-by-industries-clien {
  display: flex;
  flex-wrap: wrap;
}
/* line 189, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu-inner .menu--display-by-industries-clien li {
  flex: 0 0 50%;
}
/* line 198, ../sass/partials/_header.scss */
.header .menu--platforms-prodicts li a.thrive-word-format {
  text-transform: initial !important;
}
/* line 205, ../sass/partials/_header.scss */
.header .region-navigation-collapsible {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 209, ../sass/partials/_header.scss */
.header .logo {
  flex-grow: initial;
}
/* line 212, ../sass/partials/_header.scss */
.header #block-mainnavigation {
  margin-left: auto;
}
/* line 215, ../sass/partials/_header.scss */
.header .search-btn {
  flex-grow: initial;
  cursor: pointer;
  position: relative;
  min-width: 50px;
  margin-right: 15px;
}
/* line 221, ../sass/partials/_header.scss */
.header .search-btn a {
  background: #fff url(../images/search.png) left top no-repeat;
  display: flex;
  width: 50px;
  height: 45px;
  position: relative;
  top: 0px;
  right: 0;
  background-position: 10px 9px !important;
}
/* line 233, ../sass/partials/_header.scss */
.header .search-btn.active a {
  background: #ebebeb url(../images/sprite.png) left top no-repeat;
}
/* line 235, ../sass/partials/_header.scss */
.header .search-btn.active a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  background: #ebebeb;
}
/* line 249, ../sass/partials/_header.scss */
.header .navbar-default {
  background: none;
  border: none;
  min-height: 100%;
  margin: 0;
  position: static;
}
/* line 255, ../sass/partials/_header.scss */
.header .navbar-default ul {
  position: static;
}
/* line 257, ../sass/partials/_header.scss */
.header .navbar-default ul li {
  position: static;
}
/* line 269, ../sass/partials/_header.scss */
.header li.dropdown-menu:hover a.we-mega-menu-li:after, .header li.dropdown-menu:hover a.we-mega-menu-li:before, .header li.dropdown-menu:hover span.we-megamenu-nolink:after, .header li.dropdown-menu:hover span.we-megamenu-nolink:before, .header li.dropdown-menu:focus a.we-mega-menu-li:after, .header li.dropdown-menu:focus a.we-mega-menu-li:before, .header li.dropdown-menu:focus span.we-megamenu-nolink:after, .header li.dropdown-menu:focus span.we-megamenu-nolink:before {
  opacity: 1;
}
/* line 275, ../sass/partials/_header.scss */
.header li.dropdown-menu a.we-mega-menu-li:after, .header li.dropdown-menu span.we-megamenu-nolink:after, .header li.dropdown-menu a.we-mega-menu-li:before, .header li.dropdown-menu span.we-megamenu-nolink:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " " !important;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background: none;
  opacity: 0;
  top: 26px !important;
}
/* line 290, ../sass/partials/_header.scss */
.header li.dropdown-menu a.we-mega-menu-li:after, .header li.dropdown-menu span.we-megamenu-nolink:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 18px;
  margin-left: -18px;
  top: 35px !important;
}
/* line 297, ../sass/partials/_header.scss */
.header li.dropdown-menu a.we-mega-menu-li:before, .header li.dropdown-menu span.we-megamenu-nolink:before {
  border-color: rgba(224, 225, 226, 0);
  border-bottom-color: #f1f1f1;
  border-width: 22px;
  margin-left: -22px;
}
/* line 304, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu {
  top: 32px;
  width: 100% !important;
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 48px 0 0;
}
/* line 315, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu h2 {
  color: #1d96bb;
  font-size: 14px;
  margin-bottom: 28px;
  font-family: 'MarkPro-Medium', sans-serif;
  font-weight: normal;
}
/* line 321, ../sass/partials/_header.scss */
.header .we-mega-menu-submenu h2 a {
  color: #1d96bb;
  font-size: 14px;
  margin-bottom: 28px;
  font-family: 'MarkPro-Medium';
}
/* line 329, ../sass/partials/_header.scss */
.header .search-block-form {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: url(../images/gradient.png) left top no-repeat;
  background-size: contain;
  background-position: 0px 108px;
  transition: all 0.2s ease;
}
/* line 338, ../sass/partials/_header.scss */
.header .search-block-form form {
  background: #ebebeb;
}
/* line 341, ../sass/partials/_header.scss */
.header .search-block-form .input-group {
  max-width: 1245px;
  margin: 0 auto;
  width: 100%;
  background: url(../images/searchnew.png) left top no-repeat;
  background-position: 0px 48px;
}
/* line 349, ../sass/partials/_header.scss */
.header .search-block-form .help-block {
  display: none;
}
/* line 352, ../sass/partials/_header.scss */
.header .search-block-form input[type=search] {
  border: none;
  border-bottom: 2px solid #999;
  background: none;
  padding: 40px;
  font-size: 25px;
  line-height: 30px;
  color: #666;
  height: 100%;
  box-shadow: none;
  font-family: 'MarkPro-Light', sans-serif;
}
/* line 364, ../sass/partials/_header.scss */
.header .search-block-form .input-group-btn {
  display: none;
}
/* line 367, ../sass/partials/_header.scss */
.header .search-block-form.show-form {
  opacity: 1;
  visibility: visible;
  min-height: 100vh;
  z-index: 19;
  top: 129px;
  transition: all 0.2s ease;
}
/* line 376, ../sass/partials/_header.scss */
.header #navbar-collapse {
  position: relative;
  padding: 0;
}

/* line 381, ../sass/partials/_header.scss */
.navbar-we-mega-menu .span4 {
  padding-right: 20px;
}

@font-face {
  font-family: 'MarkPro';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MarkPro.eot");
  src: url("../fonts/MarkPro.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkPro.woff2") format("woff2"), url("../fonts/MarkPro.woff") format("woff"), url("../fonts/MarkPro.woff") format("otf"), url("../fonts/MarkPro.ttf") format("truetype");
}
@font-face {
  font-family: 'MarkPro-Medium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MarkPro-Medium.eot");
  src: url("../fonts/MarkPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkPro-Medium.woff2") format("woff2"), url("../fonts/MarkPro-Medium.woff") format("woff"), url("../fonts/MarkPro-Medium.woff") format("otf"), url("../fonts/MarkPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'MarkPro-Light';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MarkPro-Light.eot");
  src: url("../fonts/MarkPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkPro-Light.woff2") format("woff2"), url("../fonts/MarkPro-Light.woff") format("woff"), url("../fonts/MarkPro-Light.woff") format("otf"), url("../fonts/MarkPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'MarkPro-Book';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MarkPro-Book.eot");
  src: url("../fonts/MarkPro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkPro-Book.woff2") format("woff2"), url("../fonts/MarkPro-Book.woff") format("woff"), url("../fonts/MarkPro-Book.woff") format("otf"), url("../fonts/MarkPro-Book.ttf") format("truetype");
}
/* line 47, ../sass/style.scss */
body {
  font-family: 'MarkPro', sans-serif;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  overflow-x: hidden;
}
/* line 53, ../sass/style.scss */
body.hideBody {
  overflow: hidden;
}

/* line 57, ../sass/style.scss */
input, button {
  font-family: 'MarkPro', sans-serif;
  font-weight: normal;
  box-shadow: none;
}

/* line 62, ../sass/style.scss */
input:focus, .form-control:focus, :focus {
  outline: none;
  box-shadow: none;
}

/* line 66, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'MarkPro-Medium', sans-serif;
  font-weight: normal;
}

/* line 70, ../sass/style.scss */
.site-btn {
  padding: 17px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  min-width: 165px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'MarkPro-Medium', sans-serif;
  margin-top: 50px;
}

/* line 83, ../sass/style.scss */
.site-btn:hover, .site-btn:focus {
  color: #fff;
  text-decoration: none;
}

/* line 88, ../sass/style.scss */
.site-btn.blue {
  background: #1d96bb;
}
/* line 90, ../sass/style.scss */
.site-btn.blue:hover, .site-btn.blue:focus {
  background: #247197;
}

/* line 94, ../sass/style.scss */
.site-btn.purple {
  background: #6e388d;
}
/* line 96, ../sass/style.scss */
.site-btn.purple:hover, .site-btn.purple:focus {
  background: #461b5e;
}

/* line 101, ../sass/style.scss */
.container {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* line 107, ../sass/style.scss */
.main-container {
  padding: 0 15px;
}

/* line 111, ../sass/style.scss */
.full-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
/* line 118, ../sass/style.scss */
.full-section h2 {
  font-size: 45px;
  line-height: 70px;
  border-bottom: 4px solid #fff;
  display: inline-block;
  margin: 0;
  font-family: 'MarkPro', sans-serif;
}
/* line 126, ../sass/style.scss */
.full-section p {
  font-size: 28px;
  display: block;
  max-width: 800px;
  margin: 59px auto 73px;
  font-family: 'MarkPro-Medium', sans-serif;
  line-height: 34px;
}
/* line 135, ../sass/style.scss */
.full-section.banner6 p {
  margin: 24px auto 40px;
}
/* line 140, ../sass/style.scss */
.full-section .views-field-field-home-page-image img {
  width: 100%;
  height: inherit;
}
/* line 145, ../sass/style.scss */
.full-section .views-field-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
/* line 151, ../sass/style.scss */
.full-section .field-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 157, ../sass/style.scss */
.full-section .field-content .container {
  margin: inherit;
}
/* line 161, ../sass/style.scss */
.full-section .banner-content {
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 167, ../sass/style.scss */
.full-section:first-child h2 {
  font-size: 70px;
  line-height: 88px;
  border: none;
  font-family: 'MarkPro-Medium', sans-serif;
}
/* line 175, ../sass/style.scss */
.full-section.banner1 .views-field-body {
  height: auto;
  bottom: 50px;
}
/* line 178, ../sass/style.scss */
.full-section.banner1 .views-field-body .field-content {
  align-items: flex-end;
}
/* line 180, ../sass/style.scss */
.full-section.banner1 .views-field-body .field-content p {
  margin: 20px auto 40px;
}
/* line 183, ../sass/style.scss */
.full-section.banner1 .views-field-body .field-content .banner-scroll {
  margin: 50px 0 0;
}

/* line 191, ../sass/style.scss */
.banner-action a {
  margin: 0 7px;
}

/* line 195, ../sass/style.scss */
.scroll-navigation {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 99;
  height: auto;
  width: auto;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 202, ../sass/style.scss */
.scroll-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 207, ../sass/style.scss */
.scroll-navigation ul li {
  margin-bottom: 15px;
}
/* line 209, ../sass/style.scss */
.scroll-navigation ul li a {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  display: block;
}
/* line 216, ../sass/style.scss */
.scroll-navigation ul li a:hover {
  background: #fff;
}
/* line 222, ../sass/style.scss */
.scroll-navigation ul .active a {
  background: #fff;
}

/* line 228, ../sass/style.scss */
.hiddenScroll {
  display: none;
}

/* line 231, ../sass/style.scss */
.banner-scroll {
  margin: 70px 0 0;
}
/* line 233, ../sass/style.scss */
.banner-scroll a {
  display: inline-block;
}

/* line 244, ../sass/style.scss */
#block-views-block-leadership-listing-block-1 {
  background: #eae3ee;
  margin-top: 25px;
}

/* line 248, ../sass/style.scss */
.view-leadership-listing {
  background: #fff;
  padding: 42px 60px 0px 60px;
  margin-top: 50px;
}
/* line 252, ../sass/style.scss */
.view-leadership-listing .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 256, ../sass/style.scss */
.view-leadership-listing .view-content .views-row {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 50px;
}
/* line 260, ../sass/style.scss */
.view-leadership-listing .view-content .views-row:nth-child(even) {
  padding-left: 30px;
}
/* line 263, ../sass/style.scss */
.view-leadership-listing .view-content .views-row:nth-child(odd) {
  padding-right: 30px;
}

/* line 270, ../sass/style.scss */
.leader-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* line 274, ../sass/style.scss */
.leader-wraper h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}

/* line 280, ../sass/style.scss */
.leader-image {
  margin-right: 10px;
  min-width: 220px;
}
/* line 283, ../sass/style.scss */
.leader-image img {
  border: 1px solid #1d96bb;
  border-bottom: 4px solid #1d96bb;
}

/* line 288, ../sass/style.scss */
.leader-country {
  margin-bottom: 25px;
}
/* line 290, ../sass/style.scss */
.leader-country h3 {
  color: #000;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}

/* line 298, ../sass/style.scss */
.designation h3 {
  color: #1d96bb;
}
/* line 301, ../sass/style.scss */
.designation h4 {
  margin: 5px 0;
  font-family: 'MarkPro-Book', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #1d96bb;
}

/* line 309, ../sass/style.scss */
.leader-body {
  margin: 20px 0;
}
/* line 311, ../sass/style.scss */
.leader-body p {
  font-family: 'MarkPro-Book', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #666;
}

/* line 319, ../sass/style.scss */
.tell-more a {
  font-family: 'MarkPro-Book', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #1d96bb;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 328, ../sass/style.scss */
.common-banner {
  position: relative;
}
/* line 330, ../sass/style.scss */
.common-banner img {
  width: 100%;
  min-height: 400px;
}
/* line 334, ../sass/style.scss */
.common-banner .common-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* line 339, ../sass/style.scss */
.common-banner .common-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
/* line 348, ../sass/style.scss */
.common-banner h2 {
  font-size: 45px;
  line-height: 55px;
  border-bottom: 5px solid #fff;
  display: inline-block;
  margin: 0;
  font-family: 'MarkPro', sans-serif;
}
/* line 356, ../sass/style.scss */
.common-banner p {
  font-size: 28px;
  display: block;
  max-width: 800px;
  margin: 40px auto 0px;
  font-family: 'MarkPro-Medium', sans-serif;
  line-height: 34px;
}

/* line 369, ../sass/style.scss */
.view-leadership-profile .views-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 371, ../sass/style.scss */
.view-leadership-profile .views-row .views-field-field-profile-image {
  min-width: 200px;
}
/* line 374, ../sass/style.scss */
.view-leadership-profile .views-row .views-field-body {
  padding-left: 50px;
}

/* line 380, ../sass/style.scss */
.leader-basicInfo img {
  margin: 0 30px 30px 0;
  float: left;
}
/* line 384, ../sass/style.scss */
.leader-basicInfo p {
  font-size: 18px;
  color: #666;
  line-height: 1.3;
  font-family: 'MarkPro-Book', sans-serif;
  margin-bottom: 20px;
}

/* line 392, ../sass/style.scss */
.social-profile {
  width: 100%;
}
/* line 394, ../sass/style.scss */
.social-profile ul {
  padding: 0;
  margin: 0;
}
/* line 397, ../sass/style.scss */
.social-profile ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 401, ../sass/style.scss */
.social-profile ul a {
  background: url(../images/social-media.png) left top no-repeat;
  display: block;
  height: 29px;
  padding: 0;
  width: 29px;
}
/* line 407, ../sass/style.scss */
.social-profile ul a.twitter {
  background-position: -41px 0px;
}

/* line 413, ../sass/style.scss */
.all-leader {
  margin: 15px 0 0;
}

/* line 416, ../sass/style.scss */
.help-benefit {
  background: #eae3ee;
  display: flex;
}
/* line 420, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services {
  color: #fff;
}
/* line 421, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services .digital-commerce {
  margin-bottom: 50px;
}
/* line 424, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services .digital-commerce span {
  font-size: 54px;
}
/* line 429, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services p {
  font-size: 21px;
  margin: 0 0 60px;
  line-height: 1.25;
  width: 76%;
}
/* line 436, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services div strong {
  font-size: 128px;
}
/* line 439, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services div span {
  font-size: 70px;
  font-family: 'MarkPro-Light', sans-serif;
  display: inline-block;
  vertical-align: top;
  line-height: 1.1;
  color: #b295c2;
  position: relative;
  top: 9px;
}
/* line 448, ../sass/style.scss */
.help-benefit .region-key-sap-services .aside-services div span small {
  display: block;
  font-size: 30px;
  font-family: 'MarkPro-Medium', sans-serif;
  color: #fff;
}

/* line 459, ../sass/style.scss */
.howcan-help {
  width: 63.5%;
  padding: 40px 40px 40px 0px;
}
/* line 462, ../sass/style.scss */
.howcan-help .help-whitebox {
  background: #fff;
  padding: 40px 40px 70px;
}

/* line 467, ../sass/style.scss */
.help-benefits {
  width: 37.5%;
  background: #6e388d;
  padding: 40px;
}
/* line 472, ../sass/style.scss */
.help-benefits li {
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  font-family: 'MarkPro-Medium', sans-serif;
  margin-bottom: 15px;
}
/* line 478, ../sass/style.scss */
.help-benefits li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 481, ../sass/style.scss */
.help-benefits li a:hover {
  text-decoration: none;
}

/* line 487, ../sass/style.scss */
.region-help-n-business {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 490, ../sass/style.scss */
.region-help-n-business .help-benefits h2 {
  color: #fff;
}
/* line 493, ../sass/style.scss */
.region-help-n-business .help-benefits p {
  color: #fff;
}
/* line 497, ../sass/style.scss */
.region-help-n-business .field--name-field-how-we-can-help {
  background: #fff;
  padding: 20px;
}
/* line 501, ../sass/style.scss */
.region-help-n-business h2 {
  margin: 0 0 40px;
  font-family: 'MarkPro-Medium', sans-serif;
  line-height: 28px;
  font-size: 25px;
  color: #000;
}
/* line 508, ../sass/style.scss */
.region-help-n-business p {
  font-size: 18px;
  color: #666;
  line-height: 1.3;
  font-family: 'MarkPro-Medium', sans-serif;
  margin-bottom: 20px;
}
/* line 514, ../sass/style.scss */
.region-help-n-business p:last-child {
  margin: 0;
}
/* line 519, ../sass/style.scss */
.region-help-n-business .content-white-box ol, .region-help-n-business .content-white-box li {
  font-size: 18px;
  color: #666;
  line-height: 1.3;
  font-family: 'MarkPro-Medium', sans-serif;
  margin-bottom: 6px;
}
/* line 525, ../sass/style.scss */
.region-help-n-business .content-white-box ol:last-child, .region-help-n-business .content-white-box li:last-child {
  margin: 0;
}

/* line 531, ../sass/style.scss */
.shared-section {
  background: url(../images/landingpage.png) no-repeat;
  background-size: cover;
}
/* line 534, ../sass/style.scss */
.shared-section h2 {
  padding: 40px 0 20px;
  font-family: 'MarkPro-Medium', sans-serif;
  line-height: 28px;
  font-size: 25px;
  color: #000;
  text-align: center;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
}
/* line 544, ../sass/style.scss */
.shared-section .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  margin-bottom: 70px;
}
/* line 549, ../sass/style.scss */
.shared-section .view-content .views-row {
  flex: 0 0 33.3%;
  padding: 0 30px;
}
/* line 553, ../sass/style.scss */
.shared-section .view-content p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-family: 'MarkPro-Medium', sans-serif;
}
/* line 559, ../sass/style.scss */
.shared-section .view-content .views-more-link {
  margin: 10px 0 0;
}
/* line 561, ../sass/style.scss */
.shared-section .view-content .views-more-link a {
  text-transform: uppercase;
  color: #6e388d;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 573, ../sass/style.scss */
.region-key-sap-services {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 576, ../sass/style.scss */
.region-key-sap-services h2 {
  margin: 0;
  font-family: 'MarkPro-Medium', sans-serif;
  line-height: 28px;
  font-size: 25px;
}
/* line 582, ../sass/style.scss */
.region-key-sap-services .key-services {
  width: 63.5%;
  padding: 40px 0 0;
  position: relative;
}
/* line 587, ../sass/style.scss */
.region-key-sap-services .key-services .slick-slide {
  padding-right: 40px;
}
/* line 592, ../sass/style.scss */
.region-key-sap-services .key-services .slick-list {
  padding-top: 40px;
}
/* line 595, ../sass/style.scss */
.region-key-sap-services .key-services .block-title {
  padding-left: 160px;
  color: #000;
  width: 90%;
}
/* line 600, ../sass/style.scss */
.region-key-sap-services .key-services .slick-arrow {
  position: absolute;
  top: 42px;
  left: 0;
  font-size: 0;
  height: 28px;
  width: 36px;
  background: url(../images/slider-arrow.png) left top no-repeat;
  box-shadow: none;
  border: none;
  padding: 0;
  background-position: -69px 0;
}
/* line 612, ../sass/style.scss */
.region-key-sap-services .key-services .slick-arrow.slick-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  left: 65px;
}
/* line 618, ../sass/style.scss */
.region-key-sap-services .key-services .slick-arrow.slick-next.slick-disabled {
  background-position: 0 0;
}
/* line 621, ../sass/style.scss */
.region-key-sap-services .key-services .slick-arrow.slick-prev.slick-disabled {
  background-position: 0 0;
}
/* line 624, ../sass/style.scss */
.region-key-sap-services .key-services .slick-arrow:focus {
  outline: none;
}
/* line 629, ../sass/style.scss */
.region-key-sap-services .key-services .keycarousel {
  position: static;
}
/* line 632, ../sass/style.scss */
.region-key-sap-services .key-services .service-content {
  width: 100%;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  min-height: 250px;
}
/* line 639, ../sass/style.scss */
.region-key-sap-services .key-services .service-wraper {
  text-align: center;
}
/* line 641, ../sass/style.scss */
.region-key-sap-services .key-services .service-wraper h3 {
  line-height: 22px;
  font-size: 18px;
  color: #000;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
/* line 649, ../sass/style.scss */
.region-key-sap-services .key-services .service-wraper h3:before {
  position: absolute;
  bottom: 0;
  width: 110px;
  height: 2px;
  background: #464646;
  content: '';
  left: 50%;
  margin-left: -55px;
}
/* line 660, ../sass/style.scss */
.region-key-sap-services .key-services .service-wraper p {
  margin: 20px 0;
  color: #666;
  line-height: 20px;
  font-size: 16px;
}
/* line 666, ../sass/style.scss */
.region-key-sap-services .key-services .service-wraper a {
  color: #1d96bb;
  font-family: 'MarkPro', sans-serif;
  line-height: 18px;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 676, ../sass/style.scss */
.region-key-sap-services .aside-services {
  width: 37%;
  background: #6e388d;
  padding: 40px;
}
/* line 680, ../sass/style.scss */
.region-key-sap-services .aside-services h2 {
  color: #fff;
}
/* line 683, ../sass/style.scss */
.region-key-sap-services .aside-services p {
  font-family: 'MarkPro-Medium', sans-serif;
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  margin: 40px 0;
}
/* line 690, ../sass/style.scss */
.region-key-sap-services .aside-services a {
  display: inline-block;
}
/* line 693, ../sass/style.scss */
.region-key-sap-services .aside-services .sap-number {
  color: #fff;
  margin: 0;
}
/* line 696, ../sass/style.scss */
.region-key-sap-services .aside-services .sap-number h4 {
  line-height: 160px;
  font-size: 178px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/* line 704, ../sass/style.scss */
.region-key-sap-services .aside-services .sap-number span {
  font-family: 'MarkPro-Light', sans-serif;
  line-height: 100px;
  font-size: 100px;
  vertical-align: top;
  font-weight: 300;
  display: inline-block;
}

/* line 715, ../sass/style.scss */
.service-Listing {
  background: #f8f8f8;
  padding: 40px;
  margin-top: 40px;
}
/* line 719, ../sass/style.scss */
.service-Listing h2 {
  margin: 0;
  font-size: 25px;
  margin: 0 0 35px;
  color: #000;
  position: relative;
  font-family: 'MarkPro-Medium', sans-serif;
}
/* line 727, ../sass/style.scss */
.service-Listing .innerPage-body {
  background: #fff;
  padding: 40px;
  display: flex;
}
/* line 731, ../sass/style.scss */
.service-Listing .innerPage-body ul {
  flex: 0 0 50%;
  padding: 0 20px 0 20px;
}
/* line 734, ../sass/style.scss */
.service-Listing .innerPage-body ul:last-child {
  padding: 0 0 0 40px;
}
/* line 737, ../sass/style.scss */
.service-Listing .innerPage-body ul li {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 20px;
  font-family: 'MarkPro-Medium', sans-serif;
}

/* line 748, ../sass/style.scss */
.fulltitle h1.page-header {
  width: 100%;
}

/* line 754, ../sass/style.scss */
.description-block .fulldiv .views-element-container {
  width: 100%;
}
/* line 759, ../sass/style.scss */
.description-block .views-element-container.leader-box {
  margin-bottom: 40px;
}

/* line 765, ../sass/style.scss */
.leader-data h4 {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 20px;
}
/* line 771, ../sass/style.scss */
.leader-data .date {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 20px;
  font-family: 'MarkPro-Light', sans-serif;
}
/* line 778, ../sass/style.scss */
.leader-data a {
  font-size: 14px;
  color: #6e388d;
  line-height: 1.3;
  font-family: 'MarkPro-Medium', sans-serif;
}

/* line 785, ../sass/style.scss */
.newsEve-block {
  background: #6e388d;
  margin-bottom: 42px;
  color: #fff;
  padding: 50px 20px 35px 56px;
}
/* line 790, ../sass/style.scss */
.newsEve-block h2 {
  font-size: 25px;
  margin: 0 0 39px;
}
/* line 794, ../sass/style.scss */
.newsEve-block h4 {
  line-height: 140px;
  font-size: 140px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}
/* line 801, ../sass/style.scss */
.newsEve-block h4 span {
  font-family: 'MarkPro-Light', sans-serif;
  line-height: 90px;
  font-size: 70px;
  vertical-align: top;
  font-weight: 300;
  display: inline-block;
}
/* line 810, ../sass/style.scss */
.newsEve-block p {
  font-size: 18px;
  font-family: 'MarkPro-Medium', sans-serif;
  margin: 0 0 24px;
  line-height: 1.4;
}
/* line 815, ../sass/style.scss */
.newsEve-block p:last-child {
  margin-bottom: 0;
}
/* line 819, ../sass/style.scss */
.newsEve-block .blue-btn {
  margin-top: 36px;
  display: inline-block;
}

/* line 826, ../sass/style.scss */
.news-eventWraper .title-page span {
  display: block;
  font-size: 20px;
  color: #000;
  font-family: 'MarkPro-Medium', sans-serif;
  position: relative;
  padding: 0 0 22px;
  margin-bottom: 22px;
}
/* line 834, ../sass/style.scss */
.news-eventWraper .title-page span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  height: 4px;
  width: 40px;
  content: "";
}

/* line 848, ../sass/style.scss */
.help-benefits .action {
  margin-top: 40px;
}

@media only screen and (max-width: 1299px) {
  /* line 6, ../sass/responsive.scss */
  .header #block-mainnavigation ul li.we-mega-menu-li {
    margin-left: 20px;
  }
  /* line 8, ../sass/responsive.scss */
  .header #block-mainnavigation ul li.we-mega-menu-li:last-child {
    margin-right: 20px;
  }

  /* line 15, ../sass/responsive.scss */
  .full-section .banner-content {
    padding: 0 20px;
  }

  /* line 19, ../sass/responsive.scss */
  #block-views-block-leadership-listing-block-1 {
    padding: 0 15px;
  }

  /* line 22, ../sass/responsive.scss */
  .shared-section, .region-help-n-business, .region-key-sap-services {
    padding: 0 15px;
  }

  /* line 27, ../sass/responsive.scss */
  .region-help-n-business p {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 32, ../sass/responsive.scss */
  .help-benefits {
    padding: 15px;
  }
  /* line 34, ../sass/responsive.scss */
  .help-benefits li {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 39, ../sass/responsive.scss */
  .howcan-help {
    padding: 20px 20px 20px 0;
  }

  /* line 43, ../sass/responsive.scss */
  .newsEve-block h4 {
    line-height: 120px;
    font-size: 120px;
  }
  /* line 46, ../sass/responsive.scss */
  .newsEve-block h4 span {
    line-height: 80px;
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 55, ../sass/responsive.scss */
  body.toggled {
    right: 0;
    overflow: hidden;
  }

  /* line 60, ../sass/responsive.scss */
  .header {
    padding: 25px 10px;
  }
  /* line 64, ../sass/responsive.scss */
  .header #block-mainnavigation ul li.we-mega-menu-li {
    margin-left: 15px;
  }
  /* line 66, ../sass/responsive.scss */
  .header #block-mainnavigation ul li.we-mega-menu-li:last-child {
    margin-right: 15px;
  }
  /* line 68, ../sass/responsive.scss */
  .header #block-mainnavigation ul a {
    text-shadow: none;
    box-shadow: none;
    border: none;
  }
  /* line 75, ../sass/responsive.scss */
  .header #block-mainnavigation .view-id-mega_menu_images h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
  }
  /* line 80, ../sass/responsive.scss */
  .header #block-mainnavigation .view-id-mega_menu_images a {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 86, ../sass/responsive.scss */
  .header .we-mega-menu-submenu {
    padding: 40px 10px 0 10px;
    top: 23px;
  }
  /* line 93, ../sass/responsive.scss */
  .header li.dropdown-menu a.we-mega-menu-li:after, .header li.dropdown-menu span.we-megamenu-nolink:after, .header li.dropdown-menu a.we-mega-menu-li:before, .header li.dropdown-menu span.we-megamenu-nolink:before {
    top: 10px !important;
  }
  /* line 99, ../sass/responsive.scss */
  .header li.dropdown-menu a.we-mega-menu-li:after, .header li.dropdown-menu span.we-megamenu-nolink:after {
    top: 18px !important;
  }
  /* line 111, ../sass/responsive.scss */
  .header .we-mega-menu-submenu-inner .type-of-block {
    padding: 0 20px;
  }
  /* line 116, ../sass/responsive.scss */
  .header .search-btn {
    flex-grow: initial;
  }
  /* line 120, ../sass/responsive.scss */
  .header .search-block-form form {
    padding: 0 20px;
  }
  /* line 123, ../sass/responsive.scss */
  .header .search-block-form.show-form {
    top: 86px;
  }

  /* line 128, ../sass/responsive.scss */
  .region-we-mega-menu {
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0;
  }

  /* line 137, ../sass/responsive.scss */
  .toggled .overlay {
    display: none;
  }

  /* line 142, ../sass/responsive.scss */
  .toggled span.btn-close {
    display: none;
  }

  /* line 148, ../sass/responsive.scss */
  .full-section:first-child h2 {
    font-size: 60px;
    line-height: 60px;
  }
  /* line 153, ../sass/responsive.scss */
  .full-section p {
    font-size: 24px;
    line-height: 28px;
    margin: 18px auto 30px;
  }

  /* line 160, ../sass/responsive.scss */
  .leader-body p {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 166, ../sass/responsive.scss */
  .designation h4 {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 172, ../sass/responsive.scss */
  .tell-more a {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 178, ../sass/responsive.scss */
  .leader-wraper h3 {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 186, ../sass/responsive.scss */
  .view-leadership-listing .view-content .views-row:nth-child(even) {
    padding-left: 10px;
  }
  /* line 189, ../sass/responsive.scss */
  .view-leadership-listing .view-content .views-row:nth-child(odd) {
    padding-right: 10px;
  }

  /* line 195, ../sass/responsive.scss */
  .view-leadership-listing {
    padding: 30px 30px 0 30px;
  }

  /* line 199, ../sass/responsive.scss */
  .leader-basicInfo img {
    max-width: 150px;
    margin: 0 15px 15px 0;
  }
  /* line 203, ../sass/responsive.scss */
  .leader-basicInfo p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991px) {
  /* line 213, ../sass/responsive.scss */
  .header #block-mainnavigation ul {
    padding: 0;
  }
  /* line 215, ../sass/responsive.scss */
  .header #block-mainnavigation ul.we-mega-menu-ul {
    padding: 0 20px;
  }
  /* line 218, ../sass/responsive.scss */
  .header #block-mainnavigation ul li.we-mega-menu-li {
    margin: 30px 0;
  }
  /* line 220, ../sass/responsive.scss */
  .header #block-mainnavigation ul li.we-mega-menu-li:last-child {
    margin-right: 0;
  }
  /* line 222, ../sass/responsive.scss */
  .header #block-mainnavigation ul a, .header #block-mainnavigation ul span.we-megamenu-nolink {
    text-shadow: none;
    box-shadow: none;
    border: none;
    color: #333 !important;
    display: block;
  }
  /* line 228, ../sass/responsive.scss */
  .header #block-mainnavigation ul a:hover, .header #block-mainnavigation ul span.we-megamenu-nolink:hover {
    color: inherit !important;
  }
  /* line 233, ../sass/responsive.scss */
  .header #block-mainnavigation ul .expanded.dropdown span.caret {
    display: inline-block;
  }
  /* line 236, ../sass/responsive.scss */
  .header #block-mainnavigation ul .expanded.dropdown .dropdown-menu {
    padding: 0px 0px 0px 30px !important;
    display: none;
  }
  /* line 241, ../sass/responsive.scss */
  .header #block-mainnavigation ul .expanded.dropdown.open .dropdown-menu {
    display: block;
  }
  /* line 243, ../sass/responsive.scss */
  .header #block-mainnavigation ul .expanded.dropdown.open .dropdown-menu li {
    margin-bottom: 15px;
  }
  /* line 245, ../sass/responsive.scss */
  .header #block-mainnavigation ul .expanded.dropdown.open .dropdown-menu li:last-child {
    margin: 0;
  }
  /* line 257, ../sass/responsive.scss */
  .header li.dropdown-menu a.we-mega-menu-li:after, .header li.dropdown-menu span.we-megamenu-nolink:after, .header li.dropdown-menu a.we-mega-menu-li:before, .header li.dropdown-menu span.we-megamenu-nolink:before {
    left: 98%;
    opacity: 1;
    top: 0px !important;
  }
  /* line 263, ../sass/responsive.scss */
  .header li.dropdown-menu a.we-mega-menu-li:after, .header li.dropdown-menu span.we-megamenu-nolink:after {
    border-left-color: #fff;
    border-width: 8px;
    margin-left: -1px;
    top: 13px !important;
    border-bottom-color: transparent;
  }
  /* line 270, ../sass/responsive.scss */
  .header li.dropdown-menu a.we-mega-menu-li:before, .header li.dropdown-menu span.we-megamenu-nolink:before {
    border-left-color: #333;
    border-width: 10px;
    margin-left: 0;
    border-bottom-color: transparent;
  }
  /* line 278, ../sass/responsive.scss */
  .header .we-mega-menu-submenu {
    padding: 0;
    top: 0;
  }
  /* line 282, ../sass/responsive.scss */
  .header .we-mega-menu-submenu-inner {
    padding: 0;
    box-shadow: none;
  }
  /* line 285, ../sass/responsive.scss */
  .header .we-mega-menu-submenu-inner .type-of-block {
    padding: 0;
  }
  /* line 289, ../sass/responsive.scss */
  .header .we-mega-menu-submenu-inner .menu-galleries {
    display: none;
  }
  /* line 296, ../sass/responsive.scss */
  .header .we-mega-menu-submenu ul li {
    margin-bottom: 30px;
  }
  /* line 300, ../sass/responsive.scss */
  .header .we-mega-menu-submenu h2 {
    margin-bottom: 30px;
  }
  /* line 304, ../sass/responsive.scss */
  .header .search-btn {
    flex-grow: initial;
    order: 9;
    margin-left: auto;
    margin-right: 0;
  }
  /* line 309, ../sass/responsive.scss */
  .header .search-btn a {
    height: 42px;
    right: 0px;
  }
  /* line 314, ../sass/responsive.scss */
  .header .search-btn.active a {
    height: 79px;
  }
  /* line 320, ../sass/responsive.scss */
  .header #block-mainnavigation {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    margin-left: 0;
    padding-left: 5px;
  }

  /* line 327, ../sass/responsive.scss */
  .navbar-toggle {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    width: 32px;
    height: 32px;
  }
  /* line 333, ../sass/responsive.scss */
  .navbar-toggle .icon-bar {
    background-color: #fff;
    border: 2px solid #adaeb0;
    height: 6px;
    width: 25px;
    border-radius: 4px;
  }
  /* line 340, ../sass/responsive.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  /* line 344, ../sass/responsive.scss */
  .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  /* line 348, ../sass/responsive.scss */
  .navbar-toggle.show-menu {
    background: url(../images/sprite.png) left top no-repeat;
  }
  /* line 350, ../sass/responsive.scss */
  .navbar-toggle.show-menu .icon-bar {
    display: none;
  }

  /* line 355, ../sass/responsive.scss */
  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    position: fixed;
    position: fixed;
    width: 100%;
    background: #fff;
  }
  /* line 361, ../sass/responsive.scss */
  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active .type-of-block {
    display: block;
  }

  /* line 367, ../sass/responsive.scss */
  .full-section:first-child h2 {
    font-size: 50px;
    line-height: 50px;
  }
  /* line 372, ../sass/responsive.scss */
  .full-section p {
    font-size: 24px;
    line-height: 28px;
    margin: 40px auto;
  }
  /* line 377, ../sass/responsive.scss */
  .full-section h2 {
    font-size: 35px;
    line-height: 55px;
    padding: 0;
  }

  /* line 383, ../sass/responsive.scss */
  .scroll-navigation {
    right: 15px;
    display: none;
  }

  /* line 390, ../sass/responsive.scss */
  .view-leadership-listing .view-content {
    padding: 15px !important;
  }
  /* line 392, ../sass/responsive.scss */
  .view-leadership-listing .view-content .views-row {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }

  /* line 400, ../sass/responsive.scss */
  .leader-body {
    margin: 15px 0;
  }

  /* line 403, ../sass/responsive.scss */
  .leader-image {
    min-width: 150px;
    max-width: 150px;
  }

  /* line 408, ../sass/responsive.scss */
  .common-banner h2 {
    font-size: 35px;
    line-height: 40px;
  }
  /* line 412, ../sass/responsive.scss */
  .common-banner p {
    font-size: 24px;
    margin: 30px auto 30px;
    line-height: 28px;
  }

  /* line 421, ../sass/responsive.scss */
  .shared-section h2 {
    padding: 20px 0 5px;
  }
  /* line 425, ../sass/responsive.scss */
  .shared-section .view-content .views-row {
    padding: 0 15px;
  }

  /* line 434, ../sass/responsive.scss */
  .region-key-sap-services .key-services .slick-slide {
    padding-right: 20px;
  }
  /* line 437, ../sass/responsive.scss */
  .region-key-sap-services .key-services .slick-list {
    padding-top: 20px;
  }
  /* line 440, ../sass/responsive.scss */
  .region-key-sap-services .key-services .service-content {
    padding: 15px;
    margin-bottom: 20px;
  }
  /* line 444, ../sass/responsive.scss */
  .region-key-sap-services .key-services .block-title {
    padding-left: 120px;
  }
  /* line 447, ../sass/responsive.scss */
  .region-key-sap-services .key-services .service-wraper {
    text-align: center;
  }
  /* line 449, ../sass/responsive.scss */
  .region-key-sap-services .key-services .service-wraper h3 {
    line-height: 20px;
    font-size: 16px;
  }
  /* line 453, ../sass/responsive.scss */
  .region-key-sap-services .key-services .service-wraper p {
    margin: 10px 0;
    line-height: 18px;
    font-size: 14px;
  }
  /* line 461, ../sass/responsive.scss */
  .region-key-sap-services .aside-services {
    padding: 20px;
  }
  /* line 463, ../sass/responsive.scss */
  .region-key-sap-services .aside-services p {
    line-height: 22px;
    font-size: 16px;
    margin: 40px 0;
  }
  /* line 469, ../sass/responsive.scss */
  .region-key-sap-services .aside-services .sap-number h4 {
    line-height: 120px;
    font-size: 148px;
  }
  /* line 473, ../sass/responsive.scss */
  .region-key-sap-services .aside-services .sap-number span {
    line-height: 40px;
    font-size: 75px;
  }

  /* line 482, ../sass/responsive.scss */
  .fulltitle h1.page-header {
    width: auto;
  }

  /* line 487, ../sass/responsive.scss */
  .service-Listing {
    padding: 20px;
    margin-top: 20px;
  }
  /* line 490, ../sass/responsive.scss */
  .service-Listing h2 {
    margin-bottom: 20px;
  }
  /* line 495, ../sass/responsive.scss */
  .service-Listing .innerPage-body ul li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
  }

  /* line 504, ../sass/responsive.scss */
  .newsEve-block {
    padding: 35px 15px 35px 15px;
  }
  /* line 506, ../sass/responsive.scss */
  .newsEve-block h4 {
    line-height: 90px;
    font-size: 90px;
  }
  /* line 509, ../sass/responsive.scss */
  .newsEve-block h4 span {
    font-family: 'MarkPro-Light', sans-serif;
    line-height: 70px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 522, ../sass/responsive.scss */
  .header #navbar-collapse.collapse {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 527, ../sass/responsive.scss */
  .header .search-block-form {
    background-position: 0px 65px;
  }
  /* line 529, ../sass/responsive.scss */
  .header .search-block-form input[type=search] {
    padding: 20px 20px 20px 35px;
    font-size: 20px;
    line-height: 25px;
  }
  /* line 534, ../sass/responsive.scss */
  .header .search-block-form .input-group {
    background-position: 0px 25px;
  }
  /* line 538, ../sass/responsive.scss */
  .header.headerFull {
    height: 100%;
    padding: 0;
  }
  /* line 541, ../sass/responsive.scss */
  .header.headerFull .container {
    padding: 25px 10px;
    background: #fff url(../images/header-border.png) center bottom no-repeat !important;
  }

  /* line 547, ../sass/responsive.scss */
  .full-section {
    height: 230px;
  }
  /* line 549, ../sass/responsive.scss */
  .full-section .views-field-field-home-page-image {
    display: none;
  }
  /* line 551, ../sass/responsive.scss */
  .full-section .views-field-field-home-page-image img {
    min-height: 400px;
  }
  /* line 556, ../sass/responsive.scss */
  .full-section:first-child h2 {
    font-size: 40px;
    line-height: 40px;
  }
  /* line 561, ../sass/responsive.scss */
  .full-section p {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 20px;
  }
  /* line 566, ../sass/responsive.scss */
  .full-section h2 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
  }
  /* line 573, ../sass/responsive.scss */
  .full-section .banner-action .site-btn {
    padding: 8px 20px;
  }
  /* line 578, ../sass/responsive.scss */
  .full-section.banner1 .views-field-body {
    bottom: 30px;
  }
  /* line 581, ../sass/responsive.scss */
  .full-section.banner1 .views-field-body .field-content p {
    margin: 0 0 20px 0;
  }
  /* line 584, ../sass/responsive.scss */
  .full-section.banner1 .views-field-body .field-content .banner-scroll {
    margin: 20px 0 0;
    display: none;
  }
  /* line 589, ../sass/responsive.scss */
  .full-section.banner1 .views-field-body .field-content .banner-action .site-btn {
    padding: 8px 20px;
  }
  /* line 597, ../sass/responsive.scss */
  .full-section.banner6 p {
    margin: 10px 0 20px;
  }

  /* line 607, ../sass/responsive.scss */
  .view-leadership-listing .view-content .views-row:nth-child(even) {
    padding-left: 0px;
  }
  /* line 610, ../sass/responsive.scss */
  .view-leadership-listing .view-content .views-row:nth-child(odd) {
    padding-right: 0px;
  }

  /* line 616, ../sass/responsive.scss */
  .view-leadership-listing {
    padding: 20px 20px 0 20px;
  }

  /* line 619, ../sass/responsive.scss */
  .leader-image {
    min-width: 120px;
    max-width: 120px;
  }

  /* line 624, ../sass/responsive.scss */
  .leader-body p {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 630, ../sass/responsive.scss */
  .tell-more a {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 636, ../sass/responsive.scss */
  .leader-wraper h3 {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 641, ../sass/responsive.scss */
  #block-views-block-leadership-listing-block-1 {
    margin-top: 0;
  }

  /* line 644, ../sass/responsive.scss */
  .view-leadership-listing {
    margin-top: 20px;
  }

  /* line 647, ../sass/responsive.scss */
  .leader-country {
    margin-bottom: 15px;
  }

  /* line 652, ../sass/responsive.scss */
  .common-banner img {
    min-height: 400px;
  }
  /* line 655, ../sass/responsive.scss */
  .common-banner h2 {
    font-size: 28px;
    line-height: 35px;
  }
  /* line 659, ../sass/responsive.scss */
  .common-banner p {
    font-size: 20px;
    margin: 30px auto 30px;
    line-height: 24px;
    padding: 0 15px;
  }

  /* line 666, ../sass/responsive.scss */
  .leader-basicInfo {
    flex-direction: column;
  }

  /* line 670, ../sass/responsive.scss */
  .region-help-n-business {
    flex-direction: column;
  }
  /* line 672, ../sass/responsive.scss */
  .region-help-n-business h2 {
    margin: 20px 0;
  }

  /* line 677, ../sass/responsive.scss */
  .howcan-help, .help-benefits {
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 681, ../sass/responsive.scss */
  .howcan-help {
    padding: 0;
  }

  /* line 685, ../sass/responsive.scss */
  .shared-section .view-content {
    flex-direction: column;
    padding: 30px 0 0;
  }
  /* line 688, ../sass/responsive.scss */
  .shared-section .view-content .views-row {
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  /* line 696, ../sass/responsive.scss */
  .region-key-sap-services {
    flex-direction: column;
  }
  /* line 698, ../sass/responsive.scss */
  .region-key-sap-services .key-services {
    padding: 20px 0 0;
    width: 100%;
  }
  /* line 701, ../sass/responsive.scss */
  .region-key-sap-services .key-services .slick-list {
    padding-top: 50px;
  }
  /* line 704, ../sass/responsive.scss */
  .region-key-sap-services .key-services .slick-slide {
    padding-right: 0;
  }
  /* line 707, ../sass/responsive.scss */
  .region-key-sap-services .key-services .key-box {
    position: relative;
  }
  /* line 710, ../sass/responsive.scss */
  .region-key-sap-services .key-services .block-title {
    padding: 0;
    text-align: center;
  }
  /* line 714, ../sass/responsive.scss */
  .region-key-sap-services .key-services .slick-arrow {
    top: 10px;
    z-index: 9;
  }
  /* line 719, ../sass/responsive.scss */
  .region-key-sap-services .aside-services {
    width: 100%;
  }
  /* line 722, ../sass/responsive.scss */
  .region-key-sap-services .aside-services p {
    margin: 20px 0;
  }

  /* line 738, ../sass/responsive.scss */
  .service-Listing {
    padding: 15px;
  }
  /* line 740, ../sass/responsive.scss */
  .service-Listing h2 {
    margin-bottom: 15px;
  }
  /* line 743, ../sass/responsive.scss */
  .service-Listing .innerPage-body {
    padding: 20px 20px 20px 30px;
    flex-direction: column;
  }
  /* line 746, ../sass/responsive.scss */
  .service-Listing .innerPage-body ul {
    flex: 0 0 100%;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 750, ../sass/responsive.scss */
  .service-Listing .innerPage-body ul:last-child {
    margin-bottom: 0;
    padding: 0;
  }
  /* line 754, ../sass/responsive.scss */
  .service-Listing .innerPage-body ul li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
  }

  /* line 763, ../sass/responsive.scss */
  .newsEve-block {
    padding: 35px 20px 35px 20px;
    margin: 0 15px 42px;
  }
  /* line 766, ../sass/responsive.scss */
  .newsEve-block p {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1;
  }

  /* line 781, ../sass/responsive.scss */
  .header .we-mega-menu-submenu-inner .we-mega-menu-row {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 787, ../sass/responsive.scss */
  .site-btn {
    font-size: 12px;
    min-width: auto;
  }

  /* line 792, ../sass/responsive.scss */
  .header .logo {
    max-width: 160px;
  }
  /* line 796, ../sass/responsive.scss */
  .header .search-block-form.show-form {
    top: 76px;
  }

  /* line 804, ../sass/responsive.scss */
  .full-section .views-field-field-home-page-image img {
    min-height: 300px;
  }
  /* line 809, ../sass/responsive.scss */
  .full-section:first-child h2 {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 814, ../sass/responsive.scss */
  .full-section p {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 819, ../sass/responsive.scss */
  .full-section h2 {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 823, ../sass/responsive.scss */
  .full-section .banner-content {
    padding: 0 10px;
  }

  /* line 827, ../sass/responsive.scss */
  .banner-scroll {
    margin: 30px 0 0;
  }

  /* line 830, ../sass/responsive.scss */
  .leader-image {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  /* line 834, ../sass/responsive.scss */
  .leader-image img {
    max-width: 120px;
  }

  /* line 838, ../sass/responsive.scss */
  .leader-wraper {
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
  }

  /* line 844, ../sass/responsive.scss */
  .leader-info {
    width: 100%;
  }

  /* line 847, ../sass/responsive.scss */
  .leader-body {
    margin: 10px 0;
  }

  /* line 850, ../sass/responsive.scss */
  .view-leadership-listing {
    padding: 10px 10px 0 10px;
  }

  /* line 854, ../sass/responsive.scss */
  .common-banner h2 {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 858, ../sass/responsive.scss */
  .common-banner p {
    font-size: 18px;
    margin: 15px auto;
    line-height: 22px;
  }

  /* line 864, ../sass/responsive.scss */
  .leader-data {
    width: 100%;
    float: left;
  }
  /* line 867, ../sass/responsive.scss */
  .leader-data h4 {
    display: block;
    text-align: left;
  }
}
