.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

[data-animation="slideInLeft"] {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
  opacity: 0; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

[data-animation="slideInRight"] {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
  opacity: 0; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

[data-animation="slideInDown"] {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  opacity: 0; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

[data-animation="slideInUp"] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

[data-animation="fadeIn"] {
  opacity: 0; }

.navbar {
  margin: 0;
  border-radius: 0;
  border: 0; }
  .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    padding: 5px 10px;
    font-size: 18px; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.form-control {
  border-radius: 0; }

input.form-control {
  height: 32px; }

@media (min-width: 1200px) {
  .col-lg-10-10 {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-8-10 {
    width: 80%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-6-10 {
    width: 60%; }

  .col-lg-5-10 {
    width: 50%; }

  .col-lg-4-10 {
    width: 40%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-2-10 {
    width: 20%; }

  .col-lg-1-10 {
    width: 10%; } }
@media (min-width: 1600px) {
  .col-xl-12 {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-10-10 {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-8-10 {
    width: 80%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-6-10 {
    width: 60%; }

  .col-md-5-10 {
    width: 50%; }

  .col-md-4-10 {
    width: 40%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-2-10 {
    width: 20%; }

  .col-md-1-10 {
    width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-10-10 {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-8-10 {
    width: 80%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-6-10 {
    width: 60%; }

  .col-sm-5-10 {
    width: 50%; }

  .col-sm-4-10 {
    width: 40%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-2-10 {
    width: 20%; }

  .col-sm-1-10 {
    width: 10%; } }
@media (max-width: 544px) {
  .col-xxs-12 {
    width: 100%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-1 {
    width: 8.33333333%; } }
/**
 * Basic styles for global tags
 */
/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

hr {
  border-color: #e8e4e3; }

/**
 * Basic styles for input fields
 */
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

@font-face {
  font-family: 'Adelle';
  font-weight: 400;
  src: url("../fonts/Adelle-Regular.ttf"); }
@font-face {
  font-family: 'Adelle';
  font-weight: 700;
  src: url("../fonts/Adelle-Bold.ttf"); }
/**
 * Basic typography style for copy text
 */
body {
  font-family: 'Adelle', sans-serif; }

label.error {
  font-weight: normal;
  color: #a94442; }

p {
  font-size: 15px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3; }

.display-block {
  display: block !important; }
  .display-block .ms-tableCell {
    display: block; }

.pos-center {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%; }

.link-styled a:hover {
  text-decoration: none;
  color: #00778e; }
.link-styled._orange a:hover {
  color: #FF8C1F; }

.text-strong {
  font-weight: bold; }

.bg-gray {
  background-color: #EEEEEE; }

.lead {
  font-size: 16px;
  font-weight: 500; }

.pad-x-0 {
  padding-left: 0;
  padding-right: 0; }

.cc-list > li {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500; }

.scroll-top-btn {
  position: fixed;
  left: auto;
  right: 0;
  bottom: -50px;
  right: 20px;
  z-index: 999;
  text-align: right;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }
  .scroll-top-btn .btn {
    width: auto;
    height: 40px;
    line-height: 1.2;
    padding: 6px 12px;
    font-size: 20px;
    background-color: #000;
    color: #fff; }
    .scroll-top-btn .btn .fa {
      margin: auto;
      font-size: 14px; }
    .scroll-top-btn .btn:hover {
      background-color: #000;
      color: #fff; }
  .scroll-top-btn.reveal-btn {
    bottom: 10px; }
  @media (max-width: 544px) {
    .scroll-top-btn {
      right: 5px; }
      .scroll-top-btn.reveal-btn {
        bottom: 5px; } }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold; }

.btn-violet {
  background-color: #ff00ff;
  color: #fff; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #fff; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none; }

.balls-loader {
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.balls-loader:after,
.balls-loader:before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px; }

.balls-loader:before {
  -webkit-animation: ball1 1s infinite;
  animation: ball1 1s infinite;
  background-color: #00788E;
  -webkit-box-shadow: 30px 0 0 #007890;
  box-shadow: 30px 0 0 #007890;
  margin-bottom: 10px; }

.balls-loader:after {
  -webkit-animation: ball2 1s infinite;
  animation: ball2 1s infinite;
  background-color: #FF00FF;
  -webkit-box-shadow: 30px 0 0 #FF8C1F;
  box-shadow: 30px 0 0 #FF8C1F; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8); } }
@-webkit-keyframes ball1 {
  0% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334; }
  50% {
    -webkit-box-shadow: 0 0 0 #f8b334;
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px); }
  100% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px; } }
@keyframes ball1 {
  0% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334; }
  50% {
    -webkit-box-shadow: 0 0 0 #f8b334;
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px); }
  100% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px; } }
@-webkit-keyframes ball2 {
  0% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d; }
  50% {
    -webkit-box-shadow: 0 0 0 #97bf0d;
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px); }
  100% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0; } }
@keyframes ball2 {
  0% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d; }
  50% {
    -webkit-box-shadow: 0 0 0 #97bf0d;
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px); }
  100% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0; } }
.cc-fp-menu-toggle {
  position: fixed;
  z-index: 1033;
  top: 37.5px;
  right: 30px;
  padding: 10px;
  cursor: pointer;
  user-select: none; }
  .cc-fp-menu-toggle:hover .menu-icon > div:nth-child(1) {
    left: 0; }
  .cc-fp-menu-toggle:hover .menu-icon > div:nth-child(3) {
    right: 0; }
  .cc-fp-menu-toggle.toggle-active {
    color: #fff; }
    .cc-fp-menu-toggle.toggle-active .menu-icon > div {
      background-color: #fff;
      margin: auto; }
      .cc-fp-menu-toggle.toggle-active .menu-icon > div:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 9px; }
      .cc-fp-menu-toggle.toggle-active .menu-icon > div:nth-child(2) {
        opacity: 0; }
      .cc-fp-menu-toggle.toggle-active .menu-icon > div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 9px; }
  .cc-fp-menu-toggle .menu-icon {
    position: relative;
    width: 20px;
    height: 13px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: text-top;
    text-align: center; }
    .cc-fp-menu-toggle .menu-icon > div {
      position: absolute;
      display: block;
      height: 100%;
      width: 2px;
      background-color: #333;
      transition: all ease 0.5s;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }
      .cc-fp-menu-toggle .menu-icon > div:nth-child(1) {
        left: 3px; }
      .cc-fp-menu-toggle .menu-icon > div:nth-child(2) {
        left: 0;
        right: 0;
        margin: auto; }
      .cc-fp-menu-toggle .menu-icon > div:nth-child(3) {
        right: 3px; }
  .cc-fp-menu-toggle .menu-label {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px; }
  @media (max-width: 991px) {
    .cc-fp-menu-toggle {
      top: 20px;
      right: 15px; } }

.cc-fp-menu {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  .cc-fp-menu.menu-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cc-fp-menu.animate-content .contact,
  .cc-fp-menu.animate-content .copyright {
    left: 5%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .cc-fp-menu.animate-content .fp-menu .nav-menu > li {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-delay: 0.5s;
    opacity: 1; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(2) {
      transition-delay: 0.54s; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(3) {
      transition-delay: 0.58s; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(4) {
      transition-delay: 0.62s; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(5) {
      transition-delay: 0.66s; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(6) {
      transition-delay: 0.70s; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(7) {
      transition-delay: 0.74s; }
    .cc-fp-menu.animate-content .fp-menu .nav-menu > li:nth-child(7) {
      transition-delay: 0.78s; }
  .cc-fp-menu .site-brand {
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 150px;
    width: 100%;
    margin: 50px 0; }
    .cc-fp-menu .site-brand img {
      display: block;
      height: auto;
      max-width: 100%; }
  .cc-fp-menu .contact {
    position: absolute;
    left: 5%;
    bottom: 85px;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    z-index: 11;
    opacity: 0;
    color: #fff;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    .cc-fp-menu .contact .contact-info,
    .cc-fp-menu .contact address {
      margin-bottom: 0;
      line-height: 1.8;
      font-size: 15px; }
    .cc-fp-menu .contact .social-list > li > a {
      padding: 6px; }
      .cc-fp-menu .contact .social-list > li > a:hover {
        color: #00778e; }
  .cc-fp-menu .copyright {
    position: absolute;
    left: 5%;
    bottom: 50px;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    opacity: 0;
    color: #fff;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .cc-fp-menu .fp-menu {
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 5%; }
    .cc-fp-menu .fp-menu .nav-menu > li {
      opacity: 0;
      -webkit-transform: translate(200px, 0);
      -moz-transform: translate(200px, 0);
      -o-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
      transform: translate(200px, 0);
      transition: 0.5s ease-in-out; }
      .cc-fp-menu .fp-menu .nav-menu > li > a {
        position: relative;
        display: table;
        padding: 5px 0;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        overflow: hidden; }
        .cc-fp-menu .fp-menu .nav-menu > li > a:after, .cc-fp-menu .fp-menu .nav-menu > li > a:before {
          position: absolute;
          width: 0;
          height: 2px;
          top: 42%;
          background-color: #fff;
          content: ''; }
        .cc-fp-menu .fp-menu .nav-menu > li > a:before {
          left: -2.5px; }
        .cc-fp-menu .fp-menu .nav-menu > li > a:after {
          right: 2.5px;
          background-color: #fff;
          transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
        .cc-fp-menu .fp-menu .nav-menu > li > a:hover:before {
          background-color: #fff;
          width: 100%;
          transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
        .cc-fp-menu .fp-menu .nav-menu > li > a:hover:after {
          background: transparent;
          width: 100%;
          transition: 0s; }
        .cc-fp-menu .fp-menu .nav-menu > li > a:active, .cc-fp-menu .fp-menu .nav-menu > li > a:focus, .cc-fp-menu .fp-menu .nav-menu > li > a:hover {
          text-decoration: none; }
  @media (max-width: 991px) and (min-width: 768px) {
    .cc-fp-menu .site-brand {
      margin: 15px auto 100px; } }
  @media (max-width: 767px) {
    .cc-fp-menu.menu-active .contact,
    .cc-fp-menu.menu-active .copyright {
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
    .cc-fp-menu .cc-fp-menu-inner {
      padding: 30px 15px;
      overflow: auto; }
    .cc-fp-menu .contact,
    .cc-fp-menu .copyright,
    .cc-fp-menu .fp-menu,
    .cc-fp-menu .site-brand {
      position: relative;
      top: auto !important;
      right: auto !important;
      bottom: auto !important;
      left: auto !important;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      text-align: left; }
    .cc-fp-menu .site-brand {
      margin: -10px 0 35px; }
    .cc-fp-menu .fp-menu {
      position: relative; }
      .cc-fp-menu .fp-menu .nav-menu > li > a {
        font-size: 20px; }
    .cc-fp-menu .social-list {
      display: table;
      margin: auto auto 15px; } }

.footer,
.section-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%; }
  .footer .footer-links,
  .section-footer .footer-links {
    margin: auto;
    display: table;
    text-transform: uppercase;
    color: #000; }
    .footer .footer-links > li,
    .section-footer .footer-links > li {
      padding-right: 20px;
      padding-left: 20px;
      border-right: 1px solid #000;
      vertical-align: middle; }
      .footer .footer-links > li:first-child,
      .section-footer .footer-links > li:first-child {
        height: 22px; }
      .footer .footer-links > li img,
      .section-footer .footer-links > li img {
        max-width: 60px;
        vertical-align: baseline;
        margin-top: -30px; }
        @media (max-width: 991px) {
          .footer .footer-links > li img,
          .section-footer .footer-links > li img {
            display: none; } }
      .footer .footer-links > li > a,
      .section-footer .footer-links > li > a {
        vertical-align: middle;
        padding-top: 2px;
        display: block; }
      .footer .footer-links > li:last-child,
      .section-footer .footer-links > li:last-child {
        border-right: 0;
        vertical-align: middle; }
    .footer .footer-links .fb-link > a,
    .section-footer .footer-links .fb-link > a {
      display: block;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background-color: #343C3F;
      color: #fff; }
      .footer .footer-links .fb-link > a:hover,
      .section-footer .footer-links .fb-link > a:hover {
        text-decoration: none; }

.footer {
  position: fixed;
  display: none;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  background-color: #fff; }
  .footer .footer-links > li > a {
    vertical-align: middle; }
  @media (max-width: 991px) {
    .footer {
      display: block;
      font-size: 12px; }
      .footer .footer-links > li {
        padding-right: 15px;
        padding-left: 15px; } }

.videobg {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* set video aspect ratio and vertically center */ }
  .videobg .videobg-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .videobg .videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .videobg .videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    opacity: 0;
    -webkit-transition: all ease 1s;
    transition: all ease 1s; }
  @media (max-width: 991px) {
    .videobg {
      display: none; } }

.diagonal-top_before, .diagonal-red:before, .diagonal-blue:before, .diagonal-yellow:before, .diagonal-orange:before, .diagonal-violet:before {
  position: absolute;
  right: 0;
  top: 100%;
  border-right: 1000px solid transparent;
  content: ""; }

.diagonal-red {
  background-color: #dc2a36; }
  .diagonal-red:before {
    border-top: 70px solid #dc2a36; }

.diagonal-blue {
  background-color: #007890; }
  .diagonal-blue:before {
    border-top: 70px solid #007890; }

.diagonal-yellow {
  background-color: #d9c100; }
  .diagonal-yellow:before {
    border-top: 70px solid #d9c100; }

.diagonal-orange {
  background-color: #ff8c1f; }
  .diagonal-orange:before {
    border-top: 70px solid #ff8c1f; }

.diagonal-violet {
  background-color: #ff00ff; }
  .diagonal-violet:before {
    border-top: 70px solid #ff00ff; }

.column-section {
  position: relative;
  height: 100%; }
  .column-section .section-title {
    position: relative;
    padding: 40px 0 0;
    margin-bottom: 70px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff; }
    @media (max-width: 767px) {
      .column-section .section-title {
        padding: 30px 0 0;
        line-height: 1.6; } }
  .column-section .img-fill-section {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center; }
    .column-section .img-fill-section img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .column-section .content-section {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .column-section .content-section .content-section-inner {
      position: relative;
      padding: 0 30px;
      max-width: 600px;
      width: 100%;
      z-index: 3;
      text-align: center;
      -webkit-transform-origin: top;
      transform-origin: top; }
      @media (max-width: 767px) {
        .column-section .content-section .content-section-inner {
          padding: 0 15px; } }
  .column-section .with-footer {
    padding-bottom: 60px; }
  @media (min-width: 992px) {
    .column-section .section-inner {
      height: 100%; }
      .column-section .section-inner > .container,
      .column-section .section-inner > .container > .row > [class*=col-],
      .column-section .section-inner > .container-fluid,
      .column-section .section-inner > .container-fluid > .row,
      .column-section .section-inner > .container-fluid > .row > [class*=col-],
      .column-section .section-inner > .row,
      .column-section .section-inner > .row > [class*=col-],
      .column-section .section-inner > .container > .row {
        height: 100%;
        padding-left: 0;
        padding-right: 0; }
      .column-section .section-inner .row {
        margin-left: 0;
        margin-right: 0; }
      .column-section .section-inner .container,
      .column-section .section-inner .container-fluid {
        padding-left: 0;
        padding-right: 0; }
    .column-section .section-title {
      position: absolute;
      top: 0;
      left: 0; }
    .column-section .content-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  @media (min-width: 1601px) {
    .column-section .section-title {
      font-size: 32px; } }
  @media (max-width: 991px) {
    .column-section .section-footer {
      display: none; }
    .column-section .content-section .content-section-inner {
      margin: auto; } }

.banner-section {
  background-size: cover;
  background-position: center center; }
  .banner-section .img-fill-section {
    position: absolute; }
  .banner-section .banner-mobile-content {
    position: relative;
    z-index: 3;
    padding: 50px 0 100px;
    display: none; }
    .banner-section .banner-mobile-content .content-section {
      position: static; }
    .banner-section .banner-mobile-content .site-brand {
      margin: auto auto 50px; }
  @media (max-width: 991px) {
    .banner-section:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      content: ""; }
    .banner-section .img-fill-section {
      position: absolute; }
      .banner-section .img-fill-section:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        content: ""; }
    .banner-section .banner-mobile-content {
      display: block; } }
  @media (max-width: 544px) {
    .banner-section .banner-mobile-content {
      padding: 15px 0 100px; } }

.site-brand {
  margin: 50px auto 100px;
  max-width: 150px; }
  @media (min-width: 992px) {
    .site-brand {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%; } }

.main-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px; }
  .main-title hr {
    max-width: 230px;
    border-top: 2px solid #63aac0;
    margin: 30px auto; }

.cc-accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
.cc-accordion .panel-heading {
  padding: 0; }
.cc-accordion .panel-title {
  font-size: 24px; }
  .cc-accordion .panel-title > a {
    display: block;
    padding: 5px 0; }
    .cc-accordion .panel-title > a:active, .cc-accordion .panel-title > a:focus, .cc-accordion .panel-title > a:hover {
      text-decoration: none; }
  .cc-accordion .panel-title .fal {
    margin-left: 5px;
    width: 18px;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    transition: all ease 0.35s;
    background-color: #000;
    vertical-align: top;
    margin-top: 5px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cc-accordion .panel-title .collapsed .fal {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
.cc-accordion .panel-heading + .panel-collapse > .list-group,
.cc-accordion .panel-heading + .panel-collapse > .panel-body {
  border: 0 !important; }

.list-accordion .panel-title > a {
  padding: 2px 10px;
  color: #ff8c1f; }
.list-accordion .panel-title .collapsed {
  color: #000; }
.list-accordion .panel-body {
  padding: 10px; }
.list-accordion ul > li {
  font-size: 18px; }
  .list-accordion ul > li > a {
    position: relative;
    margin: auto;
    display: table;
    padding: 2px 0;
    overflow: hidden; }
    .list-accordion ul > li > a:after, .list-accordion ul > li > a:before {
      position: absolute;
      width: 0;
      height: 1px;
      top: 42%;
      background-color: #ff8c1f;
      content: ''; }
    .list-accordion ul > li > a:before {
      left: -2.5px; }
    .list-accordion ul > li > a:after {
      right: 2.5px;
      background-color: #ff8c1f;
      transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .list-accordion ul > li > a:hover:before {
      background-color: #ff8c1f;
      width: 100%;
      transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .list-accordion ul > li > a:hover:after {
      background: transparent;
      width: 100%;
      transition: 0s; }

.clients-list {
  font-size: 22px; }
  .clients-list > li {
    margin-bottom: 10px; }
    .clients-list > li:last-child:after {
      content: ""; }
    .clients-list > li:after {
      margin-left: 8px;
      font-weight: normal;
      content: "//";
      color: #D9C000; }

.brands-list .brand-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  display: table;
  margin: auto; }
  .brands-list .brand-list-item .img-container {
    max-width: 300px;
    height: 100px; }
    .brands-list .brand-list-item .img-container img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
@media (min-width: 992px) {
  .brands-list {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%; } }
@media (max-width: 991px) {
  .brands-list {
    padding: 30px 0; }
    .brands-list .brand-list-item .img-container {
      max-width: 200px; } }

.scroll-down-btn {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 30px;
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  cursor: pointer; }
  .scroll-down-btn .fal {
    font-size: 36px;
    color: #fff; }
  .scroll-down-btn:hover .fal {
    color: #00778e; }

.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .item {
      height: 100%; }
      .carousel .carousel-inner .item .img-fill {
        height: 100%;
        background-size: cover;
        background-position: center center; }
  .carousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    background: none;
    width: 40px !important;
    height: 40px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    font-size: 35px;
    opacity: 1;
    color: #fff; }
    .carousel .carousel-control.right {
      right: 30px; }
    .carousel .carousel-control.left {
      left: 30px; }

.fp-controlArrow {
  border: 0 !important;
  width: 40px !important;
  height: 40px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  text-align: center; }
  .fp-controlArrow.fp-prev:before {
    content: "\f104"; }
  .fp-controlArrow:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    font-size: 40px;
    content: "\f105"; }

.contact-section .site-brand {
  position: relative;
  margin: 35px auto 15px;
  max-width: 130px; }
.contact-section .content-section .section-title {
  margin-bottom: 45px; }
.contact-section .form-group {
  position: relative;
  margin-bottom: 20px; }
  .contact-section .form-group label.error {
    position: absolute;
    left: 0;
    margin-top: 1px;
    font-size: 12px; }

#map {
  height: 100%;
  width: 100%; }

.works-section {
  position: relative; }
  .works-section .works-tab-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all ease .35s;
    background-color: rgba(0, 0, 0, 0.75); }
    .works-section .works-tab-container.tab-show {
      opacity: 1;
      visibility: visible; }
    .works-section .works-tab-container .btn-close-tab {
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 5px 8px;
      z-index: 9;
      cursor: pointer; }
      .works-section .works-tab-container .btn-close-tab i[class*="fa"] {
        display: block;
        font-size: 24px;
        color: #fff; }
    .works-section .works-tab-container .tab-content {
      height: 100%; }
      .works-section .works-tab-container .tab-content .tab-pane {
        padding: 30px;
        height: 100%;
        overflow: auto; }
    .works-section .works-tab-container .tab-panel-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 100%; }
      .works-section .works-tab-container .tab-panel-inner .tab-panel-content {
        max-width: 750px;
        width: 100%;
        margin: auto; }
    .works-section .works-tab-container .item-thumbnail {
      position: relative;
      margin: 15px 0;
      padding: 30px;
      background-color: #fff;
      cursor: pointer; }
      .works-section .works-tab-container .item-thumbnail .img-container {
        height: 100px; }
        .works-section .works-tab-container .item-thumbnail .img-container img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
  @media (max-width: 767px) {
    .works-section .works-tab-container .tab-content .tab-pane {
      padding: 15px; }
    .works-section .works-tab-container .item-thumbnail {
      padding: 15px; } }

.work-nav-tabs {
  padding: 0;
  list-style: none;
  border: 0;
  margin: 0; }
  .work-nav-tabs > li {
    float: none;
    margin: 0; }
    .work-nav-tabs > li > a {
      border: 0; }
      .work-nav-tabs > li > a:hover {
        border: 0;
        text-decoration: none;
        color: #ff8c1f; }

.work-nav-tabs > li.active > a,
.work-nav-tabs > li.active > a:focus,
.work-nav-tabs > li.active > a:hover {
  border: 0;
  text-decoration: none;
  color: #ff8c1f; }

.gallery-slider {
  height: 100%; }
  .gallery-slider .slick-list,
  .gallery-slider .slick-slider,
  .gallery-slider .slick-track {
    height: 100%; }
  .gallery-slider .slide-item {
    position: relative;
    height: 100%; }
    .gallery-slider .slide-item .large-img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .gallery-slider .slide-item .large-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .gallery-slider .slide-item .small-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 530px;
      height: 300px; }
      @media (max-width: 544px) {
        .gallery-slider .slide-item .small-img {
          width: 100%; } }
      .gallery-slider .slide-item .small-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }

.slick-next,
.slick-prev {
  width: 40px !important;
  height: 40px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
  font-size: 35px;
  opacity: 1;
  z-index: 3;
  color: transparent;
  overflow: hidden; }
  .slick-next:before,
  .slick-prev:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 34px;
    opacity: 1; }
  .slick-next:active, .slick-next:focus, .slick-next:hover,
  .slick-prev:active,
  .slick-prev:focus,
  .slick-prev:hover {
    background-color: #000; }
    @media (max-width: 544px) {
      .slick-next:active, .slick-next:focus, .slick-next:hover,
      .slick-prev:active,
      .slick-prev:focus,
      .slick-prev:hover {
        background-color: transparent; } }
  @media (max-width: 544px) {
    .slick-next,
    .slick-prev {
      background-color: transparent; }
      .slick-next:before,
      .slick-prev:before {
        color: #333; } }

.slick-prev {
  left: 25px; }
  .slick-prev:before {
    content: "\f104"; }
  @media (max-width: 767px) {
    .slick-prev {
      left: 10px; } }
  @media (max-width: 544px) {
    .slick-prev {
      left: 0; } }

.slick-next {
  right: 25px; }
  .slick-next:before {
    content: "\f105"; }
  @media (max-width: 767px) {
    .slick-next {
      right: 10px; } }
  @media (max-width: 544px) {
    .slick-next {
      right: 0; } }

/*# sourceMappingURL=app.css.map */
