@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Damion&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* GENERAL */

 body {
     color: #444444;
     font-family: 'Inter',sans-serif;
     overflow-x:hidden;
}
 p,ul,ol {
     font-size: 17px;
     line-height: 1.6;
     font-weight: 400;
}
 h1 {
     font-size: 4.3em;
     line-height: 1em;
     font-family: 'ABeeZee', serif;
     margin-bottom: 15px;
     letter-spacing: -0.5px;
     font-weight: 700;
}
 h1 span {
     font-weight: 400;
}
 h2 {
     margin-bottom: 20px;
     font-weight: 700;
     line-height: 1.1;
     font-family: 'ABeeZee', serif;
     font-size: 3.4em;
     margin-bottom: 20px;
     letter-spacing: -0.5px;
}
 h3 {
     font-family: 'ABeeZee', sans-serif;
     font-size: 2.4em;
     font-weight: 700;
     letter-spacing: -0.2px;
     margin-bottom: 20px;
     line-height: 1.2;
     color: #4E4E4E;
}
 h3.no-margin-top {
     margin-top: 0px;
}
 h4 {
     font-family: 'ABeeZee', serif;
     color: #231f20;
     font-size: 1.8em;
     line-height: 1.2em;
     font-weight: 700;
     margin-bottom: 20px;
}
 h5 {
     font-family: 'ABeeZee', serif;
     font-size: 1.5em;
     line-height: 1.4;
     font-weight: 700;
     margin-bottom: 20px;
}
 h6 {
     color: #231f20;
     text-transform:uppercase;
     font-family: 'ABeeZee', serif;
     line-height: 1.4em;
     font-size: 1em;
	 letter-spacing:0.5px;
     font-weight: 700;
     margin-bottom: 20px;
}

 a {
     text-decoration:none;
     transition: color .2s ease-in-out;
	 cursor: pointer;
}
 a:hover, a:focus {
     text-decoration: none;
}
 *:focus {
     outline-style: none;
     box-shadow: none;
     border-color: transparent;
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.article-list .article .readmore a {
font-size: 16px;
letter-spacing: 0.3px;
text-transform: uppercase;
display: inline-block;
text-align: center;
border: 0;
position: relative;
overflow: hidden;
font-weight: 700;
color: #fff;
margin-top: 20px;
text-decoration: none;
transition: all 0.5s ease-in-out;
padding: 10px 40px;
border-radius: 20px;
line-height: 1.5;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
.article-list .article .readmore a {
  background: var(--maincolor);
  color: var(--secondcolor);
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.article-list .article .readmore a:hover {
  background-color: var(--secondcolor);
  color: #fff;
  box-shadow: -2px 0px 20px rgb(255 255 255 / 57%) !important;
}

body .sppb-btn.sppb-btn-secondary {
  background-color: var(--secondcolor);
  color: #fff;
}

body .sppb-btn.sppb-btn-secondary:hover {
  background: var(--maincolor);
  color: #fff;
}

.sppb-btn span {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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


.overflow-hidden {overflow: hidden;}

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

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

.sppb-media {
display: flex;
  align-items: center;
}

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

.sppb-carousel-extended-list, .bx-wrapper {direction: ltr;}

.input-group > .form-control:focus, .input-group > .form-select:focus {
	z-index: 0;
}

.finder .word input {
margin-bottom: 0;
border: 1px solid #F6F6F6;
padding-right: 75px;
color: var(--thirdcolor);
}

.finder .fas.fa-search.icon-white {font-family: "Font Awesome 5 Free" !important;}

#search-results > * {margin-bottom: 10px;}

#search-result-empty h2 {margin-bottom: 7px;}

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

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

.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;	
}

blockquote {
	padding: 20px;
	font-weight: 700;
	font-family: 'ABeeZee', sans-serif;
}

blockquote::before {
	margin-right: 20px;
	content: "\f10d";
	font-weight: 900;
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
	opacity: 0.7;
	color: var(--maincolor);
}


/* */

/* HEADER */

#sp-header {
	height: auto;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: var(--secondcolor);
	padding: 10px 20px 10px 20px;
}

#sp-header.header-sticky {
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	animation-name: fadeHeaderInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: var(--secondcolor);
}

@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

#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-header .logo {
	height: auto;
}

#sp-header .logo a img {
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	height: auto;
	max-width: 75px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a  {
font-size: 15px;
color: #fff;
  padding: .5rem 1rem !important;
  padding-right: .8rem !important;
padding-left: .8rem !important;
font-weight: 600;
display: inline-block !important;
text-decoration: none;
transition: all 0.6s ease-in-out;
letter-spacing: 0.5px;
font-family: 'ABeeZee', serif;
text-transform: uppercase;
border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
  line-height: 1.6 !important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
	color: var(--secondcolor);
  background-color: var(--maincolor);
  border-radius: 62% 38% 82% 18% / 54% 61% 39% 46%;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
border-radius: 5px;
box-shadow: 0 0 10px rgba(0 0, 0.2);
padding: 15px 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
transition: all 0.8s;
padding: 5px 20px !important;
  line-height: 1.6 !important;
clear: both;
font-weight: 700;
color: var(--secondcolor);
white-space: nowrap;
  border-radius: 0;
  font-family: 'Inter',sans-serif;
  text-align: center;
display: block !important;
  text-transform: none;
  font-size: 1rem;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
  background-color: var(--maincolor) !important;
color: #fff;
}


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

.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;
}


@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--maincolor);
	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 .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 {
	background-color: #fff;
}

.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(--maincolor);
}

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

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

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

.sp-scroll-up {
	width: 44px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	background-color: var(--secondcolor);
	border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
	transition: all 0.7s ease-in-out;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
	border-radius: 57% 43% 31% 69% / 54% 61% 39% 46%;
	background-color: var(--maincolor);
}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 10.0em 0 11.0em 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	text-align: center;
	box-shadow: inset 0 0 0 1000px rgb(16 34 58 / 63%);
}

.sp-page-title .sp-page-title-heading {
font-size: 4.3em;
line-height: 1em;
margin-bottom: 15px;
letter-spacing: -0.5px;
font-weight: 700;
}


@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 38px;
}
}

.sp-page-title .breadcrumb {
  line-height: 1;
  position: relative;
  margin: 0;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
}

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

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
color: #fff;
opacity: 0.8;
}

.sp-page-title .breadcrumb > li {
color: var(--maincolor);
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
opacity: 1;
}

.sp-page-title .breadcrumb > li > a {
color: var(--maincolor);
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
opacity: 1;
}

.sp-page-title .breadcrumb > li > a:hover {
  color: #fff;
}

.sp-page-title .breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.sp-page-title .breadcrumb-item + .breadcrumb-item::before {
	padding-right: .5rem;
}

.sp-page-title .breadcrumb > .active span {
color: #fff;
opacity: 0.8;
}

/* */

/* CUSTOM CLASS */

.blob2 {
	border-radius: 62% 38% 82% 18% / 54% 61% 39% 46%;
	transition: all 0.7s ease-in-out;
	background-color: #fdf3e2 !important;
	padding: 3rem !important;
}
.blob2:hover {
  border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

.blob1 {
	border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
	transition: all 0.7s ease-in-out;
	background-color: #fdf3e2 !important;
	padding: 3rem !important;
}

.blob1:hover {
	border-radius: 57% 43% 31% 69% / 54% 61% 39% 46%;
}

@media (max-width: 992px) {
.bg-image-none .sppb-tab-pane div {background-image: none !important;}
}


/* */


#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-search #sp-main-body,
.com-finder #sp-main-body  {
	padding: 120px 0;
}

.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-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 120px;
}
.com-spsimpleportfolio #sp-main-body  {
	padding: 0;
}

.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0px;
}

#sp-main-body > .row > [class*="col-"] {padding: 0;}

/* 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: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
}

#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;
}

#sp-left > .sp-column {
  position: fixed !important;
  left: 0;
  top: 0;
  width: inherit;
}

@media (min-width: 1200px) {
	#sp-page-title {
  width: 83.33333333%;
  margin: 0 0 0 auto;
}
	#sp-shape {
  width: 83.33333333%;
  margin: 0 0 0 auto;
}
}

/* */


/* BLOG */

.article-list .article {
	padding: .5rem;
	border: 0px solid #f5f5f5;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.article-list.articles-leading .article {
display: block;
border: 0;
border-radius: 30px;
padding: 30px;
background-color: #fdf3e2;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0px;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 0;
	overflow: hidden;
}

.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 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0.65em;
	transition: opacity 0.7s, transform 2.5s;
}

.article-list .article .article-intro-image:hover img, .article-list .article .article-featured-video:hover img, .article-list .article .article-featured-audio:hover img, .article-list .article .article-feature-gallery:hover img {
	transform: scale3d(1.2, 1.2, 1);
}

.article-body {
padding: 2rem 1rem;
position: relative;
}

.article-list .article .article-header h2 {
	margin: 0;
	margin-bottom: .5rem;
padding-bottom: 20px;
font-weight: 700;
padding-top: 10px;
font-size: 2rem;
line-height: 1.2;
color: var(--secondcolor);
}

.article-list.articles-leading .article .article-header h2 {
line-height: 1.1;
font-size: 3.4em;
}

.article-list .article .article-header h2 a {
color: inherit;
transition: all 500ms ease;
}

.article-list .article .article-header h2 a:hover,
.article-info > span a:hover {
color: #000;
}

.article-info {
border-bottom: 2px dotted var(--maincolor);
display: inline-flex;
padding: 5px;
border-top: 2px dotted var(--maincolor);
}

.article-info > span {
padding: 5px;
margin-bottom: 0px;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
line-height: 1.6;
color: var(--secondcolor);
}

.article-info > span a {
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
line-height: 1.6;
color: var(--secondcolor);
}

.article-info > span i {
	margin-right: 5px;
}

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

.article-info > span + span::before {
	display: none;
}

.article-info > span.published {
	margin-top: -34px;
	display: inline-block;
	position: absolute;
	border-radius: 10px 10px 0px 0px;
	padding: 8px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	opacity: 0.8;
	font-weight: 700;
	background-color: var(--secondcolor);
	line-height: 1.5;
	top: 0;
}

.article-info > span.published i {display: none;}

.article-list .article .readmore a {
  font-size: 0.9rem !important;
  margin-top: 5px;
}


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

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

.page-link {
list-style: none;
display: inline-block;
height: 50px;
width: auto;
background: #f8f8f8;
border-radius: 50%;
line-height: 37px;
color: #6a727f ;
margin-top: 0px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
cursor: pointer;
border: none;
margin-right: 0;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 1;
	color: #fff !important;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

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

.article iframe {z-index: 9 !important;}

/* SINGLE ARTICLE */

.article-details {
	border-radius: 0px;
	overflow: hidden;
}

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

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

.article-details .article-full-image img {
	display: inline-block;
	width: 100%;
	border-radius: 0;
}

.article-details .article-info {
	margin-bottom: 1.5rem;
	padding: 0;
	border: none;
}

.article-details .article-info > span.published {
	margin-top: 0;
	display: inline-block;
	position: relative;
	border-radius: 0;
	color: #fff;
	opacity: 1;
	background: transparent;
	padding: 5px;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.6;
	color: var(--secondcolor);
}

.article-details .article-info > span.published i {display: inline-block;}

.article-details .article-header h1, .article-details .article-header h2 {
font-weight: 700;
line-height: 1.1;
color: var(--secondcolor);
font-size: 3.4em;
margin-bottom: 20px;
letter-spacing: -0.5px;
}

.article-details .article-author-information {
background-color: #fff;
margin-bottom: 50px;
margin-top: 50px;
background-color: #fdf3e2;
border-radius: 30px;
padding: 30px;
}

.article-details .article-author-information .d-flex {display: block !important;}

.article-details .article-author-information img {
  margin-right: 0;
  margin-bottom: 0px;
  object-fit: cover;
object-position: center;
max-width: 100px;
}

.article-details .article-author-information .ms-3 {
	margin-left: 0 !important;
	padding: 1rem 1rem;
}

.article-details .article-author-information h5 {
color: #231f20;
text-transform: uppercase;
line-height: 1.4em;
font-size: 1em;
letter-spacing: 0.5px;
font-weight: 700;
margin-bottom: 20px;
}

.article-details .article-author-information .author-bio {
font-size: 17px;
line-height: 1.6;
font-weight: 400;
}

.author-website, .author-website a {color: var(--secondcolor); margin-left: 4px;}

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

#article-comments {
	padding-top: 0;
	margin-top: 0px;
	border-top: 0px solid #f5f5f5;
}

.article-details .article-ratings-social-share {
	padding: 1rem 0;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.article-social-share {float: none;}

.article-social-share .social-share-icon ul li a {
	border: none;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: inherit;
	background: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: auto;
	height: auto;
}

.article-social-share .social-share-icon ul li a:hover {
	color: var(--maincolor); 
}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
background-color: #111;
}


/* */

/* ANIMATIONS */

 @-webkit-keyframes kenburns-1 {
     0% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes kenburns-1 {
     0% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @-webkit-keyframes kenburns-2 {
     23.4375% {
         opacity: 1;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     26.5625% {
         opacity: 1;
    }
     48.4375% {
         opacity: 1;
    }
     51.5625% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
}
 @keyframes kenburns-2 {
     23.4375% {
         opacity: 1;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     26.5625% {
         opacity: 1;
    }
     48.4375% {
         opacity: 1;
    }
     51.5625% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
}
 @-webkit-keyframes kenburns-3 {
     48.4375% {
         opacity: 1;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     51.5625% {
         opacity: 1;
    }
     73.4375% {
         opacity: 1;
    }
     76.5625% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
}
 @keyframes kenburns-3 {
     48.4375% {
         opacity: 1;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     51.5625% {
         opacity: 1;
    }
     73.4375% {
         opacity: 1;
    }
     76.5625% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
}
 @keyframes kenburns-4 {
     73.4375% {
         opacity: 1;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     76.5625% {
         opacity: 1;
    }
     98.4375% {
         opacity: 1;
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @-webkit-keyframes kenburns-4 {
     73.4375% {
         opacity: 1;
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     76.5625% {
         opacity: 1;
    }
     98.4375% {
         opacity: 1;
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}

/* */


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top2 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top2 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top2 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top2 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top2 .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;}}



@media (min-width: 320px) {#sp-top3 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top3 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top3 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top3 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top3 .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;}}


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


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


@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;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}



/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

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

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top2  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

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

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

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 950px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 950px;
}}



:root {
	--secondcolor: #10223A;
}