/* mawe t4-off-canvas-header */
.t4-off-canvas-header img.logo-img.d-none.d-sm-block {
	min-height: 35px;
}
/* mawe t4-off-canvas-header */

/* mawe t4-wrapper */
div.t4-wrapper {
	background: linear-gradient(to left, #ffe0a9, #f8bf58, #b77d16, #0e7365, #208d7e, #379c8e);
	animation: rainbow 18s ease infinite;
}
/* mawe t4-wrapper */

/* t4-section-title */
.section-title.text-normal span {
	/* background: linear-gradient(to right, #ffe0a9, #b77d16, #208d7e, #379c8e, #208d7e, #b77d16, #ffe0a9); */
	/* background: linear-gradient(to right, #ffe0a9, #208d7e, #ffe0a9, #ffe0a9); */
	/* background: linear-gradient(to right, #208d7e, #ffe0a9, #208d7e, #208d7e); */
	background: linear-gradient(to right, #40a194, #ffe0a9, #40a194, #40a194);
	background-clip: text;
	background-size: 150% 100%;
	color: transparent;
	position: relative;
}
.section-title.text-normal span:before {
	/* background: linear-gradient(to right, #ffe0a9, #f8bf58, #b77d16, #0e7365, #208d7e, #379c8e); */
	/* background: linear-gradient(to right, #208d7e, #ffe0a9, #208d7e, #208d7e); */
	background: linear-gradient(to right, #40a194, #ffe0a9, #40a194, #40a194);
	background-size: 150% 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	right: 0;
}
/* t4-section-title */

/* mawe info-list */
ul.info-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

ul.info-list .fas,
ul.info-list .far {
	background: #f8bf58;
	border-radius: 2px;	
	color: #2c2c2a;
	display: inline-block;
	line-height: 34px;
	float: left;
	margin: 4px 20px 25px 0;
	text-align: center;
	height: 34px;
	width: 60px;
}

ul.info-list span {
	display: inline-block;
	line-height: 20px;
	/* overflow: hidden; */
}
/* mawe info-list */

/* mawe t4-footer-nav */
@media (max-width: 1199.98px) {
	.t4-footer-nav .t4-col {
		margin-bottom: 50px;
	}
}
/* mawe t4-footer-nav */



/* mawe slideshow */
.acm-slideshow .background {
	opacity: 0.9;
}
/* mawe slideshow */

/* specific css */
/* `xs` returns only a ruleset and no media query */

/* mawe logo */
.navbar-brand.logo-control img.logo-img-sm {
	max-height: 40px;
}
/* mawe logo */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
	/* mawe logo */
	.navbar-brand.logo-control img.logo-img {
		max-height: 40px;
	}
	/* mawe logo */
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
	/* mawe logo */
	.navbar-brand.logo-control img.logo-img {
		max-height: 60px;
	}
	/* mawe logo */

}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) { 
	/* mawe logo */
	.navbar-brand.logo-control img.logo-img {
		max-height: 80px;
	}
	/* mawe logo */
 }

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
	/* mawe logo */
	.navbar-brand.logo-control img.logo-img {
		max-height: 80px;
	}
	/* mawe logo */
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
	/* mawe logo */
	.navbar-brand.logo-control img.logo-img {
		max-height: 80px;
	}
	/* mawe logo */
}


@media (max-width: 767.98px) {
    .btn-phone {
		line-height: 33.6px;
		height: 33.6px;
		width: 33.6px;
		padding: 0;
	}
}


/* mawe text-slider */
.acm-text-slider.style-1 {
  background: var(--color-primary);
  padding: 2rem 0;
}
@media (max-width: 575.98px) {
  .acm-text-slider.style-1 {
    padding: 1rem 0;
  }
}
.acm-text-slider.style-1 .owl-stage {
  display: flex;
}
.acm-text-slider.style-1 .item {
  display: flex;
  align-items: center;
}
.acm-text-slider.style-1 .item .logo {
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .acm-text-slider.style-1 .item .logo {
    margin-right: 1rem;
  }
}
.acm-text-slider.style-1 .item h4, .acm-text-slider.style-1 .item .h4 {
  margin: 0;
  white-space: nowrap;
}
/* mawe text-slider */