@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
}

body {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #200b6a;
  background-image: url("../images/bg-about.jpg");
  background-repeat: repeat;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 60px;
}

h3,
.h3 {
  font-size: 48px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 21px;
}

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

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Gilroy-Bold";
  display: inline-block;
}
a:hover {
  color: var(--maincolor);
  transition: all 0.3s;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

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

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

.sp-scroll-up {
	background: var(--maincolor);
}

.overflow-hidden {overflow: hidden;}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-media {
display: flex;
  align-items: center;
}

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


body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.article-list .article .readmore a {
  padding: 11px 45px;
  border: 2px solid var(--maincolor);
  border-radius: 27px;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "Gilroy-Bold";
  color: #fff;
  background: transparent;
  font-size: 18px;
font-weight: 400;
line-height: 1.5;
}
body .sppb-btn:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.article-list .article .readmore a:hover {
  color: #fff;
  border: 2px solid var(--maincolor);
  background: transparent;
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.article-list .article .readmore a:before {
position: absolute;
z-index: -1;
top: 50%;
content: "";
width: 20px;
height: 20px;
background-color: var(--maincolor);
border-radius: 50%;
left: -20px;
transform: translate(-50%, -50%);
}

body .sppb-btn:after,
body .sppb-sp-slider-button .sp-slider-btn-text:after,
.article-list .article .readmore a:after {
position: absolute;
z-index: -1;
top: 50%;
content: "";
width: 20px;
height: 20px;
background-color: var(--maincolor);
border-radius: 50%;
right: -20px;
transform: translate(50%, -50%);
}

body .sppb-btn:hover:after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:after,
.article-list .article .readmore a:hover:after {
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body .sppb-btn:hover::before,
.article-list .article .readmore a:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

body .sppb-btn:hover::after,
.article-list .article .readmore a:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

body .sppb-btn.sppb-btn-primary,
.article-list .article .readmore a {
  background: var(--maincolor);
  padding: 20px 48px;
  border-radius: 33px;
  z-index: 1;
  border: none;
}
body .sppb-btn.sppb-btn-primary:hover,
.article-list .article .readmore a:hover {
  color: var(--maincolor);
  transition-delay: 0.5s;
}
body .sppb-btn.sppb-btn-primary:before, body .sppb-btn.sppb-btn-primary:after,
.article-list .article .readmore a:before, .article-list .article .readmore a:after {
  background-color: #fff;
}

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

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

.sppb-btn span {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

#sp-top {
	position: relative;
	z-index: 9999;
}

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

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

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

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

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

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


/* HEADER */ 

.body-innerwrapper {
  padding-top: 170px;
}

#sp-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 170px;
background: transparent;
box-shadow: none;
display: flex;
align-items: center;
}

#sp-header.header-sticky {
	background: #200b6a;
	transition: all ease 0.4s;
box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
height: 90px;
}

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

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 18px;
font-weight: 400;
padding: 0;
margin: 0 22px;
line-height: 1.5;
color: #fff;
position: relative;
}

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

.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > a:after {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 2px;
	background: var(--maincolor);
	transition: width 0.3s ease;
}

.sp-megamenu-parent > li > a:before {
  left: 0;
}

.sp-megamenu-parent > li > a:after {
  right: 0;
  font-family: inherit !important;
  float: none !important;
  margin: 0 !important;
  content: "" !important;
}

.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > a:hover:after {
  width: 50%;
  transition: width 0.5s ease;
}

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

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

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

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

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  padding-top: 25px;
}

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

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--maincolor);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  padding: 5px 20px;
  position: relative;
}

.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: 18px;
font-weight: 400;
line-height: 1.5;
color: #fff;
padding: 0;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas-menu {
	width: 400px;
}

}


/* */

/* PAGE TITLE */

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

.sp-page-title {
padding: 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-position: center;
background: transparent;
}

.sp-page-title > .container {
	position: relative;
	z-index: 2;
background: #4c22e1;
position: relative;
padding: 52px 94px 61px;
border-radius: 20px;
}

.sp-page-title > .container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.63;
  border-radius: 20px;
  mix-blend-mode: screen;
  background-image: url("../images/bg-inner-page-01.png");
}

.sp-page-title .sp-page-title-heading {
font-weight: bold;
font-size: 60px;
margin-bottom: 20px;
position: relative;
line-height: 1.8;
}

.sp-page-title .sp-page-title-heading:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 5px;
	background: var(--maincolor);
}

.sp-page-title .sp-page-title-sub-heading {
font-family: "Roboto";
font-size: 18px;
font-weight: 400;
color: #fff;
font-size: 24px;
margin: 0;
margin-bottom: 33px;
max-width: 43%;
line-height: 1.5;
}

.sp-page-title .mod-sppagebuilder {
	position: absolute;
	bottom: 0;
	right: 57px;
}

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

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

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

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

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

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

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

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

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

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body  {
	padding: 168px 0 20px;
}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 168px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 168px;
	padding-bottom: 20px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

/* */


#sp-footer, #sp-bottom {
	background: transparent;
}

/* BLOG */

.article-list .article {
	border: 0px solid #f5f5f5;
	position: relative;
	transition: all 0.3s ease-out;
	background: #4526b1;
	border-radius: 20px;
	padding: 18px;
	margin-bottom: 60px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0px;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 20px;
	width: 100%;
}

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

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 20px;
	width: 100%;
	transition: all 0.5s ease-in-out;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.article-list .article:hover img {
	transform: scale(1.1);
}

.article-list .article .article-header h2 {
font-family: "Gilroy-Bold";
display: inline-block;
font-size: 36px;
margin-top: 4px;
margin-bottom: 13px;
font-weight: 400;
line-height: 1.5;
}

.blog-grid .article-list .article .article-header h2 {
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: bold;
}

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

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

.article-info {
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}

.article-info > span {
	font-family: "Gilroy-Bold";
	font-size: 18px;
}

.blog-grid .article-info > span {
  font-size: 16px;
}

.article-info > span + span {
	padding-left: 24px;
}

.article-info > span a {
	color: #fff;
}

.article-info > span i {
	margin-right: 5px;
}

.blog-grid .article-info > span i {
	color: var(--maincolor);
}

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

.article-body {
	position: relative;
	padding: 45px 30px 28px;
}

.blog-grid .article-body {
  padding: 22px 12px 10px;
}

.article-introtext p {
font-size: 18px;
line-height: 1.7;
padding-right: 40px;
}

.blog-grid .article-introtext p {display: none;}

.article-list .article .readmore a {
	margin-top: 18px;
	background: var(--maincolor) !important;
	border: none !important;
	padding: 12px 39px;
	font-size: 16px;
}

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

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

/* SINGLE ARTICLE */

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

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

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

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

.blog-content {
  background: #4526b1;
  border-radius: 20px;
  padding: 43px 51px 43px 49px;
  margin-bottom: 70px;
}

.article-details .article-header h1, .article-details .article-header h2 {
margin-top: 5px;
margin-bottom: 27px;
font-size: 48px;
font-weight: bold;
line-height: 1.2;
}

.article-details .article-info {
	margin-bottom: 0;
}

.article-details .article-info > span i {
	color: var(--maincolor);
}

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

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

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

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

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

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

#article-comments {
	padding-top: 0;
	margin-top: 0px;
	border-top: 0px solid #f5f5f5;
	background: #4526b1;
border-radius: 20px;
padding: 43px 51px 43px 49px;
margin-bottom: 70px;
padding: 39px 47px 28px 49px;
}

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

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

.article-social-share .social-share-icon ul:before {
	content: "Share :";
	font-family: "Gilroy-Bold";
	font-weight: bold;
	line-height: 1.2;
	font-size: 16px;
}

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

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

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
}

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

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

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

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

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

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

/* */
/* ANIMATIONS */



@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
  }
  
  @keyframes up-down{
            0% {
              transform:  translate(1px,20px)  ;
            }
            24% {
              transform:  translate(1px,30px)  ;
            }
            50% {
              transform:  translate(1px,12px)  ;
            }
            74% {
              transform:  translate(1px,22px)  ;
            }
            100% {
              transform:  translate(1px,22px)  ;
            }
          }
            @keyframes swing {
                0% { transform: rotate(3deg); }
                100% { transform: rotate(-3deg); }
            }


/* */

/* IMPORT ICOMOON ICONS */

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

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

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


.icon-link-in:before {
  content: "\e900";
}
.icon-twiter-icon-1:before {
  content: "\e90b";
}
.icon-picture-icon:before {
  content: "\e90a";
}
.icon-Comma:before {
  content: "\e906";
}
.icon-overlay-icon:before {
  content: "\e904";
  color: #fff;
}
.icon-google-plus-1:before {
  content: "\e90c";
}
.icon-tumblr-1:before {
  content: "\e90d";
}
.icon-tower:before {
  content: "\e907";
}
.icon-cloud-computing:before {
  content: "\e908";
}
.icon-spaceship:before {
  content: "\e909";
}
.icon-meeting-room:before {
  content: "\e902";
}
.icon-parking:before {
  content: "\e903";
}
.icon-fl-repeat:before {
  content: "\e901";
}
.icon-fb-custom:before {
  content: "\e905";
}


/* */

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


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



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

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


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


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


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



/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

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

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

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

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

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

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

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

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

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

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




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

/* RTL OPTIMIZE 

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

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

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

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

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

*/