/*! 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; 

    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; }

/**
 * 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-area .nav, .nav-area .links, .banner-slider .slick-dots, .who-we-work .work-slider .slick-dots, #footer .list, .socialnetworks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix: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: #666;
  background: #fff;
  font: 16px/1.2 "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 350px;
  -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: bold;
  line-height: 1;
  margin: 0 0 15px;
  color: #07237e; }

h1, .h1 {
  font-size: 25px; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  font-size: 22px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 28px; } }

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  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;
  box-sizing: border-box;
  width: 100%; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  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: #666; }
  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: #666; }
  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: #666; }
  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: #666; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #666; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

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

#header {
  border-top: 5px solid #07237e;
  position: relative;
  background: #fff; }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  #header .logo {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.nav-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .nav-active .nav-area {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media (max-width: 991px) {
    .nav-area {
      position: fixed;
      top: 5px;
      right: 0;
      bottom: 0;
      width: 300px;
      overflow: auto;
      padding: 80px 20px 20px;
      display: block;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      -webkit-transform: translateX(110%);
          -ms-transform: translateX(110%);
              transform: translateX(110%);
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      z-index: 9; } }
  @media (max-width: 767px) {
    .nav-area {
      width: 100%; } }
  .nav-area .nav {
    display: block;
    font-weight: 700;
    padding-top: 0; }
    @media (min-width: 992px) {
      .nav-area .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding-top: 10px; } }
    .nav-area .nav li {
      margin: 0 0 10px; }
      @media (min-width: 992px) {
        .nav-area .nav li {
          padding-left: 30px;
          margin: 0; } }
      @media (min-width: 1200px) {
        .nav-area .nav li {
          padding-left: 50px; } }
      .nav-area .nav li.active a:before {
        opacity: 1;
        width: 100%; }
      .nav-area .nav li:nth-child(2) a:before {
        background: #2caec3; }
      .nav-area .nav li:nth-child(3) a:before {
        background: #2bac93; }
      .nav-area .nav li:nth-child(4) a:before {
        background: #2aaa64; }
    .nav-area .nav a {
      display: inline-block;
      vertical-align: top;
      color: #07237e;
      text-decoration: none;
      position: relative;
      padding-bottom: 10px; }
      .nav-area .nav a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        content: '';
        background: #2cb0e0;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        opacity: 0;
        width: 0; }
      .nav-area .nav a:hover:before {
        width: 100%;
        opacity: 1; }
  .nav-area .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    padding-top: 10px; }
    @media (min-width: 992px) {
      .nav-area .links {
        padding-top: 10px;
        padding-left: 40px; } }
    .nav-area .links li {
      margin: 0 10px 10px 0; }
      @media (min-width: 992px) {
        .nav-area .links li {
          margin: 0 0 10px 10px; } }
    .nav-area .links a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #07237e;
      text-decoration: none;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .nav-area .links a.login {
        margin-right: 15px; }
        .nav-area .links a.login .icon-holder {
          margin: 0 10px 0 0; }
      .nav-area .links a:hover {
        color: #2aaa64; }
        .nav-area .links a:hover .icon-holder {
          -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
          border-color: #2aaa64; }
    .nav-area .links .icon-holder {
      width: 25px;
      height: 25px;
      border-radius: 100%;
      border: 1px solid #07237e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .nav-area .links .icon-facebook {
      padding-top: 1px; }

.nav-opener {
  position: relative;
  width: 35px;
  height: 40px;
  z-index: 99; }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #07237e;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 30%; }
  .nav-opener:after {
    top: 70%; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-active .nav-opener:hover {
    opacity: .9; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?w8g01g");
  src: url("../fonts/icomoon.eot?w8g01g#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?w8g01g") format("truetype"), url("../fonts/icomoon.woff?w8g01g") format("woff"), url("../fonts/icomoon.svg?w8g01g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user-o:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-facebook-f:before {
  content: "\e903"; }

.btn {
  display: inline-block;
  vertical-align: top;
  min-width: 160px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: 0;
  background: #2cb0e0;
  border: 1px solid #2cb0e0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }
  .btn:hover {
    background: #fff;
    color: #2cb0e0; }

body.nav-active {
  overflow: hidden; }

#wrapper {
  position: relative;
  overflow: hidden; }

#main {
  margin: 0 0 25px; }
  .home #main {
    margin-bottom: 0; }

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.input-box {
  margin-bottom: 20px; }
  .input-box label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #666; }

.form-control {
  width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #666;
  background: #fff; }
  .form-control.input-error {
    border-color: #f00 !important; }

textarea.form-control {
  height: 140px; }

/* custom-select-styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 10px;
  border: 1px solid #666;
  background: #fff;
  margin: 0;
  min-width: 100%;
  height: 40px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 40px;
  margin: 0 35px 0 15px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .jcf-select .jcf-select-opener:before {
    content: "\e905";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 1;
    color: #2cb0e0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #666; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select-options-styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 18px;
  font-size: 14px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 8px 15px;
  color: #666;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.banner-slider {
  position: relative;
  overflow: hidden; }
  .banner-slider .slide-holder {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .banner-slider .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 75px 5px; }
    @media (min-width: 768px) {
      .banner-slider .holder {
        font-size: 20px;
        padding: 130px 10px; } }
    @media (min-width: 992px) {
      .banner-slider .holder {
        height: calc(100vh - 90px);
        padding: 0; } }
  .banner-slider .textblock {
    max-width: 700px;
    color: #9bdbf3; }
  .banner-slider h1 {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .banner-slider h1 {
        font-size: 50px;
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .banner-slider h1 {
        font-size: 55px; } }
    @media (min-width: 1200px) {
      .banner-slider h1 {
        font-size: 72px;
        margin-bottom: 40px; } }
  .banner-slider .slick-dots {
    position: absolute;
    max-width: 1170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 0 20px; }
    .banner-slider .slick-dots li {
      margin-left: 10px; }
      .banner-slider .slick-dots li.slick-active button {
        border-color: #fff; }
        .banner-slider .slick-dots li.slick-active button:after {
          border-color: #fff; }
        .banner-slider .slick-dots li.slick-active button:before {
          opacity: 1; }
    .banner-slider .slick-dots button {
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 100%;
      border: 1px solid #64bd98;
      text-indent: -9999px;
      overflow: hidden;
      padding: 0;
      background: none;
      position: relative;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      box-shadow: 0 0 8px #000; }
      .banner-slider .slick-dots button:hover {
        border-color: #fff; }
        .banner-slider .slick-dots button:hover:after {
          border-color: #fff; }
        .banner-slider .slick-dots button:hover:before {
          opacity: 1; }
      .banner-slider .slick-dots button:after {
        position: absolute;
        border: 1px solid #64bd98;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 100%;
        content: '';
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear; }
      .banner-slider .slick-dots button:before {
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 100%;
        content: '';
        opacity: 0; }

.visual {
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .visual {
      height: 250px;
      margin-bottom: 35px; } }
  @media (min-width: 992px) {
    .visual {
      height: 290px;
      margin-bottom: 45px; } }
  .visual:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: -webkit-linear-gradient(left, #2cb0e0 0%, #2baea4 39%, #2aaa64 100%);
    background: linear-gradient(to right, #2cb0e0 0%, #2baea4 39%, #2aaa64 100%); }
  .visual .textblock {
    max-width: 700px;
    color: #9bdbf3; }
    @media (min-width: 992px) {
      .visual .textblock {
        margin-bottom: -5px; } }
  .visual h1 {
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 9; }
    @media (min-width: 768px) {
      .visual h1 {
        font-size: 55px; } }
    @media (min-width: 992px) {
      .visual h1 {
        font-size: 72px; } }
    .visual h1:only-child {
      margin-bottom: 0; }

.services {
  position: relative; }
  .services:before {
    background: -webkit-linear-gradient(left, #2cb0e0 0%, #2aaa64 100%);
    background: linear-gradient(to right, #2cb0e0 0%, #2aaa64 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 5px; }
  .services .heaer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 40px; }
    .services .heaer h1 {
      margin: 0;
      padding-right: 60px; }
    .services .heaer .view {
      position: absolute;
      top: 0;
      right: 0;
      color: #2cb0e0;
      text-decoration: underline;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .services .heaer .view:hover {
        color: #2cb0e0; }
  .services a.view {
    color: #2cb0e0; }
  .services .container {
    padding-top: 42px;
    padding-bottom: 22px; }
  @media (min-width: 768px) {
    .services .four-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .services .col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.35; }
    @media (min-width: 768px) {
      .services .col {
        width: 50%;
        margin: 0 0 20px; } }
    @media (min-width: 992px) {
      .services .col {
        width: 23%; } }
  .services .img {
    margin-bottom: 20px; }
    .services .img img {
      display: block;
      margin: 0 auto; }
  .services .title {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2cb0e0; }
    .services .title.light-blue {
      color: #2caec3; }
    .services .title.green {
      color: #2bac93; }
    .services .title.dark-green {
      color: #2aaa64; }

.find-out-what {
  position: relative;
  padding: 35px 0;
  font-size: 14px;
  line-height: 18px;
  background: #f6f8f9; }
  @media (min-width: 992px) {
    .find-out-what {
      padding: 50px 0; } }
  .find-out-what .container {
    text-align: center; }
    @media (min-width: 992px) {
      .find-out-what .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left; } }
  @media (min-width: 992px) {
    .find-out-what .text-box {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 20px 0 0; } }

.who-we-work {
  position: relative;
  width: 100%;
  padding: 30px 0 15px; }
  @media (min-width: 768px) {
    .who-we-work {
      padding: 30px 0; } }
  .who-we-work .header {
    width: 100%;
    margin-bottom: 30px; }
    .who-we-work .header h2:only-chlid {
      margin-bottom: 0; }
  .who-we-work .work-slider {
    margin: 0 -15px;
    padding-bottom: 56px; }
    @media (min-width: 768px) {
      .who-we-work .work-slider {
        padding-bottom: 46px; } }
    @media (min-width: 992px) {
      .who-we-work .work-slider {
        padding: 0; } }
    .who-we-work .work-slider .slick-dots {
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .who-we-work .work-slider .slick-dots {
          -webkit-box-pack: inherit;
              -ms-flex-pack: inherit;
                  justify-content: inherit; } }
      @media (min-width: 992px) {
        .who-we-work .work-slider .slick-dots {
          top: -55px;
          right: 15px;
          bottom: auto;
          left: auto;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
      .who-we-work .work-slider .slick-dots:before {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        right: 10px;
        height: 1px;
        background: #70b5e6;
        z-index: -1; }
        @media (min-width: 768px) {
          .who-we-work .work-slider .slick-dots:before {
            display: block; } }
      .who-we-work .work-slider .slick-dots li {
        padding: 3px; }
        @media (min-width: 768px) {
          .who-we-work .work-slider .slick-dots li {
            padding: 0 5px; } }
        .who-we-work .work-slider .slick-dots li.slick-active button {
          border-color: #65c28e; }
          .who-we-work .work-slider .slick-dots li.slick-active button:before {
            background: -webkit-linear-gradient(top, #65c28e 0%, #6eb7d9 100%);
            background: linear-gradient(to bottom, #65c28e 0%, #6eb7d9 100%); }
      .who-we-work .work-slider .slick-dots button {
        width: 15px;
        height: 15px;
        display: block;
        border-radius: 100%;
        border: 1px solid #bbb;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0;
        background: #fff;
        position: relative;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear; }
        .who-we-work .work-slider .slick-dots button:hover {
          border-color: #65c28e; }
          .who-we-work .work-slider .slick-dots button:hover:before {
            background: -webkit-linear-gradient(top, #65c28e 0%, #6eb7d9 100%);
            background: linear-gradient(to bottom, #65c28e 0%, #6eb7d9 100%); }
        .who-we-work .work-slider .slick-dots button:before {
          -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
          position: absolute;
          top: 1px;
          left: 1px;
          background: #bbb;
          width: 11px;
          height: 11px;
          border-radius: 100%;
          content: ''; }
    .who-we-work .work-slider .slide {
      width: calc(33.33% - 30px);
      margin: 0 15px; }
      .who-we-work .work-slider .slide.overlay-blue .column:before {
        /*background: #2cb0e0;*/ }
      .who-we-work .work-slider .slide.overlay-keppel .column:before {
     /*   background: #31b2b0;*/ }
      .who-we-work .work-slider .slide.overlay-green .column:before {
      /*  background: #2aaa64;*/ }
  .who-we-work .column {
    width: 100%;
    height: 220px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
    .who-we-work .column:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /*background: #2cb0e0;*/
      opacity: 0.7;
      z-index: -1; }
    .who-we-work .column img {
      display: block;
      max-width: 100%;
      height: auto; }

.quotes-section {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background: #f6f8f9; }
  .quotes-section .slider {
    position: relative; }
    .quotes-section .slider .slide {
      width: 100%; }
  .quotes-section .header {
    width: 100%;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .quotes-section .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 992px) {
    .quotes-section .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .quotes-section .row:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }
    @media (min-width: 768px) {
      .quotes-section .row:nth-child(odd) .text-box {
        padding-left: 50px; } }
  .quotes-section .row .img-box {
    width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      .quotes-section .row .img-box {
        width: 50%; } }
    .quotes-section .row .img-box.indent {
      position: relative;
      margin: -40px 0 0;
      width: 55%; }
  .quotes-section .row .text-box {
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .quotes-section .row .text-box {
        width: 50%;
        padding: 0 30px 20px 0; } }
    .quotes-section .row .text-box.align-self-start {
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start; }
  .quotes-section .row blockquote {
    margin: 0;
    padding: 0; }
  .quotes-section .row q {
    display: block;
    quotes: none;
    position: relative;
    margin-bottom: 15px; }
    .quotes-section .row q:before, .quotes-section .row q:after {
      display: inline-block;
      vertical-align: top;
      content: "";
      width: 28px;
      height: 21px;
      margin: -11px 10px 0 0;
      background: url(../images/quote-img1.png) no-repeat; }
    .quotes-section .row q:after {
      margin: 0 0 0 10px;
      background: url(../images/quote-img2.png); }
  .quotes-section .row .subtitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #2cb0e0;
    margin: 0 0 40px; }

.form-insight {
  width: 100%;
  padding: 25px 0;
  color: #fff;
  background: #07237e; }
  .form-insight .container {
    text-align: center; }
    @media (min-width: 992px) {
      .form-insight .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .form-insight h2 {
    margin: 0 0 20px;
    color: #fff; }
    @media (min-width: 992px) {
      .form-insight h2 {
        margin: 0 50px; } }
  .form-insight form {
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .form-insight form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 992px) {
      .form-insight form {
        max-width: inherit; } }
  .form-insight .input-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .form-insight .input-box {
        padding: 0 20px 0 0;
        margin-bottom: 0; } }
  .form-insight .form-control {
    color: #fff;
    border-color: #2cb0e0;
    background: #07237e; }
    .form-insight .form-control::-webkit-input-placeholder {
      color: #fff; }
    .form-insight .form-control::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .form-insight .form-control:-moz-placeholder {
      color: #fff; }
    .form-insight .form-control:-ms-input-placeholder {
      color: #fff; }
    .form-insight .form-control.placeholder {
      color: #fff; }
    .form-insight .form-control:focus {
      border-color: #fff; }
  .form-insight .btn {
    min-width: 120px; }

.text-section {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px; }

/* Page Contact */
.contact-section {
  position: relative; }
  @media (min-width: 992px) {
    .contact-section .text-section {
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 768px) {
    .contact-section .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .contact-section .thanks {
    color: #000;
    display: none; }
  .contact-section .contact-form {
    max-width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .contact-section .contact-form {
        max-width: 550px;
        padding: 0 30px 0 0; } }
    @media (min-width: 1200px) {
      .contact-section .contact-form {
        max-width: 675px; } }
    .contact-section .contact-form.success .thanks {
      display: block; }
  .contact-section .img-box {
    display: none;
    width: 40.5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .contact-section .img-box {
        display: block; } }

.contact-form {
  width: 100%; }

/* services-page */
.services-section {
  position: relative; }
  .services-section .text-box {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px; }

.info-cols {
  position: relative; }
  .info-cols .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .info-cols .holder {
        position: relative; } }
  .info-cols .col {
    width: 50%;
    padding: 0 15px;
    position: relative; }
    @media (min-width: 600px) {
      .info-cols .col {
        padding: 0 30px; } }
    @media (min-width: 768px) {
      .info-cols .col {
        width: 25%;
        padding: 0 10px;
        position: static; } }
    .info-cols .col:nth-child(2) .opener {
      color: #2caec3; }
      .info-cols .col:nth-child(2) .opener:after {
        border-bottom: 15px solid #2caec3; }
    .info-cols .col:nth-child(2) .slide-content {
      border-color: #2caec3; }
      @media (max-width: 767px) {
        .info-cols .col:nth-child(2) .slide-content {
          right: auto;
          left: -100%; } }
    .info-cols .col:nth-child(3) .opener {
      color: #2bac93; }
      .info-cols .col:nth-child(3) .opener:after {
        border-bottom: 15px solid #2bac93; }
    .info-cols .col:nth-child(3) .slide-content {
      border-color: #2bac93; }
    .info-cols .col:nth-child(4) .opener {
      color: #2aaa64; }
      .info-cols .col:nth-child(4) .opener:after {
        border-bottom: 15px solid #2aaa64; }
    .info-cols .col:nth-child(4) .slide-content {
      border-color: #2aaa64; }
      @media (max-width: 767px) {
        .info-cols .col:nth-child(4) .slide-content {
          right: auto;
          left: -100%; } }
    .info-cols .col.active {
      padding-bottom: 180px; }
      @media (min-width: 600px) {
        .info-cols .col.active {
          padding-bottom: 125px; } }
      @media (min-width: 768px) {
        .info-cols .col.active {
          padding-bottom: 110px; } }
      .info-cols .col.active .slide-content {
        opacity: 1 !important; }
      .info-cols .col.active .opener:after, .info-cols .col.active .opener:before {
        visibility: visible;
        opacity: 1; }
  .info-cols .opener {
    display: block;
    text-decoration: none;
    color: #2cb0e0;
    position: relative;
    margin-bottom: 15px;
    z-index: 9; }
    .info-cols .opener:hover .img {
      opacity: 0.9; }
    .info-cols .opener:after, .info-cols .opener:before {
      opacity: 0;
      visibility: hidden;
      content: "";
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #2cb0e0; }
    .info-cols .opener:before {
      border-bottom: 15px solid #f6f8f9;
      bottom: -29px;
      z-index: 9; }
  .info-cols .img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px; }
    @media (min-width: 992px) {
      .info-cols .img {
        width: 115px;
        height: 115px; } }
    .info-cols .img img {
      display: block;
      width: 100%;
      height: auto; }
  .info-cols .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .info-cols .slide-content {
    overflow: auto;
    position: absolute;
    left: 0;
    right: -100%;
    bottom: 15px;
    height: 155px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
    padding: 15px;
    border: 3px solid #2cb0e0;
    border-radius: 10px;
    background: #f6f8f9;
    opacity: 0 !important; }
    @media (min-width: 600px) {
      .info-cols .slide-content {
        height: 100px; } }
    @media (min-width: 768px) {
      .info-cols .slide-content {
        width: 100%;
        bottom: 0;
        right: auto; } }
    @media (min-width: 1200px) {
      .info-cols .slide-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .info-cols .slide-content p {
      margin-bottom: 5px; }
      .info-cols .slide-content p:only-child {
        margin-bottom: 0; }

/* About-Us Page */
.aboutus-section {
  position: relative; }

.twocolumns {
  position: relative;
  font-size: 14px;
  line-height: 20px; }
  .twocolumns .row {
    padding: 0 0 15px; }
    @media (min-width: 768px) {
      .twocolumns .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 0; } }
    @media (min-width: 768px) {
      .twocolumns .row:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: inherit;
                flex-direction: inherit; }
        .twocolumns .row:nth-child(odd) .text-box {
          padding-left: 30px; } }
    .twocolumns .row .img-box {
      width: 100%;
      min-height: 300px;
      margin-bottom: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (min-width: 768px) {
        .twocolumns .row .img-box {
          width: 50%;
          min-height: 350px;
          margin-bottom: 0; } }
    .twocolumns .row .text-box {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .twocolumns .row .text-box {
          width: 50%;
          padding: 0 30px 0 0; } }

.slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .slider-wrap {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: inherit;
              flex-flow: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
      margin-bottom: 50px; } }

.news-slider {
  width: 100%;
  padding: 30px 20px;
  background: #f6f8f9; }
  @media (min-width: 768px) {
    .news-slider {
      width: 55%;
      padding: 30px 50px 30px 20px;
      margin: 0 -30px 0 0; } }
  @media (min-width: 992px) {
    .news-slider {
      padding: 40px 100px 40px 40px;
      margin: 0 -60px 0 0; } }
  @media (min-width: 1200px) {
    .news-slider {
      width: 48%; } }
  .news-slider .slick-list {
    padding-bottom: 60px !important; }
  .news-slider .slick-slide {
    padding-left: 12px;
    border: 0 !important; }
  .news-slider .text-box {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 15px 25px;
    border-left: 1px solid #2cb0e0; }
    @media (min-width: 992px) {
      .news-slider .text-box {
        padding: 0 0 15px 40px; } }
    .news-slider .text-box:before, .news-slider .text-box:after {
      content: "";
      position: absolute;
      top: 0;
      left: -8px;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      border: 1px solid #6bbbbc;
      background: #f6f8f9; }
    .news-slider .text-box:after {
      left: -6px;
      top: 2px;
      width: 11px;
      height: 11px;
      border: 0;
      background: -webkit-linear-gradient(top, #70b5e5 0%, #64c389 100%);
      background: linear-gradient(to bottom, #70b5e5 0%, #64c389 100%); }
  .news-slider .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 13px; }
  .news-slider .box {
    text-align: center; }
    .news-slider .box .title {
      display: block;
      margin-bottom: 10px;
      color: #4b7773;
      background: -webkit-linear-gradient(right, #70b5e6, #64c389);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .news-slider .img-scroll {
    width: 23px;
    margin: 0 auto; }

.img-slider {
  width: 100%; }
  @media (min-width: 768px) {
    .img-slider {
      width: 48%; } }
  @media (min-width: 1200px) {
    .img-slider {
      width: 53%; } }
  .img-slider .slide {
    width: 100%; }
  .img-slider .img-box {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 576px) {
      .img-slider .img-box {
        height: 350px; } }
    @media (min-width: 768px) {
      .img-slider .img-box {
        height: 400px; } }
    @media (min-width: 992px) {
      .img-slider .img-box {
        height: 350px; } }

/*********/
/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  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; }

#footer {
  position: relative;
  font-size: 14px;
  list-style: 20px; }
  #footer h3, #footer h4 {
    margin-bottom: 10px; }
  #footer .container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      #footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 35px;
        padding-bottom: 35px; } }
    #footer .container:before {
      content: "";
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      height: 2px;
      background: #07237e; }
    .home #footer .container:before {
      display: none; }
    #footer .container .text-box {
      text-align: center; }
      @media (min-width: 1200px) {
        #footer .container .text-box {
          padding-bottom: 20px; } }
  #footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer .list {
        margin-right: -20px; } }
    #footer .list li {
      padding: 0 10px 15px;
      position: relative; }
      #footer .list li:first-child:before {
        display: none; }
      #footer .list li:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 1px;
        height: 12px;
        background: #666; }
      #footer .list li a {
        display: block;
        color: #666;
        text-decoration: none;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear; }
        #footer .list li a:hover {
          color: #2cb0e0; }
  #footer .f-holder {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      #footer .f-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 992px) {
      #footer .f-holder {
        padding: 0 10px 0 0;
        margin-left: -15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    #footer .f-holder .col {
      padding: 0 0 20px; }
      @media (min-width: 768px) {
        #footer .f-holder .col {
          padding: 0 15px; } }
  #footer .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px; }
  #footer .footer-nav {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    min-width: 106px; }
    #footer .footer-nav li {
      margin-bottom: 5px; }
    #footer .footer-nav a {
      color: #666;
      text-decoration: none;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #footer .footer-nav a:hover {
        color: #2cb0e0; }

.socialnetworks li {
  margin-bottom: 5px; }

.socialnetworks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }
  .socialnetworks a:hover {
    color: #2aaa64; }
    .socialnetworks a:hover .icon-holder {
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      border-color: #2aaa64; }

.socialnetworks .icon-holder {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #69bdb1;
  margin-right: 10px;
  color: #69bdb1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
/*# sourceMappingURL=main.css.map */