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

body {
     font-family: 'Jost', sans-serif;
    /*color: #726f84;*/
	color:#000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

:root {
  --maincolor: #1e90ff;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a {
    color: #726f84;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

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

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}


a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

li {
  /* list-style: none; */ 
}

button {cursor: pointer;}

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

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

textarea.sppb-form-control {height: auto !important;}

.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-optin-form .button-wrap i {display: none !important;}



.sppb-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--maincolor);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 50px;
    transition: 500ms;
    letter-spacing: 0.1em;
	border-radius: 0;
	line-height: 34px;
	cursor: pointer;
}

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


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
padding: 0 60px;
padding-right:20px;

background-color: #0f0d1d !important;

position: absolute;
left: 0px;
top: 0px;
width: 100%;
z-index: 91;
transition: all 500ms ease;
}

#sp-header:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background-color: rgba(255, 255, 255, .15);
}

#sp-header.header-sticky {
	background: #0f0d1d;
	border-color: transparent;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

#sp-header.header-sticky:before {
	display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header .logo {
	height: auto;
	position: relative;
	padding: 40.5px 60px;
    padding-left: 60px;
	padding-left: 0;
	border-right: 1px solid rgba(255, 255, 255, .15);
	display: block;
}
	
#sp-header .logo img {height: auto;}

@media (min-width: 1400px) {
	
#sp-header .logo img { max-width: 100%;}
	
}
@media (max-width: 1400px) {
	
#sp-header .logo img { max-width: 100%;}
	
}


.sp-megamenu-parent {
	float: none;
	padding-left: 0px;
}

.sp-megamenu-parent > li {
padding: 25px 0;
}

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
color: #fff;
text-transform: uppercase;
position: relative;
transition: all 500ms ease;
letter-spacing: 0.1em;
padding: 0;
margin: 0;
line-height: 34px;
}

.sp-megamenu-parent > li > a:before {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: right center;
	z-index: -1;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
	transform: scale(1, 1);
	transform-origin: left center;
}

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

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

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

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 .sp-dropdown .sp-dropdown-inner {
background: #fff;
min-width: 185px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
padding: 0;
border: 0;
box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	background: #fff;
}

.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: 14px;
line-height: 30px;
color: #0f0d1d;
display: flex;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
transition: 500ms;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
}

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

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: auto;
	line-height: 1;
	font-size: 20px;
}

.offcanvas-toggler-secondary {display: none !important;}

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

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

.offcanvas-menu {
	background-color: #252525;
	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: 25px !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;
}


/* */

.real-world-shape .sppb-row-overlay {
	width: 610px;
	height: 595px;
	opacity: 0.08;
}



#sppb-addon-1629820873594 {
	overflow: visible !important;
}

.footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #151921;
	z-index: -1;
}

/* */
.sp-page-title {
background-size: cover;
background-color: #0f0d1d;
background-blend-mode: luminosity;
background:transparent;
opacity: 1;
padding: 244px 0 139px;
text-align: center;
position: relative;

}





/* PAGE TITLE */
.itemid-186 #sp-title, 
.itemid-381 #sp-title, 
.itemid-188 #sp-title, 
.itemid-187 #sp-title, 
.itemid-185 #sp-title, 
.itemid-189 #sp-title, 
.itemid-190 #sp-title, 
.itemid-191 #sp-title, 
.itemid-192 #sp-title, 
.itemid-193 #sp-title, 
.itemid-318 #sp-title,
.itemid-201 #sp-title,
.itemid-202 #sp-title,
.itemid-203 #sp-title,
.itemid-204 #sp-title,
.itemid-310 #sp-title,
.itemid-202 #sp-title,
.itemid-202 #sp-title,
.itemid-202 #sp-title,
.itemid-551 #sp-title,
.itemid-552 #sp-title,
.itemid-551 #sp-title,
.itemid-552 #sp-title,
.itemid-553 #sp-title,
.itemid-554 #sp-title,
.itemid-555 #sp-title,
.itemid-556 #sp-title,
.itemid-557 #sp-title,
.itemid-558 #sp-title,
.itemid-559 #sp-title,
.itemid-560 #sp-title,
.itemid-561 #sp-title,
.itemid-562 #sp-title,
.itemid-563 #sp-title,
.itemid-564 #sp-title,
.itemid-565 #sp-title,
.itemid-566 #sp-title,
.itemid-582 #sp-title
{   
 position: absolute;
    top: 0px;
	
 }
	
.itemid-186 .sp-page-title, 
.itemid-381 .sp-page-title, 
.itemid-188 .sp-page-title, 
.itemid-187 .sp-page-title, 
.itemid-185 .sp-page-title, 
.itemid-189 .sp-page-title, 
.itemid-190 .sp-page-title, 
.itemid-191 .sp-page-title, 
.itemid-192 .sp-page-title, 
.itemid-193 .sp-page-title, 
.itemid-318 .sp-page-title,
.itemid-201 .sp-page-title,
.itemid-202 .sp-page-title,
.itemid-203 .sp-page-title,
.itemid-204 .sp-page-title,
.itemid-310 .sp-page-title,
.itemid-201 .sp-page-title,
.itemid-201 .sp-page-title,
.itemid-201 .sp-page-title,
.itemid-551 .sp-page-title,
.itemid-552 .sp-page-title,
.itemid-553 .sp-page-title,
.itemid-554 .sp-page-title,
.itemid-555 .sp-page-title,
.itemid-556 .sp-page-title,
.itemid-557 .sp-page-title,
.itemid-558 .sp-page-title,
.itemid-559 .sp-page-title,
.itemid-560 .sp-page-title,
.itemid-561 .sp-page-title,
.itemid-562 .sp-page-title,
.itemid-563 .sp-page-title,
.itemid-564 .sp-page-title,
.itemid-565 .sp-page-title,
.itemid-566 .sp-page-title,
.itemid-582 .sp-page-title 
{
background:transparent;
opacity: 1;
min-height: 515px;
    display: flex;
text-align: center;
align-items: center;
position: relative;
padding:0
}



.itemid-186 .sp-page-title .container, 
.itemid-381 .sp-page-title .container, 
.itemid-188 .sp-page-title .container, 
.itemid-187 .sp-page-title .container, 
.itemid-185 .sp-page-title .container, 
.itemid-189 .sp-page-title .container, 
.itemid-190 .sp-page-title .container, 
.itemid-191 .sp-page-title .container, 
.itemid-192 .sp-page-title .container, 
.itemid-193 .sp-page-title .container, 
.itemid-318 .sp-page-title .container,
.itemid-201 .sp-page-title .container,
.itemid-202 .sp-page-title .container,
.itemid-203 .sp-page-title .container,
.itemid-204 .sp-page-title .container,
.itemid-310 .sp-page-title .container,
.itemid-201 .sp-page-title .container,
.itemid-201 .sp-page-title .container,
.itemid-201 .sp-page-title .container,
.itemid-551 .sp-page-title .container,
.itemid-552 .sp-page-title .container,
.itemid-552 .sp-page-title .container,
.itemid-553 .sp-page-title .container,
.itemid-554 .sp-page-title .container,
.itemid-555 .sp-page-title .container,
.itemid-556 .sp-page-title .container,
.itemid-557 .sp-page-title .container,
.itemid-558 .sp-page-title .container,
.itemid-559 .sp-page-title .container,
.itemid-560 .sp-page-title .container,
.itemid-561 .sp-page-title .container,
.itemid-562 .sp-page-title .container,
.itemid-563 .sp-page-title .container,
.itemid-564 .sp-page-title .container,
.itemid-565 .sp-page-title .container,
.itemid-566 .sp-page-title .container,
.itemid-582 .sp-page-title .container 
{
    padding: 20px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 50%, rgba(0,0,0,0) 100%);
}




.sp-page-title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #0f0d1d;
	opacity: .5;
}

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

.sp-page-title .sp-page-title-heading {
/*		font-size: 50px; line-height: 52px; */
color: #ffffff;
	
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	
}

.breadcrumb {
	justify-content: center;
}

.sp-page-title .breadcrumb > li > a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: .8rem;
}

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

.sp-page-title .breadcrumb > .active {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
	color: #fff;
}

/* */

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

/* */


/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter ul {
	padding: 15px;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 30px;
	display: inline-block;
}

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

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 0;
	background: transparent;
	color: inherit;
	border-radius: 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--maincolor);
	border-radius: 50%;
	position: absolute;
	right: -24px;
	top: 40%;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:last-child > a:after {
	display: none;
}

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

.item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.item-img:hover {
	-webkit-clip-path: inset(5px 10px);
	clip-path: inset(5px 10px);
}

.imago {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.item-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sp-simpleportfolio .item-img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sp-simpleportfolio .cont {
	margin-top: 30px;
	text-align: center;
}

.sp-simpleportfolio .cont h6 {
	font-weight: 600;
	margin-bottom: 5px;
}

.sp-simpleportfolio .cont .portfolio-tags {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Barlow Condensed', sans-serif;
}

.portfolio-set .logo a .logo-image, .portfolio-set .logo a .logo-image-phone {
	filter: invert(100%);
}

.portfolio-set .sp-megamenu-parent > li > a {
	color: #0c0f16;
}

.portfolio-set .sp-megamenu-parent > li.active > a, .portfolio-set .sp-megamenu-parent > li.active:hover > a, .portfolio-set .sp-megamenu-parent > li:hover > a {color: #0c0f16;}

.portfolio-set #sp-header .search {
	color: #0c0f16 !important;
	border-color: #ccc !important;
}

.portfolio-overlay .cont {
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: left;
	padding-left: 30px;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.portfolio-overlay .cont h6 {
    font-weight: 600;
	color: #fff;
    margin-bottom: 5px;
}

.portfolio-overlay .cont span.portfolio-tags {
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .portfolio-overlay .cont {
	opacity: 1;
}

/* */

/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.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-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	background-color: #0f0d1d;
}

.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%;
	width: 100%;
	mix-blend-mode: luminosity;
}

.article-body {
	border: 0px solid #dce1e4;
	padding-top: 0;
	border-top: 0px;
	position: relative;
	display: block;
	margin-top: 20px;
}

.blog-single__meta {
	display: flex;
	align-items: center;
	margin: 0;
}

.blog-single__meta > span {
	font-size: 12px;
	color: #726f84;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.blog-single__meta span + span {
	margin-left: 12px;
}

.blog-single__meta span i,
.blog-single__meta > span a:hover {
	color: var(--maincolor);
}

.blog-single__meta > span.published {
position: absolute;
top: -54px;
left: 0;
background-color: var(--maincolor);
padding: 0 20px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
	letter-spacing: 0.1em;
color: #ffffff;
}

.article-list .article .article-header h2 {
font-size: 34px;
font-weight: 700;
line-height: 46px;
text-transform: uppercase;
margin-top: 9px;
margin-bottom: 20px;
letter-spacing: -0.02em;
}

.article-list .article .article-header h2 a {
color: #0f0d1d;
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
transition: all 500ms ease;
}

.article-list .article .article-header h2 a:hover {
background-size: 100% 2px;
color: var(--maincolor);
}

.article-introtext p {
	font-size: 16px;
	margin: 0;
	line-height: 32px;
	padding-bottom: 15px;
}

.article-list .article .readmore a {
position: relative;
display: inline-block;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #0f0d1d;
transition: all 500ms ease;
}

.article-list .article .readmore a:after {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 10px;
content: "";
background-color: currentColor;
transition: all 500ms ease;
}

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

.article-list .article .readmore a:hover:after {
	width: 100%;
}

.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: 50px;
background: #f8f8f8;
border-radius: 50%;
line-height: 37px;
color: #6a727f ;
margin-top: 40px;
-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: 5px;
text-align: center;
}

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

.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-full-image {
position: relative;
display: block;
background-color: #0f0d1d;
margin-bottom: 19px;
}

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

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

.article-details .article-header h1, .article-details .article-header h2 {
color: #0f0d1d;
font-size: 34px;
font-weight: 700;
line-height: 44px;
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 7px;
}

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

.article-details .article-ratings-social-share > span {
	color: #0f0d1d;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
}

.article-details .article-author-information {

	margin-top: 0px;
	border-top: 0px solid #f5f5f5;
	background-color: #f2f4f8;
	padding: 60px 60px 60px;
	display: flex;
	margin-bottom: 54px;
}

.article-details .article-author-information h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 18px;
	letter-spacing: -0.02em;
}

.article-details .article-author-information .author-bio {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-top: 13px;
}

.author-website, .author-website a {color: #0f0d1d; 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 {
	border: none;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f7f7f7;
	color: #9499ae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

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

/* */

/* IMPORT ICOMOON & REEY*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?orkqwr');
  src:  url('../fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('../fonts/icomoon.woff?orkqwr') format('woff'),
    url('../fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
  content: "\e913";
}
.icon-magnifying-glass1:before {
  content: "\e914";
}
.icon-right-arrow1:before {
  content: "\e915";
}
.icon-wealth:before {
  content: "\e916";
}
.icon-data-analytics:before {
  content: "\e917";
}
.icon-report:before {
  content: "\e918";
}
.icon-phone-ringing:before {
  content: "\e919";
}
.icon-mobile-analytics:before {
  content: "\e91a";
}
.icon-research:before {
  content: "\e91b";
}
.icon-creative:before {
  content: "\e91c";
}
.icon-video:before {
  content: "\e91d";
}
.icon-help:before {
  content: "\e91e";
}
.icon-customer-review:before {
  content: "\e91f";
}
.icon-consultant:before {
  content: "\e920";
}
.icon-checkmark:before {
  content: "\e921";
}
.icon-bank:before {
  content: "\e922";
}
.icon-protection:before {
  content: "\e923";
}
.icon-travel:before {
  content: "\e924";
}
.icon-software:before {
  content: "\e925";
}
.icon-consulting:before {
  content: "\e926";
}
.icon-group:before {
  content: "\e927";
}
.icon-consulting-1:before {
  content: "\e928";
}
.icon-creative-1:before {
  content: "\e929";
}
.icon-analysis:before {
  content: "\e92a";
}
.icon-business:before {
  content: "\e92b";
}
.icon-global:before {
  content: "\e92c";
}
.icon-team1:before {
  content: "\e92d";
}
.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e901";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-furnitures:before {
  content: "\e903";
}
.icon-buildings:before {
  content: "\e904";
}
.icon-house-design:before {
  content: "\e905";
}
.icon-architect:before {
  content: "\e906";
}
.icon-architect-1:before {
  content: "\e907";
}
.icon-architect-2:before {
  content: "\e908";
}
.icon-measure:before {
  content: "\e909";
}
.icon-blueprint:before {
  content: "\e90a";
}
.icon-kitchen:before {
  content: "\e90b";
}
.icon-architect-3:before {
  content: "\e90c";
}
.icon-architect-4:before {
  content: "\e90d";
}
.icon-architect-5:before {
  content: "\e90e";
}
.icon-satisfaction:before {
  content: "\e90f";
}
.icon-team:before {
  content: "\e910";
}
.icon-checklist:before {
  content: "\e911";
}
.icon-outsourcing:before {
  content: "\e912";
}

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

}


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

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.1);
    }
}



/* */


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


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


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


/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block ;}

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

.video {
	filter: grayscale(1);
}

#sppb-addon-wrapper-1648814216736 {
	left:0;
	max-width:100%;
	top: 0;
}

#section-id-1648814529643 .sppb-row-container {
	max-width:100%;
}

.cases-one__tilte a {
	/* overflow-wrap: break-word; */
}


.article-intro-image {

    background-color: #ffffff !important;
    width: 25%;
    float: left;
    padding-right: 2rem;
    padding-bottom: 0rem;
	
}

.blog-single__meta > span.published {
	
	top:0;
}


.article-details span.published {
	position:relative;
margin-left: 1rem;
}

.article-details .article-full-image {
	width:50%;
}

.com-content #sp-main-body {


}

@media (max-width: 768px) {
	.article-intro-image {

		background-color: #ffffff !important;
		width: 100%;
		float: left;
		padding-right: 0rem;
		padding-bottom: 1rem;
		
	}
	
	.category-name {
	display:none;	
	}
	
	.article-details span.published {

	margin-left: 0rem;
	}
	
}



.article-header h1{
	padding-top:2rem;
}

/*
#sp-section-2 {
	
	position: fixed;
    width: 100%;
    height: 476px;
	z-index:0 !important;
	
}

#sp-component {
	
padding-top: 596px !important;
    padding-bottom: 120px !important;
    
	z-index:999999 !important;
	
}

.article-details {
	background-color:#fff;
}
*/

.sppb-addon-video-local-video-wrap::after {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';

background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%) !important;
}

.ablue {	
color: #1e90ff;
}

.ablue:hover, .ablue:focus, .ablue:visited {
color: #0064cb ;
}	


.ared {	
color: red;
}

.ared:hover, .ared:focus, .ared:visited {
color: #1e90ff ;
}

.awhite {	
color: #ffeb00;
}

.awhite:hover, .awhite:focus, .awhite:visited {
color: #fff  ;
}

.openbtn {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
	
	padding-right: 30px;
	padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: red;

    
    z-index: 999999;
    border-radius: 60px;
    color: #fff;
	cursor: pointer;
	        -webkit-transition: background .5s; 
        transition: background .5s; 
}



@media (max-width: 1024px){

.openbtn {
    display: block;
    position: fixed;
    bottom: 80px;
    right: 20px;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: red;
    z-index: 999999;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s;
}

}


.openbtn:hover {
	background-color: dodgerblue;
}

.sp-scroll-up {
	display:none !important;
}

.md-content {
	overflow: hidden;
}

#sp-main-body {
	padding:50px 0;
}

.sppb-carousel-extended-nav-control .nav-control:hover {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 0;
    color: #ffffff;
    transition: .35s;
    background: #0080fe;
	border:1px solid #0080fe;
}

.sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 0;
    color: #ffffff;
    transition: .35s;
    background: #0f0d1d;
	border:1px solid #fff;
}


.sp-page-builder .page-content #section-id-1630376404119 {
	background-image:    url(../../../../images/bottom_bg.webp);
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;  
}


.openbtn2 {
    display: block;
    position: relative;
	text-align:center;
	
	padding-right: 10px;
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: red;
max-width: 80px !important;
    
    z-index: 999999;
    border-radius: 0px;
    color: #fff;
	cursor: pointer;
	        -webkit-transition: background .5s; 
        transition: background .5s; 
}
.openbtn2:hover {
	background-color: dodgerblue;
}

.sppb-addon-title {
	/*
	padding-bottom:20px;
	font-size:36px;
	font-weight:700;
	font-family:'Noto Sans';
	*/
}

h4 {
	padding-top: 15px;
    padding-bottom: 15px;
	font-family:'Noto Sans';
}
p {
	font-family:'Noto Sans';
}

#finder-131 form {
	padding-bottom: 25px;
}

.page-111115 .page-content {
	background-color:#000;
}


.page-111115 .sppb-addon-video-local-video-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent !important;
}

.page-111121 .sppb-addon-video-local-video-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, #7bcfff 0%, rgba(255,255,255,0) 100%) !important;
}

.page-111121 .page-content {
	background-color:#7bcfff;
}


#section-id-1630631944554 {
	
	height:468px;
}

#sppb-addon-1630631944457 .sppb-addon-single-image-container > img {
    height: 468px;
}

.sppb-panel-title {
    font-size: 16px !important;
}
.sppb-panel-heading {
	padding: 10px 30px 10px 0px !important;
}

#sppb-addon-1630369152723 .sppb-panel-heading {

    padding-top: 23.5px !important;
    padding-bottom: 23.5px !important;
    padding-left: 40px !important;
    padding-right: 30px !important;
}

#sppb-addon-1630369152723 .sppb-panel-title .text-primary {
	
	margin-left: -20px;
}

.fa-comments {
	font-size:30px;
}

.sp-page-builder .page-content .sppb-section {
	min-height: auto !important;
}


.sp-megamenu-parent>li {
    padding: 5px 0;
}

.fullwidth .sppb-row-container {
	background:rgba(255,255,255,.9);
}

.sppb-col-md-6 {
/* padding:0 !important; */
}

.maxw .sppb-row-container {
    max-width: 100% !important;
}

.maxw li {
	/* float: left; 
    margin-left: 40px;*/ 
}

.sp-pagebuilder-row, .sppb-row {
	margin-right: 0 !important;
    margin-left: 0 !important;
}

#sppb-modal-1652789108112-selector, #sppb-modal-1652789108113-selector, #sppb-modal-1652789108114-selector, #sppb-modal-1652789108115-selector, #sppb-modal-1652789108116-selector, #sppb-modal-1652789108117-selector {
	
color: #000 !important;
}

#sppb-modal-1652789108112-selector:hover, #sppb-modal-1652789108113-selector:hover, #sppb-modal-1652789108114-selector:hover, #sppb-modal-1652789108115-selector:hover, #sppb-modal-1652789108116-selector:hover, #sppb-modal-1652789108117-selector:hover {
	
color: #1e90ff !important;
}


.sppb-text-success {
    color: #fff;
}


#sppb-addon-osm-1648712106886 .leaflet-marker-icon {
width: 147px !important;
    height: 48px !important;	
}

#section-id-1656929671578  .sppb-row-container {
    max-width: 1620px;
} 

.ph-top {
	display:none;
}

#sppb-addon-1679993918121 .sppb-addon-title {
    color: #000000 !important;
}


@media (min-width: 1380px){


	.page-111155 .sppb-row-container, .page-111173 .sppb-row-container {
		max-width: 90%;
	}

}



	.page-111155 .sppb-carousel-extended-item img, .page-111173 .sppb-carousel-extended-item img {
		width: 100%;
		object-fit: contain;
		height: 100%;
	}


.page-111155 img, .page-111173 img {
	width: auto;
	height: auto;
	object-fit: contain;
	max-width: 100% !important;
} 


@media (max-width: 1024px){

	#sppb-addon-1648814529646 {
		box-shadow: 0 0 0 0 #ffffff;
		padding: 20px 20px 20px 20px !important;
	}
	
	#sppb-addon-1652444658678 {
		padding:20px !important;
	}
	
	.sppb-row-container {
		
	padding:0;
	}
	
}

.iad img {
	max-width:600px !important;
}


.news-one__date-box {
	display:none;
}

@media (max-width: 1024px){
	.art-adsbottom143.visable {
		bottom: 0px !important;
		visibility: visible;
		width: 100% !important;
		
	}

	.art-adsbottom143.visable a img, .art-adsbottom143 a img {
		margin-bottom:0 !important;
		height: auto !important;
	}
}


.art-adsbottom143 {
 
    visibility: visible !important;
	width:100% !important;
	bottom:0px !important;
	background: #fff !important;
}


@media (max-width: 768px){
	.jb-cookie p.jb-cookie-title {
		font-size: 12px !important;
		font-weight: bold;
		margin-left: 5px !important;
		margin-right: 5px !important;
		line-height: initial !important;
	}
	
	.jb-cookie p {
    font-size: 10px !important;
	line-height: initial !important;
    margin-bottom: 5px;
    padding: 0;
    float: none!important;
}

}



#sppb-addon-1630426591200 .sppb-optin-form-box {
    background-color: transparent !important;
    padding: 0 !important;
}

#sppb-addon-1630426591200 .sppb-optin-form-content, #sppb-addon-1630426591200 .sppb-optin-form-info-wrap {
	padding-left:0;
}

#sppb-addon-1630426591200 .sppb-form-control {
	height:44px !important;
}

#sppb-addon-1630426591200 form.sppb-optin-form.submit-button-inside .button-wrap {
    right: 0px !important;
}


#section-id-1720520701538 > .sppb-row-container {
        background:transparent;
    }

@media (min-width: 1400px) {
    #section-id-1720520701538 > .sppb-row-container {
        max-width: 100%;
    }
}

#section-id-1720520701538 .sppb-row-container, #section-id-1720520701538 .sppb-col-md-6 {
	padding:0;
	margin:0;
}
#column-wrap-id-1648814529651 {
		padding:0;
	margin:0;
} 
#sppb-addon-wrapper-1652784682626 {
margin:0;
}



#section-id-1723468195725 .sppb-row-container{
	width:100%;
}

@media (min-width: 1400px) {
    #section-id-1723468195725 > .sppb-row-container {
        max-width: 100%;
    }
}

@media (min-width: 1380px) {
    #section-id-1723630261863 .sppb-row-container {
        max-width: 100%;
    }
}

.sppb-addon-table-main tbody tr {
    background: #1e90ff0d;
    border: none;
}
  
  
#sp-logo  .d-flex {
	display: flex !important;
}

div.mod-languages ul li.lang-active {
    background: transparent !important;
	border: 1px solid #00aeef !important;
    line-height: 0;
}
div.mod-languages ul li.lang-active img{
padding:1px;
}

.article-ratings-social-share {
	display:none !important;
}


@media (max-width: 768px) {
	#section-id-1648814529643 .sppb-row-container {
		max-width: 100%;
		margin-top: 150px;
	}
	
	
	.sp-page-builder .page-content #section-id-1648814529643 {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    box-shadow: 0 0 0 0 #ffffff;
	}
	
	.sp-page-builder .page-content #section-id-1652864828512 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    box-shadow: 0 0 0 0 #ffffff;
	}
	
	#sppb-addon-1652789108105 {
    font-size: 16px;
    line-height: 22px;
	}

	#sppb-addon-1652789108111 {
    font-size: 16px;
    line-height: 22px;
	}

/*	#sppb-addon-1652868577642 .services-details__bottom-box-text {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
	}
	
	#sppb-addon-1652868577646 .services-details__bottom-box-text {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
	}
	
	#sppb-addon-1652868577650 .services-details__bottom-box-text {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
	}

	#sppb-addon-1652868577644 .services-details__bottom-box-text {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
	}
	
	#sppb-addon-1652868577648 
*/	

@media (max-width: 768px) {
	#sppb-addon-1656929671572 {
		font-size: 16px;
		line-height: 26px;
	}
	#sppb-addon-1656929671561 {
    font-size: 16px;
    line-height: 26px;
	}
	#sppb-addon-1656929671564 {
    font-size: 16px;
    line-height: 26px;
	}
	#sppb-addon-1656929671567 {
		font-size: 16px;
		line-height: 26px;
	}

	#sppb-addon-1723468195728 .sppb-addon-table-main.bt tbody td:before, #sppb-addon-1723468195728 .sppb-addon-table-main th {
		background: #1e90ff;
		color: #fff;
		padding: 10px;
	}
	
	#sppb-addon-1723468195775 .sppb-addon-table-main.bt tbody td:before, #sppb-addon-1723468195775 .sppb-addon-table-main th {
    background: #1e90ff;
    color: #fff;
	padding: 10px;
	}
	
	#sppb-addon-1723468195795 .sppb-addon-table-main.bt tbody td:before, #sppb-addon-1723468195795 .sppb-addon-table-main th {
    background: #1e90ff;
    color: #fff;
	padding: 10px;
	}
	
	
	#sppb-addon-1652777256146 h3.sppb-addon-title, #sppb-addon-wrapper-1652777256147 h3.sppb-addon-title, #sppb-addon-wrapper-1652777256148 h3.sppb-addon-title{
    font-size: 20px !important;
	}
	
	#sppb-addon-1652777256150 .sppb-addon-content {
		font-size: 18px;
        line-height: 24px;
	}
	
	
	.sp-page-title {
		background-size: cover;
		}
	
}
	
.itemid-629 .sp-page-title {
		background-size: cover !important;
} 


	.sppb-addon-title {
		font-size: 24px !important;
	}
	
	
	.sp-page-builder .page-content .maxw {
    padding: 20px !important;
    margin: 0px !important;
    box-shadow: 0 0 0 0 #ffffff;
	}
	

	.services-details__bottom-box-content li {
    font-size: 16px !important;
	}
	.services-details__bottom-box-text {
    font-size: 16px !important;
    margin: 0;
    line-height: 22px !important;
	}
	

	.services-details__bottom-box-title {
    font-size: 24px !important;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin-bottom: 0px;
	}	
	
	.maxw {
    padding: 0px;
    margin: 0px;
    box-shadow: 0 0 0 0 #ffffff;
	}
	
	#column-id-1648814529642 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0 0 0 0 #fff;
	}
	
	
	

	#sppb-addon-1652777256144 {
		font-size: 18px;
		line-height: 24px;
	}
	
	
	
	
}

/*@media (max-width: 1920px) {*/
.art-adsbottom143.visable a img, .art-adsbottom143 a img {
    width: 100%;
    height: 40px !important;
	margin-top:0px !important;
}  

.art-adsbottom143, .art-adsbottom143.visable {
	height: 40px !important;
}

/*}*/

h2 {
	font-family: 'EB Garamond', sans-serif;
}

.sp-slider-content-align-left h2 {
 /*   color: #fff;
    font-size: 70px !important;
	    line-height: 70px !important;
		font-weight:400 !important 
		*/
}

.art-adsbottom143, .art-adsbottom143.visable {
	z-index:1 !important;
}
