@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Herr+Von+Muellerhoff&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('animate.css');
@import url('custom-animate.css');
@import url('simple-line-icons.css');
@import url('font-awesome.css');
@import url('owl.css');

* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
    line-height: inherit;
}

body {
    font-family: var(--font-family-Urbanist);
    font-size:16px;
    color:var(--sppb-textcolor);
    background: var(--sppb-colorone);
    line-height:1.85em;
    font-weight:400;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a{
    position: relative;
    text-decoration:none;
    cursor:pointer;
    color:var(--sppb-maincolor);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

button,
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    margin:0px 0px;
    background:none;
    line-height: 1.20em;
    color:var(--heading-color);
    font-family:var(--font-family-Forum);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
    text-decoration:none;
    outline:none;
}

h1,h2,h3,h4 {
    position:relative;
    margin:0px 0px;
    background:none;
    line-height: 1.20em;
    color:var(--sppb-headingcolor);
    font-family:var(--font-family-Fraunces);
    font-weight: 300;
    letter-spacing: normal;
}

h5,h6 {
    position:relative;
    margin:0px 0px;
    background:none;
    line-height: 1.20em;
    color:var(--sppb-headingcolor);
    font-family: var(--font-family-Urbanist);
    font-weight: 400;
    text-transform: uppercase;
}


h1{
    font-size: 80px;
    letter-spacing: -1px;
}

h2{
    font-size: 60px;
    line-height: 1.30em;
    padding-bottom: 20px;
}

h3{
    font-size: 40px;
}

h4{
    font-size: 30px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 16px;
    letter-spacing: 1.5px; 
}

input,select,button{
    font-family: var(--font-family-DMsans);
}

textarea{
    overflow:hidden;
    resize: none;   
}

button{
    outline: none !important;
    cursor: pointer;
}

p{
    line-height: 1.6em;
	margin: 0;
}

ul,li{
    list-style:none;
    padding:var(--padding-zero);
    margin:var(--margin-zero);
}

figure{
    margin-bottom: var(--margin-zero);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
span a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

.sppb-testimonial-carousel-img-wrap {
	max-width: 100%;
}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--sppb-maincolor);
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0;
}

.text-underline {
	text-decoration: underline;
}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

body .sppb-btn.sppb-btn-primary {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: var(--sppb-blackcolor);
    letter-spacing: 1px;
    font-weight: 700;
    padding:8px 35px;
    font-size:12px;
    background: var(--sppb-maincolor);
    border: 2px solid var(--sppb-maincolor);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
	line-height: inherit;
}

body .sppb-btn.sppb-btn-primary {
    color: var(--sppb-blackcolor);
    border: 2px solid var(--sppb-maincolor);
    background: var(--sppb-maincolor);
}

body .sppb-btn.sppb-btn-primary:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--sppb-colortwo);
} 

body .sppb-btn.sppb-btn-primary:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before {
    top: 0%;
}

body .sppb-btn.sppb-btn-primary .btn-wrap {
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

body .sppb-btn.sppb-btn-primary .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--sppb-blackcolor);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

body .sppb-btn.sppb-btn-primary:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

body .sppb-btn.sppb-btn-primary .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--sppb-whitecolor);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .sppb-btn.sppb-btn-primary:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .sppb-btn.sppb-btn-primary:hover .btn-wrap .text-two {
    color: var(--sppb-whitecolor);
}

body .sppb-btn.sppb-btn-primary:hover:before {
    top: -40%;
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button .sp-slider-btn-text,
.article-list .article .readmore a, .sppb-readmore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: var(--sppb-maincolor);
    letter-spacing: 3px;
    font-weight: 700;
    padding:8px 35px;
    font-size:12px;
    border: 1px solid var(--sppb-maincolor);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
	line-height: inherit;
	background: transparent;
}

body .sppb-btn.sppb-btn-secondary:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.article-list .article .readmore a:before, .sppb-readmore:before {
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 200%;
height: 200%;
content: "";
top: -200%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
z-index: 1;
background: var(--sppb-maincolor);
}

body .sppb-btn.sppb-btn-secondary .btn-wrap,
body .sppb-sp-slider-button .sp-slider-btn-text .btn-wrap,
.article-list .article .readmore a .btn-wrap, .sppb-readmore .btn-wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	display: inline-block;
}

body .sppb-btn.sppb-btn-secondary .btn-wrap .text-one,
body .sppb-sp-slider-button .sp-slider-btn-text .btn-wrap .text-one,
.article-list .article .readmore a .text-one, .sppb-readmore .text-one {
	position: relative;
	display: block;
	color: var(--sppb-maincolor);
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

body .sppb-btn.sppb-btn-secondary .btn-wrap .text-two,
body .sppb-sp-slider-button .sp-slider-btn-text .text-two,
.article-list .article .readmore a .text-two, .sppb-readmore .text-two {
	position: absolute;
	top: 100%;
	display: block;
	color: var(--sppb-colortwo);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body .sppb-btn.sppb-btn-secondary:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before,
.article-list .article .readmore a:hover:before, .sppb-readmore:hover:before {
    top: -40%;
}

body .sppb-btn.sppb-btn-secondary:hover .btn-wrap .text-one:first-child,
body .sppb-sp-slider-button .sp-slider-btn-text:hover .btn-wrap .text-one:first-child,
.article-list .article .readmore a:hover .btn-wrap .text-one:first-child, .sppb-readmore:hover .btn-wrap .text-one:first-child {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

body .sppb-btn.sppb-btn-secondary:hover .btn-wrap .text-two,
body .sppb-sp-slider-button .sp-slider-btn-text:hover .btn-wrap .text-two,
.article-list .article .readmore a:hover .btn-wrap .text-two, .sppb-readmore:hover .btn-wrap .text-two {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--sppb-colortwo);
}

@media (max-width: 575px) {
	body .sppb-btn.sppb-btn-primary, body .sppb-btn.sppb-btn-secondary {
		padding: 8px 17px;
	}
}

body .sppb-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.full-width-image .sppb-addon-single-image-container {width: 100%;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.f-weight-400 {
	font-weight: 400;
}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.text {
	line-height: 1.6em;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.sppb-carousel-extended-item.active, .sppb-carousel-extended-item.dragenable {
	transform-style: initial;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section > .sppb-row-container > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-row-container > .sppb-row,
.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

.right-section > .sppb-row-container > .sppb-row,
.right-section  > .sppb-row {
	justify-content: flex-end !important;
}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons, .relative-section .sppb-row-container {position: static;}

#sp-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.full-column-height > div,
.full-column-height > div > div,
.full-column-height > div > div > div {
	height: 100%;
}



/* HEADER */ 

#sp-header {
height: auto;
background: transparent;
box-shadow: none;
padding: 0 20px;
position: absolute;
border-bottom: 1px solid rgba(0,0,0,0.0);
transition: all 300ms ease;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}

#sp-header.header-sticky {
backdrop-filter: blur(9px);
  background-color: #152c29b4;
animation: sticky 1s;
}

  @-webkit-keyframes sticky {
    0% {
      top: -100px; }
    100% {
      top: 0; } }
  @keyframes sticky {
    0% {
      top: -100px; }
    100% {
      top: 0; } }

#sp-header .logo {
	height: auto;
	padding: 40px 0px;
}

#sp-header.header-sticky .logo {
	padding: 20px 0px;
}

@media (max-width: 992px) {
#sp-header.header-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sp-header.header-sticky .logo {
	padding:  0px;
}  
}

#sp-header .logo img {
	height: auto;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
position: relative;
display: block;
font-size: 14px;
  color: var(--sppb-whitecolor);
padding: 0;
padding-top: 20px;
  padding-bottom: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0.15em;
text-transform: uppercase;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin-left: 50px;
}

@media (max-width: 1300px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
margin-left: 30px;
	}
}

@media (max-width: 1200px) {
.sp-megamenu-parent {margin-right: -40px;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
margin-left: 17px;
letter-spacing: 0;
	}
}

.sp-megamenu-parent > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	display: block;
	height: 5px;
	border-top: 1px solid var(--sppb-maincolor);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a {
color: var(--sppb-maincolor);
font-weight: 400;
}

.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li.active > a:hover:before,
.sp-megamenu-parent > li:hover > a:before {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: var(--sppb-colortwo);
border: none;
border-radius: 0;
padding: 0;
padding-top: 30px;
  padding-bottom: 30px;
-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
-ms-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
-o-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > ul > li {
	margin-bottom: 10px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > ul > li:last-child {
	margin-bottom: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
position: relative;
display: block;
padding: 0;
padding-left: 35px;
  padding-right: 35px;
font-size: 15px;
line-height: 30px;
font-weight: 400;
color: var(--sppb-whitecolor);
text-transform: capitalize;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	content: '';
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -4px;
	height: 8px;
	width: 8px;
	border: 1px solid var(--sppb-maincolor);
	opacity: 0;
	visibility: hidden;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover {
color: var(--sppb-maincolor);
padding-left: 55px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before,
.sp-megamenu-parent .sp-mega-group > li > a:hover:before {
	opacity: 1;
	visibility: visible;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
color: var(--sppb-maincolor);
}

.sp-megamenu-parent .sp-mega-group > li > a {
	margin-bottom: 0px;
	text-align: center;
overflow: hidden;
padding: 0 !important;
font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	right: -300px;
}

body .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-dropdown-inner {
	padding-top: 55px;
  padding-bottom: 40px;
text-align: center;
}

.sp-megamenu-parent .sp-mega-group > li > a img {
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin: auto;
margin-bottom: 15px;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover img {
  transform: scale(0.98);
  border-radius: 300px 300px 0 0;
  border-color: var(--sppb-maincolor);
}

.sp-megamenu-parent .sp-mega-group > li > a .image-title {
position: relative;
display: block;
font-size: var(--font-13);
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;	
}

.sp-megamenu-parent .sp-mega-group > li > a:hover .image-title {
	color: var(--sppb-maincolor);
}


#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
}

.burger-icon > span {
	background-color: #fff;
}

#sp-header.header-sticky .burger-icon > span {
	background-color: #fff;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: #222;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > .menu-child > li:last-child {margin-bottom: 0px;}

.offcanvas-menu .offcanvas-inner ul.menu > li > .menu-child > li img {max-width: 100px;}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
	max-height: unset;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon {
	width: 30px;
	cursor: pointer;
}
.burger-icon > span {
height: 2px;
width: 83.33333333%;
background: #ffffff;
transition: all 400ms ease-in-out;
}
.burger-icon > span:nth-child(1) {
-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon > span:nth-child(3) {
width: 58.33333333%;
transition: all 100ms ease-in-out;
-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--sppb-maincolor);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}

body.ltr.offcanvs-position-left .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}
	
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li a:hover {
	color: var(--sppb-maincolor);
}

/* */

/* PAGE TITLE */

#sp-title {position: relative;}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section {height: 100%; position: static !important;}

.sp-page-title {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: scroll;
padding: 230px 0 170px 0;
text-align: center;
}

.sp-page-title:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background: var(--sppb-blackcolor);
opacity: 0.50;
	z-index: -1;
	content: "";
}

.sp-page-title > .container {
	display: flex;
	flex-direction: column;
}

.sp-page-title .sp-page-title-heading {
font-size: 80px;
line-height: 1.0em;
margin-bottom: 0;
}

.sp-page-title .sp-page-title-sub-heading {
	line-height: inherit;
	margin: auto;
	margin-top: 0;
	position: relative;
max-width: 500px;
font-weight: 300;
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.6em;
  font-family: var(--font-family-Urbanist);
  letter-spacing: 1px;
}

.sp-page-title .sp-page-title-sub-heading:after {
	width: 100px;
	margin: 5px auto 0;
	display: block;
	content: url('../images/separator.svg');
}

@media (max-width: 992px) {
.sp-page-title {
padding-top: 230px;
padding-bottom: 80px;
}
.sp-page-title .sp-page-title-heading {
font-size: 60px;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 18px;
}
}

@media (max-width: 768px) {
.sp-page-title {
padding-top: 180px;
padding-bottom: 50px;
}
.sp-page-title .sp-page-title-heading {
font-size: 40px;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 16px;
}
}

.sp-page-title .breadcrumb {

}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
font-size: 16px;
color: var(--sppb-maincolor);
font-weight: 500;
text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a:hover {
font-size: 16px;
font-weight: 500;
color: #fff;
}

.sp-page-title .breadcrumb > .active span {
font-size: 16px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 120px 0 120px;
}

.com-hikashop #sp-main-body {padding-bottom: 120px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 120px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* CUSTOM CLASS */

.theme_color {
	color: var(--sppb-maincolor);
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {color: inherit;}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {color: inherit;}

/* */

/* BLOG */

.sppb-addon-articles .sppb-addon-article-layout-content {
	height: auto;
}

.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-articles-carousel-column  {
	padding: 0;
	border: 0;
	position: relative;
	margin-bottom: 50px;
}

.blog-grid .article-list .article,
.blog-grid.sppb-addon-articles .sppb-addon-article,
.blog-grid .sppb-articles-carousel-column {
	max-width: 440px;
}

.blog-grid .article-list .article:before,
.blog-grid.sppb-addon-articles .sppb-addon-article:before,
.blog-grid .sppb-articles-carousel-column:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 170px;
	background: rgba(0, 0, 0, 0.70);
	background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.90),rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.0));
	background: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.90),rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.0));
	z-index: 1;
}

.sppb-articles-carousel-column {margin-bottom: 0px}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .sppb-articles-carousel-img {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	border: 0px solid transparent;
 border-radius: 0;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .sppb-articles-carousel-img:after {

}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {

}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .sppb-articles-carousel-img img {
width: 100%;
  height: 100%;
display: block;
  border-radius: 0;
transition: transform 0.5s ease;
}

.blog-grid .article-list .article .article-intro-image, .blog-grid .article-list .article .article-featured-video, .blog-grid .article-list .article .article-featured-audio, .blog-grid .article-list .article .article-feature-gallery, .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .blog-grid .sppb-articles-carousel-img {

}

.blog-grid .article-list .article .article-intro-image:after, .blog-grid .article-list .article .article-featured-video:after, .blog-grid .article-list .article .article-featured-audio:after, .blog-grid .article-list .article .article-feature-gallery:after, .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .blog-grid .sppb-articles-carousel-img:after {

}

.blog-grid .article-list .article .article-intro-image img, .blog-grid .article-list .article .article-featured-video img, .blog-grid .article-list .article .article-featured-audio img, .blog-grid .article-list .article .article-feature-gallery img, .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .blog-grid .sppb-articles-carousel-img img {
object-fit: cover;
	border-radius: 500px 500px 0 0;
  transform: none !important;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {
transform: scale(1.05);
}

.blog-grid .article-list .article:hover .article-intro-image, .blog-grid .article-list .article:hover .article-featured-video, .blog-grid .article-list .article:hover .article-featured-audio, .blog-grid .article-list .article:hover .article-feature-gallery, .blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap, .blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-img {
opacity: 1;
  visibility: visible;
  width: 100%;
}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {height: 100%; display: block; overflow: hidden;}

.blog-list .article-intro-image > a {width: 100%;}

.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
  overflow: hidden;
  padding: 30px 0;
background: transparent;
box-shadow: none;
margin: 0;
}

.blog-grid .article-body,
.blog-grid.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.blog-grid .sppb-articles-carousel-content {
	margin: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 30px 30px 30px;
	z-index: 3;
}

.article-list .article .article-header, .sppb-article-info-wrap h3, .sppb-articles-carousel-link {order: 2;}

.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
position: relative;
  display: block;
font-size: 30px;
line-height: 1.20em;
font-weight: 300;
  color: var(--sppb-whitecolor);
  letter-spacing: 1px;
margin-bottom: 15px;
  margin-top: 15px;
  padding: 0;
}

.blog-grid .article-list .article .article-header h2,
.blog-grid .sppb-article-info-wrap h3,
.blog-grid .sppb-articles-carousel-link {

}

.blog-grid .article-list .article:hover .article-header h2,
.blog-grid .sppb-addon-article:hover .sppb-article-info-wrap h3,
.blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-link {

}


@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
font-size: 20px !important;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap h3 a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap h3 a:hover {
color: var(--sppb-maincolor);
}

.blog-grid .article-list .article .article-header h2 a:hover,
.blog-grid .sppb-addon-article .sppb-article-info-wrap h3 a:hover,
.blog-grid .sppb-articles-carousel-column .sppb-articles-carousel-link:hover {

}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.blog-grid .article-list .article .article-info,
.blog-grid.sppb-addon-articles .sppb-article-meta,
.blog-grid .sppb-articles-carousel-meta {
	flex-direction: column;
	align-items: start;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date, 
.sppb-addon-articles .sppb-article-meta > time {
margin: 0;
position: relative;
font-size: 14px;
  text-transform: uppercase;
  color: var(--sppb-whitecoloropacitythree);
  font-weight: 400;
  letter-spacing: 1px;
display: flex;
align-items: center;
gap: 5px;
}

.blog-grid .article-info > span,
.blog-grid.sppb-addon-articles .sppb-article-meta > span,
.blog-grid .sppb-articles-carousel-meta-category a,
.blog-grid .sppb-articles-carousel-meta-date, 
.blog-grid.sppb-addon-articles .sppb-article-meta > time {
font-size: inherit;
text-transform: none;
}

.blog-grid .article-list .article:hover .article-info > span,
.blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > span,
.blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-meta-date,
.blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > time {

}

.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {color: var(--sppb-maincolor);}

.article-info > span a:hover {color: var(--sppb-secondcolor);}

.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before, 
.sppb-addon-articles .sppb-article-meta > time:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
margin: 0;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro" !important;
color: var(--sppb-maincolor);
display: none !important;
}

.blog-grid .article-list .article:hover .article-info > span:before,
.blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > span:before,
.blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-meta-date:before,
.blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-meta-category a:before, 
.blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > time:before {
	color: var(--white);
}

.article-info > *:not(:last-child):after,
.sppb-addon-articles .sppb-article-meta > *:not(:last-child):after {
	content: "|";
	margin-left: 5px;
	font-weight: 300;
}

.blog-grid .article-info > *:not(:last-child):after,
.blog-grid.sppb-addon-articles .sppb-article-meta > *:not(:last-child):after {
	display: none;
}

.article-info > span.published:before {content: "\f073";}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f007";}
.com-content:not(.view-article) .article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before, .sppb-addon-articles .sppb-article-meta > time:before {content: "\f073";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\f07b";}
.article-info > span.hits:before {content: "\f06e";}
.article-info > span.read-time:before {content: "\f017";}


.article-introtext, .sppb-article-introtext, .sppb-articles-carousel-introtext {
order: 3;
color: var(--sppb-whitecoloropacitytwo);
}

.article-introtext p {margin-bottom: 0;}

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: 1rem;
	padding-top: 10px;
}

.article-list .article .readmore {
	font-size: inherit;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {

}

.blog-grid .article-list .article .readmore a, .blog-grid .sppb-readmore {

}

.blog-grid .article-list .article:hover .readmore a,
.blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-readmore {

}

.blog-grid .article-list .article .readmore a:before, .blog-grid .sppb-readmore:before,
.blog-grid .article-list .article .readmore a:after, .blog-grid .sppb-readmore:after {

}

ul.pagination {
	display: flex;
justify-content: start;
margin-top: 30px;
padding: 0;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
font-weight: 400;
height: 39px;
width: 39px;
line-height: 39px !important;
display: inline-block;
position: relative;
margin-right: 10px;
text-align: center;
font-size: 16px;
border: 1px solid #696969;
border-radius: 0 !important;
background: transparent;
color: var(--sppb-whitecolor);
}

.page-item.active .page-link,
.page-link:hover {
background: var(--sppb-maincolor) !important;
border-color: var(--sppb-maincolor);
color: var(--sppb-whitecolor) !important;
}

.pagination-counter {margin-top: 40px;}

.articles-more .list-group-item {
position: relative;
  background-color: var(--sppb-maincolor);
  border: none;	
  border-radius: 0;
}

.articles-more .list-group-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/quotepost.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.articles-more .list-group-item a {
overflow: hidden;
  padding: 50px;
margin-top: -2px;
  font-size: 36px;
  color: var(--white);
line-height: 1.4;
font-weight: 600;
display: block;
position: relative;
z-index: 2;  
}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 3;
}

.article-details .article-info {
	order: 2;
margin-top: 0;
margin-bottom: 10px;
  gap: 10px;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 60px;
  line-height: 1.30em;
  padding-bottom: 30px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 35px;
}	
}

.article-details .article-full-image {
position: relative;
display: block;
	order: 1;
	width: 100%;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	border-radius: 0px;
	display: block;
width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 6;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
margin: 40px 0 15px !important;
}

@media (min-width: 768px) {
	.article-details .article-ratings-social-share {text-align: left;}
}

.article-details .article-ratings-social-share > div:first-child {
	width: auto;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
border-top: 0;
border-bottom: 0;
  order: 5;
margin: 40px 0 0 !important;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 40px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {
content: "Tag:";
display: inline-block;
  margin: 0px;
  padding: 0;
 color: var(--sppb-maincolor) ;
font-size: 18px;
  line-height: 150%;
font-family: "Manrope", sans-serif;
  font-weight: 700;
letter-spacing: -1.14px;
margin-right: 10px;
}

.tags > li {
	margin: 0;
}

.tags > li a {
display: inline-block;
padding: 0;
  font-size: 16px;
  background: transparent;
  color: var(--sppb-maincolor);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.tags > li a:hover {
color: var(--sppb-maincolor);
}

.tags > li + li a:before {
	content: ",";
	margin-right: 5px;
	margin-left: -2px;
}

.social-share-block, .social-share-block > div, .social-share-block > div > div {width: 100%;}

.article-social-share .social-share-icon:before {
content: "Share this";
display: block;
  margin: 0px;
  padding: 0;
font-size: 16px;
  letter-spacing: 1.5px;
line-height: 1.20em;
  color: var(--sppb-headingcolor);
  font-family: var(--font-family-Urbanist);
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li {
	margin: 0;
	margin-left: 5px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 0px;
}

.article-social-share .social-share-icon ul li a {
width: 37px;
  height: 37px;
  background-color: var(--white-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--sppb-whitecoloropacityfour);
  transition: 0.4s all;
  color: var(--sppb-whitecolor-opacity-two);
}

.article-social-share .social-share-icon ul li a:hover {
  background-color: var(--white-2);
color: var(--sppb-maincolor);
  border: 1px solid var(--sppb-maincolor);
}

.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
order: 7;
background-color: #f1f5f9;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  margin-top: 30px;
}

.article-details .article-author-information > .d-flex {
justify-content: center;
display: flex;
align-items: flex-start;
gap: 40px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
width: 100px;
flex: 0 0 auto;
}

.article-details .article-author-information h5 {
font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
margin-bottom: 0 !important;
}

.author-website {color: #002633; margin-left: 4px; margin-top: 15px !important;}

.author-website a,
.author-website a:hover {color: var(--sppb-maincolor);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 53px;
padding-top: 0px;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--sppb-maincolor) !important;
}

.article-details .pagenavigation {
	order: 6;
width: 100%;
margin-top: 40px;
padding: 0px;
border-top: 0;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.article-details .pagenavigation .btn:hover {
color: #fff;
background-color: var(--sppb-maincolor);
}

.article-details .pagenavigation .btn span[class^="icon-"] {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 15px;
}

/* */

/* ANIMATION */

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}


@keyframes bounce-down-delay {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  10% {
    transform: translateY(10px);
    opacity: 0.6;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
  
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
100%
  {
    transform: translateX(-1950px);
  }
}

/* */

/* Responsive */
@media only screen and (max-width: 7000px){

	.page-wrapper{
		overflow:hidden;	
	}
}

@media only screen and (max-width: 1599px){

	.main-header .header-upper .links-box{
		margin-left: 80px;
	}

}

@media only screen and (max-width: 1499px){

	/* common */
	body .left-bg,
	body .right-bg,
	body .bottom-image,
	body .right-bg-2{
		display: none;
	}

	
	/* main header */
	.main-header .header-upper .links-box,
	.main-menu .navigation > li,
	.main-header .header-upper .links-box .link{
		margin-left: 30px;
	}

	/* Banner Slider Section */
	.banner-section .banner-slider {
		width: 90%;
		margin: 0 auto;
	}

	.banner-text-top h1 {
	  font-size: 80px;
  	}

	/* story */
	.about-section .abt-image3 {
		width: 350px;
	}


	/* memnu special offer */
	.offer-block-three .desc {
		padding: 0;
	}

	.offer-block-three .special-box .desc {
		padding: 0 30px;
	}

	/* reservation split style */
	.reserve-section.splitscreen .reserv-col .inner {
		padding: 100px;
	}

	/* special dishes */
	.special-offer .auto-container{
  		max-width: 1250px;
	}


}

@media only screen and (max-width: 1339px){

	/* common */
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 50px;
	}


	/* main header */
	.main-header .header-upper .links-box .link .theme-btn .btn-title{
		padding-left: 30px;
		padding-right: 30px;
	}

	/* banner section */
	.banner-section .banner-slider {
		width: 80%;
	}

	/* chef section */
	.chef-section .image-col {
		padding: 0 30px;
	}

	/* inner banner */
	.inner-banner{
		padding: 170px 0 100px 0;
	}

	/* story */
	.intro-section .image-layer {
		width: 97%;
	}

	.about-section .abt-image3 {
		width: 300px;
	}

	.about-section .abt-image3 img {
  		border-radius: 60px 0 60px 0;
	}

	.about-section .abt-image1 {
		width: 250px;
	}

	.about-section .abt-image2 {
		width: 350px;
	}

	.about-section .abt-image2 img {
  		border-radius: 0 60px 0 60px;
	}

	.about-section .floating-images {
		height: 100px; 
	}


	/* footer */
	footer .bottom_footer .auto-container {
		padding: 30px 20px;
	}


}

@media only screen and (max-width: 1199px){

	/* heading */
	.banner-section .slide-item h1{
		font-size: 60px;
	}

	h1{
		font-size: 60px;
	}

	h4{
		font-size: 30px;
	}

	h5{
		font-size: 18px;
	}


	/* common */
	.fluid-section .content-col .inner{
		padding-top: 150px;
		padding-bottom: 150px;
	}


	/* banner */
	.banner-section {
		background-position: center 200%;
	}

	.slider-contained .swiper-slide {
		height: 300px;
	}

	.banner-text-top h1 {
	  font-size: 60px;
  	}

  	.banner-text-top .text {
  		padding: 0 100px;
  	}

	.banner-section .book-btn{
		right: 15px;
		bottom: 15px;
		transform: scale(0.70);
	}

	.banner-section .slide-item .text {
		padding: 0 200px;
	}

	.banner-container .hero-info .top-bar-content {
	    flex-direction: column;
	    text-align: center;
	    gap:0;
	}

	.banner-container .hero-info .info-item,
	.banner-container .hero-info .separator {
	    width: 100%;
	}


	/* main header */
	.header-top .top-info li{
		margin-right: 30px;
	}

	.header-top .top-info li:after{
		display: none;
	}

	.main-header .nav-outer,
	.main-header .info-toggler{
		display: none;
	}

	.main-header .nav-toggler{
		display: block;
	}


	/* testimonial */
	.testimonials-section .state-col::after {
		display: none;
	}

	.testimonials-section .rating-col::after {
		display: none;
	}

	
	/* offer */
	.we-offer-section .row{
		margin: 0 -20px;
	}

	.we-offer-section .row .offer-block{
		padding-left: 20px;
		padding-right: 20px;
	}

	.we-offer-section .row .offer-block:nth-child(2){
		margin-top: 0;
	}


	/* story */
	.story-section .text-col .inner{
		padding-right: 0;
	}

	.story-section .image-col .round-stamp{
		right: 0;
	}

	.intro-section .intro-anim-image {
		display: none;
	}

	.intro-section .image-layer {
		width: 95%;
	}

	.intro-section{
  		padding: 150px 0;
	}

	.story-section .title-box {
		padding: 0 50px;
	}


	/* about section */
	.about-section .title-box h2 {
		font-size: 60px;
	}

	.about-section .title-box h2 img {
		width: 130px;
	}

	.about-section .abt-image1 {
		top: -300px;
	}

	.about-section .text-col .text {
		padding: 0 0 40px 0;
	}


	/* special dish */
	.special-dish .content-col .inner{
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 70px;
	}


	/* menu tab */
	.menu-tabs .menu-col .inner{
		padding-right: 30px;
	}


	/* menu card style */
	.menu-card-style, .menu-card-style.alternate {
		padding-bottom: 50px;
	}

	.menu-card-style.alternate .menu-col .inner {
		padding: 0 50px 0 0;
	}

	.menu-card-style .menu-col .inner {
		padding: 0 0 0 50px;
	}

	.menu-card-style.alternate .image-col {
		padding-left: 50px;
		padding-right: 0;
	}

	.menu-card-style .image-col {
		padding-right: 50px;
	}


	/* memnu special offer */
	.offer-block-three .inner-box {
		padding: 30px;
	}

	/* reserv */
	.reserve-section .reserv-col .inner{
		padding: 40px 20px 30px;
	}

	/* reserve section style two */
	.reserve-section.style-two .reserv-col .inner {
		padding: 75px;
	}

	/* reservation split style */
	.reserve-section.splitscreen .reserv-col .inner {
		padding: 100px;
	}


	/* team */
	.team-section .row .team-block,
	.news-section .row .news-block{
		padding-left: 15px;
		padding-right: 15px;
	}

	.team-section .row,
	.news-section .row{
		margin: 0 -15px;
	}


	/* chef */
	.chef-section-1 .title-box {
		padding-right: 0px;
	}

	.chef-section-1 .chef-image.image2 img,
	.chef-section-1 .chef-image.image3 img {
		max-width: 75%;
	
	}


	/* chef section */
	.chef-section .content-col .content-box .side-image {
		display: none;
	}

	.chef-section .title-box.centered {
		padding-left:50px;
		padding-right: 50px;
	}

	.chef-section .content-col {
		padding: 0 50px;
	}

	.chef-section .content-col .inner {
		padding-right: 0;
	}



	/* why */
	.why-block-two.m-top{
		padding-top: 0;
	}


	/* menu style 1 */
	.menu-one .row {
		margin-left: 25px;
		margin-right: 25px;
	}

	.menu-one .menu-col .inner{
		padding-left: 0;
	}

	.menu-one.alternate .menu-col .inner{
		padding-right: 0;
	}

	.menu-one .image-col .vertical-title,
	.menu-one.alternate .image-col .vertical-title {
		display: none;
	}

	.menu-one.alternate .image-col .image,
	.menu-one .image-col .image {
		margin-left: 0px;
	}


	/* menu */
	.menu-two .menu-col .inner{
		padding-right: 30px;
	}

	.menu-two .menu-col:nth-child(2) .inner{
		padding-left: 30px;
	}


	/* contact page */
	.contact-page .loc-block .form-side {
		padding: 0 50px
	}



	/* gallery page */
	.masonry {
		padding: 0 25px;
	}



}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}




}

@media only screen and (max-width: 991px){

	/* heading */
	h1{
		font-size: 55px;
	}

	h2{
		font-size: 45px;
	}

	h3{
		font-size: 35px;
	}

	h4{
		font-size: 26px;
	}

	
	/* Banner Slider Section */
	.banner-text-top h1{
		font-size: 55px;
	}

	.banner-section {
		background-position: center 200%;
	}

	.banner-section .banner-slider {
        width: 90%;
    }

	.banner-section .banner-social-list,
	.banner-section .banner-call {
		display: none;
	}

	.banner-section .slide-item .text {
		padding: 0 100px;
	}


	/* header */
	.header-top .top-left{
		display: none;
	}

	.header-top .top-right{
		display: block;
		width: 100%;
		text-align: center;
	}

	.header-top .top-right ul li,
	.header-top .top-right ul li:last-child{
		display: inline-block;
		float: none;
		display: inline-block;
		margin: 0 15px;
	}

	.main-header .header-upper .links-box{
		
	}

	.main-header .header-upper .links-box .link{
		margin-left: 20px;
	}

	
	/* testimonial */
	.testimonials-section .state-col, .rating-col {
		margin-top: 50px;
	}
	
	.testimonials-section .state-col::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
		background: url(../images/icons/star-element.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
	}


	/* story */
	.story-section .image-col .images .image:nth-child(2){
		bottom: -130px;
	}

	.story-section .text-col{
		margin-bottom: 80px;
	}

	.story-section .text-col .inner{
		padding-top: 20px;
	}

	.story-section .text-col .inner .text{
		text-align: center;
		padding: 0 100px;
	}

	.story-section .booking-info {
		justify-content: center;
	}

	.story-section .feature-info .feature-info-box .feature-title h6 {
		padding: 15px 0 0 0;
	}

	.story-section .feature-info .feature-info-box .feature-title h6 br {
		display: none;
	}

	.story-section .feature-info .feature-info-box .infotext {
		text-align: center;
		padding-top: 10px;
	}

	.story-section .feature-info .feature-info-box .feature-title {
		display: block;
		text-align: center;
	}

	.story-section .text-col .inner .text{
		padding: 0 10px;
	}

	.story-section .booking-info .bk-title {
		text-align: center;
	}


	/* about section */
	.about-section .title-box h2 {
		font-size: 45px;
	}

	.about-section .title-box h2 img {
		width: 100px;
	}

	.about-section .abt-image1,
	.about-section .abt-image3 {
		display: none;
	}

	.about-section .floating-images {
		height: auto;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.about-section .floating-images > div {
		position: relative;
	}


	.about-section .abt-image2 img {
		margin: 0 auto;
	}

	.about-section {
		padding-bottom: 0;
	}

	.about-section .title-box {
		padding-bottom: 10px;
	}

	.about-section .text-col .text {
		padding: 0 0 40px 0;
	}


	/* special dish */
	.special-dish .content-col .inner{
		padding-top: 70px;
		padding-bottom: 70px;
		max-width: none;
	}

	.special-dish .image-col .image-layer{
		display: none;
	}

	.special-dish .image-col .image{
		display: block;
	}


	/* menu-tab-offer */
	.menu-tabs .menu-col .inner{
		padding-right: 0;
	}


	/* special offer */
	.special-offer-two{
		padding-bottom: 25px;
	}

	.offer-block-two.rounded .inner-box,
	.offer-block-two .inner-box {
		padding: 50px 40px;
		border-radius: 500px 500px 0 0;
	}


	/* team */
	.team-section{
		padding-top: 70px;
		padding-bottom: 30px;
	}


	/* footer */
	.main-footer .info-col{
		order: 0;
		margin-bottom: 50px;
	}

	.main-footer .info-col .inner{
		padding: 0 30px;
	}

	.main-footer .links-col{
		margin-bottom: 50px;
	}

	.main-footer .links-col .inner{
		padding-top: 0;
		padding-bottom: 0;
	}

	.main-footer .links-col.last{
		order: 7;
	}


	/* fluid */
	.fluid-section .content-col {
    	order: 1;
  	}

  	.fluid-section .image-col {
    	order: 2;
  	}

	.fluid-section .content-col .inner{
		padding-top: 70px;
		padding-bottom: 70px;
		max-width: none;
	}

	.fluid-section .image-col .image-layer{
		display: none;
	}

	.fluid-section .image-col .image{
		display: block;
	}
	

	/* service */
	.services-section .s-col{
		padding-top: 0;
	}

	.services-section .s-col.last{
		order: 7;
	}

	.services-section .image-col{
		order: 12;
	}

	.services-section .s-col .s-block,
	.services-section .s-col .s-block:last-child{
		margin-bottom: 70px;
	}

	.services-section .image-col{
		text-align: center;
	}


	/* menu style 1 */
	.menu-one .image-col {
		order: 12;
	}

	.menu-one .menu-col {
		order: 0;
	}

	.menu-one .menu-col .inner:before{
		display: none;
	}

	.menu-one .menu-col .inner,
	.menu-one.alternate .menu-col .inner {
		padding: 60px 50px;
	}

	.menu-one .image-col .inner,
	.menu-one.alternate .image-col .inner {
		text-align: center;
		padding: 0;
	}


	/* menu */
	.menu-two{
		padding-top: 70px;
		padding-bottom: 15px;
	}

	.menu-two .menu-col .inner,
	.menu-two .menu-col:nth-child(2) .inner{
		padding-left: 0;
		padding-right: 0;
	}


	/* menu card style */ 
	.menu-card-main::before {
		display: none;
	}

	.menu-card-main {
		padding: 70px;
		background: #112220;
		background: -webkit-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 20%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 80%, rgba(17, 34, 32, 1) 100%);
		background: -moz-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 20%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 80%, rgba(17, 34, 32, 1) 100%);
		background: linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 20%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 80%, rgba(17, 34, 32, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112220", endColorstr="#112220", GradientType=1);
	}

	.menu-card-main .top-pattern{
		height: 300px;

	}

	.menu-card-style.alternate .image-col {
		padding-left: 0;
	}

	.menu-card-style.alternate .image-col .inner,
	.menu-card-style .image-col .inner {
		text-align: center;
	}

	.menu-card-style.alternate .menu-col .inner {
		padding: 0;
	}

	.menu-card-style .image-col {
		order: 2;
		padding: 0;
	}

	.menu-card-style .menu-col {
		order: 1;
	}

	.menu-card-style .menu-col .inner {
		padding: 0;
	}


	/* chef */
	.chef-selection .content-col .inner{
		max-width: none;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 70px;
	}

	.chef-selection .image-col .image-layer{
		display: none;
	}

	.chef-selection .image-col .image{
		display: block;
	}


	/* reservation split style */
	.reserve-section.style-two{
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.reserve-section.style-two .info-col .inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.graphic-col .inner {
		padding: 100px;
	}

	/* reservation 3 colom style */
	.reserve-section.style-two.reserve-page-2 .form-col {
		order: 0;
	}

	.reserve-section.style-two.reserve-page-2 .img-col {
  		padding: 0 60px;
	}


	/* contact page */
	.contact-page .loc-block {
		text-align: center;
		padding-top: 50px;
	}

	.contact-page .loc-block.info-block {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.contact-page .loc-block img {
		text-align: center;
		width: 100%;
	}

	.middle-line-wrapper {
		width: 100% !important;
		flex: 0 0 100% !important; /* override col-md-1 */
		max-width: 100% !important;
		height: auto;
  	}

	.middle-line-container {
		flex-direction: row;
		width: 100%;
		height: 1px;
		align-items: center;
		justify-content: space-between;
	}

	.v-line {
		height: 1px;
		width: 100%;
	}

	.dot {
		margin: 0 !important;
	}


	/* chef */
	.chef-section .image-col {
		padding: 0 30px;
	}

	.chef-section .image-col .image img {
		width: 100%;
	}

	.chef-section .content-col .inner {
		text-align: center;
		padding: 0 0 50px 0;
	}


	/* chef cestion 1 */

	.chef-section-1 .row {
		display: flex;
		align-items: center; /* Vertically center all columns */
		flex-wrap: wrap;     /* Keep responsiveness */
	}

	.chef-section-1 .col-xl-4 {
		display: flex;
		flex-direction: column;
		justify-content: center; /* Vertically center content inside each column */
	}

	.chef-section-1 .row > .col-xl-4:last-child {
		display: none;
	}


	/* why us */
	.fact-counter .fact-block .inner {
		padding-bottom: 30px; 
	}


	/* Reserve PAGE */
	.reserve-section.style-two.reserve-page {
		padding-top: 150px;
	}


	/* IG post Section */
	.ig-post-section .ig-post-image {
		margin-bottom: 20px;
	}

	.ig-post-section .ig-post-image img {
		width: 100%;
	}


	/* Testimonials page - masonry style */
	.testimonials-masonry .testimonial-boxlist {
    	column-count: 1;
  	}


	/* blog list page */
	.blog_list_section .blog_right_side {
		border-left: none;
		padding-left: 0;
	}

	.blog_list_section .blog_left_side {
		padding: 0;
	}

	/* blog detail page */
	.blog_detail_section .blog_inner_pannel {
		padding: 0 20px;
	}

	.comment_section .blog_cooment_block {
        padding:0 20px;
    }


}

@media only screen and (max-width: 767px){

	/* section padding */
	.section-kt {
		padding: 70px 0;
	}


	/* heading */
	.banner-text-top h1{
		font-size: 55px;
	}

	.title-box .title-badge {
		width: 150px;
	}

	h1{
		font-size: 45px;
	}

	h2{
		font-size: 35px;
	}

	h3{
		font-size: 32px;
	}

	h5{
		font-size: 18px;
	}

	/* banner section  */
	.banner-section .swiper-button-prev,
	.banner-section .swiper-button-next{
		display: none;
	}


	/* special dish */
	.special-dish .content-col .badge-icon,
	.chef-selection .content-col .badge-icon{
		position: relative;
		left: 0;
		top: 0;
		display: block;
		margin-bottom: 20px;
		-webkit-animation:  none;
		animation:  none;
	}

	.special-dish .content-col .inner,
	.chef-selection .content-col .inner{
		padding-left: 20px;
	}


	/* menu */
	.menu-tabs .buttons .tab-buttons .tab-btn{
		margin: 0 22px;
		font-size: 16px;
	}

	.menu-tabs .buttons .tab-buttons .tab-btn:after{
		margin-left: 22px;
	}


	/* menu card style */
	.menu-card-style.alternate .image-col,
	.menu-card-style .image-col {
		padding: 0 20px;
	}

	.menu-card-main .top-pattern{
		height: 250px;

	}

	.menu-card-main .menu-card-corner.top-left,
	.menu-card-main .menu-card-corner.top-right,
	.menu-card-main .menu-card-corner.bottom-left,
	.menu-card-main .menu-card-corner.bottom-right {
		width: 60px;
	}


	/* special offfer */
	.special-offer .offer-block-two.margin-top{
		margin-top: 0;
	}

	
	/* offer */
	.offer-block {
    	justify-content: center !important;
    	margin-bottom: 40px;
  	}

  	.offer-block:nth-child(3) {
  		margin-bottom: 0;
	}


	/* team */
	.team-block .inner-box{
		text-align: center;
	}


	/* intro */
	.intro-section .fact-counter{
		text-align: center;
	}

	.intro-section .fact-counter .fact-count,
	.intro-section .fact-counter .fact-title{
		float: none;
		display: block;
		margin-left: 0;
	}

	.intro-section .separator {
    margin-top: 20px;
    margin-bottom: 20px;
	}


	/* about section */
	.about-section {
		padding-bottom: 0;
	}
	
	.about-section .title-box h2 {
		font-size: 35px;
	}

	.about-section .title-box h2 img {
		width: 80px;
	}

	.about-section .text-col .text {
		padding: 0 60px 40px 60px;
	}


	/* services section */
	.services-section .s-col {
		padding: 0;
	}

	.services-section .s-block .inner,
	.services-section .s-block.alternate .inner{
		text-align: center;
	}

	.services-section .s-block .icon-box,
	.services-section .s-block.alternate .icon-box{
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 30px;
	}

	.services-section .s-col .s-block, .services-section .s-col .s-block:last-child {
		margin-bottom: 30px;
	}

	.services-section .s-block h6,
	.services-section .s-block.alternate h6 {
		padding: 0;
	}

	.services-section .s-block h6 br,
	.services-section .s-block.alternate h6 br {
		display: none;
	}

	.services-section .s-block .text {
		padding: 20px 100px 0 100px;
	}

	.services-section .s-col.last {
		padding: 0;
	}


	/* gallery */
	.image-gallery .owl-theme .owl-nav .owl-prev,
	.image-gallery .owl-theme .owl-nav .owl-next{
		transform: scale(0.70);
	}


	/* hidden bar */
	.hidden-bar .side-menu{
		padding-left: 30px;
		padding-right: 30px;
	}


	/* main header */
	.main-header .header-upper .links-box{
		margin-left:0px;
	}


	/* inner box */
	.inner-box.cp-seprator:before{
	  	content: '';
	    position: absolute;
	    right: 50%;
	    top: 0%;
	    margin-top: -4px;
	    height: 8px;
	    width: 8px;
	    border: 1px solid var(--main-color);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.inner-box.cp-seprator:after{
	  	content: '';
	    position: absolute;
	    left: 50%;
	    top: 100%;
	    margin-top: -4px;
	    height: 8px;
	    width: 8px;
	    border: 1px solid var(--main-color);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}


	/* contact page */
	.contact-page .loc-block {
		text-align: center;
	}

	.contact-page .loc-block img {
		text-align: center;
		max-width: 100%;
	}

	.c-page-form-box {
		padding: 20px;
	}



	/* chef  sleecttion */
	.chef-selection .content-col .inner{
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}


	/* chef */
	.chef-section .image-col {
		padding: 0 30px;
	}


	/* chef section 1 */
	.chef-section-1 .round-stamp {
		left: 30%; /* Start from center of parent column */
		transform: translateX(-50%); /* Shift the stamp to center itself */
		bottom: 65px;
	}

	.chef-section-1 .title-box {
		text-align: center;
		padding-bottom: 50px;
	}



	/* inner banner */
	.inner-banner .inner .sub_text {
		padding: 0 100px;
	}

	.inner-banner .inner .sub_text p {
		font-size: 18px;
	}


	/* reservation 3 colom style */
	.reserve-section.style-two.reserve-page-2 {
		padding-top: 150px;
	}

	.reserve-section.style-two.reserve-page-2 .img-col {
  		display: none;
	}


	/* reservation split section video part */
	.graphic-col .inner {
		padding: 80px;
	}

	.splitscreen .content-box .play-btn {
		width: 70px;
		height: 70px;
	}

	.splitscreen .content-box .play-btn .theme-btn{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.splitscreen .content-box .play-btn .ripple,
	.splitscreen .content-box .play-btn .ripple:before,
	.splitscreen .content-box .play-btn .ripple:after {
		width: 70px;
		height: 70px;
	}


	/* news */
	.news-block {
		justify-content: center !important;
	}


	/* blog pages */

	/* Blog List Section */
    .blog_list_section {
        text-align: left;
    }

    .blog_list_section .blog_left_side .blog_panel .blog_info span {
        font-size: 13px;
    }

    .blog_list_section .blog_right_side .blog_search_block form .form-group {
        margin-bottom: 0;
    }

    .blog_list_section .blog_right_side .blog_search_block form .form_inner {
        height: 50px;
    }

    .blog_detail_section {
        text-align: left;
    }

    .blog_detail_section .blog_inner_pannel {
        padding: 0 20px;
    }

    .blog_detail_section .blog_info,
    .blog_detail_section .blog_inner_pannel .info {
        padding: 0;
    }

    .blog_detail_section .blog_inner_pannel .quote_block {
        margin: 30px 0;
    }

    .blog_detail_section .blog_inner_pannel .section_title {
        margin-bottom: 20px;
    }

    .blog_detail_section .blog_inner_pannel .info ul {
        text-align: left;
        padding-left: 0;
    }

    .blog_detail_section .blog_inner_pannel .quote_block {
        padding: 45px 30px 10px 30px;
    }

    .blog_detail_section .blog_inner_pannel .quote_block .q_icon {
        text-align: left;
    }

    .blog_detail_section .blog_inner_pannel .main_img iframe {
        height: 320px;
    }

    .comment_section {
    	padding-bottom: 50px;
    }

    .comment_section .blog_cooment_block .posted_cooment {
        margin-bottom: 30px;
    }

    .comment_section .blog_cooment_block {
        padding: 20px;
    }

    .comment_section ul {
        margin-top: 20px;
    }

    .comment_section ul li:last-child {
        padding-bottom: 40px;
    }

    .comment_section ul li {
        flex-direction: column;
        padding: 20px 0;
        text-align: left;
    }

    .comment_section ul li .comment {
        width: 100%;
        margin-left: 0;
    }

    .comment_section ul li .authore_info {
        width: 100%;
        margin-bottom: 15px;
    }

    .comment_section ul li.replay_comment {
        margin-left: 30px;
    }

    .comment_section ul li .authore_info .text {
        width: auto;
    }

    .blog_detail_section .blog_inner_pannel .blog_authore {
        padding: 0;
        margin: 30px 0 0 0;
    }

    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info {
        margin-bottom: 30px;
    }

    .comment_form_section form .form-group .form-control {
        height: 45px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .comment_form_section .coment-btn {
    	text-align: center;
    }




	/* footer */
	.main-footer .footer-image-col.last {
		display: none;	
	}

	footer .bottom_footer {
		text-align: center;
	}

	footer .bottom_footer p {
		padding: 0 0 20px 0;
	}

	footer .bottom_footer .developer_text { 
		text-align: center; 
		margin-top: 10px; 
	}

	footer .top_footer .social_media { 
		justify-content: center; 
		padding: 10px 0; 
	}

    footer .top_footer .social_media li a { 
    	margin: 0 5px; 
    }

    footer .bottom_footer .developer_text { 
    	text-align: center; 
    	margin-top: 10px; 
    }


}

@media only screen and (max-width: 599px){

	/* heading */
	.banner-text-top h1{
		font-size: 40px;
	}

	h2{
		font-size: 30px;
	}

	h3{
		font-size: 30px;
	}

	h5{
		font-size: 16px;
	}


	/* header */
	.header-top{
		display: none;
	}

	.main-header .header-upper{
		top: 0;
	}

	.main-header .header-upper .links-box .link:first-child{
		display: none;
	}

	.fixed-header.header-down{
	  top: 0;
	}

	.fixed-header.header-up{
	  top: -132px;
	}


	/* banner */
	.banner-section .slide-item .content-box{
		padding-top: 100px;
		height: 600px;
	}

	.banner-section .slide-item .text{
		font-size: 18px;
	}


	/* about us */
	.about-section .text-col .text {
		padding: 0 20px 40px 20px;
	}


	/* special dish */
	.special-dish .content-col .inner{
		text-align: center;
	}


	/* special offer */
	.offer-block-two.rounded .inner-box,
	.offer-block-two .inner-box {
		padding: 40px 30px;
	}


	/* menu tab */
	.menu-tabs .buttons .tab-buttons .tab-btn{
		margin: 0 15px;
	}

	.menu-tabs .buttons .tab-buttons .tab-btn:after{
		display: none;
	}

	.tabs-box .tabs-content:before {
		display: none;
	}

	.menu-tabs .menu-col .inner {
		padding-left: 0;
	}

	.tabs-box .tabs-content .tab {
		padding: 40px 25px;
	}

	.menu-tabs .dish-block .dish-image {
		width: 80px;
		height: 80px;
	}

	.menu-tabs .dish-block .dish-image img {
		width: 80px;
		height: 80px;
	}

	.menu-tabs .dish-block .inner-box {
		padding-left: 100px;
	}


	/* menu card style */
	.menu-card-main {
		padding: 30px;
	}

	.menu-card-main .menu-card-corner.top-left,
	.menu-card-main .menu-card-corner.top-right,
	.menu-card-main .menu-card-corner.bottom-left,
	.menu-card-main .menu-card-corner.bottom-right {
		width: 40px;
	}


	/* menu style 1 */
	.menu-one .row {
		margin-left: 10px;
		margin-right: 10px;
	}

	.menu-one .menu-col .inner,
	.menu-one.alternate .menu-col .inner {
		padding: 30px 15px;
	}

	.menu-one.alternate .image-col .image,
	.menu-one .image-col .image {
		margin:0 30px;
	}


	/* reservation  */
	.reserve-section .info-col .booking-info .bk-no,
	.hidden-bar .booking-info .bk-no,
	.info-bar .booking-info .bk-no{
		font-size: 24px;
		line-height: 1.4em;
	}


	/* reservation 3 colom style */
	.reserve-section.style-two.reserve-page-2 .form-col {
  		padding: 0 10px;
	}


	/* reservation split section video part */
	.graphic-col .inner {
		padding: 60px;
	}

	.splitscreen .content-box .desc .info-ttl {
		display: block;
	}

	.splitscreen .content-box .desc .info-ttl.dinner {
		padding-top: 10px;
	}


	/* footr */
	.main-footer .info-col .newsletter-form .form-group input[type="text"], 
	.main-footer .info-col .newsletter-form input[type="email"], 
	.main-footer .info-col .newsletter-form input[type="password"]{
		padding-right: 30px;
		padding-left: 30px;
	}

	.main-footer .info-col .newsletter-form button{
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.main-footer .info-col .newsletter-form .alt-icon{
		display: none;
	}


	/* testimonail */
	.testimonials-section .testi-top .quote-text{
		font-size: 22px;
	}

	.testimonials-section .state-col::after {
		display: block;
		right: 50%;
		top: 120px;
	}

	.testimonials-section .state-col {
		margin-bottom: 20px;
	}

	.testimonials-section .testi-top {
		padding: 40px 40px 100px 40px;
		border-radius: 0;
	}


	/* testimonial two */
	.testimonials-two .testi-block .text{
		font-size: 18px;
	}

	.testimonials-two .testi-block .inner-box{
		padding-left: 25px;
		padding-right: 25px;
	}


	/* chef section 1 */
	.chef-section-1 .round-stamp {
		left: 50%; /* Start from center of parent column */
		transform: translateX(-50%); /* Shift the stamp to center itself */
		bottom: 65px;
	}


	/* chef section */
	.chef-section .title-box.centered {
		padding-left:20px;
		padding-right: 20px;
	}

	.chef-section .content-col {
		padding: 0 20px;
	}


	/* gallery slider */
	.image-gallery .owl-theme .owl-nav {
		top: 65%;
	}


	/* news block */
	.news-block .date {
		font-size: 20px;
	}

}



@media only screen and (max-width: 479px) {

	/* heading */
	.banner-text-top h1{
		font-size: 40px;
	}

	h1{
		font-size: 40px;
	}

	h2{
		font-size: 35px;
	}

	h4{
		font-size: 25px;
	}


	/* banner */
	.banner-section .banner-slider {
		width: 100%;
		border-radius: 500px 500px 0 0;
	}

	.banner-text-top .text {
        padding: 0 10px;
    }

	.banner-section .slide-item .text{
		font-size: 16px;
		padding: 0 30px;
	}

	.banner-section .book-btn{
		display: none;
	}


	/* inner banner */
	.inner-banner{
		padding: 140px 0 50px 0;
	}

	.inner-banner .inner .sub_text {
    	padding: 0 30px;
    }

	
	/* testimonial */
	.testimonials-section .testi-top .quote-text{
		font-size: 18px;
	}


	/* story */
	.story-section .title-box {
		padding: 0;
	}

	.story-section .image-col .images .image:nth-child(2){
		width: 150px;
		bottom: -120px !important;
	}

	.story-section .text-col{
		margin-bottom: 60px;
	}

	.story-section .booking-info .bk-no {
		font-size: 16px;
	}

	.story-section .text-col .inner .text {
		text-align: center;
	}

	.story-section .feature-info {
		display: block;
		padding-bottom: 10px;
	}

	.story-section .feature-info .feature-info-box {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.story-section .booking-info {
		display: block;
		text-align: center;
	}

	.story-section .booking-info .bk-title {
		padding-bottom: 20px;
		padding-right: 0;
	}

	.story-section .booking-info .bk-title br {
		display: none;
	}

	.story-section .booking-info .bk-no {
		padding:0;
	}

	/* menu style 1 */
	.menu-one .menu-col .dish-block .title::before,
	.menu-two .dish-block .title::before{
		display:none;
	}


	/* menu tab style */
	.menu-tabs .buttons .tab-buttons .tab-btn{
		display: block;
		margin: 0 0 20px;
	}

	.menu-tabs .buttons .tab-buttons .tab-btn:last-child{
		margin-bottom: 0;
	}

	.menu-tabs .buttons .tab-buttons .tab-btn:before{
		left: 50%;
		margin-left: -50px;
		width: 100px;
	}
	
	.menu-tabs .dish-block .title::before{
		display:none;
	}
	
	.menu-tabs .dish-block .title .ttl{
		width:100%;
		padding-right:0px;
	}
	
	.menu-tabs .dish-block .title .ttl .s-info{
		width:80px;
		display:block;
		margin-left:0px;
		margin-top:10px;
		text-align:center;
	}
	
	.menu-tabs .dish-block .inner-box{
		padding-top:0px;
	}
	
	.menu-tabs .dish-block .title .price,
	.menu-two .dish-block .title .price{
		position:relative;
		right:0px;
		float:left;
		padding-left:0px;
	}
	

	/* menu two */
	.menu-two .dish-block .title .ttl{
		width:100%;
		padding-right:0px;
	}
	
	.menu-two .dish-block .title .ttl .s-info{
		left:-10px;
		width:75px;
		display:block;
		margin-top:10px;
		text-align:center;
	}

	.menu-two .dish-block .inner-box{
		padding-top:0px;
	}


	/* menu card style */
	.menu-card-main .top-pattern{
		height: 200px;
	}

	/* why us */
	.fact-counter {
		text-align: center;
	}

	.fact-counter .fact-block .inner p {
		padding-right: 0;
	}


	/* services section */
	.services-section .s-block .text {
		padding: 20px 20px 0 20px;
	}


	/* contact page */
	.contact-page .loc-block .form-side {
		padding: 0px;
	}


	/* reserve section style two */
	.reserve-section.style-two .reserv-col .inner {
		padding: 75px 50px;
	}

	/* reservation split style */
	.reserve-section.splitscreen .reserv-col .inner {
		padding:80px 50px;
	}
	
}

@media only screen and (max-width: 399px) {
	
	/* menu two */
	.menu-two .dish-block .title .ttl a{
		width:150px;
	}

	/* heading */
	h1{
		font-size: 35px;
	}

	h2{
		font-size: 30px;
	}

	h3{
		font-size: 27px;
	}


	/* about section */
	.about-section .title-box h2 {
		font-size: 30px;
	}

	.about-section .title-box h2 img {
		width: 70px;
	}

	
}

/* */

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}



/* J4 Optimization */


#sp-header .sp-module {
	margin-left: 0px !important;
	width: 100%;
}


@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* PAGE BUILDER 5.X OPTIMIZATION */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9, .sppb-row-column,
#sp-banner .sppb-row-column,
.sppb-row-container,
.sppb-column, .sppb-column-addons,
.sp-pagebuilder-section-inner .sppb-row, .sppb-container-inner, .sppb-row-container {
  position: static;
}

#sp-header .sppb-section > .sppb-row-container {padding: 0;}

:root {
  /* Fonts Variable */
  --font-family-Urbanist: "Urbanist", sans-serif;
  
  --font-family-Fraunces: "Fraunces", serif;
 
}