@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/css?family=Oswald:400,700|Raleway:300,400,500,600,800&display=swap');

/**
font-family: "Rubik", sans-serif;
font-family: 'Oswald', 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: "Rubik", 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: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
}

li {
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
}

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

.sp-megamenu-parent {
  float: inherit;
  font-weight: 600;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
	margin: 25px 0;
	font-size: 16px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.1);
}

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

#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: #000000;
	color: #ffffff;
	text-align: inherit;
}

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

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

.btn-primary {
  background-color: #cc3333;
  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: "Rubik", 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: #cc3333;
}


.btn-quote {
  background-color: #ffffff;
  color: #cc3333;
  font-family: "Rubik", 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: #cc3333;
  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 #cc3333;
	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;
}

.menu-icon-cont {
  margin-top: 25px;
}

.ja-masthead {
  background-color: rgba(0,0,0,0.4);
}

div.ja-masthead .ja-masthead-title {
  font-size: 120px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500 !important;
  text-transform: inherit !important;
  text-shadow: none !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #cc3333 !important;
  background: none !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #cc3333 !important;
  background: none !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
  color: #cc3333 !important;
  background: none !important;
}

.footer p {
  color: #ffffff !important;
}

.sppb-gallery img {
  object-fit: cover !important;
}

img {
	display: initial !important;
}

