/*
Theme Name: Percayso inform
Author: Percayso Team
Author URI: https://www.percayso-inform.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@font-face {
  font-family: 'Greycliff CF';
  src: url('./fonts/GreycliffCF-Regular.woff2') format('woff2'),
    url('./fonts/GreycliffCF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Greycliff CF Demi';
  src: url('./fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
    url('./fonts/GreycliffCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url('./fonts/GreycliffCF-Bold.woff2') format('woff2'),
    url('./fonts/GreycliffCF-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url('./fonts/GreycliffCF-Heavy.woff2') format('woff2'),
    url('./fonts/GreycliffCF-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
html,
body {
  height: 100%;
}

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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Greycliff CF';
  font-weight: normal;
  font-size: 16px;
  color: #1e1e1e;
}

/* @supports(padding: max(0px)) {
	body {
		padding-top: max(0px, constant(safe-area-inset-top));
		padding-bottom: max(0px, constant(safe-area-inset-bottom));
		padding-left: max(0px, constant(safe-area-inset-left));
		padding-right: max(0px, constant(safe-area-inset-right));
	}
} */

.clearfix {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

a {
  color: #02608b;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a:active,
a:hover {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

b,
strong {
  font-family: 'Greycliff CF Demi';
}
cite,
dfn,
em,
i {
  font-style: italic;
}

p {
  padding: 15px 0;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #7a7a7a;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

ol {
  list-style: decimal;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #26abdb;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #26abdb;
  color: #fff;
  text-shadow: none;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393;
}
:-moz-placeholder {
  color: #939393;
}
::-moz-placeholder {
  color: #939393;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #939393;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
.site {
  position: relative;
  height: 100%;
  margin: 0;
}

.main-content {
  width: 100%;
}

/*----- Global ----*/

.container {
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
}
.site-main {
  overflow: hidden;
}
.section {
  width: 100%;
  display: inline-block;
  margin: 50px 0;
}
.section h2.heading-h2 {
  color: #393939;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: -4px;
  padding: 20px 0;
  line-height: 100%;
}

a.button {
  background: #013366;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding: 18px 45px 20px;
  margin-top: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
a.button:hover {
  background: #19a5cc;
}
.what-impact,
.data-enrichment,
.about-percayso,
.percayso-partners,
.percayso-career,
.insurers-steps,
.home-privacy {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding-top: 200px;
}
.intro-row p,
.what-impact p,
.data-enrichment p,
.about-percayso p,
.home-contact p {
  line-height: 30px;
  font-size: 22px;
  padding: 20px 0;
}

.intro-row h4,
.what-impact h4,
.data-enrichment h4,
.about-percayso h4 {
  color: #7d7c7c;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: -0.7px;
}
/*SS*/
.notification-bar {
  background: #013366;
  text-align: center;
  position: relative;
  z-index: 9;
}
.notification-bar p {
  color: #fff;
}
.notification-bar p a {
  color: #19a5cc;
  text-decoration: underline;
}
.notification-bar p a:hover {
  text-decoration: none;
}
.notification-close {
  background: url(images/notification.png) no-repeat 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-main {
  display: inline-block;
  padding: 40px 0 35px;
}
.header-main,
.site-header {
  width: 100%;
  transition: all 0.5s ease;
}
.site-header.fixed-header .header-main {
  padding: 0px 0 35px;
}
.notification-bar img {
  width: 95px;
  height: auto;
  margin-top: -5px;
}
ul.bullet-styling li {
  list-style-type: disc;
  font-size: 22px;
  margin-left: 25px;
  color: #7a7a7a;
}
.home-privacy {
  /*background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #f5f5f5 51%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#f5f5f5 51%,#ffffff 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%,#f5f5f5 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	margin: -100px 0 0 0;*/
}
.home-privacy h3 {
  font-size: 27px;
  line-height: 33px;
  color: #013366;
  font-weight: bold;
}
.home-privacy .main-box-contain {
  margin: 0 -30px 40px -30px;
  display: flex;
  flex-flow: row wrap;
}
.home-privacy .main-box-contain .main-box {
  width: calc((100% - (60px * 2)) / 2);
  margin: 100px 30px 30px 30px;
  /* border-left: 17px solid #004388; */
  /* background: #013366; */
  padding: 30px 30px 80px;
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.home-privacy h4 {
  font-size: 21px;
  line-height: 33px;
  color: #464646;
  font-weight: bold;
  margin: 15px 0;
}
.home-privacy h5 {
  font-size: 17px;
  line-height: 27px;
  color: #747474;
  margin: 15px 0;
}
.home-privacy ul li {
  font-size: 17px;
  line-height: 27px;
  color: #747474;
  margin-left: 30px;
}
.home-privacy ul ul li {
  font-size: 17px;
  line-height: 30px;
  /* color: #747474; */
  margin-left: 50px;
}
.home-privacy ul li::before {
  content: '';
  /* color: #19A5CC; */
  font-weight: bold;
  display: inline-block;
  width: 11px;
  margin-left: -20px;
  font-size: 30px;
  height: 11px;
  line-height: 11px;
  margin-top: 9px;
  /* position: absolute; */
  margin-right: 0;
  background: #19a5cc !important;
  list-style-type: none;
  left: -20px !important;
  margin-right: 7px;
}
.home-privacy ul ul li::before {
  /* content: "\25AA"; */
  background: #59caea !important;
}
#customers {
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0 30px 0;
}
#customers td,
#customers th {
  border: 1px solid #013366;
  /*padding: 3px;*/
  padding: 8px 10px 14px 10px;
  text-align: center;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #013366;
  color: white;
  font-weight: 600;
  text-align: center;
  width: 120px;
}
#customers ul.grn-new li::before {
  /* content: "\25AA"; */
  background: #68c205 !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.home-privacy .button-container {
  text-align: center;
}
ul.list-abc li {
  list-style-type: lower-alpha !important;
}
.no-banner {
  padding: 0 0 35px;
}
/*SS*/
@media screen and (max-width: 1199px) {
  .section {
    margin: 40px 0;
  }
  .container {
    padding: 0 80px;
  }
  .section h2.heading-h2 {
    font-size: 52px;
    letter-spacing: -2px;
  }
  .section h2.heading-h2 br {
    display: none;
  }
  a.button {
    font-size: 18px;
    padding: 14px 40px 17px;
    margin-top: 30px;
  }

  .what-impact,
  .data-enrichment,
  .about-percayso,
  .percayso-partners,
  .percayso-career,
  .insurers-steps {
    padding-top: 130px;
  }

  .intro-row h4,
  .what-impact h4,
  .data-enrichment h4,
  .about-percayso h4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }

  p,
  .intro-row p,
  .what-impact p,
  .data-enrichment p,
  .about-percayso p,
  .home-contact p {
    line-height: 28px;
    font-size: 16px;
  }
}

@media screen and (max-width: 989px) {
  .container {
    padding: 0 65px;
  }
  .section {
    margin: 30px 0;
  }
  .what-impact,
  .data-enrichment,
  .about-percayso,
  .percayso-partners,
  .percayso-career,
  .insurers-steps {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
  .section h2.heading-h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }
  a.button {
    font-size: 16px;
    padding: 14px 30px 17px;
  }

  .intro-row h4,
  .what-impact h4,
  .data-enrichment h4,
  .about-percayso h4 {
    font-size: 17px;
    letter-spacing: 0;
    padding: 15px 0;
    line-height: 24px;
  }

  .what-impact,
  .data-enrichment,
  .about-percayso,
  .percayso-partners,
  .percayso-career,
  .insurers-steps {
    padding-top: 60px;
  }

  p,
  .intro-row p,
  .what-impact p,
  .data-enrichment p,
  .about-percayso p,
  .home-contact p {
    line-height: 23px;
    font-size: 15px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 599px) {
  .section h2.heading-h2 {
    font-size: 38px;
  }
  .intro-row h4,
  .what-impact h4,
  .data-enrichment h4,
  .about-percayso h4 {
    font-size: 16px;
    line-height: 23px;
  }
}

.header-banner {
  /* background-image: url(images/home-bg.jpg);
    background-position: 50% 20%;
    background-size: cover;
	background-attachment: fixed; */
  background: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.header-banner:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: rgba(1, 51, 102, 0.6);
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#video-viewport.video-load {
  z-index: 0;
}
.banner-container {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
.header-banner h1 {
  color: #fff;
  font-weight: 900;
  font-size: 130px;
  letter-spacing: -6px;
}
.header-banner h3 {
  color: #19a5cc;
  font-weight: bold;
  font-size: 41px;
  letter-spacing: -2px;
}
.scroll-down {
  width: auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.inner-banner {
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
}

@media screen and (max-width: 1199px) {
  .header-banner h1 {
    font-size: 100px;
    letter-spacing: -3px;
  }
  .header-banner h3 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 989px) {
  .header-banner h1 {
    font-size: 80px;
  }
  .header-banner h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 896px) and (orientation: landscape) {
  .banner-container {
    margin-top: -20px;
  }
  .header-banner h1 {
    font-size: 76px;
  }
  .scroll-down {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-container {
    margin-top: 0px;
  }
  .header-banner h1 {
    font-size: 65px;
  }
  .header-banner h3 {
    font-size: 22px;
  }
  .scroll-down {
    bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .header-banner h1 {
    font-size: 65px;
    line-height: 52px;
  }
  .header-banner h3 {
    padding-top: 20px;
    letter-spacing: -0.25px;
  }
  .inner-banner {
    height: 270px;
  }
}

.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px 0 0;
  height: 168px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.logo {
  float: left;
  line-height: 0;
  margin-top: 3px;
}
.logo svg {
  width: 165px;
}
.logo svg path,
.logo svg .cls-1 {
  fill: #fff;
}
.header-right {
  width: auto;
  float: right;
  margin-top: 7px;
}
.top-links {
  margin-top: 5px;
  display: inline-block;
}
.top-links li {
  display: inline-block;
  margin-right: 30px;
}
.top-links li a {
  color: #fff;
  font-size: 14px;
  font-family: 'Greycliff CF Demi';
}
.top-links li a:hover {
  color: #19a5cc !important;
}

.language-box {
  width: auto;
  float: left;
  margin: 6px 65px 0 0;
  position: relative;
}
/* .language-box:after{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #19a5cc transparent;
	border-image: none;
	border-style: solid;
	border-width: 8px 8px 0;
	content: "";
	right: -26px;
	position: absolute;
	top: 9px;
	z-index: 1;
} */
.language-box .dropdown {
  margin: 0;
  padding: 0;
}
.language-box .dropdown dd,
.language-box .dropdown dt,
.language-box .dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-box .dropdown dt a,
.language-box .dropdown dd a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: 'Greycliff CF Demi';
  line-height: 22px;
  text-decoration: none;
  width: auto;
}
.language-box .dropdown dd ul::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #19a5cc transparent;
  border-image: none;
  border-style: solid;
  border-width: 0 8px 8px;
  content: '';
  left: 10px;
  position: absolute;
  top: -8px;
  z-index: 1;
}
.language-box .dropdown dd ul {
  background: #19a5cc none repeat scroll 0 0;
  display: none;
  left: -6px;
  list-style: outside none none;
  min-width: 165px;
  padding: 10px 15px;
  position: absolute;
  top: 35px;
  width: auto;
}
.language-box .dropdown dd ul li {
  padding: 5px 0;
}
.language-box .dropdown img.flag {
  border: medium none;
  margin-right: 8px;
  margin-top: 3px;
  vertical-align: top;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.language-box .dropdown dt img.flag {
  border: 2px solid #19a5cc;
  border-radius: 50%;
}

.language-box .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.language-box .wpml-ls-legacy-dropdown-click a {
  padding: 0;
  background: none;
  border: 0;
  color: #fff;
}
.language-box .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding: 0;
  color: #fff;
  background: none;
}

.language-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: 0;
  /* background:#19a5cc; */
  left: -8px;
  list-style: none;
  min-width: 165px;
  padding: 0;
  top: 40px;
  width: auto;
}

.language-box .dropdown ul li {
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: 'Greycliff CF Demi';
  line-height: 22px;
  text-decoration: none;
  width: auto;
}
/* .language-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li{padding: 8px 0;} */
.language-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
  background: #19a5cc;
  padding: 12px 15px;
  position: relative;
}
.language-box
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  li:first-child
  a:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #19a5cc transparent;
  border-image: none;
  border-style: solid;
  border-width: 0 8px 8px;
  content: '';
  left: 10px;
  position: absolute;
  top: -8px;
  z-index: 1;
}
.language-box .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  top: 6px;
  right: -20px;
  color: #19a5cc;
}
.language-box .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
}
.language-box .wpml-ls-item-toggle .wpml-ls-flag {
  border: 2px solid #19a5cc;
  border-radius: 50%;
}

.nav-icon {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.nav-active .site-header .nav-icon {
  position: relative;
  z-index: 6;
}
.nav-active .nav-icon path {
  fill: #fff !important;
}
.nav-active {
  overflow: hidden;
}
.menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(1, 51, 102, 0.8);
  z-index: 5;
  right: -100%;
  top: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-wrapper.show-menu {
  right: 0;
}

.menu-wrapper ul {
  padding-top: 150px;
}
.menu-wrapper ul li {
  padding: 2px 0;
}
.menu-wrapper ul li a {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.menu-wrapper ul li a:hover {
  color: #19a5cc;
}

@media screen and (min-width: 768px) {
  .site-header.fixed-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
    padding: 20px 0 0;
    height: 110px;
    -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 0.4);
  }
  .site-header.fixed-header .logo path,
  .site-header.fixed-header .logo svg .cls-1 {
    fill: #393939;
  }
  .site-header.fixed-header .nav-icon path {
    fill: #393939;
  }
  .site-header.fixed-header .top-links li a {
    color: #393939;
  }
  .site-header.fixed-header .language-box .dropdown dt a,
  .site-header.fixed-header .language-box .dropdown dd a {
    color: #013366;
  }
  .site-header.fixed-header
    .language-box
    .wpml-ls-legacy-dropdown-click
    a.wpml-ls-item-toggle {
    color: #19a5cc;
  }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .site-header {
    padding: 45px 0 0;
    height: 120px;
  }
  .site-header.fixed-header {
    position: absolute;
    background: none;
    z-index: 3;
    padding: 45px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .site-header.fixed-header .logo path,
  .site-header.fixed-header .logo svg .cls-1 {
    fill: #fff;
  }
  .site-header.fixed-header .nav-icon path {
    fill: #fff;
  }
  .site-header.fixed-header .top-links li a {
    color: #fff;
  }
  .menu-wrapper ul {
    padding-top: 110px;
  }
  .menu-wrapper ul li a {
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  .site-header {
    padding: 35px 0 0;
    height: 90px;
  }
  .logo {
    width: 120px;
  }
  .logo svg {
    width: 120px;
  }
  .header-right {
    margin-top: 0;
  }
  .top-links li {
    margin-right: 10px;
  }
  .top-links li a {
    font-size: 13px;
  }
  .language-box {
    margin: 5px 38px 0 0;
  }
  .language-box .dropdown dt li span {
    font-size: 0px;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
    display: none;
  }
  .language-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    min-width: 40px;
  }
  .language-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    padding: 11px;
  }
  .nav-icon svg {
    width: 25px;
  }
  .menu-wrapper ul {
    padding-top: 120px;
  }
  .menu-wrapper ul li a {
    font-size: 24px;
    font-weight: bold;
  }
}

.section.intro-row {
  margin-top: 130px;
  margin-bottom: 70px;
}
.section.intro-row .container {
  /*display: flex; */
  position: relative;
}
.intro-row .text-col {
  width: 100%;
  float: left;
  padding-right: 30px;
}
.two-col-text .text-col {
  padding: 20px 0;
}
.intro-row h4 {
  font-size: 27px;
}
.intro-row p a {
  color: #19a5cc;
}
.intro-row p a:hover {
  color: #013366;
}
.hand-image {
  width: 46%;
  position: relative;
  right: -8%;
  bottom: -50px;
  float: right;
}
.hand-image img {
  max-width: 100%;
}

@media screen and (max-width: 1600px) {
  .hand-image {
    bottom: -100px;
  }
}

@media screen and (max-width: 1199px) {
  .section.intro-row {
    margin: 70px 0 60px;
  }
  .intro-row .text-col {
    padding-right: 20px;
  }
  .intro-row h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .hand-image {
    width: 38%;
    right: -5%;
    bottom: -70px;
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .hand-image {
    width: 46%;
    right: -10%;
    bottom: -70px;
  }
}
@media screen and (max-width: 989px) {
  .section.intro-row {
    margin: 50px 0 60px;
  }
  .hand-image {
    width: 53%;
    right: -11%;
  }
  /*.intro-row .text-col{width: 90%;}
	.intro-row .text-col p,
	.intro-row .text-col h4{max-width: 418px;}*/
}
@media screen and (max-width: 829px) {
  .hand-image {
    width: 65%;
    right: -25%;
    bottom: -65px;
  }
}
@media only screen and (max-width: 896px) and (orientation: landscape) {
  .section.intro-row {
    margin: 35px 0 60px;
  }
  .hand-image {
    width: 60%;
    right: -17%;
  }
}
@media screen and (max-width: 767px) {
  .section.intro-row {
    margin: 25px 0 50px;
  }
  /*.intro-row .text-col p,
	.intro-row .text-col h4{max-width: 380px;}*/
  .intro-row h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .hand-image {
    width: 60%;
    right: -23%;
  }
}
@media screen and (max-width: 599px) {
  .intro-row .text-col {
    width: 100%;
    padding: 0;
  }
  .intro-row .text-col p,
  .intro-row .text-col h4 {
    max-width: 100%;
  }
  .intro-row h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .hand-image {
    display: none;
  }
}

.what-impact {
  background-image: url(images/divider-shape-1.svg);
  margin: -62px 0 20px;
  position: relative;
}
.what-impact .container {
  min-height: 810px;
  position: relative;
}
.what-impact .text-col {
  width: 75%;
  float: left;
  padding-right: 30px;
}
.what-impact .text-col h2 {
  color: #19a5cc;
}
.what-impact .text-col h4 {
  font-size: 25px;
}
.what-impact .chart-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.what-impact .chart-image img {
  max-width: 100%;
}

@media screen and (max-width: 1349px) {
  .what-impact .container {
    min-height: inherit;
  }
  .what-impact .chart-image {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .what-impact {
    margin: -30px 0 40px;
  }
  .what-impact .text-col {
    width: 100%;
    padding-right: 0;
  }
  .what-impact .text-col h4 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Greycliff CF Demi';
    font-weight: normal;
  }
  .what-impact .chart-image {
    right: 80px;
    width: 46%;
  }
}
@media screen and (min-width: 990px) {
  .what-impact .text-col {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 989px) {
  .what-impact .container {
    display: block;
  }
  .what-impact .text-col h2 {
    position: absolute;
    top: 0;
  }
  .what-impact p,
  .what-impact h4 {
    max-width: inherit;
    width: 100%;
  }
  .what-impact .chart-image {
    right: inherit;
    width: 100%;
    position: relative;
    margin: 130px 0 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .what-impact {
    margin: -30px 0 20px;
  }
  .what-impact .text-col h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .what-impact .text-col h4 {
    font-size: 16px;
    line-height: 23px;
  }
}

.data-enrichment {
  background-image: url(images/divider-shape-2.svg);
  text-align: center;
}
.container-full-image {
  margin-top: 60px;
}
.container-full-image img {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .container-full-image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .data-enrichment {
    text-align: left;
  }
}

.about-percayso {
  background-image: url(images/divider-shape-3.svg);
}

.slider-box .item {
  margin-bottom: 126px;
}
.slider-box .image-box img {
  width: 100%;
  cursor: pointer;
}
.slider-box .overlay-box {
  position: absolute;
  top: -500px;
  left: 0;
  right: 0;
  height: 0;
  /* background: rgba(0, 0, 0, 0.65);  */
  padding: 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 26px;
  transition: all 1s;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.63) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.63) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.63) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#000000',GradientType=0 );
}
.slider-box .item:hover .overlay-box {
  top: 0;
  height: 100%;
}
.slider-box .overlay-box .small-title {
  color: #19a5cc;
}
.slider-box .overlay-box:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #19a5cc;
  height: 20px;
  left: 0;
  border-top: 4px solid #fff;
}
.slider-box .overlay-box .inner-details {
  display: block;
  padding: 30px 30px 0px 30px;
}
.slider-box .overlay-box .inner-details h4 {
  font-weight: bold;
  font-size: 21px;
  padding: 0 0 8px 0;
}
.slider-box .overlay-box .inner-details p {
  padding: 15px 0 0px 0;
  color: #fff;
}
.slider-box .overlay-box .inner-details .share-box {
  width: 100%;
  height: 100px;
  float: left;
  display: flex;
  align-items: center;
}
.slider-box .overlay-box .inner-details .share-box img {
  width: auto !important;
}
.slider-box .owl-carousel .owl-nav .owl-next,
.slider-box .owl-carousel .owl-nav .owl-prev {
  top: 40%;
  position: absolute;
  width: 50px;
  height: 85px;
  background: #19a5cc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
.slider-box .owl-carousel .owl-nav .owl-next {
  right: 0px;
  background: #19a5cc url(images/arrow-next.png) no-repeat 16px 23px;
}
.slider-box .owl-carousel .owl-nav .owl-prev {
  left: 0px;
  background: #19a5cc url(images/arrow-prev.png) no-repeat 11px 23px;
}
@media screen and (max-width: 1400px) {
  .slider-box .overlay-box .inner-details {
    padding: 20px 20px 0px 20px;
    height: 100%;
    overflow-y: auto;
  }
  .slider-box .overlay-box .inner-details p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .section.percayso-team {
    margin: 0;
  }
  .slider-box .item {
    margin-bottom: 60px;
  }
  .slider-box .overlay-box .inner-details p {
    font-size: 14px;
    line-height: 17px;
  }
  .slider-box .owl-carousel .owl-nav .owl-next,
  .slider-box .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 50px;
    background-size: 50%;
  }
  .slider-box .owl-carousel .owl-nav .owl-prev {
    background-position: 7px 14px;
  }
  .slider-box .owl-carousel .owl-nav .owl-next {
    background-position: 10px 14px;
  }
}
@media screen and (max-width: 989px) {
  .slider-box .item {
    margin-bottom: 40px;
  }
  .slider-box .owl-carousel .owl-nav .owl-next,
  .slider-box .owl-carousel .owl-nav .owl-prev {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .slider-box .overlay-box .inner-details p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 0px 0;
  }
  .slider-box .overlay-box .inner-details .share-box {
    height: 70px;
  }
  .slider-box .overlay-box .inner-details {
    padding: 10px 15px 0px 15px;
  }
}

@media screen and (max-width: 599px) {
  .section.percayso-team {
    margin-bottom: 30px;
  }
  .slider-box .item {
    margin-bottom: 0;
  }
  .slider-box .overlay-box:after {
    height: 6px;
    border-top: 2px solid #fff;
  }
  .slider-box .overlay-box .inner-details .share-box {
    height: 50px;
  }
  .slider-box .overlay-box .inner-details .share-box img {
    width: 24px !important;
  }
}

.percayso-partners {
  background-image: url(images/blue-bg.svg);
  background-position: center bottom;
  padding: 0 0 220px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.partners-inner {
  background-color: #19a5cc;
  padding-top: 120px;
}
.percayso-partners h2.heading-h2 {
  color: #fff;
}
.percayso-partners h3 {
  color: #99e3f7;
  font-size: 31px;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: -1px;
}
.percayso-partners h4 {
  color: #99e3f7;
  font-size: 22px;
  line-height: 30px;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}
.percayso-partners h4 a {
  color: #fff;
  text-decoration: underline;
}
/*.percayso-partners ul{margin: 50px -25px 0; display: flex; flex-flow: row wrap;}*/
.percayso-partners ul {
  margin: 50px -25px 0; /*display: flex;*/
  flex-flow: row wrap;
}

.percayso-partners li {
  /*width:calc((100% - (50px * 3)) / 3); */
  width: calc((99% - (50px * 4)) / 4);
  /*width:calc((99% - (50px * 4)) / 4); */
  margin: 25px;
  background: #59caea;
  height: 270px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  padding: 2%;
}
.percayso-partners li img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 100%;
}
.percayso-partners li:hover {
  background: #fff;
}
.percayso-partners li:hover img {
  -webkit-filter: none;
  filter: none;
}
.grecaptcha-badge {
  display: none;
}

@media screen and (max-width: 1199px) {
  .percayso-partners {
    padding: 0 0 140px;
  }
  .partners-inner {
    padding-top: 60px;
  }
  .percayso-partners h3 {
    font-size: 23px;
    letter-spacing: -0.5px;
  }
  .percayso-partners h3 br {
    display: none;
  }
  .percayso-partners ul {
    margin: 20px -15px 0;
  }
  .percayso-partners li {
    width: calc((100% - (30px * 3)) / 3);
    margin: 15px;
    height: 250px;
  }
  .percayso-partners li img {
    height: 72px;
    max-width: 100%;
  }
}
@media screen and (max-width: 989px) {
  .percayso-partners {
    padding: 0 0 100px;
  }
  .partners-inner {
    padding-top: 40px;
  }
  .percayso-partners ul {
    margin: 20px -6px 0;
  }
  .percayso-partners li {
    /*width:calc((100% - (12px * 3)) / 3); 
		margin: 6px; */
    width: calc((145% - (12px * 3)) / 3);
    margin: 9px 6px;
    height: 200px;
  }
  .percayso-partners li img {
    height: 62px;
    width: auto;
  }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .percayso-partners li img {
    height: 75px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .percayso-partners {
    padding: 0 0 70px;
  }
  .partners-inner {
    padding-top: 20px;
  }
  .percayso-partners h3 {
    font-size: 18px;
    letter-spacing: 0;
    padding: 10px 0;
  }
  .percayso-partners li {
    height: 150px;
  }
  .percayso-partners li img {
    height: 62px;
    width: auto;
  }
  .percayso-partners h4 {
    color: #99e3f7;
    font-size: 15px;
    line-height: 23px;
    padding: 15px 0;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .percayso-partners li {
    height: 100px;
  }
  .percayso-partners li img {
    height: 40px;
    width: auto;
  }
}

.percayso-news {
  min-height: 500px;
  /*margin-top: -90px;
	 padding-top: 200px; */
  margin-top: -20px;
  padding-top: 70px;
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f5f5f5 51%, #ffffff 100%);
  background: -webkit-linear-gradient(
    top,
    #f0f0f0 0%,
    #f5f5f5 51%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #f0f0f0 0%, #f5f5f5 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
}
.percayso-news h3 {
  font-weight: bold;
  color: #013366;
  font-size: 31px;
  padding: 25px 0;
  letter-spacing: -1px;
}
.percayso-news .news-slider {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}
.percayso-news .owl-stage,
.percayso-news .owl-item {
  display: flex;
}
.percayso-news .item {
  /* width:calc((100% - (50px * 2)) / 3); 
	margin: 25px 50px 25px 0; */
  padding: 18px 18px 175px;
  background: #fff;
  position: relative;
  border-bottom: 20px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.percayso-news .item:last-child {
  margin-right: 0;
}
.percayso-news .item:hover {
  border-bottom: 20px solid #cccccc;
}
.percayso-news .item .blog-thumb img {
  width: 100%;
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.percayso-news .item:hover .blog-thumb img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.percayso-news .item .blog-info {
  padding: 20px;
  width: 100%;
  display: inline-block;
}
.percayso-news .item .blog-info h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #464646;
}
.percayso-news .item .blog-info p {
  font-size: 17px;
}
.percayso-news .item .blog-info-bottom {
  margin-top: 25px;
}
.percayso-news .item .blog-info .author {
  width: auto;
  float: left;
  padding-right: 20px;
  font-size: 13px;
}
.percayso-news .item .blog-info .author .author-image {
  width: 27px;
  height: 27px;
  float: left;
}
.percayso-news .item .blog-info .author .author-image img {
  width: 100%;
  border: 1px solid #b8e7f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.percayso-news .item .blog-info .author .author-name {
  color: #19a5cc;
  float: left;
  padding: 5px 0 0 14px;
}
.percayso-news .item .blog-info .date {
  float: right;
  font-size: 13px;
  color: #013366;
  padding-top: 5px;
}
.percayso-news .item .button-container {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: 75px;
  text-align: center;
}
.percayso-news .item .button-container a.button {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  /* .percayso-news{padding-top: 120px;} */
  .percayso-news h3 {
    font-size: 23px;
    letter-spacing: -0.5px;
    padding-top: 15px;
  }
  .percayso-news .news-slider {
    margin-top: 15px;
  }
  .percayso-news .item {
    padding: 18px 18px 120px;
  }
  .percayso-news .item .blog-info {
    padding: 30px 12px;
  }
  .percayso-news .item .blog-info h4 {
    font-size: 16px;
    line-height: 18px;
    min-height: 60px;
  }
  .percayso-news .item .blog-info p {
    font-size: 12px;
    line-height: 18px;
  }
  .percayso-news .item .blog-info .author {
    padding-right: 15px;
    font-size: 9px;
  }
  .percayso-news .item .blog-info .author .author-name {
    padding: 5px 0 0 10px;
  }
  .percayso-news .item .blog-info .date {
    font-size: 9px;
  }
  .percayso-news .item .button-container {
    bottom: 55px;
  }
}
@media screen and (max-width: 989px) {
  /* .percayso-news{padding-top: 100px;} */
  .percayso-news .item {
    padding: 12px 12px 100px;
  }
  .percayso-news .item .button-container {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .percayso-news {
    padding-top: 40px;
  }
  .percayso-news h3 {
    font-size: 18px;
    letter-spacing: 0;
    padding-top: 5px;
  }
}

@media screen and (max-width: 470px) {
  .percayso-news .item {
    padding: 12px 12px 80px;
  }
  .percayso-news .item .blog-info h4 {
    min-height: inherit;
  }
  .percayso-news .item .blog-info-bottom {
    margin-top: 10px;
  }
}

.percayso-career {
  background-image: url(images/career-bg.jpg);
  background-size: cover;
  min-height: 1050px;
  padding-top: 110px;
  position: relative;
}

.career-tab-col {
  width: 50%;
  display: inline-block;
}
.percayso-career h2.heading-h2 {
  color: #fff;
  padding-bottom: 30px;
}
.career-tab-col p {
  font-size: 27px;
  font-weight: bold;
  color: #7d7c7c;
  line-height: 34px;
  padding: 25px 0;
  width: 740px;
  letter-spacing: -0.7px;
}
.percayso-career ul.tabs {
  padding-top: 35px;
}
.percayso-career ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0 0 18px 60px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  background: url(images/arrow-bullet.png) no-repeat 0 12px;
  font-size: 27px;
  letter-spacing: -0.7px;
  position: relative;
}
.percayso-career ul.tabs li span {
  text-decoration: underline;
}

.percayso-career ul.tabs li.active:after {
  content: '';
  width: 40%;
  height: 1px;
  background: #19a5cc;
  float: left;
  position: absolute;
  right: 0;
  top: 21px;
}

.close-btn {
  background: url(images/close.png) no-repeat 0 0;
  position: absolute;
  right: 50px;
  top: 87px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
}
.percayso-career .tab_container {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.percayso-career .tab_container.tab_container_active {
  z-index: 1;
}
.percayso-career .tab_content {
  padding: 80px 60px 80px 70px;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  border-left: 1px solid #19a5cc;
  position: relative;
}
.percayso-career .tab_content h2 {
  color: #99e3f7;
  padding-bottom: 40px;
  font-size: 37px;
  font-weight: bold;
}
.percayso-career .tab_content h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 0;
}
.percayso-career .tab_content p {
  color: #fff;
  padding: 12px 0;
}
.percayso-career .tab_content p a {
  color: #19a5cc;
}
.percayso-career .tab_content p a:hover {
  text-decoration: underline;
}

.percayso-career .tab_content ul {
  padding: 10px 0;
}
.percayso-career .tab_content ul li {
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  list-style: disc;
  margin-left: 18px;
}

.percayso-career .tab_drawer_heading {
  display: none;
}

.percayso-career .job-apply {
  padding-top: 30px;
}

.scroll-content {
  height: calc(100% - 250px);
  width: 100%;
}
.scroll-content .mCSB_inside > .mCSB_container {
  margin-right: 50px;
}
.scroll-content .mCSB_scrollTools {
  width: 22px;
}
.scroll-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #19a5cc;
  width: 22px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scroll-content .mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #a6a6a6;
  width: 7px;
}

@media screen and (max-width: 1199px) {
  .percayso-career {
    min-height: 700px;
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .career-tab-col p {
    width: 100%;
    font-size: 23px;
    line-height: 28px;
    padding-top: 0;
  }
  .percayso-career ul.tabs li {
    font-size: 23px;
    padding: 0 0 18px 50px;
    letter-spacing: -0.5px;
    background-position: 0 9px;
  }
  .percayso-career ul.tabs li.active:after {
    width: 20%;
  }
  .percayso-career .tab_content {
    padding: 30px;
  }
  .percayso-career .tab_content h2 {
    font-size: 27px;
    padding-bottom: 30px;
  }
  .scroll-content {
    height: calc(100% - 200px);
  }
  .percayso-career .tab_content h3 {
    padding: 0 0 15px;
    font-size: 18px;
  }
  .percayso-career .tab_content p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px;
  }
  .percayso-career .tab_content ul li {
    font-size: 14px;
  }
  .close-btn {
    top: 34px;
    right: 26px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
}

@media screen and (max-width: 989px) {
  .percayso-career {
    min-height: 620px;
  }
  .percayso-career h2.heading-h2 {
    padding-bottom: 15px;
  }
  .career-tab-col {
    max-width: 430px;
    width: 100%;
  }
  .percayso-career ul.tabs {
    padding-top: 10px;
  }
  .percayso-career ul.tabs li {
    padding: 0 0 18px 45px;
    background-position: 0 8px;
    font-size: 21px;
  }
  .percayso-career ul.tabs li.active:after {
    width: 10%;
    right: 135px;
    display: none;
  }
  .percayso-career ul.tabs li.active {
    color: #19a5cc;
  }
  .percayso-career .tab_container {
    width: calc(100% - 250px);
  }
  .close-btn {
    top: 32px;
    right: 18px;
  }
  .percayso-career .tab_content h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .scroll-content {
    height: calc(100% - 200px);
  }
  .scroll-content .mCSB_scrollTools {
    width: 15px;
  }
  .scroll-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 6px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .scroll-content {
    height: calc(100% - 200px);
  }
}

@media screen and (max-width: 730px) {
  .percayso-career {
    min-height: 700px;
    padding-top: 30px;
  }
  .percayso-career ul.tabs {
    width: 100%;
    padding-top: 20px;
  }
  .percayso-career ul.tabs li.active:after {
    display: none;
  }
  .percayso-career ul.tabs li {
    font-size: 18px;
    letter-spacing: 0;
    background-position: 0 5px;
  }
  .career-tab-col p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    color: #ccc;
  }
  .percayso-career .tab_container {
    width: 100%;
  }
  .percayso-career .tab_content {
    padding: 20px;
    border: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  .percayso-career .tab_content h2 {
    font-size: 24px;
    padding-bottom: 25px;
    padding-top: 5px;
  }
  .percayso-career .tab_content h3 {
    font-size: 16px;
    padding: 10px 0;
  }
  .percayso-career .tab_content p {
    padding: 10px 0;
  }
  .close-btn {
    top: 25px;
    right: 12px;
  }
}

/* @media (max-width:781px) {
	.percayso-career .tab_content{ border-left: 0; }
	.percayso-career{ display: block; padding: 0 0 40px 0;}
    .percayso-career .tab_container { display: block; margin: 0 auto; width: 95%;  }
    .percayso-career .tab_drawer_heading { clear: both; border-bottom: 1px solid #fff; color: #fff; margin: 0; padding: 5px 20px; display: block; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; }
    .percayso-career .tab_drawer_heading:hover { background: #2c96b7; color: white; }
} */

.home-contact {
  text-align: center;
  margin-bottom: 0;
}
.home-contact a.button {
  margin-top: 30px;
}
.home-contact .map-bolck {
  background-image: url(images/google-map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
.home-contact .map-bolck:after {
  position: absolute;
  width: 100%;
  height: 80%;
  content: '';
  left: 0;
  top: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.home-contact .map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-contact .map-button a.button {
  background: #8a8a8a;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  margin: 0;
}
.home-contact .map-button a.button:hover {
  background: #434343;
}

@media screen and (max-width: 1199px) {
  .home-contact h2.heading-h2 {
    padding: 0;
  }
  .home-contact a.button {
    margin: 0;
  }
  .home-contact .map-bolck {
    min-height: 500px;
  }
  .home-contact .map-pin {
    width: 45px;
  }
  .home-contact .map-pin img {
    width: 100%;
  }
}
@media screen and (max-width: 989px) {
  /*.home-contact p br{display: none;}*/
  /*.home-contact p br{display: none;}*/
}
@media screen and (max-width: 767px) {
  .home-contact {
    margin-top: 10px;
  }
  .home-contact .map-bolck {
    min-height: 400px;
    background-size: auto;
    display: flex;
    align-items: flex-end;
  }
  .home-contact .map-button {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .home-contact .map-button a.button {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    margin: 0;
  }
}

.site-footer {
  background: #013366;
  padding: 115px 0 100px;
}
.footer-col {
  width: 350px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.footer-col h3 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin: 0 0 30px;
  letter-spacing: -1px;
}
.footer-col.navigation {
  padding-right: 30px;
}
.footer-col.navigation li {
  font-size: 21px;
  padding: 0 0 12px;
}
.footer-col.navigation li a {
  color: #5b97d3;
}
.footer-col.navigation li a:hover {
  color: #fff;
}
.social-links a {
  margin-right: 14px;
}

.social-links {
  margin-top: 30px;
}
.social-links svg path {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-links svg:hover path {
  fill: #fff;
}

.footer-col.newsletter {
  width: 585px;
  float: right;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.footer-col.newsletter h4 {
  color: #5b97d3;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}
.footer-col.newsletter p {
  color: #5b97d3;
  font-size: 17px;
  font-weight: bold;
  padding-top: 0;
}
.footer-col.newsletter input[type='text'] {
  width: 100%;
  height: 60px;
  border: 1px solid #979797;
  font-size: 20px;
  font-family: 'Greycliff CF';
  color: #8a8a8a;
  padding: 0 25px;
}

.footer-col.newsletter input.submit-btn {
  background: #19a5cc;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding: 14px 35px 16px;
  margin-top: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.footer-col.newsletter input.submit-btn:hover {
  background: #001c38;
}

.footer-bottom {
  margin-top: 80px;
  width: 100%;
  display: inline-block;
}
.footer-bottom p {
  font-size: 17px;
  color: #5b97d3;
  text-align: right;
  padding: 0;
}
.footer-bottom p strong {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .site-footer {
    padding: 75px 0 60px;
  }
  .footer-col {
    width: 270px;
  }
  .footer-col h3 {
    font-size: 23px;
  }
  .footer-col.navigation li {
    font-size: 15px;
    padding: 0 0 12px;
  }
  .footer-col.newsletter {
    width: 380px;
  }
  .footer-bottom p {
    font-size: 15px;
  }
}

@media screen and (max-width: 989px) {
  .footer-col h3 {
    font-size: 27px;
  }
  .footer-col.navigation li {
    padding: 0 0 8px;
  }
  .footer-col.newsletter {
    width: 285px;
  }
  .footer-col.newsletter input[type='text'] {
    font-size: 18px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 40px 0;
  }
  .footer-col h3 {
    font-size: 24px;
  }
  .footer-col.navigation {
    width: 49%;
    padding-right: 10px;
  }
  .footer-col.newsletter {
    width: 100%;
    margin-top: 30px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-bottom p {
    text-align: left;
  }
  /*.footer-col.newsletter img {width:140px!important;}*/
  /*.footer-col.newsletter img {
    width: 120px !important;
  }
	*/
}
@media screen and (max-width: 479px) {
  .footer-col h3 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .footer-col.newsletter {
    margin-top: 0;
  }
  .social-links a {
    margin-right: 5px;
  }
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(1, 51, 102, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 6;
  /* display: none; */
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
.modal-box {
  max-width: 800px;
  width: 100%;
  background: #fff;
  min-height: 200px;
  position: fixed;
  z-index: 7;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.talk-modal-active,
.view-data-modal-active,
.see-modal-active {
  overflow: hidden;
}

.talk-modal-active .modal-overlay,
.talk-modal-active .talk-modal-wrapper,
.view-data-modal-active .modal-overlay,
.view-data-modal-active .view-data-modal-wrapper,
.see-modal-active .modal-overlay,
.see-modal-active .see-modal-wrapper {
  opacity: 1;
  visibility: visible;
}

.modal-box h2 {
  color: #19a5cc;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -3px;
  padding: 10px 0;
  line-height: 100%;
}
.modal-box p {
  font-size: 16px;
  padding: 10px 0;
}

.view-modal,
.talk-modal {
  display: flex;
}
.view-modal .heading-col,
.talk-modal .heading-col {
  text-align: center;
  width: 325px;
  background: #fff;
  order: 2;
  padding: 55px 20px;
}
.view-modal .view-form,
.talk-modal .talk-form {
  width: calc(100% - 325px);
  background: #19a5cc;
  padding: 50px;
  order: 1;
}
.view-modal .view-form .input-fld,
.talk-modal .talk-form .input-fld {
  width: 100%;
  margin: 6px 0;
  height: 58px;
  border: 0;
  font-size: 20px;
  font-family: 'Greycliff CF';
  color: #8a8a8a;
  padding: 0 25px;
}
.view-modal .view-form textarea.input-fld,
.talk-modal .talk-form textarea.input-fld {
  resize: none;
  height: 185px;
  padding: 10px 0px 10px 25px;
}
.view-modal .view-form input.submit-btn,
.talk-modal .talk-form input.submit-btn {
  background: #013366;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding: 18px 45px 20px;
  margin-top: 30px;
  position: absolute;
  right: 73px;
  bottom: 55px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.view-modal .view-form input[type='number'],
.talk-modal .talk-form input[type='number'] {
  -moz-appearance: textfield;
}
.view-modal .view-form input::-webkit-outer-spin-button,
.talk-modal .talk-form input::-webkit-outer-spin-button,
.talk-modal .talk-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.view-modal .view-form input.submit-btn:hover,
.talk-modal .talk-form input.submit-btn:hover {
  background: #19a5cc;
}
.view-modal span.wpcf7-not-valid-tip,
.talk-modal span.wpcf7-not-valid-tip {
  display: none;
}
.view-modal .view-form .input-fld.wpcf7-not-valid,
.talk-modal .talk-form .input-fld.wpcf7-not-valid {
  border: 1px dashed #f00;
  background: #fde3e3;
}
.view-modal div.wpcf7-response-output {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 110px;
  max-width: 325px;
  text-align: center;
  border: 0;
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.talk-modal div.wpcf7-response-output {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 210px;
  max-width: 325px;
  text-align: center;
  border: 0;
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.anr_captcha_field {
  position: absolute;
  right: 10px;
  bottom: 150px;
}
.talk-modal div.wpcf7-validation-errors {
  color: #ff0000;
}
.talk-modal div.wpcf7-mail-sent-ok {
  color: #3b9400;
}

.talk-modal div.wpcf7 .ajax-loader,
.view-modal div.wpcf7 .ajax-loader {
  background-image: url(images/loader.gif);
  width: 300px;
  height: 225px;
  background-size: 100%;
  position: absolute;
  right: 15px;
  bottom: 115px;
}
.talk-modal div.wpcf7-validation-errors {
  color: #ff0000;
  bottom: 215px;
  line-height: 19px;
}
.see-modal {
  text-align: center;
  padding: 80px;
  width: 100%;
  display: inline-block;
}
.see-modal img {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .see-modal {
    padding: 40px;
  }
}

@media screen and (max-width: 989px) {
  .modal-box {
    width: 95%;
  }
  .talk-modal .talk-form {
    padding: 20px;
  }
  .talk-modal .heading-col {
    padding: 30px 20px;
  }
  .talk-modal .talk-form input.submit-btn {
    bottom: 30px;
  }
}
@media only screen and (max-width: 896px) and (orientation: landscape) {
  .talk-modal .talk-form {
    height: 320px;
    overflow-y: scroll;
  }
  .modal-box h2 {
    padding-bottom: 0;
  }

  .talk-modal div.wpcf7-response-output {
    margin-top: -20px;
    position: relative;
    right: 0;
    bottom: 0;
    max-width: inherit;
    padding: 0 0 20px;
  }
  .talk-modal div.wpcf7-validation-errors {
    color: #fff;
  }
  .talk-modal div.wpcf7-mail-sent-ok {
    color: #fff;
  }
  .talk-modal div.wpcf7 .ajax-loader {
    bottom: inherit;
    right: 31px;
    top: 20px;
    width: 280px;
    height: 200px;
  }

  .see-modal-wrapper {
    width: 42%;
  }
  .see-modal .button-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-box {
    height: calc(100% - 80px);
    overflow-y: scroll;
  }
  .modal-box h2 {
    font-size: 40px;
    letter-spacing: -0.1px;
  }
  .talk-modal {
    display: block;
  }
  .view-modal {
    display: block;
  }
  .talk-modal .heading-col,
  .talk-modal .talk-form {
    width: 100%;
    overflow-y: hidden;
    height: auto;
  }
  .view-modal .heading-col,
  .view-modal .view-form {
    width: 100%;
    overflow-y: hidden;
    height: auto;
  }
  .view-modal .heading-col {
    padding: 30px 20px;
  }
  .view-modal .view-form {
    padding: 20px;
  }
  .view-modal .view-form input.submit-btn {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .talk-modal .talk-form input.submit-btn {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .talk-modal div.wpcf7-response-output {
    margin-top: 0;
    position: relative;
    right: 0;
    bottom: 0;
    max-width: inherit;
    padding: 0 0 20px;
  }
  .talk-modal div.wpcf7-validation-errors {
    color: #fff;
  }
  .talk-modal div.wpcf7-mail-sent-ok {
    color: #fff;
  }
  .talk-modal div.wpcf7 .ajax-loader {
    right: 50%;
    bottom: inherit;
    top: 20px;
    width: 280px;
    height: 200px;
    transform: translateX(50%);
  }

  .modal-box.see-modal-wrapper {
    height: auto;
  }
  .see-modal {
    padding: 20px;
  }
  .anr_captcha_field {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}

/*---- Login Modal ----*/

.modal-box.user-form {
  max-width: 500px;
  text-align: center;
}

.login-modal-active,
.forgot-modal-active {
  overflow: hidden;
}
.login-modal-active .modal-overlay,
.login-modal-active .login-modal-wrapper,
.forgot-modal-active .modal-overlay,
.forgot-modal-active .forgot-modal-wrapper {
  opacity: 1;
  visibility: visible;
}

.login-modal-wrapper {
  min-height: 625px;
}
.user-form {
  padding: 50px 0;
}
.user-form .heading {
  padding: 0 55px;
}
.user-form .heading h2 {
  padding: 10px 0 25px;
}
.user-form .heading p {
  color: #19a5cc;
  font-size: 20px;
}
.user-form .form-container {
  padding: 5px 55px 60px;
}
.user-form .form-container .input-box {
  margin-top: 15px;
  position: relative;
}
.user-form .form-container input[type='text'],
.user-form .form-container input[type='email'],
.user-form .form-container input[type='password'] {
  width: 100%;
  height: 58px;
  border: 1px solid #19a5cc;
  font-size: 20px;
  font-family: 'Greycliff CF';
  color: #8a8a8a;
  padding: 0 15px;
}

.user-form .form-container input.submit-btn {
  background: #013366;
  border: 0;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding: 18px 45px 20px;
  margin-top: 60px;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.user-form .form-container input.submit-btn:hover {
  background: #19a5cc;
}

.user-form .form-container .input-box span {
  width: auto;
  display: block;
  border: 1px solid #bbb;
  padding: 15px;
  position: absolute;
  left: 50%;
  z-index: 1;
  background: #fff;
  white-space: nowrap;
  color: #c40018;
  font-size: 15px;
  top: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 6px 9px 12px -5px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 6px 9px 12px -5px rgba(0, 0, 0, 0.32);
  box-shadow: 6px 9px 12px -5px rgba(0, 0, 0, 0.32);
}
.user-form .form-container .input-box span:before {
  content: '';
  border-top: 0px solid #fff;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 0px solid #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -8px;
  background: #fff;
}

.user-form .top-error-message {
  background: #def8ff;
  width: 370px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 20px;
  color: #013366;
  font-weight: normal;
  font-size: 16px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.user-form .form-container .errorClass {
  border: 1px dashed #f00 !important;
  background: #fde3e3;
}
.user-form .form-container .error-message {
  position: absolute;
  width: calc(100% - 110px);
  text-align: center;
}
.user-form .form-container .error-message span {
  color: #ff0000;
  font-size: 16px;
  line-height: 20px;
  margin-top: 18px;
  display: block;
}

.user-form .bottom-bar {
  min-height: 42px;
  background: #19a5cc;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.user-form .bottom-bar p {
  color: #fff;
  padding: 0;
  line-height: 40px;
  font-size: 15px;
}
.user-form .bottom-bar p a {
  color: #fff;
  text-decoration: underline;
}
.user-form .bottom-bar p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .modal-box.user-form {
    height: 320px;
    overflow-y: scroll;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .login-modal-wrapper {
    min-height: inherit;
  }
  .modal-box.user-form {
    height: auto;
  }
  .user-form .heading {
    padding: 0 25px;
  }
  .user-form .form-container {
    padding: 20px 25px 50px;
  }
  .user-form .form-container .error-message {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 479px) {
  .user-form .top-error-message {
    width: 90%;
  }
}

/* Blog listing*/

.percayso-news.blog-page {
  margin: 0;
  padding: 60px 0;
}
.inner-banner .meta-post h1 {
  font-size: 60px;
  letter-spacing: -1px;
  padding-top: 10px;
}
.blog-page .categories {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-page .categories h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 10px;
}
.blog-page .categories select {
  width: 200px;
  height: 40px;
  border: 1px solid #bbb;
  font-size: 16px;
  font-family: 'Greycliff CF';
  color: #222;
}

.pagination {
  text-align: center;
}
.pagination .page-numbers {
  background: #013366;
  color: #fff;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #19a5cc;
}

.percayso-news .blog-listing {
  display: flex;
  flex-flow: row wrap;
  margin: 40px -10px;
}
.percayso-news .blog-listing .item {
  width: calc((100% - (20px * 3)) / 3);
  margin: 25px 10px;
}

@media screen and (max-width: 989px) {
  .percayso-news .blog-listing {
    margin: 40px -30px;
  }
  .percayso-news .blog-listing .item {
    width: calc((100% - (60px * 2)) / 2);
    margin: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .meta-post h1 {
    font-size: 40px;
    letter-spacing: 0;
  }
  .percayso-news .blog-listing {
    margin: 40px -10px;
  }
  .percayso-news .blog-listing .item {
    width: calc((100% - (20px * 2)) / 2);
    margin: 25px 10px;
  }
}
@media screen and (max-width: 479px) {
  .percayso-news .blog-listing {
    margin: 20px 0;
  }
  .percayso-news .blog-listing .item {
    width: 100%;
    margin: 15px 0;
  }
}

/* Blog details*/

.inner-banner .meta-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.details-banner .meta-post h1 {
  font-size: 40px;
}

.header-banner.details-banner {
  height: 550px;
}
.post-info {
  margin-top: 25px;
  width: auto;
  display: inline-block;
}
.post-info .author {
  width: auto;
  float: left;
  padding-right: 20px;
  font-size: 13px;
}
.post-info .author .author-image {
  width: 27px;
  height: 27px;
  float: left;
}
.post-info .author .author-image img {
  width: 100%;
  border: 1px solid #b8e7f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-info .author .author-name {
  color: #fff;
  float: left;
  padding: 5px 0 0 14px;
}
.post-info .date {
  float: right;
  font-size: 13px;
  color: #fff;
  padding-top: 5px;
}

.post-category ul li {
  width: auto;
  display: inline-block;
  background: #19a5cc;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.post-details {
  margin: 60px 0;
  width: 100%;
  display: inline-block;
}
.post-content {
  width: calc(100% - 400px);
  display: inline-block;
}
.post-content img {
  max-width: 100%;
}
.post-content h3 {
  padding: 0 0 30px;
  color: #222;
  font-size: 28px;
  font-weight: 900;
}
.post-content strong {
  font-weight: 900;
  font-family: 'Greycliff CF';
}
.post-content p,
.post-content li {
  line-height: 30px;
  font-size: 20px;
  color: #393939;
}
.post-content p {
  padding: 0 0 30px;
}
.post-content p a {
  text-decoration: underline;
  color: #393939;
}
.post-content p a:hover {
  color: #000;
}
.post-content ol,
.post-content ul {
  margin: 0 0 10px 40px;
  display: inline-block;
}
.post-content li {
  margin: 0;
  padding: 0 0 20px;
}
.post-content ul li {
  list-style: disc;
}
.post-content .post-image {
  margin: 10px 0 30px;
}
.post-content figcaption {
  text-align: center;
  font-size: 16px;
  color: #393939;
  padding: 10px 0 0;
}

.post-content .share-links {
  margin-top: 20px;
}
.post-content .share-links h4 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  float: left;
  padding: 3px 15px 0 0;
}
.post-content .share-links a {
  margin-right: 7px;
}
.post-content .share-links a svg {
  width: 20px;
}
.post-content .share-links a svg path {
  fill: #222;
}

.post-sidebar {
  width: 336px;
  float: right;
}
.post-sidebar img {
  max-width: 100%;
}
.post-sidebar .block-item {
  margin: 0 0 20px;
  display: inline-block;
}
.post-sidebar .block-item h4 {
  font-weight: 900;
  font-size: 21px;
  color: #222;
  padding: 0 0 30px;
}
.post-sidebar .latest-posts li {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.post-sidebar .latest-posts li .image-thumb {
  width: 100px;
}
.post-sidebar .latest-posts li .content-info {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.post-sidebar .latest-posts li h5 {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 15px;
  line-height: 16px;
}
.post-sidebar .latest-posts li h5 a {
  color: #222;
}
.post-sidebar .latest-posts li .date {
  font-size: 13px;
  color: #013366;
}

@media screen and (max-width: 1199px) {
  .header-banner.details-banner {
    height: 480px;
  }
  .post-content {
    width: calc(100% - 360px);
  }
  .post-content h3 {
    font-size: 25px;
  }
  .post-content p,
  .post-content li {
    line-height: 24px;
    font-size: 17px;
  }
}
@media screen and (max-width: 989px) {
  .post-details {
    margin: 60px 0 20px;
  }
  .details-banner .meta-post {
    padding-top: 60px;
  }
  .details-banner .meta-post h1 {
    font-size: 32px;
  }
  .post-content,
  .post-sidebar {
    width: 100%;
    display: inline-block;
    float: none;
  }
  .post-sidebar {
    margin-top: 40px;
  }
  .post-content h3,
  .post-content p,
  .post-content li {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-banner.details-banner {
    height: 350px;
  }
  .post-details {
    margin: 30px 0 10px;
  }
  .details-banner .meta-post h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 100%;
  }
  .post-content h3 {
    font-size: 22px;
  }
  .post-content p,
  .post-content li {
    line-height: 22px;
    font-size: 16px;
    padding: 0 0 15px;
  }
  .post-content ol,
  .post-content ul {
    margin: 0 0 0 18px;
  }
}

/* CMS Page*/

.cms-page {
  padding: 60px 0;
}
.cms-page h3 {
  padding: 0 0 30px;
  color: #222;
  font-size: 28px;
  font-weight: 900;
}
.cms-page strong {
  font-weight: bold;
  font-family: 'Greycliff CF';
}
.cms-page p,
.cms-page li,
.cms-page th,
.cms-page td {
  line-height: 30px;
  font-size: 20px;
  color: #393939;
}
.cms-page p {
  padding: 0 0 30px;
}
.cms-page p a,
.cms-page li a,
.cms-page td a {
  text-decoration: underline;
  color: #19a5cc;
}
.cms-page p a:hover,
.cms-page li a:hover,
.cms-page td a:hover {
  color: #013366;
}
/*.cms-page ol,
.cms-page ul{margin: 0 0 10px 40px; display: inline-block;}*/
.cms-page ol,
.cms-page ul {
  margin: 0 0 10px 40px;
  display: block;
  vertical-align: top;
}
.cms-page li {
  margin: 0;
  padding: 0 0 20px;
}
.cms-page ul li {
  list-style: disc;
}

.cms-page .data-table {
  margin-bottom: 30px;
}
.cms-page table {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.cms-page th,
.cms-page td {
  padding: 8px 15px;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.cms-page th {
  background: #013366;
  color: #fff;
}
.cms-page a.button {
  margin-top: 20px;
}

.cms-page .content-aqua {
  color: #19a5cc;
}

@media screen and (max-width: 1199px) {
  .cms-page h3 {
    font-size: 25px;
  }
  .cms-page p,
  .cms-page li,
  .cms-page th,
  .cms-page td {
    line-height: 24px;
    font-size: 17px;
  }
}
@media screen and (max-width: 989px) {
  .cms-page h3,
  .cms-page p,
  .cms-page li {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .cms-page {
    padding: 30px 0;
  }
  .cms-page h3 {
    font-size: 22px;
  }
  .cms-page p,
  .cms-page li {
    line-height: 22px;
    font-size: 16px;
    padding: 0 0 15px;
  }
  .cms-page ol,
  .cms-page ul {
    margin: 0 0 0 18px;
  }
  .cms-page .data-table {
    width: 100%;
    overflow-x: scroll;
  }
}

#cookie-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
}
#cookie-notice a.button {
  padding: 15px 30px 17px;
  font-size: 18px;
  margin: 0;
  background: #19a5cc;
  float: right;
}
#cookie-notice a.button:hover {
  background: #013366;
}
#cn-notice-text {
  width: 850px;
  float: left;
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
}
#cn-notice-text a {
  color: #19a5cc;
  text-decoration: underline;
}

@media screen and (max-width: 1099px) {
  #cn-notice-text {
    width: 700px;
  }
}
@media screen and (max-width: 979px) {
  #cookie-notice {
    text-align: center;
  }
  #cn-notice-text {
    width: 100%;
    padding-bottom: 10px;
  }
  #cookie-notice a.button {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #cookie-notice {
    padding: 10px 0;
  }
  #cn-notice-text {
    font-size: 12px;
    line-height: 14px;
  }
  #cookie-notice a.button {
    padding: 10px 30px 12px;
    font-size: 16px;
  }
}

.distribution .benefits {
  margin: 0 0 20px;
}
.distribution .benefits h2.heading-h2 {
  color: #393939;
  text-align: center;
}
.distribution .benefits-text {
  padding: 40px 80px 0;
  text-align: center;
}
.distribution .benefits-text h4 {
  font-size: 27px;
  line-height: 33px;
  color: #013366;
  font-weight: bold;
}
.distribution .benefits-text p {
  font-family: 'Greycliff CF Demi';
}
/*.distribution .benefits ul{display: flex; text-align: center; justify-content: space-between; margin: 60px 0 0;}*/
/*.distribution .benefits ul li{width: 140px;}*/
.distribution .benefits ul {
  display: inline-block;
  text-align: center;
  justify-content: space-between;
  margin: 60px 0 0;
}
.distribution .benefits ul li {
  width: 184px;
  display: inline-block;
}
.distribution .benefits ul li h5 {
  font-weight: bold;
  font-size: 19px;
  color: #19a5cc;
  padding: 10px 0 0;
}
@media screen and (max-width: 1199px) {
  .distribution .benefits-text {
    padding: 0;
  }
  .distribution .benefits ul {
    flex-flow: row wrap;
    margin-top: 20px;
    justify-content: center;
  }
  .distribution .benefits ul li {
    width: 25%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 989px) {
  .distribution .benefits-text h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .distribution .benefits-text h4 {
    font-size: 21px;
    line-height: 26px;
  }
  .distribution .benefits ul li object {
    width: 100px;
    height: 100px;
  }
  .distribution .benefits ul li h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .distribution .benefits ul li {
    width: 33.33%;
  }
  .distribution .benefits ul li object {
    width: 70px;
    height: 70px;
  }
}

.insurers-steps {
  background-image: url(images/divider-shape-2.svg);
}
.insurers-steps h2.heading-h2 {
  color: #19a5cc;
}
.insurers-steps .steps {
  margin: 40px -30px;
  display: flex;
  flex-flow: row wrap;
}
.insurers-steps .steps li {
  width: calc((100% - (60px * 3)) / 3);
  margin: 30px;
  border-left: 17px solid #004388;
  background: #013366;
  padding: 30px 30px 80px;
  position: relative;
}
.insurers-steps .steps li:nth-child(2n) {
  background: #19a5cc;
}
.insurers-steps .steps li:nth-child(3n) {
  background: #464646;
  border-color: #19a5cc;
}
.insurers-steps .steps li:before {
  width: 60px;
  height: 6px;
  content: '';
  background: #013366;
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.insurers-steps .steps li:nth-child(2n):before {
  background: #19a5cc;
}
.insurers-steps .steps li:nth-child(3n):before {
  display: none;
}

.insurers-steps .steps li h3 {
  color: #19a5cc;
  font-size: 38px;
  font-weight: 900;
  padding: 10px 0;
  letter-spacing: -2px;
}
.insurers-steps .steps li:nth-child(2n) h3 {
  color: #c8f3ff;
}
.insurers-steps .steps li:nth-child(3n) h3 {
  color: #dfdfdf;
}
.insurers-steps .steps li p {
  color: #fff;
  font-size: 19px;
  padding: 16px 0;
  max-width: inherit;
}

@media screen and (max-width: 1199px) {
  .insurers-steps .steps {
    margin: 20px -10px;
  }
  .insurers-steps .steps li {
    width: calc((100% - (20px * 3)) / 3);
    margin: 20px 10px;
    padding: 30px 20px;
  }
  .insurers-steps .steps li h3 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .insurers-steps .steps li p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 989px) {
  .insurers-steps .steps li {
    width: 100%;
  }
  .insurers-steps .steps li:before {
    width: 6px;
    height: 40px;
    top: inherit;
    bottom: -40px;
    right: 50%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .notification-bar p {
    line-height: 15px !important;
    font-size: 13px !important;
    padding: 10px 20px 15px !important;
  }
  .notification-close {
    width: 22px !important;
    height: 22px !important;
  }
  .notification-bar img {
    width: 50px;
    height: auto;
    margin-top: 0px;
  }
  .header-main {
    display: inline-block;
    padding: 60px 0 35px;
  }
  .home-privacy .main-box-contain .main-box {
    width: 100%;
    margin: 30px;
  }
  .home-privacy h3 {
    font-size: 21px;
  }
  .inner-banner .meta-post h1 {
    letter-spacing: -1px;
    padding-top: 110px;
  }
  ul.bullet-styling li {
    font-size: 15px;
  }
  .view-modal .view-form .wpcf7-response-output {
    position: static;
    color: #1e1e1e;
  }
}
@media screen and (max-width: 767px) {
  .insurers-steps .steps {
    margin: 0 -10px;
  }
}

/*footer-tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 215px;
  background-color: #002043;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 15px 10px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: -10px;
  margin-left: -60px;
  font-weight: 600;
}

.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 98px;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #002043 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext-right {
  visibility: hidden;
  width: 220px;
  background-color: #002043;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 15px 10px;
  position: absolute;
  z-index: 1;
  top: 150%;
  right: 0;
  margin-left: -60px;
  font-weight: 600;
}
.tooltip .tooltiptext-right::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 10px;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #002043 transparent;
}
.tooltip:hover .tooltiptext-right {
  visibility: visible;
}

.tooltip-all {
  padding: 30px 0 50px;
}
.tooltip-all .tooltip img {
  margin-left: 11px;
}
.tooltip-all-bot {
  margin: 50px 0;
}
.tech_awards {
  margin-top: 18px;
}
.tooltip-all-bot h4 {
  /* text-align: right; */
  color: #5b97d3;
  font-size: 13px;
  font-weight: 600;
  /*width: 83%;*/
  /* float: right; */
  margin-bottom: 22px;
}
.tooltip.last-tool {
  margin-left: 18px;
  float: right;
}
.tooltip-left {
  margin-left: 18px;
  float: right;
  /*margin-top: -24px;*/
}
.tooltip-slaughter {
  padding-top: 18px;
  overflow: hidden;
}
.tooltip-slaughter1,
.tooltip-slaughter2 {
  display: inline;
}
.tooltip-slaughter1 {
  padding-right: 15px;
}
.cyber-ess {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .cyber-ess {
    text-align: center;
    margin-top: 2rem;
  }
  .cyber-ess-images-block {
    display: flex;
    justify-content: space-between;
  }

  .tooltip-images-block {
    display: flex;
    flex-direction: row-reverse;
  }
  .ecology-logo-block {
    display: flex;
    justify-content: center;
  }

  .tooltip-all {
    display: flex;
    justify-content: center;
  }
}

.cyber-ess img:last-child {
  margin-right: 0;
}

.cyber-ess img {
  margin-right: 0.8rem;
}

@media screen and (max-width: 767px) {
  .footer-col.newsletter .tooltip img {
    width: 80% !important;
  }
  /*.footer-col.newsletter .tooltip-all-bot .tooltip img {
	width:75%!important;
	text-align:left
}*/
  .footer-col.newsletter .tooltip-all-bot .tooltip img {
    width: auto !important;
    text-align: left;
    height: 35px;
  }

  .tooltip .tooltiptext {
    left: -8px;
    font-size: 13px;
    width: 180px;
    top: 70px;
  }
  .tooltip .tooltiptext-right {
    top: 70px;
    font-size: 13px;
  }
  .tooltip-all-bot {
    float: left;
    top: -80px;
    text-align: left;
  }
  .tech_awards {
    margin-top: -30px;
  }
  .tooltip .tooltiptext::after {
    left: 88px;
  }
  .tooltip-all-bot h4 {
    text-align: center;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .tooltip-all .tooltip img {
    /*margin-left: 0;*/
    margin-left: -5px;
  }
  .tooltip.last-tool {
    /*margin-left: 5px;*/
    margin-left: 0;
    /*margin-top: 0;*/
    margin-top: 23px;
  }
  .tooltip-left {
    margin-left: 0px;
    float: right;
    margin-top: 0;
  }
  .tooltip-slaughter {
    padding-top: 3px;
  }
  .tooltip-slaughter1,
  .tooltip-slaughter2 {
    display: block;
  }
  .tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    width: 50px;
  }
  .cyber-ess img {
    display: inline;
    margin-right: 0;
    height: 50px;
  }
}
/*footer-tooltip*/

.solution {
  text-align: center;
}
.solution h2.heading-h2 {
  color: #013366;
}
.solution h3 {
  font-size: 32px;
  font-weight: bold;
  color: #19a5cc;
  padding: 20px 0;
}

.solution-diagram .triangle,
.solution-info .search-icon,
.solution-info .search-icon .inner,
.solution-info span.nav-items,
.solution-nav li:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.solution-info {
  position: relative;
  margin: 100px 0 50px;
}
.solution-info .solution-diagram {
  position: relative;
  width: 455px;
  min-height: 450px;
  display: inline-block;
}
.solution-diagram .triangle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.solution-diagram .cones-deploy,
.solution-diagram .cones-inform,
.solution-diagram .cones-enrich {
  z-index: 2;
  background: #fff;
  opacity: 0;
}

.solution-diagram .triangle.isActive {
  opacity: 1;
}
.solution-diagram.isActive .cones-default {
  opacity: 0.3;
}

.solution-nav {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.solution-nav ul {
  display: flex;
  justify-content: center;
}
.solution-nav li {
  width: auto;
  display: inline-block;
  margin: 8px 35px;
  position: relative;
}

.solution-info .search-icon {
  width: 95px;
  height: 95px;
  float: left;
  text-align: center;
  cursor: pointer;
  border: 1px dashed #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.solution-info .search-icon .inner {
  width: 93px;
  height: 93px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.solution-info .search-icon img {
  margin-top: 27px;
}
.solution-info .search-icon span {
  display: none;
  font-size: 19px;
  color: #fff;
  line-height: 90px;
}
.solution-info span.nav-items {
  width: auto;
  float: left;
  font-size: 28px;
  color: #7d7c7c;
  font-weight: bold;
  padding: 30px 0 0 15px;
}

.solution-nav li:before {
  content: '';
  position: absolute;
  border-top: 2px dotted #d8d8d8;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.solution-nav li.deploy-nav:before {
  width: 205px;
  left: -215px;
}
.solution-nav li.inform-nav:before {
  width: 120px;
  left: -130px;
}
.solution-nav li.enrich-nav:before {
  width: 50px;
  left: -60px;
}

.solution-nav li.deploy-nav {
  order: 3;
}
.solution-nav li.inform-nav {
  order: 2;
}
.solution-nav li.enrich-nav {
  order: 1;
}

.solution-nav li.isActive .search-icon img {
  display: none;
}
.solution-nav li.isActive .search-icon span {
  display: block;
}

.solution-nav li.deploy-nav.isActive .search-icon {
  border: 1px dashed #013367;
}
.solution-nav li.deploy-nav.isActive .search-icon .inner {
  background: #013367;
}
.solution-nav li.deploy-nav.isActive span.nav-items {
  color: #013367;
}
.solution-nav li.deploy-nav.isActive:before {
  border-color: #013367;
}

.solution-nav li.inform-nav.isActive .search-icon {
  border: 1px dashed #19a5cc;
}
.solution-nav li.inform-nav.isActive .search-icon .inner {
  background: #19a5cc;
}
.solution-nav li.inform-nav.isActive span.nav-items {
  color: #19a5cc;
}
.solution-nav li.inform-nav.isActive:before {
  border-color: #19a5cc;
}

.solution-nav li.enrich-nav.isActive .search-icon {
  border: 1px dashed #3b3b3b;
}
.solution-nav li.enrich-nav.isActive .search-icon .inner {
  background: #3b3b3b;
}
.solution-nav li.enrich-nav.isActive span.nav-items {
  color: #3b3b3b;
}
.solution-nav li.enrich-nav.isActive:before {
  border-color: #3b3b3b;
}

.solution-info .analytics-link {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
}
.solution-info .analytics-link .search-icon,
.solution-info .analytics-link span.nav-items {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.solution-info .analytics-link.isActive .search-icon {
  border: 1px dashed #013367;
}
.solution-info .analytics-link.isActive .search-icon .inner {
  background: #013367;
}
.solution-info .analytics-link.isActive span.nav-items {
  color: #013367;
}
.solution-info .analytics-link.isActive .search-icon img {
  display: none;
}
.solution-info .analytics-link.isActive .search-icon span {
  display: block;
}

@media screen and (max-width: 1199px) {
  .solution {
    position: relative;
  }
  .solution .container {
    padding: 0;
  }
  .solution h3 {
    font-size: 21px;
  }
  .solution-info {
    margin-top: 0;
    padding: 80px 0;
  }
  .solution-nav li {
    margin: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .solution-info {
    padding: 40px 0 10px;
    margin-bottom: 0;
  }
  .solution-info .solution-diagram {
    width: 100%;
    min-height: inherit;
  }
  .solution-diagram .triangle {
    position: relative;
    left: inherit;
    top: inherit;
    width: 320px;
    display: inline-block;
  }
  .solution-info .solution-diagram img {
    width: 100%;
  }
  .solution-diagram .cones-deploy,
  .solution-diagram .cones-inform,
  .solution-diagram .cones-enrich {
    display: none !important;
  }
  .solution-diagram.isActive .cones-default {
    opacity: 1;
  }

  .solution-nav {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 10px;
    max-width: 320px;
  }
  .solution-nav li {
    width: 32%;
    padding: 0 10px;
    vertical-align: top;
    margin: 0;
  }
  .solution-nav li:before {
    display: none;
  }
  .solution-info .search-icon {
    width: 65px;
    height: 65px;
    float: none;
    display: inline-block;
  }
  .solution-info .search-icon .inner {
    width: 63px;
    height: 63px;
  }
  .solution-info .search-icon img {
    margin-top: 17px;
    width: 30px;
  }
  .solution-info .search-icon span {
    line-height: 60px;
    font-size: 17px;
  }
  .solution-info span.nav-items {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 8px 0 0;
  }

  .solution-info .analytics-link span.nav-items {
    margin-right: 0;
  }
}

/*---- Solution Details ----*/
.solution-details .container {
  position: relative;
}
.solution-details .left-col {
  width: 240px;
  display: inline-block;
  vertical-align: top;
}
.solution-details .left-col .triangle-image {
  margin-bottom: 20px;
}
.solution-details .left-col .triangle-image img {
  width: 100%;
  height: auto;
}
.solution-details .left-col .button-container {
  text-align: center;
}

.solution-details .right-col {
  width: calc(100% - 290px);
  display: inline-block;
  padding-left: 50px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .solution-details .left-col,
  .solution-details .right-col {
    width: 100%;
  }
  .solution-details .right-col {
    padding: 40px 0 80px;
  }
  .solution-details .left-col .triangle-image {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .solution-details .left-col .button-container {
    position: absolute;
    bottom: 0px;
  }
}

/*---- Solution Modal ----*/

.solution-modal-active {
  overflow: hidden;
}
.solution-modal-active .modal-overlay,
.solution-modal-active .solution-modal-wrapper {
  opacity: 1;
  visibility: visible;
}

.solution-container {
  padding: 40px;
  display: none;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}
.solution-container.selected {
  display: block;
}
.solution-container h3 {
  color: #013366;
  font-weight: bold;
  font-size: 27px;
  padding-bottom: 10px;
}
.solution-container p {
  font-size: 18px;
  line-height: 27px;
}
.solution-container .modal-close {
  font-weight: bold;
  color: #013366;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url(images/close-blue.png) no-repeat 0 0;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
}
@media screen and (max-width: 479px) {
  .modal-box .solution-modal-wrapper {
    height: auto;
  }
}

/*Biba Quiz*/
header.quiz-header {
  padding: 100px 0 65px 0;
}
.quiz-container {
  max-width: 899px;
  margin: 0 auto;
}
.quiz-container h1 {
  color: #19a5cc;
  font-size: 76px;
  font-weight: 900;
  letter-spacing: -3px;
  padding: 0 0 35px;
  line-height: 100%;
}
.quiz-container h1 span {
  color: #013366;
}
.quiz-container p {
  padding: 15px 0;
  margin: 0;
  line-height: 33px;
  font-size: 22px;
  color: #5a5a5a;
}
.quiz-para {
  color: #19a5cc !important;
  font-weight: bold;
}
.quiz-para span {
  color: #013366;
}
.quiz-container .button-container,
.button-container {
  text-align: center;
}
.quiz-foot {
  padding-bottom: 50px;
}
.q-blue {
  background: #18a3cc;
}
.q-txt-w {
  color: #fff !important;
}
.rd-mailform {
  position: relative;
}
.form-group {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
.form-control {
  -webkit-appearance: none;
  border-radius: 25px;
  padding: 14px 20px;
  line-height: 22px;
}
.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 18px 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.range {
  background: #52cff2;
  padding: 65px 100px 100px;
  margin-top: 30px;
}
.form-label-outside,
.form-label-outside.focus,
.form-label-outside.auto-fill {
  -webkit-transform: none;
  transform: none;
  color: #005169;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}
.quiz-container a.button {
  margin-top: 68px;
}
label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}
.quiz-container .button {
  background: #013366;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  width: auto;
  display: inline-block;
  /*padding: 18px 45px 20px;*/
  padding: 18px 85px 20px;
  margin: 68px 6px 0 6px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-family: 'Greycliff CF';
}
.quiz-container .button-gray {
  background: #c7c7c7 !important;
  font-family: 'Greycliff CF';
}
.quiz-container .button-gray:hover {
  background: #979797 !important;
  font-family: 'Greycliff CF';
}
.quiz-container .button:hover {
  background: #19a5cc;
}
.quiz-container .button.dark-hover:hover {
  background: #000336;
}
.score {
  text-align: center;
  font-weight: bold;
}
.quiz-container p.score-bot {
  text-align: center;
  color: #0a9ac2;
  font-size: 18px;
  padding: 0 0 10px 0;
}
.quiz-nav {
  padding: 20px 0 25px 0;
}
.quiz-nav ul {
  display: flex;
}
.quiz-nav ul li {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  background: ;
  margin: 0 10px;
  text-align: center;
  min-height: ;
}
.quiz-nav ul li a {
  background: #444;
  color: #fff;
  display: block;
  font-size: 53px;
  font-weight: 900;
  padding: 16px 0 26px 0;
  cursor: pointer;
}
.quiz-nav ul li a:hover,
.quiz-nav ul li a.active {
  /*background: #19A5CC;*/
}
.quiz-nav ul li a.btn-checkbox-checked {
  background: #19a5cc;
}
#main-quiz-blue {
  background: #0a9ac2;
  padding: 93px 0 50px 0;
  margin-top: 25px;
}
#main-quiz-blue h1 {
  font-size: 55px;
  text-align: center;
}
.why-img {
  text-align: center;
  margin-top: 25px;
}
.text-center {
  text-align: center;
}
.score-blue-txt {
  font-size: 30px;
  line-height: 33px;
  color: #013366 !important;
  font-weight: 600;
  margin: 15px 0 25px 0;
  display: block;
}
.thanku-blue-dark {
  color: #013366 !important;
}
.thanku-blue {
  color: #19a5cc !important;
}
.error-text {
  text-align: center;
  color: #ff0000;
}
.arconix-faq-wrap {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 15px 20px !important;
}
.arconix-faq-title {
  font-size: 25px !important;
  padding: 2px 0 2px 30px !important;
  color: #013366;
  font-weight: bold;
}
.arconix-faq-content.faq-open p {
  /* font-size: 18px !important; */
  padding: 10px 0 !important;
}
@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > .range {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 5px 23px;
  }
}
@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .range-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .range-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .range-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .range-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .range-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cell-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cell-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cell-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-sm-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-sm-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .range > .cell-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-sm-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-sm-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-sm-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .range {
    background: #52cff2;
    padding: 25px 30px 35px;
    margin-top: 30px;
  }
  header.quiz-header {
    padding: 100px 25px 65px 25px;
  }
  .quiz-container {
    max-width: 899px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .quiz-container h1,
  #main-quiz-blue h1 {
    font-size: 38px;
    letter-spacing: -2px;
  }
  .intro-row h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .quiz-container p {
    padding: 15px 0;
    margin: 0;
    line-height: 23px;
    font-size: 16px;
    color: #5a5a5a;
  }
  .form-label-outside,
  .form-label-outside.focus,
  .form-label-outside.auto-fill {
    font-size: 18px;
  }
  .quiz-container .button {
    font-size: 16px;
    padding: 14px 30px 17px;
    margin-top: 25px;
  }
  .quiz-nav ul li {
    margin: 0 3px;
  }
  .quiz-nav ul li a {
    font-size: 26px;
    padding: 9px 0 12px 0;
  }
  .why-img img {
    width: 100%;
  }
  #main-quiz-blue {
    padding: 43px 0 10px 0;
  }
  #main-quiz-blue h1 {
    padding-bottom: 15px;
  }
  .score-blue-txt {
    font-size: 20px;
    line-height: 23px;
    margin: 8px 0 20px 0;
    display: block;
  }
  .quiz-container p.score-bot {
    font-size: 14px;
  }
  .arconix-faq-content.faq-open p,
  .arconix-faq-title {
    font-size: 16px !important;
  }
}
