@charset "UTF-8";
/*-------------------------------------
*  1. Reset CSS
*-------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  margin-bottom: 30px; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

textarea {
  margin-bottom: 45px; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/*-----------------------------------
 *  BASE
 *-----------------------------------*/
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #666;
  margin: 0;
  word-break: break-word; }

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2; }

h2 {
  font-size: 34px;
  font-weight: 300; }

h3 {
  font-size: 28px;
  font-weight: 300; }

h4 {
  font-size: 24px;
  font-weight: 300; }

h5 {
  font-size: 20px;
  font-weight: 300; }

h6 {
  font-size: 18px;
  font-weight: 300; }

h1, h2, h3 {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  color: #293068; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin-top: 0;
  margin-bottom: 1.2em; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 21px; } }

img {
  max-width: 100%;
  height: auto; }

ul {
  padding: 0;
  list-style: none; }

ol {
  padding-left: 20px; }

.sidebar li {
  list-style: none;
  margin-bottom: 15px; }
  .sidebar li.menu-item {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px; }
    .sidebar li.menu-item a.nav-link {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .sidebar li {
      margin-bottom: 5px; } }

hr {
  border: none;
  border-top: solid 1px #ddd; }

a {
  color: #293068;
  text-decoration: none;
  -o-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out; }

a:hover {
  color: #56b13d;
  transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms  ease-in-out; }

input[type=text],
input[type=email],
input[type=date],
textarea,
select,
.form-control {
  font-size: 14px;
  color: #877777;
  background-color: transparent;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  padding: 10px 10px;
  width: 100%; }

input[type=submit].wpcf7-submit {
  color: #FFF;
  background-color: #293068;
  border: 2px solid #293068;
  width: 100%;
  display: block; }
  input[type=submit].wpcf7-submit:hover {
    background-color: #259b24;
    border-color: #259b24;
    color: #FFF; }

label {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #293068; }

input[type=date] {
  padding: 5px 10px; }

.form-wrapper .form-group {
  margin-bottom: 0; }
  .form-wrapper .form-group button {
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
    padding: 6px; }

.contact-form-wrapper h5 {
  color: #65b22e;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase; }
  .contact-form-wrapper h5:first-of-type {
    line-height: 1; }
.contact-form-wrapper .wpcf7 textarea {
  margin-bottom: 30px; }
@media screen and (min-width: 992px) {
  .contact-form-wrapper .wpcf7 {
    max-width: 90%; } }

.direction-popup {
  position: fixed;
  padding: 25px;
  bottom: 5%;
  right: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  z-index: 999; }
  .direction-popup.show {
    opacity: 1;
    visibility: visible;
    right: 50px;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out; }
  .direction-popup span {
    display: block; }
    .direction-popup span.direct {
      color: #271a59;
      font-size: 16px;
      line-height: 26px;
      font-weight: 300;
      margin-bottom: 20px; }
    .direction-popup span.small {
      font-size: 13px;
      font-weight: 300;
      color: #b9b9b9;
      padding-left: 5px; }

.select-box-wrapper {
  display: block;
  position: relative; }
  .select-box-wrapper select:hover {
    cursor: pointer; }

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
  width: 100%; }
  .select-box__current {
    position: relative;
    cursor: pointer;
    outline: none; }
    .select-box__current:focus + .select-box__list {
      opacity: 1;
      animation-name: none; }
      .select-box__current:focus + .select-box__list .select-box__option {
        cursor: pointer; }
    .select-box__current:focus .select-box__icon {
      transform: translateY(-50%) rotate(180deg); }
  .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 1;
    transition: 0.2s ease; }
  .select-box__value {
    display: flex; }
  .select-box__input {
    display: none; }
    .select-box__input:checked + .select-box__input-text {
      display: block; }
  .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #FFF; }
  .select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    background-color: #FFF;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 999; }
  .select-box__option {
    display: block;
    padding: 15px;
    background-color: transparent; }
    .select-box__option:hover, .select-box__option:focus {
      color: #546c84;
      background-color: #fbfbfb; }

.custom-select {
  width: 100px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(../images/icons/arrow-down.svg) no-repeat right white;
  background-size: 40px 17px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  padding: 5px; }
  .custom-select:focus, .custom-select:active {
    outline: none;
    box-shadow: none; }

@keyframes HideList {
  from {
    transform: scaleY(1); }
  to {
    transform: scaleY(0); } }
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #a3adb9;
  font-size: 14px;
  font-weight: 300; }

input:focus {
  outline: none; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-image: url("../images/icons/calendar.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 27px;
  padding-right: 35px;
  width: 20px;
  height: 20px;
  border-width: thin; }

#wrapper {
  overflow: hidden; }

#wrapper__inner {
  transform: translateX(0px);
  transition: all 0.3s;
  opacity: 1; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

/*-----------------------------------
 *  GENERAL
 *-----------------------------------*/
/* buttons */
.button,
.btn, input[type=submit] {
  background-color: #56b13d;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 50px;
  display: inline-block;
  transition: all 0.3s;
  position: relative; }
  .button.second,
  .btn.second, input[type=submit].second {
    background-color: #FFF;
    color: #56b13d;
    padding: 20px 55px; }
  .button.wider,
  .btn.wider, input[type=submit].wider {
    padding: 20px 50px; }

input[type=submit] {
  padding: 10px 20px;
  border: none; }

.button:hover,
.btn:hover {
  color: #FFF;
  background-color: #293068;
  text-decoration: none; }

.button--block {
  display: block;
  text-align: center;
  width: 100%; }

.button--block---left {
  display: block;
  text-align: left;
  width: 100%; }

.button--fill {
  background: #222;
  border-color: transparent;
  color: #fff; }

.button--outline {
  background: none;
  border-color: #222;
  color: #222; }

.button-hover--fill:hover {
  background: #222;
  border-color: transparent !important;
  color: #fff; }

.button-hover--outline:hover {
  background: none !important;
  border-color: #222;
  color: #222; }

.button--fill.button--1 {
  background: #222; }

.button--fill.button--2 {
  background: #444; }

.button--fill.button--3 {
  background: #ddd;
  color: #222; }

.button--outline.button--1 {
  border-color: #222;
  color: #222; }

.button--outline.button--2 {
  border-color: #444;
  color: #222; }

.button--outline.button--3 {
  border-color: #ddd;
  color: #222; }

.button-hover--fill.button-hover--1:hover {
  background: #222; }

.button-hover--fill.button-hover--2:hover {
  background: #444; }

.button-hover--fill.button-hover--3:hover {
  background: #ddd;
  color: #222; }

.button-hover--outline.button-hover--1:hover {
  border-color: #222;
  color: #222; }

.button-hover--outline.button-hover--2:hover {
  border-color: #444;
  color: #222; }

.button-hover--outline.button-hover--3:hover {
  border-color: #ddd;
  color: #222; }

.button--small {
  padding: 5px 21px; }

.button--large {
  padding: 13px 40px; }

/* fade/load images*/
.image-to-load img {
  opacity: 0;
  transition: all 0.3s; }

.image-to-load.loaded > img {
  opacity: 1; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/*-------------------------------------
 *  Globaly used classes
 *-------------------------------------*/
/* clear floating */
.clear {
  clear: left; }

/* hide overflow */
.hideoverflow {
  overflow: hidden; }

/* full height */
.fullheight {
  height: 100%; }

/* text aligning */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

/* vertical centering */
.valign-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* position centering */
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* floating */
.no-float {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* text case transform */
.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/* font-style */
.italic {
  font-style: italic; }

.noitalic {
  font-style: normal; }

/* disable text selection */
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.bgimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.padding-x1 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-x2 {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-x3 {
  padding-top: 120px;
  padding-bottom: 120px; }

.padding-title {
  padding-bottom: 40px; }

.margin-title {
  margin-bottom: 40px; }

span.bigger {
  display: block;
  color: #293068;
  font-size: 18px;
  margin-bottom: 50px; }

span.bigger.mb-0 {
  margin-bottom: 0px; }

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #74bb43;
  margin-bottom: 15px;
  margin-top: 30px; }
  h4:first-of-type {
    font-size: 24px;
    color: #293068;
    margin-top: 0; }

/*-------------------------------------
 *  WP BASICS
 *-------------------------------------*/
.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 20px !important; }

.gallery-caption {
  margin: 0 4px 8px; }

.bypostauthor {
  border-top: none;
  background: #d4d4d4;
  border-radius: 10px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin: 9px 0 20px 28px; }

.alignleft {
  float: left;
  margin: 9px 28px 20px 0; }

.aligncenter {
  display: block;
  margin: 9px auto 20px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@media screen and (max-width: 768px) {
  nav .button-wrapper {
    display: none; } }
#header-search {
  display: none; }

@media screen and (min-width: 769px) {
  .mobile-navigation {
    display: none; }

  #header-search {
    display: block;
    margin-left: 50px;
    position: relative; } }
#header-search-mobile {
  display: none;
  transition: unset; }
  @media screen and (max-width: 768px) {
    #header-search-mobile {
      display: inline-block;
      top: 37%;
      position: absolute;
      transform: translateY(-50%);
      right: 40px; } }

@media screen and (max-width: 768px) {
  .navbar {
    padding: 20px 0; }
    .navbar .navbar-header {
      padding: .5rem 1rem;
      width: 100%; } }
@media screen and (max-width: 991px) {
  .navbar-header, .navbar-inner-wrapper {
    width: 100%;
    text-align: center; }

  .navbar-nav .menu-item .nav-link {
    padding: 20px; } }
@media screen and (max-width: 991px) {
  .navbar-top {
    display: none; } }

.navbar-top-outer {
  display: none;
  width: 100%;
  margin: 0 10px;
  border-bottom: 2px solid #293068;
  position: relative; }
  .navbar-top-outer .navbar-top-list li {
    display: inline-block; }
  @media screen and (max-width: 991px) {
    .navbar-top-outer {
      display: block; } }

.header-top {
  font-family: "Open Sans", sans-serif; }
  @media screen and (max-width: 768px) {
    .header-top {
      display: none; } }

@media screen and (min-width: 769px) {
  .mobile-only {
    display: none; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 769px) {
    .desktop-only {
      display: block; } }

@media screen and (min-width: 769px) {
  #header {
    margin-top: 4px; }
    #header .header-top {
      position: relative;
      top: 20px;
      text-align: right;
      margin-bottom: 14px; }
      #header .header-top li {
        display: inline-block; }
        #header .header-top li a {
          font-size: 13px;
          color: #999;
          padding-left: 15px;
          padding-right: 15px;
          border-right: 1px solid #999; }
        #header .header-top li:last-of-type a {
          padding-right: 0;
          border-right: unset; }

  .navbar-row {
    width: 100%; }

  .navbar {
    padding: 0; }
    .navbar.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background-color: #FFF;
      border-bottom: 1px solid #dddddd; }

  .navbar-wrapper {
    padding: 15px 0 10px 0;
    width: 100%; }

  .navbar-top .navbar-top-list {
    text-align: right;
    position: relative;
    top: 15px; } }
@media screen and (min-width: 1199px) {
  .navbar {
    padding-left: 100px;
    padding-right: 100px; } }
.navbar-top-list li {
  display: inline-block;
  margin-left: 15px; }
  @media screen and (min-width: 992px) {
    .navbar-top-list li {
      margin-left: 40px; } }
  .navbar-top-list li:first-of-type {
    margin-left: 0; }
  .navbar-top-list li a {
    color: #0f3183;
    font-weight: 600;
    text-transform: uppercase; }
    .navbar-top-list li a:hover {
      text-decoration: none;
      color: #cc1b3f; }

@media screen and (min-width: 992px) {
  #header .nav {
    position: relative;
    bottom: -30px; } }
@media screen and (min-width: 769px) {
  .navbar-nav .menu-item-has-children > a, .navbar-nav .menu-item-has-children-custom > a {
    position: relative; }
    .navbar-nav .menu-item-has-children > a::before, .navbar-nav .menu-item-has-children-custom > a::before {
      content: "";
      background-image: url("../images/icons/arrow-down.svg");
      background-position: center;
      background-repeat: no-repeat;
      width: 13px;
      height: 9px;
      position: absolute;
      top: 50%;
      right: -20px;
      margin-left: 5px; }
  .navbar-nav .menu-item-has-children .sub-menu, .navbar-nav .menu-item-has-children-custom .sub-menu {
    display: none; }
    .navbar-nav .menu-item-has-children .sub-menu li, .navbar-nav .menu-item-has-children-custom .sub-menu li {
      text-align: left; } }
@media screen and (min-width: 769px) {
  .navbar-nav .menu-item-has-children:hover .sub-menu, .navbar-nav .menu-item-has-children-custom:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: #f5f5f3;
    z-index: 99999999999; } }
.navbar-nav .custom-sub-menu {
  display: none; }
@media screen and (min-width: 769px) {
  .navbar-nav .menu-item:hover .custom-sub-menu {
    display: block;
    position: absolute;
    max-width: 1780px;
    margin: 0 auto; } }
.navbar-nav > .menu-item {
  padding-left: 25px;
  padding-right: 25px; }
  .navbar-nav > .menu-item:hover a {
    color: #6d7d90; }
  .navbar-nav > .menu-item.current-menu-item > .nav-link {
    font-weight: 400;
    position: relative; }
    @media screen and (min-width: 992px) {
      .navbar-nav > .menu-item.current-menu-item > .nav-link:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 4px;
        background-color: #60b747; } }
  .navbar-nav > .menu-item:last-of-type {
    /* border: 1px solid $primary-color; */ }
    @media screen and (min-width: 769px) {
      .navbar-nav > .menu-item:last-of-type {
        padding-right: 0px; }
        .navbar-nav > .menu-item:last-of-type a {
          padding-right: 0; } }
  @media screen and (min-width: 769px) {
    .navbar-nav > .menu-item:first-of-type {
      padding-left: 0px; }
      .navbar-nav > .menu-item:first-of-type a {
        padding-left: 0; } }
  .navbar-nav > .menu-item .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important; }
.navbar-nav .sub-menu, .navbar-nav .custom-sub-menu {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03), 0 15px 30px rgba(0, 0, 0, 0.03); }
  .navbar-nav .sub-menu .menu-item, .navbar-nav .custom-sub-menu .menu-item {
    padding: 20px 50px 20px 15px; }
    .navbar-nav .sub-menu .menu-item .nav-link, .navbar-nav .custom-sub-menu .menu-item .nav-link {
      padding: 0;
      color: #293068; }
    .navbar-nav .sub-menu .menu-item.current-menu-item .nav-link, .navbar-nav .custom-sub-menu .menu-item.current-menu-item .nav-link {
      font-weight: 600; }
    .navbar-nav .sub-menu .menu-item:last-of-type, .navbar-nav .custom-sub-menu .menu-item:last-of-type {
      border-bottom: unset; }
.navbar-nav .custom-sub-menu {
  box-shadow: none; }
.navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  padding: 36px 0 28px 0; }
  .navbar-nav .nav-link:hover {
    color: #293068; }

@media screen and (max-width: 768px) {
  .navbar-expand-md .navbar-nav {
    padding-bottom: 20px; } }
.navbar-expand-md .navbar-nav li {
  padding-left: 20px;
  padding-right: 20px; }
  .navbar-expand-md .navbar-nav li .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important; }

@media screen and (max-width: 991px) {
  .navbar-brand {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-right: 0; }
    .navbar-brand img.main-logo {
      width: 55%;
      height: auto; }
    .navbar-brand .secondary-logo {
      margin-left: 20px;
      width: 25%; }

  .mobile-plus {
    display: none; } }
@media screen and (min-width: 992px) {
  .navbar-brand {
    padding-left: 0 !important;
    width: 200px; }

  .navbar-brand .secondary-logo {
    margin-left: 20px; }

  .navbar .container {
    position: relative; }

  .navbar .nav-button {
    position: absolute;
    right: 0; }

  .mobile-under {
    display: none; } }
@media screen and (max-width: 991px) {
  .mobile-navigation {
    width: 100%;
    position: relative;
    top: 22px; }
    .mobile-navigation .form-control {
      padding: 30px;
      background-image: url("../images/icons/search-icon.png");
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: right 9px center; } }
@media screen and (max-width: 1369px) {
  .container-custom {
    max-width: 100%; } }
@media screen and (min-width: 1370px) {
  .container-custom {
    max-width: 90%; } }
@media screen and (min-width: 1890px) {
  .container-custom {
    max-width: 1900px; } }

@media screen and (max-width: 991px) {
  .navbar-nav .menu-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
    text-transform: none; }
    .navbar-nav .menu-item.current-menu-item a {
      font-weight: 700; }
    .navbar-nav .menu-item .nav-link {
      border-bottom: 1px solid #FFF !important; }
    .navbar-nav .menu-item a {
      color: #FFF !important;
      padding-bottom: 20px; }
  .navbar-nav > .menu-item {
    text-transform: uppercase;
    background-color: #293068; }
    .navbar-nav > .menu-item .nav-link {
      border-bottom: 1px solid #FFF !important; } }
@media screen and (max-width: 768px) {
  .navbar-nav .menu-item-has-children {
    position: relative; }
    .navbar-nav .menu-item-has-children .sub-menu {
      display: none;
      margin: 0; }
      .navbar-nav .menu-item-has-children .sub-menu > li {
        padding: 0; }
    .navbar-nav .menu-item-has-children.active > .nav-link:after {
      background-color: #56b13d;
      transform: translateY(-50%) rotate(0); }
    .navbar-nav .menu-item-has-children.active > .nav-link {
      border-bottom: unset !important;
      background-color: #1e1545;
      color: #56b13d !important;
      border-bottom-color: #56b13d !important; }
    .navbar-nav .menu-item-has-children.active > .sub-menu {
      display: block;
      padding: 10px 20px 10px 20px;
      background-color: #1e1545;
      border-bottom: 1px solid #7b7792 !important; }
      .navbar-nav .menu-item-has-children.active > .sub-menu .menu-item {
        border-bottom: unset !important; }
      .navbar-nav .menu-item-has-children.active > .sub-menu .nav-link {
        font-size: 14px;
        line-height: 1.6;
        border-bottom: unset !important;
        padding: 0 !important;
        padding-bottom: 20px !important; }
        .navbar-nav .menu-item-has-children.active > .sub-menu .nav-link:hover {
          color: #293068; }
    .navbar-nav .menu-item-has-children > .nav-link {
      position: relative; }
      .navbar-nav .menu-item-has-children > .nav-link:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        float: right;
        -webkit-mask: url(../images/icons/nav-arrow-down.svg) no-repeat 50% 50%;
        mask: url(../images/icons/nav-arrow-down.svg) no-repeat 50% 50%;
        background-color: white;
        -webkit-mask-size: cover;
        mask-size: cover;
        width: 15px;
        height: 15px;
        transform: translateY(-50%) rotate(-90deg);
        color: #fff; }
    .navbar-nav .menu-item-has-children.show-subitems > .nav-link:after {
      content: '\f077'; }
    .navbar-nav .menu-item-has-children.show-subitems > .sub-menu {
      visibility: visible;
      opacity: 1;
      height: auto;
      -o-transition: 0ms ease-in-out;
      -ms-transition: 0ms ease-in-out;
      -moz-transition: 0ms ease-in-out;
      -webkit-transition: 0ms ease-in-out; } }

.navbar-toggle {
  position: absolute;
  right: 0;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background-color: #303133; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }

@media screen and (min-width: 992px) {
  .navbar-toggle {
    display: none; } }
.custom-link {
  color: #aa0038;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 5px; }
  .custom-link:hover {
    text-decoration: none; }
  .custom-link:before {
    content: '\f054';
    font-size: 15px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: relative;
    left: -5px;
    top: -1px; }

.custom-link-wrapper {
  margin-bottom: 70px; }

.read-more {
  font-size: 14px;
  text-decoration: underline;
  color: #cc1b3f; }

/* Header search */
/* Search */
.search-holder {
  display: none;
  background-color: rgba(41, 48, 104, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%; }

.close-search {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  cursor: pointer; }

.close-search img {
  width: 40px;
  display: block; }

.form-control.search {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 30px 40px;
  font-size: 22px;
  color: #293068;
  /* border-radius: 30px; */
  border: none; }

footer {
  padding: 90px 0 25px 0;
  background-color: #1e1545;
  color: #FFF; }
  footer p, footer a {
    color: #FFF;
    font-weight: 300;
    line-height: 26px; }
    footer p:hover, footer a:hover {
      text-decoration: none; }
  footer li {
    list-style-type: none; }
    footer li .widgettitle {
      font-size: 24px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 20px;
      position: relative; }
      footer li .widgettitle:before {
        content: "";
        position: absolute;
        width: 3px;
        top: 0;
        left: -15px;
        height: 100%;
        background-color: #90c66a; }
  footer .footer-logo img {
    margin-top: 8px;
    margin-left: 13px; }
  footer .logo-image {
    width: 150px;
    height: 120px; }
  footer .logo-image div {
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    float: left; }
  footer .logo-image div span {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    background: #71c258;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  footer .logo-image div.big-circle span {
    top: 9px;
    left: 9px;
    height: 12px;
    width: 12px; }
  footer .logo-image div.small-circle:hover span {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 10px; }
  footer .logo-image div.big-circle:hover span {
    width: 20px;
    height: 20px;
    left: 5px;
    top: 5px; }
  footer .site-title {
    color: #71c258;
    font-weight: 300;
    text-align: center; }
  footer .nav-link {
    padding: 0;
    padding-bottom: 0;
    line-height: 26px; }
  footer .copyright {
    font-size: 12px;
    display: block;
    padding-top: 25px;
    text-align: center;
    color: #646078;
    border-top: 1px solid #433874; }
  footer .footer-top {
    margin-bottom: 40px; }

.page-title {
  height: 420px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 85px; }

@media screen and (max-width: 768px) {
  .home .page-content .two-col:first-of-type {
    padding-top: 25px !important; } }

#home {
  position: relative; }
  #home .home-slider .slide {
    height: 630px;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media screen and (max-width: 1600px) {
      #home .home-slider .slide {
        height: 550px; } }
  #home .bottom-links {
    position: absolute;
    bottom: 50px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      #home .bottom-links {
        bottom: 0; } }
    #home .bottom-links .container-fluid {
      max-width: 1400px;
      position: relative; }
    @media screen and (min-width: 1199px) {
      #home .bottom-links .bottom-links-inner {
        padding-left: 100px;
        padding-right: 100px; } }
    #home .bottom-links .bottom-links-inner .col {
      position: relative; }
      @media screen and (max-width: 991px) {
        #home .bottom-links .bottom-links-inner .col {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 10px; }
          #home .bottom-links .bottom-links-inner .col:after {
            content: '';
            -webkit-mask: url(../images/icons/arrow-down.svg) no-repeat 50% 50%;
            mask: url(../images/icons/arrow-down.svg) no-repeat 50% 50%;
            background-color: white;
            -webkit-mask-size: cover;
            mask-size: cover;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 20px;
            right: 30px; }
          #home .bottom-links .bottom-links-inner .col > a {
            padding-top: 15px !important;
            padding-bottom: 15px !important; } }
      @media screen and (min-width: 1199px) {
        #home .bottom-links .bottom-links-inner .col {
          padding-right: 5px;
          padding-left: 5px; } }
      #home .bottom-links .bottom-links-inner .col > a {
        font-size: 13px;
        line-height: 1;
        padding-top: 35px;
        padding-bottom: 35px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        background-color: rgba(113, 194, 88, 0.9);
        color: #fff; }
        #home .bottom-links .bottom-links-inner .col > a:hover {
          text-decoration: none;
          background-color: rgba(39, 27, 91, 0.9); }
      #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper {
        display: none;
        padding-right: 5px;
        padding-left: 5px; }
        @media screen and (max-width: 991px) {
          #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper.active {
            display: block;
            position: absolute;
            background-color: #71c258;
            z-index: 999;
            padding: 20px 10px; }
            #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper.active li {
              padding-bottom: 17px; } }
        #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper .sub-menu li {
          padding-bottom: 7px;
          position: relative; }
          #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper .sub-menu li:last-of-type {
            padding-bottom: 0; }
          #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper .sub-menu li:before {
            content: "";
            border-color: transparent #FFF;
            border-style: solid;
            border-width: 0.35em 0 0.35em 0.45em;
            height: 0;
            width: 0;
            left: -1em;
            margin-left: 10px;
            position: relative;
            display: inline-block;
            top: -1px; }
          #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper .sub-menu li:hover:before {
            border-color: transparent #56b13d; }
          #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper .sub-menu li a {
            color: #FFF; }
            #home .bottom-links .bottom-links-inner .col .sub-menu-wrapper .sub-menu li a:hover {
              color: #56b13d;
              text-decoration: none; }
      #home .bottom-links .bottom-links-inner .col:hover .sub-menu-wrapper {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        display: block;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 991px) {
          #home .bottom-links .bottom-links-inner .col:hover .sub-menu-wrapper {
            position: absolute;
            top: calc( 100% + 10px );
            bottom: unset;
            left: 10px;
            right: 10px;
            display: block;
            width: calc( 100% - 20px );
            z-index: 9999; } }
        #home .bottom-links .bottom-links-inner .col:hover .sub-menu-wrapper .sub-menu {
          position: relative;
          bottom: 10px;
          background-color: rgba(39, 27, 91, 0.9);
          padding: 30px 25px; }

.special-title {
  font-weight: 300;
  text-transform: uppercase; }
  .special-title.bottom {
    position: relative;
    display: inline-block; }
    .special-title.bottom:after {
      content: "";
      position: absolute;
      background-color: #65b22e;
      height: 3px;
      width: 30%;
      left: 0;
      bottom: -15px; }
  .special-title.left {
    position: relative;
    display: inline-block;
    padding: 20px 0; }
    .special-title.left:after {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      height: 100%;
      width: 2px;
      background-color: #90c66a; }
  .special-title span {
    font-weight: 800; }

.dark {
  color: #FFF; }
  .dark .special-title {
    color: #FFF; }
    .dark .special-title.left:after {
      content: unset; }
    .dark .special-title span {
      color: #74bb43; }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark span, .dark a {
    color: #FFF; }

.countries-list {
  font-size: 16px;
  font-weight: 300;
  display: inline-grid;
  width: 32%;
  padding-left: 0 !important; }
  .countries-list li {
    margin-bottom: 15px;
    list-style-type: none; }

#page-slider-container {
  background-color: #f3f3f3;
  padding-top: 110px; }
  #page-slider-container .page-slider-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 1500px) {
      #page-slider-container .page-slider-wrapper {
        max-width: 1400px; } }
  #page-slider-container .slider-top {
    text-align: center;
    margin-bottom: 60px; }
    #page-slider-container .slider-top .slider-title-wrapper, #page-slider-container .slider-top .slider-nav {
      display: inline-block; }
    #page-slider-container .slider-top .slider-title-wrapper {
      margin-right: 200px; }
    #page-slider-container .slider-top .slider-nav a {
      margin: 0 15px; }
  #page-slider-container .page-slider {
    overflow: hidden;
    /* the parent */ }
    #page-slider-container .page-slider .slide {
      position: relative; }
      #page-slider-container .page-slider .slide .content-wrapper {
        max-width: 89%;
        position: relative;
        top: -100px;
        margin-left: auto;
        background-color: #FFF;
        padding: 40px;
        -o-transition: 1000ms ease-in-out;
        -ms-transition: 1000ms ease-in-out;
        -moz-transition: 1000ms ease-in-out;
        -webkit-transition: 1000ms ease-in-out; }
        #page-slider-container .page-slider .slide .content-wrapper h4 {
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          text-transform: uppercase;
          color: #56bb3a;
          margin-bottom: 30px; }
        #page-slider-container .page-slider .slide .content-wrapper p {
          font-size: 16px;
          line-height: 24px;
          color: #100249; }
      #page-slider-container .page-slider .slide.slick-center .content-wrapper {
        top: -200px;
        background-color: #100249;
        -o-transition: 1000ms ease-in-out;
        -ms-transition: 1000ms ease-in-out;
        -moz-transition: 1000ms ease-in-out;
        -webkit-transition: 1000ms ease-in-out; }
        #page-slider-container .page-slider .slide.slick-center .content-wrapper p {
          color: #FFF; }
    #page-slider-container .page-slider .slick-slide {
      margin: 0 40px; }
    #page-slider-container .page-slider .slick-list {
      margin: 0 -40px; }

#progress-slider-container {
  background-color: #201758;
  padding: 115px 0 90px 0; }
  #progress-slider-container .progress-slider-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 1500px) {
      #progress-slider-container .progress-slider-wrapper {
        max-width: 1400px; } }
  #progress-slider-container .progress-slider {
    overflow: hidden;
    /* the parent */ }
    #progress-slider-container .progress-slider h4 {
      font-size: 22px;
      font-weight: 500;
      color: rgba(116, 187, 67, 0.5);
      text-transform: uppercase;
      -o-transition: 1000ms ease-in-out;
      -ms-transition: 1000ms ease-in-out;
      -moz-transition: 1000ms ease-in-out;
      -webkit-transition: 1000ms ease-in-out; }
    #progress-slider-container .progress-slider p {
      color: rgba(255, 255, 255, 0.5);
      -o-transition: 1000ms ease-in-out;
      -ms-transition: 1000ms ease-in-out;
      -moz-transition: 1000ms ease-in-out;
      -webkit-transition: 1000ms ease-in-out; }
    #progress-slider-container .progress-slider .slide.slick-center h4 {
      color: #74bb43;
      -o-transition: 1000ms ease-in-out;
      -ms-transition: 1000ms ease-in-out;
      -moz-transition: 1000ms ease-in-out;
      -webkit-transition: 1000ms ease-in-out; }
    #progress-slider-container .progress-slider .slide.slick-center p {
      color: #FFF;
      -o-transition: 1000ms ease-in-out;
      -ms-transition: 1000ms ease-in-out;
      -moz-transition: 1000ms ease-in-out;
      -webkit-transition: 1000ms ease-in-out;
      position: relative;
      width: auto; }
    #progress-slider-container .progress-slider .slick-slide {
      margin: 0 40px; }
    #progress-slider-container .progress-slider .slick-list {
      margin: 0 -40px; }
  #progress-slider-container .slider-top {
    margin-bottom: 60px;
    display: flex; }
    #progress-slider-container .slider-top .slider-title-wrapper {
      width: calc(100% - 150px); }
      #progress-slider-container .slider-top .slider-title-wrapper h3 {
        color: #fff; }
        #progress-slider-container .slider-top .slider-title-wrapper h3.center {
          position: relative;
          overflow: hidden; }
        #progress-slider-container .slider-top .slider-title-wrapper h3 span {
          font-weight: 400; }
          #progress-slider-container .slider-top .slider-title-wrapper h3 span span {
            font-weight: 800;
            color: #74bb43; }
    #progress-slider-container .slider-top .slider-nav {
      width: 150px; }
    #progress-slider-container .slider-top .slider-title-wrapper, #progress-slider-container .slider-top .slider-nav {
      display: inline-block; }
    #progress-slider-container .slider-top .slider-nav a {
      margin: 0 15px; }

.logos-slider-container {
  margin-bottom: 85px; }
  .logos-slider-container .slide:focus, .logos-slider-container .slide:active {
    outline: unset; }
  .logos-slider-container .slide a:focus, .logos-slider-container .slide a:active {
    outline: unset; }
  .logos-slider-container .slide img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.2s ease; }
    .logos-slider-container .slide img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

/* Timeline */
.timeline-wrapper {
  background-color: #ebf1f5;
  padding: 45px 0; }

.timeline {
  padding: 95px 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s; }

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 2px;
  background: #dbdee0; }

.timeline ol li:last-child {
  width: 280px; }

.timeline ol li:not(:first-child) {
  margin-left: 14px; }

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + -8px);
  bottom: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #74bb43;
  z-index: 3; }

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  color: #666;
  border-left: 2px solid #dadee0; }

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%); }

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent; }

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px); }

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white; }

.timeline time {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #100249;
  margin-bottom: 20px; }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; }

  .timeline ol {
    padding: 0;
    transform: none !important; }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent; }

  .timeline ol li:first-child {
    margin-top: 25px; }

  .timeline ol li:not(:first-child) {
    margin-left: auto; }

  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px; }

  .timeline ol li div {
    position: static; }

  .timeline ol li:nth-child(odd) div {
    transform: none; }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px; }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after {
    display: none; } }
/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-arrows-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px; }
  .timeline-arrows-wrapper .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .timeline-arrows-wrapper .arrows .arrow {
      border: none; }
    .timeline-arrows-wrapper .arrows .arrow__prev {
      margin-right: 20px; }
    .timeline-arrows-wrapper .arrows img {
      width: 45px;
      height: 45px; }

.timeline .disabled {
  opacity: .5; }

.product .content-wrapper {
  max-width: 89%;
  position: relative;
  top: -100px;
  margin-left: auto;
  background-color: #FFF;
  padding: 25px 30px; }
  .product .content-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #100249;
    margin-bottom: 25px; }
  .product .content-wrapper p {
    font-size: 15px;
    line-height: 23px;
    color: #100249; }
  .product .content-wrapper .read-more {
    color: #65b22e;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-decoration: none; }
    .product .content-wrapper .read-more:before {
      content: '>';
      position: relative;
      display: inline-block;
      margin-right: 5px; }

.team-top {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 90px; }
  .team-top .team-tabs {
    text-align: center;
    width: 100%;
    margin-bottom: 0; }
    .team-top .team-tabs li {
      width: 20%;
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .team-top .team-tabs li {
          width: 49%; } }
      .team-top .team-tabs li a {
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
        padding: 15px 0;
        color: #1e1545;
        display: inline-block;
        border-bottom: 4px solid transparent; }
        .team-top .team-tabs li a span {
          font-weight: 800; }
        .team-top .team-tabs li a.active {
          border-bottom: 4px solid #74bb43; }
        .team-top .team-tabs li a:hover {
          text-decoration: none;
          color: #56b13d; }

.team-main {
  margin-bottom: 50px; }
  .team-main .row {
    display: none; }
    .team-main .row.active {
      display: flex; }

.team-member {
  margin-bottom: 50px; }
  .team-member .image-wrapper {
    text-align: center;
    margin-bottom: 25px;
    border-radius: 100%; }
  .team-member .bottom-wrapper {
    text-align: center;
    padding-left: 20px; }
    .team-member .bottom-wrapper h5 {
      font-size: 16px;
      font-weight: 800;
      color: #61bc46;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .team-member .bottom-wrapper span {
      color: #1e1545;
      display: block; }
      .team-member .bottom-wrapper span.title {
        color: #1e1545;
        font-size: 13px;
        margin-bottom: 15px; }
      .team-member .bottom-wrapper span.email, .team-member .bottom-wrapper span.phone-number {
        font-size: 14px;
        color: #666; }
        .team-member .bottom-wrapper span.email a, .team-member .bottom-wrapper span.phone-number a {
          color: #666; }
  .team-member a {
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out; }
    .team-member a:hover {
      text-decoration: none;
      -o-transition: 200ms ease-in-out;
      -ms-transition: 200ms ease-in-out;
      -moz-transition: 200ms ease-in-out;
      -webkit-transition: 200ms ease-in-out; }
      .team-member a:hover .image-wrapper {
        position: relative; }
        .team-member a:hover .image-wrapper:before {
          content: '';
          background-color: rgba(97, 188, 70, 0.7);
          position: absolute;
          width: 157px;
          height: 100%;
          border-radius: 100%;
          mix-blend-mode: multiply; }

.pagination {
  border-top: 1px solid #ddd;
  display: block;
  padding-top: 25px;
  margin: 50px 0; }
  .pagination .nav-links a, .pagination .nav-links span {
    padding: 8px 12px;
    color: #5caf20; }
    .pagination .nav-links a.current, .pagination .nav-links span.current {
      border: 2px solid #5caf20; }

.title-container .min-standard {
  padding: 40px 0;
  background-color: #56b13d; }
  .title-container .min-standard h1 {
    margin-bottom: 0;
    color: #FFF;
    font-weight: 600; }

.search.search-results article {
  margin-bottom: 30px; }
  .search.search-results article h3 {
    font-weight: 400; }
@media screen and (max-width: 991px) {
  .search.search-results h2 {
    margin-bottom: 70px; } }

.sub-pages .title-wrapper {
  margin-bottom: 50px; }
.sub-pages .nav-pills .nav-item {
  display: block;
  width: 100%; }
  .sub-pages .nav-pills .nav-item .nav-link {
    color: #333;
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    position: relative; }
    .sub-pages .nav-pills .nav-item .nav-link:before {
      content: "»";
      margin-right: 5px;
      display: inline-block; }
    .sub-pages .nav-pills .nav-item .nav-link.active {
      background-color: unset;
      color: #65b22e; }

.custom-video-wrapper {
  position: relative;
  display: block; }
  .custom-video-wrapper:before {
    content: '';
    background-color: rgba(51, 51, 51, 0.1);
    width: 100%;
    height: 100%;
    position: absolute; }
  .custom-video-wrapper:hover .play-icon {
    opacity: 0.8; }
  .custom-video-wrapper .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .custom-video-wrapper .play-icon img {
      width: 80px;
      height: auto; }

.downloads {
  padding: 85px 0 55px 0; }
  .downloads .special-title {
    margin-bottom: 50px; }
  .downloads .download {
    margin-bottom: 70px; }
    .downloads .download .download-icon {
      position: relative;
      top: 7px; }
    .downloads .download span {
      display: block;
      width: 100%;
      line-height: 1; }
      .downloads .download span.file-name {
        font-size: 21px;
        color: #61bc46;
        margin-bottom: 10px; }
      .downloads .download span.file-type {
        font-size: 16px;
        color: #1e1545;
        text-transform: uppercase; }

.financial-strength {
  padding: 80px 0; }
  .financial-strength .first {
    background-color: #100249;
    padding: 100px 70px; }
  .financial-strength .second, .financial-strength .third {
    padding-top: 100px;
    padding-bottom: 58px;
    text-align: center; }
  .financial-strength .image-wrapper {
    margin-bottom: 20px; }
  .financial-strength .view-all {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline; }
  .financial-strength .special-title {
    margin-bottom: 60px; }

#financial-tabs, #partner-tabs {
  border-bottom: 4px solid #69ba58; }
  #financial-tabs.dark-bg, #partner-tabs.dark-bg {
    border-bottom: 1px solid #FFF; }
    @media screen and (max-width: 991px) {
      #financial-tabs.dark-bg .nav-item, #partner-tabs.dark-bg .nav-item {
        width: 49%; } }
    #financial-tabs.dark-bg .nav-item .nav-link, #partner-tabs.dark-bg .nav-item .nav-link {
      color: #FFF; }
      #financial-tabs.dark-bg .nav-item .nav-link.active, #partner-tabs.dark-bg .nav-item .nav-link.active {
        color: #FFF; }
        #financial-tabs.dark-bg .nav-item .nav-link.active:after, #partner-tabs.dark-bg .nav-item .nav-link.active:after {
          background-color: #66b955; }
  #financial-tabs .nav-item:focus, #financial-tabs .nav-item:active, #financial-tabs .nav-item:hover, #partner-tabs .nav-item:focus, #partner-tabs .nav-item:active, #partner-tabs .nav-item:hover {
    border: unset; }
  #financial-tabs .nav-item .nav-link, #partner-tabs .nav-item .nav-link {
    font-size: 24px;
    text-transform: uppercase;
    color: #66b955;
    border: unset;
    padding-left: 36px;
    padding-right: 135px; }
    #financial-tabs .nav-item .nav-link:focus, #financial-tabs .nav-item .nav-link:active, #financial-tabs .nav-item .nav-link:hover, #partner-tabs .nav-item .nav-link:focus, #partner-tabs .nav-item .nav-link:active, #partner-tabs .nav-item .nav-link:hover {
      border: unset; }
    #financial-tabs .nav-item .nav-link.active, #partner-tabs .nav-item .nav-link.active {
      border: unset;
      background-color: transparent;
      position: relative;
      color: #100249; }
      #financial-tabs .nav-item .nav-link.active strong, #partner-tabs .nav-item .nav-link.active strong {
        color: #100249; }
      #financial-tabs .nav-item .nav-link.active:after, #partner-tabs .nav-item .nav-link.active:after {
        content: '';
        position: absolute;
        height: 4px;
        bottom: -3px;
        left: 0;
        width: calc( 100% - 20px );
        background-color: #100249; }
    #financial-tabs .nav-item .nav-link:first-of-type, #partner-tabs .nav-item .nav-link:first-of-type {
      padding-left: 0; }

#partner-tabs {
  margin-bottom: 90px; }
  #partner-tabs .nav-item .nav-link {
    font-weight: 300; }
    #partner-tabs .nav-item .nav-link .bold {
      font-weight: 400; }

.partner-tabs {
  padding-bottom: 90px; }

.partner-content {
  display: none; }
  .partner-content.show {
    display: block; }

.partner-logos .logo {
  text-align: center; }
  @media screen and (max-width: 991px) {
    .partner-logos .logo {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 35px; } }
  .partner-logos .logo img {
    margin-bottom: 25px; }
  .partner-logos .logo .title {
    font-size: 18px;
    color: #FFF;
    display: block; }
  .partner-logos .logo a:hover {
    text-decoration: none; }
  .partner-logos .logo a:focus {
    outline: none; }

#financial-tabs-content {
  padding: 50px 0 100px 0; }
  #financial-tabs-content .statement-link .statement {
    padding: 30px 20px;
    border: 1px solid #58b545;
    margin-bottom: 30px; }
    #financial-tabs-content .statement-link .statement .download-icon {
      position: relative;
      top: 7px; }
    #financial-tabs-content .statement-link .statement .top-title {
      font-size: 13px;
      color: #666;
      margin-bottom: 10px; }
      #financial-tabs-content .statement-link .statement .top-title:hover {
        color: #67ba56;
        text-decoration: none; }
      #financial-tabs-content .statement-link .statement .top-title strong {
        color: #67ba56; }
        #financial-tabs-content .statement-link .statement .top-title strong:hover {
          color: #666;
          text-decoration: none; }
    #financial-tabs-content .statement-link .statement .file-title {
      font-size: 20px;
      line-height: 1;
      color: #100249;
      display: block; }
  #financial-tabs-content .statement-link:hover {
    text-decoration: none; }
    #financial-tabs-content .statement-link:hover .statement .top-title {
      color: #67ba56; }
      #financial-tabs-content .statement-link:hover .statement .top-title strong {
        color: #67ba56; }
    #financial-tabs-content .statement-link:hover .statement .file-title {
      color: #67ba56; }

.teammember-list {
  padding: 115px 0; }
  .teammember-list .special-title {
    margin-bottom: 70px; }
  .teammember-list .bottom-wrapper {
    text-align: left; }

.one-col ul, .two-col ul, .three-col ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 50px; }

.two-col .special-title {
  margin-bottom: 60px; }

/* Accordions  */
.accordions {
  padding: 45px 0;
  background-color: #FFF; }
  .accordions .style-1 .single-accordion:last-of-type {
    /* border-bottom: 2px solid #CCC; */ }
  .accordions .style-1 .single-accordion .panel-heading {
    color: #333;
    font-size: 16px; }
    .accordions .style-1 .single-accordion .panel-heading a {
      -o-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      display: block;
      cursor: pointer; }
      .accordions .style-1 .single-accordion .panel-heading a:hover {
        text-decoration: none; }
      .accordions .style-1 .single-accordion .panel-heading a .panel-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 0;
        color: #333;
        position: relative;
        padding: 25px 50px;
        border-top: 2px solid #56b13d; }
        .accordions .style-1 .single-accordion .panel-heading a .panel-title:before {
          content: '';
          position: absolute;
          left: 0px;
          -o-transition: all 200ms ease-in-out;
          -ms-transition: all 200ms ease-in-out;
          -moz-transition: all 200ms ease-in-out;
          -webkit-transition: all 200ms ease-in-out;
          width: 24px;
          height: 2px;
          background-color: #af2020;
          top: 50%;
          transform: translateY(-50%); }
      .accordions .style-1 .single-accordion .panel-heading a.collapsed .panel-title:before {
        background-color: #ccc; }
      .accordions .style-1 .single-accordion .panel-heading a.collapsed .panel-title:after {
        content: '';
        position: absolute;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        top: 50%;
        transform: translateY(-50%);
        left: 11px;
        width: 2px;
        height: 24px;
        background-color: #ccc; }
  .accordions .style-1 .single-accordion .panel-body {
    padding-left: 50px;
    padding-bottom: 45px; }
  .accordions .style-2 .panel-heading {
    font-size: 18px;
    padding: 30px 0; }
    .accordions .style-2 .panel-heading a {
      -o-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      display: block;
      cursor: pointer; }
      .accordions .style-2 .panel-heading a:hover {
        text-decoration: none; }
      .accordions .style-2 .panel-heading a .panel-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
        position: relative;
        padding-left: 50px; }
        .accordions .style-2 .panel-heading a .panel-title:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 22px;
          height: 2px;
          background: #293068;
          transition: all 0.3s;
          transform: rotate(90deg); }
        .accordions .style-2 .panel-heading a .panel-title:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 22px;
          height: 2px;
          background: #293068;
          transition: all 0.3s; }
      .accordions .style-2 .panel-heading a.collapsed .panel-title:before {
        transform: rotate(0deg); }
  .accordions .style-2 .panel-body {
    padding-left: 50px; }

@media screen and (max-width: 768px) {
  .accordions .style-1 .panel-heading a .panel-title {
    padding-right: 35px; }

  .accordions .style-1 .panel-heading a .panel-title:after {
    right: 0 !important;
    width: 25px !important;
    height: 25px !important;
    top: 0px !important; } }
.error404 .main-wrapper {
  padding: 40px 0 150px 0; }
  .error404 .main-wrapper h1 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .error404 .main-wrapper .number-404 {
    font-size: 125px;
    color: #56b13d; }

/* Mega Menu */
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item {
  padding-right: 30px; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item:last-of-type {
    padding-right: 0; }

@media screen and (min-width: 1200px) {
  #mega-menu-wrap-main-navigation {
    position: relative;
    top: -13px; } }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal; }

@media screen and (min-width: 601px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu {
    width: 100%; } }
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu {
  top: calc(100%);
  background-color: rgba(122, 169, 31, 0.9);
  border: 3px solid #FFF;
  margin-top: 0;
  width: 300px; }

#direction-button {
  display: inline-block;
  background-color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  -o-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  border-radius: 100%;
  padding: 30px;
  border: 1px solid rgba(109, 192, 86, 0.38); }
  #direction-button.show {
    opacity: 1;
    visibility: visible;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out; }
  #direction-button:after {
    content: "";
    background-image: url(../images/icons/info.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 30px; }

@media screen and (min-width: 992px) {
  .sub-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(28, 15, 82, 0.86);
    z-index: 99999;
    min-height: 200px;
    padding: 75px 95px; } }
.sub-menu-container .js-menu .col-md-3 {
  padding: 0 25px; }
.sub-menu-container .main-titles {
  border-right: 1px solid #FFF; }
  .sub-menu-container .main-titles li {
    margin-bottom: 45px; }
    .sub-menu-container .main-titles li:last-of-type {
      margin-bottom: 0; }
    .sub-menu-container .main-titles li a {
      font-size: 27px;
      line-height: 33px;
      font-weight: 300;
      color: #FFF !important; }
      .sub-menu-container .main-titles li a:hover, .sub-menu-container .main-titles li a.active {
        text-decoration: none; }
        .sub-menu-container .main-titles li a:hover span, .sub-menu-container .main-titles li a.active span {
          color: #5bb834; }
      .sub-menu-container .main-titles li a span {
        display: block;
        font-weight: 700;
        width: 100%; }
.sub-menu-container .layers {
  display: none; }
  .sub-menu-container .layers.active {
    display: block; }
  .sub-menu-container .layers img {
    margin-bottom: 25px; }
  .sub-menu-container .layers p {
    font-size: 14px;
    color: #FFF; }
    .sub-menu-container .layers p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
.sub-menu-container .links-list li {
  margin-bottom: 10px; }
  .sub-menu-container .links-list li:last-of-type {
    margin-bottom: 0; }
  .sub-menu-container .links-list li a {
    font-size: 14px;
    line-height: 1;
    color: #FFF !important; }
    .sub-menu-container .links-list li a:hover {
      color: #4dcb1a !important;
      text-decoration: none; }

.service-box {
  background-color: #e2e2e2;
  padding: 40px 35px;
  position: relative;
  margin-bottom: 25px;
  -o-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out; }
  .service-box:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 80%;
    left: 10%;
    bottom: 0;
    background-color: #100249; }
  .service-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #100249; }
  .service-box p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px; }
  .service-box:hover {
    background-color: #100249;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out; }
    .service-box:hover:after {
      background-color: #66b955; }
    .service-box:hover .title {
      color: #66cc00; }
    .service-box:hover p {
      color: #FFF; }

.service-boxes-wrapper {
  margin-bottom: 100px; }
  .service-boxes-wrapper a:hover {
    text-decoration: none; }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(1) .service-box:hover .title {
    color: #16c1f3; }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(1) .service-box:hover img {
    filter: invert(71%) sepia(27%) saturate(5733%) hue-rotate(154deg) brightness(99%) contrast(93%); }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(1) .service-box:hover:after {
    background-color: #16c1f3; }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(2) .service-box:hover .title {
    color: #f68b1e; }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(2) .service-box:hover img {
    filter: invert(61%) sepia(94%) saturate(1976%) hue-rotate(348deg) brightness(100%) contrast(94%); }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(2) .service-box:hover:after {
    background-color: #f68b1e; }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(3) .service-box:hover .title {
    color: #d7df21; }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(3) .service-box:hover img {
    filter: invert(96%) sepia(23%) saturate(4469%) hue-rotate(7deg) brightness(108%) contrast(75%); }
  .service-boxes-wrapper.style-2 .col-md-4:nth-child(3) .service-box:hover:after {
    background-color: #d7df21; }

.partner-boxes {
  background-color: #f2f2f2; }
  .partner-boxes .special-title {
    margin-left: 30px;
    margin-bottom: 50px; }
  .partner-boxes .partner-box {
    margin-bottom: 55px; }
    .partner-boxes .partner-box .image-wrapper {
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #a7a5a8; }
    .partner-boxes .partner-box .inner-wrapper {
      background-color: #FFF;
      padding: 20px 15px; }
    .partner-boxes .partner-box h5 {
      text-transform: uppercase;
      font-weight: 400; }
      .partner-boxes .partner-box h5 .bold {
        font-weight: 800; }
    .partner-boxes .partner-box .link-wrapper a {
      font-weight: 300;
      display: block;
      padding: 10px;
      text-align: center;
      color: #fff;
      background-color: #5bb834; }
      .partner-boxes .partner-box .link-wrapper a:hover {
        background-color: #201758;
        text-decoration: none; }

@media screen and (min-width: 992px) {
  .contact-spacing {
    padding-left: 60px; } }

@media screen and (min-width: 992px) {
  .menu-sitemap-right-container, .footer-contact-container {
    margin-top: 43px; } }

@media screen and (max-width: 991px) {
  footer {
    padding-left: 15px;
    padding-right: 15px; }

  .footer-logo {
    margin-bottom: 50px; }

  .team-main .row-cols-5 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.one-col.dark ul li, .two-col.dark ul li {
  color: #FFF; }

.custom-button .style-2, .custom-button .style-3 {
  margin-top: 35px;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid #56b13d; }
  .custom-button .style-2:hover, .custom-button .style-3:hover {
    background-color: #56b13d;
    border: 2px solid transparent; }
.custom-button .style-3 {
  font-size: 12px;
  color: #56b13d; }
  .custom-button .style-3:hover {
    color: #FFF; }

.green {
  color: #62bb46; }

.svg-h {
  display: block;
  margin: -20px auto 70px auto; }

path#c01,
path#c02,
path#c11,
path#c12,
path#c21,
path#c22,
path#c0,
path#c1,
path#path871,
path#path887,
path#path911,
path#path939,
path#path959,
path#path879,
path#path899,
path#path923,
path#path951,
path#l_logo,
path#l1,
path#l2,
path#l3,
path#l4,
path#l5,
path#l6,
path#l7,
path#l8,
path#l9,
path#l10,
path#l11,
path#l12,
path#l13,
path#l14,
path#l15,
path#l16,
path#l17,
path#l18,
path#l19,
path#l20 {
  display: none; }

.one {
  display: block;
  padding: 100px 0 30px 0;
  background: #f3f2f6; }

.one h2 {
  margin-bottom: 100px;
  text-align: center;
  font-size: 24px;
  line-height: 30px; }

.one .animation_block {
  display: block; }

.one .animation_block:after {
  display: block;
  content: "";
  clear: both; }

.one .animation_block .left {
  float: left;
  width: 20%;
  height: 600px; }

.one .animation_block .center {
  position: relative;
  float: left;
  width: 60%;
  height: 600px; }

.one .animation_block .right {
  float: left;
  width: 20%;
  height: 600px; }

.one .animation_block .left,
.one .animation_block .center,
.one .animation_block .right {
  text-align: center; }

.one .animation_block .center #svg-main1 {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -67px; }

.one .animation_block .center #svg-main-l1 {
  position: absolute;
  top: 30px;
  left: -67px; }

.one .animation_block .center #svg-main-l2 {
  position: absolute;
  top: 180px;
  left: -59px; }

.one .animation_block .center #svg-main-l3 {
  position: absolute;
  top: 240px;
  left: -59px; }

.one .animation_block .center #svg-main-l4 {
  position: absolute;
  top: 272px;
  left: -59px; }

.one .animation_block .center #svg-main-l5 {
  position: absolute;
  top: 305px;
  left: -59px; }

.one .animation_block .center #svg-main-l6 {
  position: absolute;
  top: 38px;
  right: -65px; }

.one .animation_block .center #svg-main-l7 {
  position: absolute;
  top: 180px;
  right: -58px; }

.one .animation_block .center #svg-main-l8 {
  position: absolute;
  top: 240px;
  right: -58px; }

.one .animation_block .center #svg-main-l9 {
  position: absolute;
  top: 273px;
  right: -59px; }

.one .logo {
  display: block;
  text-align: center;
  position: relative;
  width: 180px;
  outline: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.one .logo img {
  display: inline; }

.one .logo:focus {
  opacity: 1; }

.one .logo.l1 {
  opacity: .8; }

.one .logo.l2 {
  margin-top: 115px;
  opacity: .8; }

.one .logo.l3 {
  margin-top: 115px;
  opacity: .8; }

.one .logo.l4 {
  margin-top: 80px;
  opacity: .8; }

.one .logo.l5 {
  margin-top: 90px;
  opacity: .8; }

.one .logo.l6 {
  float: right;
  margin-top: 10px;
  opacity: .8; }

.one .logo.l7 {
  float: right;
  margin-top: 110px;
  opacity: .8; }

.one .logo.l8 {
  float: right;
  margin-top: 100px;
  opacity: .8; }

.one .logo.l9 {
  float: right;
  margin-top: 75px;
  opacity: .8; }

.one .logo:hover {
  opacity: 1; }

.one .logo span {
  display: inline-block;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -75px;
  max-width: 150px;
  background: #62bb46;
  color: #fff;
  padding: 5px 18px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.one .logo:hover span {
  opacity: 1; }

.one .legend {
  display: block;
  text-align: center;
  margin-top: 100px; }

.one .legend > div {
  margin-top: 15px; }

.one .legend > div > div {
  display: inline-block;
  padding: 0 15px; }

.one .legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #100249;
  margin-right: 4px; }

.one .legend i.k1 {
  opacity: .4; }

.one .legend i.k2 {
  opacity: .6; }

.one .legend i.k3 {
  opacity: .8; }

@media (max-width: 1199px) {
  .one {
    padding: 100px 0 50px 0; }

  .one .animation_block .center #svg-main1 {
    top: 170px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9); }

  .one .animation_block .center #svg-main-l1 {
    top: 30px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l2 {
    top: 160px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l3 {
    top: 203px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l4 {
    top: 225px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l5 {
    top: 245px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l6 {
    top: 30px;
    right: -67px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l7 {
    top: 160px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l8 {
    top: 203px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .animation_block .center #svg-main-l9 {
    top: 223px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); }

  .one .logo {
    width: 170px; }

  .one .logo.l1 {
    margin-top: 20px; }

  .one .logo.l2 {
    margin-top: 85px; }

  .one .logo.l3 {
    margin-top: 85px; }

  .one .logo.l4 {
    margin-top: 55px; }

  .one .logo.l5 {
    margin-top: 70px; }

  .one .logo.l6 {
    margin-top: 20px; }

  .one .logo.l7 {
    margin-top: 90px; }

  .one .logo.l8 {
    margin-top: 70px; }

  .one .logo.l9 {
    margin-top: 65px; } }
@media (max-width: 991px) {
  .one .animation_block .center #svg-main1 {
    top: 150px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9); }

  .one .animation_block .center #svg-main-l1,
  .one .animation_block .center #svg-main-l2,
  .one .animation_block .center #svg-main-l3,
  .one .animation_block .center #svg-main-l4,
  .one .animation_block .center #svg-main-l5,
  .one .animation_block .center #svg-main-l6,
  .one .animation_block .center #svg-main-l7,
  .one .animation_block .center #svg-main-l8,
  .one .animation_block .center #svg-main-l9 {
    display: none; }

  .one .logo.l1 {
    margin-top: 0; }

  .one .logo.l2 {
    margin-top: 75px; }

  .one .logo.l3 {
    margin-top: 75px; }

  .one .logo.l4 {
    margin-top: 75px; }

  .one .logo.l5 {
    margin-top: 75px; }

  .one .logo.l6 {
    margin-top: 0; }

  .one .logo.l7 {
    margin-top: 75px; }

  .one .logo.l8 {
    margin-top: 75px; }

  .one .logo.l9 {
    margin-top: 75px; } }
@media (max-width: 767px) {
  .one {
    padding: 100px 0 0 0; }

  .one h2 {
    font-size: 22px;
    line-height: 28px; } }
@media (max-width: 575px) {
  .one .animation_block {
    margin-top: 300px; }

  .one .animation_block .center #svg-main1 {
    top: -250px; }

  .one h2 {
    font-size: 18px;
    line-height: 24px; } }
.two {
  display: block;
  padding: 100px 0;
  background: #fff;
  font-size: 18px;
  text-align: center;
  color: #100249;
  max-width: 1200px;
  margin: 0 auto; }

.two .icons {
  display: block;
  margin-top: 50px; }

.two .icons:after {
  display: block;
  content: "";
  clear: both; }

.two .icons > div {
  display: block;
  float: left;
  width: 20%; }

.two .icons > div img {
  max-width: 150px;
  width: auto;
  height: auto;
  padding: 20px 30px; }

.two .icons > div span {
  display: block;
  font-size: 16px;
  margin-top: 20px; }

@media (max-width: 1199px) {
  .two .icons > div img {
    max-width: 140px;
    width: auto;
    height: auto;
    padding: 20px 30px; } }
@media (max-width: 767px) {
  .two .icons > div {
    display: inline-block;
    float: none;
    width: 33.333%; }

  .two {
    padding: 50px 0; } }
@media (max-width: 575px) {
  .two .icons > div {
    width: 45%; } }
.three {
  display: block;
  padding: 100px 0;
  background: #100249;
  font-size: 14px;
  text-align: center;
  color: #fff; }

.three h1 {
  font-size: 32px;
  margin: 0; }

.three h1,
.three p {
  margin: 0; }

.three p {
  margin-bottom: 30px;
  word-spacing: 4px; }

.three a {
  display: inline-block;
  padding: 10px 30px;
  background: #62bb46;
  font-size: 18px;
  color: #100249;
  border: 2px solid transparent;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.three a:hover {
  border-color: #62bb46;
  color: #62bb46;
  background: transparent;
  text-decoration: none; }

@media (max-width: 575px) {
  .three h1 {
    font-size: 22px; }

  .three a {
    padding: 5px 20px;
    font-size: 16px; }

  .three {
    padding: 50px 0; } }
.four {
  display: block;
  padding: 150px 0;
  background: #fff;
  font-size: 22px;
  text-align: center;
  color: #100249; }

.four .icons {
  display: block;
  max-width: 600px;
  margin: 0 auto; }

.four .icons img {
  max-width: 200px;
  width: auto;
  height: auto;
  padding: 20px 30px; }

.four a {
  display: inline-block;
  padding: 10px 30px;
  background: #62bb46;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.four a:hover {
  background: #100249;
  text-decoration: none; }

@media (max-width: 767px) {
  .four {
    padding: 50px 0; } }
@media (max-width: 767px) {
  .four .icons img {
    display: block;
    margin: 0 auto; }

  .four a {
    padding: 5px 20px;
    font-size: 16px; } }
.five {
  display: block;
  padding: 150px 0;
  background: #f3f2f6;
  text-align: center; }

.five .cs_container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.five .cs_container .col-sm-4 {
  margin-top: 50px;
  margin-bottom: 50px; }

.five .cs_container .name {
  display: block;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #100249; }

.five .cs_container .name span {
  display: block;
  font-size: 20px;
  font-weight: 400; }

.flip-container {
  perspective: 1000px; }

.flip-container.active .flipper {
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 320px;
  height: 320px;
  border-radius: 160px;
  -moz-border-radius: 160px;
  -webkit-border-radius: 160px;
  -ms-border-radius: 160px;
  margin: 0 auto;
  overflow: hidden; }

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff; }

.front {
  z-index: 2;
  transform: rotateY(0deg);
  cursor: pointer; }

.back {
  transform: rotateY(180deg);
  position: relative; }

.back .flip-close {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -10px;
  font-size: 40px;
  color: #62bb46;
  cursor: pointer; }

.back > div {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0; }

.back > div > span {
  display: block; }

.back > div > span.i1 {
  font-size: 22px;
  margin-bottom: 20px; }

.back > div a {
  font-size: 22px; }

.back > div > span.i2,
.back > div > span.i3,
.back > div > span.i4 {
  font-size: 18px; }

.back > div > span.i3 {
  color: #62bb46; }

.back > div > span.i2,
.back > div > span.i4 {
  color: #8880a4; }

.p1 .img1 {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -202px;
  transform: scale(0.9); }

@media (max-width: 991px) {
  .p1 .img1 {
    top: 200px;
    left: 50%;
    transform: scale(0.9); } }
@media (max-width: 767px) {
  .p1 .img1 {
    top: 150px;
    left: 50%;
    transform: scale(0.9); } }
@media (max-width: 400px) {
  .p1 .img1 {
    margin-left: -50%; } }
.container.p1 {
  position: relative;
  min-height: 700px;
  height: 100%; }

.p1 .logos {
  display: block;
  margin-top: 40%;
  text-align: center; }

.p1 .logos:after {
  display: block;
  content: "";
  clear: both; }

.p1 .logos .item {
  display: block;
  float: left;
  height: 100px;
  width: 10%; }

.p1 .logos .item img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  width: auto;
  height: auto;
  max-height: 50px; }

.p1 .logos .item p {
  line-height: 16px !important;
  font-size: 12px; }

.p1 .logos .item b {
  display: block;
  line-height: 12px;
  font-size: 11px;
  color: #100249; }

.p1 .logos .item .lines {
  display: block;
  height: 50px;
  position: relative; }

.p1 .logos .item .lines i {
  position: absolute;
  display: block;
  top: 20px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #100249; }

.p1 .logos .item .lines span {
  position: absolute;
  display: block;
  top: 22px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #100249; }

.p1 .logos .item:first-child .lines span {
  width: 50%;
  right: 0;
  left: auto; }

.p1 .logos .item:last-child .lines span {
  width: 50%;
  right: 50%;
  left: auto; }

@media (max-width: 991px) {
  .p1 .logos {
    margin-top: 75%; } }
@media (max-width: 767px) {
  .p1 .logos {
    margin-top: 80%; }

  .p1 .logos .item {
    display: block;
    float: left;
    height: 120px;
    width: 25%; }

  .p1 .logos .item .lines {
    display: none; }

  .p1 .logos .item p {
    margin-top: 15px; } }
@media (max-width: 575px) {
  .p1 .logos {
    margin-top: 130%; }

  .p1 .logos .item {
    display: block;
    float: left;
    height: 120px;
    width: 50%; } }
@media (max-width: 413px) {
  .p1 .logos {
    margin-top: 150%; }

  .p1 .logos .item {
    display: block;
    float: left;
    height: 120px;
    width: 50%; } }
@media (max-width: 400px) {
  .p1 .logos {
    margin-top: 150%; }

  .p1 .logos .item {
    display: block;
    float: left;
    height: 120px;
    width: 100%; } }
.p1 .green {
  color: #65b22e; }

.p1 .vcenter {
  display: table;
  width: 100%; }

.p1 .vcenter > div {
  display: table-cell;
  vertical-align: middle;
  height: 50px; }

.p1 h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0 !important;
  color: #100249; }

.p1 h2,
.p4 h2 {
  font-size: 36px;
  font-weight: 400;
  color: #100249;
  margin-top: 10px;
  margin-bottom: 4px; }

.p1 h4 {
  font-size: 26px;
  font-weight: 400;
  color: #100249; }

.p1 p,
.p4 p {
  color: #100249;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400; }

.p1 img {
  max-width: 100%;
  width: auto;
  height: auto; }

.p1 a.readmore {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  background: #65b22e;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

.p1 a.readmore:hover {
  background: #100249; }

#particles-js {
  position: relative;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0; }

.p2 a:hover {
  text-decoration: none; }

.p2 h1 {
  font-size: 36px;
  font-weight: 400;
  color: #100249; }

.p2 h2 {
  font-size: 29px;
  font-weight: 400;
  color: #100249;
  margin-top: 10px;
  padding-bottom: 14px; }

.p2 h4 {
  font-size: 22px;
  font-weight: 400;
  color: #100249; }

.container.p2 {
  position: relative;
  height: 100%;
  min-height: 1000px; }

.p2 .circle-container {
  display: block;
  width: 320px;
  height: 320px;
  margin: 100px auto 0 auto;
  position: relative; }

.p2 .lines {
  display: block;
  text-align: center;
  background: #1d1146;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: absolute;
  height: 1px; }

.p2 .lines.light {
  background: #4a416b; }

.p2 .lines.l1 {
  top: 308px;
  left: -200px;
  width: 400px; }

.p2 .lines.l2 {
  top: 308px;
  left: 300px;
  width: 250px; }

.p2 .lines.l3 {
  top: 220px;
  left: -100px;
  width: 200px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg); }

.p2 .lines.l4 {
  top: 150px;
  left: -210px;
  width: 200px;
  transform: rotate(-70deg);
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg); }

.p2 .lines.l5 {
  top: 120px;
  left: -340px;
  width: 200px;
  transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg); }

.p2 .lines.l6 {
  top: 220px;
  left: -380px;
  width: 150px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg); }

.p2 .lines.l7 {
  top: 450px;
  left: -130px;
  width: 500px;
  transform: rotate(27deg);
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg); }

.p2 .lines.l8 {
  top: 450px;
  left: -230px;
  width: 200px;
  transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg); }

.p2 .lines.l9 {
  top: 450px;
  left: -360px;
  width: 200px;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg); }

.p2 .lines.l10 {
  top: 450px;
  left: -260px;
  width: 400px;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg); }

.p2 .lines.l11 {
  top: 630px;
  left: 350px;
  width: 200px;
  transform: rotate(34deg);
  -webkit-transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -ms-transform: rotate(34deg); }

.p2 .lines.l12 {
  top: 20px;
  left: -100px;
  width: 200px;
  transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg);
  -moz-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg); }

.p2 .lines.l13 {
  top: 50px;
  left: 0px;
  width: 200px;
  transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg); }

.p2 .lines.l13 {
  top: 130px;
  left: -340px;
  width: 200px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg); }

.p2 .lines.l14 {
  top: 100px;
  left: -410px;
  width: 150px;
  transform: rotate(-70deg);
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg); }

.p2 .lines.l15 {
  top: 110px;
  left: -140px;
  width: 200px;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg); }

.p2 .lines.l6 {
  top: 490px;
  left: -250px;
  width: 300px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg); }

.p2 .lines.l17 {
  top: 310px;
  left: -20px;
  width: 200px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

.p2 .lines.l18 {
  top: 510px;
  left: -10px;
  width: 200px;
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg); }

.p2 .lines.l19 {
  top: 630px;
  left: 110px;
  width: 200px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg); }

.p2 .lines.l20 {
  top: 50px;
  left: 10px;
  width: 200px;
  transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg); }

.p2 .lines.l21 {
  top: 150px;
  left: 170px;
  width: 200px;
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg); }

.p2 .lines.l22 {
  top: 260px;
  left: 200px;
  width: 200px;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg); }

.p2 .lines.l23 {
  top: 110px;
  left: 400px;
  width: 300px;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg); }

.p2 .lines.l24 {
  top: 15px;
  left: 330px;
  width: 300px;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg); }

.p2 .lines.l25 {
  top: 70px;
  left: 250px;
  width: 200px;
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg); }

.p2 .lines.l26 {
  top: 440px;
  left: 210px;
  width: 400px;
  transform: rotate(37deg);
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -ms-transform: rotate(37deg); }

.p2 .lines.l27 {
  top: 340px;
  left: 230px;
  width: 200px;
  transform: rotate(17deg);
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg); }

.p2 .lines.l28 {
  top: 480px;
  left: 430px;
  width: 200px;
  transform: rotate(57deg);
  -webkit-transform: rotate(57deg);
  -moz-transform: rotate(57deg);
  -ms-transform: rotate(57deg); }

.p2 .lines.l29 {
  top: 480px;
  left: 550px;
  width: 200px;
  transform: rotate(-64deg);
  -webkit-transform: rotate(-64deg);
  -moz-transform: rotate(-64deg);
  -ms-transform: rotate(-64deg); }

.p2 .lines.l30 {
  top: 390px;
  left: 500px;
  width: 200px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg); }

.p2 .lines.l31 {
  top: 90px;
  left: 573px;
  width: 200px;
  transform: rotate(96deg);
  -webkit-transform: rotate(96deg);
  -moz-transform: rotate(96deg);
  -ms-transform: rotate(96deg); }

.p2 .lines.l32 {
  top: 192px;
  left: 480px;
  width: 170px;
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg); }

.p2 .lines.l33 {
  top: 252px;
  left: 560px;
  width: 100px;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg); }

.p2 .lines.l34 {
  top: 252px;
  left: 480px;
  width: 50px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg); }

.p2 .lines.l35 {
  top: 342px;
  left: 460px;
  width: 100px;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg); }

.p2 .lines.l36 {
  top: 95px;
  left: 348px;
  width: 300px;
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg); }

.p2 .dot {
  position: absolute;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #65b22e; }

.p2 .dot.d3 {
  -webkit-animation: dot3 2.5s linear infinite;
  animation: dot3 2.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.p2 .dot.d12 {
  -webkit-animation: dot12 2.5s linear infinite;
  animation: dot12 2.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.p2 .dot.d20 {
  -webkit-animation: dot20 2.5s linear infinite;
  animation: dot20 2.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.p2 .dot.d21 {
  -webkit-animation: dot21 2.5s linear infinite;
  animation: dot21 2.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.p2 .dot.d24 {
  -webkit-animation: dot24 2.5s linear infinite;
  animation: dot24 2.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.p2 .stop-animation {
  opacity: 0; }

.p2 .run-animation {
  opacity: 1; }

@keyframes dot3 {
  0% {
    left: 350px;
    top: 72px; }
  70% {
    background: #65b22e; }
  100% {
    left: 403px;
    top: 148px;
    background: #100249; } }
@keyframes dot12 {
  0% {
    left: 115px;
    top: -10px; }
  70% {
    background: #65b22e; }
  100% {
    left: 88px;
    top: 140px;
    background: #100249; } }
@keyframes dot20 {
  0% {
    left: 75px;
    top: -40px; }
  70% {
    background: #65b22e; }
  100% {
    left: -45px;
    top: 44px;
    background: #100249; } }
@keyframes dot21 {
  0% {
    left: 284px;
    top: 88px; }
  70% {
    background: #65b22e; }
  100% {
    left: 238px;
    top: 230px;
    background: #100249; } }
@keyframes dot24 {
  0% {
    left: 372px;
    top: 14px; }
  70% {
    background: #65b22e; }
  100% {
    left: 614px;
    top: 6px;
    background: #100249; } }
.p2 .circle {
  display: block;
  text-align: center;
  background: #1d1146;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: absolute;
  color: #fff;
  line-height: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  overflow: hidden; }

.p2 .circle > div {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.p2 .circle.light {
  background: #4a416b; }

.p2 .circle.light2 {
  background: #777090; }

.p2 .circle.active,
.p2 .circle:hover {
  background: #65b22e; }

.p2 .circle:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.p2 .circle:hover > div {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9); }

.p2 a.circle {
  color: #fff; }

.p2 .circle.group,
.p2 .circle.partner {
  display: table; }

.p2 .circle.group > div,
.p2 .circle.partner > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.p2 .circle.group.g1 {
  top: 200px;
  left: -280px;
  width: 211px;
  height: 211px; }

.p2 .circle.group.g2 {
  top: 224px;
  left: 135px;
  width: 168px;
  height: 168px; }

.p2 .circle.group.g3 {
  top: -50px;
  left: 240px;
  width: 144px;
  height: 144px; }

.p2 .circle.group.g4 {
  top: 138px;
  left: 374px;
  width: 128px;
  height: 128px; }

.p2 .circle.group.g4a {
  top: 128px;
  left: 604px;
  width: 120px;
  height: 120px; }

.p2 .circle.group.g4b {
  top: 70px;
  left: 490px;
  width: 100px;
  height: 100px; }

.p2 .circle.group.g10 {
  top: 248px;
  left: 505px;
  width: 122px;
  height: 122px; }

.p2 .circle.group.g6 {
  top: 340px;
  left: 424px;
  width: 82px;
  height: 82px; }

.p2 .circle.group.g7 {
  top: 370px;
  left: 662px;
  width: 82px;
  height: 82px; }

.p2 .circle.group.g8 {
  top: 540px;
  left: 554px;
  width: 88px;
  height: 88px; }

.p2 .circle.group.g9 {
  top: -60px;
  left: 610px;
  width: 140px;
  height: 140px; }

.p2 .circle.partner small {
  display: block;
  font-weight: 300;
  line-height: 13px; }

.p2 .circle.partner > div > div:last-child {
  display: none; }

.p2 .circle.partner.p1 {
  top: -65px;
  left: -355px;
  width: 128px;
  height: 128px; }

.p2 .circle.partner.p2 {
  top: 140px;
  left: -410px;
  width: 97px;
  height: 97px; }

.p2 .circle.partner.p3 {
  top: 20px;
  left: -150px;
  width: 128px;
  height: 128px; }

.p2 .circle.partner.p4 {
  top: -110px;
  left: 70px;
  width: 110px;
  height: 110px; }

.p2 .circle.partner.p5 {
  top: 140px;
  left: 20px;
  width: 123px;
  height: 123px; }

.p2 .circle.partner.p6 {
  top: 355px;
  left: 0px;
  width: 150px;
  height: 150px; }

.p2 .circle.partner.p7 {
  top: 465px;
  left: -400px;
  width: 178px;
  height: 178px; }

.p2 .circle.partner.p8 {
  top: 535px;
  left: -147px;
  width: 132px;
  height: 132px; }

.p2 .circle.partner.p9 {
  top: 584px;
  left: 34px;
  width: 166px;
  height: 166px; }

.p2 .circle.partner.p10 {
  top: 490px;
  left: 266px;
  width: 154px;
  height: 154px; }

.p2 .circle.partner.p11 {
  top: 646px;
  left: 480px;
  width: 88px;
  height: 88px; }

.p2 .spacer {
  display: block;
  position: absolute;
  top: 800px;
  left: 0;
  right: 0;
  height: 50px; }

.p3 img.main {
  display: block; }

@media (max-width: 991px) {
  .p3 img.main {
    transform: scale(0.9); } }
.container.p3 {
  position: relative;
  min-height: 100%;
  height: 100%; }

.p4 .cloud {
  display: block;
  position: absolute;
  color: #fff; }

.p4 .cloud.cloud1 {
  left: 50%;
  top: 150px;
  width: 297px;
  height: 138px;
  margin-left: -150px;
  background: url("images/p4/cloud1.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud2 {
  left: 20px;
  top: 370px;
  width: 206px;
  height: 59px;
  background: url("images/p4/cloud2.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud3 {
  left: 28%;
  top: 280px;
  width: 190px;
  height: 120px;
  background: url("images/p4/cloud3.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud4 {
  right: 35%;
  top: 400px;
  width: 157px;
  height: 79px;
  background: url("images/p4/cloud4.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud5 {
  left: 20%;
  top: 470px;
  width: 197px;
  height: 90px;
  background: url("images/p4/cloud5.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud6 {
  left: 40%;
  top: 530px;
  width: 138px;
  height: 54px;
  background: url("images/p4/cloud6.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud10 {
  right: 0%;
  top: 500px;
  width: 216px;
  height: 67px;
  background: url("images/p4/cloud10.svg") center no-repeat;
  background-size: 100% auto; }

.p4 .cloud.cloud12 {
  right: 6%;
  top: 290px;
  width: 232px;
  height: 116px;
  background: url("images/p4/cloud12.svg") center no-repeat;
  background-size: auto; }

.p4 .cloud.cloud13 {
  right: 20%;
  top: 580px;
  width: 232px;
  height: 116px;
  background: url("images/p4/cloud12.svg") center no-repeat;
  background-size: auto; }

@media (max-width: 991px) {
  .p4 .cloud.cloud1 {
    left: 50%;
    top: 250px;
    width: 297px;
    height: 138px;
    margin-left: -150px; }

  .p4 .cloud.cloud2 {
    left: 27px;
    top: 390px;
    width: 206px;
    height: 59px;
    background: url("images/p4/cloud2.svg") center no-repeat;
    background-size: 100% auto; }

  .p4 .cloud.cloud4 {
    right: 227px;
    top: 470px;
    width: 157px;
    height: 79px;
    background: url("images/p4/cloud4.svg") center no-repeat;
    background-size: 100% auto; }

  .p4 .cloud.cloud5 {
    left: 127px;
    top: 530px;
    width: 197px;
    height: 90px;
    background: url("images/p4/cloud5.svg") center no-repeat;
    background-size: 100% auto; }

  .p4 .cloud.cloud6 {
    left: 27px;
    top: 630px;
    width: 138px;
    height: 54px;
    background: url("images/p4/cloud6.svg") center no-repeat;
    background-size: 100% auto; }

  .p4 .cloud.cloud10 {
    right: 27px;
    top: 700px;
    width: 216px;
    height: 67px;
    background: url("images/p4/cloud10.svg") center no-repeat;
    background-size: 100% auto; }

  .p4 .cloud.cloud12 {
    right: 27px;
    top: 400px;
    width: 210px;
    height: 100px;
    background: url("images/p4/cloud12.svg") center no-repeat;
    background-size: auto; } }
.p4 .cloud span {
  display: block;
  position: absolute;
  font-weight: 300; }

.p4 .cloud.cloud1 span {
  top: 55px;
  left: 75px; }

.p4 .cloud.cloud2 span {
  top: 25px;
  left: 67px; }

.p4 .cloud.cloud3 span {
  top: 35px;
  left: 76px;
  text-align: center;
  line-height: 16px; }

.p4 .cloud.cloud4 span {
  top: 20px;
  left: 15px; }

.p4 .cloud.cloud5 span {
  top: 35px;
  left: 77px; }

.p4 .cloud.cloud6 span {
  top: 23px;
  left: 25px; }

.p4 .cloud.cloud10 span {
  top: 35px;
  left: 110px; }

.p4 .cloud.cloud12 span {
  left: 35px;
  top: 40px;
  line-height: 16px;
  text-align: center; }

.p4 .cloud.cloud13 span {
  left: 36px;
  top: 50px;
  text-align: center; }

/* .p4 .cloud.cloud3{
  left:40%;
  top:320px;
} */
.p4 .cloud.cloud7 {
  right: 21%;
  top: 500px; }

.p4 .cloud.cloud14 {
  left: 11%;
  top: 200px; }

.p4 .cloud.cloud8 {
  left: 0;
  top: 630px; }

.p4 .cloud.cloud9 {
  left: 17%;
  top: 636px; }

.p4 .cloud.cloud11 {
  right: 0;
  top: 670px; }

@media (max-width: 991px) {
  .p4 .cloud.cloud3 {
    right: 27px;
    left: auto;
    top: 220px; }

  .p4 .cloud.cloud7 {
    right: auto;
    left: 27px;
    top: 500px; }

  .p4 .cloud.cloud8 {
    left: auto;
    right: 27px;
    top: 570px; }

  .p4 .cloud.cloud9 {
    left: auto;
    right: 300px;
    top: 706px; }

  .p4 .cloud.cloud11 {
    right: auto;
    left: 30px;
    top: 730px; }

  .p4 .cloud.cloud12 span {
    left: 30px; } }
@media (max-width: 768px) {
  .container.p4 {
    min-height: 1200px !important; }

  .p4 .cloud.cloud3 {
    right: 27px;
    left: auto;
    top: 220px; }

  .p4 .cloud.cloud7 {
    right: auto;
    left: 27px;
    top: 500px; }

  .p4 .cloud.cloud8 {
    left: auto;
    right: 27px;
    top: 570px; }

  .p4 .cloud.cloud9 {
    left: auto;
    right: 120px;
    top: 156px; }

  .p4 .cloud.cloud10 {
    top: 870px; }

  .p4 .cloud.cloud11 {
    right: auto;
    left: 30px;
    top: 730px; }

  .p4 .cloud.cloud12 {
    top: 470px; }

  .p4 .cloud.cloud13 {
    top: 575px; }

  .p4 .cloud.cloud4 {
    top: 700px;
    right: 30%; }

  .p4 .cloud.cloud5 {
    top: 970px;
    left: 30px; }

  .p4 .cloud.cloud6 {
    top: 800px;
    left: 10px; }

  .p4 .cloud.cloud12 span {
    top: 30px; } }
.p4 .bottom-img {
  position: absolute;
  left: 50%;
  bottom: 80px;
  margin-left: -50%;
  max-width: 100%; }

@media (max-width: 991px) {
  .p4 .bottom-img {
    left: 50%;
    bottom: 40px;
    margin-left: -50%; } }
.container.p4 {
  position: relative;
  min-height: 900px;
  height: 100%; }

.gallery {
  padding: 45px 0 65px 0; }
  .gallery .horizontal-titles-wrapper {
    padding: 0 15px;
    margin-bottom: 30px; }
    .gallery .horizontal-titles-wrapper .nav-link {
      font-size: 24px;
      color: #66b955;
      border: unset;
      padding-left: 36px;
      padding-right: 36px; }
      .gallery .horizontal-titles-wrapper .nav-link:focus, .gallery .horizontal-titles-wrapper .nav-link:active, .gallery .horizontal-titles-wrapper .nav-link:hover {
        border: unset; }
      .gallery .horizontal-titles-wrapper .nav-link.active {
        border: unset;
        background-color: transparent;
        position: relative;
        color: #100249; }
        .gallery .horizontal-titles-wrapper .nav-link.active strong {
          color: #100249; }
        .gallery .horizontal-titles-wrapper .nav-link.active .title-wrapper {
          position: relative;
          width: 100%; }
          .gallery .horizontal-titles-wrapper .nav-link.active .title-wrapper:after {
            content: '';
            position: absolute;
            height: 4px;
            bottom: -3px;
            left: 0;
            width: 100%;
            background-color: #100249; }
      .gallery .horizontal-titles-wrapper .nav-link:first-of-type {
        padding-left: 0; }

.page-title-slider {
  z-index: -1; }

.tab-content .partnership-contact .row {
  justify-content: unset; }

@media screen and (min-width: 992px) {
  .modal.show .modal-dialog.modal-teammember {
    top: 10%; } }
.modal-teammember .close {
  opacity: 1; }

.modal-teammember .close {
  text-align: right; }

.modal-teammember .close img {
  display: inline-block;
  width: 33px;
  height: 33px; }

.modal-teammember .close:hover {
  opacity: 0.5;
  cursor: pointer; }

.modal-teammember .modal-content .col-md-6 {
  padding-bottom: 0; }

.modal-teammember .modal-content {
  padding: 25px 55px 50px 55px;
  border-radius: 0; }

.modal-teammember .left-wrapper {
  text-align: center; }

@media screen and (min-width: 992px) {
  .modal-teammember .left-wrapper {
    border-right: 1px solid #d1d1d1; } }
@media screen and (max-width: 991px) {
  .modal-teammember .modal-content {
    padding: 45px 35px 130px 35px; } }
@media screen and (max-width: 991px) {
  .modal-teammember .left-wrapper {
    margin-bottom: 40px; }

  .modal-teammember .modal-content {
    padding: 75px 35px 130px 35px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modal-teammember .modal-content {
    padding: 135px 35px 130px 35px; } }
.modal-teammember .left-wrapper img {
  display: inline-block;
  margin-bottom: 20px; }

.modal-teammember .contact-info span {
  display: block;
  font-size: 15px; }

.modal-teammember .contact-info a {
  display: inline-block;
  color: #d61920;
  font-size: 15px; }

.modal-teammember .contact-info .contact-info-inner a img {
  max-width: 50px; }

@media screen and (max-width: 1024px) {
  .modal-teammember .contact-info a {
    word-break: break-word; } }
@media screen and (min-width: 992px) {
  .modal-teammember .right-wrapper {
    padding-left: 55px; }

  .team-listing {
    padding-top: 25px;
    border-top: 1px solid #555;
    margin-left: 0;
    margin-right: 0; } }
.modal-teammember .right-wrapper span {
  display: block; }

.modal-teammember .right-wrapper .name {
  font-size: 30px;
  color: #000; }

.modal-teammember .right-wrapper .job-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 45px; }

.modal-teammember .right-wrapper .description p {
  font-size: 14px;
  line-height: 24px;
  color: #666; }

body.modal-open {
  overflow: hidden !important; }

@media (min-width: 768px) {
  .modal-veryLarge {
    width: 90%;
    max-width: 800px;
    padding: 0;
    z-index: 999; } }
.modal-content .row {
  display: flex; }

.modal-teammember .bottom-wrapper {
  background: #FFF;
  padding: 10px 0 1px 0; }
  .modal-teammember .bottom-wrapper h5 {
    font-size: 16px;
    font-weight: 800;
    color: #61bc46;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .modal-teammember .bottom-wrapper span {
    color: #1e1545;
    display: block; }
    .modal-teammember .bottom-wrapper span.title {
      color: #1e1545;
      font-size: 13px;
      margin-bottom: 15px; }
    .modal-teammember .bottom-wrapper span.email, .modal-teammember .bottom-wrapper span.phone-number {
      font-size: 14px;
      color: #666; }
      .modal-teammember .bottom-wrapper span.email a, .modal-teammember .bottom-wrapper span.phone-number a {
        color: #666; }

.modal-backdrop.show {
  background-color: #1e1545;
  opacity: .8; }

.search-wrapper {
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%; }
  .search-wrapper.active {
    width: 100%;
    left: -10px; }
    .search-wrapper.active .input-holder .search-input {
      position: relative;
      top: -50px; }
    .search-wrapper.active .input-holder #header-search-mobile {
      right: 50px;
      transition: unset; }

.search-wrapper .input-holder {
  height: 70px;
  width: 70px;
  overflow: hidden;
  background: #FFF;
  position: relative; }

.search-wrapper.active .input-holder {
  width: 100%;
  border-radius: 50px;
  background: #FFF; }

.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 50px;
  padding: 0px 70px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  transform: translate(0, 60px);
  border-bottom: 1px solid #293068;
  max-width: 80%; }
  .search-wrapper .input-holder .search-input::placeholder {
    color: #000; }

.search-wrapper.active .input-holder .search-input {
  opacity: 1; }

.search-wrapper .input-holder .search-icon {
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 6px;
  background: #FFF;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer; }

.search-wrapper.active .input-holder .search-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 30px;
  right: 0; }

.search-wrapper.active .input-holder .search-icon span {
  transform: rotate(-45deg); }

.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: ''; }

.search-wrapper .input-holder .search-icon span::before {
  width: 4px;
  height: 11px;
  left: 9px;
  top: 18px;
  border-radius: 2px;
  background: #FE5F55; }

.search-wrapper .input-holder .search-icon span::after {
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  border: 4px solid #FE5F55; }

.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: rotate(-180deg); }
  @media screen and (min-width: 992px) {
    .search-wrapper .close {
      display: none; } }

.search-wrapper.active .close {
  right: -50px;
  transform: rotate(45deg); }

.search-wrapper .close::before, .search-wrapper .close::after {
  position: absolute;
  content: '';
  background: #FE5F55;
  border-radius: 2px; }

.search-wrapper .close::before {
  width: 5px;
  height: 25px;
  left: 10px;
  top: 0px; }

.search-wrapper .close::after {
  width: 25px;
  height: 5px;
  left: 0px;
  top: 10px; }

.search-query {
  color: #90c66a;
  text-decoration: underline; }

.page-tabs {
  background-color: #efefef;
  margin-bottom: 70px; }

.partnerships-template-template-brokers #crumbs, .partnerships-template-template-brokers .inner-wrapper {
  margin-bottom: 0 !important; }
.partnerships-template-template-brokers .brokers-content {
  display: none; }
  .partnerships-template-template-brokers .brokers-content.show {
    display: block; }
  .partnerships-template-template-brokers .brokers-content .service-box img {
    filter: unset; }
  .partnerships-template-template-brokers .brokers-content .modal-teammember .left-wrapper img {
    max-width: 60%; }
.partnerships-template-template-brokers .page-tabs .nav-item .nav-link {
  padding: 44px 19px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 0; }
.partnerships-template-template-brokers .service-box:hover {
  background: #f8f8f8;
  text-decoration: none; }
  .partnerships-template-template-brokers .service-box:hover:after {
    background-color: #100249; }
  .partnerships-template-template-brokers .service-box:hover img {
    filter: unset; }
  .partnerships-template-template-brokers .service-box:hover .title {
    color: #100249; }
.partnerships-template-template-brokers .service-box a:hover {
  text-decoration: none; }
.partnerships-template-template-brokers .service-box a .title {
  font-size: 18px;
  line-height: 25px; }

.team-outer {
  background-color: #efefef; }
  .team-outer .team-top {
    background-color: #FFF;
    margin-bottom: 0; }
  .team-outer .team-main {
    padding-top: 90px; }

/*# sourceMappingURL=style.css.map */
