/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */




@font-face {
     font-family: 'Metropolis 1920';
     src: local('../fonts/Metropolis 1920 Regular'), local('Metropolis-1920-Regular'),
         url('../fonts/Metropolis1920.woff2') format('woff2'),
         url('../fonts/Metropolis1920.woff') format('woff'),
         url('../fonts/Metropolis1920.ttf') format('truetype');
     font-weight: 400;
     font-style: normal;
}

body {
  color:#4d5257;
  line-height: 1.75;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}
html.coming-soon body, html.offline body,
html.error-page body{
  background-size: cover;
  color:#fff;
}
html.error-page .error-logo{
  height: 90px;
}
html.coming-soon body .social-icons li a{
  color:#fff;
}
#sp-main-body{
  padding: 100px 0;
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}


.body-innerwrapper {
  overflow-x: hidden;
}

a {
  transition: color 400ms, background-color 400ms;
}
a, a:active, a:focus, a:hover {
  text-decoration: none;
}

#offcanvas-toggler{
  line-height: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#offcanvas-toggler > .fa{
  color:#fff;
}
.z-index-999{
    z-index: 999;
}
.fade:not(.show){
  opacity: 1;
}
legend{
  font-size: 20px;
}
.margin-20 .sppb-addon-image-overlay{
  margin:20px;
}

.sppb-btn-sm{
  padding: 10px 35px !important;
}
.sppb-btn-lg,
.btn{
  padding: 15px 50px !important;
}
.sppb-btn-link{
  padding: 0px !important;
}
.sppb-btn-primary,
.btn-primary,
.btn-secondary{
  padding: 15px 50px;
  background: none;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	cursor: pointer;
  font-size: 14px;
  background-color: transparent !important;
  border-color:transparent !important;
}

.sppb-btn-primary:hover,
.btn-primary:hover,
.btn-secondary:hover{
  color:#fff !important;
}

.sppb-btn-primary::before,
.btn-primary::before,
.btn-secondary::before {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
}
.sppb-btn-primary::after,
.btn-primary::after,
.btn-secondary::after {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}
.sppb-btn-primary::after,
.sppb-btn-primary::before,
.btn-primary::after,
.btn-primary::before,
.btn-secondary::after,
.btn-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.sppb-btn-primary:hover:after,
.sppb-btn-primary:hover:before,
.btn-primary:hover:after,
.btn-primary:hover:before,
.btn-secondary:hover::after,
.btn-secondary:hover::before {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.sppb-btn-primary.focus,
.sppb-btn-primary:focus{
  box-shadow: none !important;
}



#sp-header {
  height: 120px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  padding: 0 25px;
}
#sp-header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-header:not(.header-sticky) {
  background: rgba(1,14,26,0.50);
  position: fixed;
  top: 0;
  box-shadow: none;
}

#sp-header .container {
  max-width: 1840px;
}


#sp-header.header-sticky {
  height: 100px;
  background: rgba(1,14,26,0.90);
}
#sp-header.header-sticky .logo {
  height: 100px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
  line-height: 100px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a:before, #sp-header.header-sticky .sp-megamenu-parent > li > span:before {
  bottom: 35px;
}

#sp-header.header-sticky .sp-module-content {
  line-height: 97px;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}

#sp-header .container .sp-column .sp-module {
  float: right;
}

#sp-header .logo {
  height: 120px;
  display: inline-flex;
  margin: 0;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-header.header-sticky #offcanvas-toggler {
  height: 100px;
  line-height: 100px;
}
#sp-header .sp-module-content {
  line-height: 114px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-megamenu-wrapper {
  padding-left: 30px;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: left;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0 18px;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-block;
  color:#fff;
  padding: 0px;
  line-height: 120px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -moz-osx-font-smoothing: auto;
}
.sp-megamenu-parent > li > a:before,
.sp-megamenu-parent > li > span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 43px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-megamenu-parent > li.active > a {
  font-weight: normal;
}
.sp-megamenu-parent > li.active > a:before {
  width: 100%;
}
.sp-megamenu-parent >li >a:hover:before,
.sp-megamenu-parent >li >a:focus:before {
  width: 100%;
}
.sp-megamenu-parent >li.active a:before {
  width: 100%;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Yeseva One', sans-serif;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 44px 34px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: 700;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}


.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slide-item-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 1060px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slide-item-bg:after {
  content: "";
  opacity: 0.6;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.00) 1%, #000 98%);
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.00) 1%, #000 98%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1180px;
  z-index: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slide-item-bg > .jb-container {
  display: table;
  height: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-text {
  display: flex;
  vertical-align: middle;
  z-index: 10;
  align-items: center;
  position: relative;
  height: 100vh;
  color:#fff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-text .sppb-slideshow-fullwidth-item-text-wrap {
  width: auto;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-text .sppb-slideshow-sub-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-text .details {
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 45px;
  font-weight: 300;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slide-item-bg:after {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

@media (min-width: 576px) {
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap .sppb-fullwidth-title {
    font-family:'Metropolis 1920';
  }
}
@media (min-width: 768px) {
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap .sppb-fullwidth-title {
    font-family:'Metropolis 1920';
  }
}
@media (min-width: 992px) {
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap .sppb-fullwidth-title {
    font-family:'Metropolis 1920';
  }
}
@media (min-width: 1200px) {
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap .sppb-fullwidth-title {
    visibility: visible;
    text-align: center;
    line-height: 145px;
    letter-spacing: 28px;
    font-weight: 300;
    font-size: 95px;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    text-decoration: none;
    white-space: normal;
    font-family:'Metropolis 1920';
  }
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap .sppb-slideshow-sub-title {
  margin-bottom: 30px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper.style-one .sppb-slideshow-fullwidth-item-text-wrap .details {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 53px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-controls {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  bottom: 20px;
}
.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper .owl-carousel .owl-controls .owl-dots {
  display: inline-block;
}
.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper .owl-carousel .owl-controls .owl-dots .owl-dot {
  float: left;
}
.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper .owl-carousel .owl-controls .owl-dots .owl-dot  {
  width: 2px;
  height: 20px;
  border: none;
  margin: 0 4px;
  background: #fff !important;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transform: rotate(0deg);
}
.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper .owl-carousel .owl-controls .owl-dots .owl-dot.active {
  top: 0;
  height: 30px;
  width: 2px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation > a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  color: #444 !important;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  cursor: pointer;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation > a.sppbSlidePrev {
  margin-right: 10px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation > a i {
  color: #9c9c9c;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated.sppb-slideshow-fullwidth-read-more {
  display: inline-block;
}



.services-slider .inner-box {
	position: relative;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
  position: relative;
	padding: 20px 60px 60px 60px;
}

.services-slider .inner-box:before {
  position: absolute;
  content: '';
  left: -15px;
  top: -500px;
  width: 1px;
  height: 10000px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: rgba(255,255,255,0.15);
}

.services-slider .inner-box .bg-layer {
	position: absolute;
	content: '';
	left: -15px;
	top: -200px;
	right: -15px;
	height: 1000%;
	opacity: 0;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	background-color: rgba(255,255,255,0.10);
}

.services-slider .inner-box .icon-box {
	position: relative;
	font-size: 60px !important;
	line-height: 1em;
	margin: 60px 0px 20px 0;
}
.services-slider .inner-box span::before{
    font-size: 60px !important;
}

.services-slider .inner-box h2 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.services-slider .inner-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-slider .inner-box .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 22px;
}

.services-slider .inner-box .read-more {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 30px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.services-slider .inner-box .read-more::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	height: 2px;
	width: 20px;
	background-color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-slider .inner-box:hover {
-ms-transform: translateY(0px);
-webkit-transform: translateY(0px);
transform: translateY(0px);
}

.services-slider .inner-box:hover:before {opacity: 0;}

.services-slider .inner-box:hover .bg-layer {
	opacity: 1;
}

.jb-joomlabuff-services .owl-controls{
  display: none;
}

.jb-joomlabuff-services .last-owl-active-item .inner-box{
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.jb-joomlabuff-services .last-owl-active-item .inner-box .bg-layer {
	opacity: 1;
}


.about-img img{
    position: relative;
    left: -60px;
    max-width: 140%;

}

.about-us-intro:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    top: -20px;
    left: -20px;
}
.about-us-intro:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  top: -5px;
  left: -34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.sppb-nav {
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
  float: none;
  display: inherit;
}

.sppb-nav-pills > li {
  float: none;
  display: inline-block;
  margin:5px;
}
@media (max-width: 576px) {
  .sppb-nav-pills li a{
    font-size:16px !important;
    padding: 10px !important;
  }
  .sppb-tab-icon{
    font-size: 28px !important;
  }
}
.sppb-nav-pills li a{
  font-size: 25px;
  text-align: center;
  border: 2px solid #f2f2f2;
  display: block;
  padding: 35px 45px;
  margin: 0px 10px 0;
  border-radius: 0;
  font-family: 'Yeseva One', sans-serif;
  font-weight: normal;
  color: #121d27;
}
.sppb-tab-icon{
  display: block;
  font-size: 45px;
}
.sppb-nav-pills > li.active > a,
.sppb-nav-pills > li.active > a:focus,
.sppb-nav-pills > li.active > a:hover{
  color:#fff !important;
  border-width: 2px;
  border-style: solid;
}

.sppb-tab-content .sppb-addon-pricelist{
  padding: 20px 50px;
  border: 1px dashed #e0e0e0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  position: relative;
}

.sppb-tab-content .sppb-addon-pricelist:hover{
  border-color: transparent;
  box-shadow: 0 0 17px 0 rgba(0,0,0,0.06);
  border-width: 1px;
  border-style: dashed;
}
.sppb-tab-content .sppb-addon-title{
  color: #222;
}
.sppb-addon-pricelist .sppb-addon-title{
  font-family: 'Yeseva One', sans-serif;
}
.sppb-tab-content .pricelist-left-image{
    padding-right: 15px !important;
    margin: 0px;
}

.sppb-tab-content .pricelist-text-content{
  margin: 7px 0;
}
@media (max-width: 576px) {
  .sppb-tab-content .pricelist-text-content{
    flex:0 0 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 20px 0;
  }
  .sppb-tab-content .pricelist-price-content{
    position: inherit !important;
  }
}
@media (max-width: 768px) {
  .sppb-tab-content .pricelist-price-content{
    right:0px !important;
  }
}
.sppb-tab-content .pricelist-price-content{
  float: right;
  position: absolute;
  top: 30%;
  right: 50px;
}
.sppb-tab-content .pricelist-line{
  display: none;
}
.sppb-tab-content .pricelist-price {
    font-weight: 500;
}


.sppb-carousel-extended-item{
  border:1px solid rgba(255,255,255,0.15);
}

.sppb-carousel-extended-dots{
    text-align: center;
    display: block ruby;
    bottom: -50px !important;
}

.sppb-carousel-extended-dots ul li{
  width: 2px;
  height: 20px;
  border: none;
  margin: 0 4px;
  background: #fff !important;
  display: inline-block;
  float: left;
}
.sppb-carousel-extended-dots li.active {
  top: 0;
  height: 30px;
  width: 2px;
}


.sp-page-title {
    padding: 220px 0 180px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}
.sp-page-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    background: rgba(18, 29, 39, 0.87);
    z-index: -1;
}
.page-title-section{
  display: inline-block;
  position: relative;
  padding: 30px 50px;
}
.page-title-section::before{
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}
.page-title-section::after{
  -webkit-transform: translate(3px, 3px);
      transform: translate(3px, 3px);
}
.page-title-section::after,
.page-title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.sp-page-title .sp-page-title-heading{
  font-size: 50px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.sp-page-title h3{
  display: inline-block;
  position: relative;
  overflow: visible;
  letter-spacing: 5px;
  font-family: 'Bellefair', sans-serif;
  font-size: 18px !important;
  text-transform: uppercase;
}
.sp-page-title h3::before,
.sp-page-title h3::after{
  margin-bottom: -5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100px;
  border-radius: 10px;
  background:#fff;
}


.sppb-addon-pricelist{
  padding: 10px 20px;
  border: 1px dashed #e0e0e0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  position: relative;
}
.pricelist-left-image{
    padding-right: 0px !important;
    margin: 10px 0px;
}
.sppb-addon-pricelist:hover{
  border-color: transparent;
  box-shadow: 0 0 17px 0 rgba(0,0,0,0.06);
  border-width: 1px;
  border-style: dashed;
}

.pricelist-text-content{
  margin: 10px 0;
}





/***
=============================================
  HOME RESERVATION STYLE
=============================================
***/

.open-hours .sppb-column-addons{
  border:1px dashed rgba(255, 255, 255, 0.30);
}
.open-hours .sppb-column-addons p{
  font-size: 18px;
  color: #fff;
}
.booking-form .sppb-column-addons{
  border-width: 1px;
  border-style: dashed;
}
.booking-form .sppb-column-addons .sppb-addon-form-builder-form{
  padding: 0 30px;
}
.booking-form .sppb-column-addons .sppb-addon-form-builder-form .sppb-form-control{
  border-radius: 0px;
  min-height: 50px;
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.sppb-addon-form-builder-form .sppb-form-group{
  margin: 30px 0;
}
.sppb-addon-form-builder-form .sppb-form-group label{
  display: none;
}
/***
=============================================
  HOME BLOG STYLE
=============================================
***/

.sppb-addon-article{
  box-shadow: 0 0 8px 0 rgba(43,52,59,.09);
  position: relative;
  overflow: hidden;
}
.jb-img-wrap{
  overflow: hidden;
  position: relative;
}
.sppb-article-img-wrap img{
  transform: scale(1.01);
  transition: all 700ms ease;
}
.sppb-addon-article:hover .sppb-article-img-wrap img{
  transform: scale(1.07) rotate(0.5deg);
}
.sppb-article-info-wrap{
  padding: 20px 25px;
}
.sppb-article-info-wrap h3{
  font-size: 24px;
}
.sppb-article-info-wrap h3 a{
  color: #121d27;
}



/***
=============================================
  FOOTER STYLE
=============================================
***/

#sp-bottom{
  padding: 180px 10px 170px;
}
#sp-footer,
#sp-bottom{
  background: #000;
  color:#d6d6d6;
  text-align: center;
}
#sp-footer a,
#sp-bottom a{
  color:#d6d6d6;
}
#sp-bottom .sp-module{
  margin-bottom: 0px;
}
#sp-footer .container-inner{
  border-top: none;
}
#sp-footer{
  font-size: 18px;
}
#sp-bottom .sppb-link-list-wrap ul > li{
  display: inline-block;
  position: relative;
  margin: 8px 0 8px 8px;
}
#sp-bottom .sppb-link-list-wrap ul > li::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 8px;
  height: 1px;
  background-color: rgba(255,255,255,.2);
}

#sp-bottom .sppb-link-list-wrap ul > li:last-child::before{
  display: none;
}

#sp-bottom .sppb-link-list-wrap ul > li a{
  font-size: 14px;
  text-transform: uppercase;
}

.services-gird-layout .inner-box{
  padding: 40px 40px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #e7e7e7 !important;
  z-index: 1;
}
.services-gird-layout .inner-box::before,
.services-gird-layout .inner-box::after{
  position: absolute;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  -webkit-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  transition: .4s ease-in;
  z-index: -1;
}
.services-gird-layout .inner-box::before{
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: -2px;
  bottom: -2px;
}
.services-gird-layout .inner-box::after{
  border-top: 2px solid;
  border-right: 2px solid;
  right: -2px;
  top: -2px;
}
.services-gird-layout .inner-box:hover::before,
.services-gird-layout .inner-box:hover::after{
  width: calc(100% + 4px);
  height: calc(100% + 2px);
}

.services-gird-layout .inner-box .icon-box .icon{
  font-size: 50px;
}
.services-gird-layout .inner-box .service-title-link{
  color:#121d27;
}
.services-gird-layout .inner-box .service-title-link h2{
  font-size: 27px;
}


/***
=============================================
  J2STORE EVENTS LIST
=============================================
***/

.grid {
	position: relative;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
  margin-bottom: 30px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption::before{
  content: '';
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 50%;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%)
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */


.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
  z-index: 10;
}
figure.effect-lily .product-price-container{
  margin-bottom:20px;
}
figure.effect-lily h2,
figure.effect-lily .product-price-container,
figure.effect-lily .j2store-addtocart-form {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-lily h2 a{
  color:#fff;
}

figure.effect-lily h2,
figure.effect-lily .product-price-container {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily .j2store-addtocart-form {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover .j2store-addtocart-form {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover .product-price-container,
figure.effect-lily:hover .j2store-addtocart-form {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover .j2store-addtocart-form {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/***
=============================================
  J2STORE EVENTS LIST
=============================================
***/

.j2store-single-product .booking-product .product-title{
  color:#1b2c3d;
  margin-bottom: 30px;
}
.j2store-single-product .booking-product .j2store-addtocart-form .form-field-wide{
  display: inline-block;
}

.j2store-events-details-right .j2store-addtocart-form{
  margin-top:0px;
}
.bookings-date-picker{
    margin-bottom:10px;
}
.j2store-single-product .booking-product .j2store-addtocart-form .form-field-wide input,
.j2store-single-product .booking-product .j2store-addtocart-form .bookings-date-picker .bookings-date-picker-date-fields input{
  border-radius: 0px;
  min-height: 50px;
  background: #fff;
  border-color: #fff;
  max-width: 100px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
}
.j2store-single-product .booking-product .price-sku-brand-container{
  padding: 30px 0;
}
.j2store-events-details-right{
  background: #f8f8f8;
  padding: 50px;
}
.j2store-events-details-right .block-picker-time{
  padding: 0px;
}
.j2store-events-details-right .alert{
  margin-bottom:0px;
}
.j2store-events-details-right .alert-info{
  margin:20px 0;
}

.block-picker-time li{
  color:#1b2c3d !important;
}
.block-picker-time li a{
  color:#1b2c3d;
  display: inline !important;
  margin:10px !important
}
.jb-j2store-tabs{
  margin:30px 0;
}
.jb-j2store-tabs li{
  padding: 20px 0;
}
.j2store-cart-button.btn.btn-primary,
.cart-continue-shopping-button input{
  color:#fff !important;
}

.table-bordered thead td,
.table-bordered thead th,
.j2store .checkout-heading{
    background:#222;
    color:#fff;
}

.article-details .article-header h1,
.article-details .article-header h2{
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 20px;
  color:#222;
}
.article-details{
    position: relative;
    display: block;
    margin: 0;
    border: 1px solid #f0eef9;
    border-radius: 5px;
    background: #ffffff;
}
.article-details .article-full-image img{
  border-radius: 0px;
}
.article-header-wrap{
  position: relative;
}
.article-header-wrap .article-share {
  position: absolute;
  top: 50%;
  left: -93px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.article-header-wrap .article-share .social-icon-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(69, 69, 69, .5);
  float: left;
  margin-right: 20px;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
  float: left;
}
.article-social-share .social-share-icon ul li {
  transform: rotate(-90deg);
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 20px;
}
.article-social-share .social-share-icon ul li a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  transition: all 500ms ease 0s;
}
.article-share li .facebook{
  background:#3b5998;
}
.article-share li .twitter{
  background:#00acee;
}
.article-share li .linkedin{
  background:#0e76a8;
}

.article-body-wrap{
  padding: 20px 40px;
}


.sppb-ajaxt-contact-form .sppb-form-group input{
  height:50px;
  border-radius: 0px;
}
.sppb-ajaxt-contact-form .sppb-form-group textarea{
  border-radius: 0px;
}


.service-sidebar{
  position: relative;
  display: block;
  border: 1px solid #f0eef9;
  padding: 38px 30px 40px;
  margin-bottom: 50px;
}
.service-sidebar .sppb-addon-title{
  color: #222222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 27px;
}
.service-sidebar ul{
    display: block;
    padding: 0px;
    margin: 0px;
}
.service-sidebar ul li{
    position: relative;
    display: block;
    margin-bottom: 10px;
    z-index: 5;
}

.service-sidebar ul li:before {
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background: #f0eef9;
    content: "";
    z-index: 3;
    transition: all 500ms ease;
    transition-delay: .2s;
    opacity: 0;
}
.service-sidebar ul li:after {
    position: absolute;
    bottom: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background: #f0eef9;
    content: "";
    z-index: 3;
    transition: all 500ms ease;
    transition-delay: .2s;
    opacity: 0;
}
.service-sidebar ul li:hover:before,
.service-sidebar .menu li.active:before{
    opacity: 1;
}
.service-sidebar ul li:hover:after,
.service-sidebar ul li.active:after{
    opacity: 1;
}

.service-sidebar ul li a{
    position: relative;
    display: block;
    padding: 14px 20px 13px;
    color: #fff;
    background: rgba(1,14,26,0.90);
    border:1px solid rgba(1,14,26,0.90);
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 300ms ease;
    transition-delay: .2s;
}
.service-sidebar ul li a:hover,
.service-sidebar ul li.active a{
    background: #ffffff;
    padding-left: 35px;
    color: #222222;
    border: 1px solid transparent;
}
.service-sidebar ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: 'Flaticon';
    content: "\f12c";
    font-size: 16px;
    line-height: 16px;
    margin: 19px 0;
    transition: all 500ms ease;
    transition-delay: .1s;
    opacity: 0;
    transform: scale(0)
}
.service-sidebar ul li a:hover:before,
.service-sidebar ul li.active a:before{
    opacity: 1;
    transform: scale(1)
}



/***
=============================================
  Blog Sidebar
=============================================
***/


#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #222222;
  border:none;
  margin:0px;
}


#sp-left .sp-module .sp-module-content ul li a,
#sp-right .sp-module .sp-module-content ul li a,
#sp-left .sp-module .sp-module-content .latestnews a,
#sp-right .sp-module .sp-module-content .latestnews a {
  position: relative;
  display: block;
  color: #1b2c3d;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
}
#sp-left .sp-module .sp-module-content ul li a::before,
#sp-right .sp-module .sp-module-content ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: 'Flaticon';
  content: "\f12c";
  font-size: 16px;
  line-height: 16px;
}

.sp-module .latestnews > div {
  border: medium none;
  display: table;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}

.archive-module,
.categories-module,
.category-module,
.form-links,
.latestnews,
.list-striped,
.mostread,
.newsflash-horiz {
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-module li,
.categories-module li,
.category-module li,
.form-links li,
.latestnews li,
.list-striped li,
.mostread li,
.newsflash-horiz li {
  padding: 10px 0;
}
.archive-module li h4,
.categories-module li h4,
.category-module li h4,
.form-links li h4,
.latestnews li h4,
.list-striped li h4,
.mostread li h4,
.newsflash-horiz li h4 {
  margin: 5px 0;
}
#sp-left .sp-module .sp-module-content .latestnews > div,
#sp-right .sp-module .sp-module-content .latestnews > div {
  display: table;
  width: 100%;
  padding: 20px 0;
}
#sp-left .sp-module .sp-module-content .latestnews .article-list-img,
#sp-right .sp-module .sp-module-content .latestnews .article-list-img {
  width: 55px;
  margin-right:20px;
}
#sp-left .sp-module .sp-module-content .latestnews .article-list-img img,
#sp-right .sp-module .sp-module-content .latestnews .article-list-img img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
#sp-left .sp-module .sp-module-content .latestnews a,
#sp-right .sp-module .sp-module-content .latestnews a {
  padding-left: 12px;
  width: 250px;
}



/* Styles Switcher
====================================================================== */

#style-switcher {
  position: fixed;
  top: 130px;
  right: 0;
  width: 150px;
  background: #fff;
  -webkit-transition: right 400ms;
  transition: right 400ms;
  z-index: 1100;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.switcher .switcher_container {
	 margin:0 auto;
}
.switcher .switch_menu h5.title {
	color:#333;
	margin:0;
	line-height: 60px;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-size:18px;
	font-weight: 700;
	text-transform: uppercase;
}
.switcher .switch_menu .switcher_container h5 {
	text-align: center;
	color:#272727;
	font-size:18px;
	font-weight: 700;
}
.switcher .switch_btn button {
  width:60px;
  height:60px;
  border:none;
  background: #fff;
  color:#333;
  font-size: 24px;
  box-shadow: -4px 0 5px rgba(0,0,0,0.2);
  cursor: pointer;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.switcher .switch_btn {
  position: absolute;
  left: -54px;
  z-index: -1;
}
.switch_body {
  cursor: pointer;
  padding: 18px 10px;
  text-align: center;
}
.colors {
	list-style:none;
	overflow: hidden;
  margin-bottom: 0px;
  padding: 14px 6px;
}
.colors li {
	float:left;
	margin: 4px 2px 0 2px;
}
.colors li a {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius:30px;
  box-shadow:0 0 0 3px rgba(255, 255, 255, 0.68) inset;
}
.colors li.active a{

}
.color1{
  background: #a78963;
}
.color2{
  background: #ca293e;
}
.color3{
  background: #b7b095;
}
.color4{
  background: #E6BF55;
}
.color5{
  background: #e88f2a;
}
.color6{
  background: #4a8b71;
}
.color7{
  background: #e8e6bd;
}
.color8{
  background: #BF431F;
}
