@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');

body * {
	font-family: 'Mulish', sans-serif;
}

.dialog-off-canvas-main-canvas {
	width: 100%;
}

.container {
	max-width: 1320px;
}

.owl-item.active.center a {
	background: linear-gradient(to right, #3A80F5, #303A84);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}

.text-sicolor {
	background: linear-gradient(to right, #3A80F5, #303A84);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#owl-carousel .owl-item.active~.owl-item.active {
	opacity: 0.15;
}

.si-bg1 {
	background-image: url('../images/bg1.svg');
	background-size: cover;
	background-position: center center;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

.homev-bg {
	background-image: url('../images/hm-bg.svg'); 
	background-position: center center;
}

.homev-bg {
	overflow: hidden;
	position: relative;
}

.svg-bd8fc2371101 {
	text-align: right;
}

.svg-bd8fc2371101 svg {
	max-height: 600px;
	margin: 0 auto;
}

ul.menu a.is-active {
	color: #fff;
}

#footer,
#main {
	position: relative;
	z-index: 1;
}

#web-mobile img {
	max-width: 130px;
	display: inline-block;
}

#web-12ff64 img {
	height: auto;
	width: 125px;
	min-width: 125px;
	max-width: 125px;
}

#web-12dd34 img {
	height: auto;
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}

.layout.layout--twocol-section.layout--twocol-section--50-50 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	max-width: 1280px;
	margin: 0 auto;
}

.layout.layout--twocol-section.layout--twocol-section--50-50>div {
	width: 50%;
}

.layout__region.layout__region--second {
	padding-left: 100px;
	overflow: hidden;
}

input.form-text,
input.form-email {
	max-width: 100%;
}

.site-logo img {
	max-width: 250px;
}

.region.region-mobile-menu ul.menu {
	margin: 0;
	width: 100%;
	display: block;
}

.region.region-mobile-menu ul.menu li {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.mobile-menu-wrapper {
  display: none;
}

.region.region-mobile-menu {
	background-color: #0F172A;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh; 
	z-index: 11;
}

.close-menu,
.open-menu {
	position: absolute;
	right: 20px;
	top: 17px;
	z-index: 10; 
	width: 34px;
	height: 34px;
	background-image: url('../images/menu-open.png');
	background-size: contain;
	cursor: pointer;
}

.close-menu { 
	background-image: url('../images/menu-close.png'); 
	z-index: 12;
}

.region.region-mobile-menu .block-menu {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.ohidden {
	overflow: hidden;
}

svg:not(:root) {
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.menu--top-menu .last {
	padding-right: 0;
	position: relative;
	width: 40px;
}

.menu--top-menu .more {
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	width: 26px;
	height: 20px;
	background-image: url('../images/menu-more.png');
	background-position: center center;
	line-height: 0;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0;
}
 
.home-about{
	background-image: url('../images/ser-bg.png');
	background-position: center 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-ser{
	background-image: url('../images/ser-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-ser-in{
	background-image: url('../images/ser-text.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80%;
}

.pager__items.js-pager__items {
	padding: 30px 0 0;
}

@media (max-width: 768px) {
	.site-logo img {
		max-width: 200px;
	}
	
	.layout.layout--twocol-section.layout--twocol-section--50-50 {
		width: 100%;
		padding: 20px;
	}
	
	.layout__region.layout__region--second {
		padding-left: 0;
		padding-top: 30px;
	}

}

@media (min-width: 768px) {
	.md-si-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	
	.layout.layout--twocol-section.layout--twocol-section--50-50,
	.md-si-px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
}

@media (min-width: 1024px) {
	.lg-si-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

a:hover {
  text-decoration: underline;
}

td.priority-low {
  min-width: 120px;
  text-align: center;
}

.views-table.views-view-table {
  width: 100%;
}


.path-user #header {
	position: static;
}

.path-user {
	background-color: #1E293B;
}

#user-login-form {
	max-width: 500px;
	margin: 100px auto;
	color: #fff;
}