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

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

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

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

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

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

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

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


.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-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--maincolor);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
	line-height: 36px;
	cursor: pointer;
}

.sppb-btn:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 1);
    opacity: 0.1;
    content: "";
    border-radius: 32px;
    transform: scale(1);
    transition: 500ms ease;
}

.sppb-btn:hover {
    color: #ffffff;
}

.sppb-btn:hover::before {
    width: 100%;
    opacity: 1;
    transform: scale(1.5);
    border-radius: 0;
    background-color: #1e1e22;
}

.sppb-btn span {
    position: relative;
}

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


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
	padding: 0 60px;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	transition: all 500ms ease;
}

@media (max-width: 993px) {
	#sp-header {padding-top: 30px; padding-bottom: 30px;}
}

#sp-header.header-sticky {
	background: #1e1e22;
	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 > .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 .row > * {
	padding-right: 0;
	padding-left: 0;
}

#sp-header .logo {
	height: auto;
}
	
#sp-header .logo img {
	height: auto; 
	width: 121px;
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


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

.sp-megamenu-parent > li {
	padding-top: 39.5px;
	padding-bottom: 39.5px;
}

.sp-megamenu-parent > li.hidden-menu {display: none !important;}

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
margin: 0;
font-size: 16px;
font-weight: 400;
display: flex;
align-items: center;
color: #ffffff;
position: relative;
transition: all 500ms ease;
line-height: 36px;
padding: 0;
}

.sp-megamenu-parent > li > a:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--maincolor);
	position: absolute;
	top: -50px;
	left: 50%;
	transition: transform 500ms ease;
	transform: scaleY(0) translateX(-50%);
	z-index: -1;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
	transform: scaleY(1) translateX(-50%);
}

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

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

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after, body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
	display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #fff;
padding: 0;
border: 0;
min-width: 220px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: 500ms ease;
z-index: 99;
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-weight: 400;
text-transform: none;
letter-spacing: 0;
font-size: 16px;
line-height: 30px;
color: #1e1e22;
display: flex;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
transition: 500ms;
}

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

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
text-transform: uppercase;
border-radius: 10px;
font-size: 12px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.1em;
padding: 0px 9px;
height: auto;
display: flex;
align-items: center;
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
	margin-left: 8px;
}

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


/* */

.counter-one__shape:after {
	position: absolute;
	bottom: -124px;
	left: -55px;
	height: 185px;
	width: 185px;
	background-color: var(--maincolor);
	border-radius: 50%;
	content: "";
}

/* */

/* PAGE TITLE */

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

#sp-title .sp-module {
	position: relative;
	z-index: 5;
}

.sp-page-title {
background-size: cover;
opacity: 1;
padding: 206px 0 100px;
text-align: center;
position: relative;
}

.sp-page-title:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: rgba(30, 30, 34, .5);
z-index: 1;
}

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

.sp-page-title .sp-page-title-heading {
font-size: 60px;
color: #ffffff;
line-height: 71px;
font-weight: 700;
}

.breadcrumb {
	justify-content: center;
}

.sp-page-title .breadcrumb > li > a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

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

.sp-simpleportfolio .sp-simpleportfolio-filter ul {
	padding: 0;
	border-radius: 0;
	display: inline-block;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li + li {
    margin-left: 4px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 0;
	background: transparent;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #717178;
	font-size: 18px;
	font-weight: 500;
	display: block;
	cursor: pointer;
	transition: all 0.4s ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
    position: absolute;
    top: 45%;
    left: 0px;
    content: "";
    background: var(--maincolor);
    height: 6px;
    width: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	background: transparent;
	color: #1e1e22;
	text-shadow: 0 0 1px currentColor;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
    transform: translateY(-50%) scale(1.0);
}

.sp-simpleportfolio .sp-simpleportfolio-item {
	position: relative;
	display: block;
}

.portfolio-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.portfolio-one__img::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), .30);
	border-radius: 10px;
	transform: scaleX(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.portfolio-one__img img {
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
	transform: scale(1);
}

.portfolio-one__experience {
	position: absolute;
	bottom: 30px;
	left: 0px;
	transform: scaleY(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	z-index: 2;
}

.portfolio-one__web-design {
	background-color: var(--maincolor);
	display: inline-block;
	padding: 0 30px;
	border-top-right-radius: 10px;
}

.portfolio-one__web-design-title {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.portfolio-one__fimlor {
	background-color: #1e1e22;
	display: inline-block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 30px;
	padding-right: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio-one__fimlor-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.portfolio-one__fimlor-title a {
	color: #ffffff;
	transition: all 500ms ease;
}

.portfolio-one__arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	transform: scale(0);
	transition: all 500ms ease;
	z-index: 3;
}

.portfolio-one__arrow a {
	height: 52px;
	width: 52px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e1e22;
	font-size: 20px;
	transition: all 500ms ease;
}

.portfolio-one__single:hover .portfolio-one__img::before {
	transform: scaleX(1.0);
}

.portfolio-one__single:hover .portfolio-one__img img {
	transform: scale(1.05);
}

.portfolio-one__single:hover .portfolio-one__experience {
	transform: scaleY(1.0);
}

.portfolio-one__single:hover .portfolio-one__arrow {
	transform: scale(1);
}

.portfolio-one__fimlor-title a:hover {
	color: var(--maincolor);
}

.portfolio-one__arrow a:hover {
	color: #ffffff;
	background-color: var(--maincolor);
}



/* */

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

.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%;
	border-radius: 10px;
}

.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: 14px;
	color: #717178;
	font-weight: 700;
	transition: all 500ms ease;
}

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

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

.blog-single__meta > span.published {
    position: absolute;
    top: -55px;
    right: 20px;
    background-color: var(--maincolor);
    border-radius: 10px;
    padding: 22px 18px 16px;
    text-align: center;
    z-index: 1;
	max-width: 57px;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 14px;
} 


.blog-single__meta > span.published:first-line {
font-size: 16px;
display: block;
}

.article-list .article .article-header h2 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 38px;
}

.article-list .article .article-header h2 a {
color: #1e1e22;
transition: all 500ms ease;
}

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

.article-introtext p {
	margin: 0;
}

.article-list .article .readmore a {
position: relative;
display: block;
margin-top: 15px;
font-size: 14px;
color: #1e1e22;
font-weight: 700;
display: flex;
align-items: center;
transition: all 500ms ease;
}

.article-list .article .readmore a:after {
	font-size: 20px;
padding-left: 10px;
font-family: 'icomoon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e904";
}

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

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

.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;
margin-bottom: 20px;
}

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

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

.article-details .article-header h1, .article-details .article-header h2 {
color: #1e1e22;
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 38px;
}

.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: #1e1e22;
	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;
	display: flex;
	margin-bottom: 54px;
}

.article-details .article-author-information h5 {
	margin: 0;
	font-size: 20px;
	color: #1e1e22;
	font-weight: 700;
	margin-bottom: 30px;
}

.article-details .article-author-information .author-bio {

}

.author-website, .author-website a {color: #1e1e22; 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-placeholder:before {
  content: "\e900";
}
.icon-relationship:before {
  content: "\e901";
}
.icon-magnifying-glass:before {
  content: "\e902";
}
.icon-phone-call:before {
  content: "\e903";
}
.icon-right-arrow:before {
  content: "\e904";
}
.icon-left-arrow:before {
  content: "\e905";
}
.icon-tick:before {
  content: "\e906";
}
.icon-recommend:before {
  content: "\e907";
}
.icon-recruit:before {
  content: "\e908";
}
.icon-coffee:before {
  content: "\e909";
}
.icon-customer-review:before {
  content: "\e90a";
}
.icon-development:before {
  content: "\e90b";
}
.icon-color-sample:before {
  content: "\e90c";
}
.icon-front-end:before {
  content: "\e90d";
}
.icon-online-shopping:before {
  content: "\e90e";
}
.icon-web-design:before {
  content: "\e90f";
}
.icon-graphic-design:before {
  content: "\e910";
}
.icon-play-button:before {
  content: "\e911";
}
.icon-training:before {
  content: "\e912";
}
.icon-strategy:before {
  content: "\e913";
}

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


@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}


@-webkit-keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}


@keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}




/* */


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

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}