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

body {
    font-family: 'Cairo', sans-serif;
    color: #cc232c;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

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

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;
	background-color: #f6f6f6;
	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, .0);
}

#sp-header.header-sticky {
	background: #f6f6f6;
	border-color: #cc232c;
	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: 1200px) {
	
#sp-header .logo img {height: 80px;}
	
}

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

.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: 20px;
font-weight: 500;
display: flex;
align-items: center;
color: #5c5d5c;
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: #5c5d5c;
	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: #cc232c;
}

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

/* */

/* PAGE TITLE */

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

.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;
	color: #ffffff;
	line-height: 52px;
	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 !important;}

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