/* =Reset
-------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; 
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
}
body {
  background: #e9e9e9;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table { 
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}

/* =Global
----------------------------------------------- */
 
body,
button,
input,
select,
textarea {
  color: #666;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: 'Roboto', Arial, sans-serif;
  outline: none;
}
 
/* Headings */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}
 
/* Text elements */
p {
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
ul, ol {
  margin: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5rem 1.5rem;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5rem;
}
address {
  margin: 0 0 1.5rem;
}
pre {
  background: #eee;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code, kbd, tt, var {
  font: 1.5rem Arial, sans-serif;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5rem;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%; 
}
 
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button::-moz-focus-inner {
  border: 0;
}

a:focus,
a:active {
  color: #19e1ff;
  outline: none;
}
.sticky,
.gallery-caption,
.wp-caption, 
.wp-caption-text, 
.bypostauthor  {
  font-size: 1.6rem;
}
#skiptocontent a {
  padding:6px;
  position: absolute;
  top:-40px;
  left:0px;
  color:white;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-bottom-right-radius:8px;
  background:transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
  position:absolute;
  left:0px;
  top:0px;
  background:#78aeda;
  outline:0;  
  -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -webkit-transition-timing-function: cubic-bezier(0,0.2,0,1);
  transition-timing-function: cubic-bezier(0,0.2,0,1);
  visibility: hidden;
  pointer-events: none;
  transition-duration: 0.8s;
  box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; border-radius: 2px;
  top: 0;
}
#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}
.flying-focus_target {
  outline: none !important; 
}
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; 
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
  white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.inner {
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
  max-width: 1460px;
}
.wow {
  visibility: hidden;
}
#page {
  overflow: hidden;
}
a {
  color: #0094dd;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h2 {
  color: #333;
  font-size: 8rem;
  line-height: 7.9rem;
  text-transform: uppercase;
  font-family: Khand;
  font-weight: 500;
  padding: 2.5rem 0 2rem;
  letter-spacing: 4px;
}
h3 {  
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.sub-title {
  color: #0052a6;
  font-size: 16px;
  font-family: Khand;
  display: block;
  letter-spacing: 3px;
}

/* carousel */
.carousel {
  border-bottom: 36.9rem  solid #152d49;
  box-sizing: inherit!important;
  background: #152d49; 
}
.carousel-item {
  background-size: cover;
  -webkit-background-position: center top;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 44rem 0 0;
  position: relative;
}
.carousel-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, #152d49 0%, #152d49 10%, transparent 100%);
}
.carousel-text-section {
  width: 50%;
  position: relative;
  z-index: 3;
  
}
.carousel-text-section h3 {
  font-size: 9rem;
  font-family: 'Khand', Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 8.8rem;
  margin-bottom: -5.1rem;
  padding: 0 10.5%;
  letter-spacing: .45rem;
  -webkit-transition:  -webkit-transform .35s, opacity .35s;
  transition:  transform .35s, opacity .35s;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0,-3rem);
  transform: translate(0,-3rem);
}
.carousel-text {
  padding: 6.8rem 10.5% 7.4rem;  
  -webkit-transition:  -webkit-transform .35s, opacity .35s;
  transition:  transform .35s, opacity .35s;  
  position: relative;
}
.carousel-text span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background: linear-gradient(to bottom right, #0080d0, #0060b0);
}
.carousel-text p {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
  word-spacing: -1px;
  -webkit-transition: -webkit-transform .35s ease-out .2s, opacity .35s ease-out .2s;
  transition:  transform .35s ease-out .2s, opacity .35s ease-out .2s;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-3rem,0);
  transform: translate(-3rem,0);
}
.read-more {
  color: #00a9ff;
  text-decoration: none;
  display: inline-block;
  padding-bottom: .8rem;
  letter-spacing: 2px;
  font-size: 2rem;
  font-family: 'Khand', Arial, sans-serif; 
  -webkit-transition: color .35s, border .35s;
  transition:  color .35s, border .35s;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 2;
}
.read-more:after,
.read-more:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  content: '';
  height: 2px;
  display: block;
  background: #00a9ff;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.read-more:before {
  width: 0%;  
  right: auto;
  left: 0;
  -webkit-transition: width .2s ease .2s;
  transition: width .2s ease .2s;
}
.read-more:hover:after,
.read-more:focus:after {
  width: 0;
}
.read-more:hover:before,
.read-more:focus:before  {
  width: 100%;
}
.read-more:hover,
.read-more:focus {
  color: #fff ;  
}
.read-more.dark:hover,
.read-more.dark:focus {
  color: #013d89;
}
.to-hide.to-show .read-more,
.to-hide.to-show .carousel-text p,
.to-hide.to-show .carousel-text-section h3 {
  -webkit-transform: translate(0,3rem);
  transform: translate(0,3rem);
  opacity: 0;
}
.to-hide.to-show .carousel-text-section h3 { 
  -webkit-transition:  -webkit-transform .3s ease .3s, opacity .3s ease .3s;
  transition:  transform .3s ease .3s, opacity .3s ease .3s;
}
.to-hide.to-show .carousel-text p {
  -webkit-transition:  -webkit-transform .3s ease .15s, opacity .3s ease .15s;
  transition:  transform .3s ease .15s, opacity .3s ease .15s;
}
.to-hide.to-show .read-more {
  -webkit-transition: color 0.35s, border-color 0.35s, -webkit-transform .3s, opacity .3s;
  transition: color 0.35s, border-color 0.35s, transform .3s, opacity .3s; 
}
.to-show .carousel-text-section h3,
.to-show  .carousel-text,
.to-show .read-more,
.to-show .carousel-text p {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.carousel-item {
  -webkit-transition: opacity .8s .8s!important;
  transition: opacity .8s ease .8s!important;
  box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.carousel .slick-dots {
  width: 70px;
  bottom: 12rem;  
  left: 50%;
  position: absolute;
  text-align: center;
  list-style-type: none;
  z-index: 5;
  margin-left: -4px;
}
.carousel .slick-dots li {
  margin-bottom: 2rem;
}
.carousel .slick-dots li button {
  padding: 0;
  background: #2a5a91;
  border: none;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: 999px;
  border-radius: 10px; 
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  cursor: pointer;
  outline: none;
}
.carousel .slick-dots li.slick-active button,
.carousel .slick-dots li button:hover,
.carousel .slick-dots li button:focus {
  background: #19e1ff;
}
.news-section {
  margin-top: -19.7rem;
  position: relative;
  z-index: 9;
}

/*news section*/
.left-50 {
  float: left;
  width: 50%;
}
.right-50 {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.news-section-left {
  text-align: right;
}
.news-section-left img {
  display: inline-block;
  vertical-align: top;
}
.news-section-right {
  background: #fff;
  box-sizing: border-box;
  padding: 7rem;
}
.blog-item {
  padding-bottom: 6.4rem;
  margin-bottom: 6.6rem;
  border-bottom: 2px solid #e7eaec;
  overflow: hidden;
}
.blog-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-item h3 {
  color: #444444;  
  padding: 2.4rem 0 2.8rem;
  letter-spacing: .5px;  
}
/*serving section*/
.serving-section {
  margin-bottom: 5rem;
}
.serving-right {
  padding: 0 0 7rem 7.2rem;
}
.serving-item {
  padding-top: 3.9rem;
}
.is-desktop .serving-item {
  padding-top: .9rem;
}
.serving-item h3 {
  padding: 2.6rem 0 0.5rem;
  color: #444444;
}
.under-title {
  font-size: 1.8rem;
  color: #444444;
  margin-bottom: 3.9rem;
  letter-spacing: 1px;
}
.serving-text {
  padding-right: 9%;
  margin-left: -3px;
  letter-spacing: 0.5px;
  margin-bottom: 4.6rem;
}
.logos {
  display: table;
  width: 100%;

}
.logo-item {
  display: table-cell;
  padding: 0 1rem 0 0; 
}
/* inovative section */
.inovative-section {
  overflow: hidden;
  position: relative;
  padding-bottom: 12.7rem;
  margin-bottom: 14.8rem;
}
.inovative-section .sub-title {
  letter-spacing: 6.5px;
}
.inovative-section:after {
  content: "";
  position: absolute;
  height: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  background: #152d49;
  z-index: -1;

}
.inovative-head {
  position: relative;
  width: 50%;
  z-index: 9;
  margin-bottom: -7rem;
}
.inovative-head .sub-title,
.inovative-head h2 {
  position: relative;
  z-index: 10;
}
.inovative-head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  bottom: 0;
  background: #e9e9e9;
  z-index: 1;
}
.inovate-image {
  position: relative;
}
video.bgvid {
  z-index: 2;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.inovate-image:before {
  content: "";
  position: absolute;
  top: 7rem;
  left: 50%;
  width: 110vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  background: #152d49;
  z-index: 1
}
.inovate-image .blue-bg {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -30px;
  width: 50%;
  z-index: 3;
  background: linear-gradient(to top, #152d49 0%, #152d49 5%, transparent 100%);
}
.inovate-image img {
  display: block;
  position: relative;
  z-index: 2;
}
.inovate-text {
  margin-top: -21.4rem;
  position: relative;
  z-index: 4;
  padding: 0 2% 0 7rem;
  color: #fff;
}
.inovate-text-in {
	position: relative;
}
.inovate-text h3 {
  color: #fff;
  margin-bottom: 3.9rem;
}
.inovate-text p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5rem;
  letter-spacing: 0.5px;
}

/*capabilities section*/

.capabilities-section { 
  margin-bottom: 24.5rem;
  position: relative;
}
.capabilities-section {
	min-height: 68rem;
}
.is-desktop .capabilities-section {
  min-height: 90rem;
}
.capabilities-section .white-circle {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 90rem;
  height: 90rem;
  margin-left: -45rem;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: '';
  display: block;
}
.capabilities-section .sub-title {
  letter-spacing: 6.5px;
}
.capabilities-section h2 {
  padding-top: 4.2rem;
  padding-bottom: 3.5rem;
}
.capabilities-section .inner {
  position: relative;
  z-index: 2;
}
.capabilities-text p {
  color: #555555;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 4.5rem;
  letter-spacing: 0.5px;
}
.main-capabilities-image {
  width: 144%;
  position: relative;
  z-index: 2;
  left: 37%;
  margin-top: -14rem;
}
.main-capabilities-image .white-circle {
  display: none;
}
.capabilities-left {
  padding-right: 7rem;
  padding-top: 9.5rem;
  box-sizing: border-box;
}
.capabilities-right img {
  display: block;
}

/* division section */
.division-inner {
  text-align: center;
  position: relative;
  height: 79.2rem;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  background-attachment: fixed;
}
.section-bg.in-ie,
.division-inner.in-ie,
.statement.in-ie{
  background-attachment:inherit!important;
}
.division .sub-title {
  letter-spacing: 6.5px
}
.division h2 {
  max-width: 55%;
  padding: 2.7rem 0 1.1rem; 
  position: relative;
  z-index: 3;
}
.divisions-item {
  width: 33.3%;
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  float: left;
  height: 100%;
  background: rgba(23,48,78,.6);
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.9rem;
  -webkit-transition: background .35s, width .35s, border .35s, padding .35s;
  transition: background .35s, width .35s, border .35s, padding .35s;
}
.divisions-item:nth-child(2) {
  border-left: none!important;
}
.divisions-item:nth-child(5) {
  border-right: none!important;
}
.divisions-item-t { 
  display: table;
  width: 100%;
  height: 79.2rem;  
}
.divisions-item .divisions-item-t:first-child {
  cursor: pointer;
}
.divisions-item-t.more-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.divisions-item-tc {
  display: table-cell;
  vertical-align: middle;
  padding-top: 7rem;
}
.divisions-item h3 {
  padding-bottom: 4rem;
}
.divisions-item p {  
  min-height: 11.6rem;
  color: rgba(255,255,255,.7);
  max-width: 290px;
  margin: 0 auto .1rem; 
  letter-spacing: 0.5px;
  padding: 0 1rem;
}
.divisions-item .wrap-info p {
  padding: 0;
}
.divisions-item .wrap {
  -webkit-transition: transform .35s;
  transition: transform .35s;
  will-change: transform;
  pointer-events: none;
}
.divisions-item .wrap-info {
  text-align: left;
  opacity: 0;
  padding: 0 13%;
  -webkit-transform: translate(0,5rem);
  transform: translate(0,5rem);
}
.divisions-item .wrap-info p {
  max-width: 100%;
}
.more-link,
.close {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid #00a6fe;
  border-radius: 50%;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: background .35s, opacity .35s, visibility .35s;
  transition: background .35s, opacity .35s, visibility .35s;
}
.more-link:before,
.more-link:after,
.close:before,
.close:after {
  width: 2px;
  height: 12px;
  background: #00a6fe;
  content: '';
  position: absolute;
  top: 7px;
  left: 12px; 
  -webkit-transition: background .35s;
  transition: background .35s;
}
.close:before,
.close:after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.more-link:after {
  width: 12px;
  height: 2px;  
  top: 12px;
  left: 7px; 
}
.close {
  position: absolute;
  top: 4rem;
  right: 5%;
  border: 2px solid #fff;
  opacity: 0;
  visibility: hidden;
}
.close:hover,
.close:focus {
  background: #fff;
}
.close:hover:hover:before,
.close:hover:hover:after,
.close:hover:focus:before,
.close:hover:focus:after {
  background: #00a6fe; 
}
.more-link:hover,
.more-link:focus {
  background: #00a6fe;
}
.more-link:hover:before,
.more-link:hover:after,
.more-link:focus:before,
.more-link:focus:after { 
  background: #fff; 
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;  
  opacity: 0; 
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.site-link {
  font-style: 2rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 3rem;
  font-family: Khand;
  text-decoration: none;
  padding-bottom: .7rem;
  letter-spacing: 2px;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.site-link:hover,
.site-link:focus {
  color: #00a9ff;
}
.site-link:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  content: '';
  height: 2px;
  background: #00a9ff;
}
.is-desktop .divisions-item:hover,
.is-desktop .divisions-item:focus {
  background: rgba(23,48,78,.4);
}
.is-desktop .divisions-item:hover .wrap,
.is-desktop .divisions-item:focus .wrap {
  -webkit-transform: translate(0,-1.8rem);
  transform: translate(0,-1.8rem);
}
@keyframes bounce-custom {
  from {   
    transform: translate(0,-1.8rem);
    opacity: 1;
    visibility: visible;
  }

  100% {
    transform: translate(0,-5.8rem);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes bounce-custom {
  from {   
    -webkit-transform: translate(0,-1.8rem);
    opacity: 1;
    visibility: visible;
  }
 
  100% {
   -webkit-transform: translate(0,-5.8rem);
    opacity: 0;
    visibility: hidden;
  }
}
.divisions-item.expanded .wrap {
  animation-name: bounce-custom;
  transform-origin: center center;
  animation-duration: 1s;
  animation-delay: .3s;
  animation-fill-mode: both;
}
.divisions-item.expanded .close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: background .35s, opacity .35s ease .35s, visibility .35s ease .35s;
  transition: background .35s, opacity .35s ease .35s, visibility .35s ease .35s;
}
.divisions-item.expanded .more-link {
  opacity: 0;
  visibility: hidden;
}
.divisions-item.expanded .wrap-info {
  -webkit-transition: opacity .75s ease .8s, -webkit-transform .75s ease .8s;
  transition: opacity .75s ease .8s, transform .75s ease .8s; 
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
} 
.divisions-item.expanded .divisions-item-t.more-info {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .01s ease .8s, visibility .01s ease .8s;
  transition: opacity .01s ease .8s, visibility .01s ease .8s;
}
.opened .divisions-item {
  width: 24%;
  background: rgba(23,48,78,.2);
}
.opened .divisions-item.expanded {
  width: 52%;
  background: rgba(23,48,78,.6);
  border-bottom: 4px solid #00a9ff;
}
.opened .divisions-item p {
  opacity: 0;
  -webkit-transform: translate(0,1.8rem);
  transform: translate(0,1.8rem);
  visibility: hidden;
   -webkit-transition: opacity .35s ease .35s, -webkit-transform .35s ease .35s, visibility .35s ease .35s;
  transition: opacity .35s ease .35s, transform .35s ease .35s, visibility .35s ease .35s; 
}
.opened .divisions-item.expanded p {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  visibility: visible;
}
.opened .section-bg  {
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.opened .divisions-item .more-link {
  border: 2px solid #fff;
}
.opened .divisions-item .more-link:hover,
.opened .divisions-item .more-link:focus {
  background: #fff;
}
.opened .more-link:before,
.opened .more-link:after { 
  background: #fff; 
}
.opened .more-link:hover:before,
.opened .more-link:hover:after,
.opened .more-link:focus:before,
.opened .more-link:focus:after { 
  background: #00a6fe; 
}


/* capabilities section */

.intro {
  position: relative;
  background: #17304e;
  padding-bottom: 22.3rem; 
}
.intro > .left-50 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54.3%;
  left: 0;
}
.intro > .left-50:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, #17304e 0%, transparent 100%);
}
.intro .inner {
  position: relative;
  z-index: 2;
  padding-top: 22.4rem;
}
.intro .carousel-text-section {
  width: 110%;
  margin-left: -10%;
  margin-bottom: 6.1rem;
}
.intro .carousel-text-section h3 {
  opacity: 1;
  padding: 0 0 0 8.5%;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  margin-bottom: -4.5rem;
}
.intro .carousel-text,
.intro .carousel-text p {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  font-size: 1.8rem;
  line-height: 3.1rem;
  letter-spacing: 0.5px;
}
.intro .carousel-text {
  padding: 7.1rem 9.5% 3.4rem 9.5%;
}

.solutions {
  padding-left: 20%;
  color: #fff;
}
.solutions .sub-title {
  color: #fff;
  margin-bottom: 3.3rem;
  letter-spacing: 6.5px;
}
.solutions ul li {
  list-style-type: none;
  position: relative;
  padding-left: 43px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.solutions ul li:before {
  border-bottom: 2px solid #00a6ff;
  border-left: 2px solid #00a6ff;
  content: "";  
  height: .7rem;
  left: 1px;
  position: absolute;
  top: .6rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1.5rem;
}

/*capability section*/
.intro + .capability {
  margin-top: -22.1rem;
}
.capability {
  margin-bottom: 6.8rem;
}
.intro + .capability .left-50 .inner-wrap {
  padding-top: 11%;
}
.intro + .capability .left-50 .inner-wrap h2 {
  padding-bottom: 3.3rem;
}
.intro + .capability .features {
  padding-top: 1.5rem;
}
.intro + .capability .grey-bottom {
  margin-top: 7.2rem;
}
.capability.left-style .right-50 {
  float: left;
}
.capability.left-style .left-50 {
  float: right;
}
.capability {
  position: relative;
  z-index: 2;
}
.capability .left-50 {
  background: #fff;  
  box-sizing: border-box;
}
.capability .left-50 .inner-wrap {
  padding: 15% 7.8% 0 10%;
}
.capability .left-50 .inner-wrap h2 {
  padding-bottom: 5rem;
}
.capability .caption {
  position: absolute;
  bottom: -3.3rem;
  left: 10%;
  right: 10%;
  z-index: 2;
  padding: 0 200px 0 5rem;
  background: #fff;
  color: #545454;
  line-height: 82px;
}
.capability img {
	width: 100%;
}
.capability .right-50 {
  position: relative;
}
.blue-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 82px;
  box-sizing: border-box;    
  font-family: Khand;
  text-align: center;
  text-decoration: none;
  width: 197px;
  letter-spacing: 3px;
  -webkit-transition: color .35s, background .35s;
  transition: color .35s, background .35s;
  z-index: 2;
}
.blue-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  background: #00a5ff;
  z-index: -1;
  -webkit-transition: width .35s;
  transition: width .35s;
}
.blue-btn:hover:before,
.blue-btn:focus:before {
  width: 0px;
}
.blue-btn:hover,
.blue-btn:focus { 
  color: #013d89;
}
.capability .grey-bottom {
  background: #f3f3f3;
  text-align: center;
  clear: both;
  margin-top: 6.5rem;
  padding: 2.2rem 0 1.6rem;
}
.capability .grey-bottom.empty {
  padding: 0!important;
}
.capability .grey-bottom strong,
.capability .grey-bottom span {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  margin: 0 2rem 0 0;
  line-height: 7.1rem;
  letter-spacing: 0.5px;
}
.capability .grey-bottom strong {
  font-weight: normal;
  color: #0054a8;
  font-size: 6rem;
  font-style: normal;
  font-family: Khand;  
}
.capability .features {
  padding-top: 4.5rem;
  padding-bottom: .7rem;
}
.capability .features + .features {
  padding-top: 0;
  margin-top: -2px;
}
.capability .inner-wrap p {
  max-width: 96%; 
  letter-spacing: 0.5px;
}
.capability .features .left-50 {
  width: 43.5%;
  float: left!important;
}
.capability .features .left-50 + .left-50 {
  float: right!important;
  width: 45.5%;
}
.capability .features .left-50 div {
  display: none;
  padding: 2.7rem 0 2rem;
}
.capability .features .left-50 div ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2rem;  
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
.capability .features .left-50 div ul ul {
  padding-top: 1rem;
}
.capability .features .left-50 div ul li:before {
  position: absolute;
  top: .7rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #064f9c;
}
.capability .features .left-50 > strong {
  display: block;
  font-weight: normal;
  color: #00a5ff;
  position: relative;
  margin-top: 2rem;
  line-height: 27px;
  cursor: pointer;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.is-desktop .capability .features .left-50 > strong:hover,
.is-desktop .capability .features .left-50 > strong:focus
.capability .features .left-50 > strong.expanded {
  color: #333;
}
.is-desktop .capability .features .left-50 > strong:hover:before,
.is-desktop .capability .features .left-50 > strong:hover:after,
.is-desktop .capability .features .left-50 > strong:focus:before,
.is-desktop .capability .features .left-50 > strong:focus:after,
.capability .features .left-50 > strong.expanded:before,
.capability .features .left-50 > strong.expanded:after {
  background: #333;
}
.capability .features .left-50 > strong:before,
.capability .features .left-50 > strong:after {
  position: absolute;  
  content: '';
  background: #00a5ff;
  -webkit-transition: background .35s;
  transition: background .35s;
}
.capability .features .left-50 > strong:before {
  width: 12px;
  height: 2px;
  top: 13px;
  right: 0;
}
.capability .features .left-50 > strong:after {
  width: 2px;
  height: 12px;
  top: 8px;
  right: 5px;
  -webkit-transition: background .35s, opacity .35s;
  transition: background .35s, opacity .35s;
}
.capability .features .left-50 > strong.expanded:after {
  opacity: 0;
}
.capability .features .left-50 > strong.expanded {
  font-weight: bold;
}

/*statement section*/
.statement {
  padding: 31.7rem 0 50.9rem;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-size: 3rem;
  line-height: 4.8rem;
  font-weight: 300;
  position: relative;
  margin-top: -22.2rem;
  margin-bottom: -38.2rem;
  background-attachment: fixed!important;
}
.statement:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(23,48,78,0.8);
}
.statement .inner {
  position: relative;
  z-index: 2;
  max-width: 1168px;
}
/*cta*/
.cta {
  position: relative;
}
.cta .inner {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cta:before,
.right-bg {
  position: absolute;
  top: 5rem;
  left: 0;  
  bottom: 0;
  content: '';
  display: block;
  background: linear-gradient(to bottom right, #0e4387, #1c72c1);
  width: 50%;
}
.right-bg {
  left: auto;
  right: 0;
  top: 1.6rem;
}
.cta .left-50 {
  padding: 13.7% 0 12%;
  box-sizing: border-box;
}
.cta .left-50 + .left-50 {
  padding-left: 5%;
  padding-top: 11%;
}
.cta .left-50 h3,
.capability .features h3 {
  margin-bottom: 2.9rem;
  max-width: 70%;
}
.cta .left-50 p {
  margin-bottom: 4.2rem;
  max-width: 40%;
  letter-spacing: 0.5px;
}
.cta .read-more {
  color: #fff;
}

/*solutions page*/
.solutions-wrap {
  background: #17304e;
}
.solution {
  position: relative;
  padding-top: 20.3rem;
  overflow: hidden;
  width: 100%;
}
.solution .inner {
  position: relative;
  z-index: 2;
}
.solution .bg-image {
  position: absolute;
  top: 20.3rem;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  left: 6.25%;
  z-index: 1;
}
.solution .gradient {
  position: absolute;
  top: 19rem;
  left: 50%;
  right: 0;
  bottom: 0;  
  z-index: 1;
  display: block;  
  background: linear-gradient(to top,  #152f4f 0%,transparent 100%); 
}
.solution .left-50 {
  background: #fff;
  margin: 0 0 10.4rem 4.9%;  
  top: -6.7rem;
  width: 45.1%;
  position: relative;
}
.solution .left-50 .inner-wrap {
  padding: 12% 11.5% 11.7%;
}
.solution .left-50 .inner-wrap h3 {
  margin: 2.1rem 0 4.5rem;
  border-left: 2px solid #00a3ff;
  padding-left: 2rem;
  color: #444444;
  line-height: 4.2rem;
}
.links {
  position: absolute;
  left: 55%;
  right: 0;
  bottom: 8.1rem;
  color: #fff;
}
.links a {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 18px;
  font-size: 1.6rem;
  margin-top: 2.5rem;
  padding-right: 32px;
  text-decoration: none;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.links a:before {
  position: absolute;
  background: url(images/sprite.png) no-repeat 0 -100px;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  top: 1px;
  right: 0;
}
.links a:hover,
.links a:focus {
  color: #00a8fd;
}
.links h3 {
  max-width: 36rem;
  line-height: 4.2rem;
  letter-spacing: 0px;
}
.solution.even .left-50 {
  float: right;
  margin: -0.5rem 4.9% 10.4rem 0;  
}
.solution.even  .gradient {  
  right: 50%;
  left: 0;
}
.solution.even .links {
  left: 20.5%;
  right: 55%;
}
.solution.even .bg-image,
.solutions-wrap .solution:last-child .bg-image {
  right: 6.25%;
  left: 0;
}
.solutions-wrap .solution:last-child .gradient {
  display: none;
}
.solutions-wrap .solution:last-child .bg-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(23,48,78,.4);
  z-index: 1;
}
.cta-solutions {
  overflow: hidden;
  padding: 4rem 0 12.7rem;
  text-align: center;
  position: relative;
  margin-bottom: 7.4rem;
}
.cta-solutions h3 {
  line-height: 4.2rem;
}
.cta-solutions .inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #333;
}
.half-circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1380px;
  height: 1366px;
  background: #fff;
  border-radius: 50%;
  margin-left: -690px;
  z-index: 1;
}
.cta-solutions img {
  display: inline-block;
  width: 157px;
  height: auto;
  vertical-align: top;
  margin-bottom: 2.5rem;
  border-radius: 50%;
}
.cta-solutions p {
  margin: 3.5rem 0 2rem;
}
.cta-solutions .read-more {
  padding-bottom: .4rem;
}
.page-template-solutions-page .intro > .left-50 {
  width: 50%;
}
.page-template-solutions-page .intro .inner {
  padding-top: 36.4rem;
}
.page-template-solutions-page .intro {
  padding-bottom: 0rem;
  margin-bottom: -0.8rem;
}
.page-template-solutions-page .division h2 {
  max-width: 100%;
  padding: 1.3rem 0 2.7rem;
}


/* Product page */

.single-product .breadcrumbs {
  padding-top: 16.5rem;
  padding-bottom: 1.7rem;
  background: #1e334f;
}
.head-product-left h2 {
  padding-top: .6rem;
  padding-bottom: 2.8rem;
}
.head-product {
  background: #1e334f;
}
.head-product .inner,
.benefits .inner {
  position: relative;
}
.head-product-left {
  background: #fff;
  box-sizing: border-box;
  padding: 5.5% 5% 6.2%;
}
.head-product .bg {
  position: relative;
}
.head-product .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, #17304e 0%, #152d49 25%, transparent 100%);
}
.head-product-left.full {
  background: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 2%;
  z-index: 3;
}
.head-product-left.full p,
.head-product-left.full h2 {
  color: #fff;
}
.product-image {
  position: absolute;
  top: -2rem;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 3rem;
  bottom: 0;
}
.head-product p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.75;
}
.benefits {
  margin-bottom: 6rem;
}
.benefits-left {
  position: absolute;
  top: 0;
  left: 3rem;
  
  right: 50%;
  bottom: 0;
}
.benefits-left .slick-list,
.benefits-left .slick-track {
  height: 100%;
}
.benefits-item {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f6f6;
}
.benefits-text {
  min-height: 270px;
  box-sizing: border-box;

}
.benefits-right {
  box-sizing: border-box;
  padding: 22% 10.5% 15%;
  background: #fff;
}
.benefits-right .slick-dots {
  display: none !important;
}
.benefits-text h3 {
  margin-bottom: 3.4rem;
  color: #444444;
}

.benefits-text p {
  margin-bottom: 1.6rem;
  line-height: 1.75;
  color: #666666;
}
.benefits-left .slick-dots {
  width: 100%;
  bottom: -.6rem;  
  left: 0;
  position: absolute;
  text-align: center;
  list-style-type: none;
  z-index: 15;
}
.benefits-left .slick-dots li,
.gallery-slider .slick-dots li {
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem;
}
.benefits-left .slick-dots li button,
.gallery-slider .slick-dots li button {
  padding: 0;
  background: #2a5a91;
  border: none;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: 999px;
  border-radius: 10px; 
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  cursor: pointer;
}
.benefits-left .slick-dots li.slick-active button,
.benefits-left .slick-dots li button:hover,
.benefits-left .slick-dots li button:focus,
.gallery-slider .slick-dots li.slick-active button,
.gallery-slider .slick-dots li button:hover,
.gallery-slider .slick-dots li button:focus {
  background: #11a4f6;
}
.features-sec {
  background: #1e334f;
  position: relative;
  padding-bottom: 5.5rem;
}
.features-left img {
  width: 100%;
  height: auto;
}
.features-sec .inner {
  position: relative;
  z-index: 2;
}
.features-sec:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 19.2rem;
  background: #e9e9e9;
  z-index: 1;
}
.features-left {
  padding-top: 8.5rem;
}
.features-right {
  padding: 12% 10% 11.6%;
  background: #fff;
}
.features-right h3 {
  margin-bottom: 5rem;
}
.features-right ul,
.flex-section .box-image-left-inner ul,
.testimonials-right ul {
  list-style-type: none;
  padding-bottom: 1rem;
}
.features-right ul li:before,
.flex-section .box-image-left-inner ul li:before,
.testimonials-right ul li:before {
  border-bottom: 2px solid #00a6ff;
  border-left: 2px solid #00a6ff;
  content: "";
  height: 0.7rem;
  left: 1px;
  position: absolute;
  top: 0.6rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1.5rem;
}
.features-right ul li,
.flex-section .box-image-left-inner ul li,
.testimonials-right ul li {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
  list-style-type: none;
  margin-bottom: 1.9rem;
  padding-left: 5.2rem;
  position: relative;
}
.features-inner { 
  position: relative;
  overflow: hidden;
}
.specifications {
  background: #1e334f;
  position: relative;
  margin-bottom: 5rem;
}
.specifications .inner {
  position: relative;
  z-index: 2;
}
.specifications:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 10rem;
  background: #e9e9e9;
  z-index: 1;
}

.specifications-left {
  padding: 7% 10% 9rem 0;
}
.specifications-left pre {
  display: block;
  font-family: Khand, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  background: none;
  margin-bottom: 3.4rem;
  letter-spacing: 0.3rem;
  color: #fff;
}
.specifications-left p {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.73;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.specifications-left p strong {
  color: #0053a7;
  font-family: Khand, Arial, sans-serif;
  font-size: 6rem;
  font-weight: normal;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}
.specifications-right  {
  background: #1660aa;
  color: #fff;
  padding: 9.5% 10% 12.5%;
  position: relative;
  bottom: -10rem;
  top: 0;
}
.specifications-right .sub-title {
  color: #fff;
  padding-bottom: 2rem;
}
.specifications-right table {
  color: #fff;
}
.specifications-right table th {
  font-size: 3.5rem;
  padding: 1rem;
}
.specifications-right table th {
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding-bottom: 2.3rem;
}
.specifications-right table td {
  font-size: 1.6rem;
  line-height: 2.3rem;
  border-bottom: 1px solid #2f72b5;
  padding: 1.9rem 1rem 0.3rem;
  letter-spacing: 0.5px;
}
.specifications-right table td:first-child,
.specifications-right table th:first-child {
  padding-left: 0;
}
.specifications-inner {
  position: relative;
  z-index: 9;
}
.gallery-section {
  padding: 5rem 0 8.7rem;
  text-align: center;
}

.gall-item div {
  padding: 0;
}
.gall-item > div {
	max-width: 1010px; 
	margin: 0 auto;
}
.gall-item img {
  margin: 0 auto;
  width: 100%;
  
}
.gallery-section h3 {
  margin-bottom: .6rem;
  color: #444;
}
.gallery-section p {
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}
.gallery-slider .slick-dots {
  padding-top: 3.5rem;
}
.gall-item {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gall-item.slick-current {
  opacity: 1;
}
/*testimonials section*/
.testimonials-sec {
  background: #1e334f;
  position: relative;
  padding-bottom: 3rem;
}
.testimonials-sec:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  background: #e9e9e9;
  height: 18.8rem;
  z-index: 1;
}
.testimonials-sec .inner {
  position: relative;
  z-index: 2;
}
.testimonials-row {
  background: #fff;
  padding: 4.5% 4.8% 3.5%;  
  position: relative;
}
.testimonials-row:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 4.6%;
  right: 4.6%;
  height: 2px;
  content: '';
  background: #e5e5e5;
}
.testimonials-row:last-child:after {
  display: none;
}
.testimonials-left {
  width: 44.6%;
  float: left;
  margin-right: 5.5%;
}
.testimonials-left .sub-title {
  padding-bottom: 1.8rem;
}
.testimonials-right {
  overflow: hidden;
}
.testimonials-right p {
  margin-bottom: 2.4rem;
}
.testimonials-right a {
  font-weight: bold;
}
.testimonials-right strong {
  color: #444;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: -.4rem;
}

/*advance section*/
.advance-sec {
  background: #1e334f;
  padding: 6rem 0 9.8rem;
}
.advance-sec h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 3.6rem;
}
.advance-sec .col {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.advance-sec h2 + .col {
  margin-left: 0;
}
.advance-sec .col img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 1.5rem;
}
.advance-sec .col.story img {
  margin-bottom: 0;
}
.advance-sec a.col {
  text-decoration: none;
}
.advance-sec .col strong {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
.advance-sec a.col span {
  display: block;
  position: relative;
  overflow: hidden; 
}
.advance-sec a.col span:before {
  position: absolute;
  bottom: 0;
  top: 11%;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(to top, #1e334f 0%, #1e334f 38%, transparent 150%);
  opacity: 0;
  -webkit-transform: translate(0,3rem);
  transform: translate(0,3rem);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
}
.advance-sec a.col:hover span:before,
.advance-sec a.col:focus span:before  {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.single-product .story-col {
	padding: 0;
}
.blue-bg-story {
  color: #fff;
  position: absolute;
  top: 3.2rem;
  left: 0;
  right: 0;
  padding: 20% 13% 0;
  bottom: 0;
}
.col.story {
  position: relative;
}
.col.story .sub-title {
  position: absolute;
  top: -.4rem;
  left: 0;
  right: 0;
  background: #1e334f;
  color: #fff;
  line-height: 1.6rem;
  padding-bottom: 1.6rem;
}
.col.story h3 {
  padding-bottom: 2.5rem;
}
.col.story p {
  opacity: 0.7;
  margin-bottom: 4rem;
}
.col.story .read-more {
  color: #fff;
}
.breadcrumbs {
	color: #8a8c90;
	font-size: 12px;
	vertical-align: middle;
}
.breadcrumbs span[typeof=ListItem] {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	color: #009fff;
	font-size: 12px;
}
.breadcrumbs span[typeof=ListItem] a {
	color: #fff;
	text-decoration: none;
}
.breadcrumbs span[typeof=ListItem] a:hover,
.breadcrumbs span[typeof=ListItem] a:focus {
	text-decoration: underline;
}
.product-nav ul {
	list-style-type: none;
	float: left;
}
.product-nav ul li {
	display: inline-block;
	vertical-align: top;
}
.product-nav-inner {
	background: #00a3ff;
}
.product-nav ul li a {
	color: #fff;
	display: block;
	margin: 0 2.5rem;
	text-decoration: none;
	position: relative;
	text-decoration: none;
  text-transform: uppercase;
	padding: 0 1.9rem;
  letter-spacing: 2px;
  font-family: Khand;
  font-size: 2rem;
  line-height: 7.2rem;
  border-bottom: 3px soldi transparent;
}
.product-nav ul li a:after {
	height: 3px;
	bottom: 0;
	background: #fff;
	left: 0;
	width: 0;
	position: absolute;
	content: "";
	-webkit-transition: width 0.35s;
	transition: width 0.35s;
}
.is-desktop .product-nav ul li a:hover:after,
.is-desktop .product-nav ul li a:focus:after {
	width: 100%;
}
.product-sheet {
	float: right;
}
.product-sheet a {
	padding: 0 5.1rem 0 4rem;
  letter-spacing: 2px;
  font-family: Khand;
  font-size: 2rem;
  line-height: 7.2rem;
	background: #1d3250;
	color: #fff;
	display: block;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
	text-decoration: none;
}
.product-sheet a:hover,
.product-sheet a:focus {
  opacity: 0.7;
}
.product-sheet a span {
	padding-left: 63px;
	position: relative;
}
.product-sheet a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 52px;
	height: 32px;
	background: url(images/sprite.png) no-repeat -64px -32px;
}
.product-sheet a span:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 60px;
	right: 0;
	background: #00a9ff;
	height: 2px;
}
.shortcut {
  float: right;
  margin-right: 4rem;
  color: #fff;
  font-size: 2rem;
  line-height: 3.5rem;
  margin-top: 1.8rem;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  position: relative;
  z-index: 998;
}
.shortcut div {
	position: absolute;
	top: 100%;
	left: -0.5rem;
	background: #fff;
	box-shadow: 0 .25rem .5rem rgba(0,0,0,0.15);
	text-align: center;
	padding: 0 .5rem .5rem;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s;
	transition: opacity .35s, visibility .35s;
}
.shortcut:hover div {
	opacity: 1;
	visibility: visible;
}
.shortcut > a {
	color: #fff;
}
.shortcut:hover > a,
.shortcut:focus > a,
.shortcut div a:hover,
.shortcut div a:focus {
  opacity: 0.7;
}
.product-nav {
  margin-bottom: 4.6rem;
}
.fixed-product-menu .product-nav {
  position: fixed;
  top: 8.2rem;
  left: 0;
  right: 0;
  z-index: 998;
}
.navigation-wrap {
	position: relative;
	z-index: 998;
}
.fixed-product-menu .navigation-wrap {
  height: 7.2rem; 
  margin-bottom: 4.6rem;
  position: relative;
  z-index: 3;
}

/* grid layout */
.single-career .wpcf7-form .col-33 {
  margin-left: 0;
  display: block;
  max-width: 33%;
  min-width: 485px;
}
.single-career .wpcf7-form .col-33 {
  margin-bottom: 1.5rem;
}
.col-33 {
  display: inline-block;
  vertical-align: top;
  width: 30%;  
  margin: 0 -4px 3rem 5%;
  box-sizing: border-box;
}
.col-33:nth-child(3n+1) {
  margin-left: 0;
}
.col-33 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.post-img-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.post-img-wrap:before {
  position: absolute;
  bottom: 0;
  top: 11%;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(to top, #1e334f 0%, transparent 80%);
  opacity: 0;
  -webkit-transform: translate(0,3rem);
  transform: translate(0,3rem);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
}
.post-img-wrap:hover:before,
.post-img-wrap:focus:before {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.hero-grid {
  padding: 8rem 0;
  color: #fff;
  background: #1e334f;
  margin-bottom: 7rem;
  position: relative;
}
.hero-grid:before {
  position: absolute;
  bottom: 0;
  top: 24rem;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(to top, rgba(12,21,32,0.9) 0%, transparent 100%);
}
.hero-grid .inner {
  position: relative;
  z-index: 2;
}
.hero-grid h2,
.hero-grid h1 {
  color: #fff;
  font-size: 7rem;
}
.search .hero-grid h2,
.search .hero-grid h1 {  
  font-size: 5.5rem;
},
.hero-grid h1 span,
.hero-grid h2 span {
  text-transform: none;
}
.hero-grid p {
  max-width: 50%;
  margin-bottom: 0;  
}
.stories {
  padding-bottom: 10rem;
}
.story-col {
  background: linear-gradient(to bottom right, #1457a0, #1d76c6);
  color: #fff;
  padding: 6.2% 3.9%;
  -webkit-transition: background .35s;
  transition: background .35s;
}
.story-col:hover,
.story-col:focus {
  background: linear-gradient(to top left, #1457a0, #1d76c6);
  cursor: pointer;
}
.story-col:hover .read-more:after,
.story-col:focus .read-more:after {
  width: 0;
}
.story-col:hover .read-more:before,
.story-col:focus .read-more:before {
  width: 100%;
}
.story-col h3 {
  padding-bottom: 2.5rem;
}
.story-col p {
  margin-bottom: 4rem;
  opacity: 0.7;
}
.story-col .read-more {
  color: #fff;
}

.filter-bar {
  background: #d4d6d9;
  padding: 1.2rem;
  margin-top: -12rem;
  margin-bottom: 7rem;
  position: relative;
  z-index: 2;
}
.filter-item {
  float: left;
  margin-right: 2.4rem;
  position: relative;
}
.filter-item span {
  display: block;
  width: 190px;
  background: #fff;
  position: relative;
  line-height: 6.4rem;
  font-size: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; 
  padding: 0 4.8rem 0 2.1rem;
  font-family: Khand;
  color: #062652;
  letter-spacing: 1px;
}
.filter-item span:before {
  content: "";
  position: absolute;
  border-right: 1px solid #062652;
  border-bottom: 1px solid #062652;
  width: 4px;
  height: 4px;
  right: 1.8rem;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-item ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f6f6f6;
  z-index: 9;
  display: none;
}
.filter-item ul li {
  border-top: 1px solid #dddddd;
  list-style-type: none;
  color: #666;
  line-height: 2rem;
  padding: 1.8rem 2.8rem;
  -webkit-transition: background .35s, color .35s;
  transition: background .35s, color .35s;
  cursor: pointer;
}
.filter-item ul li:hover,
.filter-item ul li:focus,
.filter-item ul li.current {
  background: #fff;
  color: #0db2fd;
}
.filter-item ul li:first-child {
  border: none;
}
.meta {
  padding: 2.3rem 0 2rem;
  color: #666;
  line-height: normal;
  font-family: Khand;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.meta a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.meta a:hover,
.post-col h3 a:hover,
.meta a:focus,
.post-col h3 a:focus {
  color: #00a9ff;
}
.meta span {
  float: left;
  line-height: 1.6rem;
}
.meta span:nth-child(2) {
  border-left: 1px solid #878787;
  margin-left: 1rem;
  padding-left: 1rem;
}
.meta span:nth-child(3) {
  position: relative; 
  margin-left: .8rem;
  padding-left: .8rem;
}
.meta span:nth-child(3):before {
  content: '/';
  font-family: Khand;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  left: -.8rem;
}
.post-type-archive-event .meta span,
.single-event .meta span {
  display: inline;
  float: none;
  margin-left: 0!important;
  padding-left: 0!important;
}
.post-type-archive-event .meta span:nth-child(3):before,
.single-event .meta span:nth-child(3):before {
  display: none;
}
.post-type-archive-event .meta span:nth-child(2),
.single-event .meta span:nth-child(2) {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.post-col p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 2rem;
}
.post-col h3 {
  margin-bottom: 2rem;
}
.tax-product_category .post-col h3 {
  margin-bottom: 1rem;
}
.post-col h3 a {
  text-decoration: none;
  color: #444;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.tax-product_category .post-col h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.tags {
  padding-bottom: 3rem;
}
.tags a {
  text-decoration: none;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.tags a:hover,
.tags a:focus {
  color: #666;
}
.nothing {
  display: block;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: normal;
  padding-bottom: 8rem;
  color: #444;
}

.ui-autocomplete { 
  position: absolute; 
  cursor: default; 
  background: #fff;
  color: #666;
  line-height: 3.5rem;
  max-width: 738px;
  z-index: 9;
} 
.ui-autocomplete li {
  padding: 0 2.7rem;
  -webkit-transition: background .35s;
  transition: background .35s;
  list-style-type: none;
  display: block;
}
.ui-autocomplete li:hover,
.ui-autocomplete li:focus {
  cursor: pointer;
  background: #e5f6ff;
  text-decoration: underline;
}

/*search results page */

.search  #wrapper > .inner {
  padding-bottom: 11.5rem;
}
.results-wrap {
  float: left;
  width: 65%;  
}
.results-wrap .sub-title {
  margin-bottom: 1.4rem;
  line-height: 2.8rem;
}
.results {
  background: #fff;
  padding: 8% 7.9% 0;
}
.results .result {
  border-top: 2px solid #e5e5e5;
  padding: 3.3rem 0 3.8rem;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.results .result:first-child {
  border-top: 0;
  padding-top: 0
}
.results .result  .post-img-wrap {
  float: left;
  max-width: 80px;
  margin-right: 2.2rem;
}
.results .result:hover span,
.results .result:focus span {
  text-decoration: none;
}
.results .result img { 
  max-width: 100%;
  height: auto;
  vertical-align: top;  
}
.results .result .col-r {
  overflow: hidden;
  height: 92px;
  vertical-align: middle;
  display: table-cell;
}
.results .result .col-r span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #0094dd;
}
.results .result .col-r p {
  margin-bottom: 0;
  color: #333;
}
.results-wrap + .col-33 {
  float: right;
  background: linear-gradient(to bottom right, #1457a0, #1d76c6)!important;
  cursor: default;
  padding-top: 4%;
  padding-bottom: 1.6%;
}
.results-wrap + .col-33.story-col h3 {
  padding-bottom: 3.5rem;
}
.results-wrap + .col-33.story-col p {
  margin-bottom: 3.2rem;
  opacity: 1;
  color: rgba(255,255,255,0.7);
}
.results-wrap + .col-33:hover .read-more:before,
.results-wrap + .col-33:hover .read-more:hover:after,
.results-wrap + .col-33:focus .read-more:before,
.results-wrap + .col-33:focus .read-more:hover:after {
  width: 0%;
}
.results-wrap + .col-33:hover .read-more:after,
.results-wrap + .col-33:hover .read-more:hover:before,
.results-wrap + .col-33:focus .read-more:after,
.results-wrap + .col-33:focus .read-more:hover:before {
  width: 100%;
}
.results-wrap + .col-33.story-col p > a {
  color: #fff;
}
.results-wrap + .col-33 strong {
  display: block;
  color: #fff;
}
.results-wrap + .col-33 strong a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
}
.results-wrap + .col-33 strong + span {
  display: block;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.results-wrap .post-img-wrap:before {
  visibility: hidden;
}

/* contact page */
.page-template-page-contact .results-wrap + .col-33 {
	margin-top: 0;
	padding-left: 2.9%;
	padding-right: 2.9%;
}
.contact-item {
	padding: 1.8rem 0 0;
	border-bottom: 1px solid #fff;
}
.story-col .contact-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.story-col .contact-item:first-child {	
	padding-top: 0;
}
.page-template-page-contact .results-wrap + .col-33.story-col h3 {
	padding-bottom: 0.5rem;
	font-size: 2.5rem;
}
.page-template-page-contact .results-wrap + .col-33.story-col p {
	margin-bottom: 2.8rem;
}
.page-template-page-contact #wrapper > .inner {
	padding-bottom: 5rem;
}
#send-to {
	display: none;
}
div.fancy-select {
  position: relative;
  font-size: 1.6rem;
  color: #333;
  vertical-align: top;
  border: 2px solid #e9e9e9;
}
div.fancy-select.invalid {
  border: 2px solid red;	
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  cursor: pointer;
  padding: 0px 65px 0px 2.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  color: #333;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;  
  width: 100%;
  box-sizing: border-box;
  line-height: 54px;
  font-weight: 400;
  font-family: 'Avenir', sans-serif;  
  font-size: 1.6rem;
}
div.fancy-select div.trigger:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-bottom: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3rem;
  top: 12px;
}
div.fancy-select ul.options {
  list-style: none;
  border: 2px solid #1b6fbd;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: 54px;
  left: -2px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 231px;
  overflow: auto;
  background: #f5f5f5;  
  min-width: 10px;
  font-family: 'Avenir', sans-serif;  
  font-size: 1.6rem;
  right: -2px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; 
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 54px;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out; 
}
div.fancy-select ul.options li {
  padding: 0.5rem 1.5rem 0.5rem 2.8rem;
  color: #1d0239;
  cursor: pointer;
  white-space: nowrap; 
  line-height: 2.4rem;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;  
}
div.fancy-select ul.options li.selected {
  color: #292929;
}
div.fancy-select ul.options li.hover,
div.fancy-select ul.options li.selected {
  color: #fff;
  background: #1c71c0;
}
.wpcf7-form label {
  color: #1b6fbd;
}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 0;
	border: 2px solid #e9e9e9;
	height: 58px;
	padding: 0 2rem 0 2.8rem;
	font-family: 'Avenir', Arial, sans-serif;
  font-weight: 400;
	font-size: 1.6rem;
	color: #333;
	-webkit-appearance: none;
	border-radius: 0px;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border: 2px solid #1b6fbd;
}
.wpcf7-form textarea {
	resize: none;
	padding: 1.4rem 2rem 1.4rem 2.8rem;
	line-height: 3rem;
	height: 166px;
	margin-bottom: 1.8rem;
}
.wpcf7-form .col-50 {
	float: right;
	width: 48%;
  margin-bottom: 2.5rem;
}
.wpcf7-form .col-50.left {
	float: left;
}
.wpcf7-form h3 {
  padding: 3rem 0 1rem;
  clear: both;
}
.wpcf7-form div + h3 {
  padding-top: 0
}
span.business-category {
  display: block;
  overflow: hidden;
  padding: 1.5rem 0;
}
span.business-category .wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding-right: 3rem;  
  padding-left: 2%;
  margin: 0 -8px 0 0; 
}
span.business-category .wpcf7-list-item:nth-child(2n+1) {
  margin: 0;
  padding-left: 0;
}
span.business-category .wpcf7-list-item input {
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
span.business-category .wpcf7-list-item span {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 28px;
  margin-bottom: 1.5rem;
  color: #666;
}
span.business-category .wpcf7-list-item span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #e9e9e9;
  content: '';
}
span.business-category .wpcf7-list-item span:before {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 14px;
  height: 6px;
  border-left: 2px solid #1b6fbd;
  border-bottom: 2px solid #1b6fbd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  display: none;
}
span.business-category .wpcf7-list-item input:checked + span:before {
  display: block;
}



.wpcf7-form input::-webkit-input-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form input:-moz-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form input::-moz-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif;  opacity:1;}
.wpcf7-form input:-ms-input-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form input::-ms-input-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}

.wpcf7-form textarea::-webkit-input-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form textarea:-moz-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form textarea::-moz-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form textarea:-ms-input-placeholder {font-size: 1.6rem; color: #333; font-family: 'Avenir', Arial, sans-serif; opacity:1;}
.wpcf7-form input[aria-invalid="true"] {
	border: 2px solid red;
}


.wpcf7-form input:focus::-webkit-input-placeholder {color: #888;}
.wpcf7-form input:focus:-moz-placeholder {color: #888;}
.wpcf7-form input:focus::-moz-placeholder {color: #888;}
.wpcf7-form input:focus:-ms-input-placeholder {color: #888;}
.wpcf7-form input:focus::-ms-input-placeholder {color: #888;}

.wpcf7-form textarea:focus::-webkit-input-placeholder {color: #888;}
.wpcf7-form textarea:focus:-moz-placeholder {color: #888;}
.wpcf7-form textarea:focus::-moz-placeholder {color: #888;}
.wpcf7-form textarea:focus:-ms-input-placeholder {color: #888;}











span.wpcf7-not-valid-tip {
	display: none!important;
}
.business-category span.wpcf7-not-valid-tip {
  display: block!important;
}
.page-template-page-contact .wpcf7-form {
	padding-bottom: 2rem;
}
.submit-box {
	position: relative;
	width: 197px;
  display: block;
	height: 62px;
}
.submit-box:after {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: calc(100% + 10px);
  width: 25px;
  height: 25px;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  background: url(images/loader.svg) no-repeat ;
}
.submit-box.in-progress:after {
  opacity: 1;
}
.submit-box button {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 58px;
  box-sizing: border-box;    
  font-family: Khand;
  text-align: center;
  text-decoration: none;
  width: 197px;
  letter-spacing: 3px;
  -webkit-transition: color .35s, background .35s;
  transition: color .35s, background .35s;
  z-index: 2;
  background: transparent;
  border: 2px solid #00a5ff;
  cursor: pointer;
  margin: 0;
}
.submit-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  background: #00a5ff;
  -webkit-transition: width .35s;
  transition: width .35s;
}
.submit-box:hover:before,
.submit-box:focus:before {
  width: 0px;
}
.submit-box button:hover { 
  color: #013d89;
}
/* old browser notificztion */
.old-browser {
  position: fixed;
  bottom: 5vh;
  right: 3vw;
  z-index: 99;
  background: #fff;  
  max-width: 355px;
  padding: 2rem;
  border: 2px solid #1b6ebd; 
  display: none;
}
.old-browser .close-notice {
  position: absolute;
  top: 0rem;
  right: 1rem;
}
.old-browser p {
  margin-bottom: 0;
}

/* single page */

.single {
  padding-top: 20rem;
}
.error404 {
  padding-top: 15rem;
}
.single-product,
.single-story {
	padding-top: 0!important;
}

/* leadership page */

.profiles .post-col h3 {
  padding: 2.3rem 0 2rem;
  margin-bottom: 0;
}
.profiles .post-img-wrap:before {
  visibility: hidden;
}
.profiles .meta {
  padding-top: 0
}

/*become a supplier*/

.page-template-default .results-wrap {
  float: none;
  width: auto;
  margin-bottom: 5rem;
}

/*history page*/
.timeline_items_wrapper .read_more,
.my_share_items,
.pp_social {
  display: none;
}
.timeline a.timeline_rollover_bottom img, .timeline a.timeline_rollover_right img, .timeline a.timeline_rollover_top img, .timeline a.timeline_rollover_left img {
  top: auto!important;
  left: auto!important;
  max-width: 100%!important;
}
#tl1 .item .con_borderImage, #content #tl1 .item .con_borderImage {
  height: auto!important;
}
body .item .con_borderImage img, .item_open .con_borderImage img,
body .my_style_style_4 .item img,
body .my_style_style_4 .my_timeline_content {
  position: static!important;
}
body .my_style_style_4 .my_timeline_content {
  padding-bottom: 1.5rem;
}
.my_share_items + span {
  padding-top: 2rem;
}
.ti-heart {
  color: #00a9ff!important;
}
.timeline_items_wrapper .item h2 + span {
  line-height: normal;
}
.results-wrap #tl1.timeline .my_post_date {
  font-family: "Khand"!important;
  font-size: 1.6rem!important;
  letter-spacing: 1px!important;
  color: #666!important;
}
.results-wrap #tl1.timeline h2 {
  font-family: Roboto!important;
  color: #444!important;
  font-size: 3.5rem!important;
  line-height: normal!important;
  font-weight: 300!important;
  padding-bottom: .7rem!important;
}
.results-wrap #tl1.timeline .my_timeline_content,
.results-wrap #tl1.timeline .my_timeline_content span {
  color: #666!important;
  font-size: 1.4rem!important;
  line-height: 2.1rem!important;
  text-align: left!important;
}
.results-wrap #tl1.timeline .t_line_wrapper::after {
  border:none;
  height: 3px;
  background: url(images/bg-line.png) repeat-x 0 0;
}
.results-wrap #tl1.timeline .t_line_m.right {
  border-left-color: #1d3250!important;
  border-left-width: 2px!important;
}
.results-wrap #tl1.timeline .item {
  height: auto!important;
  box-shadow: none!important;
}
.results-wrap #tl1.timeline.my_style_style_4 .my_timeline_content {
  position: static!important;
}
.results-wrap #tl1.timeline h4.t_line_month {
  color: #878787;
  letter-spacing: 1px;
  font-size: 1.4rem!important;
}

/* wp pagination */

.wp-pagenavi {
  margin: 5rem 0 8rem;
  background: #d4d6d9;
  text-align: center;
  padding: 1.5rem 0;
}
.page-template-page-customer-stories .wp-pagenavi {
  margin-bottom: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #1d3250;
  font-size: 2rem;
  text-decoration: none;
  -webkit-transition: background .35s;
  transition: background .35s;
  background: #e5e6e8;
  margin: 0 .6rem;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span {
  background: #fff;
}
.wp-pagenavi span {
  color: #00a5ff;
}
#mobile-menu {
  display: none;
}

/* Flexible page */
.intro-flex {
  position: relative;
  padding-bottom: 30rem;
} 
.intro-flex + div {
  margin-top: -30rem;
  position: relative;
  z-index: 2;
}
.intro-flex:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  opacity: 0.6;
  background: linear-gradient(to top, #1e334f 0%,  transparent 100%); 
}
.intro-bg-flex {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.intro-flex-text {
  padding: 50rem 0 10rem;
  position: relative;
  max-width: 630px;
  z-index: 3;
}
.intro-flex-text h1 {
  color: #fff;
  font-family: "Khand",Arial,sans-serif;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 0.45rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.intro-flex-text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.box-image {
  position: relative;
  padding-top: 8rem !important;
  margin-top: -3.5rem;
  z-index: 9;
}
.box-image .right-50 { 
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  width: calc(50% - 3rem);
  bottom: -1rem;
}
.box-image .right-50 img,
.image-box .left-50 .features-left img {
  opacity: 0;
}
.box-image .inner {
  position: relative;
  z-index: 9;
}
.flex-section {
  padding: 6rem 0; 
}
.box-image-left {
  background: #fff;
  padding: 7rem 5%;
  box-sizing: border-box;
}
.box-image-right {
  padding-top: 5.8rem; 
}
.box-image-left-inner h3 {
  margin-bottom: 4rem;
  color: #444;
}
.box-image-left-inner p {
  line-height: 1.75;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.box-image-right img {
  display: block;
}
.box-image-text {
  padding-top: 3rem;
  background: #e9e9e9;
}
.box-image-right p {
  padding: 0 10%;
  margin-bottom: 1rem;
}
.box-image-right strong {
  color: #333333;
  font-weight: normal;
}
.conent-left-flex {
  width: 65%;
  float: left;
}
.conent-left-flex .alignnone {
  margin-top: 0;
}
.right-sidebar-flex {
  margin-left: 70%;
}
.content-entry ul {
  list-style-type: none;
  padding-bottom: 4rem;
}
.content-entry ul li {
  padding-left: 4rem;
  position: relative;
  letter-spacing: 0.5px;
  margin-bottom: 2.2rem;
}
.single .content-entry ul li,
.single .content-entry ol li {
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.single .content-entry ul,
.single .content-entry ol {
  padding-bottom: 2rem;
}
.content-entry ul li:before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #2a5a91;
  content: "";
}
.content-entry h3 {
  margin-bottom: 3rem;
}
.content-entry p {
  margin-bottom: 4.5rem;
}
.content-entry p strong {
  color: #333333;
  font-weight: bold;
}
.content-entry blockquote {
  background: #fff;
  padding: 7rem 7%;
  margin: 0;
}
.content-entry blockquote h2 {
  padding-top: 0;
}
.content-entry ol {
  counter-reset: num;
  list-style-type: none;
}
.content-entry ol li {
  margin-bottom: 2.5rem;
  padding-left: 40px;
  position: relative;
}
.content-entry ol li:before  {
  content: counter(num) '. '; 
  counter-increment: num;
  font-weight: bold;
  color: #2a5a91;
  position: absolute;
  top: 0;
  left: 0;
}
.product-side {
  background: #fff;
}
.product-side-inner h3 {
  margin-bottom: 3rem;
  color: #444444;
}
.product-side-inner p {
  margin-bottom: 3rem; 
}
.product-side-inner,
.right-sidebar-flex .story-col {
  padding: 5.5rem 14%;
  margin-bottom: 6rem;
}
.right-sidebar-flex .blog-item h3,
.one-column-image-inner h2,
.one-column h2 {
  padding-top: 0;
}
.one-column-inner {
  padding: 5%;
  background: #fff;
}
.one-column .one-column-text {
  letter-spacing: 0.5px;
}
.one-column-text,
.one-column-image-inner p {
  margin-bottom: 3.5rem;
}
.one-column-text ul {
  margin-left: 15px;
  margin-bottom: 1.5rem;
}
.one-column-text ol {
  margin-left: 15px;
}
.one-column-text ol[start="10"],
.one-column-text ol[start="11"],
.one-column-text ol[start="12"],
.one-column-text ol[start="13"],
.one-column-text ol[start="14"],
.one-column-text ol[start="15"],
.one-column-text ol[start="16"],
.one-column-text ol[start="17"],
.one-column-text ol[start="18"],
.one-column-text ol[start="19"],
.one-column-text ol[start="20"] {
  margin-left: 25px;
}
.one-col-image {
  margin-bottom: 5.5rem;
}
.full-dark {
  position: relative;
}
.full-dark:before {
  content: "";
  position: absolute;
  top: 20.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #152d49;
}
.full-dark-blue {
  z-index: 9;
  position: relative;
}
.full-dark-text {
  max-width: 700px;
}
.full-dark-image {
  margin-bottom: 6rem;
}
.full-dark-text {
  color: #fff;
}
.full-dark-text h3 {
  margin-bottom: 4.5rem;
}
.full-dark-text  p {
  line-height: 2;
  margin-bottom: 3.5rem;
}
.image-box {
  position: relative;
}
.features-inner {
  position: relative;
  z-index: 9;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.features-inner .features-left { 
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 50%;
  bottom: -1rem;
}
.center-text  {
  text-align: center;
}
.center-text p {
  font-size: 3rem;
  color: #444444;
  line-height: 1.6;
  font-weight: 300;
}
.center-text-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.cta.cta-full:before {
  top: 0;
  width: 100%;
}
.cta.cta-full {
  padding: 8rem 0;
}
.cta-full h3 {
  margin-bottom: 0.4rem;
}
.cta.cta-full .inner {
  max-width: 1050px
}
.gall-text {
  text-align: left;
  padding-top: 2rem;
}
.gall-text p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.gall-text p strong {
  color: #333333;
  font-weight: bold;
  font-size: 1.6rem;
}
.right-sidebar-flex .blog-item {
  padding-bottom: 0;
  margin-bottom: 6rem;
  border-bottom: none;
}
.right-sidebar-flex .blog-item::before {
  display: none;
} 
/*carrers*/
.page-template-page-careers .meta span:nth-child(2) {
  border-left: none;
  margin-left: 1rem;
  padding-left: 1rem;
}
.page-template-page-careers .meta span:nth-child(2):before {
  color: #666;
  content: "/";
  font-family: Khand;
  font-size: 1.6rem;
  left: -0.8rem;
  line-height: 1.6rem;
  position: relative;
}
.your-file {
  box-sizing: border-box;
  display: block;
  height: 58px;
  position: relative;
}
.your-file input {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99
}
.your-file .selector {
  padding: 0 6px 0 2.8rem; 
  line-height: 56px;
  position: relative;
  color: #333;
  border: 2px solid #e9e9e9;
  box-sizing: border-box;
}
.your-file .selector:after {
  background: url(images/sprite.png) no-repeat 0 -127px;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
.wpcf7-not-valid + .selector {
  border-color: red;
}
.submit-box button {
  padding: 0;
}

/* Responsive Styles */

@media screen and ( max-width: 1599px ) { 
  html {    
    font-size: 60%;  
  } 
}
@media screen and ( max-width: 1400px ) { 
  html {    
    font-size: 58%;  
  }
}
@media screen and ( max-width: 1280px ) { 
  html {    
    font-size: 56%;  
  } 
}
@media screen and ( max-width: 1152px ) { 
  html {    
    font-size: 54%;  
  } 
}
@media screen and ( max-width: 1024px ) { 
  html {    
    font-size: 52%;   
  } 
  .section-bg,
  .division-inner,
  .statement {
    background-attachment:inherit!important;
  }
  .capability .right-50 {
    padding-top: 11rem;
  }
}
@media screen and ( max-width: 767px ) { 
  html {    
    font-size: 48%;   
  } 
}

@media screen and ( max-width: 1500px ) { 
  .gall-item > div {
    padding: 0 3rem;
  }
}
@media screen and ( max-width: 1400px ) { 
  .carousel-text-section h3,
  .carousel-text {
    padding-right: 5%;
    padding-left: 5%;
  }  
}
@media screen and ( max-width: 1280px ) { 
  .benefits-item {
    background-size: contain;
  } 
  .single .one-column-inner h2 {
    font-size: 6rem;
  }
  .main-menu ul li a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .carousel-text-section h3 {
    font-size: 8rem;
    line-height: 7.8rem;
    padding-right: 0;
  }
  .carousel-text p {
    font-size: 2.2rem;
  }
  .carousel-item {
    padding-top: 40rem;
  }
  .news-section-right {
    padding: 4rem; 
  }
  .inovate-text {
    padding-left: 4rem;
  }
  .serving-right {
    padding: 0 0 4rem 4rem; 
  }
  .blog-item {
    margin-bottom: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .serving-section {
    margin-bottom: 7rem;
  }
  h2 {
    font-size: 7rem;
    line-height: 6.9rem;
  }
  .hero-grid h2,
  .hero-grid h1  {
    font-size: 6rem;
  }
  .search .hero-grid h2 {  
    font-size: 4.5rem;
  }
  .division h2 {
    max-width: 65%;
  }
  .division-inner,
  .divisions-item-t {
    height: 70rem;
  }
  .divisions-item .wrap-info {
    padding: 0 10%; 
  }
  .divisions-item .wrap-info p {
    margin-bottom: 1.5rem;
  }
  .divisions-item h3 {
    margin-bottom: 2rem;
  }
  .divisions-item h3 {
    font-size: 3.2rem;
  }
  #logo {
    top: (2.1rem - 12px);
  }
  .capability .caption {  
    line-height: 6.4rem;
  }  
  .blue-btn {
    letter-spacing: 2px;
    line-height: 6.4rem;
    width: 160px;
  }
  .capability .caption {
    padding: 0 165px 0 3rem;
  }
  .solutions {
    padding-left: 9%;
  }
  .intro > .left-50 {
    width: 50%;
  }
  .capability .features .left-50, 
  .capability .features .left-50 + .left-50 {    
    width: 47%;
  }
  .capability .left-50 .inner-wrap {
    padding-left: 7%;
    padding-right: 7%;
  }
  .cta .left-50 h3, .capability .features h3 {
    max-width: 85%;
  }
  .cta .left-50 p {
    max-width: 70%;
  }
  .page-template-solutions-page .intro .inner {
    padding-top: 30rem
  }
  .solution .bg-image {
    left: 4rem;
  }
  .solution.even .bg-image, 
  .solutions-wrap .solution:last-child .bg-image {
    right: 4rem;
  }
  .product-nav ul li a {
    margin: 0 1.5rem;
  }
  .features-right ul li {
    padding-left: 4rem;
  }
  .blue-bg-story {
    padding: 7% 9%;
  }
  .blue-bg-story h3,
  .story-col h3 {
    font-size: 3rem;
    line-height: normal;
  }
  .col.story p,
  .story-col p {
    margin-bottom: 2rem;
  }
  .col-33 {
    width: 31%;  
    margin: 0 -4px 3rem 3.5%;
    box-sizing: border-box;
  }  
  .story-col {    
    padding: 4% 2.5%;    
  }
  .hero-grid {
    padding-top: 21rem;
  }
  .results {
    padding: 8% 5% 0;
  }
  #logo img {
    max-width: 90%;
  }
  .main-menu ul ul {
  	left: -28rem;
  	padding-left: 33rem;
  }
  .main-menu ul ul > span {
  	width: 33rem;
  }
}
@media screen and ( max-width: 1023px ) { 
	.main-menu ul ul {
  	left: -27rem;
  	min-width: 55rem;
  	padding-left: 27rem;
  }
  .main-menu ul ul > span {
  	width: 27rem;
  }
  .results-wrap {
    width: 100%;
    padding-bottom: 5rem;
  }
  .head-product-left.full {
    width: auto;
  }
  .single {
    padding-top: 15rem;
  }
  .product-image {
  	right: 2rem;
  }
  .results-wrap + .col-33 {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto 5rem;
  }
  .main-menu ul li {
    font-size: 1.7rem;
  }
  .main-menu ul li a {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .header-inner {
    padding: 0 1.5rem;
  }
  #logo {
    width: 180px;
    top: calc( 2.6rem - 8px);
  }
  .fixed-menu #logo {
    top: calc(2rem - 8px);
  }
  .carousel-text-section {
    width: 75%;
  }
  .carousel .slick-dots {
    left: 75%;
  }
  .carousel-text-section h3 {
    font-size: 7rem;
    line-height: 6.8rem;    
  }
  .carousel-text p {
    font-size: 2rem;
  }
  .inner {
    padding: 0 2rem;
  }
  .carousel {
    border-bottom: 40rem solid #152d49;
  }
  .blog-item h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;    
    padding: 1.4rem 0 1.8rem;
  }
  .inovate-text h3 {
    font-size: 2.9rem;
    line-height: 3.4rem;
  }
  .blog-item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .read-more {
    font-size: 1.8rem;
  }
  .serving-text {
    padding-right: 0;
  }
  .serving-section {
    margin-bottom: 4rem;
  }
  h2 {
    font-size: 6rem;
    line-height: 5.9rem;
    letter-spacing: 3px;
  }
  .hero-grid h2,
  .hero-grid h1 {
    font-size: 5rem;
  }
  .search .hero-grid h2,
  .search .hero-grid h1 {  
    font-size: 3.5rem;
  }
  .inovate-text {
    margin-top: -28rem;
  }
  .division h2 {
    max-width: 80%;
  }
  .divisions-item .wrap-info {
    padding: 0 5%;
  }
  .capabilities-section .white-circle {
    width: 83rem;
    height: 83rem;
  }
  .capabilities-section {
  	min-height: 60rem;
  }
  .capabilities-section.without-business-units {
    min-height: : 70rem;
  }
  .is-desktop .capabilities-section {
    min-height: 82rem;
  }
  .footer-address {
    width: 26%;
  }
  #footer {
    padding-bottom: 3.3rem;
  }
  .intro .right-50 {
    width: 60%;
  }
  .intro > .left-50 {
    width: 41%;
  }
  .capability .left-50 .inner-wrap h2 {
    font-size: 5rem;
    line-height: 4.9rem;
    padding-top: 0
  }
  .capability .features .left-50, 
  .capability .features .left-50 + .left-50 {
    width: 100%;
  }
  .capability .features.with-heading {
    display: none;
  }
  .capability .features .left-50:before {
    display: block;
    font-size: 2.5rem;
    line-height: 3.6rem;
    font-weight: 300;
    letter-spacing: 1px;    
    margin-top: 2rem;
    content: attr(data-heading);
    font-family: "Roboto",Arial,sans-serif;
  }
  .capability .features .left-50 div {
    padding: 2rem 0 .1rem;
  }
  .capability .features .left-50 > strong {
    margin-top: 1.2rem;
  }
  .intro + .capability .grey-bottom,
  .capability .grey-bottom {
    margin-top: 3rem;
  }
  .capability .grey-bottom strong, 
  .capability .grey-bottom em {
    display: block;
    margin-right: 0;
  }
  .capability .inner-wrap p {
    margin-bottom: 0;
  }
  .capability .caption {
    padding: 0;
    bottom: -52px;
    line-height: 48px;
  }
  .capability .caption span {
    padding: 0 3rem; 
    display: block;
    text-align: center;
  }
  .blue-btn {
    position: static;
    display: block;
    width: 100%;
    line-height: 48px;
  }
  .blue-btn::before {
  	top: 50%;
  }
  .capability .left-50 .inner-wrap h2 {
    padding-bottom: 2rem;
  }
  .cta .left-50 h3, .capability .features h3 {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  .intro + .capability {
    margin-top: -18rem;
  }
  .statement {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .capability .grey-bottom {
    padding-top: 1.6rem;
  }
  .capability .grey-bottom strong {
    font-size: 5rem;
    line-height: 5.1rem;
  }
  .solutions ul li {
    padding-left: 30px;
  }
  .solution {
    padding-top: 10rem;
  }
  .solution .bg-image {
    top: 10rem;
  }
  .solution .left-50 {
    margin-left: 0;
    width: 54%;
  }
  .solution.even .left-50 {
    margin-right: 0;
    top: 0rem;
  }
  .solution .gradient {
    left: 54%;
  }
  .links {
    left: 58%;
  }
  .solution.even .links {
    left: 5.5%;
    right: 58%;
  }
  .solution .left-50 .inner-wrap {
    padding-left: 9%;
    padding-right: 9%;
  }
  .solution .left-50 .inner-wrap h3 {
    font-size: 3rem;
  }
  .product-nav ul li a {
    padding: 0 1rem;
    margin: 0 1rem;
    font-size: 1.8rem;
  }
  .product-sheet a {
    padding: 0 3rem;
    font-size: 1.8rem;
  }
  .shortcut {
    margin-right: 2rem;
  }
  .benefits-left {
    left: 2rem;
  }
  .features-right ul li {
    line-height: normal;
  }
  .specifications-left p strong {
    float: left;
    line-height: 7rem;
  }
  .specifications-left p strong + em {
    display: block;
    overflow: hidden;
  }
  .testimonials-row h3 {
    font-size: 3rem;
  }
  .advance-sec {
    text-align: center;
  }
  .advance-sec .col,
  .advance-sec h2 + .col {
    width: 100%;
    max-width: 300px;
    margin: 0 3rem 5rem;
    float: none;
    display: inline-block;
  }
  .col-33 {
    width: 48%;  
    margin: 0 -4px 3rem 4%;
    box-sizing: border-box;
  }  
  .col-33:nth-child(3n+1) {
    margin: 0 -4px 4vw 4%;
  }
  .col-33:nth-child(2n+1) {
    margin-left: 0;
  }
  .hero-grid p {
    max-width: 100%;
  }
}
@media screen and ( max-width: 767px ) {
  #logo span {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin-right: 0;
    display: block;
    white-space: nowrap;
  }
  .copyright span {
    display: block;
  }
  body {
    font-size: 14px;
  }  
  .error404 {
    padding-top: 9rem;
  }
  .error404 .flex-section {
    padding-bottom: 5rem;
  }
  .head-product .bg {
    padding-top: 0!important;
    height: 36rem;
  }
  .single {
    padding-top: 10rem;
  }
  .meta span {
    margin-bottom: 1rem;
  }
  .inovate-image {
  	overflow: hidden;
  }
  video.bgvid {
  	position: static;
  	width: 100%;
  	-webkit-transform: translate(0,0);
  	transform: translate(0,0);
  	min-height: 1px;
  }
  video.bgvid + img {
  	display: none;
  }
  .inovate-text-in {
  	margin-top: 0!important;
  }
  .search-form .search-field {
    font-size: 2.5rem;
  }
  .list-of-sites,
  .menu-top-container,
  .search-icon,
  .main-menu {
    display: none;
  }
  .admin-bar #header {
    top: 46px;
  }
  #header {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    height: 51px;
  }
  #logo {
    width: 146px;
    float: none;
    margin: 0 auto;
    top: 7px;
    display: block;
  }
  .fixed-menu #logo {
    top: 7px;
  }
  #mobile-menu,
  .close-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 17px;
    left: 10px;
    height: 17px;
    width: 26px;
    z-index: 11;
    cursor: pointer;
    position: absolute;       
  }
  .close-menu {
    top: 15px;
    left: 345px;
    position: fixed;
    z-index: 9999999;
    margin-left: 2.4rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    text-indent: -9999px;
  }
  #mobile-menu:after,
  .close-menu:after {
    background: #0057a6;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.35s linear;
    width: 100%;
  }
  #mobile-menu:before,
  .close-menu:before {
    background: #0057a6;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s linear;
    width: 100%;
  }
  #mobile-menu span,
  .close-menu span {
    background: #0057a6;
    content: "";
    height: 3px;
    left: 0;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 100%;
  }
  .close-menu:after,
  .close-menu:before,
  .close-menu span {
    background: #fff;
  } 
  .active#mobile-menu span,
  .active.close-menu span {
    opacity: 0;
  }
  .active#mobile-menu:before,
  .active.close-menu:before {
    -webkit-transform: rotate(-225deg) scale(1);
    -moz-transform: rotate(-225deg) scale(1);
    transform: rotate(-225deg) scale(1);
    top: 6px;
  }
  .active#mobile-menu:after,
  .active.close-menu:after {
    -webkit-transform: rotate(225deg) scale(1);
    -moz-transform: rotate(225deg) scale(1);
    transform: rotate(225deg) scale(1);
    bottom: 8px;
  } 
  body.overlayed,
  html.overlayed {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
  }
  .mobile-navi {
    display: block;
    max-width: 345px;
    width: 83.3%;
    top: 0;
    bottom: 0;
    left: 0;    
    overflow-y: scroll;   
    position: fixed;
    z-index: 9999999;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);   
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    background: #152d49; 
    font-family: Khand;
  }
  .mobile-navi .search-wrap button {
    top: 2rem;
    right: 2rem;
  }
  .mobile-overlay {
    top: 0;
    bottom: 0;
    left: 0;    
    right: 0;
    background: rgba(19,44,74,.74);
    z-index: 9999998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    position: fixed;
  }
  .open-menu .mobile-overlay {
    opacity: 1;
    visibility: visible;
  }
  .open-menu .mobile-navi {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);  
  }
  .open-menu .close-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s ease .35s;
    transition: opacity .35s ease .35s;
  }
  .mobile-navi .menu-main-menu-container {
    background: #fff;
  }
  .mobile-navi .menu-main-menu-container li {
    border-bottom: 1px solid #d9d9d9;
  }
  .mobile-navi .menu-main-menu-container li a {
    text-transform: uppercase;
    color: #062852;
    font-size: 20px;
    line-height: 70px;
    padding: 0 39px;
    display: block;    
    position: relative;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .mobile-navi .menu-main-menu-container li a img {
  	display: none;
  }
  .mobile-navi .menu-main-menu-container li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    border-right: 1px solid #062952;
    border-bottom: 1px solid #062952;
    width: 4px;
    height: 4px;
    right: 33px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-navi .menu-main-menu-container li.menu-item-has-children > a.opened:before {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  } 
  .mobile-navi .menu-main-menu-container .sub-menu {
    border-top: 1px solid #d9d9d9;
    display: none;
    padding: 10px 0;
  }
  .mobile-navi .menu-main-menu-container .sub-menu li {
    border: none;
  }
  .mobile-navi .menu-main-menu-container .sub-menu li a {
    line-height: 22px;
    padding: 10px 29px 10px 49px;
    font-size: 18px;
  }
  .mobile-navi .explore {
    padding: 47px 39px 21px; 
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 3px;
  }
  .mobile-navi .menu-footer-1-container {
    padding-bottom: 35px;
  }
  .mobile-navi .menu-footer-2-container a,
  .mobile-navi .menu-footer-1-container a {
    display: block;
    text-transform: uppercase;
    color: #00a9ff;
    font-size: 18px;
    line-height: 54px;
    padding: 0 39px;
    text-decoration: none;
    letter-spacing: 1.5px;
  }
  .mobile-navi .menu-footer-1-container a {
    text-transform: none;
    color: #D3D3D3;
  }
  .mobile-navi .social-links {
    float: none;
    padding: 0 0 40px 30px; 
  }
  .carousel-item {
    padding-top: 346px;
  }
  .carousel-text-section h3 {
    font-size: 44px;
    line-height: 43px;
    padding-left: 9.5%;
    letter-spacing: 2.5px;
    margin-bottom: -46px;
  }
  .carousel-text-section {
    width: 96%;
  }
  .inner {
    padding: 0 3%;  
  }
  .carousel-text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
  }
  .carousel-text-section h3, .carousel-text {
    padding-left: 10%;
  }
  .carousel-text {
    padding-top: 62px;
    padding-bottom: 50px;
  }
  .read-more {
    font-size: 20px;
  }
  .carousel .slick-dots {
    left: auto;
    right: -21px;
  }
  .carousel .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .carousel .slick-dots {
    bottom: 6rem;
  }
  .carousel .slick-dots li {
    margin-bottom: 1.5rem;
  }
  .carousel {
    border-bottom: 50px solid #152d49;
    background: #152d49;
  }
  .news-section {
    margin-top: 0;
  }
  .serving-section .left-50 {
    display: none;
  }
  .right-50,
  .left-50 {
    width: 100%;
    float: none;
  }
  .news-section-left {
    padding-top: 0;
  }
  .news-section {
    background: #152d49;
  }
  .news-section > div {
    position: relative;
    z-index: 2;
  }
  .news-section:before {
    position: absolute;
    bottom: 0;
    background: #e9e9e9;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    height: 184px;
  }
  .news-section-right {
    padding: 39px 9%;  
  }  
  .blog-item h3 {
    font-size: 25px;
    line-height: 33px;
    padding: 24px 0 35px; 
  }
  .blog-item {
    padding-bottom: 55px;
    margin-bottom: 52px;
    position: relative;
    overflow: visible; 
  }
  .blog-item:before {
    position: absolute;
    bottom: -1px;
    left: -14%;
    right: -14%;
    height: 1px;
    background: #152d49;
    content: '';
    display: block;
  }
  .blog-item:last-child {
    padding-bottom: 31px;
  }
  .blog-item:last-child:before {
    display: none;
  }
  .serving-right {
    padding: 59px 0 0; 
  }
  .serving-item h3 {
    font-size: 25px;
    padding: 23px 0 8px;
  }
  .under-title {
    font-size: 18px;
    margin-bottom: 19px;
  }
  .serving-text {
    margin-bottom: 25px;
  }
  .serving-text,
  .serving-text p {
    font-size: 14px;
    line-height: 25px;
    margin-left: 0;
    word-spacing: -1px;
  }
  .logos .logo-item:last-child {
    display: none;
  }
  .serving-section {
    margin-bottom: 61px;
  }
  h2,
  .single .one-column-inner h2 {
    font-size: 40px;
    line-height: 39px;
    padding-top: 8px;
    letter-spacing: 2px;
  }
  .inovative-head {
    width: 100%;
    margin-bottom: 0;
  }
  .inovative-head h2 br,
  .inovate-image::before,
  .inovate-image .blue-bg {
    display: none;
  }
  .inovate-text {
    margin-top: 0;
    padding: 38px 0 0;
  }
  .inovate-text h3 {
    font-size: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
  }
  .inovate-text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .inovative-section {
    padding-bottom: 59px;
    margin-bottom: 0;
  }
  .inovative-section::after {
    height: 76%;
  }
  .capabilities-left {
    padding-top: 52px;
    padding-right: 0;
  }
  .capabilities-section h2 {
    padding: 12px 0 10px;
  }
  .capabilities-text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .main-capabilities-image {
    left: 0;
    width: 96%;
    margin: 100px auto 0;
  }
  .capabilities-right {
    overflow: hidden;
    position: relative;
    margin-top: -30px;
    z-index: 2;
  }
  .capabilities-right img {
    float: left;
    width: 50%;
  }
  .capabilities-section .white-circle {
    display: none;
  }
  .main-capabilities-image .white-circle {
    display: block;
    width: 96%;
    padding-top: 96%;
    height: auto;
    left: 2%;
    margin: -49px 0 0;
  }
  .main-capabilities-image img {
    position: relative;
    z-index: 3; 
  }
  .capabilities-section {
    min-height: 1px;
    margin-bottom: 61px;
  }
  .capabilities-section.without-business-units {
    margin-bottom: 55%;
  }
  .division h2 {
    max-width: 100%;
    padding: 9px 0 20px;
  }
  .division-inner {
    border-bottom: none;
  }
  #footer {
    background: #19314d;
    box-shadow: inset 0 70px 90px -70px rgba(0,0,0,0.4);
    padding-top: 45px;
  }
  .footer-menus {
    display: none;
  }
  .social-links {
    float: none;
    text-align: center;
    padding-bottom: 29px;
  }
  .mobile-navi .social-links {
    text-align: left;
  }
  .social-links a {
    margin: 0 8px;
  }
  .mobile-navi .social-links a {
    margin: 0 5px 0 11px;
  }
  .footer-address {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;    
  }
  .footer-address p {
    font-size: 14px;
    line-height: 21px;
  }
  .copyright,
  .handcrafted {
    float: none;
  }
  .handcrafted {
    padding-top: 13px;
  }
  .bottom-footer {
    text-align: center;
  }
  .top-footer {
    margin-bottom: 36px;
  }
  .divisions-item {
    width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #647284;   
    box-sizing: inherit; 
  }
  .opened .divisions-item {
    width: 100%;
    background: rgba(23,48,78,.2);
    -webkit-transition: padding 1.5s;
    transition: padding 1.5s;
  }
  .is-desktop .divisions-item:hover .wrap,
  .is-desktop .divisions-item:focus .wrap {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .opened .divisions-item.expanded {
    width: 100%;
    background: rgba(23,48,78,.6);
    border-bottom: 1px solid #647284;   
  }
  .divisions-item .wrap-info {
    padding-left: 0;
    padding-right: 0;
  }
  .opened .divisions-item {
    border-left: none!important;
    border-right: none!important;
  }
  .opened .divisions-item p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .site-link {
    font-size: 14px;
  }
  .divisions-item h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 25px;
  }
  .division-inner, .divisions-item-t {
    height: auto;
  }
  .divisions-item-t {
    padding: 25px 50px 25px 8.4%;
    box-sizing: border-box;
  }
  .divisions-item-tc {
    padding-top: 0;
  }
  .divisions-item p {
    padding: 0;
    max-width: 100%;
    min-height: 1px;
    letter-spacing: 1.5px;
  }
  .more-link {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
  }
  .close {
    right: 10px;
  }
  .divisions-item-tc,
  .divisions-item-t {
    display: block;
  }
  @keyframes bounce-custom {
    from {   
      transform: translate(0,0rem);
      opacity: 1;
      visibility: visible;
    }    
    100% {
      transform: translate(0,-1.8rem);
      opacity: 0;
      visibility: hidden;
    }
  }
  @-webkit-keyframes bounce-custom {
    from {   
      -webkit-transform: translate(0,0rem);
      opacity: 1;
      visibility: visible;
    }
    100% {
     -webkit-transform: translate(0,-1.8rem);
      opacity: 0;
      visibility: hidden;
    }
  }
  .intro > .left-50 {
    display: none;
  }
  .intro .inner,
  .page-template-solutions-page .intro .inner {
    padding-top: 15rem;
  }
  .page-template-solutions-page .intro .carousel-text-section {
    margin-bottom: 0;
  }
  .links a {
    font-size: 14px;
  }
  .solution .left-50 .inner-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .solutions-wrap {
    margin-top: -30px;
    padding-top: 4rem; 
  }
  .solution .bg-image,
  .solution .gradient {
    display: none;
  }
  .solution .left-50,
  .solution.even .left-50 {
    width: 100%;
    margin-bottom: 40px;
    top: 0;
  }
  .links {
    position: static;
    margin-bottom: 35px;
  }
  .intro .carousel-text-section {
    margin-left: 0;
  }
  .intro .right-50,
  .intro .carousel-text-section {
    width: 100%;
  }
  .capability .right-50 {
    padding-top: 0;
    margin-top: 0!important;
  }
  .statement {
    padding: 28rem 0 45rem;
  }
  .capability .left-50 .inner-wrap h2,
  .solution h2  {
    font-size: 3.7rem;
    line-height: 3.9rem;
  }
  .solution .left-50 .inner-wrap h3 {
    font-size: 2.4rem;
    line-height: 3.5rem; 
  }
  .capability {
    margin-bottom: 10rem;
  }
  .cta::before, .right-bg {
    display: none;
  }
  .cta .left-50 {
    background: linear-gradient(to bottom right, #0e4387, #1c72c1);
    padding: 12% 5%;
  }
  .cta .inner {
    padding: 0;
  }
  .cta .left-50 + .left-50 {
    margin-top: 0!important;
  }
  .solutions {
    padding-left: 2%;
  }
  .capability .features .left-50 div ul li {
    padding-left: 2rem;    
  }
  .capability .features .left-50 div ul li:before {
    top: .5rem;
  }
  .benefits-left {
    position: relative;
    height: 30rem;
    left: auto;
    right: auto;
  }
  .single-product .breadcrumbs {
    padding: 10rem 0 3rem;
  }
  .product-image {
    position: static;
    height: 27rem;
  }
  .product-nav ul li a::after {
  	bottom: 1.5rem;
  }
  .product-nav ul li a {
    font-size: 1.7rem;
    margin: 0;
    padding: 0 .7rem;
  }
  .product-nav-inner {
  	position: relative;
  	padding-bottom: 14px;
  }
  .product-sheet a {
  	text-align: center;
  }
  .product-nav .inner,
  #overviews .inner {
  	padding-left: 0;
  	padding-right: 0;
  }
  .product-sheet {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 74px;
	}	
  .shortcut {
    margin-left: 27px;
    font-size: 2.5rem;
    float: left;
  }
  .product-nav ul {
    float: none;
    text-align: center;
    display: block;
  }
  .benefits-right,
  .features-right,
  .specifications-right {
    padding: 7%;
  }
  .features-left,
  .gallery-section {
    padding-top: 2rem;
  }
  .gallery-section {
    padding-bottom: 4rem;
  }
  .features-right h3,
  .gallery-section h3 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  .specifications-left {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .testimonials-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .testimonials-left .sub-title {
    padding-bottom: 0;
  }  
  .hero-grid {
    padding: 14rem 0 8rem
  }
  .stories {
    padding-bottom: 5rem;
  }
  .features-inner .features-left,
  .box-image .right-50 { 
    position: static;
    width: auto;
    background: none!important;
  }
  .box-image.flex-section .box-image-right {
    padding-top: 0!important;
  }
  .box-image-left {
    padding: 7rem 7%;
  }
  .features-inner .features-left img,
  .box-image .right-50 img {
    opacity: 1;
  }
  .features-inner {
    margin-bottom: 6rem;
  }
  .box-image-left-inner p {
    font-size: inherit;
  } 
  .box-image-right p {
    padding: 0;
  }
  .content-entry ol li,
  .content-entry ul li {
    padding-left: 25px;
  }
  .intro-flex-text {
    padding: 30rem 0 5rem;
  }
  .conent-left-flex {
    width: auto;
    float: none;
  }
  .right-sidebar-flex {
    max-width: 420px;
    margin: 0 auto 3rem;
  }
  .cta.cta-full:before {
    display: block;
    
  }
  .cta.cta-full {
    padding: 4rem 5%;
  }
  .cta h3 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-bottom: 2.9rem;
  } 
  .page-template-flexible-page .cta .left-50 {
    padding: 4rem 5%;
  }
  .center-text p { 
    font-size: 2rem;
  }
  .intro-flex-text h1 {
    font-size: 7rem;
  }
  .product-side-inner, 
  .right-sidebar-flex .story-col {
    padding: 5.5rem 5%
  }
  .flex-section {
    padding: 2rem 0;
  }  
}
@media screen and ( max-width: 800px ) and ( orientation: landscape) { 
  .main-menu ul ul {
    padding: 3rem 0;
    box-sizing: border-box;
  }
  .main-menu ul ul li {
    margin-bottom: 2rem;
  }
  
}
@media screen and ( max-width: 767px ) and ( orientation: landscape) { 
  #tl1 .t_line_holder {
    left: 2%;
    width: 96%!important;
  }
  .timeline.flatLine #t_line_right {
    right: -10px!important;
  }
  .timeline.flatLine #t_line_left {
    left: -10px!important;
  }
}
@media screen and ( max-width: 600px ) { 
  .col-33 {
    width: 100%;  
    margin: 0 0 4rem!important;    
  }  
  .story-col,
  .results-wrap + .col-33,
  .page-template-page-contact .results-wrap + .col-33 {
    padding: 3rem;
  }
	.wpcf7-form .col-50,
  span.business-category .wpcf7-list-item {
		width: 100%;
		float: none;
		clear: both;
    padding-left: 0;
    padding-right: 0;
	}
  span.business-category .wpcf7-list-item span {
    font-size: 13px;
  }
  .wpcf7-form input {
    height: 40px;
    padding: 0 1.5rem;
  }

  .wpcf7-form textarea {
    height: 166px;
    line-height: 3rem;
    margin-bottom: 1.8rem;
    padding: 1.4rem 1.5rem 1.4rem 1.5rem;
    resize: none;
  }
  .filter-item {
    margin-bottom: 1rem;
    margin-right: 0;
    float: none;
  }
  .filter-item:last-child {
    margin-bottom: 0;
  }
  .filter-item + .filter-item {
    margin-bottom: 0;
  }
  .filter-item span {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 500px){
  .intro-flex-text {
    padding: 15rem 0 5rem;
  }
}
@media screen and ( max-width: 414px ) { 
  .close-menu {
    left: 83.3%
  }
  .submit-box,
  .submit-box button {
  	width: 100%;
  }
  .intro .carousel-text-section h3 {
    font-size: 40px;
    line-height: 39px;    
    margin-bottom: -23px;
  }
  .intro .carousel-text {
    padding-top: 6.1rem;
  }
  .cta .left-50 h3, .capability .features h3 {
    max-width: 100%;
  }
  .cta .left-50 p {
    max-width: 80%;
  }
  .advance-sec .col,
  .advance-sec h2 + .col {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 5rem;
    float: none;
    display: block;
  }  
}
@media screen and ( max-width: 400px ) {
  .carousel-item {
    padding-top: 260px;
  }
} 
@media screen and ( max-width: 359px ) {
  .carousel-text-section h3 {
    font-size: 42px;
    letter-spacing: 1.5px;
  }
  .carousel-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .carousel-item {
    padding-top: 190px;
  }
  .product-nav ul li a {
    font-size: 1.4rem;
  }
}
