@import url(https://fonts.googleapis.com/css?family=Poppins:400,700);.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.transition,
.homepage .infomation-block .col-4-md .collapse .collapse-heading span::before,
.homepage .infomation-block .col-4-md .collapse .collapse-heading span:after,
.homepage .infomation-block .col-4-md .collapse .collapse-content {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.text-ellipsis {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.42857143;
}

.bg-cover {
  background-repeat: none;
  background-size: cover;
  background-position: center;
}

header .header-wrap .menu,
.breadcrumb-heading {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header .header-wrap .menu > li,
.breadcrumb-heading > li {
  display: inline-block;
}

@-webkit-keyframes animation-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -24px);
            transform: translate(0px, -24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes animation-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -24px);
            transform: translate(0px, -24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animation-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animation-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in,
.fa-spin {
  -webkit-animation: animation-fade-in ease 400ms;
          animation: animation-fade-in ease 400ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

abbr,
article,
aside,
audio,
blockquote,
body,
code,
div,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background-color: transparent;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
small,
summary {
  display: block;
}

audio,
embed,
iframe,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

li,
ul {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
td,
th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

abbr,
acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: 0.1em dotted;
}

a:active,
a:hover {
  outline-width: 0;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button,
input[type="file"],
label {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
input,
select,
textarea {
  margin: 0;
  text-transform: none;
  border: 0;
}

img {
  border-style: none;
}

/**
 * Typography
 */

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
h1 {
  font-size: 37px;
}

.h2,
h2 {
  font-size: 30px;
}

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

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

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

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

.p,
p {
  margin: 0 0 10px;
}

a,
.link {
  color: #336666;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

a:active a:focus,
.link:active a:focus,
a:active .link:focus,
.link:active .link:focus,
a:hover,
.link:hover {
  color: #224444;
  text-decoration: underline;
}

.small,
small {
  font-size: 75%;
}

.italic {
  font-style: italic;
}

.thin {
  font-weight: 100;
}

.bold {
  font-weight: bold;
}

.caps {
  font-variant: small-caps;
}

.justify {
  text-align: justify;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.list-unstyled {
  list-style-type: none;
}

.muted {
  opacity: 0.7;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

.center {
  margin: auto;
}

@media (max-width: 991px) {
  .visible-m {
    display: block !important;
  }

  table.visible-m {
    display: table !important;
  }

  tr.visible-m {
    display: table-row !important;
  }

  th.visible-m,
  td.visible-m {
    display: table-cell !important;
  }

  .hidden-m {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-m {
    display: block !important;
  }

  table.hidden-m {
    display: table !important;
  }

  tr.hidden-m {
    display: table-row !important;
  }

  th.hidden-m,
  td.hidden-m {
    display: table-cell !important;
  }

  .visible-m {
    display: none !important;
  }
}

/**
 * Grid system
 */

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.col-1 {
  max-width: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
}

.offset-1 {
  margin-left: 16.66666667%;
}

.col-2 {
  max-width: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
}

.offset-2 {
  margin-left: 33.33333333%;
}

.col-3 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.offset-3 {
  margin-left: 50%;
}

.col-4 {
  max-width: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
}

.offset-4 {
  margin-left: 66.66666667%;
}

.col-5 {
  max-width: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
}

.offset-5 {
  margin-left: 83.33333333%;
}

.col-6 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.offset-6 {
  margin-left: 100%;
}

.col-1-sm,
.col-2-sm,
.col-3-sm,
.col-4-sm,
.col-5-sm,
.col-6-sm,
.col-1-md,
.col-2-md,
.col-3-md,
.col-4-md,
.col-5-md,
.col-6-md,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-1-lg,
.col-2-lg,
.col-3-lg,
.col-4-lg,
.col-5-lg,
.col-6-lg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1-sm,
.col-2-sm,
.col-3-sm,
.col-4-sm,
.col-5-sm,
.col-6-sm,
.col-1-md,
.col-2-md,
.col-3-md,
.col-4-md,
.col-5-md,
.col-6-md,
.col-1-lg,
.col-2-lg,
.col-3-lg,
.col-4-lg,
.col-5-lg,
.col-6-lg {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .col-1-sm {
    max-width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }

  .offset-1-sm {
    margin-left: 16.66666667%;
  }

  .col-2-sm {
    max-width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }

  .offset-2-sm {
    margin-left: 33.33333333%;
  }

  .col-3-sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .offset-3-sm {
    margin-left: 50%;
  }

  .col-4-sm {
    max-width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }

  .offset-4-sm {
    margin-left: 66.66666667%;
  }

  .col-5-sm {
    max-width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }

  .offset-5-sm {
    margin-left: 83.33333333%;
  }

  .col-6-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .offset-6-sm {
    margin-left: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-1-md {
    max-width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }

  .offset-1-md {
    margin-left: 16.66666667%;
  }

  .col-2-md {
    max-width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }

  .offset-2-md {
    margin-left: 33.33333333%;
  }

  .col-3-md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .offset-3-md {
    margin-left: 50%;
  }

  .col-4-md {
    max-width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }

  .offset-4-md {
    margin-left: 66.66666667%;
  }

  .col-5-md {
    max-width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }

  .offset-5-md {
    margin-left: 83.33333333%;
  }

  .col-6-md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .offset-6-md {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-1-lg {
    max-width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }

  .offset-1-lg {
    margin-left: 16.66666667%;
  }

  .col-2-lg {
    max-width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }

  .offset-2-lg {
    margin-left: 33.33333333%;
  }

  .col-3-lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .offset-3-lg {
    margin-left: 50%;
  }

  .col-4-lg {
    max-width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }

  .offset-4-lg {
    margin-left: 66.66666667%;
  }

  .col-5-lg {
    max-width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }

  .offset-5-lg {
    margin-left: 83.33333333%;
  }

  .col-6-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .offset-6-lg {
    margin-left: 100%;
  }
}

/**
 * Alignment
 */

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-initial {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.align-items-inherit {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.justify-content-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-initial {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.justify-content-inherit {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-animation: animation-in-down ease 200ms;
          animation: animation-in-down ease 200ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.show {
  display: block;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  pointer-events: auto;
  outline: 0;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.46);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

header .header-parallax {
  min-height: 648px;
  background: rgba(51, 102, 102, 0.75);
}

header .header-wrap {
  padding: 50px 0px;
}

header .header-wrap .logo {
  line-height: 0;
}

header .header-wrap .menu {
  margin: 10px 0px;
}

header .header-wrap .menu li a {
  padding: 8px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

header .header-wrap .menu li a:hover,
header .header-wrap .menu li a:active,
header .header-wrap .menu li a:focus {
  color: #FFFF99;
}

header .header-wrap .menu li.active a {
  color: #FFFF99;
}

header .overview {
  margin-top: 150px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
}

header .overview b {
  font-size: 32px;
  font-weight: 700;
}

header .overview:before {
  content: " ";
  width: 100px;
  height: 4px;
  position: absolute;
  top: -20px;
  left: 0;
  background: #FFFF99;
}

header #back-to-top {
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  background: #ffff99;
  color: #336666;
  font-size: 0pt;
  padding: 0;
  -webkit-box-shadow: 0px 4px 10px #000;
          box-shadow: 0px 4px 10px #000;
  cursor: pointer;
}

header #back-to-top.show {
  width: initial;
  height: initial;
  opacity: 0.6;
  font-size: 15pt;
  padding: 11px 17px;
}

header #back-to-top:hover.show {
  opacity: 1;
}

@media (max-width: 991px) {
  header div[data-parallax="scroll"] {
    background-image: none !important;
  }

  header .overview {
    margin-top: 50px;
  }

  header .menubar {
    padding: 6px 12px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
  }

  header .menubar-container {
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 130px;
    height: auto;
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

  header .menubar-container .menu-item {
    padding: 8px 20px;
  }

  header .menubar-container .menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }

  header .menubar-container .menu-item a:hover,
  header .menubar-container .menu-item a:active,
  header .menubar-container .menu-item a:focus {
    color: #FFFF99;
  }

  header .menubar-container .menu-item.active a {
    color: #FFFF99;
  }

  header.menubar-toggle .menubar i::before {
    content: "\F00D";
  }

  header.menubar-toggle .overview {
    display: none;
  }

  header.menubar-toggle .menubar-container {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.ads-block {
  background: #fff;
  padding: 50px 0px;
}

.ads-block a {
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px;
}

.ads-block .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 100%;
}

.bottom-block {
  background: #F5F5F5;
  padding: 30px 0px;
  color: #336666;
}

.bottom-block h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}

.bottom-block a {
  color: #336666;
  display: inline-block;
  padding: 8px 15px;
  min-width: 150px;
  text-align: center;
  border: 1px solid #336666;
  text-decoration: none;
}

.bottom-block a:hover {
  color: #fff;
  background: #336666;
}

footer {
  background-color: #336666;
  text-align: center;
  color: #fff;
}

footer .footer {
  padding: 30px 0px;
}

footer .footer h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer .footer a {
  color: #fff;
}

footer .footer a:hover {
  color: #dada00;
}

footer .copyright {
  border-top: 1px solid #2c5858;
  padding: 10px 0px;
}

.homepage {
  background: #fff;
}

.homepage .intro-block {
  display: none;
  padding: 50px 0px;
}

.homepage .intro-block .col-2-md {
  padding: 0px 50px;
}

.homepage .intro-block .col-2-md:not(:first-child) {
  border-left: 1px solid #ddd;
}

.homepage .intro-block h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}

.homepage .intro-block p {
  color: #9F9F9F;
}

.homepage .intro-block a,
.homepage .intro-block .more {
  color: #373737 !important;
  font-weight: 700;
  margin-top: 30px;
}

.homepage .video-block {
  background: #F1F1F1;
  padding: 50px 0px;
}

.homepage .video-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: #336666;
  margin-bottom: 20px;
}

.homepage .video-block p {
  color: #9CA1A1;
}

.homepage .video-block .slide-block .flickity-viewport {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.homepage .video-block .slide-block .flickity-viewport .carousel-cell {
  margin: 0 25px;
}

.homepage .video-block .slide-block .flickity-viewport .carousel-cell .video {
  width: 321px;
  height: 180px;
  margin: 0px auto;
  background: #ddd;
  cursor: pointer;
}

.homepage .video-block .slide-block .flickity-viewport .carousel-cell .video iframe {
  width: 320px !important;
  height: 180px !important;
}

.homepage .infomation-block .col-4-md {
  padding: 50px 0px;
  padding-right: 30px;
}

.homepage .infomation-block .col-4-md h3 {
  font-size: 16px;
  font-weight: 700;
  color: #336666;
  margin-bottom: 30px;
}

.homepage .infomation-block .col-4-md .collapse {
  position: relative;
}

.homepage .infomation-block .col-4-md .collapse .collapse-heading {
  font-weight: 700;
  padding: 20px 0px;
  padding-right: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px soli transparent;
  position: relative;
}

.homepage .infomation-block .col-4-md .collapse .collapse-heading span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  color: #336666;
}

.homepage .infomation-block .col-4-md .collapse .collapse-heading span::before,
.homepage .infomation-block .col-4-md .collapse .collapse-heading span:after {
  content: " ";
  position: absolute;
  top: 28px;
  right: 0;
  width: 16px;
  height: 2px;
  background: #336666;
}

.homepage .infomation-block .col-4-md .collapse .collapse-heading span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.homepage .infomation-block .col-4-md .collapse .collapse-content {
  height: 0;
  padding: 0px 0px;
  color: #6B6B6B;
  overflow: hidden;
}

.homepage .infomation-block .col-4-md .collapse .collapse-content a,
.homepage .infomation-block .col-4-md .collapse .collapse-content .link {
  color: #dada00;
}

.homepage .infomation-block .col-4-md .collapse .collapse-content a:hover,
.homepage .infomation-block .col-4-md .collapse .collapse-content .link:hover {
  color: #bfbf00;
}

.homepage .infomation-block .col-4-md .collapse .collapse-content ul {
  color: #336666;
  padding-left: 20px;
}

.homepage .infomation-block .col-4-md .collapse .collapse-content ul li {
  color: #6B6B6B;
}

.homepage .infomation-block .col-4-md .collapse .collapse-content li,
.homepage .infomation-block .col-4-md .collapse .collapse-content ul {
  list-style: inherit !important;
}

.homepage .infomation-block .col-4-md .collapse input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.homepage .infomation-block .col-4-md .collapse input:checked {
  width: 32px;
  height: 32px;
  top: 14px;
  left: unset;
  right: 0;
}

.homepage .infomation-block .col-4-md .collapse input:checked ~ .collapse-heading {
  border-bottom: 1px solid #ddd;
}

.homepage .infomation-block .col-4-md .collapse input:checked ~ .collapse-heading span:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.homepage .infomation-block .col-4-md .collapse input:checked ~ .collapse-heading span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.homepage .infomation-block .col-4-md .collapse input:checked ~ .collapse-content {
  padding: 15px 0px;
  height: auto;
  min-height: 1px;
}

.homepage .team-block {
  background: #F1F1F1;
  padding: 50px 0px;
}

.homepage .team-block .block-heading span {
  font-size: 16px;
  font-weight: 700;
  color: #336666;
  display: block;
  padding: 7px 0px;
}

.homepage .team-block .block-heading a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #336666;
  color: #336666;
  text-decoration: none !important;
}

.homepage .team-block .block-heading a:hover {
  color: #fff;
  background: #336666;
}

.homepage .team-block .team-cards {
  margin-top: 20px;
}

.homepage .team-block .team-cards .slide-block {
  width: 100%;
}

.homepage .team-block .team-cards .slide-block .card {
  margin: 0px 5px;
  width: 235px;
  height: 335px;
  text-align: center;
}

.homepage .team-block .team-cards .slide-block .card .img {
  width: 235px;
  height: 270px;
  margin: 0px auto;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}

.homepage .team-block .team-cards .slide-block .card a {
  display: block;
  color: #313131 !important;
  font-weight: 700;
}

.homepage .team-block .team-cards .slide-block .card span {
  color: #9CA1A1;
}

.modal .modal-heading {
  padding: 20px 50px;
  background: #336666;
  color: #FFFF99;
  font-weight: 700;
}

.modal .modal-heading span {
  position: relative;
  top: -11px;
  left: 18px;
}

.modal .modal-body {
  padding: 20px 50px;
  line-height: 1.8;
}

.modal .modal-body ul,
.modal .modal-body li {
  list-style: inherit !important;
}

.modal .modal-body ul {
  padding-left: 20px;
  color: #336666;
}

.modal .modal-body ul li {
  color: #787878;
}

.top-margin-block {
  margin-top: -250px;
}

.sidebar-block {
  background: #336666;
  color: #fff;
  border-top: 5px solid #FFFF99;
  padding: 50px;
  text-align: center;
}

.sidebar-block h3 {
  color: #FFFF99;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sidebar-block ul li {
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}

.sidebar-block ul li:after {
  content: " ";
  position: absolute;
  left: calc(50% - 60px);
  bottom: 5px;
  width: 120px;
  height: 1px;
  background: #577E7E;
}

.sidebar-block ul li a {
  color: #fff !important;
}

.sidebar-block .more {
  color: #fff !important;
  margin-top: 50px;
}

.breadcrumb-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-left: 0px !important;
}

.breadcrumb-heading li {
  position: relative;
}

.breadcrumb-heading li:not(:first-child):before {
  content: "/";
  position: absolute;
  top: 3px;
  left: -3px;
  color: #888888;
}

.breadcrumb-heading li a {
  display: inline-block;
  padding: 3px 8px;
  color: #888888;
}

@media (max-width: 991px) {
  .homepage .intro-block .col-2-md {
    padding-bottom: 30px;
  }

  .homepage .intro-block .col-2-md:not(:first-child) {
    border-left: 0px;
  }

  .homepage .video-block .col-4-md {
    padding-top: 20px;
  }

  .top-margin-block {
    margin-top: -200px;
  }
}

.client-list {
  margin-bottom: 30px;
  background: #fff;
}

.client-list .col-4-md {
  padding: 15px 30px;
}

.client-list .col-4-md ul,
.client-list .col-4-md li {
  list-style: inherit !important;
}

.client-list .col-4-md ul {
  padding-left: 20px;
  line-height: 2;
  color: #336666;
}

.client-list .col-4-md ul li {
  color: #202020;
  margin-bottom: 10px;
}

.links-downloads {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
}

.links-downloads ul,
.links-downloads li {
  list-style: inherit !important;
}

.links-downloads ul {
  padding-left: 20px;
  line-height: 2;
  color: #336666;
}

.links-downloads ul li {
  color: #202020;
  margin-bottom: 10px;
}

.links-downloads ul li a,
.links-downloads ul li .link {
  display: inline;
}

.links-downloads legend {
  font-weight: 700;
  margin: 30px 0px;
  display: block;
  text-transform: uppercase;
}

.teams {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
}

.teams .position-group {
  font-size: 1.1em;
  font-weight: 700;
  color: #336666;
}

.teams .position-group:not(:first-child) {
  padding-top: 30px;
}

.teams .member {
  margin: 0 25px;
  padding: 30px 0;
}

.teams .member:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.teams .member .img {
  width: 195px;
  height: 215px;
  background: #ddd;
  background-position: center;
  background-size: cover;
}

.teams .member .info {
  padding-left: 30px;
  line-height: 2;
}

.teams .member .info a,
.teams .member .info .link {
  color: #dada00;
}

.teams .member .info a:hover,
.teams .member .info .link:hover {
  color: #bfbf00;
}

.teams .member .col-2-md {
  max-width: 195px;
}

.teams .member .col-4-md {
  max-width: calc(100% - 195px);
}

@media (max-width: 991px) {
  .teams .col-2-md {
    max-width: 100% !important;
  }

  .teams .col-2-md .img {
    margin: 0px auto;
  }

  .teams .col-4-md {
    max-width: 100% !important;
  }
}

.crossovers {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
  line-height: 1.8;
}

.crossovers .crossover-group {
  margin-top: 30px;
}

.crossovers .crossover-group h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.crossovers .crossover-group .col-2 {
  padding-right: 50px;
}

.crossovers .crossover-group .crossover-menu > li {
  padding: 6px 0px;
  border-top: 1px solid #ddd;
}

.crossovers .crossover-group .crossover-menu > li:last-child {
  border-bottom: 1px solid #ddd;
}

.crossovers .crossover-group .crossover-menu > li > a {
  color: #3B3B3B;
}

.crossovers .crossover-group .crossover-menu > li.active > a {
  font-weight: 700;
  color: #336666;
}

.crossovers .crossover-group .crossover-menu > li > ul > li {
  padding-left: 20px;
}

.crossovers .crossover-group .crossover-menu > li > ul > li:last-child {
  border-bottom: 0px;
}

.crossovers .crossover-group .timeline {
  position: relative;
}

.crossovers .crossover-group .timeline:before {
  content: " ";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 24px;
}

.crossovers .crossover-group .timeline .timeline-heading {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 30px;
  padding-left: 50px;
  background: #336666;
  color: #FFFF99;
  border-radius: 30px;
}

.crossovers .crossover-group .timeline .timeline-heading:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #FFFF99;
  position: absolute;
  top: 15px;
  left: 20px;
  border-radius: 50%;
}

.crossovers .crossover-group .timeline .timeline-content {
  position: relative;
  z-index: 1;
  margin: 30px 0px;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

.planning legend {
  font-weight: 700;
  margin: 30px 0px;
}

.planning p {
  margin-bottom: 30px;
}

.planning ul,
.planning li {
  list-style: inherit !important;
}

.planning ul {
  padding-left: 20px;
  line-height: 2;
  color: #336666;
}

.planning ul li {
  color: #202020;
  margin-bottom: 10px;
}

