/* ==============================================================================================================================
														[ * Button Element ]
===============================================================================================================================*/
/*-------------------------------------  Button Style  -----------------------------------------*/
.bayone-button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  background-color: #212529;
  color: #fff;
  overflow: hidden;
}
.bayone-button.animated-gradient-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
  background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bayone-button.animated-gradient-bg:hover::before {
  left: -50%;
}
.bayone-button .bayone-button-text {
  position: relative;
  z-index: 2;
}
.bayone-button .bayone-button-icon {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bayone-button:hover .hover-animation-right-to-left {
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.bayone-button.animated-icon .bayone-button-content-wrapper .bayone-button-icon {
  position: relative;
  transition: all 0.3s ease;
}
.bayone-button.animated-icon .bayone-button-content-wrapper .bayone-button-icon:first-of-type {
  opacity: 0;
  transform: translateX(-10px);
}
.bayone-button.animated-icon .bayone-button-content-wrapper .bayone-button-icon:last-of-type {
  opacity: 1;
  transform: translateX(0);
}
.bayone-button.animated-icon:hover .bayone-button-content-wrapper {
  padding-left: 10px;
}
.bayone-button.animated-icon:hover .bayone-button-content-wrapper .bayone-button-icon:first-of-type {
  opacity: 1;
  transform: translateX(0);
}
.bayone-button.animated-icon:hover .bayone-button-content-wrapper .bayone-button-icon:last-of-type {
  opacity: 0;
  transform: translateX(10px);
}

/* ==============================================================================================================================
														[ * text-scroll Element ]
===============================================================================================================================*/
.bayone-text-scroll .text-indent {
  text-indent: 20%;
}

.text-reval span {
  display: inline-block;
}
.text-reval .text {
  background: linear-gradient(to right, #fff 50%, #7d7d7d 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-position-x 0.8s !important;
}

@media screen and (max-width: 992px) {
  .bayone-text-scroll .text-reval h2 {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 768px) {
  .bayone-text-scroll .text-reval h2 {
    font-size: 20px !important;
  }
}
/* ==============================================================================================================================
														[ * home-slider Element ]
===============================================================================================================================*/
.bayone-home-slider {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}
.bayone-home-slider:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 80rem;
  opacity: 0.6;
  background-image: radial-gradient(circle, #fff, transparent);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.bayone-home-slider .caption {
  padding-top: 120px;
  padding-bottom: 180px;
}
.bayone-home-slider .caption .f-ultra-light {
  font-family: "Mona-Sans-UltraLight", sans-serif;
}
.bayone-home-slider .caption h1 {
  font-family: "Mona-Sans-Medium", sans-serif;
  font-size: 140px;
  text-transform: uppercase;
  line-height: 1;
  color: white;
}
.bayone-home-slider .caption h5 {
  font-size: 18px;
  letter-spacing: 2px;
  color: white;
}
.bayone-home-slider .circle-shadow {
  z-index: 5;
  background-image: radial-gradient(circle, rgba(12, 12, 12, 0.05), transparent 50%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}
.bayone-home-slider .box-shadow {
  z-index: 0;
  width: 290vw;
  height: 50vw;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(270deg, #0c0c0c 50%, transparent 80%);
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate3d(0, 1, 0.0000949539, 80deg);
}
.bayone-home-slider .shadow-right {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #0c0c0c 50%, transparent 80%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}
.bayone-home-slider .img-marq {
  z-index: -1;
  opacity: 0.7;
  perspective: 1412px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.bayone-home-slider .img-marq .slide-img-right {
  z-index: -1;
  transform-origin: 100%;
  transform-style: preserve-3d;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}
.bayone-home-slider .img-marq .slide-img-right .box {
  transform: translate(0%, 0px);
  animation-name: bgshotsright;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bayone-home-slider .img-marq .slide-img-left {
  z-index: -1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
  right: auto;
  transform: rotate3d(0, 1, 0.0000949539, 80deg);
}
.bayone-home-slider .img-marq .slide-img-left .box {
  transform: translate(0%, 0px);
  animation-name: bgshots;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bayone-home-slider .img-marq img {
  width: 50vw;
  perspective: 100px;
  object-fit: contain;
  flex: none;
  margin-left: 3rem;
  margin-right: 3rem;
  transform: perspective(100px);
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.bayone-home-slider .img-marq .box {
  flex: none;
  display: flex;
}

@keyframes bgshots {
  from {
    transform: translate(0%, 0px);
  }
  to {
    transform: translate(-100%, 0px);
  }
}
@keyframes bgshotsright {
  from {
    transform: translate(0%, 0px);
  }
  to {
    transform: translate(100%, 0px);
  }
}
/* ==============================================================================================================================
														[ * award-items Element ]
===============================================================================================================================*/
.bayone-awards-items {
  overflow: hidden;
}
.bayone-awards-items .row.md-marg {
  margin-left: -25px;
  margin-right: -25px;
}
.bayone-awards-items .sub-title {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  margin: 0;
}
.bayone-awards-items .item-title {
  padding: 0 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}
.bayone-awards-items .item-title > div {
  padding: 0 !important;
}
.bayone-awards-items .item-line {
  padding: 25px 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.4s;
  z-index: 3;
}
.bayone-awards-items .item-line .link, .bayone-awards-items .item-line .honors h6, .bayone-awards-items .item-line .project-date h6 {
  color: white;
}
.bayone-awards-items .item-line .project-date h6, .bayone-awards-items .item-line .honors h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-awards-items .item-line > div {
  padding: 0 !important;
}
.bayone-awards-items .item-line > div:last-of-type {
  text-align: right;
}
.bayone-awards-items .item-line:hover {
  color: #0c0c0c;
}
.bayone-awards-items .item-line:hover .project-date h6, .bayone-awards-items .item-line:hover .project-date h6 span, .bayone-awards-items .item-line:hover .honors h6 {
  color: #0c0c0c;
}
.bayone-awards-items .item-line:hover .link svg path {
  fill: black;
}
.bayone-awards-items .item-line:hover:after {
  height: 100%;
}
.bayone-awards-items .item-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.4s;
  z-index: -1;
}
.bayone-awards-items .item-line .project-date span {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 15px;
  color: white;
}

@media screen and (max-width: 768px) {
  .bayone-awards-items .honors {
    margin-top: 10px;
  }
  .bayone-awards-items .item-title {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .bayone-awards-items .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* ==============================================================================================================================
														[ * image_with_text Element ]
===============================================================================================================================*/
.bayone-image-with-text .rest {
  padding: 0 !important;
  margin: 0 !important;
}
.bayone-image-with-text .item {
  position: relative;
}
.bayone-image-with-text .item .img {
  position: relative;
}
.bayone-image-with-text .item .img img {
  filter: grayscale(1);
  width: 100%;
}
.bayone-image-with-text .item .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
}
.bayone-image-with-text .item .info.mt-20 {
  margin-top: 20px;
}
.bayone-image-with-text .item .info span {
  display: inline-block;
  font-family: "Mona-Sans-Regular", sans-serif;
  color: white;
  font-size: 12px;
  opacity: 0.8;
}
.bayone-image-with-text .item .info .name {
  font-family: "Mona-Sans-Regular", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 !important;
  margin: 0 !important;
}

/* ==============================================================================================================================
														[ * card_arrow Element ]
===============================================================================================================================*/
.bayone-card-arrow a {
  display: inline-block;
  text-decoration: none;
  color: white;
}
.bayone-card-arrow h5 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: white;
  margin: 0;
}
.bayone-card-arrow .item {
  position: relative;
  overflow: hidden;
}
.bayone-card-arrow .item .numb {
  font-family: "Mona-Sans-Regular", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 14px;
}
.bayone-card-arrow .item img {
  margin-bottom: 40px;
}
.bayone-card-arrow .item p {
  font-size: 13px;
  margin: 20px 0 0;
  color: #ddd;
}
.bayone-card-arrow .item .link-more {
  overflow: hidden;
  margin-top: 50px;
}
.bayone-card-arrow .item .link-more:hover {
  color: #fff;
}
.bayone-card-arrow .item .link-more:hover .text {
  margin-left: 0;
}
.bayone-card-arrow .item .link-more .text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: -92px;
  transition: all 0.4s;
}
.bayone-card-arrow .item .link-more .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 15px;
}

/* ==============================================================================================================================
														[ * testimonials Element ]
===============================================================================================================================*/
.bayone-testimonials .testim {
  overflow: hidden;
}
.bayone-testimonials .mt-30 {
  margin-top: 30px;
}
.bayone-testimonials .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-testimonials h4, .bayone-testimonials h5, .bayone-testimonials h3 {
  color: white;
  font-weight: 500;
  font-family: "Mona-Sans-Medium", sans-serif;
  margin: 0;
}
.bayone-testimonials h3 {
  font-size: 36px;
  line-height: 1.5;
}
.bayone-testimonials h4, .bayone-testimonials h5 {
  font-size: 24px;
  line-height: 1.5;
}
.bayone-testimonials span {
  display: inline-block;
  margin-top: 5px !important;
  color: white;
  opacity: 0.8;
}
.bayone-testimonials .swiper-button-prev,
.bayone-testimonials .swiper-button-next {
  display: inline-block;
  position: static;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  margin-left: 10px;
  background-image: none;
}
.bayone-testimonials .swiper-button-prev:after,
.bayone-testimonials .swiper-button-next:after {
  display: none;
}
.bayone-testimonials .swiper-button-prev:hover,
.bayone-testimonials .swiper-button-next:hover {
  background: #f1da78;
  border-color: #f1da78;
  color: #0c0c0c;
}
.bayone-testimonials .swiper-button-prev:hover span,
.bayone-testimonials .swiper-button-next:hover span {
  color: #0c0c0c;
}
.bayone-testimonials .icon-img-80 {
  width: 80px;
}
.bayone-testimonials .sec-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.bayone-testimonials .sec-head .ms-auto {
  padding-right: 1px;
}
.bayone-testimonials .pt-10 {
  padding-top: 10px;
}
.bayone-testimonials .swiper-pagination {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: static;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.bayone-testimonials .swiper-pagination span {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 30px;
}
.bayone-testimonials .swiper-pagination .swiper-pagination-total {
  position: relative;
  font-size: 17px;
  margin-bottom: -10px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-testimonials .swiper-pagination .swiper-pagination-total:before {
  content: "/";
  position: relative;
  margin: 0 2px 0 7px;
}

@media screen and (max-width: 992px) {
  .bayone-testimonials .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bayone-testimonials .icon-img-100 {
    width: 60px;
    margin-bottom: 30px;
  }
  .bayone-testimonials h3 {
    font-size: 24px !important;
  }
  .bayone-testimonials h5 {
    font-size: 18px !important;
  }
  .bayone-testimonials .quote-icon {
    margin-bottom: 30px;
  }
}
/* ==============================================================================================================================
														[ * clients_marq Element ]
===============================================================================================================================*/
.bayone-clients-marq {
  overflow: hidden;
  position: relative;
}
.bayone-clients-marq:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: linear-gradient(to left, #0c0c0c, transparent 300px, transparent calc(100% - 300px), #0c0c0c);
  z-index: 3;
}
.bayone-clients-marq .item {
  padding: 80px 60px !important;
  margin: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}

.bayone-clients-marq .main-marq {
  position: relative;
  padding: 0;
}
.bayone-clients-marq .main-marq.lrg .box .item h4 {
  font-size: 6vw;
  font-weight: 700;
}
.bayone-clients-marq .main-marq.xlrg .box .item {
  padding: 0 30px;
}
.bayone-clients-marq .main-marq.xlrg .box .item h4 {
  font-size: 10vw;
  font-weight: 800;
}
.bayone-clients-marq .main-marq.xlg-pading .item {
  padding: 0 60px !important;
}
.bayone-clients-marq .main-marq .slide-har {
  display: flex;
}
.bayone-clients-marq .main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-clients-marq .main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-clients-marq .main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-clients-marq .main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-clients-marq .main-marq .box {
  display: flex;
}
.bayone-clients-marq .main-marq .box .item {
  padding: 0 30px;
}
.bayone-clients-marq .main-marq .box .item .icon-img-100 {
  width: 100px;
}
.bayone-clients-marq .main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-clients-marq .main-marq .box .item h4 .icon {
  font-size: 90px;
  margin-bottom: -50px;
}
.bayone-clients-marq .main-marq .box .item h2 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-clients-marq .main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-clients-marq .main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-clients-marq .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-clients-marq .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-clients-marq .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-clients-marq .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.sub-bg .bayone-clients-marq:before {
  background: linear-gradient(to left, #141414, transparent 300px, transparent calc(100% - 300px), #141414);
}

.slide-har {
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}
.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 80s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .sub-bg .bayone-clients-marq:before {
    display: none;
  }
  .bayone-clients-marq .main-marq .box .item .icon-img-100 {
    width: 60px;
    margin-bottom: 30px;
  }
}
/* ==============================================================================================================================
														[ * blog_list Element ]
===============================================================================================================================*/
.bayone-blog-column .style1 .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}
.bayone-blog-column .style1 .item .img {
  position: relative;
}
.bayone-blog-column .style1 .item .img .date {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-blog-column .style1 .item .img .date strong {
  font-size: 30px;
  display: block;
}
.bayone-blog-column .style1 .item .cont {
  padding: 25px;
}
.bayone-blog-column .style1 .item .cont .ml-5 {
  margin-left: 5px;
}
.bayone-blog-column .style1 .item .cont .mr-5 {
  margin-right: 5px;
}
.bayone-blog-column .style1 .item .cont .inline-block ul {
  display: inline;
  padding: 0;
}
.bayone-blog-column .style1 .item .cont .inline-block ul li {
  display: inline-block;
}
.bayone-blog-column .style1 .item .cont ul {
  display: inline;
  padding: 0;
}
.bayone-blog-column .style1 .item .cont ul li {
  list-style: none;
}
.bayone-blog-column .style1 .item .cont ul li a {
  text-decoration: none;
  color: white;
}
.bayone-blog-column .style1 .item .cont .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: white;
}
.bayone-blog-column .style1 .item .cont .sub-title.fz-12 {
  font-size: 12px !important;
}
.bayone-blog-column .style1 .item .cont .opacity-8 {
  opacity: 0.8;
}
.bayone-blog-column .style1 .item .cont.cont-link {
  padding: 60px 25px;
}
.bayone-blog-column .style1 .item .cont h4 {
  line-height: 1.3;
  font-size: 25px;
  font-weight: 500;
  color: white;
  margin-top: 20px;
  margin-bottom: 15px;
}
.bayone-blog-column .style1 .item .cont .more {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
  color: #ccc;
}
.bayone-blog-column .style1 .item .cont .more:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #fff;
}
.bayone-blog-column .style1 .item .cont .more:hover {
  color: #fff;
}

.bayone-blog-column .style2 .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin: 0 !important;
  padding: 0 !important;
}
.bayone-blog-column .style2.bg-gray .item {
  border-color: rgba(0, 0, 0, 0.1);
}
.bayone-blog-column .style2 .item {
  padding: 25px 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.bayone-blog-column .style2 .item .row {
  margin: 0;
  padding: 0 10px;
}
.bayone-blog-column .style2 .item .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-blog-column .style2 .item .img {
  position: relative;
  width: 100%;
  height: 300px;
}
.bayone-blog-column .style2 .item .img .date {
  width: 65.43px;
  height: 66.5px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.bayone-blog-column .style2 .item .img .date strong {
  display: block;
  font-size: 25px;
  line-height: 1.2;
}
.bayone-blog-column .style2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bayone-blog-column .style2 .item .cont .inline-block ul {
  display: inline;
  padding: 0;
}
.bayone-blog-column .style2 .item .cont .inline-block ul li {
  display: inline-block;
}
.bayone-blog-column .style2 .item .cont .underline a {
  text-decoration: underline;
}
.bayone-blog-column .style2 .item .cont ul {
  display: inline;
  padding: 0;
}
.bayone-blog-column .style2 .item .cont ul li {
  list-style: none;
}
.bayone-blog-column .style2 .item .cont ul li a {
  text-decoration: none;
  color: #444;
}
.bayone-blog-column .style2 .item .cont .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: black;
}
.bayone-blog-column .style2 .item .cont .opacity-8 {
  opacity: 0.8;
}
.bayone-blog-column .style2 .item .cont.cont-link {
  padding: 60px 25px;
}
.bayone-blog-column .style2 .item .cont h4 {
  line-height: 1.3;
  font-size: 25px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
  margin-bottom: 15px;
}
.bayone-blog-column .style2 .item .cont .more {
  font-family: "Mona-Sans-Regular", sans-serif;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.bayone-blog-column .style2 .item .cont .more:hover {
  color: inherit;
}
.bayone-blog-column .style2 .item .cont .more.mt-20 {
  margin-top: 20px;
}

.bayone-blog-column .style3 span {
  display: inline-block;
}
.bayone-blog-column .style3 .fz-50 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
}
.bayone-blog-column .style3 .f-ultra-light {
  font-family: "Mona-Sans-UltraLight", sans-serif;
}
.bayone-blog-column .style3 .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-blog-column .style3 .mb-15 {
  margin-bottom: 15px !important;
}
.bayone-blog-column .style3 .sub-title {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bayone-blog-column .style3 .sub-title.bord {
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
}
.bayone-blog-column .style3 .mb-80 {
  margin-bottom: 80px;
}
.bayone-blog-column .style3 .underline a {
  color: black;
  text-decoration: underline !important;
}
.bayone-blog-column .style3 .underline span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
}
.bayone-blog-column .style3.bg-gray .sub-title.bord {
  border-color: rgba(0, 0, 0, 0.1);
}
.bayone-blog-column .style3 .item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bayone-blog-column .style3 .item a {
  display: inline-block;
}
.bayone-blog-column .style3 .item .mt-15 {
  margin-top: 15px !important;
}
.bayone-blog-column .style3 .item h3 {
  font-family: "Mona-Sans-Medium", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
.bayone-blog-column .style3 .item ul {
  display: inline;
  padding: 0;
}
.bayone-blog-column .style3 .item ul li {
  list-style: none;
}
.bayone-blog-column .style3 .item ul li a {
  text-decoration: none;
  color: #444;
  padding: 7px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-right: 15px;
}
.bayone-blog-column .style3 .item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bayone-blog-column .style3 .item .block__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bayone-blog-column .style3 .item .hover-reveal {
  position: absolute;
  top: 50% !important;
  right: 20%;
  left: auto !important;
  transform: translateY(-50%);
  width: 350px;
  height: 280px;
}
.bayone-blog-column .style3 .item .info {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-blog-column .style3 .item .info .tag {
  display: inline-block;
}
.bayone-blog-column .style3 .item .info .date {
  opacity: 0.8;
  display: inline-block;
}
.bayone-blog-column .style3 .item .more {
  font-family: "Mona-Sans-Regular", sans-serif;
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
}

@media screen and (max-width: 768px) {
  .bayone-blog-column .style2 .item .cont h4 {
    font-size: 20px;
  }
  .bayone-blog-column .item .img {
    margin-bottom: 30px;
  }
  .bayone-blog-column .style3 .item .block__link {
    display: none;
  }
  .bayone-blog-column .style3 .fz-50 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 992px) {
  .bayone-blog-column .md-mb50 {
    margin-bottom: 50px !important;
  }
  .bayone-blog-column .style3 .justify-end {
    justify-content: flex-start !important;
    display: block !important;
  }
  .bayone-blog-column .style3 .ms-auto {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* ==============================================================================================================================
														[ * comments_form Element ]
===============================================================================================================================*/
.bayone-comments-from input,
.bayone-comments-from textarea {
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  width: 100%;
}
.bayone-comments-from input:focus,
.bayone-comments-from textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.bayone-comments-from input[type=submit] {
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  margin-top: 3rem;
}
.bayone-comments-from .hover-this {
  display: inline-block;
  cursor: pointer;
}
.bayone-comments-from .hover-this {
  cursor: pointer;
}
.bayone-comments-from .hover-this .hover-anim {
  pointer-events: none;
  transition: transform 0.2s linear;
}

/* ==============================================================================================================================
														[ * custom_icon_box Element ]
===============================================================================================================================*/
.bayone-custom-icon-box {
  position: relative;
  z-index: 3;
}
.bayone-custom-icon-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}
.bayone-custom-icon-box .cont h6 {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
.bayone-custom-icon-box .cont h1 {
  font-size: 100px;
}

/* ==============================================================================================================================
														[ * _creative_portfolio_header Element ]
===============================================================================================================================*/
.bayone-creative-portfolio-header .crev-header2 {
  padding-top: 180px;
  padding-bottom: 120px;
}
.bayone-creative-portfolio-header .crev-header2 .text {
  font-size: 150px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.bayone-creative-portfolio-header .crev-header2 .text.text-lg {
  font-size: 170px;
}
.bayone-creative-portfolio-header .crev-header2 .text.f-ultra-light {
  font-family: "Mona-Sans-UltraLight", sans-serif;
}
.bayone-creative-portfolio-header .crev-header2 .text.f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-creative-portfolio-header .crev-header2 .text span {
  white-space: nowrap;
  color: white;
  display: inline-block;
}
.bayone-creative-portfolio-header .crev-header2 .text .img {
  width: 300px;
  height: 175px;
  margin: -30px 40px 0;
}
.bayone-creative-portfolio-header .crev-header2 .text .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bayone-creative-portfolio-header .crev-header2 .img-long {
  position: relative;
  width: 100%;
  height: 100%;
}
.bayone-creative-portfolio-header .crev-header2 .img-long .iner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
}
.bayone-creative-portfolio-header .crev-header2 .img-long .iner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bayone-creative-portfolio-header .crev-header2 p {
  font-size: 13px;
  color: #ddd;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .bayone-creative-portfolio-header .crev-header2 .img-long,
  .bayone-creative-portfolio-header .crev-header2 .text .img {
    display: none;
  }
  .bayone-creative-portfolio-header .crev-header2 .text.text-lg,
  .bayone-creative-portfolio-header .crev-header2 .text {
    display: inline-block !important;
    font-size: 120px;
    margin: 0 !important;
    margin-right: 15px !important;
    line-height: 1.3;
    color: white;
  }
  .bayone-creative-portfolio-header .crev-header2 p {
    width: 80%;
    color: white;
  }
  .bayone-creative-portfolio-header .crev-header2 .row > div {
    display: inline-block !important;
    width: max-content !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .bayone-creative-portfolio-header .crev-header2 {
    padding-left: 15px;
  }
  .bayone-creative-portfolio-header .crev-header2 .text.text-lg,
  .bayone-creative-portfolio-header .crev-header2 .text {
    font-size: 60px;
  }
  .bayone-creative-portfolio-header .crev-header2 p {
    display: none;
    color: white;
  }
}
/* ==============================================================================================================================
														[ * marquee-section Element ]
===============================================================================================================================*/
.bayone-marquee-section .main-marq {
  position: relative;
  padding: 0;
}
.bayone-marquee-section .main-marq .slide-har {
  position: relative;
}
.bayone-marquee-section .main-marq .slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}
.bayone-marquee-section .main-marq.lrg .box .item h4 {
  font-size: 6vw;
  font-family: "Mona-Sans-Medium", sans-serif;
  font-weight: 700;
}
.bayone-marquee-section .main-marq.xlrg .box .item {
  padding: 0 30px;
}
.bayone-marquee-section .main-marq.xlrg .box .item .ml-50 {
  margin-left: 50px;
}
.bayone-marquee-section .main-marq.xlrg .box .item .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-marquee-section .main-marq.xlrg .box .item h4 {
  font-size: 10vw;
  font-family: "Mona-Sans-Medium", sans-serif;
  font-weight: 800;
}
.bayone-marquee-section .main-marq.xlg-pading .item {
  padding: 0 60px !important;
}
.bayone-marquee-section .main-marq .slide-har {
  display: flex;
}
.bayone-marquee-section .main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-marquee-section .main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-marquee-section .main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-marquee-section .main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-marquee-section .main-marq .box {
  display: flex;
}
.bayone-marquee-section .main-marq .box .item {
  padding: 0 30px;
}
.bayone-marquee-section .main-marq .box .item .ml-50 {
  margin-left: 50px;
}
.bayone-marquee-section .main-marq .box .item .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-marquee-section .main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-marquee-section .main-marq .box .item h4 .icon {
  font-size: 90px;
  margin-bottom: -50px;
}
.bayone-marquee-section .main-marq .box .item h2 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-marquee-section .main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-marquee-section .main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-marquee-section .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-marquee-section .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-marquee-section .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-marquee-section .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.bayone-marquee-section .marquee {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #0c0c0c;
}
.bayone-marquee-section .marquee:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: linear-gradient(to left, #0c0c0c, transparent 300px, transparent calc(100% - 300px), #0c0c0c);
  z-index: 3;
}
.bayone-marquee-section .marquee h4 {
  font-size: 70px;
  font-family: "Mona-Sans-Medium", sans-serif;
  text-transform: uppercase;
  color: white;
}

@media screen and (max-width: 992px) {
  .bayone-marquee-section .marquee.mt-80 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .bayone-marquee-section .marquee h4 {
    font-size: 40px;
  }
}
@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ==============================================================================================================================
														[ * accordion_bord Element ]
===============================================================================================================================*/
.bayone-accordion-bord .accordion.bord .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
.bayone-accordion-bord .accordion.bord .title h4 {
  padding: 0 !important;
  margin: 0 !important;
}
.bayone-accordion-bord .accordion.bord .title:after {
  left: auto;
  right: 20px;
}
.bayone-accordion-bord .accordion.bord .title .ico {
  left: auto;
  right: 25px;
}
.bayone-accordion-bord .accordion .title {
  padding: 15px 0 15px 0;
  cursor: pointer;
  position: relative;
}
.bayone-accordion-bord .accordion .title .ico {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
  background: #999;
}
.bayone-accordion-bord .accordion .accordion-info {
  display: none;
  margin-top: 15px;
}
.bayone-accordion-bord .accordion .accordion-info p {
  margin: 0;
}
.bayone-accordion-bord .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.bayone-accordion-bord .accordion .accordion-info .spac h6 {
  position: relative;
  color: white;
}
.bayone-accordion-bord .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 3px;
  left: -15px;
}
.bayone-accordion-bord .accordion .active {
  display: block;
}
.bayone-accordion-bord .accordion .active .title .ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background: #999;
}

@media screen and (max-width: 768px) {
  .bayone-accordion-bord .accordion h4 {
    font-size: 20px !important;
  }
}
/* ==============================================================================================================================
														[ * contact_form Element ]
===============================================================================================================================*/
.bayone-contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}
.bayone-contact-form .mb-80 {
  margin-bottom: 80px;
}
.bayone-contact-form .sec-head span {
  display: inline-block;
}
.bayone-contact-form .sec-head h3 {
  margin: 0 !important;
}
.bayone-contact-form .sec-head .mb-15 {
  margin-bottom: 15px;
}
.bayone-contact-form .sec-head .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-contact-form .sec-head .f-ultra-light {
  font-family: "Mona-Sans-UltraLight", sans-serif;
}
.bayone-contact-form .sec-head .fz-50 {
  font-size: 50px;
}
.bayone-contact-form .wpcf7-spinner {
  position: absolute;
}
.bayone-contact-form input,
.bayone-contact-form textarea {
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  width: 100%;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-contact-form input:focus,
.bayone-contact-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.bayone-contact-form input[type=submit] {
  font-family: "Mona-Sans-Regular", sans-serif;
  border: 1px solid #eee;
  border-radius: 50%;
  background: transparent;
  color: #fff;
}
.bayone-contact-form input[type=submit] .text {
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-contact-form .hover-this {
  display: inline-block;
  cursor: pointer;
}
.bayone-contact-form .hover-this {
  cursor: pointer;
}
.bayone-contact-form .hover-this .hover-anim {
  pointer-events: auto;
  transition: transform 0.2s linear;
}
.bayone-contact-form .info {
  position: relative;
  height: 100%;
  z-index: 3;
}
.bayone-contact-form .info:after {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  right: -80vw;
  bottom: -120px;
  background: #141414;
  opacity: 0.5;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bayone-contact-form .sec-head .fz-50 {
    font-size: 35px !important;
  }
}
/* ==============================================================================================================================
														[ * work_crev Element ]
===============================================================================================================================*/
.bayone-work-crev .sec-head .ms-auto {
  padding-right: 4px;
}
.bayone-work-crev .sec-head h3 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
}
.bayone-work-crev .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-work-crev .mb-80 {
  margin-bottom: 80px !important;
}
.bayone-work-crev .bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bayone-work-crev .swiper-button-prev,
.bayone-work-crev .swiper-button-next {
  display: inline-block;
  position: static;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #0c0c0c;
  font-size: 35px;
  margin-left: 10px;
}
.bayone-work-crev .swiper-button-prev:after,
.bayone-work-crev .swiper-button-next:after {
  display: none;
}
.bayone-work-crev .swiper-button-prev:hover,
.bayone-work-crev .swiper-button-next:hover {
  background: #f1da78;
  border-color: #f1da78;
}
.bayone-work-crev .work-crus {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.bayone-work-crev .swiper-slide {
  width: 520px;
}
.bayone-work-crev .swiper-slide:nth-child(2n) {
  width: 420px;
}
.bayone-work-crev .swiper-slide:nth-child(3n) {
  width: 350px;
}
.bayone-work-crev .item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-work-crev .item .img {
  width: 100%;
  height: 400px;
}
.bayone-work-crev .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bayone-work-crev .item .cont {
  margin-top: 30px;
}
.bayone-work-crev .item .cont span {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bayone-work-crev .item .cont h5 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Mona-Sans-Medium", sans-serif;
}

@media screen and (max-width: 768px) {
  .bayone-work-crev .item .cont h5 {
    font-size: 18px;
  }
  .bayone-work-crev {
    padding-bottom: 90px;
  }
  .bayone-work-crev .sec-head h3 {
    font-size: 24px;
  }
  .bayone-work-crev .con {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
/* ==============================================================================================================================
														[ * call_action_slide Element ]
===============================================================================================================================*/
.bayone-call-action-slide {
  overflow: hidden;
}
.bayone-call-action-slide .marquee-head .item h2 {
  color: white;
  font-weight: 500;
  font-size: 10vw;
  position: relative;
  font-family: "Mona-Sans-Medium", sans-serif;
}
.bayone-call-action-slide .marquee-head .item h2 span {
  margin: 0 100px 0 30px;
}
.bayone-call-action-slide .marquee-head .item h2 span svg {
  width: 100px;
  height: 100px;
}
.bayone-call-action-slide .main-marq {
  position: relative;
  padding: 0;
}
.bayone-call-action-slide .main-marq .slide-har {
  display: flex;
}
.bayone-call-action-slide .main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-call-action-slide .main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-call-action-slide .main-marq .box {
  display: flex;
}
.bayone-call-action-slide .main-marq .box .item {
  padding: 0 30px;
}
.bayone-call-action-slide .main-marq .box .item a {
  color: white !important;
}
.bayone-call-action-slide .main-marq .box .item svg path {
  fill: white;
}
.bayone-call-action-slide .main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-call-action-slide .main-marq .box .item h4 .icon {
  font-size: 90px;
  margin-bottom: -50px;
}
.bayone-call-action-slide .main-marq .box .item h2 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-call-action-slide .main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-call-action-slide .main-marq .box .item:nth-of-type(even) h4 a {
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-call-action-slide .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-call-action-slide .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  text-decoration: none;
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-call-action-slide .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-call-action-slide .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-call-action-slide .slide-har {
  position: relative;
}
.bayone-call-action-slide .slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .bayone-call-action-slide .marquee-head .item h2 span svg {
    width: 60px;
    height: 60px;
  }
  .bayone-call-action-slide h2.fz-70 {
    font-size: 28px !important;
  }
}
/* ==============================================================================================================================
														[ * bayone_section_heading Element ]
===============================================================================================================================*/
.bayone-section-heading .pb-20 {
  padding-bottom: 20px;
}
.bayone-section-heading .sec-head .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-section-heading .sec-head h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
.bayone-section-heading .sec-head .arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0c0c0c;
  background: #f1da78;
  border-radius: 50%;
  margin-left: 5px;
}
.bayone-section-heading .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-section-heading .sub-title.bord {
  padding: 10px 30px;
}

@media screen and (max-width: 768px) {
  .bayone-section-heading .sec-head h2 {
    font-size: 45px;
  }
  .bayone-section-heading .sec-head h3 {
    font-size: 24px;
  }
  .bayone-section-heading .sec-head .sub-title.bord {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * bayone_button_hover_anime Element ]
===============================================================================================================================*/
.bayone-button-hover-anime a {
  display: block;
  text-decoration: none;
  margin-top: 30px;
}
.bayone-button-hover-anime span {
  color: white;
  line-height: 160px;
}
.bayone-button-hover-anime .butn-circle {
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: white;
}
.bayone-button-hover-anime .butn-circle:hover span {
  color: #000;
}
.bayone-button-hover-anime .butn-circle:hover:after {
  transform: scale(1);
}
.bayone-button-hover-anime .butn-circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f1da78;
  transform: scale(0);
  transition: all 0.4s;
}
.bayone-button-hover-anime .butn-circle span {
  font-size: 14px;
  font-family: "Mona-Sans-Regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  z-index: 2;
}

/* ==============================================================================================================================
														[ * portfolio_grid_classic Element ]
===============================================================================================================================*/
.bayone-portfolio-classic .mb-5 {
  margin-bottom: 5px !important;
}
.bayone-portfolio-classic .row.lg-marg {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.bayone-portfolio-classic .row.lg-marg > * {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.bayone-portfolio-classic .item h5 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Mona-Sans-Medium", sans-serif;
}
.bayone-portfolio-classic .item span {
  font-size: 14px;
  display: inline-block;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-portfolio-classic .item .img {
  height: 400px;
}
.bayone-portfolio-classic .item .img .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-portfolio-classic .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bayone-portfolio-grid .row.lg-marg {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.bayone-portfolio-grid .row.lg-marg > * {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.bayone-portfolio-grid .mt-80 {
  margin-top: 80px !important;
}
.bayone-portfolio-grid .item:hover .img:after {
  opacity: 1;
}
.bayone-portfolio-grid .item:hover .img .info-over {
  opacity: 1;
  visibility: visible;
}
.bayone-portfolio-grid .item .img {
  position: relative;
  height: 480px;
}
.bayone-portfolio-grid .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bayone-portfolio-grid .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
.bayone-portfolio-grid .item .img h5 {
  font-weight: 500;
  font-family: "Mona-Sans-Medium", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}
.bayone-portfolio-grid .item .img span {
  font-size: 14px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-portfolio-grid .item .img .info-over {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transition: all 0.4s;
}
.bayone-portfolio-grid .item .img .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bayone-inter-fixed-text .links-img .img {
  position: relative;
}
.bayone-inter-fixed-text .links-img .img .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-inter-fixed-text .links-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bayone-inter-fixed-text .links-img .items .item {
  margin: 80px 0;
}
.bayone-inter-fixed-text .links-img .items:first-of-type, .bayone-inter-fixed-text .links-img .items:nth-of-type(7), .bayone-inter-fixed-text .links-img .items:nth-of-type(13) {
  display: flex;
  align-items: center;
}
.bayone-inter-fixed-text .links-img .items:first-of-type .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(7) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(13) .item {
  padding: 0 10%;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(2) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(8) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(14) .item {
  padding: 0 10%;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(2) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(2) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(8) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(8) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(14) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(14) .simpleParallax {
  height: 560px;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(3) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(3) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(9) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(9) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(15) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(15) .simpleParallax {
  height: 450px;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(4) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(10) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(16) .item {
  padding: 0 10%;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(4) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(4) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(10) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(10) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(16) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(16) .simpleParallax {
  height: 560px;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(5), .bayone-inter-fixed-text .links-img .items:nth-of-type(11), .bayone-inter-fixed-text .links-img .items:nth-of-type(17) {
  display: flex;
  align-items: center;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(5) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(11) .item, .bayone-inter-fixed-text .links-img .items:nth-of-type(17) .item {
  padding: 0 10%;
}
.bayone-inter-fixed-text .links-img .items:nth-of-type(6) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(6) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(12) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(12) .simpleParallax, .bayone-inter-fixed-text .links-img .items:nth-of-type(18) .img,
.bayone-inter-fixed-text .links-img .items:nth-of-type(18) .simpleParallax {
  height: 450px;
}
.bayone-inter-fixed-text .links-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: none;
}
.bayone-inter-fixed-text .links-text .rest {
  margin: 0;
  padding: 0;
}
.bayone-inter-fixed-text .links-text span {
  display: inline-block;
}
.bayone-inter-fixed-text .links-text li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  overflow: hidden;
}
.bayone-inter-fixed-text .links-text li .tag {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 14px;
  transform: translateY(-50px);
}
.bayone-inter-fixed-text .links-text li h2 {
  font-family: "Mona-Sans-Medium", sans-serif;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 75px;
  transform: translateY(80px);
}
.bayone-inter-fixed-text .links-text li .tag,
.bayone-inter-fixed-text .links-text li h2 {
  margin: 0;
  opacity: 0;
  transition: all 0.5s;
}
.bayone-inter-fixed-text .links-text li.current .tag,
.bayone-inter-fixed-text .links-text li.current h2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.7s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 992px) {
  .bayone-portfolio-classic .mt-80,
  .bayone-portfolio-grid .mt-80 {
    margin: 0 !important;
  }
  .bayone-portfolio-classic .row.lg-marg > *,
  .bayone-portfolio-grid .row.lg-marg > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .bayone-portfolio-classic .row.lg-marg,
  .bayone-portfolio-grid .row.lg-marg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .bayone-portfolio-classic .items,
  .bayone-portfolio-grid .items {
    margin-top: 0 !important;
  }
  .bayone-portfolio-classic .item,
  .bayone-portfolio-grid .item {
    margin-bottom: 30px !important;
  }
  .bayone-portfolio-classic .item .img,
  .bayone-portfolio-grid .item .img {
    height: auto;
  }
  .bayone-inter-fixed-text .links-img .items {
    padding: 0 !important;
    height: auto !important;
  }
  .bayone-inter-fixed-text .links-img .items .item {
    padding: 0 !important;
    height: auto !important;
    margin: 25px 0;
  }
  .bayone-inter-fixed-text .links-img .items .img {
    height: auto !important;
    padding: 0 !important;
  }
  .bayone-inter-fixed-text .links-text li h2 {
    font-size: 50px;
  }
  .bayone-portfolio-classic {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .bayone-inter-fixed-text .links-text li h2 {
    font-size: 25px;
  }
  .bayone-portfolio-grid .item .img h5, .bayone-portfolio-classic .item h5 {
    font-size: 18px !important;
  }
}
/* ==============================================================================================================================
														[ * text_indent Element ]
===============================================================================================================================*/
.bayone-text-indent .text-indent {
  text-indent: 20%;
}
.bayone-text-indent h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
}
.bayone-text-indent p {
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.bayone-text-indent .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.bayone-text-indent .sub-title.bord {
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
}
.bayone-text-indent .sub-title.mb-30 {
  margin-bottom: 30px !important;
}
.bayone-text-indent .ls1 {
  letter-spacing: 1px !important;
}

@media screen and (max-width: 768px) {
  .bayone-text-indent h3 {
    font-size: 24px;
  }
  .bayone-text-indent .text-indent {
    text-indent: 0 !important;
  }
  .bayone-text-indent .sub-title.display-md-inline-block {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * work_gallery Element ]
===============================================================================================================================*/
.bayone-work-gallery .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-work-gallery .rest {
  padding: 0 !important;
  margin: 0 !important;
}
.bayone-work-gallery .marquee-head .item {
  padding: 0;
}
.bayone-work-gallery .marquee-head .item h2 {
  font-family: "Mona-Sans-Medium", sans-serif;
  font-weight: 500;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
  font-size: 10vw;
  position: relative;
}
.bayone-work-gallery .marquee-head .item h2:after {
  content: "-";
  position: relative;
  font-size: 10vw;
  margin: 0 100px;
}
.bayone-work-gallery .marquee-head .main-marq {
  position: relative;
  padding: 0;
}
.bayone-work-gallery .marquee-head .main-marq .slide-har {
  display: flex;
}
.bayone-work-gallery .marquee-head .main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-work-gallery .marquee-head .main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.bayone-work-gallery .marquee-head .main-marq .box {
  display: flex;
}
.bayone-work-gallery .marquee-head .main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-work-gallery .marquee-head .main-marq .box .item h4 .icon {
  font-size: 90px;
  margin-bottom: -50px;
}
.bayone-work-gallery .marquee-head .main-marq .box .item h2 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.bayone-work-gallery .marquee-head .main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-work-gallery .marquee-head .main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.bayone-work-gallery .marquee-head .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-work-gallery .marquee-head .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}
.bayone-work-gallery .marquee-head .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-work-gallery .marquee-head .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-work-gallery .gallery-img .item {
  margin-top: 120px;
  position: relative;
}
.bayone-work-gallery .gallery-img .item .info h5 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
  font-family: "Mona-Sans-Medium", sans-serif;
}
.bayone-work-gallery .gallery-img .item .fz-13 {
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 13px;
  display: inline-block !important;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.bayone-work-gallery .gallery-img .item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-work-gallery .gallery-img .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-work-gallery .gallery-img .mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .bayone-work-gallery .gallery-img .item {
    margin-top: 80px;
  }
  .bayone-work-gallery .container {
    padding: 0 !important;
  }
}
/* ==============================================================================================================================
														[ * video_section Element ]
===============================================================================================================================*/
.bayone-video-section .vid-intro .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==============================================================================================================================
														[ * serv_inline Element ]
===============================================================================================================================*/
.bayone-serv-inline .row {
  padding: 0 !important;
  margin: 0 !important;
}
.bayone-serv-inline .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bayone-serv-inline .mb-10 {
  margin-bottom: 10px;
}
.bayone-serv-inline .pb-30 {
  padding-bottom: 30px;
}
.bayone-serv-inline .pt-30 {
  padding-top: 30px;
}
.bayone-serv-inline .mb-30 {
  margin-bottom: 30px;
}
.bayone-serv-inline .opacity-8 {
  opacity: 0.8;
}
.bayone-serv-inline a {
  text-decoration: none;
  color: white;
}
.bayone-serv-inline .fz-30 {
  font-size: 30px;
}
.bayone-serv-inline h5 {
  color: white;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  font-family: "Mona-Sans-Medium", sans-serif;
}
.bayone-serv-inline .head {
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-serv-inline span {
  color: white;
  display: inline-block;
  font-size: 14px;
}
.bayone-serv-inline a {
  font-family: "Mona-Sans-Regular", sans-serif;
  color: white;
  display: inline-block;
  font-size: 14px;
}
.bayone-serv-inline .bord-thin-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bayone-serv-inline .bord-thin-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .bayone-serv-inline h5 {
    font-size: 18px;
  }
}
/* ==============================================================================================================================
														[ * works_scroll Element ]
===============================================================================================================================*/
.bayone-works-scroll.ontop {
  position: relative;
  z-index: 7;
}
.bayone-works-scroll.thecontainer {
  width: 300vw;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 100px;
}
.bayone-works-scroll .panel {
  display: flex;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.bayone-works-scroll .panel .item {
  width: calc(50vw - 50px);
}
.bayone-works-scroll .panel .item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-works-scroll .panel .item .img {
  height: 400px;
  min-height: 50vh;
}
.bayone-works-scroll .panel .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bayone-works-scroll .panel .item .cont {
  padding: 25px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bayone-works-scroll .panel .item .cont h5 {
  color: white;
  margin-bottom: 5px;
}
.bayone-works-scroll .panel .item .cont h6 {
  margin: 0;
  color: white;
}
.bayone-works-scroll .panel .item .cont span {
  color: white;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .bayone-works-scroll.thecontainer {
    padding: 120px 15px 70px;
    width: 100%;
    height: auto;
    display: block !important;
  }
  .bayone-works-scroll.thecontainer .panel {
    display: block;
  }
  .bayone-works-scroll.thecontainer .panel .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* ==============================================================================================================================
														[ * clients_carso Element ]
===============================================================================================================================*/
.bayone-clients-carso {
  padding: 60px 0;
}
.bayone-clients-carso .icon-img-100 {
  width: 100px;
}
.bayone-clients-carso .img {
  margin: auto;
  opacity: 0.8;
}
.bayone-clients-carso .img:hover {
  opacity: 1;
}

/* ==============================================================================================================================
														[ * exp_circle Element ]
===============================================================================================================================*/
.bayone-exp-circle .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-exp-circle .exp {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bayone-exp-circle .exp h2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  font-family: "Mona-Sans-Medium", sans-serif;
}
.bayone-exp-circle .exp .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  line-height: 1.5;
  font-family: "Mona-Sans-Regular", sans-serif;
}

/* ==============================================================================================================================
														[ * interactive_portfolio Element ]
===============================================================================================================================*/
.bayone-interactive-portfolio {
  position: relative;
  z-index: 1;
}
.bayone-interactive-portfolio .section-padding {
  padding: 120px 0;
}
.bayone-interactive-portfolio .inter-links-center {
  position: relative;
  height: 100vh;
  overflow: auto;
}
.bayone-interactive-portfolio .inter-links-center::-webkit-scrollbar {
  width: 0;
}
.bayone-interactive-portfolio .inter-links-center.horizontal .links-text ul {
  text-decoration: none;
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.bayone-interactive-portfolio .inter-links-center.horizontal .links-text li {
  list-style-type: none;
  display: inline-block;
  padding: 40px;
}
.bayone-interactive-portfolio .inter-links-center.horizontal .links-text li .sub-title {
  margin-bottom: 10px;
}
.bayone-interactive-portfolio .inter-links-center.horizontal .links-text li h2 {
  font-weight: 700;
  font-size: 30px;
}
.bayone-interactive-portfolio .inter-links-center.horizontal .links-text li h2 a .tag {
  display: block;
  font-weight: 400;
}
.bayone-interactive-portfolio .inter-links-center.horizontal .links-text li h2 .num {
  color: white;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}
.bayone-interactive-portfolio .inter-links-center.vertical .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-interactive-portfolio .inter-links-center.vertical .links-text {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  position: relative;
  z-index: 66;
}
.bayone-interactive-portfolio .inter-links-center.vertical .links-text li {
  list-style: none;
  padding: 0 20px;
}
.bayone-interactive-portfolio .inter-links-center.pb-80 {
  padding-bottom: 80px;
}
.bayone-interactive-portfolio .inter-links-center .links-text .fz-80 {
  font-size: 80px;
}
.bayone-interactive-portfolio .inter-links-center .links-text li {
  list-style-type: none;
  padding: 40px 0;
  position: relative;
  z-index: 9;
}
.bayone-interactive-portfolio .inter-links-center .links-text li:hover .text {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}
.bayone-interactive-portfolio .inter-links-center .links-text li .text {
  transition: all 0.4s;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-interactive-portfolio .inter-links-center .links-text li h2 {
  font-weight: 700;
}
.bayone-interactive-portfolio .inter-links-center .links-text li h2 a .tag {
  font-weight: 400;
  opacity: 0.5;
}
.bayone-interactive-portfolio .inter-links-center .links-text li h2 .num {
  font-family: "Mona-Sans-Medium", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
  color: white;
}
.bayone-interactive-portfolio .inter-links-center .links-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}
.bayone-interactive-portfolio .inter-links-center .links-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.04, 1.04);
  transition: all 0.5s;
}
.bayone-interactive-portfolio .inter-links-center .links-img .img.current {
  transform: scale(1);
  opacity: 1;
}
.bayone-interactive-portfolio .inter-links-center .links-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bayone-interactive-portfolio .interactive-center {
  font-family: Mona-Sans-Regular, sans-serif;
}
.bayone-interactive-portfolio .interactive-center .item .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-interactive-portfolio .interactive-center .item a {
  display: inline-block;
  text-decoration: none;
  padding: 50px 0;
}
.bayone-interactive-portfolio .interactive-center .item a:hover h4 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}
.bayone-interactive-portfolio .interactive-center .item .cont {
  position: relative;
  z-index: 3;
}
.bayone-interactive-portfolio .interactive-center .item h4 {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: all 0.4s;
}
.bayone-interactive-portfolio .interactive-center .item p {
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #ddd;
  font-weight: 400;
  margin: 15px 0 0 0;
}
.bayone-interactive-portfolio .interactive-center .item .hover-reveal {
  z-index: -1;
  top: 15vh !important;
  left: 20vw !important;
  width: 60vw;
  height: 70vh;
  min-width: 600px;
  min-height: 450px;
}
.bayone-interactive-portfolio .interactive-inline {
  font-family: Mona-Sans-Regular, sans-serif;
}
.bayone-interactive-portfolio .interactive-inline .ml-10 {
  margin-left: 10px;
}
.bayone-interactive-portfolio .interactive-inline .mr-10 {
  margin-right: 10px;
}
.bayone-interactive-portfolio .interactive-inline .mb-10 {
  margin-bottom: 10px;
}
.bayone-interactive-portfolio .interactive-inline .text-u {
  text-transform: uppercase !important;
}
.bayone-interactive-portfolio .interactive-inline .item {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 60px;
}
.bayone-interactive-portfolio .interactive-inline .item .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-interactive-portfolio .interactive-inline .item a {
  color: white;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-interactive-portfolio .interactive-inline .item span {
  font-family: "Mona-Sans-Regular", sans-serif;
  display: inline-block;
  font-size: 13px;
  opacity: 0.8;
  color: white;
}
.bayone-interactive-portfolio .interactive-inline .item h4 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: all 0.4s;
}
.bayone-interactive-portfolio .interactive-inline .item p {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
.bayone-interactive-portfolio .interactive-inline .item:hover h4 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}
.bayone-interactive-portfolio .interactive-inline .item .hover-reveal {
  position: absolute !important;
  top: -10px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-100%);
  width: 380px;
  height: 280px;
}

@media screen and (max-width: 992px) {
  .bayone-interactive-portfolio .inter-links-center .links-text li h2 {
    font-size: 50px !important;
  }
  .bayone-interactive-portfolio .inter-links-center.vertical {
    height: auto;
  }
  .bayone-interactive-portfolio .inter-links-center.vertical .links-text {
    transform: none;
    writing-mode: horizontal-tb;
  }
  .bayone-interactive-portfolio .inter-links-center.vertical .links-text li {
    padding: 30px 0;
  }
  .bayone-interactive-portfolio .interactive-center .item h4 {
    font-size: 50px;
  }
  .bayone-interactive-portfolio .interactive-center .item .hover-reveal {
    width: 90vw !important;
    height: 90vh !important;
    left: 5vw !important;
    top: 5vh !important;
  }
}
@media screen and (max-width: 768px) {
  .bayone-interactive-portfolio .inter-links-center .links-text li h2 {
    font-size: 28px !important;
  }
  .bayone-interactive-portfolio .inter-links-center.vertical .links-text li,
  .bayone-interactive-portfolio .inter-links-center .links-text li {
    padding: 20px 0;
  }
  .bayone-interactive-portfolio .interactive-center .item h4 {
    font-size: 30px;
  }
  .bayone-interactive-portfolio .interactive-center .item a {
    padding: 25px 0;
  }
  .bayone-interactive-portfolio .interactive-center .item .hover-reveal {
    width: 90vw !important;
    height: 90vh !important;
    left: 5vw !important;
    top: 5vh !important;
  }
}
/* ==============================================================================================================================
														[ * portfolio_sliders Element ]
===============================================================================================================================*/
.bayone-half-slider {
  min-height: 100vh;
  position: relative;
}
.bayone-half-slider .gallery-img {
  width: 75vw;
  margin-left: 25vw;
}
.bayone-half-slider .gallery-img .swiper-slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.bayone-half-slider .gallery-img .swiper-slide-active .bg-img {
  transform: scale(1);
}
.bayone-half-slider .gallery-img .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: all 0.6s linear;
}
.bayone-half-slider .gallery-img .bg-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-half-slider .gallery-text {
  position: absolute;
  width: auto;
  top: 50%;
  left: -15vw;
  transform: translateY(-50%);
  z-index: 9;
}
.bayone-half-slider .gallery-text .text .f-bold {
  font-family: "Mona-Sans-Bold", sans-serif;
}
.bayone-half-slider .gallery-text .text h4 a {
  margin: 0;
  font-size: 70px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
  line-height: 1;
  transition: all 0.6s;
}
.bayone-half-slider .gallery-text .text h6 {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-half-slider .gallery-text .text h6 span {
  display: inline-block;
  transform: translateY(50px);
  transition: all 0.8s;
  color: white;
}
.bayone-half-slider .gallery-text .swiper-slide-active .text h4 a {
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0);
}
.bayone-half-slider .gallery-text .swiper-slide-active .text h6 span {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.bayone-half-slider .swiper-controls {
  font-size: 14px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.bayone-half-slider .swiper-controls .swiper-button-prev,
.bayone-half-slider .swiper-controls .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  top: auto;
  color: #fff;
  background-image: none;
  z-index: 9;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-half-slider .swiper-controls .swiper-button-prev:after,
.bayone-half-slider .swiper-controls .swiper-button-next:after {
  display: none;
}
.bayone-half-slider .swiper-controls .swiper-button-prev span,
.bayone-half-slider .swiper-controls .swiper-button-next span {
  white-space: nowrap;
}
.bayone-half-slider .swiper-controls .swiper-button-prev {
  left: 120px;
}
.bayone-half-slider .swiper-controls .swiper-button-prev i {
  margin-right: 25px;
}
.bayone-half-slider .swiper-controls .swiper-button-next {
  right: 120px;
}
.bayone-half-slider .swiper-controls .swiper-button-next i {
  margin-left: 25px;
}
.bayone-half-slider .swiper-pagination {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.bayone-half-slider .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}
.bayone-half-slider .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 10s;
  animation-iteration-count: unset;
}
.bayone-half-slider .path {
  display: none;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.bayone-full-showcase span {
  display: inline-block;
}
.bayone-full-showcase h1 {
  font-family: "Mona-Sans-Medium", sans-serif;
  margin: 0;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 500;
}
.bayone-full-showcase .parallax-slider {
  position: relative;
}
.bayone-full-showcase .parallax-slider .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-full-showcase .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}
.bayone-full-showcase .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.bayone-full-showcase .parallax-slider .swiper-slide .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bayone-full-showcase .parallax-slider .swiper-slide .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bayone-full-showcase .parallax-slider .swiper-slide-active {
  transform: rotate(0);
  z-index: 99;
}
.bayone-full-showcase .parallax-slider .swiper-slide-active .caption .thin,
.bayone-full-showcase .parallax-slider .swiper-slide-active .caption .btn-curve,
.bayone-full-showcase .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  transform: translateY(0);
}
.bayone-full-showcase .parallax-slider .caption .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-full-showcase .parallax-slider .caption .cal-act {
  position: relative;
}
.bayone-full-showcase .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
  transition-delay: 1s;
}
.bayone-full-showcase .swiper-controls {
  font-size: 14px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.bayone-full-showcase .swiper-controls .swiper-button-prev,
.bayone-full-showcase .swiper-controls .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
  font-size: 14px;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-full-showcase .swiper-controls .swiper-button-prev:after,
.bayone-full-showcase .swiper-controls .swiper-button-next:after {
  display: none;
}
.bayone-full-showcase .swiper-controls .swiper-button-prev span,
.bayone-full-showcase .swiper-controls .swiper-button-next span {
  white-space: nowrap;
}
.bayone-full-showcase .swiper-controls .swiper-button-prev {
  left: 120px;
}
.bayone-full-showcase .swiper-controls .swiper-button-prev i {
  margin-right: 25px;
}
.bayone-full-showcase .swiper-controls .swiper-button-next {
  right: 120px;
}
.bayone-full-showcase .swiper-controls .swiper-button-next i {
  margin-left: 25px;
}
.bayone-full-showcase .swiper-pagination {
  bottom: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
}
.bayone-full-showcase .swiper-pagination-bullet {
  background: transparent !important;
  margin: 0 10px !important;
}
.bayone-full-showcase .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 10s;
  animation-iteration-count: unset;
}
.bayone-full-showcase .path {
  display: none;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.bayone-carousel-slider {
  min-height: 100vh;
  position: relative;
}
.bayone-carousel-slider.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-carousel-slider .full-width {
  width: 100% !important;
}
.bayone-carousel-slider .gallery-img .bg-img {
  height: 60vh;
  border-radius: 15px;
  position: relative;
}
.bayone-carousel-slider .gallery-img .bg-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bayone-carousel-slider .gallery-text {
  position: absolute;
  width: auto;
  top: 70%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  margin: auto;
  z-index: 9;
}
.bayone-carousel-slider .gallery-text .swiper-container,
.bayone-carousel-slider .gallery-text .swiper-slide {
  height: 100px !important;
}
.bayone-carousel-slider .gallery-text .swiper-slide {
  display: flex;
  align-items: center;
}
.bayone-carousel-slider .gallery-text .text {
  width: 100%;
  text-align: center;
  color: white;
}
.bayone-carousel-slider .gallery-text .text h4 a {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: white;
  margin: 0;
  font-family: "Mona-Sans-Medium", sans-serif;
}
.bayone-carousel-slider .gallery-text .text h6 {
  margin-bottom: 0;
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  color: white;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-carousel-slider .gallery-text .text h6 span {
  transform: translateY(50px);
  transition: all 0.8s;
  display: inline-block;
  color: white;
}
.bayone-carousel-slider .gallery-text .swiper-slide-active .text h6 span {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.bayone-carousel-slider .swiper-controls {
  font-size: 14px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.bayone-carousel-slider .swiper-controls .swiper-button-prev,
.bayone-carousel-slider .swiper-controls .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
  font-family: "Mona-Sans-Regular", sans-serif;
}
.bayone-carousel-slider .swiper-controls .swiper-button-prev:after,
.bayone-carousel-slider .swiper-controls .swiper-button-next:after {
  display: none;
}
.bayone-carousel-slider .swiper-controls .swiper-button-prev span,
.bayone-carousel-slider .swiper-controls .swiper-button-next span {
  white-space: nowrap;
}
.bayone-carousel-slider .swiper-controls .swiper-button-prev {
  left: 120px;
}
.bayone-carousel-slider .swiper-controls .swiper-button-prev i {
  margin-right: 25px;
}
.bayone-carousel-slider .swiper-controls .swiper-button-next {
  right: 120px;
}
.bayone-carousel-slider .swiper-controls .swiper-button-next i {
  margin-left: 25px;
}
.bayone-carousel-slider .swiper-pagination {
  bottom: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
}
.bayone-carousel-slider .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}
.bayone-carousel-slider .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 10s;
  animation-iteration-count: unset;
}
.bayone-carousel-slider .path {
  display: none;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 992px) {
  .bayone-half-slider .gallery-img {
    width: 100%;
    margin-left: 0;
  }
  .bayone-half-slider .gallery-text {
    left: 0;
  }
  .bayone-half-slider .gallery-text .text {
    padding-left: 15px;
  }
  .bayone-half-slider .gallery-text {
    width: 100%;
  }
  .carousel-slider .gallery-text .text h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .bayone-full-showcase .swiper-controls .swiper-button-next,
  .bayone-carousel-slider .swiper-controls .swiper-button-next,
  .bayone-half-slider .swiper-controls .swiper-button-next {
    right: 50px;
  }
  .bayone-full-showcase .swiper-controls .swiper-button-prev,
  .bayone-carousel-slider .swiper-controls .swiper-button-prev,
  .bayone-half-slider .swiper-controls .swiper-button-prev {
    left: 50px;
  }
  .bayone-full-showcase .swiper-pagination,
  .bayone-carousel-slider .swiper-pagination,
  .bayone-half-slider .swiper-pagination {
    display: none;
  }
  .bayone-half-slider .gallery-text .text h4,
  .bayone-full-showcase h1 {
    font-size: 35px;
  }
  .bayone-carousel-slider .gallery-text .text h4 {
    font-size: 24px;
  }
  .bayone-carousel-slider .gallery-text .text h6 {
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }
}
/* ==============================================================================================================================
														[ * noise_background Element ]
===============================================================================================================================*/
.bayone-noise-background {
  -webkit-animation: grain 8s steps(10) infinite;
  animation: grain 8s steps(10) infinite;
  content: "";
  height: 300%;
  left: -50%;
  opacity: 0.25;
  position: fixed;
  top: -100%;
  width: 300%;
  pointer-events: none;
  z-index: 9999;
}

@keyframes grain {
  0%, to {
    transform: translate(0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%);
  }
  70% {
    transform: translateY(15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
/* ==============================================================================================================================
														[ * list_rest Element ]
===============================================================================================================================*/
.bayone-list-rest {
  color: white;
}
.bayone-list-rest li {
  font-family: "Mona-Sans-Regular", sans-serif;
  list-style-type: none;
}
.bayone-list-rest .mr-10 {
  margin-right: 10px;
}
.bayone-list-rest .fz-18 {
  font-size: 18px;
}
.bayone-list-rest .mb-15 {
  margin-bottom: 15px;
}
.bayone-list-rest .rest {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bayone-list-rest .sm-mb30 {
    margin-bottom: 30px;
  }
}
/* ==============================================================================================================================
														[ * brands Element ]
===============================================================================================================================*/
.bayone-brands .brand-items {
  text-align: center;
}
.bayone-brands .brand-items .img {
  width: 120px;
  margin: 50px auto;
  opacity: 0.7;
}
.bayone-brands .brand-items .img:hover {
  opacity: 1;
}

/* ==============================================================================================================================
														[ * _contact_info Element ]
===============================================================================================================================*/
.bayone-contact-info span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bayone-contact-info .sm-mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .bayone-contact-info .md-mb50 {
    margin-bottom: 50px !important;
  }
}
/* ==============================================================================================================================
														[ * _team_member Element ]
===============================================================================================================================*/
.bayone-team-member .rest {
  padding: 0 !important;
  margin: 0 !important;
}
.bayone-team-member .item-join {
  height: 422px;
  width: 379.8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-left: 0;
  padding: 20px 60px;
}
.bayone-team-member .item-join.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bayone-team-member .item-join .full-width {
  width: 100% !important;
}
.bayone-team-member .item-join .ls2 {
  letter-spacing: 2px;
}
.bayone-team-member .item-join .fw-500 {
  font-weight: 500;
}
.bayone-team-member .item-join .arrow svg {
  color: white;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .bayone-team-member .item-join {
    height: auto;
    padding: 30px;
    width: 100%;
  }
  .bayone-team-member .item-join h5 {
    font-size: 18px !important;
  }
  .bayone-team-member .item-join .mb-30 {
    margin: 0 !important;
  }
  .bayone-team-member .item-join h6 br {
    display: none;
  }
  .bayone-team-member .item-join .full-width {
    display: flex;
    align-items: center;
  }
  .bayone-team-member .item-join .full-width .arrow {
    margin: 0 0 0 30px !important;
  }
  .bayone-team-member .item-join .full-width .arrow svg {
    color: white;
    width: 60px;
    height: 60px;
  }
}
/* ==============================================================================================================================
														[ * _numbers Element ]
===============================================================================================================================*/
.bayone-numbers .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.bayone-numbers .pb-30 {
  padding-bottom: 30px;
}
.bayone-numbers .mb-30 {
  margin-bottom: 30px;
}
.bayone-numbers .bord-thin-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bayone-numbers h6 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .md-mb50 {
    margin-bottom: 50px !important;
  }
}
/* ==============================================================================================================================
														[ * _numbers Element ]
===============================================================================================================================*/
.elementor-section.bayone-header-absolute-on {
  position: fixed;
  z-index: 1200;
  top: 0;
  width: 100%;
}

.bayone-sticky-top.is-stuck {
  position: fixed !important;
  top: -80px;
  transform: translateY(80px) !important;
  transition: transform 0.3s !important;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.remove-blur {
  backdrop-filter: blur(0px) !important;
}

.bayone-fixed-container {
  position: relative;
  z-index: 7;
}

/* ==============================================================================================================================
														[ * _numbers Element ]
===============================================================================================================================*/
.bayone-fixed-scroll-images.ontop {
  position: relative;
  z-index: 7;
}
.bayone-fixed-scroll-images.thecontainer {
  width: 300vw;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 100px;
}
@media screen and (max-width: 992px) {
  .bayone-fixed-scroll-images.thecontainer {
    padding: 120px 15px 70px;
    width: 100%;
    height: auto;
    display: block !important;
  }
  .bayone-fixed-scroll-images.thecontainer .panel {
    display: block;
  }
  .bayone-fixed-scroll-images.thecontainer .panel .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.bayone-fixed-scroll-images .panel {
  display: flex;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.bayone-fixed-scroll-images .panel .item {
  width: calc(50vw - 50px);
}
.bayone-fixed-scroll-images .panel .item .img {
  height: 400px;
  min-height: 50vh;
}
.bayone-fixed-scroll-images .panel .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* ==============================================================================================================================
														[ * _numbers Element ]
===============================================================================================================================*/
/*----------Heading Style 1----------*/
.bayone-heading-title.d-rotate {
  perspective: 1000px;
}
.bayone-heading-title.d-rotate .rotate-text {
  display: block;
  transform-style: preserve-3d;
  transition: all 0.8s;
  transform-origin: 50% 0%;
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  transition-delay: 0.3s;
}
.bayone-heading-title.d-rotate.animated .rotate-text {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}
.bayone-heading-title .bayone-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .bayone-heading-title .hide-br br {
    display: none;
  }
}
.bayone-heading-title span {
  position: relative;
}
.bayone-heading-title svg {
  vertical-align: unset;
}
.bayone-heading-title .vertical-rl {
  writing-mode: vertical-rl;
}
.bayone-heading-title .bayone-span-underline span {
  position: relative;
}
.bayone-heading-title .bayone-span-underline span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bayone-heading-title .icon-10 {
  width: 10px;
  height: 10px;
  object-fit: cover;
  display: inline-block;
}
.bayone-heading-title .bayone-heading {
  position: relative;
  margin: 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgb(0, 0, 0);
  transition: color 0.2s ease-in-out;
}
.bayone-heading-title .bayone-heading .after_none::after {
  display: none;
}
.bayone-heading-title .bayone-heading p {
  margin: 0;
}
.bayone-heading-title .bayone-heading a {
  transition: none;
}
.bayone-heading-title .bayone-heading span {
  display: inline-block;
}
.bayone-heading-title .bayone-heading.bayone-before-line {
  padding-left: 50px;
}
.bayone-heading-title .bayone-heading.bayone-before-line::before {
  display: inline;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 30px;
  height: 10px;
  background-color: var(--color-main);
}
.bayone-heading-title .elementor-widget-bayone-text-editor p {
  margin-bottom: 0px;
}
.bayone-heading-title .left,
.bayone-heading-title .right {
  vertical-align: middle;
  display: inline-flex;
}
.bayone-heading-title .icon-img {
  width: 10px;
  height: 10px;
  object-fit: cover;
}
.bayone-heading-title .bayone-inline {
  display: inline;
}

.bayone-text-editor p {
  margin-bottom: 0;
}

body.bayone-dark-mode .bayone-heading-title .bayone-heading {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.bayone-auto-mode .bayone-heading-title .bayone-heading {
    color: #fff;
  }
}
/* ==============================================================================================================================
														[ * _numbers Element ]
===============================================================================================================================*/
.bayone-images-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/* ==============================================================================================================================
														[ * Offcanvas Element ]
===============================================================================================================================*/
/*--------------------------- Offcanvas --------------------------*/
.bayone-offcanvas {
  margin-left: auto;
  cursor: pointer;
}
.bayone-offcanvas.open .text .word {
  opacity: 0;
  transition-delay: 0.4s;
}
.bayone-offcanvas.open .text:after {
  opacity: 1;
  transition-delay: 0.6s;
}
.bayone-offcanvas.open .icon {
  width: 20px;
}
.bayone-offcanvas.open .icon i {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  margin: 0;
}
.bayone-offcanvas.open .icon i:first-of-type {
  transform: rotate(45deg);
}
.bayone-offcanvas.open .icon i:last-of-type {
  transform: rotate(-45deg);
}
.bayone-offcanvas .text {
  font-size: 13px;
  font-weight: 500;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #1d1d1d;
}
.bayone-offcanvas .text:after {
  content: "close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.bayone-offcanvas .text .word {
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.bayone-offcanvas .icon {
  display: table-cell;
  position: relative;
  padding-top: 3px;
}
.bayone-offcanvas .icon i {
  display: block;
  width: 20px;
  height: 2px;
  background: #1d1d1d;
  margin: 4px 0;
  transition: transform 0.4s;
}

.side-panel {
  background-color: rgba(0, 0, 0, 0.5019607843);
  transition-duration: 0s;
  transition-delay: 0.35s;
  z-index: 22;
}
.side-panel .geekfolio-custom-sidepanel {
  transform: translateX(calc(-100% + 80px));
  transition: 0.45s;
}
.side-panel.open {
  transition-duration: 0s;
  transition-delay: 0s;
}
.side-panel.open .geekfolio-custom-sidepanel {
  transform: translateX(0);
  transition: 0.45s;
}

body.geekfolio-dark-mode .geekfolio-offcanvas .text {
  color: #fff;
}
body.geekfolio-dark-mode .geekfolio-offcanvas .icon i {
  background: #fff;
}

@media (prefers-color-scheme: dark) {
  body.geekfolio-auto-mode .geekfolio-offcanvas .text {
    color: #fff;
  }
  body.geekfolio-auto-mode .geekfolio-offcanvas .icon i {
    background: #fff;
  }
}
/* ==============================================================================================================================
														[ * Page lines Element ]
===============================================================================================================================*/
.bayone-page-lines {
  position: relative;
  height: auto;
}
.bayone-page-lines:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99999;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bayone-page-lines:after {
    display: none;
  }
}

/* ==============================================================================================================================
														[ * _social_media Element ]
===============================================================================================================================*/
.bayone-social-media .rest {
  margin: 0;
  padding: 0;
}
.bayone-social-media .column li {
  display: inline-block;
  margin-right: 30px;
}
.bayone-social-media .column li:last-of-type {
  margin-right: 0;
}
.bayone-social-media a {
  display: inline-block !important;
  font-family: "Mona-Sans-Regular", sans-serif;
  font-size: 14px;
  color: white;
}
.bayone-social-media .mb-30 {
  margin-bottom: 30px;
}
.bayone-social-media .cursor-pointer {
  cursor: pointer;
}
.bayone-social-media .hover-this {
  cursor: pointer;
}
.bayone-social-media .hover-this .hover-anim {
  transition: transform 0.2s linear;
}
.bayone-social-media .sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Mona-Sans-Regular", sans-serif;
  color: #fff;
}

/* ==============================================================================================================================
														[ * _menu Element ]
===============================================================================================================================*/
.bayone-nav .navigation li {
  padding: 25px;
}
.bayone-nav .navigation li .sub-menu li {
  padding: 0px 15px;
}
.bayone-nav .navigation li > a {
  padding: 0;
}
.bayone-nav .navigation > li.sfHover > a:before {
  display: none;
}
.bayone-nav.animated-text .menu-wrapper .menu ul li a {
  color: #1d1d1d;
}
.bayone-nav.animated-text .navigation > li.sfHover > a:before {
  display: none;
}
.bayone-nav.animated-text .navigation li .sub-menu {
  padding: 0;
  padding-top: 10px;
}
.bayone-nav.animated-text .navigation li .sub-menu li {
  padding: 5px 20px;
}
.bayone-nav.animated-text .navigation li .sub-menu li a {
  padding: 0;
}
.bayone-nav.animated-text .navigation li > a::after {
  top: 46%;
  right: -5px;
}
.bayone-nav.animated-text .navigation li > a .rolling-text {
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
.bayone-nav.animated-text .navigation li > a .rolling-text:hover .letter, .bayone-nav.animated-text .navigation li > a .rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block {
  display: block;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}
.bayone-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.bayone-nav.menu-list {
  margin-top: 30px;
  height: 500px;
  overflow: auto;
  overflow-x: hidden;
}
.bayone-nav.menu-list .navigation li.menu-item-has-children > a:after {
  display: none;
}
.bayone-nav.menu-list .menu-wrapper {
  display: block !important;
}
.bayone-nav.menu-list .mobile-wrapper {
  display: none !important;
}
.bayone-nav.menu-list .navigation > li.sfHover > a:before {
  display: none;
}
.bayone-nav.menu-list::-webkit-scrollbar {
  width: 5px;
}
.bayone-nav.menu-list::-webkit-scrollbar-track {
  background: transparent;
}
.bayone-nav.menu-list::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 10px;
}
.bayone-nav.menu-list .main-menu {
  position: relative;
  z-index: 2;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item {
  transition: all 0.5s;
  display: block;
  padding: 10px;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item.sub-menu-open i {
  top: 50px;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item.sub-menu-open i:before {
  display: none;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item i {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-8px);
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 8px;
  transform: translateX(-50%);
  background: #fff;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item a {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  display: block;
  transition: all 0.7s;
  position: relative;
  color: #fff;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item a .nm {
  opacity: 0.8;
  font-size: 13px;
  margin-right: 10px;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item a:hover {
  opacity: 1;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item a.dopen i:before {
  opacity: 0;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item.hoverd a:after {
  width: 0;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item .sub-menu {
  background: transparent;
  display: none !important;
  border: none;
  border-top: none !important;
  box-shadow: none;
  padding: 20px 0;
  width: 100%;
  height: 0px;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a {
  padding: 12px 10px;
  opacity: 0.6;
  transition: all 0.4s;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a::after {
  display: none;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a:hover {
  opacity: 1;
}
.bayone-nav.menu-list .main-menu .navigation > .menu-item .sub-menu.sub-open {
  display: block !important;
  opacity: 1 !important;
  height: 100% !important;
  overflow: inherit !important;
  position: relative;
}

/* ==============================================================================================================================
														[ * _header Element ]
===============================================================================================================================*/
.bayone-header {
  position: relative;
}
.bayone-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  z-index: 1;
}
.bayone-header .cont {
  position: relative;
  z-index: 3;
}
.bayone-header .caption {
  padding-top: 120px;
  padding-bottom: 180px;
}
.bayone-header .caption h1 {
  color: #fff;
  margin: 0;
}
.bayone-header .caption h5 {
  color: #fff;
  margin: 0;
}
.bayone-header .box-shadow {
  z-index: 0;
  width: 290vw;
  height: 50vw;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(270deg, #000 50%, transparent 80%);
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate3d(0, 1, 0.0000949539, 80deg);
}
.bayone-header .shadow-right {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #000 50%, transparent 80%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}
.bayone-header .img-marq {
  z-index: -1;
  perspective: 1412px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.bayone-header .img-marq .slide-img-right {
  z-index: -1;
  transform-origin: 100%;
  transform-style: preserve-3d;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}
.bayone-header .img-marq .slide-img-right .box {
  transform: translate(0%, 0px);
  animation-name: bgshotsright;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bayone-header .img-marq .slide-img-left {
  z-index: -1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
  right: auto;
  transform: rotate3d(0, 1, 0.0000949539, 80deg);
}
.bayone-header .img-marq .slide-img-left .box {
  transform: translate(0%, 0px);
  animation-name: bgshots;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bayone-header .img-marq img {
  width: 50vw;
  perspective: 100px;
  object-fit: contain;
  flex: none;
  margin-left: 3rem;
  margin-right: 3rem;
  transform: perspective(100px);
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.bayone-header .img-marq .box {
  flex: none;
  display: flex;
}

@keyframes bgshots {
  from {
    transform: translate(0%, 0px);
  }
  to {
    transform: translate(-100%, 0px);
  }
}
@keyframes bgshotsright {
  from {
    transform: translate(0%, 0px);
  }
  to {
    transform: translate(100%, 0px);
  }
}
/* ==============================================================================================================================
														[ * _matrix Element ]
===============================================================================================================================*/
.bayone-matrix img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.bayone-matrix .text {
  text-align: center;
  position: relative;
  margin-top: -80px;
}
.bayone-matrix .text h2 {
  color: #fff;
  margin: 0;
}
.bayone-matrix .text h2 span {
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
}
.bayone-matrix span {
  color: #fff;
  display: inline-block;
}

/* ==============================================================================================================================
														[ * _helpers Element ]
===============================================================================================================================*/
.bayone-height420 {
  height: 420px;
}

.bayone-width-max-content {
  width: max-content;
}

/* ==============================================================================================================================
														[ * _Demos_Gallery Element ]
===============================================================================================================================*/
.bayone-demos {
  position: relative;
}
.bayone-demos .item {
  background: #121212;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.bayone-demos .item a {
  display: inline-block;
}
.bayone-demos .item .img {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.bayone-demos .item h6 {
  margin-top: 15px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 18px;
}

/* ==============================================================================================================================
														[ * _images_marquee Element ]
===============================================================================================================================*/
.bayone-images-marquee .slide-har {
  display: flex;
  margin: 15px 0;
}
.bayone-images-marquee .box {
  display: flex;
  align-items: center;
}
.bayone-images-marquee .box .item {
  width: 500px;
  margin: 0 15px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.bayone-images-marquee .box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bayone-images-marquee .slide-har {
  position: relative;
}
.bayone-images-marquee .slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}
.bayone-images-marquee .slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 80s linear infinite;
}
@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-100%);
  }
}

/* ==============================================================================================================================
														[ * _text_editor Element ]
===============================================================================================================================*/
@media screen and (max-width: 992px) {
  .bayone-text-editor.hide-br br {
    display: none;
  }
}
/* ==============================================================================================================================
														[   The End   ]
===============================================================================================================================*//*# sourceMappingURL=style.css.map */