/*-----------------------------------------------------------------
[Legal Notice]

Copyright (c) Miradontsoa
Website Template by miradontsoa
http://highhay.com
http://miradontsoa.com

IMPORTANT : This is the default layout of the template. Sample CSS overwriting
to altering this css file can be found in "style-default.css" and "style-colorX.css" file 

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
/** CSS Reference
	0. Base Style
		0.1 Tag and Class Initializer
		0.3 Typography Initializer
	1. Components 
		1.1 Buttons, form container, input form control
			1.1.1 buttons / .btn , .btn-outline, .btn-arrow, .btn-icon
			1.1.2 forms / .form-container-transparent, .form-control, .form-control-line, .form-control-outline, .form-group
		1.2 Layout
			1.2.1 Grid / grid-*
			1.2.2 Articles / .article, .article-light
			1.2.3 Images Layout / .image-frame /.image-frame-normal
			1.2.4 Media
		1.3 Sliders
			1.3.1 Swiper slider /.carousel-swiper-slider
		1.4 Additional UI
			1.4.1 Page cover / .page-cover
	2. Page Header menu icon and nav dot
		2.1 Page header / .page-header / .page-header-alpha
		2.2 Menu-icon / .menu-icon
		2.3 Navigation dot / #fp-nav
	3. Page Footer / .page-footer 
	4. Pages Setting
		4.1 Default settings / .page-main
		4.2 Body page / .body-page
		4.3 Page footer / .page-footer
	5. Sections / .section
		5.1 Default layout settings
			5.1.1 Section layout
				a. Section / .section / .section-text-dark
				b. Section cover / .section-cover-tier, .section-cover-full, .cover-content, .section-cover-half-left
				c. Section footer / Scrolldown: .scrolldown / slider navigation .slider-navigation / Footer registration form .footer-register
				d. Section text and image content / .section-content
		5.2 Home screen section / .section-home
		5.3 Section slides
			5.3.1 Services slides / .services-slider
			5.3.2 Projects slides / .projects-slider
			5.3.3 Gallery slides / .gallery-slider
	6. Helper classes / Responsiveness
		6.1 Utility Helper classes 
		6.2 Typography Helper classes / .display-*
		6.3 Optional Responsiveness

**/
/*---------- 
[Colors]
    text color : #FFFFFF, #FFF
	black : #1d1d1d, rgba(0,0,0,0.15), rgba(0,0,0,0.2), rgba(0,0,0,0.5)
	white : #ffffff
[Typography]
	font-family :
	- Sanserif font :  Open sans / Helvetica with fallback to system-ui fonts
	- Geometric font : Montserrat
	- Serif font : Playfair Display
*/
/* 0. Base style */
/* 0.1 Tag and Class Initializer */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

body {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #1d1d1d;
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none outside none;
  margin: 0; }

iframe {
  border: none; }

ul, li {
  list-style: none outside none;
  margin: 0; }

a {
  color: #037FD5;
  cursor: pointer; }

textarea {
  min-height: 64px; }

/* 0.2 Typography Initializer */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif; }

h3, h4 {
  font-weight: normal; }

p {
  font-size: 1rem; }
  @media (min-width: 768px) {
    p {
      font-size: 1.1rem; } }
  @media (min-width: 1024px) {
    p {
      font-size: 1.1rem; } }
  @media (min-width: 1200px) {
    p {
      font-size: 1.2rem; } }

/* 1 Components */
/* 1.1 Buttons, form container, input form control */
/* 1.1.1 buttons / .btn , .btn-outline, .btn-arrow, .btn-icon */
.btn {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  min-height: 46px;
  line-height: 1.2; }
  .btn.no-border {
    border: none; }

.btn-round {
  border-radius: 10rem; }

.btn {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #037FD5;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .btn {
      font-size: 0.875rem; } }
  @media (min-width: 1024px) {
    .btn {
      font-size: 1rem; } }
  .btn.active, .btn:active {
    color: #ffffff;
    background-color: #025691; }
  .btn:hover, .btn:focus {
    color: #ffffff;
    background-color: #025691;
    border-color: #025691; }
  .btn.disabled, .btn:disabled {
    color: #ffffff;
    opacity: 0.7;
    background-color: #025691; }

.btn-primary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #037FD5; }
  .btn-primary.active, .btn-primary:active {
    color: #ffffff;
    background-color: #025691; }
  .btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: #025691;
    border-color: #025691; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    opacity: 0.7;
    background-color: #025691; }

.btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px;
  border: 1px solid white;
  color: #ffffff;
  font-size: 1.5em;
  transition: 0.3s;
  background: transparent;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2); }
  .btn-social:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: #ffffff; }

.btn-arrow {
  min-width: auto;
  color: #ffffff;
  border: none;
  background: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 0.2s; }
  .btn-arrow > .icon {
    vertical-align: middle;
    position: relative;
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2); }
    .btn-arrow > .icon .arrow-left:before, .btn-arrow > .icon .arrow-left:after {
      position: absolute;
      content: "";
      left: 16px;
      top: 16px;
      height: 12px;
      width: 12px;
      transform: rotate(45deg);
      border: 2px solid white;
      border-top: none;
      border-right: none;
      background: transparent;
      transition: 0.3s; }
    .btn-arrow > .icon .arrow-left:before {
      transform: translateX(8px) rotate(45deg); }
    .btn-arrow > .icon .arrow-right:before, .btn-arrow > .icon .arrow-right:after {
      position: absolute;
      content: "";
      left: 18px;
      top: 16px;
      height: 12px;
      width: 12px;
      transform: rotate(-135deg);
      border: 2px solid white;
      border-top: none;
      border-right: none;
      background: transparent;
      transition: 0.3s; }
    .btn-arrow > .icon .arrow-right:before {
      transform: translateX(-8px) rotate(-135deg); }
    .btn-arrow > .icon .arrow-up:before, .btn-arrow > .icon .arrow-up:after {
      position: absolute;
      content: "";
      left: 17px;
      top: 17px;
      height: 12px;
      width: 12px;
      transform: rotate(135deg);
      border: 2px solid white;
      border-top: none;
      border-right: none;
      background: transparent;
      transition: 0.3s; }
    .btn-arrow > .icon .arrow-up:before {
      transform: translateY(8px) rotate(135deg); }
    .btn-arrow > .icon .arrow-down:before, .btn-arrow > .icon .arrow-down:after {
      position: absolute;
      content: "";
      left: 17px;
      top: 18px;
      height: 12px;
      width: 12px;
      transform: rotate(-45deg);
      border: 2px solid white;
      border-top: none;
      border-right: none;
      background: transparent;
      transition: 0.3s; }
    .btn-arrow > .icon .arrow-down:before {
      transform: translateY(-8px) rotate(-45deg); }
    .btn-arrow > .icon .fa,
    .btn-arrow > .icon .icon {
      font-size: 1rem;
      line-height: 1;
      position: relative;
      z-index: 1;
      transition: 0.2s; }
  .btn-arrow .text {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    transition: 0.2s;
    font-size: 1rem; }
  .btn-arrow .icon + .text {
    padding-left: 1rem; }
  .btn-arrow:focus, .btn-arrow:hover {
    background: none;
    border: none;
    box-shadow: none; }
    .btn-arrow:focus > .icon, .btn-arrow:hover > .icon {
      background: rgba(255, 255, 255, 0.2); }
      .btn-arrow:focus > .icon .arrow-left, .btn-arrow:hover > .icon .arrow-left {
        color: #ffffff; }
        .btn-arrow:focus > .icon .arrow-left:after, .btn-arrow:hover > .icon .arrow-left:after {
          transform: translateX(2px) rotate(45deg); }
        .btn-arrow:focus > .icon .arrow-left:before, .btn-arrow:hover > .icon .arrow-left:before {
          border-color: #ffffff;
          transform: translateX(2px) rotate(45deg); }
      .btn-arrow:focus > .icon .arrow-right, .btn-arrow:hover > .icon .arrow-right {
        color: #ffffff; }
        .btn-arrow:focus > .icon .arrow-right:after, .btn-arrow:hover > .icon .arrow-right:after {
          transform: translateX(-4px) rotate(-135deg); }
        .btn-arrow:focus > .icon .arrow-right:before, .btn-arrow:hover > .icon .arrow-right:before {
          border-color: #ffffff;
          transform: translateX(-4px) rotate(-135deg); }
      .btn-arrow:focus > .icon .arrow-up, .btn-arrow:hover > .icon .arrow-up {
        color: #ffffff; }
        .btn-arrow:focus > .icon .arrow-up:after, .btn-arrow:hover > .icon .arrow-up:after {
          transform: translateY(2px) rotate(135deg); }
        .btn-arrow:focus > .icon .arrow-up:before, .btn-arrow:hover > .icon .arrow-up:before {
          border-color: #ffffff;
          transform: translateY(2px) rotate(135deg); }
      .btn-arrow:focus > .icon .arrow-down, .btn-arrow:hover > .icon .arrow-down {
        color: #ffffff; }
        .btn-arrow:focus > .icon .arrow-down:after, .btn-arrow:hover > .icon .arrow-down:after {
          transform: translateY(-4px) rotate(-45deg); }
        .btn-arrow:focus > .icon .arrow-down:before, .btn-arrow:hover > .icon .arrow-down:before {
          border-color: #ffffff;
          transform: translateY(-4px) rotate(-45deg); }
      .btn-arrow:focus > .icon .fa,
      .btn-arrow:focus > .icon .icon, .btn-arrow:hover > .icon .fa,
      .btn-arrow:hover > .icon .icon {
        color: #ffffff; }
    .btn-arrow:focus .text, .btn-arrow:hover .text {
      opacity: 0.5; }

.section-text-dark .btn-arrow:hover {
  color: #1d1d1d; }

.btn-outline {
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  position: relative;
  padding: 0.85rem 1.25rem;
  background: rgba(0, 0, 0, 0.2); }
  .btn-outline .text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em; }
  .btn-outline .icon {
    vertical-align: middle;
    position: relative;
    height: 16px;
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    border-radius: 0;
    box-sizing: border-box; }
    .btn-outline .icon .arrow-right {
      margin-left: 8px; }
      .btn-outline .icon .arrow-right:before, .btn-outline .icon .arrow-right:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 12px;
        width: 12px;
        transform: rotate(-135deg);
        border: 2px solid white;
        border-top: none;
        border-right: none;
        background: transparent;
        transition: 0.3s; }
      .btn-outline .icon .arrow-right:before {
        transform: translateX(8px) rotate(-135deg); }
    .btn-outline .icon .arrow-left {
      margin-right: 8px; }
      .btn-outline .icon .arrow-left:before, .btn-outline .icon .arrow-left:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 12px;
        width: 12px;
        transform: translateX(-4px) rotate(45deg);
        border: 2px solid white;
        border-top: none;
        border-right: none;
        background: transparent;
        transition: 0.3s; }
      .btn-outline .icon .arrow-left:before {
        transform: translateX(4px) rotate(45deg); }
  .btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff; }
    .btn-outline:hover .icon .arrow-right:after {
      border-left: none;
      transform: translateY(-5px) rotate(0); }
    .btn-outline:hover .icon .arrow-left:before {
      border-left: none;
      transform: translateY(-5px) translateX(3px) rotate(0); }

.btn-framed {
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  margin-bottom: -1px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  padding: 0rem 1rem;
  position: relative; }
  @media (max-width: 576px) {
    .btn-framed {
      min-height: 160px; } }
  .btn-framed:hover {
    color: #1d1d1d;
    text-decoration: none;
    background: #ffffff; }
  .btn-framed .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: 0;
    opacity: 1;
    z-index: -1; }
  .btn-framed .icon {
    font-size: 2rem;
    font-family: "Montserrat", "Open Sans", sans-serif;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    opacity: 0.5; }
  .btn-framed .text {
    padding: 1rem 0;
    padding-right: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
  .btn-framed .b-title {
    display: block;
    font-size: 1.5rem;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 0.25em; }
  .btn-framed .b-desc {
    display: block; }

/* 1.1.2 forms / .form-container-transparent, .form-control, .form-control-line, .form-control-outline, .form-group */

.form-control-outline {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  box-shadow: none;
  color: inherit;
  border-radius: 0; }
  .form-control-outline.thick {
    border-width: 2px; }
  .form-control-outline:focus {
    color: inherit;
    border-color: #025691;
    background: none;
    box-shadow: none;
    outline: none; }

.form-control-outline:focus {
  border-color: #fff; }

.form-control.shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.form-control.border {
  border: 1px solid currentColor !important; }

.form-group {
  position: relative;
  margin-bottom: 0.5rem; }
  .form-group label, .form-group .label {
    margin-bottom: 0.5rem; }
  .form-group label.error {
    position: absolute;
    font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    color: #ffffff;
    font-size: 12px;
    top: 4px;
    bottom: auto;
    right: 0;
    text-align: right;
    padding-right: 8px;
    width: auto;
    z-index: -1; }

.form-text-feedback {
  position: relative;
  font-size: 1rem;
  height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.15s; }
  .form-text-feedback.invisible {
    height: 0; }

.gone {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }

/* 1.2 Layout */
/* 1.2.1 Grid / .grid-* */
/* 1.2.2 Articles / .article .article-light */
.article .article-content {
  margin-top: 2rem; }
  .article .article-content .wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.article .media .icon {
  font-size: 4.5rem;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1; }
.article .media img {
  width: 4.5rem;
  height: auto; }

@media (min-width: 1200px) {
  .article-light {
    padding: 0; } }
.article-light > .article-content > .wrapper h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
.article-light > .article-content > .wrapper p {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .article-light > .article-content > .wrapper p {
      font-size: 1.1rem; } }
  @media (min-width: 1024px) {
    .article-light > .article-content > .wrapper p {
      font-size: 1.2rem; } }
.article-light > .article-content > .wrapper h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
.article-light > .article-content > .wrapper p {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem; }
.article-light > .article-content > .wrapper img {
  margin-top: 1.5rem;
  max-width: 100%; }
.article-light > .article-content > .wrapper hr {
  display: block;
  position: relative;
  border: 0;
  margin-top: 44px;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%; }
  .article-light > .article-content > .wrapper hr:before {
    content: '---';
    display: inline-block;
    margin-left: .6em;
    color: rgba(29, 29, 29, 0.6);
    position: relative;
    top: -30px;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .75em; }
.article-light > .article-content > .wrapper li {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  margin-left: 30px;
  margin-bottom: 14px;
  position: relative;
  list-style: none; }
  @media (min-width: 768px) {
    .article-light > .article-content > .wrapper li {
      font-size: 1.1rem; } }
  @media (min-width: 1024px) {
    .article-light > .article-content > .wrapper li {
      font-size: 1.2rem; } }
  .article-light > .article-content > .wrapper li:before {
    position: absolute;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    content: "";
    background: currentColor;
    margin-left: -20px;
    left: 0;
    top: 12px;
    border-radius: 60px; }
.article-light > .article-content > .wrapper a {
  color: inherit;
  text-decoration: underline; }

/* 1.2.3 Images Layout / .image-frame /.image-frame-normal */
.img-small {
      max-width: 150px;
      height: auto; /* Maintain aspect ratio */
    }
.img-container {
  width: 100%; /* Adjust as needed */
  height: auto; /* Adjust as needed */
  display: flex;
  justify-content: left;
  align-items: center;
  overflow: hidden; /* Ensures anything overflowing the container is hidden */
  background-size: contain; /* Ensures the image fits within the container */
  background-repeat: no-repeat; /* Ensures the image does not repeat */
}
.light-logo {
    display: block;             /* Ensures the logo is treated as a block element */
    border: 1px solid white;    /* Adds a white border around the logo */
    margin: 0 auto;             /* Centers the logo horizontally */
    max-width: 100%;            /* Makes the logo responsive */
    height: auto;               /* Maintains the aspect ratio */
    box-sizing: border-box;     /* Includes the border in the element's total width and height */
}
.logo-img {
  max-width: 90%;
  height: auto;
}
.img-frame-normal {
  position: relative; }
  .img-frame-normal img {
    width: 100%;
    height: auto; }
  .img-frame-normal.portrait .img-1 {
    max-width: 320px; }
  .img-frame-normal .img-1 {
    width: 100%;
    position: relative;
    display: inline-block; }
    .img-frame-normal .img-1 img {
      position: relative; }
    .img-frame-normal .img-1 a::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: 0.2s; }
  .img-frame-normal .legend {
    margin-top: 16px; }
    .img-frame-normal .legend h3 {
      font-size: 1rem; }
    @media (min-width: 768px) {
      .img-frame-normal .legend {
        width: 100%; } }
  .img-frame-normal:hover .img-1 a:after {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #ffffff; }

/* 1.2.4 Media / .media */
.media {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .media {
      flex-direction: column; } }
  .media .img > .icon {
    font-size: 4rem;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1; }
  .media .img img {
    width: 4.5rem;
    height: 4.5rem; }
  .media h4 {
    font-size: 1rem; }

/* 1.3 Sliders / .carousel-swiper-slider */
/* 1.3.1 Swiper slider / .carousel-swiper-slider */

/* 1.4 . Additional UI */
/* 1.4.1  Page cover / .page-cover */
.problem-header {
    padding: 20px;
  }
  .problem-space {
    margin-top: 15px;
  }
.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  .page-cover .cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  Page cover background image,color */
    background: url(../img/bg-default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1; }
  .page-cover .cover-bg.bg-color {
    /* Page cover  background mask */
    background-image: none;
    z-index: -1; }
  .page-cover .vegas-timer {
    /* background slide */
    display: none; }
  .page-cover #particles-js {
    /*  particles.js container */
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .page-cover .video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .page-cover .video-container video {
    height: 724px;
    width: 1287px;
    margin-top: -42px;
    margin-left: 0px; }
  .page-cover .video-container iframe {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -2%; }

@media (min-width: 768px) {
  .cover-frame:before, .cover-frame:after {
    position: fixed;
    left: 40px;
    right: 40px;
    height: 1px;
    content: "";
    z-index: 10; } }
@media (min-width: 768px) {
  .cover-frame:before {
    top: 40px;
    border-top: 1px solid rgba(139, 139, 139, 0.5); } }
@media (min-width: 768px) {
  .cover-frame:after {
    top: auto;
    bottom: 40px;
    border-bottom: 1px solid rgba(139, 139, 139, 0.5); } }

.cover-frame.text-dark:before, .cover-frame.text-dark:after {
  border-color: rgba(29, 29, 29, 0.2); }

#parallax-cover.page-cover {
  transform: scale(1.2) !important; }

/* 2 Page Header menu icon and nav dot  */
/* 2.1 Page header / .page-header / .page-header-alpha */
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.navbar-brand .logo {
  position: relative;
  display: inline-block;
}

.navbar-brand .light-logo {
  transition: opacity 0.3s ease-in-out;
}

.navbar-brand .hover-logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-brand:hover .default-logo {
  opacity: 0;
}

.navbar-brand:hover .hover-logo {
  opacity: 1;
}
.page-header-alpha {
  justify-content: flex-start;
  z-index: 2;
  transition: 0.15s ease-in-out; }
  @media (min-width: 768px) {
    .page-header-alpha {
      padding: 0; } }
  .page-header-alpha .navbar-toggler {
    position: fixed;
    top: 8px;
    right: 16px;
    padding: 0;
    border: 0;
    z-index: 999;
    display: block;
    cursor: pointer;
    transition: 0.15s ease-in-out; }
    .page-header-alpha .navbar-toggler:focus {
      outline: none; }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-toggler {
        top: 40px;
        right: 40px;
        left: auto; } }
  .page-header-alpha .navbar-brand {
    display: flex;
    flex-direction: row;
    padding: 0;
    transition: 0.15s ease-in-out;
    color: currentColor; }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-brand {
        position: fixed;
        left: 40px;
        top: 40px;
        z-index: 20; } }
    .page-header-alpha .navbar-brand .logo img {
      height: 48px;
      width: auto; }
      @media (min-width: 768px) {
        .page-header-alpha .navbar-brand .logo img {
          height: 64px; } }
      @media (min-width: 1024px) {
        .page-header-alpha .navbar-brand .logo img {
          height: 96px; } }
    .page-header-alpha .navbar-brand .text {
      display: flex;
      justify-content: center;
      flex-direction: column;
      color: currentColor;
      font-size: 1rem;
      margin-left: 8px;
      margin-right: 8px; }
      .page-header-alpha .navbar-brand .text .line {
        display: block; }
  .page-header-alpha .all-menu-wrapper {
    justify-content: flex-end;
    position: fixed;
    z-index: 5;
    background: #1d1d1d;
    top: -100%;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 48px 32px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    min-height: 100vh;
    align-content: center;
    justify-content: center;
    flex-direction: column; }
    .page-header-alpha .all-menu-wrapper.menu-visible {
      top: 0;
      opacity: 1;
      visibility: visible; }
    @media (max-width: 768px -1px) {
      .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item {
        font-size: 1.5rem;
        opacity: 1; }
        .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a {
          opacity: 1; }
          .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.active {
            color: currentColor; }
          .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.hover {
            color: #037FD5; } }
    @media (min-width: 768px) {
      .page-header-alpha .all-menu-wrapper {
        display: block;
        position: static;
        border-bottom: none;
        box-shadow: none;
        padding: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        min-height: auto;
        z-index: auto; } }
  .page-header-alpha .navbar-topmenu {
    align-items: center;
    transition: 0.15s ease-in-out;
    order: 2; }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-topmenu {
        display: flex;
        position: fixed;
        top: calc(40px + 8px);
        right: calc(40px + 48px - 1px);
        z-index: 10;
        order: initial; } }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-topmenu .navbar-nav {
        flex-direction: row; } }
    .page-header-alpha .navbar-topmenu .navbar-nav-actions {
      margin-top: 8px; }
      @media (min-width: 768px) {
        .page-header-alpha .navbar-topmenu .navbar-nav-actions {
          margin-left: 0;
          margin-top: -8px; } }
      @media (min-width: 1024px) {
        .page-header-alpha .navbar-topmenu .navbar-nav-actions {
          margin-left: 0;
          margin-top: -8px; } }
      .page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
        margin-top: 4px;
        margin-bottom: 4px; }
        @media (min-width: 768px) {
          .page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0; } }
      .page-header-alpha .navbar-topmenu .navbar-nav-actions .btn-outline {
        height: 48px; }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-topmenu .navbar-social {
        position: fixed;
        left: auto;
        right: 40px;
        top: 88px; } }
    .page-header-alpha .navbar-topmenu .navbar-social .nav-item {
      margin-top: -1px; }
  .page-header-alpha .navbar-nav-actions {
    transition: 0.15s ease-in-out; }
  .page-header-alpha .navbar-mainmenu {
    transition: 0.3s; }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-mainmenu {
        position: fixed;
        z-index: 9;
        background: #1d1d1d;
        display: flex;
        top: 88px;
        bottom: 88px;
        right: 88px;
        left: 88px;
        padding-left: 48px;
        padding-top: 40px;
        transform: translateX(40px);
        visibility: hidden;
        opacity: 0; }
        .page-header-alpha .navbar-mainmenu:before {
          z-index: 0;
          position: absolute;
          content: "";
          top: -1px;
          left: 0;
          right: -1px;
          bottom: 0;
          border: 1px solid white; } }
    @media (min-width: 1024px) {
      .page-header-alpha .navbar-mainmenu {
        left: auto;
        width: 50%; } }
    @media (min-width: 1200px) {
      .page-header-alpha .navbar-mainmenu {
        left: auto;
        width: 31%; } }
    .page-header-alpha .navbar-mainmenu .click-exit {
      position: fixed;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -2; }
    .page-header-alpha .navbar-mainmenu .menu-social {
      position: absolute;
      bottom: 40px;
      top: auto;
      left: 32px;
      display: none; }
      @media (min-width: 768px) and (orientation: portrait) {
        .page-header-alpha .navbar-mainmenu .menu-social {
          left: 48px;
          display: block; } }
      @media (min-width: 1024px) {
        .page-header-alpha .navbar-mainmenu .menu-social {
          left: 48px;
          display: block; } }
      .page-header-alpha .navbar-mainmenu .menu-social p {
        color: white; }
        .page-header-alpha .navbar-mainmenu .menu-social p a {
          color: white;
          font-weight: bold; }
      .page-header-alpha .navbar-mainmenu .menu-social .social {
        display: inline-flex;
        flex-direction: row;
        margin-left: -8px;
        padding-left: 0; }
        .page-header-alpha .navbar-mainmenu .menu-social .social a {
          padding-left: 8px;
          padding-right: 8px;
          display: inline-block;
          color: rgba(255, 255, 255, 0.5); }
          .page-header-alpha .navbar-mainmenu .menu-social .social a:hover {
            color: #ffffff; }
        .page-header-alpha .navbar-mainmenu .menu-social .social .icon {
          font-size: 24px; }
    @media (min-width: 768px) {
      .page-header-alpha .navbar-mainmenu .navbar-nav {
        flex-direction: column; } }
    .page-header-alpha .navbar-mainmenu .nav-item {
      transition: 0.3s;
      font-size: 2rem;
      line-height: 1;
      font-family: "Montserrat", "Open Sans", sans-serif;
      position: relative; }
      @media (min-width: 768px) {
        .page-header-alpha .navbar-mainmenu .nav-item {
          line-height: 1;
          font-size: 4rem; } }
      @media (min-width: 1024px) {
        .page-header-alpha .navbar-mainmenu .nav-item {
          line-height: 0.8;
          font-size: 3rem; } }
      @media (min-width: 768px) and (max-height: 480px) {
        .page-header-alpha .navbar-mainmenu .nav-item {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        .page-header-alpha .navbar-mainmenu .nav-item {
          font-weight: bold;
          text-transform: capitalize;
          opacity: 0;
          transform: translateX(-20px); } }
      .page-header-alpha .navbar-mainmenu .nav-item a {
        color: white;
        transition: 0.3s;
        position: relative;
        display: block; }
        @media (min-width: 768px) {
          .page-header-alpha .navbar-mainmenu .nav-item a {
            display: inline-block; } }
        .page-header-alpha .navbar-mainmenu .nav-item a:before {
          position: absolute;
          content: "";
          bottom: -0px;
          top: 0;
          left: 0;
          right: 100%;
          background: linear-gradient(to right, #FCCF31, #F55555);
          z-index: -1;
          transition: 0.3s; }
        .page-header-alpha .navbar-mainmenu .nav-item a:hover {
          color: white; }
          .page-header-alpha .navbar-mainmenu .nav-item a:hover:before {
            right: 0; }
  .page-header-alpha .navbar-sidebar {
    font-weight: normal;
    text-align: left;
    display: none; }
    @media (min-width: 1024px) {
      .page-header-alpha .navbar-sidebar {
        display: block;
        position: fixed;
        top: 136px;
        left: 40px;
        right: auto; } }
    .page-header-alpha .navbar-sidebar .nav-item {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: -1px; }
      .page-header-alpha .navbar-sidebar .nav-item a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        width: 96px;
        height: 96px;
        border: 1px solid white;
        transition: 0.3s;
        text-align: right;
        position: relative;
        background: rgba(0, 0, 0, 0.2); }
      .page-header-alpha .navbar-sidebar .nav-item .icon {
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-size: 2em;
        font-weight: bold; }
        .page-header-alpha .navbar-sidebar .nav-item .icon .fa {
          margin-top: 0.4em; }
      .page-header-alpha .navbar-sidebar .nav-item .txt {
        display: inline-block;
        line-height: 1;
        font-size: 14px;
        font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
        position: absolute;
        top: -1px;
        left: 96px;
        padding-top: 1.2em;
        padding-left: 0.5em;
        opacity: 0;
        transition: 0.3s;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        visibility: hidden; }
        @media (min-width: 1200px) {
          .page-header-alpha .navbar-sidebar .nav-item .txt {
            visibility: visible; } }
        .page-header-alpha .navbar-sidebar .nav-item .txt:before {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: -1px;
          height: 1px;
          width: 80px;
          background: rgba(255, 255, 255, 0.2);
          transition: 0.3s; }
      .page-header-alpha .navbar-sidebar .nav-item.active, .page-header-alpha .navbar-sidebar .nav-item:hover {
        opacity: 1; }
        .page-header-alpha .navbar-sidebar .nav-item.active .txt, .page-header-alpha .navbar-sidebar .nav-item:hover .txt {
          opacity: 1; }
      .page-header-alpha .navbar-sidebar .nav-item:hover {
        opacity: 1; }
        .page-header-alpha .navbar-sidebar .nav-item:hover a {
          background: #ffffff; }
        .page-header-alpha .navbar-sidebar .nav-item:hover .icon {
          color: #1d1d1d; }
        .page-header-alpha .navbar-sidebar .nav-item:hover .txt {
          opacity: 1; }
  @media (min-width: 768px) {
    .page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu {
      transform: none;
      visibility: visible;
      opacity: 1;
      filter: none; }
      .page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu .nav-item {
        transform: none;
        opacity: 1; } }
  .page-header-alpha.scrolled .navbar-brand {
    visibility: hidden;
    opacity: 0; }
    @media (min-width: 1024px) {
      .page-header-alpha.scrolled .navbar-brand {
        visibility: visible;
        opacity: 1; } }
    .page-header-alpha.scrolled .navbar-brand .logo img {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .page-header-alpha.scrolled .navbar-topmenu,
  .page-header-alpha.scrolled .navbar-social {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s; }
  @media (min-width: 768px) {
    .page-header-alpha .navbar-topmenu:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      height: 0;
      width: 100%;
      transition: 0.3s ease-in-out;
      z-index: -1; } }

.text-bright.page-header-alpha .navbar-sidebar .nav-item .icon {
  background: rgba(29, 29, 29, 0.2);
  color: #ffffff; }
.text-bright.page-header-alpha .navbar-sidebar .nav-item:hover .icon, .text-bright.page-header-alpha .navbar-sidebar .nav-item.active .icon {
  background: #ffffff;
  color: #1d1d1d; }
.text-bright.page-header-alpha .navbar-sidebar .nav-item.active .txt {
  color: #ffffff; }

.text-dark.page-header-alpha .navbar-sidebar .nav-item a {
  background: rgba(255, 255, 255, 0.2);
  color: #8b8b8b;
  border-color: #8b8b8b; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item .icon {
  color: #1d1d1d; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item:hover a, .text-dark.page-header-alpha .navbar-sidebar .nav-item.active a {
  background: #8b8b8b;
  color: #ffffff; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item:hover .icon {
  color: #ffffff; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item:hover .txt {
  color: #1d1d1d; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item, .text-dark.page-header-alpha .navbar-sidebar .nav-item.active .txt {
  color: #8b8b8b; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item .txt:before {
  background: #8b8b8b; }
.text-dark.page-header-alpha .navbar-sidebar .nav-item a {
  color: #8b8b8b; }
.text-dark.page-header-alpha .btn-social {
  color: #1d1d1d;
  border-color: #8b8b8b; }
.text-dark.page-header-alpha .btn-outline {
  color: #1d1d1d;
  border-color: #8b8b8b; }
@media (min-width: 768px) {
  .text-dark .menu-icon {
    border-color: #1d1d1d; }
  .text-dark .menu-icon .bars .bar1, .text-dark .menu-icon .bars .bar2, .text-dark .menu-icon .bars .bar3 {
    background: #1d1d1d; } }

@media (min-width: 768px) {
  .page-main .section {
    transition: 0.6s; }
  .page-main.menu-visible .section {
    opacity: 0.1; }

  .navbar-sidebar {
    transition: 0.6s; }
    .navbar-sidebar.menu-visible {
      opacity: 0.1; }

  .page-cover {
    transition: 0.6s; } }
/* 2.2 Menu-icon / .menu-icon */
.menu-icon {
  height: 48px;
  width: 48px;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  opacity: 1;
  border: 1px solid #ffffff; }
  .menu-icon.menu-bg-black {
    background: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .menu-icon {
      background: rgba(0, 0, 0, 0.2); } }
  @media (min-width: 1024px) {
    .menu-icon:hover {
      background: rgba(255, 255, 255, 0.2); } }
  .menu-icon:after {
    display: none; }
  .menu-icon .text {
    position: absolute;
    text-align: left;
    top: 13px;
    line-height: 1;
    right: 100%;
    padding-right: 8px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .menu-icon .text {
        top: -100%;
        right: auto;
        left: -20%;
        transform: rotate(-90deg); } }
  .menu-icon .bars {
    display: block;
    margin: auto;
    margin-top: 16px;
    width: 20px; }

    .menu-icon .bars .bar1,
    .menu-icon .bars .bar2,
    .menu-icon .bars .bar3 {
      display: block;
      content: "";
      height: 2px;
      width: 100%;
      margin-bottom: 4px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #ffffff; }
      @media (min-width: 768px) {
        .menu-icon .bars .bar1,
        .menu-icon .bars .bar2,
        .menu-icon .bars .bar3 {
          background: #ffffff; } }
  .menu-icon.menu-visible {
    border-color: #ffffff; }
    .menu-icon.menu-visible .bars {
      width: 24px; }
      .menu-icon.menu-visible .bars .bar1,
      .menu-icon.menu-visible .bars .bar2,
      .menu-icon.menu-visible .bars .bar3 {
        height: 2px;
        width: 100%;
        margin-bottom: 4px;
        border-radius: 0;
        background: #ffffff; }
      .menu-icon.menu-visible .bars .bar1 {
        transform: translateY(6px) rotate(45deg);
        transform-origin: center;
        width: 24px; }
      .menu-icon.menu-visible .bars .bar3 {
        transform: translateY(-6px) rotate(-45deg);
        transform-origin: center;
        width: 24px; }
      .menu-icon.menu-visible .bars .bar2 {
        width: 0px; }

/* 2.3 Navigation dot / #fp-nav */
@media screen and (max-width: 1024px) {
  #fp-nav {
    visibility: hidden; } }

#fp-nav.right {
  right: 28px;
  margin-right: 0px;
  position: fixed;
  top: auto;
  bottom: 88px; }

#fp-nav span, .fp-slidesNav span {
  border-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  height: 10px; }

#fp-nav ul li a span {
  background: #fff; }

#fp-nav li, .fp-slidesNav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative; }

#fp-nav span:after, .fp-slidesNav span:after {
  display: none; }

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #fff;
  position: absolute; }

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 18px;
  width: 2px;
  margin-top: -8px;
  margin-left: -1px;
  border-radius: 0%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 18px;
  width: 2px;
  margin-top: -8px;
  margin-left: -1px;
  border-radius: 0%; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  height: 18px;
  width: 2px;
  margin-top: -8px;
  margin-left: -1px;
  border-radius: 0%;
  opacity: 1; }

#fp-nav ul li a {
  opacity: 0.2; }
  #fp-nav ul li a:hover {
    opacity: 0.6; }
  #fp-nav ul li a.active, #fp-nav ul li a.active:hover {
    opacity: 1; }

#fp-nav.text-dark ul li a span {
  background: #1d1d1d; }

#fp-nav.text-dark li .active span, .fp-slidesNav .active span {
  background: #1d1d1d; }

#fp-nav.text-dark span:after, .fp-slidesNav span:after {
  background: rgba(29, 29, 29, 0.2); }

#fp-nav.text-bright ul li a span {
  background: white; }

#fp-nav.text-bright li .active span, .fp-slidesNav .active span {
  background: white; }

#fp-nav.text-bright span:after, .fp-slidesNav span:after {
  background: rgba(255, 255, 255, 0.5); }

/* 4 Pages Setting */
/* 4.1 Default settings / .page-main */
.page-main {
  min-height: 100%; }

.body-page {
  background-color: #1d1d1d;
  color: #ffffff; }

.body-item {
  background-color: #1d1d1d;
  color: #ffffff; }

/* 4.2 Body page / .body-page */
.body-page {
  position: relative; }

/* 4.3 Page footer / .page-footer */

.page-footer .social {
  display: inline-flex;
  flex-direction: row;
  margin-right: -8px;
  padding-left: 16px; }
  .page-footer .social a {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5); }
    .page-footer .social a:hover {
      color: #ffffff; }
  .page-footer .social .icon {
    font-size: 24px; }

/* 5 Sections */
/* 5.1 Default layout settings */
/* 5.1.1 Section layout */
/* a. Section / .section / .section-text-dark */
.container-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }
  @media (max-width: 576px) {
    .section {
      display: block; } }
  @media (max-width: 768px) {
    .section {
      overflow: hidden; } }
  @media (min-width: 768px) {
    .section {
      padding-top: 120px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media (min-width: 1024px) {
    .section {
      padding-left: 0rem;
      padding-right: 0rem;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-height: 480px) {
    .section {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media (max-width: 768px) {
    .section:nth-child(2n) {
      background: rgba(255, 255, 255, 0.05); } }
  .section.section-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .section h4, .section h5 {
    line-height: 1.6; }
  .section p, .section ul {
    line-height: 1.6; }
    @media (min-width: 768px) {
      .section p, .section ul {
        line-height: 1.8; } }
  .section p {
    color: #ffffff; }
  .section .padding-top {
    padding-top: 32px; }
    @media (min-width: 768px) {
      .section .padding-top {
        padding-top: 64px; } }
    @media (min-width: 1024px) {
      .section .padding-top {
        padding-top: 80px; } }
  .section .padding-bottom {
    padding-bottom: 32px; }
    @media (min-width: 768px) {
      .section .padding-bottom {
        padding-bottom: 64px; } }
    @media (min-width: 1024px) {
      .section .padding-bottom {
        padding-bottom: 80px; } }
  .section .slide {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative; }
  .section.no-slide-arrows .fp-controlArrow {
    visibility: hidden; }
  .section .section-wrapper {
    width: 100%;
    max-width: 800px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto; }
    .section .section-wrapper.largewidth {
      max-width: 1020px; }
    .section .section-wrapper.elevated {
      position: relative;
      z-index: 1; }
    @media (min-width: 768px) {
      .section .section-wrapper .scrollable {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media (min-width: 768px) {
      .section .section-wrapper {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1600px) {
      .section .section-wrapper {
        max-width: 1200px; } }
    .section .section-wrapper.v-center {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .section .section-wrapper.v-center .section-content {
        width: 100%; }
      .section .section-wrapper.v-center.h-center {
        justify-content: center; }
    .section .section-wrapper.fullwidth {
      max-width: none;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 1600px) {
        .section .section-wrapper.fullwidth {
          max-width: none; } }
      .section .section-wrapper.fullwidth.with-margin {
        padding-left: 16px;
        padding-right: 16px; }
        @media (min-width: 768px) {
          .section .section-wrapper.fullwidth.with-margin {
            padding-left: 88px;
            padding-right: 88px; } }
        @media (min-width: 1024px) {
          .section .section-wrapper.fullwidth.with-margin {
            padding-left: 184px;
            padding-right: 88px; } }
        @media (min-width: 1200px) {
          .section .section-wrapper.fullwidth.with-margin {
            padding-left: 232px;
            padding-right: 88px; } }
      .section .section-wrapper.fullwidth.with-margin-center {
        padding-left: 16px;
        padding-right: 16px; }
        @media (min-width: 768px) {
          .section .section-wrapper.fullwidth.with-margin-center {
            padding-left: 88px;
            padding-right: 88px; } }
        @media (min-width: 1024px) {
          .section .section-wrapper.fullwidth.with-margin-center {
            padding-left: 184px;
            padding-right: 184px; } }
        @media (min-width: 1200px) {
          .section .section-wrapper.fullwidth.with-margin-center {
            padding-left: 232px;
            padding-right: 232px; } }
        .section .section-wrapper.fullwidth.with-margin-center .section-content {
          max-width: 800px;
          margin-left: auto;
          margin-right: auto; }
      @media (min-width: 768px) {
        .section .section-wrapper.fullwidth.margin-top {
          padding-top: 64px; } }
      @media (min-width: 1024px) {
        .section .section-wrapper.fullwidth.margin-top {
          padding-top: 144px; } }
    .section .section-wrapper.fullheight {
      min-height: 0; }
      @media (min-width: 1024px) {
        .section .section-wrapper.fullheight {
          min-height: 100vh; } }

.section-text-dark {
  color: #1d1d1d; }
  .section-text-dark a,
  .section-text-dark h4 {
    color: #1d1d1d; }
  .section-text-dark p {
    color: #1d1d1d; }
  
  .section-text-dark .section-wrapper .title-desc .display-title {
    color: #1d1d1d; }
  .section-text-dark .btn-outline {
    color: #1d1d1d;
    border-color: #1d1d1d; }
    .section-text-dark .btn-outline:hover {
      color: #1d1d1d;
      background: rgba(29, 29, 29, 0.2); }
    .section-text-dark .btn-outline:before, .section-text-dark .btn-outline:after {
      background: #1d1d1d; }
    .section-text-dark .btn-outline .arrow-right:before, .section-text-dark .btn-outline .arrow-right:after {
      border-color: #1d1d1d; }
  .section-text-dark .btn-arrow .icon {
    border-color: #1d1d1d; }
    .section-text-dark .btn-arrow .icon .arrow-up:before, .section-text-dark .btn-arrow .icon .arrow-up:after, .section-text-dark .btn-arrow .icon .arrow-down:before, .section-text-dark .btn-arrow .icon .arrow-down:after, .section-text-dark .btn-arrow .icon .arrow-left:before, .section-text-dark .btn-arrow .icon .arrow-left:after, .section-text-dark .btn-arrow .icon .arrow-right:before, .section-text-dark .btn-arrow .icon .arrow-right:after {
      border-color: #1d1d1d; }

/* section action buttons */
@media (min-width: 576px) {
  .btns-action {
    margin-left: -2px;
    margin-right: -2px; } }
.btns-action .btn {
  margin-bottom: 8px; }
  @media (min-width: 576px) {
    .btns-action .btn {
      width: auto;
      margin-left: 2px;
      margin-right: 2px; } }

@media (min-width: 1024px) {
  .section-item {
    padding-top: 64px;
    padding-bottom: 64px; } }
.section.bg-level-2 {
  background: #0d0d0d; }

.fp-scroller {
  display: flex;
  width: 100%;
  min-height: 100vh; }
@media (min-width: 1024px) {
  .fp-auto-height .section-wrapper.with-margin {
    padding-top: 96px;
    padding-bottom: 96px; } }

.fp-scrollable {
  width: 100%; }
  @media (min-width: 1024px) {
    .fp-scrollable .section-wrapper.with-margin {
      padding-left: 0rem;
      padding-right: 0rem;
      padding-top: 144px;
      padding-bottom: 96px; } }

/* b. Section cover / .section-cover-tier, .section-cover-full, .cover-content, .section-cover-half-left */
.section {
  position: relative; }

.section-cover-tier {
  position: relative;
  left: 0;
  width: 100%;
  top: -40px;
  min-height: 200px;
  min-height: 50vh;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .section-cover-tier {
      top: 0;
      position: absolute;
      height: 100vh;
      width: 33.33%;
      transition-delay: 0.6s; } }
  @media (min-width: 1024px) {
    .section-cover-tier.fit {
      position: absolute;
      top: 136px;
      bottom: 136px;
      width: 31%;
      left: 184px;
      height: auto;
      transition-delay: 0.6s; } }
  @media (min-width: 1200px) {
    .section-cover-tier.fit {
      left: 232px; } }
  @media (min-width: 1024px) {
    .section-cover-tier.fit.right {
      left: auto;
      right: 88px; } }

@media (min-width: 768px) {
  .section.active .section-cover-tier {
    transform: none; } }

.section-cover-full {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-size: contain !important;
  background-position: center; }
  @media (min-width: 768px) {
    .section-cover-full {
      background-size: cover !important; } }
  @media (min-width: 1024px) {
    .section-cover-full {
      left: 40px;
      right: 40px;
      top: 40px;
      bottom: 40px;
      width: auto;
      height: auto; } }
  .section-cover-full.fit {
    background-size: cover !important; }
  .section-cover-full.max {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

/* c. Section footer / Scrolldown: .scrolldown / slider navigation .slider-navigation / Footer registration form .footer-register */
.scrolldown {
  position: absolute;
  position: fixed;
  bottom: 0;
  top: auto;
  right: 40px;
  left: auto;
  margin-bottom: 40px;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  z-index: 2;
  background: transparent; }
  @media (max-width: 768px) {
    .scrolldown {
      display: none; } }
  @media (max-height: 408px) {
    .scrolldown {
      display: none; } }
  @media (max-width: 1023px) {
    .scrolldown {
      display: none; } }
  .scrolldown a.up, .scrolldown a.down {
    display: block;
    float: left; }

/* slider navigation .slider-navigation */
.slider-navigation {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 16px;
  right: auto;
  margin-bottom: 16px;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  z-index: 2;
  background: transparent; }
  @media (min-width: 768px) {
    .slider-navigation {
      left: 40px;
      margin-bottom: 40px;
      position: absolute; } }
  @media (min-width: 1024px) {
    .slider-navigation {
      position: fixed;
      left: 40px;
      margin-bottom: 40px; } }
  .slider-navigation a.left, .slider-navigation a.right, .slider-navigation .text {
    display: block;
    float: left; }
  .slider-navigation .text {
    padding: 10px 16px; }
    .slider-navigation .text p {
      font-size: 14px;
      margin-bottom: 0; }

/* Footer registration form / .footer-register */

.section .scrolldown {
  transition: 0.6s;
  opacity: 0;
  visibility: hidden; }
.section .slider-navigation {
  transition: 0.6s;
  opacity: 0;
  visibility: hidden; }

.section.active .scrolldown {
  opacity: 1;
  visibility: visible; }
.section.active .slider-navigation {
  opacity: 1;
  visibility: visible; }

/* d. Section text and image content / .section-content */
.section-content .title-desc {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .section-content .title-desc {
      margin-bottom: 1.5rem;
      padding-right: 3rem; } }
.section-content .illustr img {
  width: 100%; }
  .section-content .illustr img.portrait {
    max-height: 66vh;
    width: auto; }
.section-content img.logo {
  height: 96px;
  margin: 0.75rem 0; }
  @media (min-width: 576px) {
    .section-content img.logo {
      height: 128px; } }
  @media (min-width: 768px) {
    .section-content img.logo {
      height: 160px; } }
.section-content hr {
  width: 50%;
  margin: 0.25rem 0;
  border-top: 2px solid #037FD5; }
.section-content h4 {
  display: inline-block; }
.section-content ul {
  padding-left: 1rem; }
  .section-content ul li {
    list-style: disc; }

@media (max-width: 768px) {
  .fp-scrollable {
    height: auto !important; }

  .fp-scroller {
    height: auto !important; } }
.section-text-bright {
  color: #ffffff; }
  .section-text-bright a,
  .section-text-bright h4 {
    color: #ffffff; }
  .section-text-bright p {
    color: #ffffff; }
  
  .section-text-bright .section-wrapper .title-desc .display-title {
    color: #ffffff; }

@media (min-width: 1024px) {
  #mainpage .section .anim .anim-wrapper {
    overflow: hidden;
    display: block; }
  #mainpage .section .anim .anim-list .item {
    opacity: 0;
    transform: translateY(16px);
    transition: 0.3s; }
  #mainpage .section .anim .text-slide-in .line {
    display: block; }
  #mainpage .section .anim .text-slide-in .letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(16px);
    transition: 0.3s; }
  #mainpage .section .anim .anim-1,
  #mainpage .section .anim .anim-2,
  #mainpage .section .anim .anim-3,
  #mainpage .section .anim .anim-4,
  #mainpage .section .anim .anim-5 {
    transition: 0.3s;
    transition-delay: 0s;
    position: relative;
    transform: translateY(20px);
    opacity: 0; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: 0.8s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: 0.95s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 1.1s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: 1.25s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: 1.4s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: 1.55s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(7) {
    opacity: 1;
    transform: none;
    transition-delay: 1.7s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(8) {
    opacity: 1;
    transform: none;
    transition-delay: 1.85s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(9) {
    opacity: 1;
    transform: none;
    transition-delay: 2s; }
  #mainpage .section.active.section-anim .anim .anim-list .item:nth-child(10) {
    opacity: 1;
    transform: none;
    transition-delay: 2.15s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .letter {
    opacity: 1;
    transform: none; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(1) {
    transition-delay: 0.5s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(2) {
    transition-delay: 0.53s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(3) {
    transition-delay: 0.56s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(4) {
    transition-delay: 0.59s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(5) {
    transition-delay: 0.62s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(6) {
    transition-delay: 0.65s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(7) {
    transition-delay: 0.68s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(8) {
    transition-delay: 0.71s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(9) {
    transition-delay: 0.74s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(10) {
    transition-delay: 0.77s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(11) {
    transition-delay: 0.8s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(12) {
    transition-delay: 0.83s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(13) {
    transition-delay: 0.86s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(14) {
    transition-delay: 0.89s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(15) {
    transition-delay: 0.92s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(16) {
    transition-delay: 0.95s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(17) {
    transition-delay: 0.98s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(18) {
    transition-delay: 1.01s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(19) {
    transition-delay: 1.04s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(20) {
    transition-delay: 1.07s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(21) {
    transition-delay: 1.1s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(22) {
    transition-delay: 1.13s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(23) {
    transition-delay: 1.16s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(24) {
    transition-delay: 1.19s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(25) {
    transition-delay: 1.22s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(26) {
    transition-delay: 1.25s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(27) {
    transition-delay: 1.28s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(28) {
    transition-delay: 1.31s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(29) {
    transition-delay: 1.34s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(1) .letter:nth-child(30) {
    transition-delay: 1.37s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(1) {
    transition-delay: 0.65s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(2) {
    transition-delay: 0.68s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(3) {
    transition-delay: 0.71s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(4) {
    transition-delay: 0.74s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(5) {
    transition-delay: 0.77s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(6) {
    transition-delay: 0.8s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(7) {
    transition-delay: 0.83s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(8) {
    transition-delay: 0.86s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(9) {
    transition-delay: 0.89s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(10) {
    transition-delay: 0.92s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(11) {
    transition-delay: 0.95s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(12) {
    transition-delay: 0.98s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(13) {
    transition-delay: 1.01s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(14) {
    transition-delay: 1.04s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(15) {
    transition-delay: 1.07s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(16) {
    transition-delay: 1.1s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(17) {
    transition-delay: 1.13s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(18) {
    transition-delay: 1.16s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(19) {
    transition-delay: 1.19s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(20) {
    transition-delay: 1.22s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(21) {
    transition-delay: 1.25s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(22) {
    transition-delay: 1.28s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(23) {
    transition-delay: 1.31s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(24) {
    transition-delay: 1.34s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(25) {
    transition-delay: 1.37s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(26) {
    transition-delay: 1.4s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(27) {
    transition-delay: 1.43s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(28) {
    transition-delay: 1.46s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(29) {
    transition-delay: 1.49s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(2) .letter:nth-child(30) {
    transition-delay: 1.52s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(1) {
    transition-delay: 0.8s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(2) {
    transition-delay: 0.83s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(3) {
    transition-delay: 0.86s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(4) {
    transition-delay: 0.89s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(5) {
    transition-delay: 0.92s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(6) {
    transition-delay: 0.95s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(7) {
    transition-delay: 0.98s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(8) {
    transition-delay: 1.01s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(9) {
    transition-delay: 1.04s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(10) {
    transition-delay: 1.07s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(11) {
    transition-delay: 1.1s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(12) {
    transition-delay: 1.13s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(13) {
    transition-delay: 1.16s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(14) {
    transition-delay: 1.19s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(15) {
    transition-delay: 1.22s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(16) {
    transition-delay: 1.25s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(17) {
    transition-delay: 1.28s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(18) {
    transition-delay: 1.31s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(19) {
    transition-delay: 1.34s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(20) {
    transition-delay: 1.37s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(21) {
    transition-delay: 1.4s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(22) {
    transition-delay: 1.43s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(23) {
    transition-delay: 1.46s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(24) {
    transition-delay: 1.49s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(25) {
    transition-delay: 1.52s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(26) {
    transition-delay: 1.55s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(27) {
    transition-delay: 1.58s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(28) {
    transition-delay: 1.61s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(29) {
    transition-delay: 1.64s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(3) .letter:nth-child(30) {
    transition-delay: 1.67s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(1) {
    transition-delay: 0.95s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(2) {
    transition-delay: 0.98s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(3) {
    transition-delay: 1.01s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(4) {
    transition-delay: 1.04s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(5) {
    transition-delay: 1.07s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(6) {
    transition-delay: 1.1s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(7) {
    transition-delay: 1.13s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(8) {
    transition-delay: 1.16s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(9) {
    transition-delay: 1.19s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(10) {
    transition-delay: 1.22s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(11) {
    transition-delay: 1.25s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(12) {
    transition-delay: 1.28s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(13) {
    transition-delay: 1.31s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(14) {
    transition-delay: 1.34s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(15) {
    transition-delay: 1.37s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(16) {
    transition-delay: 1.4s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(17) {
    transition-delay: 1.43s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(18) {
    transition-delay: 1.46s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(19) {
    transition-delay: 1.49s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(20) {
    transition-delay: 1.52s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(21) {
    transition-delay: 1.55s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(22) {
    transition-delay: 1.58s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(23) {
    transition-delay: 1.61s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(24) {
    transition-delay: 1.64s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(25) {
    transition-delay: 1.67s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(26) {
    transition-delay: 1.7s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(27) {
    transition-delay: 1.73s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(28) {
    transition-delay: 1.76s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(29) {
    transition-delay: 1.79s; }
  #mainpage .section.active.section-anim .anim .text-slide-in .line:nth-child(4) .letter:nth-child(30) {
    transition-delay: 1.82s; }
  #mainpage .section.active.section-anim .anim .anim-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1; }
  #mainpage .section.active.section-anim .anim .anim-2 {
    transform: none;
    transition-delay: 0.5s;
    opacity: 1; }
  #mainpage .section.active.section-anim .anim .anim-3 {
    transform: none;
    transition-delay: 0.7s;
    opacity: 1; }
  #mainpage .section.active.section-anim .anim .anim-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s; }
  #mainpage .section.active.section-anim .anim .anim-5 {
    opacity: 1;
    transform: none;
    transition-delay: 1.1s; } }

/* 5.1.2 Section aside / .section-aside */
.section .section-aside.small-relative, .section .section-aside.small-relative.aside-middle {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
  width: 100%;
  margin-top: 16px;
  padding-right: 0;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (min-width: 1024px) and (orientation: landscape) {
    .section .section-aside.small-relative, .section .section-aside.small-relative.aside-middle {
      position: absolute;
      top: 88px;
      bottom: 88px;
      margin-right: 88px;
      margin-top: 0;
      right: 0;
      width: 50%;
      width: 31vw;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-direction: column;
      z-index: 1; } }
.section .section-aside .message-form {
  width: 100%; }
  @media (min-width: 1024px) {
    .section .section-aside .message-form {
      width: 320px; } }
  .section .section-aside .message-form h4 {
    font-size: 1rem;
    font-weight: bold; }
.section .section-aside .message-form {
  width: 100%; }
  @media (min-width: 1024px) {
    .section .section-aside .message-form {
      width: 320px; } }
  .section .section-aside .message-form h4 {
    font-size: 1rem;
    font-weight: bold; }

.section-footer.text-bright.scrolldown {
  color: #ffffff; }
  .section-footer.text-bright.scrolldown a.up:after,
  .section-footer.text-bright.scrolldown a.up:before,
  .section-footer.text-bright.scrolldown a.down:after,
  .section-footer.text-bright.scrolldown a.down:before {
    border-color: #ffffff; }
  .section-footer.text-bright.scrolldown .separator {
    background: rgba(255, 255, 255, 0.5); }

/* 5.2 Home screen section / .section-home */
.section-home {
  min-height: 640px;
  min-height: 90vh; }
  .section-home.border-sm {
    position: relative; }
    .section-home.border-sm:before {
      position: absolute;
      content: "";
      top: 0px;
      left: 16px;
      right: 16px;
      bottom: 16px;
      border: 1px solid rgba(255, 255, 255, 0.2); }
      @media (min-width: 768px) {
        .section-home.border-sm:before {
          display: none; } }
  @media (max-width: 768px) {
    .section-home {
      margin-bottom: 16px; } }
  .section-home .section-wrapper {
    width: 100%;
    text-align: center; }
    .section-home .section-wrapper.padding-top {
      padding-top: 160px; }
  .section-home .home-title {
    font-size: 2.5rem;
    font-family: "Montserrat", "Open Sans", sans-serif;
    position: relative; }
    @media (min-width: 340px) {
      .section-home .home-title {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      .section-home .home-title {
        font-size: 6rem; } }
    @media (min-width: 1400px) {
      .section-home .home-title {
        font-size: 7rem;
        line-height: 1; } }
    .section-home .home-title .line {
      display: block; }
  .section-home .section-content .illustr img {
    width: 100%; }
    .section-home .section-content .illustr img.portrait {
      max-height: 400px;
      width: auto; }
      @media (min-width: 768px) {
        .section-home .section-content .illustr img.portrait {
          max-height: 66vh;
          width: auto; } }
  .section-home .section-content img.logo {
    height: 96px;
    margin: 0.75rem 0;
    max-width: 100%;
    width: auto; }
    @media (min-width: 576px) {
      .section-home .section-content img.logo {
        height: 128px; } }
    @media (min-width: 768px) {
      .section-home .section-content img.logo {
        height: 160px; } }
  @media (min-width: 768px) {
    .section-home .section-aside {
      display: block; } }

@media (min-width: 768px) {
  .section-home-item {
    padding-top: 120px; } }
@media (min-width: 1024px) {
  .section-home-item {
    padding-top: 64px; } }

/* 5.3 Section slides */
/* 5.3.1 Services slides / .services-slider */
.services-slider.section {
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .services-slider.section {
      height: auto !important; } }
.services-slider .slide-wrapper {
  width: 100%;
  height: 100%; }
  @media (min-width: 1024px) and (orientation: landscape) {
    .services-slider .slide-wrapper {
      min-height: 100vh; } }
  @media (min-width: 1300px) and (orientation: landscape) {
    .services-slider .slide-wrapper {
      justify-content: center;
      margin-left: 0; } }
  .services-slider .slide-wrapper .item-wrapper {
    position: static; }
  .services-slider .slide-wrapper .illustr {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    height: 100vw; }
    @media (min-width: 768px) {
      .services-slider .slide-wrapper .illustr {
        height: 50vh; } }
    @media (min-width: 1024px) {
      .services-slider .slide-wrapper .illustr {
        position: absolute;
        top: 136px;
        bottom: 136px;
        right: 88px;
        left: auto;
        width: 31%;
        height: auto;
        z-index: 1; } }
    .services-slider .slide-wrapper .illustr .img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .services-slider .slide-wrapper .illustr .service-img {
      position: relative;
      width: 100%; }
  .services-slider .slide-wrapper .legend {
    position: relative;
    z-index: 1;
    padding: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
    transition: 0.3s;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .services-slider .slide-wrapper .legend {
        padding: 32px 88px; } }
    @media (min-width: 1024px) {
      .services-slider .slide-wrapper .legend {
        min-height: 100vh;
        margin-left: -40px;
        padding-left: 224px;
        padding-right: 48px; } }
    @media (min-width: 1024px) and (orientation: landscape) {
      .services-slider .slide-wrapper .legend {
        width: 100%;
        min-height: 100vh;
        margin-left: -40px;
        padding-left: 224px;
        padding-right: 48px; } }
    @media (min-width: 1200px) and (orientation: landscape) {
      .services-slider .slide-wrapper .legend {
        padding-left: 272px; } }
    .services-slider .slide-wrapper .legend a {
      color: #ffffff; }
      .services-slider .slide-wrapper .legend a:hover {
        text-decoration: none; }
    .services-slider .slide-wrapper .legend h3 {
      font-size: 3rem;
      font-weight: bold; }
      @media (min-width: 1024px) {
        .services-slider .slide-wrapper .legend h3 {
          font-size: 3.5rem; } }
    .services-slider .slide-wrapper .legend h4 {
      font-size: 1.25rem; }
.services-slider .fp-controlArrow {
  display: none; }

.anim-slide .slide .legend .legend-text {
  opacity: 0;
  transition: 0.6s;
  transform: translateX(120px); }
.anim-slide .slide .illustr {
  transition: 0.3s; }
  @media (min-width: 1024px) {
    .anim-slide .slide .illustr {
      transform: translateX(40px); } }
  .anim-slide .slide .illustr .service-img {
    opacity: 0;
    transition: 0.6s;
    transform: translateX(40px); }
.anim-slide .slide.active .legend .legend-text {
  opacity: 1;
  transition-delay: 0.3s;
  transform: none; }
.anim-slide .slide.active .illustr {
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible; }
  @media (min-width: 1024px) {
    .anim-slide .slide.active .illustr {
      transform: none; } }
  .anim-slide .slide.active .illustr .service-img {
    opacity: 1;
    transition-delay: 0.6s;
    transform: none; }

/* 5.3.2 Projects slides / .projects-slider */
.fp-slides {
  width: 100%; }

/* 5.3.3 Gallery slides / .gallery-slider */
.fp-slides {
  width: 100%; }

/* 5.3.4 Section contact content / .address-container */

/* 5.3 Section list / .section-list / .project-list */

.num-grid {
  margin-top: 40px; }
  .num-grid .num-wrapper {
    position: relative; }
    .num-grid .num-wrapper .num {
      font-size: 2.5rem;
      font-weight: bold;
      position: relative; }
      .num-grid .num-wrapper .num::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 64px;
        background: rgba(255, 255, 255, 0.15);
        transform: skewX(-30deg);
        transform-origin: left bottom; }

.section-text-dark .num-grid .num-wrapper .num:before {
  background: rgba(0, 0, 0, 0.1); }

.nav-btns-list {
  display: flex;
  height: 100%;
  width: 100%;
  margin-right: -1px; }
  .nav-btns-list .nav-item {
    width: 100%;
    display: block;
    margin-top: -1px; }

/* 6. Helper classes / Responsiveness */
/* 6.1 Utility Helper classes */
/*
 * Layout position
 */
/* Flexbox centered elements */
.center-vh {
  /* width needed for Firefox */
  display: flex;
  align-items: center;
  justify-content: center; }

.dir-col {
  flex-direction: column; }

.center-v {
  display: flex;
  align-items: center; }

@media (min-width: 1024px) {
  .center-lg-v {
    display: flex;
    align-items: center; } }

.center-h {
  /* width needed for Firefox */
  display: flex;
  justify-content: center; }

/* Table block centered elements */
.table {
  display: table;
  height: inherit;
  margin: auto; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 768px) {
  .padding-wrapper-topbottom {
    padding-top: 64px;
    padding-bottom: 64px; } }

/*
 *Layout size
  */
.fullscreen {
  width: 100%;
  min-height: 100vh; }

@media (min-width: 576px) {
  .fullscreen-md {
    width: 100%;
    min-height: 100vh; } }

.fullheight {
  min-height: 100vh; }

@media (min-width: 1024px) {
  .fullheight-lg {
    min-height: 100vh; } }

.fullwidth {
  width: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.bg-white {
  background-color: #ffffff !important; }

.bg-black {
  background-color: #1d1d1d !important; }

/* 6.2 Typography Helper classes / .display-* */

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
  font-weight: bold; }
  @media (min-width: 768px) {
    .display-3 {
      font-size: 4rem; } }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4.5rem; } }

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
  font-weight: bold; 
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .display-4 {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-title {
  margin-bottom: 2rem;
  font-family: "Montserrat", "Open Sans", sans-serif; }

.display-decor {
  position: relative; }
  .display-decor::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-30deg);
    transform-origin: left bottom; }

.desc-decor {
  position: relative; }
  .desc-decor:before {
    position: absolute;
    content: "";
    width: 8px;
    bottom: 8px;
    top: 8px;
    left: -16px;
    border: 2px solid #ffffff;
    border-right: none;
    opacity: 0.2; }
    @media (min-width: 768px) {
      .desc-decor:before {
        left: -24px;
        width: 12px;
        border-width: 1px; } }
    @media (min-width: 1024px) {
      .desc-decor:before {
        left: -32px;
        width: 16px;
        border-width: 1px; } }

.section-text-dark .display-decor {
  background: rgba(29, 29, 29, 0.15); }
.section-text-dark .desc-decor:before {
  border-color: #1d1d1d; }

.strong,
strong {
  font-weight: bold; }

.stroke {
  -webkit-text-stroke: 1px white;
  color: transparent; }

.section-text-dark .stroke {
  -webkit-text-stroke-color: #1d1d1d; }

h1, h2, h3, h4 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.font-primary {
  font-family: "Ostrich Sans", "Oswald", "Bebas Neue", sans-serif; }

/* 6.3 Optional Responsiveness */
/* Add your responsiveness hook here  */
/* ipad and tablet */
/* ipad and tablet */
/* phone */
