@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/**
font-family: "Rubik", sans-serif;
font-family: "Oswald", sans-serif;
font-family: "Lato", sans-serif;
**/

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
	transition: inherit;
	-webkit-transition: inherit;
	color: #000000;
	line-height: 1.6;
	font-family: "Rubik", sans-serif;
	font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
	color: #182024;
	font-weight: 600 !important;
	font-family: "Oswald", sans-serif;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 64px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
h2,
.h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 15px;
  line-height: 24px;
}
h6,
.h6 {
  font-size: 11px;
}

p {
  margin: 0 0 12px;
  font-family: 'Lato', sans-serif;
}

a {
  color: #ef383a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
  outline: none;
}

#sp-footer a {
	color: #000000;
}

#sp-footer a:hover {
	color: #ffffff;
}

#sp-header {
	background: none;
	box-shadow: none;
	z-index: 2;
}

#sp-header.menu-fixed {
	background: #000000;
}

#sp-slideshow {
	margin-top: -90px;
}

#sp-main-body {
	padding: 0px 0px 0px 100px;
}

#sp-footer {
	background: #ef383a;
	color: #ffffff;
	text-align: inherit;
	/*box-shadow: 0px 0px 8px #000000;*/
	border-top: #000000 solid 2px;
}

.sp-default-logo {
	height: 80px;
	margin-left: 20px;
}

.side-page-title {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}

#sp-right {
	background-color: #e6e6e6;
}

.btn-primary {
  background-color: #ef383a;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}

.btn-portfolio {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
}
.btn-portfolio:hover,
.btn-portfolio:focus,
.btn-portfolio.focus,
.btn-portfolio:active,
.btn-portfolio.active {
  color: #ffffff;
  background-color: #ef383a;
}


.btn-quote {
  background-color: #ffffff;
  color: #ef383a;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
}
.btn-quote:hover,
.btn-quote:focus,
.btn-quote.focus,
.btn-quote:active,
.btn-quote.active {
  color: #ffffff;
  background-color: #ef383a;
  text-decoration: none;
}

.portfolio-padding {
  padding-top: 30px;
}



/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,  
.vresponsive-iframe-container object, 
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sm-container > #off-menu_115 {
	border-left: 15px solid #ef383a;
	padding: 20px;
	border-radius: 0;
}

article.item {
	margin-bottom: 0px;
}

#sp-masthead {
	margin-top: -90px;
}

div.ja-masthead {
  background-position: center center;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
  z-index: 1;
  /*background-attachment: fixed;*/
}

div.ja-masthead::before {
  display: none;
}

div.ja-masthead .ja-masthead-detail {
  padding: 250px 32px 150px;
  max-width: 100%;
}

@media (max-width: 767px) {
  div.ja-masthead .ja-masthead-detail {
    padding: 64px 12px;
  }
}

div.ja-masthead .ja-masthead-title {
  color: #ffffff;
  font-size: 80px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px #000000;
}

@media (max-width: 767px) {
  div.ja-masthead .ja-masthead-title {
    font-size: 24px;
  }
}

div.ja-masthead .ja-masthead-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  div.ja-masthead .ja-masthead-description {
    font-size: 15px;
  }
}

div.ja-masthead .ja-masthead-description span {
  background: #06b06d;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 20px;
}

.sp-module {
	margin-top: 0px;
}

.team-member .image-layout-preset-style-poster .sppb-addon-image-layout-content {
margin: 0px !important;
text-align: left !important;
bottom: 0 !important;
width: 100% !important;
}

.team-member .sppb-addon-image-layout-content {
padding: 10px !important;
}

.team-member .sppb-addon-image-layout-text p {
margin-bottom: 0px !important;
}

