/* Hide Current flag */
.flags li.current {display:none;}
@keyframes fade-in {
  0% {
    opacity: 0;
	transform:translateY(60px);
  }
  100% {
    opacity: 1;
	transform:translateY(0px);
  }
}
@media(min-width:801px) {
.anim-elem {opacity:0;}
.anim-elem.fade-in {
    animation: fade-in 1s forwards;
  }
	.anim-elem {animation-delay:0.3s;}
}

.etu #content-top section.content-section:nth-child(1) {
    padding-bottom: 2rem;
	padding-top: 2rem;
}
.etu #showcase h1 {
        font-size: 4.5rem;
    }
.hero-slider__overlay {
    background: linear-gradient(to bottom, rgb(22 22 22 / 20%) 40%, var(--color1) 100%);
}
.image-box .boxlist-item.icon-layout {
    background: var(--color3) !important;
    border-radius: 40px 0;
}
.image-box .boxlist-item.icon-layout .boxlist-item__text-holder {
    padding: 0 0.5rem;
    top: 55%;
}
.image-box .boxlist-item.icon-layout .boxlist-item__img-holder svg {
    max-height: 50px;
}
.image-box .boxlist-item.icon-layout .boxlist-item__img-holder {
    top: 15%;
}
.image-box .boxlist-item.icon-layout .boxlist-item__text-holder .btn {
    display:none;
}
.image-box .boxlist-item.icon-layout h2 {
    font-size: 1.25rem;
}
.image-box .boxlist-item.icon-layout:hover {
    background: #f2f2f2 !important;
}
h1,h2 {font-weight:600;}
.contactus {
    padding: 0 30px 80px;
    text-align: right;
    margin: 0 auto;
    max-width: 1400px;
}
.contactus a {
    font-size: 1.7rem;
    text-decoration: none;
}
.contactus a:hover {
    color: var(--color2) !important;
	text-decoration:none;
}
#showcase h3 {
    font-family: var(--fontheading);
    color: var(--color4);
}
body:not(.sivu1) #showcase .hero-slider__text-content {
    max-width: 1000px;
}
.button1 .btn-switcher-primary, .button3 .btn-switcher-primary, .button5 .btn-switcher-primary {
    border-color: var(--color3);
    border-radius: 20px 0 !important;
    background: var(--color3);
    font-family: var(--fontheading);
}
.contentlist__item-img-holder img {
    border-radius: 40px 0;
}

/*ikonbox*/
.sivu42 #content-top section.content-section, .sivu65 #content-top section.content-section {
    padding-top: 0;
}
.ikonbox {
    margin-bottom: 0 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ikonbox .editor-content__item {
    position: relative;
    background: #000;
    height: 100%;
    padding: 3rem 2rem;
    border-radius: 40px 0;
}
.ikonbox .editor-content__item-img-holder {
	position: absolute;
    width: 118px;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.ikonbox .editor-content__item-img-holder img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 65px;
    top: 3rem;
    left: 2rem;
    bottom: auto;
    right: auto;
    object-fit: unset;
    font-family: "object-fit:unset";
}
.ikonbox .editor-cont-wrap {
	margin-left:90px;
}
.ikonbox a.btn:hover {
    color: var(--color4);
    border-color: #000 !important;
    background-color: #000 !important;
}
.ikonbox h3 {
    font-family: var(--fontheading);
    color: var(--color4);
    font-weight: 600;
}
#js-mobile-menu {
    text-align: center;
}
@media (min-width:992px) {
	.etu.showcase2 .hero-slider__text-content {
		max-width: 70%;
	}
}
@media (min-width:1200px) {
	.etu .hero-slider__item .hero-slider__text-content {
		padding: 24rem 2rem 0rem 2rem;
	}
	.site-header__logo img {
		max-height: 90px;
	}
}
@media (max-width:1199px) {
	.etu .hero-slider__item .hero-slider__text-content {
        padding: 17rem 1.5rem 0;
    }
	.ikonbox .editor-content__item-img-holder {
		position: relative;
		width: auto;
		height:65px;
	}
	.ikonbox .editor-content__item-img-holder img {
		top:auto;
		left:0;
	}
	.ikonbox {
		padding-bottom: 0;
	}
	.ikonbox .editor-cont-wrap {
		margin-left:0;
	}
	.etu #showcase h1 {
		font-size: 3.5rem;
	}
}
@media (max-width:575px) {
	.etu #showcase h1 {
		font-size: 2.2rem;
		font-weight:600;
	}
	 body:not(.sivu1) #showcase h1, body:not(.sivu1) #showcase h2 {
		font-size: 2rem;
		font-weight:600;
	}
	.image-box .boxlist-item.icon-layout {
        padding-bottom: 50%;
        margin-bottom: 0;
    }
	.image-box .boxlist-item.icon-layout .boxlist-item__img-holder svg {
		max-height: 34px;
	}
	    h1, h2 {
        font-size: 1.3rem;
        font-weight: 500;
    }
	body:not(.sivu1) #showcase .hero-slider__text-content {
		text-align: left;
	}
	body:not(.sivu1) .hero-slider__container {
		-webkit-box-pack: start;
		justify-content: start;
		-webkit-box-align: start;
		text-align: left;
	}
	body:not(.sivu1) .hero-slider__text-content {
		padding: 12rem 2rem 0 1.5rem;
	}
	#showcase h3 {;
		font-size: 1.2rem;
	}
	body:not(.sivu1, .sivu31, .sivu66) div#content-top .content-section:first-child {
		padding-top: 0;
	}
	.contactus a {
		font-size: 1.4rem;
	}
} 