@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');


body,
button,
select,
textarea { font-family: 'Rubik', sans-serif; font-weight: 400; color: #000; font-size: 16px; line-height: 24px; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; overflow-y: auto; }
img { height: auto; max-width: 100%; vertical-align: middle; -ms-interpolation-mode: bicubic }
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; }
hr { background-color: #e0e0e0; border: 0; height: 1px; margin-bottom: 20px; }

/* List */
ul,
ol { padding: 0; margin: 0; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul,
li > ol { margin-bottom: 0; }
li { list-style: none;}
dl,
dd { margin: 0 0 20px; }
dt { font-weight: bold; }
del, .disable { text-decoration: line-through; filter: alpha(opacity=50); opacity: 0.5;}

/* Table */
table,
th,
td { border: 1px solid #e0e0e0; }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 30px; table-layout: fixed; width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
th,
td { padding: 8px 12px; }
a:hover { text-decoration: none; }

p,
h1,
h2,
h3,
h4,
h5,
h6 { margin: 0 0; line-height: inherit;}

h1 { font-size: 72px; font-weight: 400;}
h2 { font-size: 40px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

button,
input { line-height: normal; }
button, input, select, textarea { font-size: 100%; line-height: inherit; margin: 0; vertical-align: baseline; }
input,
textarea { font-size: 1em; max-width: 100%; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */ }
textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ vertical-align: top; /* Improves readability and alignment in all browsers */ }
input[type="checkbox"] { display: inline; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { line-height: 1; cursor: pointer; -webkit-appearance: button; border: 0; }
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 { border: 0; padding: 0; }

/* Remove chrome yellow autofill */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset }

/* Reset search styling */
input[type="search"] { outline: 0 }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none }

/* Input normal */
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"] { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: #777777 ; border: 1px solid #e7e7e7; padding: 13px 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 .238s; -moz-transition: border ease .238s; transition: border ease .238s; }

/* Input focus */
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: var(--maincolor); outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* Links */
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 }

.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-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  font-family: 'Rubik', sans-serif;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -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: 24px;
  border-radius: 0;
}

body .sppb-btn:after,
body .sppb-sp-slider-button .sp-slider-btn-text:after {
	width: 3px;
	height: 75%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	-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;
	background-color: #434343;
}

body .sppb-btn:hover:after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:after {
	height: 0;
	opacity: 0;
	-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;
}

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

body .sppb-btn.sppb-btn-secondary {
background-color: var(--thirdcolor);
border: 2px solid var(--thirdcolor);
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
body .sppb-addon-image-overlay-icon:hover,
body .sppb-btn.sppb-btn-secondary:hover {
background-color: transparent;
border: 2px solid #fff;
color: #fff;
-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;
}

body .sppb-btn.sppb-btn-link:after {display: none}

.sppb-btn span {
    position: relative;
}

.sppb-btn i {
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px) translateX(0px);
}

.sppb-btn:hover i {
	transform: translateY(-1px) translateX(8px);
}

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

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

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

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

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

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

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

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

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

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

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

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

#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: stretch !important;
	align-items: stretch !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: stretch !important;
	align-items: stretch !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 {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	box-shadow: none;
}

#sp-header.header-sticky {
	animation-name: fadeHeaderInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	background-color: rgba(74, 74, 74, 0.9);
	box-shadow: 0 12px 6px rgb(0 0 0 / 6%);
	-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;
}

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

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

#sp-header > .row > div {padding: 0;}

#sp-header #sp-logo {
	background: var(--thirdcolor);
	align-items: center;
display: flex;
}
#sp-header #sp-logo > div {
  padding-left: 41%;
  line-height: 160px;
}

#sp-header .logo {
	height: auto;
	display: flex;
	align-items: center;
}

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

.sp-megamenu-parent {
	float: none;
	position: relative;
	width: 100%;
	padding-left: 50px;
	background-color: rgba(255,255,255, .1);
	margin: 0;
}

@media (min-width: 992px) {
.sp-megamenu-parent {display: flex !important; align-items: center;}
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 16px;
color: #fff;
font-weight: 600;
position: relative;
text-transform: uppercase;
line-height: 88px;
padding: 0 25px;
}

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

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

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

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

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

.sp-megamenu-parent > li.menu-btn {
	display: flex;
	padding-left: 70px;
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li.menu-btn {
  display: flex;
  padding-left: 30px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
	padding: 0 8px;
	font-size: 14px;
}
}

.sp-megamenu-parent > li.menu-btn > a {
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #fff;
background-color: transparent;
font-family: 'Rubik', sans-serif;
letter-spacing: -0.2px;
position: relative;
z-index: 1;
overflow: hidden;
-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;
background-color: var(--maincolor);
border: 2px solid var(--maincolor);
padding: 12px 35px 8px 33px;	
line-height: 24px;
}

.sp-megamenu-parent > li.menu-btn > a:before {
	width: 3px;
	height: 75%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	-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;
	background-color: #434343;
}

.sp-megamenu-parent > li.menu-btn > a:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  -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;
}

.sp-megamenu-parent > li.menu-btn > a:hover:before {
	height: 0;
	opacity: 0;
	-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;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0;
background-color: #ffffff;
border-radius: 0;
box-shadow: none;
}

.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;
line-height: 45px;
color: #000;
background-color: #fff;
padding: 0px 0px 0px 15px;
font-size: 16px;
font-weight: 600;
}

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

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

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

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


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

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

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

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

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

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

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

@media (min-width: 992px) {
.offcanvas-menu {
	background-color: #fff;
}

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

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

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

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

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

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

.offcanvas-menu {
	width: 400px;
}

}


/* */

/* PAGE TITLE */

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

.sp-page-title {
padding: 355px 0 190px;
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-position: center;
margin-top: -1px;
}

.sp-page-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(37, 28, 36, 0.8);
}

.sp-page-title > .container {
	position: relative;
	z-index: 2;
}

.sp-page-title .sp-page-title-heading {
font-size: 72px;
font-weight: 400;
line-height: 24px;
padding-left: 5%;
}


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

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

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

.sp-page-title .breadcrumb > li {
font-size: 16px;
color: #c8ccd0;
font-weight: 400;
position: relative;
text-transform: capitalize;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

.sp-page-title .breadcrumb > .active span {
font-size: 16px;
color: #c8ccd0;
font-weight: 400;
position: relative;
text-transform: capitalize;
display: inline-block;	
}

/* */

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

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: left;
	margin: 40px 0px 70px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: none;
	display: inline-block;
	margin: 0;
	margin-left: 30px;
	position: relative;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:first-child::before {
	width: 5px;
	height: 100%;
	content: "";
	background: var(--maincolor);
	position: absolute;
	left: -27px;
	top: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	padding: 0;
	background: transparent;
	color: var(--secondcolor);
	text-decoration: none;
	border-radius: 0;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
}

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

.sp-simpleportfolio .sp-simpleportfolio-item {border-radius: 5px;}

.sp-simpleportfolio .sp-simpleportfolio-item img {width: 100%; border-radius: 5px;}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: rgba(71, 66, 70, 0.8);
	border-radius: 5px;
}

.sp-simpleportfolio .box-icon {
	text-align: center;
	background: var(--maincolor);
	padding: 25px;
	display: inline-block;
	cursor: pointer;
	-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;
}

.sp-simpleportfolio .box-icon i {
  font-size: 50px;
}

.sp-simpleportfolio .box-icon:hover {
	opacity: 0.8;
	-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;
}

@media (min-width: 1400px) {
.sp-simpleportfolio .sp-simpleportfolio-items {
	overflow: visible !important;
}
.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(2) {
	margin-top: -230px;
}
}

/* */

/* BLOG */

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

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

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

.article-list .article .article-header h2 {
font-size: 24px;
font-weight: 500;
color: #000;
padding-top: 28px;
margin-bottom: 0;
line-height: 24px;
}

.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;
justify-content: space-between;
margin-top: 0;
margin-bottom: 0;
}

.article-info > span.published {
	background-color: #fff;
	position: absolute;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	line-height: 52px;
	font-size: 14px;
	color: var(--thirdcolor);
	font-weight: 500;
	top: -53px;
	left: 30px;
}

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

.article-body {
	position: relative;
}

.article-introtext p {
padding-top: 18px;
letter-spacing: 0.05px;
line-height: 27px;
overflow: hidden;
height: 100px;
color: #81767a;
}

.article-introtext .box-item-author {
  padding-top: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.article-introtext .feature-author img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.article-introtext .info-author {
  padding-top: 5px;
  padding-left: 20px;
}

.article-introtext .info-author h6 {
  font-weight: 400;
  line-height: 20px;
}

.article-introtext .info-author .muted-color {
  color: var(--secondcolor) !important;
}

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

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

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

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

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

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

/* SINGLE ARTICLE */

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

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

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

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

.article-details .article-header h1, .article-details .article-header h2 {
	font-weight: 500;
	font-size: 24px;
}

.article-details .article-author-information {
padding: 36px 50px;
box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: #fff;
margin-bottom: 90px;
margin-top: 90px;
}

.article-details .article-author-information img {
  margin-right: 20px;
  margin-bottom: 0px;
	border-radius: 50% !important;
  object-fit: cover;
object-position: center;
}

.article-details .article-author-information h5 {
font-size: 19px;
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #171d24;
line-height: 28px;
margin-bottom: 13px;
}

.article-details .article-author-information .author-bio {
font-size: 17px;
color: #6a737c;
line-height: 28px;
}

.author-website, .author-website a {color: #171d24; margin-left: 4px;}

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

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

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

.article-social-share {float: none;margin-top: 35px;}

.article-social-share .social-share-icon ul:before {
	content: "Share :";
	font-size: 17px;
	font-weight: 500;
	color: #171d24;
	margin-bottom: 0;
	display: inline-block
}

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

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

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


/* */
/* ANIMATIONS */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes spin1 {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1.5); } }
@keyframes spin2 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(40px); } }
@keyframes customUp {
  0% {
    transform: translateY(8px); }
  100% {
    transform: translateY(0); } }
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%); }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%); } }
@keyframes moveX {
  0% {
    transform: translateX(0) rotate(0deg); }
  25% {
    transform: translateX(70px) rotate(90deg); }
  50% {
    transform: translateX(0px) rotate(170deg); }
  75% {
    transform: translateX(-70px) rotate(90deg); }
  100% {
    transform: translateX(0px) rotate(0deg); } }
@keyframes moveY {
  0% {
    transform: translateY(0) rotate(0deg); }
  25% {
    transform: translateY(70px) rotate(90deg); }
  50% {
    transform: translateY(0px) rotate(170deg); }
  75% {
    transform: translateY(-70px) rotate(90deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }
@keyframes floatingBubble {
  0% {
    transform: translate(0, 0) scale(1); }
  20% {
    transform: translate(50px, -50px) scale(0.6); }
  40% {
    transform: translate(100px, -80px) scale(1); }
  60% {
    transform: translate(150px, -80px) scale(1.1); }
  80% {
    transform: translate(200px, -70px) scale(1); }
  100% {
    transform: translate(250px, -50px) scale(0.6); } }
@keyframes floatingBubble2 {
  0% {
    transform: translate(0, 0) scale(0.6); }
  20% {
    transform: translate(-50px, 100px) scale(1); }
  40% {
    transform: translate(-100px, 50px) scale(1.1); }
  60% {
    transform: translate(0px, 50px) scale(1); }
  80% {
    transform: translate(50px, -50px) scale(0.6); }
  100% {
    transform: translate(100px, -100px) scale(1); } }
@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4); } }
@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4); } }
	
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes WingsOne {
  0% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(10deg); } }

/* */

/* IMPORT ICOMOON ICONS */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?181gpr');
  src:  url('../fonts/icomoon.eot?181gpr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?181gpr') format('truetype'),
    url('../fonts/icomoon.woff?181gpr') format('woff'),
    url('../fonts/icomoon.svg?181gpr#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-link-in:before {
  content: "\e900";
}
.icon-twiter-icon-1:before {
  content: "\e90b";
}
.icon-picture-icon:before {
  content: "\e90a";
}
.icon-Comma:before {
  content: "\e906";
}
.icon-overlay-icon:before {
  content: "\e904";
  color: #fff;
}
.icon-google-plus-1:before {
  content: "\e90c";
}
.icon-tumblr-1:before {
  content: "\e90d";
}
.icon-tower:before {
  content: "\e907";
}
.icon-cloud-computing:before {
  content: "\e908";
}
.icon-spaceship:before {
  content: "\e909";
}
.icon-meeting-room:before {
  content: "\e902";
}
.icon-parking:before {
  content: "\e903";
}
.icon-fl-repeat:before {
  content: "\e901";
}
.icon-fb-custom:before {
  content: "\e905";
}


/* */

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




:root {
  --secondcolor: #75696D !important;
  --thirdcolor: #261F25 !important;
}

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

*/

/* Joomla/Sp Page Builder 5 Optimization */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column {
  position: static;
}
#sp-header .sppb-section > .sppb-row-container {padding: 0;}

.sppb-addon-title {
	display: inherit;
}

.sppb-img-container {
  display: block;
}