/**
Theme Name: Webdesign Ostbayern
Author: sourav
Author URI: https://webdesign-ostbayern.de/
Description: Fast, fully customizable theme based on Astra!
Version: 1.0.0
Text Domain: webd-ostbayern
Template: astra
*/

/* Font Declaration */
@font-face {
  font-family: Jellyka;
  src: url('fonts/jellyka_estrya_handwriting-webfont.woff'),
    url('fonts/Jellyka_Estrya_Handwriting.ttf') format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Simplifica;
  src: url('fonts/Simplifica_Typeface.ttf') format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}

html,
body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #184b5f;
  font-size: 20px;
  line-height: 1.75;
  background-color: #fff;
}

.site-title {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.site-title a {
  font-family: Simplifica, sans-serif;
  font-size: 48px;
  color: #00303f !important;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  top: 40px;
}

@media screen and (max-width: 980px) {
  .site-title a {
    top: -8px;
  }
}

.fl-builder-content .fl-rich-text strong {
  font-weight: 700 !important;
}

.fl-builder-content .ostb-highlighted-para .fl-rich-text em,
.fl-builder-content .ostb-highlighted-para .fl-rich-text em strong {
  color: #00303f !important;
  font-style: normal !important;
}

/* hamburger menu */
.ast-builder-layout-element.ast-flex.site-header-focus-item {
  /*display: none;*/
  position: fixed;
  top: -32px;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation {
  display: none;
}

.ast-header-break-point .ast-primary-header-bar {
  min-height: 90px;
}

.main-header-bar-wrap {
  position: fixed;
  width: 100%;
  top: 0;
}

.main-header-bar-wrap.toggled {
  background: #ebecee;
}

.menu-toggle .mobile-menu-toggle-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 99;
  left: 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .menu-toggle .mobile-menu-toggle-icon {
    top: 8px;
  }
}

.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset:first-of-type {
  top: 14px;
  left: 10px;
  height: 28px;
  width: 42px;
  position: absolute;
  display: block;
  background-image: url(img/icon-v2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.1s all linear;
}

@media screen and (min-width:1024px) {
  .menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset:first-of-type {
    transform:rotateY(180deg);
  }
}

.menu-toggle.toggled .mobile-menu-toggle-icon .ahfb-svg-iconset:first-of-type {
  top: -2px;
  left: 5px;
  height: 48px;
  width: 48px;
  position: absolute;
  display: block;
  background-image: url(img/X-icon-v1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset:last-of-type {
  display: none;
}

.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset svg {
  display: none;
}

@media (min-width: 994px) {
  .menu-toggle .mobile-menu-toggle-icon {
    right: 50px;
    top: 16px;
    left:auto;
  }

  .menu-toggle .mobile-menu-toggle-icon {
    transition: ease top 0.5s;
  }
}

/* .menu-toggle .mobile-menu-toggle-icon:after {
  position: absolute;
  content: 'Menü';
  width: 44px;
  color: #184b5f;
  top: 38px;
  left: 8px;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
} */

/* logo*/
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
  width: auto;
  transform: translate(-50%, 0%);
  left: 50%;
}

@media screen and (max-width: 980px) {
  .ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
    width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    transform: none;
    display: inline-block;
  }
}

/*
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{
	background: rgba(55, 64, 70, 0.8);
	padding:12px 0 12px 12px;
}
*/

@media (min-width: 994px) {
  .ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
    margin-top: 72px;
    position: fixed;
    z-index: 55;
    padding: 44px 0;
    transition: ease padding 0.5s;
  }
}

/* menu */
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background: #648386;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  max-width: 100%;
  background: #648386;
  color: #fff;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  position: absolute;
  border: 0;
  left: 12px;
  top: 0px;
  padding: 0;
  background: transparent;
  z-index: 99;
  cursor: pointer;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:after {
  position: absolute;
  content: 'Menü';
  width: 44px;
  color: #d8dfd8;
  top: 32px;
  left: 0px;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}

.ast-mobile-popup-drawer
  .ast-mobile-popup-header
  .menu-toggle-close
  .ahfb-svg-iconset {
  width: 24px;
  height: 24px;
  background-image: url(img/sprite.svg);
  background-position: -60px -600px;
  display: inline-block;
}

.ast-mobile-popup-drawer
  .ast-mobile-popup-header
  .menu-toggle-close
  .ahfb-svg-iconset
  svg {
  display: none;
}

.ast-header-break-point .ast-main-header-bar-alignment {
  display: block;
  width: 100%;
  flex: auto;
  order: 4;
  padding: 0 15%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ast-header-break-point .ast-main-header-bar-alignment {
    padding: 0;
    margin-top: 20px;
    margin-left: 28px;
  }
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  text-decoration: none;
  cursor: default;
  font-family: 'Amiri', 'Times New Roman', Times, serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1.1;
  color: #d8dfd8;
}

/* full-width menu */
/* full page menu */
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
}

.ast-header-break-point .main-header-menu,
.ast-header-break-point .main-header-menu .sub-menu {
  background: #ebecee;
}

.ast-mobile-header-content.content-align-flex-start {
  background: #ebecee;
  color: #00303f;
  position: fixed;
  top: 90px;
  bottom: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ast-header-break-point .main-navigation .stack-on-mobile > li {
  width: 46%;
  margin-right: 4%;
  justify-content: flex-start;
  margin-bottom: 5%;
}

.ast-header-break-point .main-navigation .stack-on-mobile > li:last-of-type {
  margin-right: 0;
}

.ast-header-break-point .main-navigation .stack-on-mobile > li > a {
  margin-bottom: 24px;
}

.ast-header-break-point .main-header-menu .sub-menu {
  display: block !important;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .ast-header-break-point .main-navigation .stack-on-mobile > li {
    width: 100%;
    margin-right: 0;
  }
}

.ast-header-break-point
  .main-header-bar-navigation
  .menu-item-has-children
  > .ast-menu-toggle {
  display: none;
}

.ast-header-break-point .main-navigation ul > li.menu-item {
  margin-bottom: 10px;
}

.ast-header-break-point .main-navigation ul > li.menu-item > a.menu-link {
  color: #00303f;
}

.ast-header-break-point
  .main-navigation
  ul.sub-menu
  > li.menu-item
  > a.menu-link {
  color: #184b5f;
  opacity: 0.9;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.3s linear all;
}

.ast-header-break-point
  .main-navigation
  ul.sub-menu
  > li.menu-item
  > a.menu-link:hover {
  padding-left: 24px;
  color: #00303f;
  opacity: 1;
}

.main-header-menu
  .sub-menu
  .menu-item:not(.menu-item-has-children)
  .menu-link
  .icon-arrow:first-of-type {
  display: none !important;
}

@media (min-width: 994px) {
  .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
    left: 50px;
    top: 42px;
    width: 50px;
    height: 50px;
    transition: ease top 0.5s;
  }

  .ast-mobile-popup-drawer
    .ast-mobile-popup-header
    .menu-toggle-close
    .ahfb-svg-iconset {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
  }
}

.ast-primary-header-bar {
  background: transparent;
  border: none !important;
}

@media (min-width: 922px) {
  .ast-primary-header-bar {
    width: 90%;
  }
}

[data-section='section-header-mobile-trigger']
  .ast-button-wrap
  .mobile-menu-toggle-icon
  .ast-mobile-svg {
  width: 60px;
  height: 60px;
  fill: #fff;
}

.site-below-footer-wrap[data-section='section-below-footer-builder'] {
  background: #0a2731;
}

.ostb-banner-circle {
  /*
	height: 320px;
    background: rgba(101, 132, 131, 0.863);
    color: #fff;
    border-radius: 50%;
    width: 320px;
    display: flex;
    align-items: center;
    padding-top: 148px;
    transform: rotate(0deg);
    justify-content: center;
    position: relative;
    top: 120px;
    right: -72px;
    transition: linear 0.3s all;
    font-size: 20px !important;
    font-weight: 300 !important;
    animation: color-pulse 5s infinite;
	*/
  position: absolute;
  color: #000;
  z-index: 1;
  padding-top: 36px;
  bottom: 64px;
  left: 64px;
  width: 160px;
  height: 172px;
  background-position: 0 0;
  background-image: url(img/circle-new-2.png);
  transform: rotate(-8deg) scale(1.2);
  background-size: 100%;
  background-repeat: no-repeat;
}

.ostb-banner-circle:hover {
  background-image: url(img/circle-new-2.png);
  transform: rotate(-8deg) scale(1.4);
}

.ostb-banner-circle .fl-rich-text p {
  font-family: 'Mullish', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #d8dfd8 !important;
}

.ostb-banner-circle:hover .fl-rich-text p {
  color: #d8dfd8 !important;
}

.catchline-points {
  position: relative;
}

.catchline-points:before {
  content: '';
  background-image: url(img/check-1-small-file.png);
  background-repeat: no-repeat;
  background-size: 60%;
  position: absolute;
  left: 48px;
  top: 16px;
  width: 60px;
  height: 68px;
}

.catchline-points .fl-icon {
  visibility: hidden;
}

.catchline-points p {
  color: #d8dfd8 !important;
  font-family: 'Mullish', sans-serif !important;
  font-size: 28px !important;
}

.site-banner-text h2 {
}

@keyframes color-pulse {
  0% {
    background: rgba(254, 166, 33, 0.8);
  }
  100% {
    background: rgba(254, 166, 33, 1);
  }
}

@keyframes color-text {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0 100%;
  }
}

header.site-header.fixed-header {
  z-index: 99;
  position: fixed;
  background: rgba(216, 223, 219, 0.99);
  width: 100%;
  height: 90px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
  color: #184b5f;
  transition: ease background 0.5s;
}

header.site-header.fixed-header .menu-toggle .mobile-menu-toggle-icon:after {
  color: #0a2731;
}

@media (min-width: 994px) {
  header.site-header.fixed-header
    .menu-toggle
    .mobile-menu-toggle-icon
    .ahfb-svg-iconset {
  }
}

.top-banner-header-dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 	flex-wrap: wrap; */
  height: 60px;
  margin-top: -4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.top-banner-header-dynamic .line {
  font-size: 60px;
  color: #00303f;
  letter-spacing: 0px;
  position: absolute;
  opacity: 0;
  font-family: 'Amiri', serif;
}

.header-buttons-container {
  position: fixed;
  z-index: 999;
}

.header-buttons-container {
  top: 20px;
  right: 120px;
  transition: ease top 0.5s;
}

@media screen and (max-width: 980px) {
  .header-buttons-container {
    top: 10px;
    right: 10px;
    transition: ease top 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .header-buttons-container {
    top: 10px;
    right: 10px;
    transition: ease top 0.5s;
    transform: scale(0.85);
  }
}

.request-button {
  padding: 12px 18px;
  font-size: 20px;
  margin-left: 4px;
  border: 2px solid #0a2731;
  transition: background 0.8s, color 0.8s;
  background: #0a2731 radial-gradient(circle, transparent 1%, #0a2731 1%)
    center/15000%;
}

.request-button:hover {
  background: #648386 radial-gradient(circle, transparent 1%, #648386 1%)
    center/15000%;
  background-size: 100%;
  color: #ebefeb;
  border-color: #648386;
  text-decoration: none !important;
}

.phone-number-link {
  background: #648386;
  width: 48px;
  height: 48px;
  background-image: url(img/phone-icon-white.png);
  background-repeat: no-repeat;
  background-position: 48% 48%;
  background-size: 40%;
  display: inline-block;
  padding: 0;
  position: relative;
  transition: transform 0.5s;
  border-radius: 4px;
  transition: all 0.3s linear;
}

.phone-number-link:hover {
  /*background-color: #184b5f;*/
  transform: scale(0.95);
}

.email-address-link {
  background: #00303f;
  width: 48px;
  height: 48px;
  background-image: url(img/email-icon-white.png);
  background-repeat: no-repeat;
  background-position: 48% 48%;
  background-size: 60%;
  display: inline-block;
  padding: 0;
  position: relative;
  transition: transform 0.5s;
  margin-left: 4px;
  border-radius: 4px;
  transition: all 0.3s linear;
}

.email-address-link:hover {
  /*background-color: #648386;*/
  transform: scale(0.95);
}

.fixed-header .phone-number-link {
  /*color:#0A2731;*/
}

.portfolio-arrow {
  position: absolute;
  bottom: 84px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 0;
}

.arrowDownButton {
  position: absolute;
  left: 50%;
  bottom: 64px;
  margin-left: -15px;
  margin-top: 15px;
  height: 60px;
  animation: unset;
  cursor: default;
  content: ' ';
  background-image: url(img/down-arrow-white-4.png);
  width: 44px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48%;
  display: inline-block;
  z-index: 10;
  cursor: pointer;
}

.ostb-photo-gradient {
  position: relative;
}

.ostb-photo-gradient:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 80%;
  width: 100%;
  background: linear-gradient(to top, #124445 0, transparent 100%);
}

.ostb-photo-gradient.white:after {
  background: linear-gradient(to top, #ffffff 0, transparent 100%);
}

.ostb-photo-gradient.alternate:after {
  background: linear-gradient(to top, #648386 0, transparent 100%);
}

.ostb-photo-gradient-caption {
  margin-top: -20%;
  position: relative;
}

.ostb-photo-gradient-caption h3 {
  font-weight: 400 !important;
  font-family: Jellyka, sans-serif !important;
  font-size: 160px !important;
  line-height: 0.6 !important;
  margin: 0 auto !important;
  text-align: center !important;
}

@media screen and (max-width:479px){
	.ostb-photo-gradient-caption h3 {
		font-size: 128px !important;
	}
}

.ostb-arrow-list {
}

.ostb-arrow-list ul {
  margin: 0;
  max-width: 540px;
  padding-left: 26px;
  list-style: none;
  line-height: 1.3;
}

.ostb-arrow-list ul li {
  list-style: none;
  position: relative;
  padding: 10px 0;
}

.ostb-arrow-list ul li h3.fl-list-item-heading {
  display: none;
}

.ostb-arrow-list ul li .fl-list-item-content {
  position: relative;
  top: -32px;
}

.ostb-arrow-list ul li .fl-list-item-content a {
  color: #d8dfd8;
  font-size: 20px;
}

.ostb-arrow-list ul li::before {
  height: 11px;
  background-position: -190px -370px;
  opacity: 0.5;
  top: 0;
  content: '';
  position: relative;
  width: 19px;
  height: 20px;
  vertical-align: initial;
  background-repeat: no-repeat;
  margin-left: -26px;
  margin-right: 7px;
  display: inline-block;
  background-image: url(img/sprite.svg);
}

.ostb-arrow-list ul li::after {
  content: '';
  width: calc(100% + 26px);
  height: 1px;
  display: inline-block;
  background: #648386;
  position: absolute;
  left: -26px;
  bottom: 20px;
  background: #a8b9b7;
}

.ostb-arrow-list ul li:last-of-type:after {
  display: none;
}

.ostb-arrow-list ul li:hover::before {
  margin-left: -10px;
  transition: ease margin 0.5s;
}

.ostb-arrow-list ul li:hover p {
  margin-left: 20px;
  transition: ease margin 0.5s;
}

.ostb-custom-bullet-list {
}

.ostb-custom-bullet-list ul {
  padding-left: 0;
/* 	margin-left: 30px; */
}

.ostb-custom-bullet-list ul li {
  position: relative;
  padding-left: 0;
	margin-left: -24px;
}

@media screen and (max-width:479px){
	.ostb-custom-bullet-list ul li {
		margin-left: -16px;
	}
}

.ostb-custom-bullet-list ul li:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 60px;
  left: -48px;
  vertical-align: initial;
  background-repeat: no-repeat;
  transform: scale(0.4);
  margin-left: 0;
  top: -12px;
  margin-right: 0;
  display: inline-block;
  background-image: url(img/down-arrow-white-5.png);
  background-position: 50% 50%;
  background-size: 100%;
/*   transform: rotate(-90deg); */
}

.ostb-custom-bullet-list.ostb-custom-bullet-list-dash ul li:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 60px;
  left: -44px;
  vertical-align: initial;
  background-repeat: no-repeat;
  transform: scale(0.5);
  margin-left: 0;
  top: -12px;
  margin-right: 0;
  display: inline-block;
  background-image: url(img/dash-1.png);
  background-position: 50% 50%;
  background-size: 100%;
/*   transform: rotate(-90deg); */
}

.ostb-custom-bullet-list.ostb-custom-bullet-list-dot ul li:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 60px;
  left: -44px;
  vertical-align: initial;
  background-repeat: no-repeat;
  transform: scale(0.45);
  margin-left: 0;
  top: -12px;
  margin-right: 0;
  display: inline-block;
  background-image: url(img/dot-3.png);
  background-position: 50% 50%;
  background-size: 100%;
/*   transform: rotate(-90deg); */
}

.ostb-custom-bullet-list.ostb-custom-bullet-list-light ul li:before {
  background-image: url(img/down-arrow-blue.png);
}

.ostb-custom-bullet-list ul li:after {
}

.ostb-custom-bullet-list ul li .fl-list-item-content-icon {
  display: none !important;
}

.ostb-handwriting-header h2 {
  font-weight: 400;
  font-family: Jellyka, sans-serif;
  font-size: 200px;
  line-height: 0.4;
}

.ostb-social-media-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  /*background-image: url(img/sprite.svg);
  background-position: -0px -500px;*/
  margin-top: 15px;
  margin-bottom: 30px;
  transition: ease transform 0.5s;
}

.ostb-social-media-icons a.facebook {
  display: inline-block;
  width: 27px;
  background-position: -80px -500px;
}

.address,
.address a {
  color: #d8dfd8;
}

.address p {
  font-size: 20px;
}

.address .t2 {
  font-size: 28px;
  font-family: 'Amiri', serif;
}

.quick-access .t2 {
  font-size: 28px;
  font-family: 'Amiri', serif;
}

.quick-access a {
  transition: ease transform 0.5s;
  color: #d8dfd8;
}

.quick-access a:hover {
  transform: scale(1.2);
}

.quick-access a.voucher:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  top: 5px;
  margin-right: 10px;
  background-image: url(img/sprite.svg);
  background-position: -300px -500px;
}

.quick-access a.arrival:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  top: 5px;
  margin-right: 10px;
  background-image: url(img/sprite.svg);
  background-position: -353px -500px;
}

.ostb-footer-logo h3 {
  font-family: Simplifica, sans-serif;
  font-size: 32px;
  color: #184b5f !important;
  letter-spacing: 2px;
  font-weight: 600;
}

.ostb-footer-links ul {
  margin: 0;
  padding: 0;
}

.ostb-footer-links ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  color: #d8dfd8;
  margin-bottom: 18px;
}

.ostb-footer-links ul li a {
  color: #d8dfd8;
	line-height: 1.25em !important;
}

.ast-footer-copyright p {
  font-size: 14px;
  color: #d8dfd8;
}

.ast-footer-copyright p a {
  color: #d8dfd8;
}

.ostb-header-content-slider {
}

.ostb-header-content-slider .bx-viewport {
  border-radius: 8px;
  box-shadow: 1px 1px 20px 0px rgb(100 131 134 / 30%) !important;
}

.fl-module-list .fl-list-item-content .fl-list-item-content-icon {
  position: relative;
  top: 2px;
  vertical-align: top !important;
}

/* blockquote */
.ostb-content-quotes blockquote {
  border: none;
  margin: 1.5em 1em 1.5em 2em;
}

.ostb-content-quotes blockquote p {
  text-transform: normal;
  font-style: normal;
  font-size: 26px;
}

.ostb-content-quotes blockquote:before {
  content: '\f122';
  font-family: 'dashicons';
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  position: absolute;
  left: -20px;
  top: 24px;
}

@media screen and (max-width: 767px) {
  .ostb-content-quotes blockquote p {
    font-size: 16px;
  }
}

/* watermark section */
.ostb-watermark-section {
  position: relative;
}

/*.ostb-watermark-section.ostb-watermark-section--start:after{
    content: '';
    background-image: url(img/world-transparent.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 300px;
    height: 284px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 0;
    transform: rotate(164deg);
}*/

.ostb-watermark-section.ostb-watermark-section--end:after {
  content: '';
  background-image: url(img/world-transparent.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 600px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* transform: rotate(
-30deg
); */
  /* z-index: 0; */
  opacity: 0.15;
}

/* home top banner mobile adjustments */
@media screen and (max-width: 1024px) {
  .site-banner-text h2 {
    font-size: 54px !important;
  }

  .top-banner-header-dynamic .line {
    font-size: 54px !important;
  }
}

@media screen and (max-width: 980px) {
  .site-banner-text {
    margin-top: -184px !important;
  }

  .site-banner-text h2 {
    text-align: center;
    font-size: 50px;
  }

  .top-banner-header-dynamic {
    margin-top: -96px !important;
    justify-content: center;
  }

  .ostb-banner-circle {
    bottom: 20vh;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .site-banner-text {
    margin-top: -184px !important;
  }

  .site-banner-text h2 {
    text-align: center;
  }

  .top-banner-header-dynamic {
    margin-top: -112px !important;
    justify-content: center;
  }

  .top-banner-header-dynamic .line {
    font-size: 50px;
  }

  .ostb-banner-circle {
    top: 45vh;
    left: 20px;
  }

  .portfolio-arrow {
    bottom: 40px;
  }

  .arrowDownButton {
    bottom: 24px;
  }
}

/* homepage checkmark section */
@media screen and (max-width: 767px) {
  .catchline-points p {
    font-size: 24px !important;
  }

  .catchline-points .fl-icon-text {
    padding-left: 60px !important;
    position: relative;
    top: 12px;
  }

  .catchline-points .fl-icon i:before {
    font-size: 20px !important;
  }

  .ostb-home-checkmarks-section .fl-row-content-wrap {
    padding: 24px 0 48px 0;
  }
}
