/*! v1.0.0 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/HelveticaNeueLTPro-Cn.ttf) format("truetype"), url(fonts/HelveticaNeueLTPro-Cn.woff) format("woff"), url(fonts/HelveticaNeueLTPro-Cn.woff2) format("woff2"); }

@font-face {
  font-family: "FbPractica";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/fbpractica-bold.ttf) format("truetype"), url(fonts/fbpractica-bold.woff) format("woff"), url(fonts/fbpractica-bold.eot) format("eot"); }

@font-face {
  font-family: "FbPractica";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/fbpractica-regular.ttf) format("truetype"), url(fonts/fbpractica-regular.woff) format("woff"), url(fonts/fbpractica-regular.eot) format("eot"); }

.navbar {
  padding: 0px 0; }
  .navbar .navbar-collapse {
    z-index: 123456;
    position: relative; }
  .navbar .nav {
    padding: 0;
    width: 100%; }
    .navbar .nav .dropdown-menu {
      position: relative;
      top: 0;
      left: 0;
      border: none;
      margin: 0;
      padding: 0;
      width: 100%;
      background: transparent; }
    .navbar .nav li.menu-item {
      text-align: center;
      position: relative; }
      .navbar .nav li.menu-item a,
      .navbar .nav li.menu-item a.dropdown-toggle {
        position: relative;
        padding: 17px 20px;
        color: #250005; }
        .navbar .nav li.menu-item a:after,
        .navbar .nav li.menu-item a.dropdown-toggle:after {
          border: none;
          position: absolute;
          display: block;
          content: "";
          background: #b6b6b6;
          width: calc(100% - 40px);
          height: 1px;
          left: 20px;
          bottom: 0; }
        .navbar .nav li.menu-item a.dropdown-toggle span:after,
        .navbar .nav li.menu-item a.dropdown-toggle.dropdown-toggle span:after {
          position: relative;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\F107";
          font-size: 20px;
          margin-right: 8px;
          top: 2px;
          display: inline-block; }
        .navbar .nav li.menu-item a:hover,
        .navbar .nav li.menu-item a.dropdown-toggle:hover {
          color: #77aab5;
          background: transparent; }
          .navbar .nav li.menu-item a:hover:after,
          .navbar .nav li.menu-item a.dropdown-toggle:hover:after {
            background: #77aab5; }
      .navbar .nav li.menu-item.active > a, .navbar .nav li.menu-item:hover > a {
        color: #77aab5;
        background: transparent; }
        .navbar .nav li.menu-item.active > a:after, .navbar .nav li.menu-item:hover > a:after {
          background: #77aab5; }
      .navbar .nav li.menu-item.dropdown {
        transition: all 0.3s; }
        .navbar .nav li.menu-item.dropdown:before {
          border: none;
          position: absolute;
          display: block;
          content: "";
          background: transparent;
          width: 100%;
          height: 1px;
          left: 0px;
          top: -1px;
          transition: all 0.3s; }
        .navbar .nav li.menu-item.dropdown:after {
          border: none;
          position: absolute;
          display: block;
          content: "";
          background: transparent;
          width: 100%;
          height: 1px;
          left: 0px;
          bottom: -1px;
          transition: all 0.3s; }
        .navbar .nav li.menu-item.dropdown.show, .navbar .nav li.menu-item.dropdown:hover {
          background-color: #ededed; }
          .navbar .nav li.menu-item.dropdown.show a, .navbar .nav li.menu-item.dropdown:hover a {
            background: transparent; }
            .navbar .nav li.menu-item.dropdown.show a:after, .navbar .nav li.menu-item.dropdown:hover a:after {
              display: none; }
            .navbar .nav li.menu-item.dropdown.show a.dropdown-toggle, .navbar .nav li.menu-item.dropdown:hover a.dropdown-toggle {
              color: #000; }
              .navbar .nav li.menu-item.dropdown.show a.dropdown-toggle span:after, .navbar .nav li.menu-item.dropdown:hover a.dropdown-toggle span:after {
                content: "\F104"; }
          .navbar .nav li.menu-item.dropdown.show .dropdown-menu, .navbar .nav li.menu-item.dropdown:hover .dropdown-menu {
            display: block; }
            .navbar .nav li.menu-item.dropdown.show .dropdown-menu li.active a:after, .navbar .nav li.menu-item.dropdown:hover .dropdown-menu li.active a:after {
              display: block;
              bottom: 10px;
              width: calc(100% - 100px);
              left: 50px; }
          .navbar .nav li.menu-item.dropdown.show:before, .navbar .nav li.menu-item.dropdown:hover:before {
            background: #b6b6b6; }
          .navbar .nav li.menu-item.dropdown.show:after, .navbar .nav li.menu-item.dropdown:hover:after {
            background: #b6b6b6; }
    .navbar .nav li > .collapse:before,
    .navbar .nav li > .collapsing:before {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 50px;
      right: 10px;
      top: -40px; }
    .navbar .nav li > .collapse a:after,
    .navbar .nav li > .collapsing a:after {
      display: none; }
    .navbar .nav li > .collapse a.active:after,
    .navbar .nav li > .collapsing a.active:after {
      position: absolute;
      display: block;
      content: "";
      background: #77aab5;
      width: 2px;
      height: 50px;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }

html.no-admin {
  margin-top: 0 !important; }

html.no-admin #wpadminbar {
  display9: none !important; }

body {
  position: relative;
  direction9: rtl;
  text-align: right;
  min-height: 100vh;
  font-family: 'FbPractica'; }

p {
  color: #565656;
  font-size: 23px; }

.read-more-button {
  background: none;
  border: none;
  font-size: 25px;
  color: #565656;
  padding: 0; }
  .read-more-button span {
    display: block; }
  .read-more-button i {
    display: block;
    font-size: 30px;
    line-height: 20px; }
.enbody .main-content {
	direction:ltr;
}
.enbody .main-content .news-item {
	text-align:left;
}
.main-content {
  padding-right: 270px;
  min-height: calc(100vh - 70px);
  width: 100%; }
  .main-content .content-wrapper {
    width: 100%; }
  .main-content .main-content-image {
    position: fixed;
    left: 0;
    right: 270px;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .main-content .main-content-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto !important;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
  .main-content .main-sidebar {
    overflow-y: auto;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    width: 270px;
    right: 0;
    background: #fff;
    padding: 0px; }
  .main-content .sidebard-logo {
    padding: 80px 20px; }
    .main-content .sidebard-logo img {
      max-width: 100%; }
  .main-content .language-switcher {
    text-align: center;
    margin-top: 20px;
    padding: 0 20px; }
    .main-content .language-switcher a {
      color: #000;
      display: inline-block;
      padding: 0; }
      .main-content .language-switcher a.active {
        color: #dedede; }
    .main-content .language-switcher span {
      display: inline-block;
      margin: 0 5px; }
  .main-content .page-content .wp-block-embed-youtube iframe {
    max-width: 100%;
    max-height: 56vw; }

.heading-wrapper {
  text-align: center;
  display: block;
  width: 100%;
  padding: 30px 0 35px; }
  .heading-wrapper h2 {
    margin: 0 auto;
    display: inline;
    color: #000;
    border-bottom: solid 1px #77aab5;
    margin: 0;
    font-size: 40px;
    padding-bottom: 7px; }

.page-banner {
  position: relative;
  height: 250px;
  overflow: hidden; }
  .page-banner > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .page-banner .page-banner-title {
    position: absolute;
    bottom: 0;
    left: 0; }

.page-banner-title {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px; }
  .page-banner-title h1 {
    text-align: center;
    color: #000;
    font-size: 45px;
    margin: 0; }

.page-banner-carousel {
  height: 100%; }
  .page-banner-carousel .carousel-inner {
    height: 100%;
    overflow: visible; }
    .page-banner-carousel .carousel-inner .carousel-item {
      height: 100%;
      position: relative; }
  .page-banner-carousel .carousel-control-prev,
  .page-banner-carousel .carousel-control-next {
    display: none; }

.read-more-text {
  display: none; }

footer {
  margin: 0;
  position: relative;
  z-index: 123;
  padding: 20px 0 10px;
  background: #000;
  text-align: center; }
  footer .separator {
    margin: 0 15px;
    font-size: 20px;
    font-family: "Arial";
    color: #9e9d9d; }
  footer p,
  footer a {
    color: #fff;
    display: inline-block;
    margin-top: 0 !important;
    font-size: 16px; }
  footer img {
    position: relative;
    top: -2px; }

.carousel .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .carousel .carousel-item img {
    position: absolute;
    opacity: 0; }

.carousel.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out; }

.carousel.carousel-fade .carousel-item.active {
  opacity: 1; }

@media screen and (max-width: 980px) {
  body {
    min-height: auto; }
  .main-content {
    min-height: auto;
    padding-right: 0; }
    .main-content .content-wrapper {
      margin-top: 160px; }
    .main-content .main-content-image {
      right: 0; }
    .main-content .main-sidebar {
      position: fixed;
      left: 0;
      right: 0;
      width: auto;
      top: 0;
      bottom: auto;
      background: #fff;
      z-index: 123456; }
      .main-content .main-sidebar .navbar-toggler {
        position: fixed;
        right: 15px;
        top: 15px;
        border: none;
        outline: none; }
        .main-content .main-sidebar .navbar-toggler .icon-bar {
          display: block;
          height: 3px;
          background: #404041;
          width: 30px;
          margin-bottom: 7px;
          transition: all 0.2s; }
        .main-content .main-sidebar .navbar-toggler:not(.collapsed) .icon-bar {
          margin-bottom: 5px; }
        .main-content .main-sidebar .navbar-toggler:not(.collapsed) .top-bar {
          transform: rotate(45deg);
          transform-origin: 10% 10%; }
        .main-content .main-sidebar .navbar-toggler:not(.collapsed) .middle-bar {
          opacity: 0; }
        .main-content .main-sidebar .navbar-toggler:not(.collapsed) .bottom-bar {
          transform: rotate(-45deg);
          transform-origin: 10% 90%; }
      .main-content .main-sidebar .language-switcher {
        text-align: center;
        position: fixed;
        padding: 6px 0px 12px;
        top: 15px;
        left: 25px;
        margin: 0;
        background: url(73078db6d2ea7b85c6f5bb7cd44b0432.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        .main-content .main-sidebar .language-switcher span {
          display: none; }
        .main-content .main-sidebar .language-switcher .nav-link {
          position: relative;
          color: #404041;
          font-size: 16px;
          padding: 0 3px; }
          .main-content .main-sidebar .language-switcher .nav-link.active {
            color: #fff; }
          .main-content .main-sidebar .language-switcher .nav-link:first-child {
            padding-left: 0; }
        .main-content .main-sidebar .language-switcher.activate {
          padding: 6px 0px 16px;
          background-image: url(d897f817d66587d636e93c2f4b50b07c.png); }
		 .enbody .main-content .main-sidebar .language-switcher {
    background: url(73078db6d2ea7b85c6f5bb7cd44b0432.png);
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 3px;
}
          .main-content .main-sidebar .language-switcher.activate .nav-link {
            padding: 0 6px;
            top: 3px; }
            .main-content .main-sidebar .language-switcher.activate .nav-link:first-child {
              padding-left: 0px; }
            .main-content .main-sidebar .language-switcher.activate .nav-link:last-child {
              padding-left: 4px; }
    .main-content .sidebard-logo {
      padding: 40px 0 20px; }
      .main-content .sidebard-logo img {
        max-width: 150px; }
  p {
    font-size: 20px; }
  .heading-wrapper {
    text-align: right; }
    .heading-wrapper h2 {
      font-size: 25px; }
  .page-banner {
    height: 180px;
    display: block !important; }
  .page-banner-title {
    display: block !important; }
    .page-banner-title h1 {
      font-size: 27px;
      text-align: right;
      margin-bottom: 6px;
      padding-right: 0;
      margin-right: 20px;
      display: inline-block;
      border-bottom: solid 1px #1b7689; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.loader-wrapper {
  position: fixed;
  direction: ltr;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6d6e71;
  z-index: 999999999;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.loader-wrapper.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.loader-wrapper.loader-ajax {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: none; }

.loader-wrapper .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.loader-wrapper .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

.loader-wrapper .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

#pageBackgroundCarousel {
  height: 100vh; }
  #pageBackgroundCarousel .carousel-inner {
    height: 100%; }
    #pageBackgroundCarousel .carousel-inner .carousel-item {
      height: 100%; }
  #pageBackgroundCarousel .carousel-control-prev,
  #pageBackgroundCarousel .carousel-control-next {
    display: none !important; }

.page-template-page-home .page-content {
  display: none; }

@media screen and (max-width: 980px) {
  .page-template-page-home .page-content {
    display: block;
    padding: 15px; }
  .page-template-page-home .main-content {
    min-height: calc(100vh - 237px); }
    .page-template-page-home .main-content .main-content-image {
      position: relative;
      top: 0; }
    .page-template-page-home .main-content #pageBackgroundCarousel {
      height: 62.25vw; } }

body.page-template-page-about .content-wrapper {
  padding: 50px; }

.about-content {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  min-height: calc(100vh - 70px - 10vh);
  padding: 40px 80px;
  text-align: center; }
  .about-content .page-banner {
    display: none; }
  .about-content .bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
    direction: ltr;
    margin: 0; }
    .about-content .bx-wrapper .bxslider {
      height: 100%; }
    .about-content .bx-wrapper .bx-controls-direction a {
      text-indent: 0;
      background: none !important;
      font-size: 40px;
      line-height: 30px;
      color: #666869; }
      .about-content .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -55px; }
      .about-content .bx-wrapper .bx-controls-direction a.bx-next {
        right: -55px; }
      .about-content .bx-wrapper .bx-controls-direction a i {
        line-height: 30px; }
    .about-content .bx-wrapper > * {
      direction: ltr; }
      .about-content .bx-wrapper > * .team-item {
        background: #b2cbd1;
        padding: 10px 20px;
        min-height: 100%; }
        .about-content .bx-wrapper > * .team-item p {
          text-align: right;
          margin: 0; }
        .about-content .bx-wrapper > * .team-item .team-name {
          font-size: 25px;
          font-weight: bold; }
        .about-content .bx-wrapper > * .team-item .team-job {
          font-size: 21px;
          margin-bottom: 10px; }
        .about-content .bx-wrapper > * .team-item .team-description, .about-content .bx-wrapper > * .team-item .team-description p {
          font-size: 20px; }

.read-more-link {
  color: #565656;
  font-size: 25px; }
  .read-more-link:hover {
    text-decoration: none;
    color: #000; }

@media screen and (max-width: 980px) {
  body.page-template-page-about .content-wrapper {
    padding: 0; }
  .about-content {
    padding: 0 40px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.95); }
    .about-content .page-banner {
      margin: 0 -40px; }
    .about-content p {
      text-align: right; }
    .about-content .bx-wrapper .bx-controls-direction a {
      background-color: #59757c !important;
      color: #fff;
      padding: 5px 10px;
      height: auto; }
      .about-content .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -32px; }
      .about-content .bx-wrapper .bx-controls-direction a.bx-next {
        right: -32px; } }

.projects-content {
  position: relative;
  background: #fff; }
  .projects-content .page-content {
    display: block; }
  .projects-content .projects-items {
    display: flex;
    flex-wrap: wrap;
    padding: 3px; }
  .projects-content .page-banner {
    display: none; }

.project-content {
  position: relative;
  background: #fff; }
  .project-content .page-content {
    display: block;
    padding: 0 15px;
    min-height: calc(100vh - 350px - 70px); }
  .project-content .page-banner {
    height: 60vh;
    min-height: 350px; }

.projects-item {
  width: calc(33.33332% - 6px);
  height: calc((100vh - 70px) / 2);
  padding: 0;
  margin: 3px; }
  .projects-item a {
    display: block;
    text-decoration: none !important;
    color: #000;
    position: relative;
    height: 100%;
    width: 100%; }
    .projects-item a .projects-item-heading-container {
      padding: 10px;
      z-index: 2;
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.7);
      width: 100%;
      left: 0; }
      .projects-item a .projects-item-heading-container h2 {
        display: inline-block;
        margin: 0;
        font-size: 23px; }
    .projects-item a .projects-item-image-container {
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      overflow: hidden; }
      .projects-item a .projects-item-image-container img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }

.project-content .col-details {
  background: #ebebeb;
  padding: 40px; }
.enbody .project-content .col-details {
	text-align:left;
}
.project-content .col-specs {
  background: #e9f1f3;
  padding: 40px; }
  .project-content .col-specs ul {
    display: flex;
    flex-wrap: wrap;
    padding-right: 18px; }
    .project-content .col-specs ul li {
      font-size: 16px;
      width: 50%;
      padding-left: 20px; }
.INDDesktop #INDmenu-btn {
    top: 150px !important;
}
.project-content .col-plans {
  background: #171213;
  padding: 20px 40px; }
  .project-content .col-plans .plans-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-right: 18px; }
  .project-content .col-plans .plan-item {
    font-size: 16px;
    width: 50%;
    padding-left: 20px;
    margin: 30px 0; }
    .project-content .col-plans .plan-item a {
      color: #fff;
      display: flex;
      align-items: center; }
      .project-content .col-plans .plan-item a .plan-details {
        padding-right: 10px; }
      .project-content .col-plans .plan-item a .plan-title {
        font-size: 25px; }
      .project-content .col-plans .plan-item a .plan-subtitle {
        font-size: 16px; }
      .project-content .col-plans .plan-item a .plan-icon {
        width: 50px;
        height: 50px;
        background-image: url(47c576f58b8086c43813c09af15fd36d.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .project-content .col-plans .plan-item a:hover {
        color: #77aab5;
        text-decoration: none; }
        .project-content .col-plans .plan-item a:hover .plan-icon {
          background-image: url(aacd7efe39e950d07c3056258a8c830a.png); }

.project-content .project-map-google,
.project-content .project-map-image {
  height: 100%;
  overflow: hidden;
  display: none; }
  .project-content .project-map-google.active,
  .project-content .project-map-image.active {
    display: block; }
  .project-content .project-map-google #projectMap,
  .project-content .project-map-image #projectMap {
    width: 100%;
    height: 100%; }

.project-content .project-map-image {
  position: relative; }
  .project-content .project-map-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); }

.project-content .col-no-padding {
  padding: 0; }

.project-content .project-details-content h2 {
  font-size: 32px;
  margin-bottom: 20px; }

.project-content .project-details-content p {
  font-size: 18px; }

.mobile-projects-navigation {
  display: none; }

@media screen and (max-width: 980px) {
  .projects-content .page-content {
    padding: 0; }
  .projects-content .projects-items {
    display: block;
    flex-wrap: wrap; }
  .projects-content .bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
    direction: ltr;
    margin: 0;
    margin-bottom: 80px; }
    .projects-content .bx-wrapper .bx-pager {
      position: absolute;
      top: 3px;
      font-size: 25px;
      font-weight: 200;
      left: 50%;
      transform: translateX(-50%); }
    .projects-content .bx-wrapper .bx-controls {
      position: absolute;
      left: 0;
      right: 0;
      background: #fff;
      bottom: -80px;
      height: 80px; }
      .projects-content .bx-wrapper .bx-controls a {
        text-indent: 0;
        background: #3d3e3f !important;
        font-size: 40px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        width: 45px;
        height: 45px;
        padding-top: 5px;
        margin-top: -23px; }
        .projects-content .bx-wrapper .bx-controls a.bx-prev {
          left: 50%;
          margin-left: -100px; }
        .projects-content .bx-wrapper .bx-controls a.bx-next {
          right: 50%;
          margin-right: -100px; }
        .projects-content .bx-wrapper .bx-controls a i {
          line-height: 30px; }
    .projects-content .bx-wrapper > * {
      direction: ltr; }
  .row {
    min-height: auto;
    display: block;
    margin: 0; }
  .projects-item {
    position: relative;
    padding: 0;
    width: 100%;
    height: 110vw;
    margin: 0;
    margin-bottom: 20px; }
    .projects-item a .projects-item-heading-container h2 {
      display: block;
      text-align: center; }
  .project-content {
    padding: 0; }
    .project-content .page-content {
      padding: 0; }
    .project-content .col-details,
    .project-content .col-plans,
    .project-content .col-specs {
      width: 100%;
      padding: 20px; }
    .project-content .project-map-image,
    .project-content .project-map-google {
      height: 400px; }
    .project-content .project-title {
      font-size: 25px;
      color: #1c7588;
      text-decoration: underline; }
    .project-content .col-specs {
      background: #e9f1f3;
      padding: 20px; }
      .project-content .col-specs ul {
        display: block;
        margin: 0; }
        .project-content .col-specs ul li {
          width: 100%;
          font-size: 16px; }
    .project-content .col-plans {
      padding: 30px 20px; }
      .project-content .col-plans ul.plans-list {
        display: block;
        margin: 0; }
        .project-content .col-plans ul.plans-list li {
          width: 100%; }
    .project-content .project-specs-col {
      padding: 0; }
  .mobile-projects-navigation {
    display: block;
    padding: 15px;
    position: relative; }
    .mobile-projects-navigation a {
      display: block;
      text-indent: 0;
      background: #3d3e3f !important;
      font-size: 40px;
      line-height: 30px;
      color: #fff;
      text-align: center;
      top: 50%;
      width: 45px;
      height: 45px;
      padding-top: 5px;
      margin-top: -23px;
      position: absolute; }
      .mobile-projects-navigation a.navigation-left {
        left: 50%;
        margin-left: -100px; }
      .mobile-projects-navigation a.navigation-right {
        right: 50%;
        margin-right: -100px; }
      .mobile-projects-navigation a i {
        line-height: 30px; }
    .mobile-projects-navigation .navigation-counter {
      display: block;
      font-size: 26px;
      text-align: center; } }

.news-content {
  position: relative;
  background: #fff; }
  .news-content .page-content {
    padding: 25px 20px;
    min-height: calc(100vh - 250px - 70px); }

.news-items {
  display: flex;
  flex-wrap: wrap; }

.news-item {
  width: 33.33332%;
  padding: 20px; }
  .news-item a {
    display: block;
    text-decoration: none !important;
    color: #000; }
    .news-item a .news-item-heading-container {
      padding: 10px 0; }
      .news-item a .news-item-heading-container h2 {
        display: inline-block;
        margin: 0;
        font-size: 27px; }
        .news-item a .news-item-heading-container h2.news-company:before {
          content: "|";
          margin: 0 10px; }
    .news-item a .news-description {
      font-size: 16px;
      margin: 0; }
    .news-item a .news-item-image-container {
      position: relative;
      display: block;
      padding-bottom: 45%;
      overflow: hidden; }
      .news-item a .news-item-image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto !important;
        height: auto;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }

@media screen and (max-width: 980px) {
  .news-content .page-content {
    padding: 0;
    min-height: auto; }
  .news-content .bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
    direction: ltr;
    margin: 0;
    margin-bottom: 80px; }
    .news-content .bx-wrapper .bx-pager {
      position: absolute;
      top: 3px;
      font-size: 25px;
      font-weight: 200;
      left: 50%;
      transform: translateX(-50%); }
    .news-content .bx-wrapper .bx-controls {
      position: absolute;
      left: 0;
      right: 0;
      background: #fff;
      bottom: -80px;
      height: 80px; }
      .news-content .bx-wrapper .bx-controls a {
        text-indent: 0;
        background: #3d3e3f !important;
        font-size: 40px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        width: 45px;
        height: 45px;
        padding-top: 5px;
        margin-top: -23px; }
        .news-content .bx-wrapper .bx-controls a.bx-prev {
          left: 50%;
          margin-left: -100px; }
        .news-content .bx-wrapper .bx-controls a.bx-next {
          right: 50%;
          margin-right: -100px; }
        .news-content .bx-wrapper .bx-controls a i {
          line-height: 30px; }
    .news-content .bx-wrapper > * {
      direction: ltr; }
  .row {
    min-height: auto;
    display: block;
    margin: 0; }
  .news-item {
    position: relative;
    padding: 0;
    width: 100%; }
    .news-item a .news-description, .news-item a .news-item-heading-container {
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 20px 20px; }
    .news-item a .news-description {
      height: 100px; }
    .news-item a .news-item-heading-container {
      padding-top: 20px;
      bottom: 100px; }
    .news-item a .news-item-image-container {
      padding-bottom: 120%; } }

.contact-content {
  position: relative;
  background: #fff; }
  .contact-content p {
    font-size: 25px;
    color: #000; }
  .contact-content .page-banner-title {
    display: none; }
  .contact-content .page-content {
    padding: 0 15px; }
    .contact-content .page-content .row {
      min-height: calc(100vh - 250px - 70px); }
    .contact-content .page-content .col-map {
      padding: 0; }
      .contact-content .page-content .col-map .map-container {
        height: 100%;
        width: 100%; }
        .contact-content .page-content .col-map .map-container #contactMap {
          height: 100%;
          width: 100%; }
    .contact-content .page-content .col-form {
      padding: 0 50px;
      background: #ededed; }
    .contact-content .page-content .wpcf7-mail-sent-ok {
      display: none !important; }
    .contact-content .page-content .message-sent {
      padding: 20px;
      text-align: center; }
  .contact-content form .form-group {
    margin-bottom: 20px; }
    .contact-content form .form-group .form-control {
      border: solid 1px #75b6c5;
      border-radius: 0;
      height: 50px;
      font-size: 22px; }
    .contact-content form .form-group .btn {
      border-radius: 0;
      height: 50px;
      font-size: 22px;
      background: #75b6c5;
      border: none;
      outline: none !important; }
  .contact-content .contact-details {
    list-style: none;
    padding: 0;
    padding-top: 120px; }
    .contact-content .contact-details li {
      display: block;
      list-style: none;
      margin-bottom: 35px;
      text-align: center; }
      .contact-content .contact-details li i {
        font-size: 27px;
        color: #75b6c5; }
      .contact-content .contact-details li p,
      .contact-content .contact-details li a {
        text-align: center;
        color: #000; }

@media screen and (max-width: 980px) {
  .contact-content p {
    font-size: 18px; }
  .contact-content .page-content {
    padding: 0; }
    .contact-content .page-content .row {
      min-height: auto;
      display: block;
      margin: 0; }
    .contact-content .page-content .col-map,
    .contact-content .page-content .col-form,
    .contact-content .page-content .col-6 {
      flex: 0;
      max-width: initial;
      width: 100%;
      padding: 0; }
    .contact-content .page-content .col-form {
      background: #f1f1f1; }
    .contact-content .page-content .col-map {
      padding: 0;
      height: 400px; }
    .contact-content .page-content .col-form-wrapper {
      padding: 30px; }
      .contact-content .page-content .col-form-wrapper .heading-wrapper {
        display: none; }
  .contact-content form .form-group {
    margin-bottom: 20px; }
    .contact-content form .form-group .form-control {
      border: solid 1px #75b6c5;
      border-radius: 0;
      height: 50px;
      font-size: 22px; }
    .contact-content form .form-group .btn {
      border-radius: 0;
      height: 50px;
      font-size: 22px;
      background: #75b6c5; }
  .contact-content .contact-details {
    padding: 20px 0 0;
    margin: 0; }
    .contact-content .contact-details li {
      background: #e4e4e4;
      margin: 0;
      padding: 20px 0;
      border-bottom: solid 1px #b7bbbb; }
      .contact-content .contact-details li:nth-child(even) {
        background: #d9d9d9; }
      .contact-content .contact-details li span {
        display: none; }
      .contact-content .contact-details li i {
        font-size: 24px;
        background: #75b6c5;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 8px;
        border-radius: 50%; }
      .contact-content .contact-details li a {
        color: #000; }
      .contact-content .contact-details li p {
        margin: 0; } }

/*# sourceMappingURL=main.css.map*/













html[lang='en-US'] .about-content .bx-wrapper > * .team-item .team-name,
html[lang='en-US'] .about-content .bx-wrapper > * .team-item .team-job,
html[lang='en-US'] .projects-item a .projects-item-heading-container {
  text-align: left;
}