@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
  font-family: 'Kumbh Sans', sans-serif;
  color: #777181;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

a {
  color: #777181;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1525;
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: 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;}

#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: 14px 40px 14px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  line-height: 32px;
  border-radius: 0;
  border: 0;
}

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

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

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;
  height: 100%;
  background-color: #1b1525;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  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: scaleY(1);
  transform: scaleY(1);
}

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

.static-section, .static-section div {position: static !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 {
	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: 38.5px 0;
}

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

.sp-megamenu-parent {
	float: none;
	margin: 0;
	text-align: center;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #777181;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 400;
	padding: 0;
	padding-top: 42px;
	padding-bottom: 42px;
	line-height: 32px;
}

.sp-megamenu-parent > li + li a {
  margin-left: 60px;
}

@media (max-width: 1400px) {
	.sp-megamenu-parent > li + li a {
	margin-left: 47px;
}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li + li a {
	margin-left: 29px;
}
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a {
	color: #1b1525;
}

.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.active > a {
	font-weight: 400;
}

.sp-megamenu-parent > li > a:before {
content: "";
height: 2px;
border-radius: 0px;
background-color: var(--maincolor);
position: absolute;
bottom: 40px;
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 {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: right center;
transform-origin: right center;
background-color: var(--maincolor);
}

.sp-megamenu-parent > li:hover > a:before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: right center;
transform-origin: right center;
background-color: var(--maincolor);
}

.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) {
	font-size: 16px;
	line-height: 30px;
	color: #1b1525;
	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;
	margin: 0;
}

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

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

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

}

/* HOME MEGAMENU */

.home-megamenu-module .sp-mega-group .menu_item {display: none !important;}

body.ltr .sp-megamenu-parent .home-megamenu-module .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: -140px;
}

.megamenu-box__single {
	position: relative;
	display: block;
}

.megamenu-box__img {
	position: relative;
	display: block;
	background-color: #1b1525;
	overflow: hidden;
}

.megamenu-box__img .sppb-container-inner {padding: 0 !important;}

.megamenu-box__single:hover .megamenu-box__img img {
	opacity: 0.75 !important;
}

.megamenu-box__single:hover .sppb-addon-button-group {
	opacity: 1 !important;
	-webkit-transform: translateY(0%) !important;
	transform: translateY(0%) !important;
}


/* */

/* PAGE TITLE */

.sp-page-title {
padding: 130px 0;
background-repeat: no-repeat;
background-size: auto;
background-position: center;
/* background-color: #1b1525; */
background-blend-mode: luminosity;
position: relative;
text-align: center;
}

.sp-page-title .container {
position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
}

.sp-page-title .sp-page-title-heading {
font-size: 40px;
font-weight: 700;
line-height: 50px;
margin-bottom: 7px;
}

.sp-page-title .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(--secondcolor);
font-size: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-weight: 700;
}

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

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

.sp-page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
color: var(--secondcolor);
font-weight: 700;
font-size: 14px;
}

.breadcrumb > .active span {
position: relative;
display: inline-block;
color: var(--secondcolor);
font-size: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-weight: 700;
}

/* */

#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;
	position: relative;
}

.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: 1200px){
    .sp-page-title{
        background-position: left;
    }
}
@media (max-width: 992px){

    .sp-page-title{
        background-position: left;
    }

.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;
	border-radius: 0;
}

.article-list .article:hover .blog-one__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-list-view .article-list .article:hover .blog-one__img img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.article-list .blog-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.article-list .blog-one__img > a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(27, 21, 37, 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 .blog-one__img > a {display: none;}

.article-list .blog-one__img > a > span {
	position: relative;
}

.article-list .article:hover .blog-one__img > a {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.article-list .blog-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 .blog-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 {
display: block;
padding: 30px 40px 29px;
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);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.article-list .article:hover .article-body {
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-list-view .article-list .article .article-body {
padding: 0px;
padding-top: 22px;
box-shadow: none;
}

.article-list .article .article-header h2 {
font-size: 26px;
line-height: 31px;
margin-top: 5px;
margin-bottom: 13px;
font-weight: 700;
}

.blog-list-view .article-list .article .article-header h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-top: 4px;
}

.article-list .article .article-header h2 a,
.blog-list-view .article-list .article:hover .article-header h2 a {
color: #1b1525;
transition: all 500ms ease;
}

.article-list .article:hover .article-header h2 a,
.blog-list-view .article-list .article .article-header h2 a:hover {
color: var(--secondcolor);
}

.article-info {
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 + span {
  margin-left: 10px;
}

.article-info > span a {
font-size: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 32px;
font-weight: 400;
color: #777181;
}

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

.article-info > span i {
	color: var(--secondcolor);
}

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

.article-info > span.category-name {
position: absolute;
top: 40px;
left: 40px;
background-color: var(--maincolor);
padding: 6px 20px 4px;
z-index: 3;
font-size: 10px;
color: #ffffff;
text-transform: uppercase;
font-weight: 700;
line-height: 20px;
letter-spacing: 0.1em;
margin: 0;
}

.article-introtext > p {
  display: none;
}

.blog-list-view .article-introtext > p {
  display: block;
	margin: 0;
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 30px;
}

.article-list .article .readmore a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: var(--maincolor);
font-weight: 700;
-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 {
content: "\f30b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
color: var(--maincolor);
position: absolute;
top: 0px;
left: 0;
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.article-list .article .readmore a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f30b";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: relative;
	padding-left: 10px;
	top: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.article-list .article:hover .readmore a {
	color: var(--secondcolor);
	padding-left: 22px;
}

.article-list .article:hover .readmore a:before {
	opacity: 1;
	color: var(--secondcolor);
}

.article-list .article:hover .readmore a:after {
	opacity: 0;
}

.blog-list-view .article-list .article:hover .readmore a {
	padding-left: 0;
	color: var(--maincolor);
}

.blog-list-view .article-list .article .readmore a:hover {
	color: var(--secondcolor);
}

.blog-list-view .article-list .article .readmore a:after,
.blog-list-view .article-list .article .readmore a:before {display: none;}

.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: 30px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 4px;
font-weight: 700;
}

.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: #f7f7f9;
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 {
	margin: 0;
	font-size: 24px;
	color: #1b1525;
	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;
font-size: 16px;
line-height: 30px;
}

.author-website, .author-website a {color: #1b1525; 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;
height: 40px;
width: 40px;
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: #1b1525;
font-size: 15px;
background-color: #f7f7f9;
border-radius: 50%;
overflow: hidden;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
}

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

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


/* IMPORT ICOMOON */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?s8kcq0');
  src:  url('../fonts/icomoon.eot?s8kcq0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?s8kcq0') format('truetype'),
    url('../fonts/icomoon.woff?s8kcq0') format('woff'),
    url('../fonts/icomoon.svg?s8kcq0#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-application:before {
  content: "\e91f";
}
.icon-system:before {
  content: "\e920";
}
.icon-pin:before {
  content: "\e900";
}
.icon-magnifying-glass:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e902";
}
.icon-cyber:before {
  content: "\e903";
}
.icon-data-analytics:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e905";
}
.icon-design-thinking:before {
  content: "\e906";
}
.icon-coding:before {
  content: "\e907";
}
.icon-technology:before {
  content: "\e908";
}
.icon-content:before {
  content: "\e909";
}
.icon-optimization:before {
  content: "\e90a";
}
.icon-work:before {
  content: "\e90b";
}
.icon-technical-support:before {
  content: "\e90c";
}
.icon-like:before {
  content: "\e90d";
}
.icon-user:before {
  content: "\e90e";
}
.icon-data-protection:before {
  content: "\e90f";
}
.icon-backup-copy:before {
  content: "\e910";
}
.icon-artificial-intelligence:before {
  content: "\e911";
}
.icon-telephone:before {
  content: "\e912";
}
.icon-mobile-banking:before {
  content: "\e913";
}
.icon-tick:before {
  content: "\e914";
}
.icon-mental-health:before {
  content: "\e915";
}
.icon-education:before {
  content: "\e916";
}
.icon-manufacturing:before {
  content: "\e917";
}
.icon-stock-market:before {
  content: "\e918";
}
.icon-innovation:before {
  content: "\e919";
}
.icon-social-media:before {
  content: "\e91a";
}
.icon-cloud-storage:before {
  content: "\e91b";
}
.icon-customer-service:before {
  content: "\e91c";
}
.icon-plus-symbol:before {
  content: "\e91d";
}
.icon-market-analysis:before {
  content: "\e91e";
}


@font-face {
    font-family: 'reeyregular';
    src: url('../fonts/reey-regular-webfont.woff2') format('woff2'),
         url('../fonts/reey-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ANIMATIONS */


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@-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 zoomInOut2 {
0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
opacity:0;
}

50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
opacity:1;
}

100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
opacity:0;
}
}

@-webkit-keyframes zoom-fade {
  0% {
      transform: scale(0.9) translateX(-50%);
  }

  50% {
      transform: scale(1) translateX(-50%);
  }

  100% {
      transform: scale(0.9) translateX(-50%);
  }
}

@keyframes zoom-fade {
  0% {
      transform: scale(0.9) translateX(-50%);
  }

  50% {
      transform: scale(1) translateX(-50%);
  }

  100% {
      transform: scale(0.9) 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: #5bd4c1;
}
