@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* GENERAL */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,
nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient( hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #565872;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 20px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

blockquote {
  position: relative;
  background-color: transparent;
  margin: 0px;
  padding: 0 0 0 32px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote em,
blockquote i {
  font-style: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0 0 20px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}
li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  /* color: var(--maincolor); */
  border: 1px solid #eaeaea;
  padding: 14px 20px;
  letter-spacing: 0px;
  background-color: transparent;
  line-height: inherit;
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease 0.238s;
  -moz-transition: border ease 0.238s;
  transition: border ease 0.238s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #565872;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  letter-spacing: 0.5px;
  font-weight: 500;
  background-color: #ffffff;
  color: #1f242c;
  border-color: var(--maincolor);
  border-radius: 7px;
  padding: 12.5px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 15;
  font-weight: 500;
  border-width: 1px;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  background-color: var(--secondcolor);
}

a {
  color: #222;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: var(--maincolor);
  text-decoration: none;
}

h1 {
  font-family: "Teko", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 3;
}

h3 {
  font-family: "Rubik", sans-serif;
  color: #1f242c;
  font-weight: 700;
}

h4 {
  font-family: "Rubik", sans-serif;
  color: #565872;
  font-weight: 400;
}

h5 {
  font-family: "Teko", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}

h6 {
  font-family: "Teko", sans-serif;
  color: #191919;
  font-weight: 400;
  line-height: 1;
}
/* padding: 15px 0 15px 5px; */

h1 {
  font-size: 72px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 20px;
} 
h4 {
  font-size: 15px;
} 
h5 {
  font-size: 72px;
} 
h6 {
  font-size: 47px;
} 

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

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

.column-static .sppb-row > div,
.column-static .sppb-row .sppb-column,
.column-static .sppb-row .sppb-column-addons  {position: static;}


body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 7px;
	padding: 19.5px 56px;
	border-style: solid;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 15px;
	background: transparent;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text {
color: #ffffff;
border-color: var(--maincolor);
background-color: var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
	color: #ffffff;
  border-color: var(--secondcolor);
  background-color: var(--secondcolor);
}

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

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

body .sppb-btn.sppb-btn-dark {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

body .sppb-btn.sppb-btn-dark:hover {
	background-color: var(--maincolor);
	border: 1px solid var(--maincolor);
	color: #fff !important;
}

body .sppb-btn span,
body .sppb-sp-slider-button .sp-slider-btn-text span,
.article-list .article .readmore a span {
    position: relative;
}

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

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

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

div.sppb-carousel-extended-dots {
	bottom: -70px;
}

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

#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: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#sp-header.header-sticky {
background-color: #fff;
box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#sp-header .logo {
	height: auto;
width: 22.5%;
margin: -103px 0px 0px 0px;
  margin-left: 0px;
padding: 50px 0px 50px 0px;
background-color: #fff;
position: absolute;
z-index: 3;
box-shadow: 0 5px 10px rgb(0 0 0 / 7%);
margin-left: 0px;
justify-content: center;
}

#sp-header.header-sticky .logo {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -45px;
}

@media (max-width: 1200px) {
#sp-header .logo {
margin: auto;
padding: 0;
box-shadow: none;
width: auto;
position: relative;
display: block;
}

#sp-header.header-sticky .logo {
margin: auto;
}
}

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 18px;
font-weight: 500;
color: #1f242c;
position: relative;
line-height: 23px;
font-family: "Rubik", sans-serif;
padding: 35px 20px 35px 14px;
}

@media (max-width: 1400px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
padding: 35px 14px;
}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
padding: 35px 11px;
font-size: 16px;
}
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,
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li:hover > a {
	color: var(--thirdcolor) !important;
}

.sp-megamenu-parent > li:first-child > a {
  padding-left: 0;
}

.sp-megamenu-parent > li:last-child > a {
  padding-right: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0 30px;
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
border-radius: 5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  position: relative;
  border-bottom: 0.5px solid #d1d1d1;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: 2px solid var(--secondcolor);
}

.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-family: "Rubik", sans-serif;
display: block;
font-size: 18px;
color: #1F242C;
padding: 15px 0;
font-weight: 500;
line-height: inherit;
}

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

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

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

.burger-icon > span {
	background-color: var(--maincolor);
}

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

}

/* */

/* PAGE TITLE */

#sp-title {
	position: relative;
	overflow: hidden;
}

.sp-page-title {
padding: 130px 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-position: center;
text-align: center;
}

.sp-page-title .sp-page-title-heading {
font-family: "Teko", sans-serif;
color: #ffffff;
font-weight: 400;
line-height: 1;
font-size: 72px;
letter-spacing: -1.5px;
}

.sp-page-title .breadcrumb {
font-size: 18px;
font-family: "Rubik", sans-serif;
color: #ffffff;
font-weight: 400;
  position: relative;
  margin: 0;
  align-items: center;
  justify-content: center;
}

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

.sp-page-title .breadcrumb > li {
position: relative;
text-transform: capitalize;
display: inline-block;
font-size: 18px;
font-weight: 400;
}

.sp-page-title .breadcrumb > li > a {
font-size: 18px;
font-weight: 400;
	color: #ffffff;
}

.sp-page-title .breadcrumb > li > a:hover {
  color: var(--maincolor);
}

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

.sp-page-title .breadcrumb-item + .breadcrumb-item::before {
	padding-right: 15px;
}

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

.sp-page-title .breadcrumb > .active span {
font-size: 18px;
font-weight: 400;
	color: #ffffff;
}

/* */

/* PORTFOLIO CASES */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0 7px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	background: transparent;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 18px;
	color: #191919;
	font-weight: 500;
	border-radius: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background-color: var(--maincolor);
	color: #fff;
}

.sp-simpleportfolio-overlay-wrapper {
	width: 100%;
	border-radius: 5px;
}

.sp-simpleportfolio-overlay-wrapper img {width: 100%;}

.profolio-show {
  position: absolute;
  overflow: hidden;
  bottom: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profolio-info {
  background-color: var(--secondcolor);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 5px;
  margin: 0 6%;
  padding: 22px 15px;
  position: relative;
}

.profolio-info .info a {
font-size: 28px;
color: #fff;
font-family: "Teko", sans-serif;
line-height: 35px;
}

.profolio-info .info a:hover {color: var(--maincolor);}

.profolio-info .desc-box {
font-weight: 500;
color: #fff;
letter-spacing: 3px;
}

.profolio-info .button-next {
  position: absolute;
  right: 5.8%;
  top: 50%;
  transform: translate(0, -50%);
}

.profolio-info .profolio-btn {
	padding: 10px 17px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: inherit;
}

.profolio-info .profolio-btn:hover {
  background: var(--maincolor);
  color: #ffffff;
}

.sp-simpleportfolio-item:hover .profolio-show {
  bottom: 30px;
}

@media (max-width: 1200px) {
.profolio-info .profolio-btn {display: none;}
}


/* */

#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: 168px;
	padding-bottom: 20px;
	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;
}

/* BLOG */

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

.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;
	width: 100%;
}

.article-list .article > div > a {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.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 {
	border-radius: 0;
	width: 100%;
	transition: all 0.5s ease-in-out;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.article-list .article .article-header h2 {
font-family: "Teko", sans-serif;
color: #191919;
font-weight: 400;
line-height: 1;
padding: 17px 0 16px 0;
letter-spacing: -1px;
font-size: 47px;
margin: 0;
}

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

.article-info {
display: flex;
align-items: center;
justify-content: flex-start;
padding: 28px 0px 0px 0px;
color: #1f242c;
line-height: 30px;
margin-bottom: 12px;
font-family: "Rubik", sans-serif;
font-size: 12px;
font-weight: 400;
}

.article-info > span {
color: #1f242c;
line-height: 30px;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
margin-right: 9px;
}

.article-info > span.published:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-right: 5px;
}

.article-info > span a {
color: #1f242c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.article-list .article .readmore a {
display: inline-block;
font-family: "Teko", sans-serif;
font-size: 20px;
font-weight: 400;
color: #fff;
background-color: var(--maincolor);
text-align: center;
padding: 10px 58px;
letter-spacing: -0.5px;
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-transform: uppercase;
}

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

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	color: #fff;
}

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

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

/* SINGLE ARTICLE */

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

.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 {
	margin-bottom: 0;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 28px;
font-weight: 700;
font-family: "Rubik", sans-serif;
line-height: 41px;
padding-bottom: 12px;
letter-spacing: -0.6px;
color: #191919;
}

.article-details .article-info {
	margin-bottom: 12px;
}

.article-details .article-author-information {
background: #4526b1;
border-radius: 20px;
margin-bottom: 70px;
display: flex;
padding: 50px 48px 43px 49px;
border-top: none;
margin-top: 70px;
}

.article-details .article-author-information img {
min-width: 90px;
width: 90px;
height: 90px;
border-radius: 10px;
object-fit: cover;
margin-right: 29px;
}

.article-details .article-author-information h5 {
font-size: 24px;
font-weight: bold;
line-height: 1.2;
}

.article-details .article-author-information .author-bio {
font-size: 18px;
line-height: 1.7;
margin-top: 19px;
margin-bottom: 1rem;
}

.author-website, .author-website a {
	color: #fff; margin-left: 4px;
	font-size: 16px;
	margin-top: 9px;
}

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

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

.article-details .article-ratings-social-share {
	padding: 1rem 0;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 39px;
	padding-top: 36px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
	border-top: 2px solid #f0f4f9;
}

.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: 16px;
	line-height: 29px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #707070;
	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;
}

ul.pagination li {
  display: inline-block;
}

.pagination > li > a,
.page-item.disabled .page-link,
.page-item.active .page-link {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondcolor);
  margin-right: 6px;
  transition: all 0.3 ease-in-out;
  font-size: 18px;
color: #fff;
border: none;
}

.page-item.active .page-link {background: var(--maincolor);}

.page-link:hover {
	z-index: 2;
	color: #fff !important;
	background: var(--maincolor);
}

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

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

/* */

/* IMPORT ZINGBOX ICON */

@font-face {
  font-family: 'zingbox-icon';
  src:  url('../fonts/zingbox-icon.eot?rjmlps');
  src:  url('../fonts/zingbox-icon.eot?rjmlps#iefix') format('embedded-opentype'),
    url('../fonts/zingbox-icon.ttf?rjmlps') format('truetype'),
    url('../fonts/zingbox-icon.woff?rjmlps') format('woff'),
    url('../fonts/zingbox-icon.svg?rjmlps#zingbox-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="zingbox-icon-"], [class*=" zingbox-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zingbox-icon' !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;
}
.zingbox-icon-cancle:before {
  content: "\e97e";
  color: #bfbfbf;
}
.zingbox-icon-tick:before {
  content: "\e97f";
  color: #00cdac;
}
.zingbox-icon-Solar-power-lamp:before {
  content: "\e97d";
  color: #fff;
}
.zingbox-icon-email:before {
  content: "\e97a";
}
.zingbox-icon-message:before {
  content: "\e97b";
}
.zingbox-icon-name:before {
  content: "\e97c";
  
}
.zingbox-icon-76:before {
  content: "\e978";
}
.zingbox-icon-90:before {
  content: "\e979";
}
.zingbox-icon-arow-bottom:before {
  content: "\e974";
}
.zingbox-icon-arow-right:before {
  content: "\e975";
}
.zingbox-icon-check:before {
  content: "\e976";
}
.zingbox-icon-search:before {
  content: "\e977";
}
.zingbox-icon-Solar-power-light:before {
  content: "\e973";
  color: #fff;
}

.zingbox-icon-Battery-Solar-Power:before {
  content: "\e96e";
}
.zingbox-icon-medal:before {
  content: "\e96f";
}
.zingbox-icon-Solar-electric:before {
  content: "\e970";
}
.zingbox-icon-Solar-Power:before {
  content: "\e971";

}
.zingbox-icon-trophy:before {
  content: "\e972";
}
.zingbox-icon-pin-energy .path1:before {
  content: "\e907";
  color: rgb(219, 219, 219);
}
.zingbox-icon-pin-energy .path2:before {
  content: "\e908";
  margin-left: -1.111328125em;

}
.zingbox-icon-pin-energy .path3:before {
  content: "\e909";
  margin-left: -1.111328125em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-pin-energy .path4:before {
  content: "\e90a";
  margin-left: -1.111328125em;
  color: rgb(0, 0, 0);
}
.zingbox-icon-pin-energy .path5:before {
  content: "\e90b";
  margin-left: -1.111328125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-pin-energy .path6:before {
  content: "\e90c";
  margin-left: -1.111328125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-pin-energy .path7:before {
  content: "\e90d";
  margin-left: -1.111328125em;
  color: rgb(31, 36, 44);
  opacity: 0.5;
}
.zingbox-icon-pin-energy .path8:before {
  content: "\e90e";
  margin-left: -1.111328125em;
  color: rgb(87, 179, 62);
}
.zingbox-icon-pin-energy .path9:before {
  content: "\e90f";
  margin-left: -1.111328125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-pin-energy .path10:before {
  content: "\e910";
  margin-left: -1.111328125em;
  color: rgb(86, 100, 114);
}
.zingbox-icon-pin-energy .path11:before {
  content: "\e911";
  margin-left: -1.111328125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-pin-energy .path12:before {
  content: "\e912";
  margin-left: -1.111328125em;
  color: rgb(255, 255, 255);
  opacity: 0.3;
}
.zingbox-icon-powe-poles .path1:before {
  content: "\e913";
  color: rgb(219, 219, 219);
}
.zingbox-icon-powe-poles .path2:before {
  content: "\e914";
  margin-left: -0.66796875em;
  color: rgb(87, 179, 62);
}
.zingbox-icon-powe-poles .path3:before {
  content: "\e915";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path4:before {
  content: "\e916";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path5:before {
  content: "\e917";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path6:before {
  content: "\e918";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path7:before {
  content: "\e919";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path8:before {
  content: "\e91a";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path9:before {
  content: "\e91b";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path10:before {
  content: "\e91c";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path11:before {
  content: "\e91d";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path12:before {
  content: "\e91e";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path13:before {
  content: "\e91f";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path14:before {
  content: "\e920";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path15:before {
  content: "\e921";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path16:before {
  content: "\e922";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path17:before {
  content: "\e923";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path18:before {
  content: "\e924";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path19:before {
  content: "\e925";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path20:before {
  content: "\e926";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path21:before {
  content: "\e927";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path22:before {
  content: "\e928";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path23:before {
  content: "\e929";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path24:before {
  content: "\e92a";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path25:before {
  content: "\e92b";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path26:before {
  content: "\e92c";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path27:before {
  content: "\e92d";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path28:before {
  content: "\e92e";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path29:before {
  content: "\e92f";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path30:before {
  content: "\e930";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path31:before {
  content: "\e931";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path32:before {
  content: "\e932";
  margin-left: -0.66796875em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-powe-poles .path33:before {
  content: "\e933";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path34:before {
  content: "\e934";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path35:before {
  content: "\e935";
  margin-left: -0.66796875em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-powe-poles .path36:before {
  content: "\e936";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path37:before {
  content: "\e937";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path38:before {
  content: "\e938";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path39:before {
  content: "\e939";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path40:before {
  content: "\e93a";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path41:before {
  content: "\e93b";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path42:before {
  content: "\e93c";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path43:before {
  content: "\e93d";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path44:before {
  content: "\e93e";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path45:before {
  content: "\e93f";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path46:before {
  content: "\e940";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path47:before {
  content: "\e941";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path48:before {
  content: "\e942";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path49:before {
  content: "\e943";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path50:before {
  content: "\e944";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path51:before {
  content: "\e945";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path52:before {
  content: "\e946";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path53:before {
  content: "\e947";
  margin-left: -0.66796875em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-powe-poles .path54:before {
  content: "\e948";
  margin-left: -0.66796875em;
  color: rgb(234, 234, 234);
}
.zingbox-icon-powe-poles .path55:before {
  content: "\e949";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path56:before {
  content: "\e94a";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path57:before {
  content: "\e94b";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path58:before {
  content: "\e94c";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-powe-poles .path59:before {
  content: "\e94d";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path60:before {
  content: "\e94e";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path61:before {
  content: "\e94f";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path62:before {
  content: "\e950";
  margin-left: -0.66796875em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-powe-poles .path63:before {
  content: "\e951";
  margin-left: -0.66796875em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path1:before {
  content: "\e952";
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path2:before {
  content: "\e953";
  margin-left: -0.4453125em;
  color: rgb(87, 179, 62);
}
.zingbox-icon-solar-fan .path3:before {
  content: "\e954";
  margin-left: -0.4453125em;
  color: rgb(119, 127, 127);
}
.zingbox-icon-solar-fan .path4:before {
  content: "\e955";
  margin-left: -0.4453125em;
  color: rgb(0, 0, 0);
}
.zingbox-icon-solar-fan .path5:before {
  content: "\e956";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path6:before {
  content: "\e957";
  margin-left: -0.4453125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path7:before {
  content: "\e958";
  margin-left: -0.4453125em;
  color: rgb(247, 247, 247);
}
.zingbox-icon-solar-fan .path8:before {
  content: "\e959";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path9:before {
  content: "\e95a";
  margin-left: -0.4453125em;
  color: rgb(211, 84, 0);
}
.zingbox-icon-solar-fan .path10:before {
  content: "\e95b";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path11:before {
  content: "\e95c";
  margin-left: -0.4453125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-solar-fan .path12:before {
  content: "\e95d";
  margin-left: -0.4453125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path13:before {
  content: "\e95e";
  margin-left: -0.4453125em;
  color: rgb(211, 84, 0);
}
.zingbox-icon-solar-fan .path14:before {
  content: "\e95f";
  margin-left: -0.4453125em;
  color: rgb(87, 179, 62);
}
.zingbox-icon-solar-fan .path15:before {
  content: "\e960";
  margin-left: -0.4453125em;
  color: rgb(193, 56, 42);
}
.zingbox-icon-solar-fan .path16:before {
  content: "\e961";
  margin-left: -0.4453125em;
  color: rgb(52, 73, 94);
}
.zingbox-icon-solar-fan .path17:before {
  content: "\e962";
  margin-left: -0.4453125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path18:before {
  content: "\e963";
  margin-left: -0.4453125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path19:before {
  content: "\e964";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path20:before {
  content: "\e965";
  margin-left: -0.4453125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-solar-fan .path21:before {
  content: "\e966";
  margin-left: -0.4453125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path22:before {
  content: "\e967";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path23:before {
  content: "\e968";
  margin-left: -0.4453125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-solar-fan .path24:before {
  content: "\e969";
  margin-left: -0.4453125em;
  color: rgb(170, 183, 183);
}
.zingbox-icon-solar-fan .path25:before {
  content: "\e96a";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-solar-fan .path26:before {
  content: "\e96b";
  margin-left: -0.4453125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-solar-fan .path27:before {
  content: "\e96c";
  margin-left: -0.4453125em;
  color: rgb(237, 237, 237);
}
.zingbox-icon-solar-fan .path28:before {
  content: "\e96d";
  margin-left: -0.4453125em;
  color: rgb(219, 219, 219);
}
.zingbox-icon-author:before {
  content: "\e900";
  color: var(--maincolor);
}
.zingbox-icon-book:before {
  content: "\e901";
  color: var(--maincolor);
}
.zingbox-icon-clock:before {
  content: "\e902";
  color: var(--maincolor);
}
.zingbox-icon-diamond:before {
  content: "\e903";
  color: var(--maincolor);
}
.zingbox-icon-enegy:before {
  content: "\e904";
}
.zingbox-icon-sola-plant:before {
  content: "\e905";
}
.zingbox-icon-traffic-light:before {
  content: "\e906";
}



/* */

/* ANIMATION */

@-webkit-keyframes ripple {
  70% {
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* */

@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-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) {.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-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;}}


:root {
	--secondcolor: #ff7029;
	--thirdcolor: #57b33c;
}

/* RTL OPTIMIZE 

.sppb-text-left {
	text-align: right;
}

.sppb-text-right {
	text-align: left;
}

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

.sppb-panel-heading .sppb-toggle-direction {
	left: 15px;
	right: auto;
}

.article-info > span i {
	margin-left: 8px;
}

*/