@import url('bootstrap.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.1428;
  color: #666666;
  -webkit-overflow-scrolling: touch;
}

.body-fullpage {
  overflow: hidden;
}


::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #fec32b;
  border-radius: 10px;
}

::selection {
  background-color: #fec32b;
  color: #fff;
}

-webkit-::selection {
  background-color: #fec32b;
  color: #fff;
}

::-moz-selection {
  background-color: #fec32b;
  color: #fff;
}



/* 1.2 Typography */


h1,
.h1 {
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.025em;
  margin: 0.5em 0;
}

h2,
.h2 {
  font-weight: 600;
  font-size: 2.571rem;
  line-height: 1.166;
  color: #000;
  letter-spacing: 0;
  margin: 2.6rem 0;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000;
  margin: 2.6rem 0;
}

h4,
.h4 {
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #000;
  margin: 2.6rem 0;
}

h5,
.h5 {
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
  margin: 2.6rem 0;
}

h6,
.h6 {
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing: 0;
  color: #000;
  margin: 2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}


strong {
  font-weight: 600;
}

p,
blockquote {
  margin-bottom: 2.6rem;
}

a {
  color: #fec32b;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color: #fec32b;
  outline: none;
}


a:focus {
  text-decoration: none;
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color: #fff;
  border: 0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding: 0.2rem 1rem 0;
  height: 3.6em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea {
  padding-top: 0.8rem;
  height: 15rem;
  resize: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #fec32b;
  outline: 0;
}

input.input-gray,
textarea.input-gray {
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus {
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group {
  margin-bottom: 30px;
}

input.error {
  border-color: #fec32b;
}

.mc-label,
label.error {
  font-size: 0.93em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}



/* 1.4 Buttons */



.btn {
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus {
  background-color: #fec32b;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.btn-upper {
  font-weight: 600;
  text-transform: uppercase;
}

.btn-yellow {
  background: #fec32b;
  color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background: #000;
}



/* 1.5 Icons */



.icon {
  display: inline-block;
  font-size: 4.2rem;
}

.link-arrow {
  display: inline-block;
  color: #000;
  line-height: 1 !important;
  font-weight: 600;
}

.link-arrow .icon {
  position: relative;
  top: 0.1rem;
  margin-left: 0.7rem;
  font-size: 2.1em;
  vertical-align: middle;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.link-arrow .ion-ios-arrow-right {
  font-size: 1.5em;
}

.link-arrow:hover {
  color: #fec32b;
  text-decoration: none;
}

.link-arrow:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}



/* 1.6 loader */



.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fec32b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Helpers */



.text-dark {
  color: #000;
}

.text-muted {
  color: #999;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #fec32b;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.rel-1 {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.visible-xl {
  display: none;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 2.7rem;
  height: 7rem;
  margin: 0;
  border-radius: 0;
  border: 0;
}

.navbar .brand {
  float: left;
  margin-top: -0.5rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}



/* 2.1 Navbar elements */



.brand {
  line-height: 1.6;
  color: #000;
  display: inline-block;
}

a.brand:hover,
a.brand:focus {
  text-decoration: none;
  color: #000;
}

.brand img {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65rem;
  height: 50px;
}

.brand-info {
  display: inline-block;
}

.brand-name {
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1;
}

.brand-text {
  color: #868686;
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem;
}

.navbar-toggle {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-left: 6.5rem;
}

.navbar-toggle .icon-bar {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar {
  background-color: #fec32b;
}

.navbar .social-list {
  float: right;
}

.social-list {
  overflow: hidden;
}

.social-list a {
  float: left;
  font-size: 1.428rem;
  line-height: 1;
  color: #000;
  margin-left: 2rem;
}

.social-list a:first-child {
  margin-left: 0;
}

.social-list a:hover {
  color: #fec32b;
  text-decoration: none;
}

.navbar-spacer {
  margin: -1rem 4.5rem 0;
  width: 1px;
  height: 3.3rem;
  background-color: #e0e0e0;
}

.navbar-address {
  float: left;
  margin-left: 4.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation {
  float: right;
  margin-top: -0.3rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation ul {
  list-style: none;
}

.navigation ul li 
{
  float: left;
  margin-right: 25px;
}

.navigation ul li:last-child 
{
  margin-right: 15px;
}

.navigation ul li a {
  color: #000;
}

.navigation ul .active a,
.navigation ul li a:hover {
  color: #fec32b;
  text-decoration: none;
}



/* 2.2 Navbar affix */



.navbar.affix {
  position: fixed;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  background: #fff;
}



/* 2.3 Sidebar menu */



.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.close-menu {
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 2.1rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu:hover {
  color: #fec32b;
}

.menu .menu-lang {
  font-size: 1.2rem;
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top: 3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a {
  display: inline-block;
  margin-left: 1.5rem;
  color: #999999;
}

.menu-lang a:first-child {
  margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover {
  color: #fec32b;
  text-decoration: none;
}

.mobile-menu ul {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 9rem;
  bottom: 10.5rem;
  padding-left: 15%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.mobile-menu ul li a {
  color: #999999;
}

.mobile-menu ul .active>a,
.mobile-menu ul .active,
.mobile-menu ul li a:hover {
  text-decoration: none;
  color: #000;
}

.mobile-menu ul>li {
  font-size: 20px;
  line-height: 1;
}

.mobile-menu ul>li {
  margin-top: 2.6rem;
}

.mobile-menu ul>li:first-child {
  margin-top: 0;
}

.menu-footer {
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a {
  color: #b1b1b1;
  margin: 0;
  margin-right: 2.7rem;
}

.menu-footer .social-list a:last-child {
  margin-right: 0;
}

.menu-footer .social-list a:hover {
  color: #fec32b;
}

.menu-footer .copy {
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
  visibility: visible;
  opacity: 1;
}

.menu-is-opened .menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}



/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/



.wrapper {
  padding-top: 7rem;
  overflow-x: hidden;
}

.boxed {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid {
  padding: 0;
  max-width: 100%;
}

.left-boxed {
  left: 1.7rem;
}

.right-boxed {
  right: 1.7rem;
}

.section {
  padding: 10.28rem 0;
}

.section-title {
  margin: 0;
}

.section-title .link-arrow-2 {
  margin-top: 1.05rem;
}

.section-subtitle {
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fec32b;
  margin-bottom: 1rem;
}



/* 3.1 Jumbotron */



.jumbotron {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #fff;
}


/* 3.2 Slider */



.rev_slider .link-arrow {
  color: #fff;
}

.rev_slider .link-arrow:hover {
  color: #fec32b;
}

.rev_slider .link-arrow:hover .icon {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}



/* 3.3 Section About */



.section-about-title {
  margin-bottom: 5rem;
}

.dots-image {
  display: inline-block;
  position: relative;
}

.dots-image img {
  display: block;
  position: relative;
  z-index: 1;
}

.dots-image .dots {
  position: absolute;
  left: -20%;
  bottom: -15%;
  width: 101%;
  height: 57.2%;
  background: url(../images/bg/dots.png) 0 0 repeat;
}

.experience-box {
  position: relative;
  white-space: nowrap;
  margin: 6rem 0;
}

@media (min-width: 992px) {
  .experience-box {
    margin-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .experience-box {
    margin-top: 12.2rem;
  }
}

.experience-border {
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border: 0.357rem solid #fec32b;
}

.experience-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top: 0.2rem;
}

.experience-number {
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.experience-info {
  display: inline-block;
  vertical-align: middle;
  margin: -1rem 0 0 0.8rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: #000;
}

.bg-dots {
  background: url(../images/bg/dots2.png) 0 0 repeat;
}

.section-info {
  color: #999999;
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem;
}

.title-hr {
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #fec32b;
}

.section-info .title-hr {
  margin: 0 0 2rem;
}

.info-title {
  width: 1px;
}

.row-services {
  margin: -4rem -2.5rem 0 -2.5rem;
}

.col-service {
  color: #333;
  margin-top: 4rem;
  padding: 0 2.5rem;
}

.col-service h4 {
  margin-top: 3.3rem;
}

.col-service p {
  margin-bottom: 0;
}


/* 3.4 Section Projects */



.section-projects {
  padding-bottom: 8rem;
}

.filter-content {
  position: relative;
  overflow: hidden;
}

.filter {
  list-style: none;
  font-size: 1.142rem;
  font-weight: 600;
  color: #000;
  padding-left: 0;
  margin: 0;
}

.filter li {
  margin: 0.6rem 2.6rem 0 0;
  display: inline-block;
}

.filter li:last-child {
  margin-right: 0;
}

.filter li a {
  color: inherit;
}

.filter li a:hover,
.filter .active a {
  color: #fec32b;
  text-decoration: none;
}

.section-projects .filter-content {
  margin: 2rem 0 0 0;
}

.section-projects .filter {
  margin: 0;
}

.section-projects .view-projects {
  margin: 0.85rem 0 0 0;
}

.view-projects {
  display: inline-block;
  font-style: italic;
  color: #999999;
}

.view-projects:hover {
  text-decoration: none;
  color: #fec32b;
}



/* 3.4.1 Projects Carousel */



.project-carousel {
  margin-top: 5.92rem;
}

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav .disabled {
  color: #bcbcbc;
}

.owl-prev,
.owl-next {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-prev:before {
  font-family: "Ionicons";
  content: "\f3d2";
}

.owl-next:before {
  font-family: "Ionicons";
  content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover {
  color: #fec32b;
}

.owl-dots {
  text-align: center;
  margin-top: 5.857rem;
}

.owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.6rem;
}

.owl-dot span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #cccccc;
}

.owl-dot.active span {
  background-color: #fec32b;
}

.project-item {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-item img {
  width: 100%;
}

.item-shadow {
  position: relative;
}

.item-shadow:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
}

.project-item .link-arrow {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.project-hover {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100.1%;
  height: 100%;
  padding: 4.85rem 3rem;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.project-title {
  color: #fff;
  margin: 0;
}

.project-hover .project-title {
  position: absolute;
  bottom: 5.5rem;
}

.project-description {
  opacity: 0;
  margin-top: 12%;
  line-height: 1.71;
  color: #333333;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}

.project-item:hover .project-hover {
  background-color: rgba(206, 224, 2, 0.85);
}

.project-item:hover .project-hover .project-title {
  position: relative;
  color: #000;
  bottom: 2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
  color: #000;
}

.mfp-container {
  padding: 0;
}

@media (min-width: 900px) {
  .mfp-container {
    padding: 0;
  }
}

.zoom-anim-dialog {
  background: #fff;
  padding: 2.6rem;
  margin: 0 auto;
}



/*
* Fade-zoom animation for first dialog
*/
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

.mfp-close {
  font-family: 'Linearicons';
  line-height: 1;
  width: auto;
  height: auto;
  top: 0px;
  right: 8px;
  font-size: 2.6rem;
  transition: all 0.5s;
}

@media (min-width: 1200px) {
  .mfp-close {
    top: 5px;
    right: 15px;
  }

}

.project-detail-img {
  width: 100%;
  display: block;
}

.project-detail-title {
  font-size: 2.57rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin: 4rem 0 3.4rem 0;
}

@media (min-width: 1200px) {

  .project-detail-img {
    padding-right: 7px;
  }

  .project-detail-title {
    font-size: 2.57rem;
    letter-spacing: -0.025em;
    line-height: 1.16666;
    margin: 2.5rem 0 3.4rem 0;
  }
}


.project-detail-list {
  list-style: none;
  padding-left: 0;
  margin-top: 3.6rem;
}

.project-detail-list li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.6rem;
  margin-top: 0.65rem;
  overflow: hidden;
}

.project-detail-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.project-detail-list li .left {
  float: left;
  font-weight: 600;
}

.project-detail-list li .right {
  float: right;
}

.project-detail-meta {
  margin-top: 4.5rem;
  overflow: hidden;
}

.project-detail-meta .left {
  font-weight: 600;
}



/* 3.5  Section Clients */



.section-clients .section-title {
  margin-right: 7rem;
}

.client-carousel {
  margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img {
  display: inline-block;
  width: auto;
}

.client-box {
  position: relative;
  color: #808080;
  background-color: #fff;
  padding: 6rem 3.28rem 3.28rem;
}

.image-quote {
  position: absolute;
  top: 3.28rem;
  right: 3.28rem;
}

.client-img {
  position: relative;
  z-index: 1;
  margin: 0 0 -3rem 2.6rem;
  border-radius: 50%;
}

.client-title {
  letter-spacing: 0;
}

.client-name {
  font-size: 1.28rem;
  line-height: 1;
  color: #000;
}

.client-description {
  margin: 1.5rem 0 0;
  line-height: 1.71em;
}


.client-carousel .owl-nav {
  right: 0;
  top: -7.8rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.client-carousel .owl-prev {
  margin-right: 2rem;
}



/* 3.6 Section Partners */



.partner-carousel {
  margin-top: 10.28rem;
}

.partner-carousel .partner-carousel-item img {
  width: auto;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner-carousel .partner-carousel-item:hover img {
  opacity: 1;
}



/* 3.7 Section Team */



.row-team {
  margin-top: -30px;
}

.col-team {
  margin-top: 30px;
}

.team-profile {
  position: relative;
}

.team-profile img {
  width: 100%;
  display: block;
}

.team-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 224, 2, 0.85);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-content {
  position: absolute;
  left: 1.857rem;
  bottom: 0.8rem;
}

.team-name {
  margin-bottom: 0.3rem;
}

.team-name h6 {
  margin: 0;
}

.team-social a {
  float: left;
  color: #000;
  font-size: 1.25rem;
  margin-right: 1.5rem;
}

.team-social a:hover {
  color: #fff;
  text-decoration: none;
}

.team-profile:hover .team-hover {
  opacity: 1;
}

.add-new-team {
  position: relative;
  border: 1px solid #bfbfbf;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-new-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 1.285rem;
  line-height: 1.1111;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-new-text .inner {
  display: inline-block;
  text-align: left;
}

.add-new-team input[type="file"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.add-new-team:hover {
  background: #fec32b;
  border-color: transparent;
}



/* 3.8 Section Contacts */



.map {
  width: 100%;
  height: 26rem;
  border: 0;
  text-align: center;
}

.map-info {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666666;
  text-align: left;
  padding: 1.1rem;
}

.map-title {
  margin-bottom: 2rem;
}

.map-address-row {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.map-address-row .fa {
  margin-right: 0.5rem;
}

.gmap-open {
  margin: 2rem 0 0;
}

.row-contact {
  margin: -6rem -3.5rem 0;
}

.col-contact {
  margin-top: 6rem;
  padding: 0 3.5rem;
}

.contact-title {
  letter-spacing: 0;
  margin: 0;
}

.contact-top {
  margin-bottom: 1.3rem;
}

.contact-title span {
  color: #999;
  font-weight: 400;
}

.contact-address {
  font-size: 1.142rem;
  line-height: 1.875;
  letter-spacing: -0.025rem;
  margin-bottom: 2rem;
}

.contact-row {
  margin-bottom: 0.6rem;
}

.phone-lg {
  font-size: 2.142rem;
  line-height: 1.3;
  margin-bottom: 3.6rem;
}

.contact-social {
  margin-top: 1rem;
}

.contact-social a {
  color: #999999;
  font-size: 1.3rem;
}

.section-message {
  padding-top: 8rem;
}



/* 3.9 Footer */



.footer {
  color: #000;
  line-height: 1.71;
  padding-bottom: 5rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li a {
  color: #000;
}

.footer ul .active a,
.footer ul li a:hover {
  color: #fec32b;
  text-decoration: none;
}

.footer-flex {
  margin-top: -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-flex .flex-item {
  margin-top: 4rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.lang-list li {
  float: left;
}

.lang-list li+li {
  margin-left: 1.5rem;
}



/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/



/* 4.1 Navbar */



.navbar-2 {
  background: transparent;
  padding-top: 3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-2 .navbar-bg {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-2 .brand {
  width: 18rem;
}

.navbar-2 .navbar-address {
  float: left;
  margin-left: 5rem;
}

.navbar-2 .social-list {
  float: left;
  margin-left: 7.5rem;
}

.navbar-white {
  background: transparent;
}

.navbar-white .navbar-bg {
  height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a {
  color: #fff;
}

.navbar .brand-img-white {
  display: none;
}

.navbar-white .brand-img {
  display: none;
}

.navbar-white .brand-img-white {
  display: inline-block;
}

.navbar-white .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-white .social-list a:hover {
  color: #fec32b;
}

.copy-bottom {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 2.4rem;
  color: #000;
}

.lang-bottom {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 2.4rem;
  color: #000;
}

.copy-bottom.white {
  color: #fff;
}

.lang-bottom .menu-lang {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active) {
  color: #000;
}

.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active) {
  color: #fff;
}

.lang-bottom .menu-lang a:hover,
.lang-bottom.white .menu-lang a:hover {
  color: #fec32b;
}

#pp-nav {
  z-index: 99;
  width: 2.1428rem;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down {
  display: none;
  font-size: 2.1428rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up {
  margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down {
  margin-top: 3.5rem;
}

#pp-nav li,
.pp-slidesNav li {
  margin: 1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span,
.pp-slidesNav span {
  left: 0;
  top: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #000;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover {
  color: #fec32b;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down {
  color: #fff;
}

#pp-nav.white span,
.pp-slidesNav span {
  background: #fff;
}

#pp-nav li .active span,
.pp-slidesNav .active span,
#pp-nav span:hover,
.pp-slidesNav span:hover {
  background: #fec32b;
}



/* 4.2 Sections */



.pagepiling .section {
  background: #fff;
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable {
  padding: 0;
}

.pp-scrollable .vertical-centred {
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.scroll-wrap {
  position: relative;
  min-height: 100%;
}

.scrollable-content {
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner {
  position: relative;
  padding: 0;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.vertical-title {
  position: absolute;
  white-space: nowrap;
  width: 0;
  top: -0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span {
  display: block;
  float: right;
}

.section .intro {
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition: opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section:not(.scrollable-home) .intro {
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition: all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.display-1 {
  font-size: 5.14rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
  text-transform: uppercase;
}

.subtitle-top {
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}



/* 4.3 Section About */


.scrollable-home .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.hr-bottom {
  position: absolute;
  margin-top: 13vh;
  margin-bottom: 0;
  height: 0.2858rem;
  width: 7.142rem;
  background: #fec32b;
}

.title-uppercase {
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin: 0 0 5rem;
}

.service-list {
  margin-bottom: 5rem;
  font-size: 1.2857rem;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  font-weight: 300;
}

.service-list li {
  margin-bottom: 0.7rem;
}

.service-list li a {
  color: inherit;
}

.service-list li a:hover {
  color: #000;
  text-decoration: none;
}

.dots-image-2 {
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -25%;
  bottom: -19%;
  width: 101%;
  top: 50%;
  opacity: 0.8;
  background: url(../images/bg/dots.png) 0 0 repeat;
}


.dots-image-2 .experience-info {
  position: absolute;
  left: 12%;
  margin-top: -4.4rem;
  top: 100%;
}

.experience-info .number {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 10.71rem;
  margin-right: 1.7rem;
}


.experience-info .text {
  display: inline-block;
  font-size: 1.571rem;
  font-weight: 600;
  line-height: 1.181;
  text-transform: uppercase;
}



/* 4.4 Section Projects */



.bg-changer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-changer .section-bg {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
  opacity: 1;
}

.scrollable-projects .vertical-title {
  top: 7.4rem;
}

.row-project-box {
  margin-top: -30px;
}

.col-project-box {
  margin-top: 30px;
}

.project-box {
  display: block;
  padding-bottom: 30%;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-box-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.14rem 1.928rem;
}

.project-box h5 {
  margin: 0;
  color: #fff;
}

.project-category {
  color: #cccccc;
  margin-top: 0.5rem;
}

.project-box:hover {
  background: #fec32b;
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5 {
  color: #000;
}

.project-box:hover .project-category {
  color: #666666;
}



/* 4.5 Section Partners */



.scrollable-partners h2 {
  margin-bottom: 7rem;
}

.row-partners {
  margin: -5rem -5rem 0;
}

.col-partner {
  padding: 0 5rem;
  margin-top: 5rem;
  display: inline-block;
}

.col-partner img {
  max-width: 100%;
}



/* 4.6 Section Testimonials */



.icon-quote {
  display: inline-block;
  margin-top: -0.6rem;
  color: #fec32b;
  font-size: 5.14rem;
}

.scrollable-testimonials .title-uppercase {
  margin-top: 7vh;
  margin-bottom: 3rem;
}

.review-carousel .text {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.142rem;
  line-height: 1.875;
}

.review-author {
  margin-top: 5.7rem;
}

.author-name {
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.review-carousel .owl-nav {
  position: relative;
  top: 0;
  margin-top: 7.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next {
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin-right: 0.857rem;
}

.review-carousel .owl-prev:before {
  font-family: 'Linearicons';
  content: "\e93b";
}

.review-carousel .owl-next:before {
  font-family: 'Linearicons';
  content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover {
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled {
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover {
  background: none;
  color: #fff;
}



/* 4.7 Section Contacts */



.map-2 {
  width: 100%;
  height: 18rem;
  border: 0;
  text-align: center;
}

.contact-info {
  overflow: hidden;
  margin-top: 5.5rem;
}

.row-contact-info {
  margin: -5rem -4% 0;
}

.success-message,
.error-message {
  display: none;
  margin-top: 2rem;
}

.col-contact-info {
  padding: 0 4%;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #cacaca;
}

.col-contact-info:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-info h3 {
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

.contact-info .col-right {
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}

.contact-info-row {
  line-height: 1.5;
  margin-bottom: 2.14rem;
}

.contact-info-row:last-child {
  margin-bottom: 0;
}

.contact-info-row strong {
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: #000;
}



/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 5.1 Min width 768px */



@media (min-width: 768px) {

  html {
    font-size: 13px;
  }

  .pull-sm-left {
    float: left;
  }

  .pull-sm-right {
    float: right;
  }


  /* Sidebar Menu */



  .menu {
    width: 50%;
  }


  /* Homepage */



  .boxed {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner {
    padding-left: 0;
  }

  .right-boxed {
    right: 3rem;
  }

  .left-boxed {
    left: 3rem;
  }



  /* Section About */



  .section-about {
    padding-top: 12rem;
  }



  /* Homepage v2 */



  .project-box {
    padding-bottom: 75%;
  }

  .row-contact-info {
    margin-top: -2rem;
  }

  .col-contact-info {
    padding-top: 4rem;
    margin-top: 2rem;
  }



  /* Footer */



  .footer-flex .flex-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}




/* 5.2 Min width 992px */



@media (min-width: 992px) {

  html {
    font-size: 14px;
  }



  /* Helpers */



  .pull-md-right {
    float: right;
  }


  /* Sidebar Menu */



  .menu {
    width: 35%;
    max-width: 550px;
  }



  /* Homepage */



  .boxed {
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  }

  .right-boxed {
    right: 4.2857rem;
  }

  .left-boxed {
    left: 4.2857rem;
  }

  .map {
    height: 36rem;
  }


  /* Homepage v2 */


  .boxed-inner .boxed {
    padding-left: 6rem;
  }

  .service-list {
    margin-bottom: 0;
  }

  .col-contact-info {
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info {
    margin-top: -5rem;
  }

  .col-contact-info {
    margin-top: 5rem;
  }

  .col-contact-info:nth-child(2n) {
    border-left: 1px solid #cacaca;
  }

}


/* 5.3 Min width 1200px */




@media (min-width: 1200px) {



  /* Helpers */



  .pull-lg-right {
    float: right;
  }



  /* Section Projects */



  .section-projects .filter-content {
    margin-top: 0;
  }



  /* Homepage v2 */



  .scrollable-testimonials .title-uppercase {
    margin-top: 22vh;
    margin-bottom: 0;
  }

  .scrollable-testimonials .vertical-centred {
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

  .col-contact-info {
    border-left: 1px solid #cacaca;
  }



  /* Footer */



  .footer-flex .flex-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}



/* 5.4 Min width 1550px */



@media (min-width: 1550px) {
  .visible-xl {
    display: block !important;
  }
}



/* 5.5 Min Height 500px */



@media (min-height: 500px) {

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down {
    display: block;
  }

}



/* 5.6 Min Height 600px */



@media (min-height: 600px) {


  /* Sidebar Menu */


  .menu .menu-lang {
    top: 7rem;
  }

  .mobile-menu ul {
    top: 14rem;
    bottom: 20rem;
  }

  .mobile-menu ul>li {
    font-size: 20px;
  }

  .menu-footer {
    bottom: 6rem;
  }

  .menu-footer .copy {
    display: block;
  }
}



/* 5.7 Min Height 700px */



@media (min-height: 700px) {



  /* Homepage v2 */



  .copy-bottom {
    display: block;
  }

  .lang-bottom {
    display: block;
  }

}


.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 47px;
  z-index: 1;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.sec-title.center .sec-title__tagline {
  justify-content: center;
}

.sec-title__tagline .left-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #fec32b;
  margin-right: 15px;
}

.sec-title__tagline .left-line::before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  background: #fec32b;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.sec-title__tagline .left-line::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid #fec32b;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.sec-title__tagline .text {
  position: relative;
  display: block;
}

.sec-title__tagline .text h4 {
  color: #fec32b;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.sec-title__tagline .right-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #fec32b;
  margin-left: 15px;
}

.sec-title__tagline .right-line::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #fec32b;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.sec-title__tagline .right-line::after {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid #fec32b;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}


.sec-title__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: none;
}

:root 
{
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}


.hero-section 
{
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid 
{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  list-style: none;
  position: relative;
}

.card:before {
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition:
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover>.card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content {
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
}

.card__heading {
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}


.heading_style_1 {
  background-clip: text;
  background-image: linear-gradient(to right, #fec32b, #fec32b, #fec32b, #fed90f);
  color: #000119;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: calc(1em / 8);
  padding: calc((calc(1em / 16)) / 2);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1em / 16);
}





#videoWrapper 
{
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#videoWrapper video 
{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover; 
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}




/*==============================================
    Testimonial One
===============================================*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0px 200px;
  z-index: 1;
}

.testimonial-one__left {
  position: relative;
  display: block;
}

.testimonial-one__left .sec-title {
  padding-bottom: 36px;
}

.testimonial-one__left-bottom {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__left-img {
  position: relative;
  display: block;
}

.testimonial-one__left-img ul {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__left-img ul li {
  position: relative;
  display: block;
}

.testimonial-one__left-img ul li+li {
  margin-left: -30px;
}

.testimonial-one__left-img ul li .img-box {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--billdins-white);
}

.testimonial-one__left-img ul li .img-box img {
  width: 100%;
}

.testimonial-one__left-img ul li .img-box.style2 {
  position: relative;
  display: block;
}

.testimonial-one__left-img ul li .img-box.style2::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--billdins-black-rgb), 0.6);
  content: "";
}

.testimonial-one__left-img ul li .img-box.style2 .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.testimonial-one__left-img ul li .img-box.style2 .icon-box a {
  position: relative;
  display: inline-block;
  color: var(--billdins-white);
}

.testimonial-one__left-img ul li .img-box.style2 .icon-box span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.testimonial-one__left-bottom-text {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}

.testimonial-one__left-bottom-text h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--billdins-font-two);
}

.testimonial-one__right {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-left: 25px;
}

.testimonial-one__right::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -23px;
  width: 1px;
  background: #E3E2E2;
  content: "";
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__single-text {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.testimonial-one__single-text p {
  font-size: 18px;
  line-height: 30px;
}

.testimonial-one__single-author {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-author .img-box {
  position: relative;
  display: block;
  width: 85px;
  border-radius: 50%;
}

.testimonial-one__single-author .img-box .icon {
  position: absolute;
  left: 0;
  bottom: -21px;
  right: 0;
  text-align: center;
}

.testimonial-one__single-author .img-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--billdins-base);
  font-size: 28px;
  line-height: 28px;
}

.testimonial-one__single-author .img-box .inner {
  position: relative;
  display: block;
  width: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-one__single-author .img-box img {
  width: 100%;
}

.testimonial-one__single-author .content-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.testimonial-one__single-author .content-box .rating-box {
  position: relative;
  display: block;
}

.testimonial-one__single-author .content-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonial-one__single-author .content-box p {
  font-size: 14px;
  line-height: 24px;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 15px;
}

.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 11.5px;
  background: var(--billdins-black);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--billdins-base)
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid var(--billdins-base);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span::before,
.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scaleX(1.0);
}


.testimonial-one__carousel.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 37px;
  right: 0px;
}

/*==============================================
Testimonial Two
===============================================*/
.testimonial-one--two {
  position: relative;
  display: block;
  background: var(--billdins-black);
  padding: 230px 0px 208px;
  z-index: 1;
}

.testimonial-one--two__shape1 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-position: center center;
  background-repeat: repeat-x;
  min-height: 27px;
}

.testimonial-one--two__inner {
  position: relative;
  display: block;
}

.testimonial-one--two__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 29px;
}

.testimonial-one--two__top .sec-title {
  padding-bottom: 0px;
}

.testimonial-one--two__inner .sec-title__title {
  color: var(--billdins-white);
}

.testimonial-one--two__top-right {
  position: relative;
  display: block;
  max-width: 215px;
  width: 100%;
}

.testimonial-one--two__top-right .testimonial-one__left-bottom-text h3 {
  color: var(--billdins-white);
}

.testimonial-one--two__top-right .testimonial-one__left-bottom-text {
  margin-left: 0px;
  margin-top: 25px;
}


.testimonial-one--two__bottom {
  position: relative;
  display: block;
}

.testimonial-one--two__bottom .testimonial-one__single-text {
  position: relative;
  display: block;
  max-width: 970px;
  width: 100%;
}

.testimonial-one--two__bottom .testimonial-one__single-text p {
  color: var(--billdins-white);
}

.testimonial-one--two__bottom .testimonial-one__single-author .content-box h2 {
  color: var(--billdins-white);
}

.testimonial-one--two__bottom .testimonial-one__single-author .content-box p {
  color: var(--billdins-white);
}

.testimonial-two__single-author-outer {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__single-author-outer .border-box {
  position: relative;
  display: block;
  height: 1px;
  background: rgba(239, 243, 250, 0.2);
  width: 720px;
  margin-left: 100px;
}

.testimonial-one__carousel.owl-dot-style1.style2.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 43px;
  right: 0px;
  z-index: 5;
}

.style2.owl-dot-style1.owl-theme .owl-dots .owl-dot span {
  background: var(--billdins-white);
}

.style2.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.style2.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--billdins-base)
}

/*==============================================
Testimonial Three
===============================================*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0px 70px;
  z-index: 1;
}

.testimonial-three .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.05;
}

.testimonial-three__single {
  position: relative;
  display: block;
  padding-top: 49px;
}

.testimonial-three__single-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border: 3px solid var(--billdins-base);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}

.testimonial-three__single-img img {
  width: 100%;
}

.testimonial-three__single-inner {
  position: relative;
  display: block;
  background: var(--billdins-white);
  border: 2px solid #cccccc;
  padding: 72px 35px 42px;
}

.testimonial-three__single-inner h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.testimonial-three__single-inner p {
  margin: 0;
}

.testimonial-three__single-inner .rating-box {
  position: relative;
  display: block;
  margin-top: 17px;
}

.testimonial-three__single .icon-box {
  position: absolute;
  left: 0;
  bottom: -32px;
  right: 0;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--billdins-white);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}

.testimonial-three__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #cccccc;
  font-size: 25px;
  line-height: 25px;
  transform: rotate(180deg);
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}


.testimonial-three__carousel.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: -120px;
  right: 0;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: transparent;
  color: #cccccc;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #cccccc;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next:hover {
  border-color: var(--billdins-base);
  color: var(--billdins-base);
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev span::before,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next span::before {
  font-weight: 700;
  line-height: 53px;
}

/*==============================================
Testimonial Three Testimonial
===============================================*/
.testimonial-three--testimonial {
  position: relative;
  display: block;
}

.testimonial-three--testimonial .testimonial-three__single {
  margin-bottom: 60px;
}


.tutorial ul 
{
  font-size: 0;
  list-style-type: none;
}
.tutorial ul li 
{
  font-size: 12px;
  font-weight: 400;
  color: white;
  display: inline-block;
  padding: 10px 0px;
  position: relative;
}
.tutorial ul li ul 
{
  display: none;
}
.tutorial ul li ul li 
{
  padding: 10px 10px;
  display: none;
}
.tutorial ul li:hover 
{
  cursor: pointer;
  color: #fec32b;
}
.tutorial ul li:hover ul 
{
  display: block;
  width: 300px;
  left: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  margin-top: 10px
}
.tutorial ul li:hover ul li 
{
  display: block;
  background-color: #272727;
  color: white;
  width: 200px;
  font-size: 13px;
}
.tutorial ul li:hover ul li:hover 
{
  background-color: #fec32b;
  color: black
}


.hero-image 
{
	background-image: url(images/slides/slide_6.jpg);
	background-color: #5b7ba8;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.hero-text 
{
    width : 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 50px;
}

.wrap 
{
	display: flex;
	flex-direction: column;
	width: 60%;
	margin: 2rem auto;
	line-height: 1.6;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.mast {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 250px;
  color: #fff;
  background-color: #111;
}
.mast:after 
{
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 100%;
  background: rgba(17, 17, 17, 0.4);
}
.mast > header 
{
  z-index: 2;
  position: relative;
}
.mast__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: 50%;
}
.mast__header 
{
  padding: 5%;
}
.mast__title {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0;
}
.mast__title span {
  -webkit-animation: letter-glow 0.7s 0s ease both;
          animation: letter-glow 0.7s 0s ease both;
}
.mast__title span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.mast__title span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mast__title span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.mast__title span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mast__title span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.mast__title span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mast__title span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.mast__title span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mast__title span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.mast__title span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mast__title span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.mast__title span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mast__title span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mast__title span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mast__title span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.mast__title span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mast__title span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.mast__title span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.mast__title span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.mast__title span:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mast__title span:nth-child(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.mast__title span:nth-child(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.mast__title span:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.mast__title span:nth-child(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mast__title span:nth-child(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.mast__text 
{
  font-size: 16px;
  margin: 0 0 0.5em;
  line-height: 1.5;
  white-space: pre;
}
.mast__text span {
  -webkit-animation: letter-glow 0.7s 0s ease both;
          animation: letter-glow 0.7s 0s ease both;
}
.mast__text span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.mast__text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mast__text span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.mast__text span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mast__text span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.mast__text span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mast__text span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.mast__text span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mast__text span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.mast__text span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mast__text span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.mast__text span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mast__text span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mast__text span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mast__text span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.mast__text span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mast__text span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.mast__text span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.mast__text span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.mast__text span:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mast__text span:nth-child(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.mast__text span:nth-child(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.mast__text span:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.mast__text span:nth-child(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mast__text span:nth-child(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.mast__text span:nth-child(26) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.mast__text span:nth-child(27) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.mast__text span:nth-child(28) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.mast__text span:nth-child(29) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.mast__text span:nth-child(30) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.mast__text span:nth-child(31) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}
.mast__text span:nth-child(32) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.mast__text span:nth-child(33) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.mast__text span:nth-child(34) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.mast__text span:nth-child(35) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.mast__text span:nth-child(36) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.mast__text span:nth-child(37) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}
.mast__text span:nth-child(38) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.mast__text span:nth-child(39) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.mast__text span:nth-child(40) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mast__text span:nth-child(41) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.mast__text span:nth-child(42) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.mast__text span:nth-child(43) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}
.mast__text span:nth-child(44) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.mast__text span:nth-child(45) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.mast__text span:nth-child(46) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.mast__text span:nth-child(47) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}
.mast__text span:nth-child(48) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.mast__text span:nth-child(49) {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s;
}
.mast__text span:nth-child(50) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.mast__text span:nth-child(51) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
.mast__text span:nth-child(52) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.mast__text span:nth-child(53) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}
.mast__text span:nth-child(54) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.mast__text span:nth-child(55) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}
.mast__text span:nth-child(56) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.mast__text span:nth-child(57) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
.mast__text span:nth-child(58) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.mast__text span:nth-child(59) {
  -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s;
}
.mast__text span:nth-child(60) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mast__text span:nth-child(61) {
  -webkit-animation-delay: 3.05s;
          animation-delay: 3.05s;
}
.mast__text span:nth-child(62) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.mast__text span:nth-child(63) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
.mast__text span:nth-child(64) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.mast__text span:nth-child(65) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}
.mast__text span:nth-child(66) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.mast__text span:nth-child(67) {
  -webkit-animation-delay: 3.35s;
          animation-delay: 3.35s;
}
.mast__text span:nth-child(68) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.mast__text span:nth-child(69) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
.mast__text span:nth-child(70) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.mast__text span:nth-child(71) {
  -webkit-animation-delay: 3.55s;
          animation-delay: 3.55s;
}
.mast__text span:nth-child(72) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.mast__text span:nth-child(73) {
  -webkit-animation-delay: 3.65s;
          animation-delay: 3.65s;
}
.mast__text span:nth-child(74) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.mast__text span:nth-child(75) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}
.mast__text span:nth-child(76) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.mast__text span:nth-child(77) {
  -webkit-animation-delay: 3.85s;
          animation-delay: 3.85s;
}
.mast__text span:nth-child(78) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.mast__text span:nth-child(79) {
  -webkit-animation-delay: 3.95s;
          animation-delay: 3.95s;
}
.mast__text span:nth-child(80) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.mast__text span:nth-child(81) {
  -webkit-animation-delay: 4.05s;
          animation-delay: 4.05s;
}
.mast__text span:nth-child(82) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.mast__text span:nth-child(83) {
  -webkit-animation-delay: 4.15s;
          animation-delay: 4.15s;
}
.mast__text span:nth-child(84) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.mast__text span:nth-child(85) {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
}
.mast__text span:nth-child(86) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.mast__text span:nth-child(87) {
  -webkit-animation-delay: 4.35s;
          animation-delay: 4.35s;
}
.mast__text span:nth-child(88) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.mast__text span:nth-child(89) {
  -webkit-animation-delay: 4.45s;
          animation-delay: 4.45s;
}
.mast__text span:nth-child(90) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.mast__text span:nth-child(91) {
  -webkit-animation-delay: 4.55s;
          animation-delay: 4.55s;
}
.mast__text span:nth-child(92) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.mast__text span:nth-child(93) {
  -webkit-animation-delay: 4.65s;
          animation-delay: 4.65s;
}
.mast__text span:nth-child(94) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.mast__text span:nth-child(95) {
  -webkit-animation-delay: 4.75s;
          animation-delay: 4.75s;
}
.mast__text span:nth-child(96) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.mast__text span:nth-child(97) {
  -webkit-animation-delay: 4.85s;
          animation-delay: 4.85s;
}
.mast__text span:nth-child(98) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.mast__text span:nth-child(99) {
  -webkit-animation-delay: 4.95s;
          animation-delay: 4.95s;
}
.mast__text span:nth-child(100) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mast__text span:nth-child(101) {
  -webkit-animation-delay: 5.05s;
          animation-delay: 5.05s;
}
.mast__text span:nth-child(102) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
.mast__text span:nth-child(103) {
  -webkit-animation-delay: 5.15s;
          animation-delay: 5.15s;
}
.mast__text span:nth-child(104) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.mast__text span:nth-child(105) {
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s;
}
.mast__text span:nth-child(106) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}
.mast__text span:nth-child(107) {
  -webkit-animation-delay: 5.35s;
          animation-delay: 5.35s;
}
.mast__text span:nth-child(108) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.mast__text span:nth-child(109) {
  -webkit-animation-delay: 5.45s;
          animation-delay: 5.45s;
}
.mast__text span:nth-child(110) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.mast__text span:nth-child(111) {
  -webkit-animation-delay: 5.55s;
          animation-delay: 5.55s;
}
.mast__text span:nth-child(112) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.mast__text span:nth-child(113) {
  -webkit-animation-delay: 5.65s;
          animation-delay: 5.65s;
}
.mast__text span:nth-child(114) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
.mast__text span:nth-child(115) {
  -webkit-animation-delay: 5.75s;
          animation-delay: 5.75s;
}
.mast__text span:nth-child(116) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.mast__text span:nth-child(117) {
  -webkit-animation-delay: 5.85s;
          animation-delay: 5.85s;
}
.mast__text span:nth-child(118) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}
.mast__text span:nth-child(119) {
  -webkit-animation-delay: 5.95s;
          animation-delay: 5.95s;
}
.mast__text span:nth-child(120) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.mast__text span:nth-child(121) {
  -webkit-animation-delay: 6.05s;
          animation-delay: 6.05s;
}
.mast__text span:nth-child(122) {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}
.mast__text span:nth-child(123) {
  -webkit-animation-delay: 6.15s;
          animation-delay: 6.15s;
}
.mast__text span:nth-child(124) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.mast__text span:nth-child(125) {
  -webkit-animation-delay: 6.25s;
          animation-delay: 6.25s;
}
.mast__text span:nth-child(126) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
.mast__text span:nth-child(127) {
  -webkit-animation-delay: 6.35s;
          animation-delay: 6.35s;
}
.mast__text span:nth-child(128) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.mast__text span:nth-child(129) {
  -webkit-animation-delay: 6.45s;
          animation-delay: 6.45s;
}
.mast__text span:nth-child(130) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.mast__text span:nth-child(131) {
  -webkit-animation-delay: 6.55s;
          animation-delay: 6.55s;
}
.mast__text span:nth-child(132) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.mast__text span:nth-child(133) {
  -webkit-animation-delay: 6.65s;
          animation-delay: 6.65s;
}
.mast__text span:nth-child(134) {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}
.mast__text span:nth-child(135) {
  -webkit-animation-delay: 6.75s;
          animation-delay: 6.75s;
}
.mast__text span:nth-child(136) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.mast__text span:nth-child(137) {
  -webkit-animation-delay: 6.85s;
          animation-delay: 6.85s;
}
.mast__text span:nth-child(138) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
.mast__text span:nth-child(139) {
  -webkit-animation-delay: 6.95s;
          animation-delay: 6.95s;
}
.mast__text span:nth-child(140) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.mast__text span:nth-child(141) {
  -webkit-animation-delay: 7.05s;
          animation-delay: 7.05s;
}
.mast__text span:nth-child(142) {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}
.mast__text span:nth-child(143) {
  -webkit-animation-delay: 7.15s;
          animation-delay: 7.15s;
}
.mast__text span:nth-child(144) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.mast__text span:nth-child(145) {
  -webkit-animation-delay: 7.25s;
          animation-delay: 7.25s;
}
.mast__text span:nth-child(146) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}
.mast__text span:nth-child(147) {
  -webkit-animation-delay: 7.35s;
          animation-delay: 7.35s;
}
.mast__text span:nth-child(148) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.mast__text span:nth-child(149) {
  -webkit-animation-delay: 7.45s;
          animation-delay: 7.45s;
}
.mast__text span:nth-child(150) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.mast__text span:nth-child(151) {
  -webkit-animation-delay: 7.55s;
          animation-delay: 7.55s;
}
.mast__text span:nth-child(152) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.mast__text span:nth-child(153) {
  -webkit-animation-delay: 7.65s;
          animation-delay: 7.65s;
}
.mast__text span:nth-child(154) {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}
.mast__text span:nth-child(155) {
  -webkit-animation-delay: 7.75s;
          animation-delay: 7.75s;
}
.mast__text span:nth-child(156) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.mast__text span:nth-child(157) {
  -webkit-animation-delay: 7.85s;
          animation-delay: 7.85s;
}
.mast__text span:nth-child(158) {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}
.mast__text span:nth-child(159) {
  -webkit-animation-delay: 7.95s;
          animation-delay: 7.95s;
}
.mast__text span:nth-child(160) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.mast__text span:nth-child(161) {
  -webkit-animation-delay: 8.05s;
          animation-delay: 8.05s;
}
.mast__text span:nth-child(162) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
.mast__text span:nth-child(163) {
  -webkit-animation-delay: 8.15s;
          animation-delay: 8.15s;
}
.mast__text span:nth-child(164) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.mast__text span:nth-child(165) {
  -webkit-animation-delay: 8.25s;
          animation-delay: 8.25s;
}
.mast__text span:nth-child(166) {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}
.mast__text span:nth-child(167) {
  -webkit-animation-delay: 8.35s;
          animation-delay: 8.35s;
}
.mast__text span:nth-child(168) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.mast__text span:nth-child(169) {
  -webkit-animation-delay: 8.45s;
          animation-delay: 8.45s;
}
.mast__text span:nth-child(170) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.mast__text span:nth-child(171) {
  -webkit-animation-delay: 8.55s;
          animation-delay: 8.55s;
}
.mast__text span:nth-child(172) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.mast__text span:nth-child(173) {
  -webkit-animation-delay: 8.65s;
          animation-delay: 8.65s;
}
.mast__text span:nth-child(174) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
.mast__text span:nth-child(175) {
  -webkit-animation-delay: 8.75s;
          animation-delay: 8.75s;
}
.mast__text span:nth-child(176) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.mast__text span:nth-child(177) {
  -webkit-animation-delay: 8.85s;
          animation-delay: 8.85s;
}
.mast__text span:nth-child(178) {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}
.mast__text span:nth-child(179) {
  -webkit-animation-delay: 8.95s;
          animation-delay: 8.95s;
}
.mast__text span:nth-child(180) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}



.luminance 
{
  background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  -webkit-animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
          animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
}
@-webkit-keyframes reveal {
  80% {
    letter-spacing: 8px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes reveal {
  80% {
    letter-spacing: 8px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@-webkit-keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff;
  }
}



@layer demo 
{
  #PageHeader  .heading
  {
    font-size: clamp(2rem, 5vw, 5rem);
    margin-inline: auto;
    color: white !important;
    text-shadow: 0 1px 1px #000;
    width: 100% !important;
  }

  #PageHeader .subhead 
  {
    font-size: 18px;
    font-weight: 100;
    margin-inline: auto;
    color: hsl(0 0% 80%);
  }

  #PageHeader 
  {
    background: url("../images/banner_17.jpg");
    background-size: cover;
    background-position: center;
    display: grid;
    gap: 2ch;
    place-content: center;
    text-align: center;
    height: 300px;
    
  }
}








h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}

.sec-title
{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #fec32b;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2
{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: white;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:5px;
background-color:#fec32b;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one
{
position:relative;
}

.list-style-one li
{
position:relative;
font-size:16px;
line-height:26px;
color: white;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before 
{
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #fec32b;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: black;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #fec32b;
}

.btn-style-one:hover{
background-color: white;
color: black;
}
.about-section
{
position: relative;
padding: 0px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
}

.about-section .text
{
margin-bottom: 40px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one
{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer
{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column
{
position: relative;
padding-left: 120px;
padding-bottom: 125px;
}

.about-section .image-column .inner-column:before
{
position: absolute;
left: -75px;
top: 65px;
height: 520px;
width: 520px;
content: "";
}

.about-section .image-column .image-1{
position: relative;
}

.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link
{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}




#parallax .container 
{
  text-align: center;
  color: white;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner_9.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#parallax h1 {
  font-weight: 700;
  font-size: 3rem;
}

#parallax p 
{
  max-width: 80ch;
  line-height: 1.5;
  padding: 1em;
}

#parallax a {
  display: inline-block;
  padding: 1em 3.5em;
  background-color: var(--color);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.3em;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: .875rem;
  border: 1px solid black;
}

#parallax .blank,
.other {
  width: 100%;
  min-height: 60vh;
  background-color: var(--color);
}

#parallax .second {
  background-image:url(https://images.unsplash.com/photo-1514496959998-c01c40915c5f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80);
  background-attachment: fixed;
  height: 1200px;
}

#parallax h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 1em;
}

#parallax .card > a {
  margin-bottom: 2em;
}

#parallax .item {
  display: flex;
  max-width: 320px;
  background-color: white;;
  flex-direction: column;
  align-items: center;
  border-radius: .5em;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
}

#parallax .img {
  width: 90%;
  height: 200px;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  border-radius: .3em;;
}

#parallax .img-first {
  background-image: url(https://images.unsplash.com/photo-1522163182402-834f871fd851?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1606&q=80);
}

#parallax .img-second {
  background-image: url(https://images.unsplash.com/photo-1628746404106-4d3843b231b3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2F2aW5nfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=900&q=60);
}

#parallax .img-third {
  background-image: url(https://images.unsplash.com/photo-1632853073412-782bf0279d65?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
}

#parallax .second {
  flex-direction: row;
  gap: 1.6em;
}


#CardsStyle_1 .page-title 
{
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}
#CardsStyle_1 .container {
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#CardsStyle_1 .card-info * 
{
  position: relative;
  z-index: 1;
}
#CardsStyle_1 .card-wrap 
{
  margin: 20px;
  transform: perspective(800px);
  transform-style: preserve-3d;
  cursor: pointer;
}
#CardsStyle_1 .card-wrap:hover .card-info 
{
  transform: translateY(0);
}
#CardsStyle_1 .card-wrap:hover .card-info p 
{
  opacity: 1;
}
#CardsStyle_1 .card-wrap:hover .card-info,
.card-wrap:hover .card-info p 
{
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#CardsStyle_1 .card-wrap:hover .card-info:after 
{
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0);
}
#CardsStyle_1 .card-wrap:hover .card-bg 
{
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
#CardsStyle_1 .card-wrap:hover .card 
{
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px,
    rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px,
    inset white 0 0 0 6px;
}
#CardsStyle_1 .card 
{
  position: relative;
  flex: 0 0 240px;
  width: 350px;
  height: 450px;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px,
    inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#CardsStyle_1 .card-bg 
{
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}
#CardsStyle_1 .card-info 
{
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  transform: translateY(50%);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#CardsStyle_1 .card-info p 
{
  opacity: 0;
  text-shadow: black 0 2px 3px;
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#CardsStyle_1 .card-info:after
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#CardsStyle_1 .card-info h1 
{
  font-size: 30px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
}

/* Subscribe button styles */
#CardsStyle_1 .subscribe-btn 
{
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: var(--accent-color);
}

#CardsStyle_1 .subscribe-btn svg 
{
  height: 60px;
  width: 60px;
}
#CardsStyle_1 .youtube-button 
{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}


#CardsStyle_1 .youtube-button i 
{
  font-size: 24px;
}

#CardsStyle_1 .youtube-button:hover 
{
  background-color: #e60000; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


#headingStyle_1 .heading 
{
  font-size: 24px;
  color: white
}

#headingStyle_1 .subheading 
{
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 40em) 
{

  #headingStyle_1 .heading 
  {
    font-size: 6vw;
  }

  #headingStyle_1 .subheading 
  {
    font-size: 1.75vw;
  }
}
#headingStyle_1 .underline--magical 
{
  background-image: linear-gradient(120deg, #fec32b 0%, #fec32b 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
#headingStyle_1 .underline--magical:hover 
{
  background-size: 100% 88%;
}


.fancy-heading {
  margin-top: 50px;
  display: block;
  text-transform: uppercase;
  font-family: Unica one;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.fancy-heading::before {
  content: "";
  background: black;
  height: 1px;
  position: absolute;
  width: 100%;
  max-width: 800px;
  left: 0;
  top: 50%;
  z-index: -1;
}
.fancy-heading::after {
  content: "";
  background: white;
  position: absolute;
  width: 52%;
  height: 100%;
  max-width: 800px;
  left: 24%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .fancy-heading {
    font-size: 32px;
  }
  .fancy-heading::after {
    width: 64%;
    left: 18%;
  }
}
@media screen and (max-width: 360px) {
  .fancy-heading {
    font-size: 24px;
  }
  .fancy-heading::after {
    width: 60%;
    left: 20%;
  }
}



.site-title	
{
	text-transform: uppercase;
	margin: 30px 0;
  color: white
}

.site-title span::after	
{
	display: block;
	content: '';
	border-bottom: 2px solid #fec32b;
	width: 80px;
	margin: 0 auto;
	padding-bottom: 20px;
}


.hero-img 
{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 90vh;
}



#CardStyles_1 .card
{
	width: 100%;
	height: 550px; 
	background-position: center;
	background-size: 100%;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	place-items: end;
	box-shadow: 15px 15px 0px rgb(254 195 43); 
	transition: 0.4s;
	cursor: pointer;
  background-repeat: no-repeat;
}
#CardStyles_1 .card:hover .bottom
{
	height: 120px;
	cursor: pointer;
}
#CardStyles_1 .card:hover
{
	transform: scale(1.05,1.05);
	box-shadow: -15px -15px 0px rgb(254 195 43);
}
#CardStyles_1 .card .bottom
{
	height: 100px;
	width: 100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,.8), rgba(0,0,0,.8));
	box-sizing: border-box;
	padding: 15px;
	transition: 0.5s;
	overflow: hidden;
}
#CardStyles_1 .card .bottom h1
{
	margin: 0;
	color: white;
  font-size: 20px;
}
#CardStyles_1 .card .bottom p
{
	color: white;
	font-weight: 300;
	font-size: .75em;
}

#SectionDesign_1 .aboutus-title 
{
  font-size: 50px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: white;
}


#SectionDesign_1 .aboutus-title::after 
{
  background: #fdb801 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 80px;
}


#SectionDesign_1 .aboutus-text 
{
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 35px;
  text-align: justify;
}

#SectionDesign_1 a:hover, a:active 
{
  color: #ffb901;
  text-decoration: none;
  outline: 0;
}


#SectionDesign_1 .aboutus-more 
{
  border: 1px solid #fdb801;
  border-radius: 25px;
  color: #fdb801;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 20px;
  text-transform: uppercase;
}


#SectionDesign_1 .feature .feature-box .iconset 
{
  float: left;
  position: relative;
  width: 18%;
}


#SectionDesign_1 .feature .feature-box .iconset::after 
{
  background: #fdb801 none repeat scroll 0 0;
  content: "";
  height: 200%;
  left: 20%;
  position: absolute;
  top: 100%;
  width: 1px;
}

#SectionDesign_1 .feature .feature-box .feature-content h4 
{
  color: white;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}


#SectionDesign_1 .feature .feature-box .feature-content 
{
  float: left;
  padding-left: 28px;
  width: 78%;
}
#SectionDesign_1 .feature .feature-box .feature-content h4 
{
  color: white;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
#SectionDesign_1 .feature .feature-box .feature-content p 
{
  color: #606060;
  font-size: 13px;
  line-height: 22px;
}

#SectionDesign_1 .icon 
{
  color : #f4b841;
  padding:0px;
  border: 1px solid #fdb801;
  border-radius: 100px;
  color: #fdb801;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}





.contact-info 
{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info-icon 
{
  margin-bottom: 15px;
}
.contact-info-item 
{
  padding: 30px 0px;
  height: 280px;
  border: 1px solid #fdb801;
}
.contact-page-sec .contact-page-form h2 
{
  color: white;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 
{
  padding-left: 0;
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.single-input-field textarea {
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
}
.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
  padding: 20px 15px 0;
}












#ImageOverlayDesign_1 .container 
{
  width: 100%;
  height: 800px;
}

#ImageOverlayDesign_1 .container, #ImageOverlayDesign_1 .overlay:before 
{
  background: url(../images/banner_4.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_1 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_1 .overlay 
{
  max-height: 300px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_1 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* not necessary */
.rank-math-breadcrumb-example span,
.rank-math-breadcrumb-example a,
.rank-math-breadcrumb span,
.rank-math-breadcrumb a 
{
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  padding: 0 8px;
  font-family: initial;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  color: white
}

#Quoatation_1 #ct {
  height: 450px;
  width: 100%;
  border: 1px solid #fdb801;
  margin: 100px auto;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 15px;
}
#Quoatation_1 span 
{
  background: white;
  color: black;
  padding: 0 10px;
  font-size: 50px;
  position: relative;
  top: -70px;
  font-weight: 500;
}
#Quoatation_1 .corner {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  background: #0c0c0c;
}

#Quoatation_1 #left_top {
  top: -16px;
  left: -16px;
  border-color: transparent transparent #f1c40f transparent;
}
#Quoatation_1 #right_top {
  top: -16px;
  right: -16px;
  border-color: transparent transparent transparent #f1c40f;
}
#Quoatation_1 #left_bottom {
  bottom: -16px;
  left: -16px;
  border-color: transparent #f1c40f transparent transparent;
}
#Quoatation_1 #right_bottom {
  bottom: -16px;
  right: -16px;
  border-color: #f1c40f transparent transparent transparent;
}
#Quoatation_1 p 
{
  padding-top: 13px;
  font-size: 18px;
}






#PageDesign_2 
{
  display: flex;
}
#PageDesign_2_Header 
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--grape-0);
}

#PageDesign_2 .hero 
{
  padding: var(--size-10);
  gap: var(--size-5);
}

#PageDesign_2 .hero-message {
  display: grid;
  grid-template-columns: max-content;
  color: white;
}

#PageDesign_2 .hero-message > div:last-child 
{
  color: var(--indigo-7);
}

#PageDesign_2 .under-hero 
{
  font-size: 18px;
  line-height: 35px;
}

#PageDesign_2 .button-list 
{
  display: flex;
  gap: var(--size-3);
}

#PageDesign_2 button 
{
  background: white;
  color: var(--indigo-8);
  font-size: var(--font-size-3);
  padding-inline: var(--size-8);
  padding-block: var(--size-3);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-2);
}

#PageDesign_2 button.primary 
{
  background: var(--indigo-8);
  text-shadow: 0 1px 0 var(--indigo-9);
  color: white;
}

#PageDesign_2 button.primary:hover 
{
  background: var(--indigo-7);
}

#PageDesign_2 .promo-art 
{
  align-self: stretch;
}
#PageDesign_2 .promo-art > img 
{
  block-size: 100%;
  object-fit: cover;
}

#HeadingStyle_2 strong 
{
  position: relative;
}


#HeadingStyle_2 strong::after 
{
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  z-index: -1;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/664131/underline.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#HeadingStyle_2 p > strong 
{
  font-weight: 400;
}


#HeadingStyle_2 p > strong::after 
{
  bottom: -0.2rem;
  height: 0.5rem;
  left: -0.25rem;
  right: -0.25rem;
}

#HeadingStyle_2 
{
  display: flex;
  justify-content: center;
  align-items: center;
}

#HeadingStyle_2 h1 
{
  font-size: 50px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 80px;
}

#HeadingStyle_2 p 
{
  font-size: 1.125rem;
}

#ParallaxDesign_1
{
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
}

#ParallaxDesign_1 .parallax 
{
  background-image: url("../images/stitching_1.jpg?q=80&w=1771&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ParallaxDesign_1 .content 
{
  height: 500px;
  padding: 50px;
}








#FixedBackground_1 .fixed-bg 
{
  min-height: 800px;
  max-height: 800px;
  background-size: cover;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  line-height: 1.5;
}

#FixedBackground_1 h1 
{
  text-align: center;
  font-size: 3.5em;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 10px #000, 5px 5px 20px #000, 1px 0px 20px #def;
  opacity: 0.95;
}
#FixedBackground_1 img {
  width: 100%;
  height: auto;
}
#FixedBackground_1 .main-text 
{
  font-size: 5.5em;
  line-height: 0px;
}
#FixedBackground_1 .sub-text 
{
  color: #fff;
  line-height: 0px;
  text-shadow: 1px 1px 10px #000, 5px 5px 20px #000, 1px 0px 20px #def;
}
#FixedBackground_1 .text-box 
{
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  margin: 0;
  max-width: 500px;
}
#FixedBackground_1 .fixed-bg h2 
{
  font-size: 4em;
}
#FixedBackground_1 .fixed-bg p {
  text-align: center;
  max-width: 500px;
  font-size: 1.2em;
  text-align: left;
}

#FixedBackground_1  .bg-2-1 
{
  background-image: url("../images/processing_4.jpg");
}














#ImageOverlayDesign_2 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_2 .container, .overlay:before 
{
  background: url(../images/printing_1.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_2 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_2 .overlay 
{
  max-height: 500px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_2 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}



#ImageOverlayDesign_3 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_3 .container, #ImageOverlayDesign_3 .overlay:before 
{
  background: url(../images/quality_assurance_4.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_3 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_3 .overlay 
{
  max-height: 500px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_3 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


#ImageOverlayDesign_4 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_4 .container, #ImageOverlayDesign_4 .overlay:before 
{
  background: url(../images/product_development_1.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_4 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_4 .overlay 
{
  max-height: 500px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_4 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}



#ImageOverlayDesign_5 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_5 .container, #ImageOverlayDesign_5 .overlay:before 
{
  background: url(../images/stitching_1.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_5 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_5 .overlay 
{
  max-height: 500px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_5 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}





#Slider_1 .base-template__wrapper 
{
	max-width: 1560px;
}

#Slider_1 .base-template__text 
{
	margin-bottom: 60px;
}

/**
 * Slider Instance
 */

 #Slider_1 .swiper {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#Slider_1 .emotions-slider 
{
	--color-gray: #818181;
	--color-gray-dark: #1e1e1e;
	padding-inline: 98px;
	position: relative;
}

#Slider_1 .emotions-slider__slide 
{
	display: flex;
	align-items: center;
	min-height: 550px;
}

@media screen and (max-width: 767.9px) {
	#Slider_1 .emotions-slider 
  {
		padding: 0;
		margin-inline: -20px;
	}
}

/**
 * Slider Navigation
 */

 #Slider_1 .slider-nav 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	z-index: 1;
	pointer-events: none;
}

#Slider_1 .slider-nav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 48px;
	pointer-events: auto;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

#Slider_1 .slider-nav__item.disabled {
	cursor: default;
	opacity: 0.5;
}

#Slider_1 .slider-nav__item path {
	stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
	#Slider_1 .slider-nav__item:not(.disabled):hover {
		color: var(--color-blue);
	}
}

@media (hover: none) {
	#Slider_1 .slider-nav__item:not(.disabled):active {
		color: var(--color-blue);
	}
}

@media screen and (max-width: 767.9px) {
	#Slider_1 .slider-nav {
		display: none;
	}
}

/**
 * Slider Pagination
 */

 #Slider_1 .slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 40px;
}

#Slider_1 .swiper-pagination-lock {
	display: none !important;
}

#Slider_1 .slider-pagination__item {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: #fff;
	transition: all 0.3s ease-out;
	opacity: 0.2;
}

#Slider_1 .slider-pagination__item.active {
	width: 30px;
	opacity: 1;
}

/**
 * Slider Item
 */

 #Slider_1 .swiper-slide {
	width: auto;
	height: auto;
}

@keyframes btn-arrow-move {
	0% {
		translate: 0;
	}

	100% {
		translate: 100% -100%;
	}
}

#Slider_1 .emotions-slider-item {
	--border-radius: 10px;

	width: calc(100dvw - 60px);
	max-width: 400px;
	background: var(--color-gray-dark);
	border-radius: var(--border-radius);
	position: relative;
	overflow: hidden;
}

#Slider_1 .emotions-slider-item__badge {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px 4px 5px;
	background: #00000066;
	border-bottom-right-radius: var(--border-radius);
	font-size: 14px;
	line-height: calc(24 / 14);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#Slider_1 .emotions-slider-item__badge::before 
{
	content: "";
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 18px;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-star.svg")
		center center no-repeat;
	background-size: 100%;
}

#Slider_1 .emotions-slider-item__image 
{
	aspect-ratio: 500 / 420;
	overflow: hidden;
}

#Slider_1 .emotions-slider-item__image img 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#Slider_1 .emotions-slider-item__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 20px;
}

#Slider_1  .emotions-slider-item__header,
#Slider_1  .emotions-slider-item__footer 
{
	max-height: 50px;
	overflow: hidden;
	transition: max-height 0.6s ease-in;
}

#Slider_1 .emotions-slider-item__header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

#Slider_1 .emotions-slider-item__price {
	font-weight: 600;
	font-size: 22px;
	line-height: calc(24 / 22);
}

#Slider_1 .emotions-slider-item__author {
	display: flex;
	align-items: center;
	gap: 4px;
}

#Slider_1 .emotions-slider-item__author-image {
	flex-shrink: 0;
	aspect-ratio: 1;
	width: 20px;
	border-radius: 100%;
	overflow: hidden;
}

#Slider_1 .emotions-slider-item__author-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#Slider_1 .emotions-slider-item__author-name {
	font-family: var(--font-poppins);
	font-size: 14px;
	line-height: calc(20 / 14);
	color: var(--color-gray);
}

#Slider_1 .emotions-slider-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 8px;
}

#Slider_1 .emotions-slider-item__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.7;
}

#Slider_1 .emotions-slider-item__btn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#Slider_1 .emotions-slider-item__btn-icon {
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 24px;
	position: relative;
	overflow: hidden;
}

#Slider_1 .emotions-slider-item__btn-icon::before,
#Slider_1 .emotions-slider-item__btn-icon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-btn-arrow.svg")
		center center no-repeat;
	background-size: 100%;
}

#Slider_1 .emotions-slider-item__btn-icon::after {
	position: absolute;
	top: 100%;
	right: 100%;
}

#Slider_1 .emotions-slider__slide:not(.swiper-slide-active) .emotions-slider-item__header,
.emotions-slider__slide:not(.swiper-slide-active)
	.emotions-slider-item__footer {
	max-height: 0;
}

@media (hover: hover) and (pointer: fine) {
	#Slider_1 .emotions-slider-item__btn:hover .emotions-slider-item__btn-icon::before,
	#Slider_1 .emotions-slider-item__btn:hover .emotions-slider-item__btn-icon::after {
		animation: btn-arrow-move 0.4s ease forwards;
	}
}

@media (hover: none) {
	#Slider_1 .emotions-slider-item__btn:active .emotions-slider-item__btn-icon::before,
	#Slider_1 .emotions-slider-item__btn:active .emotions-slider-item__btn-icon::after {
		animation: btn-arrow-move 0.4s ease forwards;
	}
}


.home-list 
{
  list-style: none;
  width: 100%;
  border-radius: 4px;
}
.home-list li 
{
  padding: 10px 0 10px 0;
  font-size: 14px;
}
.home-list li:nth-child(odd) 
{
  text-align: left;
  border-left: 10px solid #fec32b;
  padding-left: 4px;
  border-bottom: 10px solid #ffe02b;
}
.home-list li:nth-child(even) {
  text-align: right;
  border-right: 10px solid #fec32b;
  padding-right: 4px;
  border-bottom: 10px solid #ffe02b;
}







#ImageOverlayDesign_6 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_6 .container, #ImageOverlayDesign_6 .overlay:before 
{
  background: url(../images/dyeing_1.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_6 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_6 .overlay 
{
  max-height: 500px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_6 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


#ImageOverlayDesign_7 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_7 .container, #ImageOverlayDesign_7 .overlay:before 
{
  background: url(../images/stitching_towels.png) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_7 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_7 .overlay 
{
  max-height: 500px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_7 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#videoWrapper 
{
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

#videoWrapper video 
{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#videoWrapper .caption 
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#videoWrapper .caption .contents 
{
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 2rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


#ImageOverlayDesign_8 .container 
{
  width: 100%;
  height: 1000px;
}

#ImageOverlayDesign_8 .container, #ImageOverlayDesign_8 .overlay:before 
{
  background: url(../images/solar_1.jpg) no-repeat fixed 0 0/cover;
}

#ImageOverlayDesign_8 .container 
{
  align-items: center;
  display: flex;
  justify-content: center;
}

#ImageOverlayDesign_8 .overlay 
{
  max-height: 700px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
  position: relative;
  text-align: center;
  z-index: 0;
}
#ImageOverlayDesign_8 .overlay:before 
{
  content: "";
  filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}






































































































