/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.nav .drop > ul, .nav .drop > ul > li ul, .footer-top ul, .footer-bottom .footer-down-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .row:after, .container:after, .detail-block:after, .detail-block .heading:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #454545;
  background: #fff;
  font: 16px/1.7 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 54px; }
  @media (max-width: 1023px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 28px; } }

h2, .h2 {
  font-size: 36px; }
  @media (max-width: 1023px) {
    h2, .h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 34px; }
  @media (max-width: 1023px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 21px; } }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1.2em; }

b,
strong {
  font-weight: 500; }

a {
  color: #0089cf; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #dddfe7;
  padding: 0.4em 1.4em;
  height: 60px;
  border-radius: 5px;
  width: 100%; }
  @media (max-width: 767px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      height: 50px;
      padding: 5px 15px; } }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

.ginput_container_select,
.select-wrap {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddfe7; }
  .ginput_container_select:before,
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #dddfe7 #dddfe7 transparent transparent;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
            transform: rotate(136deg);
    margin-top: -4px; }

.contact-block .gform_wrapper.gf_browser_gecko select {
  padding: 10px 40px 10px 18px; }
  @media (max-width: 767px) {
    .contact-block .gform_wrapper.gf_browser_gecko select {
      padding-left: 10px; } }

select {
  -webkit-border-radius: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  height: 58px;
  padding: 10px 40px 10px 10px;
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  @media (max-width: 767px) {
    select {
      height: 50px; } }
  select::-ms-expand {
    display: none; }

textarea {
  resize: none;
  vertical-align: top;
  height: 191px; }
  @media (max-width: 767px) {
    textarea {
      height: 130px; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.7em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

.row {
  margin: 0 -15px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 30px; } }

a {
  text-decoration: none;
  -webkit-transition: border 0.3s ease, color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
          transition: border 0.3s ease, color 0.3s ease, background 0.3s ease, opacity 0.3s ease; }
  a:hover {
    text-decoration: none;
    color: #364ea2; }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 13px 30px;
  min-width: 180px;
  text-align: center;
  background: #0089cf;
  border-radius: 5px;
  color: #fff;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
  position: relative; }
  .btn:hover {
    background: #00aeef; }
  .btn.btn-disable {
    opacity: 0.3;
    cursor: default; }
  .btn.btn-arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff #fff transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn.btn-border {
    border: 1px solid #0089cf;
    background: transparent;
    box-shadow: none;
    color: #0089cf; }
    .btn.btn-border:hover {
      border-color: #00aeef;
      background: #00aeef;
      color: #fff; }

.section {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .section {
      padding: 50px 0; } }

.show-mobile {
  display: none; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block; } }

.hide-mobile {
  display: block; }
  @media (max-width: 767px) {
    .hide-mobile {
      display: none; } }

.no-paddingtop {
  padding-top: 0 !important; }

.no-paddingbottom {
  padding-bottom: 0 !important; }

#main-inner {
  padding-top: 130px; }
  @media (max-width: 767px) {
    #main-inner {
      padding-top: 71px; } }

.careers-block h1 {
  font-weight: 300;
  color: #364ea2; }

.category-lists-block {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }
  @media (max-width: 767px) {
    .category-lists-block {
      padding: 40px 0; } }

#header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: padding 0.3s ease, background 0.3s ease;
          transition: padding 0.3s ease, background 0.3s ease; }
  @media (max-width: 767px) {
    #header {
      padding: 10px 0; } }
  #header.inner-header {
    background: #fff; }
    #header.inner-header .logo .img-logo {
      display: none !important; }
    #header.inner-header .logo .img-sticky-logo {
      display: block !important; }

.hover .overlay {
  display: block; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none; }

.logo {
  float: left;
  width: 20%;
  text-align: center; }
  @media (max-width: 1199px) {
    .logo {
      width: 23%; } }
  @media (max-width: 1023px) {
    .logo {
      width: 27%;
      margin-left: -8px; } }
  @media (max-width: 767px) {
    .logo {
      width: 100%;
      text-align: left;
      max-width: 215px;
      margin: 0; } }
  .logo .logo-text {
    display: block;
    color: #454545;
    margin: -15px 0 15px;
    font-size: 14px;
    font-family: "DINOT", sans-serif;
    letter-spacing: 0.03em; }
    .home .logo .logo-text {
      color: #fff; }
    @media (max-width: 1199px) {
      .logo .logo-text {
        letter-spacing: 0.01em; } }
    @media (max-width: 1023px) {
      .logo .logo-text {
        font-size: 12px;
        letter-spacing: 0.002em; } }
    @media (max-width: 767px) {
      .logo .logo-text {
        text-align: left;
        margin: 0 0 5px; } }
  .logo .img-sticky-logo {
    display: none; }
  .logo img {
    width: 234px;
    height: 75px;
    -webkit-transition: height 0.3s ease, height 0.3s ease;
            transition: height 0.3s ease, height 0.3s ease; }
    @media (max-width: 767px) {
      .logo img {
        width: 140px;
        height: 45px; } }

.admin-bar #header {
  top: 32px; }
  @media (max-width: 781px) {
    .admin-bar #header {
      top: 46px; } }

.sticky #header {
  background: #fff;
  padding: 10px 0; }

.sticky .logo .logo-text {
  display: none; }

.sticky .logo img {
  width: 218px;
  height: 70px; }
  @media (max-width: 767px) {
    .sticky .logo img {
      width: 140px;
      height: 45px; } }

.sticky .logo .img-logo {
  display: none; }

.sticky .logo .img-sticky-logo {
  display: block; }

.nav {
  float: right;
  width: 75%;
  padding-top: 39px;
  -webkit-transition: padding 0.3s ease;
          transition: padding 0.3s ease; }
  @media (max-width: 1023px) {
    .nav {
      width: 73.6%; } }
  @media (max-width: 767px) {
    .nav {
      float: none;
      width: 100%;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .nav .drop {
      display: none;
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 80px 30px 30px; } }
  .nav .drop > ul {
    text-align: right; }
    @media (max-width: 767px) {
      .nav .drop > ul {
        text-align: left;
        overflow: auto;
        height: calc(100vh - 150px); } }
    .nav .drop > ul > li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin-right: 5px; }
      @media (max-width: 1023px) {
        .nav .drop > ul > li {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .nav .drop > ul > li {
          display: block;
          margin-right: 0; } }
      .nav .drop > ul > li.menu-item-has-children > a {
        padding-right: 22px; }
        @media (max-width: 767px) {
          .nav .drop > ul > li.menu-item-has-children > a {
            padding-right: 0; } }
        .nav .drop > ul > li.menu-item-has-children > a:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 5px;
          border-width: 1px 1px 0 0;
          border-style: solid;
          border-color: #fff #fff transparent transparent;
          width: 6px;
          height: 6px;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          margin-top: -3px;
          -webkit-transition: -webkit-transform 0.3s ease, border 0.3s ease;
                  transition: transform 0.3s ease, border 0.3s ease; }
          @media (max-width: 1023px) {
            .nav .drop > ul > li.menu-item-has-children > a:before {
              margin-top: -5px; } }
          @media (max-width: 767px) {
            .nav .drop > ul > li.menu-item-has-children > a:before {
              display: none !important; } }
      .nav .drop > ul > li.current-menu-ancestor > a {
        color: #0089cf; }
        .nav .drop > ul > li.current-menu-ancestor > a:before {
          border-color: #0089cf #0089cf transparent transparent; }
      .nav .drop > ul > li + li {
        margin-left: 30px; }
        @media (max-width: 1023px) {
          .nav .drop > ul > li + li {
            margin-left: 4px; } }
        @media (max-width: 767px) {
          .nav .drop > ul > li + li {
            margin-left: 0; } }
      @media (min-width: 1025px) {
        .nav .drop > ul > li:hover > a {
          color: #0089cf; }
          .nav .drop > ul > li:hover > a:after {
            visibility: visible; }
          .nav .drop > ul > li:hover > a:before {
            border-color: #0089cf #0089cf transparent transparent; } }
      @media (min-width: 1025px) {
        .nav .drop > ul > li:hover ul {
          display: block; } }
      .nav .drop > ul > li > a {
        color: #fff;
        position: relative;
        display: block;
        letter-spacing: 0.05em; }
        @media (max-width: 767px) {
          .nav .drop > ul > li > a {
            color: #454545;
            padding-right: 0; } }
        .nav .drop > ul > li > a:after {
          content: "";
          position: absolute;
          bottom: -12px;
          left: 0;
          right: 0;
          background: transparent;
          height: 18px;
          visibility: hidden; }
      .nav .drop > ul > li ul {
        position: absolute;
        top: 36px;
        right: -10px;
        border-radius: 5px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        background: #fff;
        padding: 30px;
        width: 280px;
        display: none; }
        @media (max-width: 767px) {
          .nav .drop > ul > li ul {
            display: block;
            position: static;
            padding: 30px 0;
            width: 100%;
            box-shadow: none; } }
        .nav .drop > ul > li ul:before {
          content: "";
          position: absolute;
          top: -9px;
          right: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 9px 8px;
          border-color: transparent transparent #fff transparent; }
        .nav .drop > ul > li ul li {
          text-align: left; }
          .nav .drop > ul > li ul li.current-menu-item a {
            color: #0089cf;
            font-weight: 500; }
          .nav .drop > ul > li ul li + li {
            margin-top: 10px; }
          .nav .drop > ul > li ul li a {
            color: #454545; }
            @media (max-width: 767px) {
              .nav .drop > ul > li ul li a {
                color: #b6bbbe; } }
            .nav .drop > ul > li ul li a:hover {
              color: #0089cf; }

.nav-opener {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 24px;
  height: 18px;
  display: none; }
  @media (max-width: 767px) {
    .nav-opener {
      display: block; } }
  .nav-opener:before, .nav-opener:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 2px; }
  .nav-opener:after {
    top: 5px; }
  .nav-opener span:before, .nav-opener span:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #fff;
    height: 2px; }
  .nav-opener span:after {
    top: 15px; }

.nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 0;
  width: 24px;
  height: 24px;
  display: none; }
  @media (max-width: 767px) {
    .nav-close {
      display: block; } }
  .nav-close:before, .nav-close:after {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #0089cf;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease; }
  .nav-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-close:hover:before, .nav-close:hover:after {
    background: #454545; }

.nav-active {
  overflow: hidden; }
  .nav-active.admin-bar .nav .drop {
    top: 46px; }
  .nav-active .nav .drop {
    display: block; }

.inner-header .nav,
.sticky .nav {
  padding-top: 24px; }
  .inner-header .nav .drop > ul > li.current_page_item > a, .inner-header .nav .drop > ul > li.current-menu-ancestor > a,
  .sticky .nav .drop > ul > li.current_page_item > a,
  .sticky .nav .drop > ul > li.current-menu-ancestor > a {
    color: #0089cf; }
    .inner-header .nav .drop > ul > li.current_page_item > a:before, .inner-header .nav .drop > ul > li.current-menu-ancestor > a:before,
    .sticky .nav .drop > ul > li.current_page_item > a:before,
    .sticky .nav .drop > ul > li.current-menu-ancestor > a:before {
      border-color: #0089cf #0089cf transparent transparent; }
  .inner-header .nav .drop > ul > li > a,
  .sticky .nav .drop > ul > li > a {
    color: #454545; }
    .inner-header .nav .drop > ul > li > a:hover,
    .sticky .nav .drop > ul > li > a:hover {
      color: #0089cf; }
      .inner-header .nav .drop > ul > li > a:hover:before,
      .sticky .nav .drop > ul > li > a:hover:before {
        border-color: #0089cf #0089cf transparent transparent; }
    .inner-header .nav .drop > ul > li > a:before,
    .sticky .nav .drop > ul > li > a:before {
      border-color: #454545 #454545 transparent transparent; }

.inner-header .nav-opener::before,
.inner-header .nav-opener::after, .inner-header .nav-opener span::before, .inner-header .nav-opener span::after,
.sticky .nav-opener::before,
.sticky .nav-opener::after,
.sticky .nav-opener span::before,
.sticky .nav-opener span::after {
  background: #0089cf; }

@media (max-width: 1024px) {
  .hover .nav .drop > ul > li ul {
    display: block; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.banner-block {
  position: relative; }
  .banner-block h1 {
    font-weight: 400; }
  .banner-block .banner-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    padding: 150px 0; }
    @media (max-width: 767px) {
      .banner-block .banner-image {
        padding: 80px 0; } }
    .banner-block .banner-image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .banner-block .banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .banner-block .banner-text .text {
      max-width: 800px;
      margin: 0 auto;
      font-size: 18px; }
    .banner-block .banner-text p {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .banner-block .banner-text p {
          margin-bottom: 20px; } }
  .banner-block .scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
    .banner-block .scroll-down a {
      color: #fff;
      font-size: 11px;
      letter-spacing: 0.05em;
      position: relative;
      padding-bottom: 15px;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease; }
      .banner-block .scroll-down a:before {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 50%;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #fff #fff transparent transparent;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        margin-left: -6px;
        -webkit-transition: border 0.3s ease;
                transition: border 0.3s ease; }
      .banner-block .scroll-down a:hover {
        color: #364ea2; }
        .banner-block .scroll-down a:hover:before {
          border-color: #364ea2 #364ea2 transparent transparent; }
  .banner-block .video-wrap {
    height: 100vh;
    position: relative;
    padding: 150px 0;
    overflow: hidden; }
    .banner-block .video-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(54, 78, 162, 0.77); }
    .banner-block .video-wrap video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%; }

.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 114px 0;
  background-color: #364ea2;
  color: #fff;
  max-width: 1800px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .inner-banner {
      padding: 60px 0; } }
  .inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .inner-banner h1 {
    margin: 0;
    font-weight: 400; }

.sync-slider {
  margin-bottom: 60px; }
  .sync-slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sync-slider .col {
    width: 50%; }
    @media (max-width: 767px) {
      .sync-slider .col {
        width: 100%;
        padding: 0 30px; } }
    .sync-slider .col.col-text {
      padding-left: 5%;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .sync-slider .col.col-text {
          padding-top: 40px; } }
  .sync-slider .text {
    max-width: 470px; }
    .sync-slider .text .h1 {
      font-weight: 300;
      color: #364ea2;
      margin-bottom: 10px; }

.slider-nav-wrap {
  border-top: 4px solid rgba(182, 187, 190, 0.2); }

.sync-slider-nav {
  margin-top: -4px; }
  .sync-slider-nav .slick-list {
    padding-bottom: 30px;
    margin: 0 -15px; }
  .sync-slider-nav .slick-slide {
    padding: 0 15px; }
    .sync-slider-nav .slick-slide.slick-current .slide-wrap {
      box-shadow: 24px 10px 32px rgba(0, 0, 0, 0.1);
      background: #fff; }
      .sync-slider-nav .slick-slide.slick-current .slide-wrap:before {
        background: #364ea2; }
      .sync-slider-nav .slick-slide.slick-current .slide-wrap h3 {
        color: #364ea2; }
  .sync-slider-nav .slide-wrap {
    padding: 30px 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease; }
    .sync-slider-nav .slide-wrap:before {
      content: "";
      height: 4px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: transparent;
      z-index: 1; }
    .sync-slider-nav .slide-wrap h3 {
      font-size: 18px;
      color: #b6bbbe; }

#footer {
  padding: 80px 0;
  color: #b6bbbe; }
  @media (max-width: 767px) {
    #footer {
      padding: 60px 0; } }
  #footer a {
    color: #b6bbbe; }
    #footer a:hover {
      color: #0089cf; }
    #footer a + strong.title {
      margin-top: 25px; }

.footer-top {
  border-bottom: 1px solid rgba(182, 187, 190, 0.33);
  padding-bottom: 60px; }
  .footer-top .col {
    float: left;
    width: 25%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .footer-top .col {
        width: 100%; } }
    @media (max-width: 767px) {
      .footer-top .col + .col {
        margin-top: 10px; } }
  .footer-top .col-accordion .title {
    position: relative; }
    @media (max-width: 767px) {
      .footer-top .col-accordion .title {
        cursor: pointer;
        padding-right: 20px; } }
    @media (min-width: 769px) {
      .footer-top .col-accordion .title {
        pointer-events: none; } }
    @media (max-width: 767px) {
      .footer-top .col-accordion .title:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 1px 1px 0 0;
        border-color: #454545 #454545 transparent transparent;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        margin-top: -6px;
        -webkit-transition: -webkit-transform 0.3s ease;
                transition: transform 0.3s ease; } }
  .footer-top .col-accordion.active .title:before {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .footer-top .col-accordion > ul {
      display: none;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .footer-top .footer-address {
      margin-bottom: 20px; } }
  .footer-top .footer-address p {
    margin-bottom: 0; }
  .footer-top strong.title {
    display: block;
    margin-bottom: 15px;
    color: #454545;
    font-size: 20px; }
    @media (max-width: 767px) {
      .footer-top strong.title {
        font-size: 18px; } }
  .footer-top ul li + li {
    margin-top: 10px; }
  .footer-top ul.social-networks li {
    display: inline-block;
    vertical-align: top; }
    .footer-top ul.social-networks li + li {
      margin: 0 0 0 20px; }
    .footer-top ul.social-networks li img {
      filter: grayscale(100%);
      -webkit-transition: filter 0.3s ease;
              transition: filter 0.3s ease; }
    .footer-top ul.social-networks li a:hover img {
      filter: grayscale(0); }

.footer-bottom {
  padding-top: 40px; }
  @media (max-width: 479px) {
    .footer-bottom {
      font-size: 14px; } }
  .footer-bottom .footer-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 34px; }
    @media (max-width: 479px) {
      .footer-bottom .footer-text {
        margin-right: 24px; } }
    .footer-bottom .footer-text:after {
      content: "";
      position: absolute;
      right: -18px;
      top: 4px;
      height: 16px;
      width: 1px;
      background: #b6bbbe; }
      @media (max-width: 479px) {
        .footer-bottom .footer-text:after {
          height: 14px;
          right: -16px; } }
    .footer-bottom .footer-text p {
      margin-bottom: 0; }
  .footer-bottom .footer-down-menu {
    display: inline-block;
    vertical-align: middle; }
    .footer-bottom .footer-down-menu li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-right: 34px; }
      @media (max-width: 479px) {
        .footer-bottom .footer-down-menu li {
          margin-right: 24px; } }
      .footer-bottom .footer-down-menu li:before {
        content: "";
        position: absolute;
        right: -18px;
        top: 4px;
        height: 16px;
        width: 1px;
        background: #b6bbbe; }
        @media (max-width: 479px) {
          .footer-bottom .footer-down-menu li:before {
            height: 14px;
            right: -16px; } }
      .footer-bottom .footer-down-menu li:last-child {
        margin-right: 0; }
        .footer-bottom .footer-down-menu li:last-child:before {
          display: none; }
      .footer-bottom .footer-down-menu li a {
        color: #b6bbbe; }

.signup-block {
  background: #e3e4e2;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .signup-block {
      padding: 50px 0; } }

.signup-form-block {
  max-width: 570px;
  margin: 0 auto;
  text-align: center; }
  .signup-form-block .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 0.4em 1.4em; }
    @media (max-width: 767px) {
      .signup-form-block .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding: 15px; } }
  .signup-form-block .gform_wrapper .gform_body {
    display: inline-block;
    vertical-align: top;
    width: 47%; }
    @media (max-width: 767px) {
      .signup-form-block .gform_wrapper .gform_body {
        width: 100%;
        margin-bottom: 20px; } }
    .signup-form-block .gform_wrapper .gform_body .gfield_label {
      display: none !important; }
    .signup-form-block .gform_wrapper .gform_body li {
      margin: 0 !important;
      padding-right: 0 !important; }
    .signup-form-block .gform_wrapper .gform_body .ginput_container {
      margin-top: 0 !important; }
    .signup-form-block .gform_wrapper .gform_body input {
      width: 100% !important; }
  .signup-form-block .gform_wrapper .gform_footer {
    width: 47%;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    @media (max-width: 767px) {
      .signup-form-block .gform_wrapper .gform_footer {
        margin: 0;
        width: 100%; } }
  .signup-form-block input[type="email"] {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .signup-form-block .button,
  .signup-form-block .btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 21px 30px;
    background: #0089cf;
    width: 100% !important;
    color: #fff;
    -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease; }
    .signup-form-block .button:hover,
    .signup-form-block .btn:hover {
      background: #00aeef; }
    @media (max-width: 767px) {
      .signup-form-block .button,
      .signup-form-block .btn {
        padding: 15px;
        margin: 0 !important;
        min-height: 0 !important;
        line-height: 1.25em !important; } }

.testimonials-block {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .testimonials-block {
      padding: 50px 0; } }
  .testimonials-block .h1 {
    text-align: center;
    color: #364ea2;
    font-weight: 300; }
  .testimonials-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonials-block .col {
    width: 33.33%;
    padding: 0 15px;
    text-align: center; }
  .testimonials-block .col-wrap {
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    color: rgba(69, 69, 69, 0.8);
    background-color: #fff;
    height: 100%; }
  .testimonials-block .img-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px; }
  .testimonials-block h4 {
    color: #364ea2;
    margin-bottom: 3px;
    font-weight: 400; }
  .testimonials-block .designation {
    display: block;
    margin-bottom: 15px; }
  .testimonials-block .icon-wrap {
    display: inline-block;
    vertical-align: top; }
    .testimonials-block .icon-wrap img {
      filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -webkit-transition: filter 0.3s ease;
              transition: filter 0.3s ease; }
    .testimonials-block .icon-wrap:hover img {
      filter: grayscale(0); }

.hihc-block.right .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    .hihc-block.right .container {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .hihc-block.right .container {
      padding: 0; } }

.hihc-block.right .col.col-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 767px) {
    .hihc-block.right .col.col-image {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  .hihc-block.right .col.col-image .img-wrap {
    width: calc(100% + ((100vw - 290%) / 2));
    text-align: left; }
    @media (max-width: 767px) {
      .hihc-block.right .col.col-image .img-wrap {
        width: 100%; } }
  .hihc-block.right .col.col-image img {
    width: 100%; }

.hihc-block.right .col.col-text {
  padding-left: 0;
  padding-right: 5%; }
  @media (max-width: 767px) {
    .hihc-block.right .col.col-text {
      padding: 40px 30px 0; } }

.hihc-block .container {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 767px) {
  .hihc-block .col {
    padding: 0 30px; } }

.hihc-block .col.col-image {
  width: 35%; }
  @media (max-width: 767px) {
    .hihc-block .col.col-image {
      width: 100%; } }
  .hihc-block .col.col-image .img-wrap {
    text-align: right; }
    @media (max-width: 767px) {
      .hihc-block .col.col-image .img-wrap {
        text-align: left; } }
  .hihc-block .col.col-image img {
    max-width: 320px; }
    @media (max-width: 1023px) {
      .hihc-block .col.col-image img {
        width: 100%; } }

.hihc-block .col.col-text {
  width: 65%;
  padding-left: 5%;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .hihc-block .col.col-text {
      width: 100%;
      padding-top: 40px;
      padding-left: 30px; } }

.hihc-block .text {
  max-width: 770px; }
  @media (max-width: 1599px) {
    .hihc-block .text {
      max-width: 710px; } }
  .hihc-block .text .h1 {
    font-weight: 300;
    color: #364ea2;
    margin-bottom: 20px; }

.three-cols-with-icon-block {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .three-cols-with-icon-block {
      padding: 50px 0; } }
  .three-cols-with-icon-block .h1 {
    text-align: center;
    color: #364ea2;
    font-weight: 300; }
  .three-cols-with-icon-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .three-cols-with-icon-block .col {
    width: 33.33%;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .three-cols-with-icon-block .col {
        width: 100%; } }
    @media (max-width: 767px) {
      .three-cols-with-icon-block .col + .col {
        margin-top: 30px; } }
  .three-cols-with-icon-block .col-wrap {
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    color: rgba(69, 69, 69, 0.8);
    background-color: #fff;
    height: 100%; }
    .three-cols-with-icon-block .col-wrap p {
      margin-bottom: 0; }
  .three-cols-with-icon-block h3 {
    margin-bottom: 15px;
    font-size: 20px; }
  .three-cols-with-icon-block .icon-wrap {
    display: inline-block;
    vertical-align: top;
    min-height: 88px;
    max-width: 180px;
    margin-bottom: 40px;
    white-space: nowrap; }
    .three-cols-with-icon-block .icon-wrap:after {
      content: "";
      height: 88px;
      display: inline-block;
      vertical-align: middle; }
    .three-cols-with-icon-block .icon-wrap img {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }

.breadcrumbs-block {
  padding: 30px 0;
  color: rgba(69, 69, 69, 0.8); }
  @media (max-width: 767px) {
    .breadcrumbs-block {
      padding: 15px 0; } }
  .breadcrumbs-block a {
    color: #b6bbbe; }
    .breadcrumbs-block a:hover {
      color: #77ad43; }

.popup-active {
  overflow: hidden; }

section.popup,
div.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap; }
  section.popup:after,
  div.popup:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: 100%; }
  section.popup .popup-wrap,
  div.popup .popup-wrap {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    margin: 15px 0; }
    @media (max-width: 479px) {
      section.popup .popup-wrap,
      div.popup .popup-wrap {
        width: 100%; } }
  section.popup .popup-content,
  div.popup .popup-content {
    padding: 60px;
    position: relative;
    background: #364ea2;
    border-radius: 5px;
    color: #fff;
    max-width: 770px;
    min-height: 240px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      section.popup .popup-content,
      div.popup .popup-content {
        padding: 40px 30px; } }
    @media (max-width: 479px) {
      section.popup .popup-content,
      div.popup .popup-content {
        padding: 40px 15px; } }
    section.popup .popup-content:after,
    div.popup .popup-content:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 240px; }
  section.popup .text,
  div.popup .text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  section.popup .popup-close,
  div.popup .popup-close {
    position: absolute;
    top: 27px;
    right: 25px;
    font-size: 0;
    width: 24px;
    height: 24px; }
    @media (max-width: 767px) {
      section.popup .popup-close,
      div.popup .popup-close {
        height: 20px;
        width: 20px;
        top: 15px;
        right: 15px; } }
    section.popup .popup-close:hover:before, section.popup .popup-close:hover:after,
    div.popup .popup-close:hover:before,
    div.popup .popup-close:hover:after {
      background: #77ad43; }
    section.popup .popup-close:before, section.popup .popup-close:after,
    div.popup .popup-close:before,
    div.popup .popup-close:after {
      content: "";
      background: #fff;
      position: absolute;
      top: 0;
      left: 9px;
      width: 2px;
      height: 24px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: background 0.3s ease;
              transition: background 0.3s ease; }
      @media (max-width: 767px) {
        section.popup .popup-close:before, section.popup .popup-close:after,
        div.popup .popup-close:before,
        div.popup .popup-close:after {
          left: 8px;
          width: 2px;
          height: 20px; } }
    section.popup .popup-close:after,
    div.popup .popup-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.faq-block h2 {
  font-weight: 300;
  color: #364ea2; }

.faq-lists {
  background: #fff;
  border-radius: 5px; }

.faq-list {
  border-radius: 5px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease; }
  .faq-list:first-child .slide {
    display: block; }
  .faq-list + .faq-list {
    border-top: 1px solid rgba(182, 187, 190, 0.33); }
  .faq-list h3 {
    font-size: 30px;
    font-weight: 400;
    color: #364ea2;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 59px 105px 59px 60px;
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
    @media (max-width: 1199px) {
      .faq-list h3 {
        padding: 35px 105px 35px 60px; } }
    @media (max-width: 1023px) {
      .faq-list h3 {
        padding: 30px 80px 30px 30px;
        font-size: 26px; } }
    @media (max-width: 767px) {
      .faq-list h3 {
        font-size: 22px; } }
    @media (max-width: 479px) {
      .faq-list h3 {
        font-size: 20px;
        padding: 20px 50px 20px 20px; } }
    .faq-list h3:before, .faq-list h3:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 67px;
      width: 12px;
      height: 2px;
      background: #fff;
      margin-top: -1px;
      -webkit-transition: background 0.3s ease,opacity 0.3s ease;
              transition: background 0.3s ease,opacity 0.3s ease; }
      @media (max-width: 1023px) {
        .faq-list h3:before, .faq-list h3:after {
          right: 38px; } }
      @media (max-width: 479px) {
        .faq-list h3:before, .faq-list h3:after {
          width: 10px;
          right: 21px; } }
    .faq-list h3:before {
      z-index: 1; }
    .faq-list h3:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .faq-list h3 span.circle {
      position: absolute;
      top: 50%;
      right: 58px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: block;
      background: #364ea2;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 1023px) {
        .faq-list h3 span.circle {
          width: 28px;
          height: 28px;
          right: 30px; } }
      @media (max-width: 479px) {
        .faq-list h3 span.circle {
          width: 24px;
          height: 24px;
          right: 14px; } }
  .faq-list:hover, .faq-list.active {
    background: #364ea2;
    color: #fff; }
    .faq-list:hover h3, .faq-list.active h3 {
      color: #fff; }
      .faq-list:hover h3:before, .faq-list:hover h3:after, .faq-list.active h3:before, .faq-list.active h3:after {
        background: #364ea2; }
      .faq-list:hover h3 span.circle, .faq-list.active h3 span.circle {
        background: #fff; }
  .faq-list.active h3:after {
    opacity: 0; }
  .faq-list .slide {
    display: none;
    padding: 0 105px 30px 60px;
    line-height: 1.9;
    margin-top: -36px; }
    @media (max-width: 1199px) {
      .faq-list .slide {
        margin-top: 0; } }
    @media (max-width: 1023px) {
      .faq-list .slide {
        padding: 0 80px 10px 30px;
        line-height: 1.5; } }
    @media (max-width: 479px) {
      .faq-list .slide {
        padding: 0 50px 10px 20px; } }

.contact-block {
  background: #fff; }
  .contact-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-block .h1 {
    color: #364ea2;
    font-weight: 300; }
  .contact-block .col.col1 {
    width: 45%;
    padding-right: 5%; }
    @media (max-width: 767px) {
      .contact-block .col.col1 {
        width: 100%;
        padding-right: 0; } }
  .contact-block .col.col2 {
    width: 55%; }
    @media (max-width: 767px) {
      .contact-block .col.col2 {
        width: 100%;
        padding-top: 40px; } }
    .contact-block .col.col2 .img-wrap {
      width: calc(100% + ((100vw - 184%) / 2)); }
      @media (max-width: 767px) {
        .contact-block .col.col2 .img-wrap {
          width: 100%; } }
      .contact-block .col.col2 .img-wrap img {
        width: 100%; }
  .contact-block .col .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-block .gform_wrapper textarea,
  .contact-block .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 0.4em 1.4em;
    background: transparent; }
    @media (max-width: 767px) {
      .contact-block .gform_wrapper textarea,
      .contact-block .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding: 15px; } }
    .contact-block .gform_wrapper textarea:focus,
    .contact-block .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .contact-block .gform_wrapper .gform_body {
      margin-bottom: 20px; } }
  .contact-block .gform_wrapper .gform_body li {
    margin: 0 0 30px !important;
    padding-right: 0 !important; }
    .contact-block .gform_wrapper .gform_body li.gfield.gfield_error {
      margin: 0 0 30px !important; }
  .contact-block .gform_wrapper .gform_body .ginput_container {
    margin-top: 0 !important; }
  .contact-block .gform_wrapper .gform_body input {
    width: 100% !important; }
  .contact-block .gform_wrapper .top_label .gfield_label, .contact-block .gform_wrapper legend.gfield_label {
    font-weight: 500;
    margin-bottom: 10px;
    color: #454545 !important; }
  .contact-block .gform_wrapper .gform_footer {
    width: 47%;
    padding: 0; }
    @media (max-width: 767px) {
      .contact-block .gform_wrapper .gform_footer {
        margin: 0;
        width: 100%; } }
  .contact-block .button,
  .contact-block .btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 21px 30px;
    background: #0089cf;
    width: 100% !important;
    color: #fff;
    -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease; }
    .contact-block .button:hover,
    .contact-block .btn:hover {
      background: #00aeef; }
    @media (max-width: 767px) {
      .contact-block .button,
      .contact-block .btn {
        padding: 15px;
        margin: 0 !important;
        min-height: 0 !important;
        line-height: 1.25em !important; } }

.contact-address-block {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .contact-address-block {
      padding-top: 30px; } }
  .contact-address-block h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .contact-address-block .col {
    padding: 0 15px;
    width: 50%; }
    @media (max-width: 767px) {
      .contact-address-block .col {
        width: 100%; } }
    @media (max-width: 767px) {
      .contact-address-block .col + .col {
        margin-top: 30px; } }
  .contact-address-block a {
    color: #454545;
    text-decoration: underline; }
    .contact-address-block a:hover {
      text-decoration: none; }

.insights-block .h1 {
  color: #364ea2;
  font-weight: 300; }

.insight-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .insight-lists .insight-list {
    padding: 0 15px;
    width: 33.33%;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .insight-lists .insight-list {
        width: 50%; } }
    @media (max-width: 767px) {
      .insight-lists .insight-list {
        width: 100%; } }
    .insight-lists .insight-list:nth-child(even) .insight-list-wrap {
      background: #102269;
      color: #fff; }
      .insight-lists .insight-list:nth-child(even) .insight-list-wrap .tags a {
        color: #fff; }
        .insight-lists .insight-list:nth-child(even) .insight-list-wrap .tags a:hover {
          color: #0089cf; }
      .insight-lists .insight-list:nth-child(even) .insight-list-wrap .h4 a {
        color: #fff; }
        .insight-lists .insight-list:nth-child(even) .insight-list-wrap .h4 a:hover {
          color: #0089cf; }
  .insight-lists .insight-list-wrap {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1199px) {
      .insight-lists .insight-list-wrap {
        padding: 30px; } }
    .insight-lists .insight-list-wrap .tags a {
      color: #454545; }
      .insight-lists .insight-list-wrap .tags a:hover {
        color: #0089cf; }
  .insight-lists .h4 a {
    color: #454545; }
    .insight-lists .h4 a:hover {
      color: #0089cf; }
  .insight-lists .btn {
    width: 100%;
    text-align: left;
    border: 1px solid #0089cf;
    background: #fff;
    color: #0089cf;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .insight-lists .btn.btn-arrow:after {
      position: absolute;
      top: 20px;
      right: 28px;
      border-color: #0089cf #0089cf transparent transparent; }
    .insight-lists .btn:hover {
      opacity: 0.7; }

.detail-block {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }
  @media (max-width: 767px) {
    .detail-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .detail-block .heading {
      padding: 0 30px; } }
  .detail-block .heading .heading-wrap {
    float: right;
    width: 60.3%; }
    @media (max-width: 767px) {
      .detail-block .heading .heading-wrap {
        width: 100%; } }
  .detail-block .h1 {
    color: #364ea2;
    font-weight: 300;
    margin-bottom: 20px;
    max-width: 710px; }
    @media (max-width: 1199px) {
      .detail-block .h1 {
        max-width: 675px; } }
  .detail-block .tags {
    margin-bottom: 15px;
    display: block; }
    .detail-block .tags a {
      color: #454545; }
      .detail-block .tags a:hover {
        color: #77ad43; }

.detail-image {
  float: left;
  width: 40%;
  padding-right: 5%; }
  @media (max-width: 767px) {
    .detail-image {
      width: 100%;
      padding: 0 30px;
      margin-bottom: 30px; } }

.detail-content {
  float: right;
  width: 60%;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .detail-content {
      width: 100%;
      padding-left: 30px; } }

.detail-content-wrap {
  max-width: 772px; }
  @media (max-width: 1599px) {
    .detail-content-wrap {
      max-width: 710px; } }
  @media (max-width: 1199px) {
    .detail-content-wrap {
      max-width: 675px; } }

.our-team-block {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .our-team-block {
      padding: 50px 0; } }
  .our-team-block .h1 {
    color: #364ea2;
    font-weight: 300; }
  .our-team-block .our-team-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px; }
  .our-team-block .our-team-list {
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .our-team-block .our-team-list {
        width: 50%; } }
    @media (max-width: 767px) {
      .our-team-block .our-team-list {
        width: 100%; } }
  .our-team-block .our-team-list-wrap {
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    color: rgba(69, 69, 69, 0.8);
    background-color: #fff;
    height: 100%; }
  .our-team-block .img-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px; }
  .our-team-block .h4 {
    color: #364ea2;
    margin-bottom: 3px;
    font-weight: 400; }
  .our-team-block .designation {
    display: block;
    margin-bottom: 15px; }
  .our-team-block .icon-wrap {
    display: inline-block;
    vertical-align: top; }
    .our-team-block .icon-wrap img {
      filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -webkit-transition: filter 0.3s ease;
              transition: filter 0.3s ease; }
    .our-team-block .icon-wrap:hover img {
      filter: grayscale(0); }

#map-canvas {
  min-height: 600px; }
  @media (max-width: 767px) {
    #map-canvas {
      min-height: 350px; } }

.gform_wrapper div.validation_error {
  display: none; }

.gform_wrapper li.gfield.gfield_error {
  border: none !important;
  padding: 0 !important;
  background: none !important; }

.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none !important;
  border-bottom: 2px solid #f00 !important; }

.gform_wrapper .validation_message {
  display: none; }

.gform_wrapper .gform_footer {
  position: relative; }
  .gform_wrapper .gform_footer img {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.gform_confirmation_message {
  color: #454545; }

.signup-block .gform_confirmation_message {
  color: #fff; }

.wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 21px 30px !important; }

.error404.admin-bar {
  margin-top: -30px; }

.error-404-wrap {
  max-width: 1750px;
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .error-404-wrap .container {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; }
    .error-404-wrap .container:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }

.not-found {
  text-align: center;
  color: #364ea2;
  padding: 200px 0;
  height: 100vh; }
  @media (max-width: 767px) {
    .not-found {
      padding: 80px 0; } }
  .not-found h1 {
    font-size: 220px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .not-found h1 {
        font-size: 80px; } }
  .not-found h2 {
    font-size: 60px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .not-found h2 {
        font-size: 24px; } }
  .not-found .text {
    margin-top: -60px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: normal; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.flexible-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right; }
/*# sourceMappingURL=main.css.map */

.YouTubePopUp-Close {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: -36px !important;
    margin: auto 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}