@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=DM+Sans:wght@400;500;700&display=swap');


body {
  font-family: 'DM Sans', sans-serif;
  color: #878986;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

a {
  color: #878986;
  cursor: pointer;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404a3d;
  margin: 0;
  font-family: 'Amatic SC', cursive;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.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;}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.p-relative {position: relative;}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}
.z-index100 {z-index: 100 !important;}

.sppb-media-heading {
	margin: 0;
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 50px 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border: none;
  border-radius: 0;
  line-height: 30px;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
body .sppb-addon-image-overlay-icon {
  background-color: var(--maincolor);
  color: #404a3d;
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
body .sppb-addon-image-overlay-icon:hover {
  color: #fff;
  background-color: transparent;
}

body .sppb-btn:after,
body .sppb-sp-slider-button .sp-slider-btn-text:after,
body .sppb-addon-image-overlay-icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondcolor);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}

body .sppb-btn:hover:after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:after,
body .sppb-addon-image-overlay-icon:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

body .sppb-btn.sppb-btn-secondary {
	background-color: var(--secondcolor);
	color: #ffffff;
}

body .sppb-btn.sppb-btn-secondary:hover {
background-color: transparent;
color: #404a3d;
}

body .sppb-btn.sppb-btn-secondary:after {
  background-color: var(--maincolor);
}



body .sppb-btn.sppb-btn-link {
	padding: 0;
}

body .sppb-btn.sppb-btn-link:after {display: none;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 10px;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

.sppb-addon-optin-forms {
	padding: 0px;
}

.no-margin {margin: 0 !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;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

#sp-top {
	position: relative;
	z-index: 99;
}

#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;
}


/* HEADER */ 

#sp-header {
	padding: 0 60px;
	height: auto;
	box-shadow: none;
	background: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

#sp-header.header-sticky {
	background: #fff;
	animation-name: fadeHeaderInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

#sp-header .logo,
#sp-logo-section .logo {
	height: auto;
	display: flex;
	padding: 27.5px 0;
}

#sp-header .logo img,
#sp-logo-section .logo img {height: auto;}

.sp-megamenu-parent {
	float: left;
	margin: 0;
}

.sp-megamenu-parent > li {
	padding: 33px 0;
}

.sp-megamenu-parent > li + li {
  margin-left: 65px;
}

@media (max-width: 1520px) {

.sp-megamenu-parent > li + li {
  margin-left: 34px;
}
	
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
	padding: 0;
	line-height: 1.8;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #878986;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a {
	color: #404a3d;
}

.sp-megamenu-parent > li:last-child > a {
	padding-right: 0;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent > li > a:before {
	content: "";
	height: 2px;
	border-radius: 0px;
	background-color: var(--maincolor);
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: 1;
}

.sp-megamenu-parent > li.active > a:before {
  background-color: var(--maincolor);
	-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: right center;
transform-origin: right center;
}

.sp-megamenu-parent > li:hover > a:before {
  background-color: var(--maincolor);
	-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: right center;
transform-origin: right center;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0;
background-color: #ffffff;
border-radius: 0;
-webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item, .sp-megamenu-parent .sp-mega-group li {margin: 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) {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #404a3d;
	letter-spacing: 0;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
transition: 0.5s;
background-color: var(--secondcolor);
color: #ffffff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
color: #fff;
background-color: var(--secondcolor);
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
	display: none;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: 80px;
}

.burger-icon > span {
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.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;
}

.offcanvas-menu {
	width: 400px;
}
	
}


/* */

/* PAGE TITLE */

.sp-page-title {
padding: 120px 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
text-align: center;
}

.sp-page-title:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(53, 62, 50, 0.8);
z-index: 0;
}

.sp-page-title .container {
position: relative;
	z-index: 2;
}

.sp-page-title .sp-page-title-heading {
font-size: 60px;
color: #ffffff;
line-height: 60px;
margin-bottom: 13px;
font-weight: 700;
}

.breadcrumb {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	justify-content: center;
}

.breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
position: relative;
display: inline-block;
color: var(--maincolor);
font-size: 16px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.sp-page-title .breadcrumb > li > a:hover {
  color: #ffffff;
}

.sp-page-title .breadcrumb .breadcrumb-item + .breadcrumb-item {
	padding-left: 15px;
}

.sp-page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	padding-right: 15px;
color: var(--maincolor);
}

.breadcrumb > .active span {
color: var(--maincolor);
font-size: 16px;
}

/* */

#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  {
	padding: 120px 0;
}

.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 {
	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: 120px;
	padding-bottom: 120px;
	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;
}

/* */


#sp-footer, #sp-bottom {
	background: transparent;
}

.mixed-row [class^='sppb-col-'] {
	position: static !important;
	min-height: 0px !important;
}

.mixed-row .transform-center {
	position: absolute !important;
	top: 190px;
	left: 50px;
	right: 0;
	z-index: 1;
}

@media (max-width: 992px){

.mixed-row .transform-center {
	left: 0px;
}
}

.no-relative-rows > *,
.no-relative-rows [class^="sppb-col-"],
.no-relative-rows .sppb-column,
.no-relative-rows .sppb-column-addons {
	position: static;
}

.quote_sec {
	max-width: 540px;
	margin: 0 auto;
	padding: 40px 0;
}

@media (min-width: 992px) and (max-width: 1200px){
.no-small-desktop {display: none !important;}
}

.section_counter {
	counter-reset: count;
}

/* SP SIMPLE PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 3rem;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	border-radius: 50px;
	padding: 2px 11px;
	font-weight: bold;
	color: #1b2336;
	background-color: #ffffff;
	text-transform: uppercase;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	color: #ffffff;
	background: var(--thirdcolor);
	box-shadow: none;
}

.portfolio_box {
    position: relative;
    box-shadow: 0px 1px 22px 1px #ecf2ffb5;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio_box .portfolio_img {
    max-height: 375px;
	overflow: hidden;
}

.portfolio_box .portfolio_caption {
    background-color: #ffffff;
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portfolio_box .portfolio_caption .text_box {
    margin-right: 20px;
}

.portfolio_box .portfolio_caption .text_box .title {
    font-size: 24px;
    font-weight: 600;
}

.portfolio_box .portfolio_caption .text_box p {
	font-weight: 600;
}

.mb-xl-30 {
	margin-bottom: 30px;
}

.btn_box .sppb-btn {
	color: var(--maincolor);
	padding: 12px 21px;
	background-color: rgb(75, 131, 251, 7%);
	border-radius: 6px;
}

.btn_box .sppb-btn:hover {
  background-color: var(--maincolor);
  box-shadow: 0px 5px 20px 0px rgb(75, 131, 251, 50%);
  color: #ffffff;
  border-color: var(--maincolor);
}


.portfolio_img::before {
	content: '';
	background-color: #1b2336;
	opacity: 65%;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	display: flex;
	transition: 0.3s all;
}

.type_gallery .portfolio_box:hover .portfolio_img::before {
	width: 100%;
}

.link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: -100%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: 0.3s all;
	width: auto;
	height: auto;
	border: none;
	display: block;
	text-align: center;
}

.portfolio_box:hover .link {
	left: 50%;
}

.link .link-plus {
	font-size: 18px;
	color: #ffffff;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
}

.portfolio_box .link .title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-bottom: 0 !important;
}

.portfolio_box .link .title a {
  color: #ffffff;
  margin-bottom: 0;
}

.portfolio_box .link p {
	color: #ffffff;
	margin-bottom: 0;
}


/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	position: relative;
	min-width: 0;
	padding: 0;
	box-shadow: none;
	transition: 0.3s all;
}

.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;
}

.blog-list-view .article-list .article .article-intro-image, .blog-list-view .article-list .article .article-featured-video, .blog-list-view .article-list .article .article-featured-audio, .blog-list-view .article-list .article .article-feature-gallery {
	height: auto;
}


.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;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.article-list .article:hover .news-one__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-list-view .article-list .article:hover .news-one__img img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.article-list .news-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.article-list .news-one__img > a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(64, 74, 61, 0.5);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	color: var(--secondcolor);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.blog-list-view .article-list .news-one__img > a {display: none;}

.article-list .news-one__img > a > span {
	position: relative;
}

.article-list .article:hover .news-one__img > a {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.article-list .news-one__img > a > span::before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: var(--maincolor);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.article-list .news-one__img > a > span::after {
	content: '';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 2px;
	height: 20px;
	background-color: var(--maincolor);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article-body {
position: relative;
display: block;
background-color: white;
-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
padding: 32px 40px 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.article-body:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
	height: 3px;
	background-color: var(--secondcolor);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.blog-list-view .article-body:before {display: none;}

.article-list .article:hover .article-body:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.blog-list-view .article-list .article .article-body {
padding: 0px;
padding-top: 22px;
box-shadow: none;
}

.article-list .article .article-header h2 {
font-size: 24px;
font-weight: 700;
line-height: 32px;
margin-top: 5px;
font-family: 'DM Sans', sans-serif;
}

.blog-list-view .article-list .article .article-header h2 {font-size: 30px;}

.article-list .article .article-header h2 a {
color: #404a3d;
transition: all 500ms ease;
}

.article-list .article:hover .article-header h2 a {
color: var(--secondcolor);
}

.article-info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
}

.article-info > span {
font-size: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 30px;
font-weight: 500;
color: #878986;
}

.article-info > span a {
font-size: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 30px;
font-weight: 500;
color: #878986;
}

.article-info > span a:hover {color: var(--secondcolor);}

.article-info > span i {
  margin-right: 5px;
  font-weight: 300;
}

.article-info > span + span::before {
	padding-right: 10px;
	padding-left: 10px;
}

.article-info > span.published {
	margin: 0;
	position: absolute;
	top: -70px;
	left: 0;
	background-color: var(--maincolor);
	padding: 4px 20px 4px;
	z-index: 2;
}

.blog-list-view .article-info > span.published {
	top: -60px;
}

.article-info > span.published time {
	font-size: 12px;
	color: #404a3d;
	margin: 0;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.article-info > span.published:before {display: none;}

.article-introtext > p {
  display: none;
}

.blog-list-view .article-introtext > p {
  display: block;
  padding-bottom: 10px;
}

.article-list .article .readmore a {
font-size: 14px;
color: #404a3d;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.article-list .article:hover .readmore a, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: var(--secondcolor);
}

.article-list .article .readmore a:before {
	font-size: 12px;
	color: var(--secondcolor);
	padding-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}

.article-list .article:hover .readmore a:before {
	color: var(--maincolor);
}

.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;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details .article-header {
	position: relative;
	padding: 0;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 28px;
font-weight: 700;
line-height: 38px;
margin-bottom: 11px;
margin-top: 3px;
font-family: 'DM Sans', sans-serif;
}

.article-details .article-full-image {
position: relative;
display: block;
margin-bottom: 22px;
margin-top: 0px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.article-details .article-info {
	margin-bottom: 0;
}

.article-details .article-ratings-social-share {
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #e6e9ef;
	padding: 30px 0 30px;
	margin-top: 30px;
}

.article-details .article-author-information {
background-color: #f5f0e9;
padding: 40px;
position: relative;
padding-bottom: 20px;
border-radius: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 40px;
}

.article-details .article-author-information h5 {
	font-family: 'DM Sans', sans-serif;
	margin: 0;
	font-size: 24px;
	color: #404a3d;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 34px;
}

.article-details .article-author-information img {
  margin-right: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
object-position: center;
}

.article-details .article-author-information h5 {
margin-bottom: .5rem !important;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
}

.author-website, .author-website a {color: #404a3d; margin-left: 4px;}

.author-website a:hover {color: var(--maincolor);}

#article-comments {
	padding-top: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
}

.article-social-share .social-share-icon ul li a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
color: #404a3d;
font-size: 20px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
border: none;
padding: 0;
}

.article-social-share .social-share-icon ul li a:hover {
	color: var(--secondcolor); 
}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
background-color: #111;
}

/* Courses */

.courses .article-info,
.courses.view-article .article-header,
.courses .article-ratings-social-share,
.courses .article-author-information {display: none !important;}

.courses .coach_badges {
	position: absolute;
	top: 20px;
	right: 35px;
	font-weight: 800;
	color: #ffffff;
	border-radius: 50px;
	display: inline-flex;
	padding: 6px 13px;
	line-height: 1;
	z-index: 1;
	background-color: var(--fourthcolor);
}

.courses .author {
	display: flex;
	align-items: center;
}

.courses .author img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 15px;
	object-fit: cover;
	object-position: center;
}

.courses .author p {
	font-weight: 700;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #1b2336;
	margin-bottom: 0;
}

/* */


/* IMPORT ICOMOON */

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?orkqwr');
  src: url('../fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('../fonts/icomoon.woff?orkqwr') format('woff'),
    url('../fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-email:before {
  content: "\e900";
}
.icon-phone-ringing:before {
  content: "\e901";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-budget:before {
  content: "\e904";
}
.icon-garbage:before {
  content: "\e905";
}
.icon-garbage-truck:before {
  content: "\e906";
}
.icon-shop:before {
  content: "\e907";
}
.icon-stethoscope:before {
  content: "\e908";
}
.icon-grocery:before {
  content: "\e909";
}
.icon-recycling-symbol:before {
  content: "\e90a";
}
.icon-garbage-1:before {
  content: "\e90b";
}
.icon-dumpster:before {
  content: "\e90c";
}
.icon-portable-toilets:before {
  content: "\e90d";
}
.icon-triangular-arrows-sign-for-recycle:before {
  content: "\e90e";
}
.icon-quote:before {
  content: "\e90f";
}
.icon-contact:before {
  content: "\e910";
}
.icon-phone-call:before {
  content: "\e911";
}
.icon-message:before {
  content: "\e912";
}
.icon-magnifying-glass:before {
  content: "\e913";
}
.icon-placeholder:before {
  content: "\e914";
}
.icon-waste:before {
  content: "\e915";
}
.icon-affection:before {
  content: "\e916";
}
.icon-success:before {
  content: "\e917";
}
.icon-work-station:before {
  content: "\e918";
}
.icon-construction:before {
  content: "\e919";
}
.icon-education:before {
  content: "\e91a";
}
.icon-processing:before {
  content: "\e91b";
}
.icon-growth:before {
  content: "\e91c";
}
.icon-handshake:before {
  content: "\e91d";
}
.icon-plus-symbol:before {
  content: "\e91e";
}
.icon-clock:before {
  content: "\e91f";
}

/* ANIMATIONS */ 

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}


@-webkit-keyframes shapeMover {

  0%,
  100% {
      transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
      transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
      transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
      transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@-webkit-keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}

@-webkit-keyframes zoom-fade2 {
  0% {
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  100% {
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
}
@keyframes zoom-fade2 {
  0% {
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  100% {
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
}

@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}


@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: 1140px;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: 1140px;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: 1140px;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: 1140px;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: 1140px;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: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 320px) {#sp-logo-section .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-logo-section .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-logo-section .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-logo-section .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-logo-section .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@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-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: 1320px;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: 1320px;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: 1320px;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: 1320px;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: 1320px;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: 1320px;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: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

.com-finder button > span.icon-white {font-family: "Font Awesome 5 Free" !important;}

:root {
  --secondcolor: #558e4c;
}