 :root {
	 
	 --color1: #cdeaf9; /*light color */
	 --color2: #2e2e2e; /*dark */
	 --color3: #dfd3c6; /*light */
	 --color4: #f0f0f0; /*light */
	 --color5: #d77d49;
	 --color6: #b19645;
	 --color7: #817c20;
	 --color9: #efefef;
	 --bg1: #8C68F6;
	 --bg2: #FF7276;
	 --bg3: #D2F602;
	 --bg4: #005BFF;
	 --bg5: #C4CEDB;
	 --bg6: #009C97;
}

@font-face {
    font-family: 'stolzl_displayregular';
    src: url(fonts/stolzl_display.woff2) format("woff2"),url(fonts/stolzl_display.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'stolzlbook';
    src: url(fonts/stolzl-book.woff2) format("woff2"),url(fonts/stolzl-book.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

 *,:after,:before {
     box-sizing: border-box 
}
html,body {
    height: auto!important;
}
 body {
     margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     text-align: left;
     background-color: #fff;
     min-width:360px;
	 font-weight:400;
	 height: auto;
}

.h2, h2 {
    margin-bottom: 1em;
	font-size: 30px;
    line-height: 40px;
	font-weight: 700;
    font-family: 'stolzl_displayregular', Tahoma, sans-serif;
}
.houseofeurope p {
	line-height: 1.6em;
}

.houseofeurope {
    color: #000;
    overflow: hidden;
	font-family: 'stolzlbook', Tahoma, sans-serif;
	
}
@media (min-width: 1400px) {
    .houseofeurope .container {
        max-width: 1200px;
    }
}
.houseofeurope a {
	border-bottom: 1px dashed;
}

.disclaimer {
    background: #efefef;
    padding: 20px 0;
    font-size: .8em;
}
.houseofeurope .btn-wrap {
	padding-top: 40px;
}
.houseofeurope  .btn-more {
	color: #000;
    font-size: 20px;
    line-height: normal;
    padding: 19px 60px 22px;
    background: #D2F602;
    box-sizing: border-box;
    font-family: inherit;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    text-decoration: none;
	border-bottom: none;
}
.houseofeurope .btn-more-img {
    padding: 19px 60px 2px;
}
.houseofeurope .btn-more:hover {
    background: #005BFF;
    box-shadow: 10px 10px 0px black
}
/* partners */
.houseofeurope .partners {
	/*
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
	*/
}
.houseofeurope .partners img {
    max-height: 70px;
}


.houseofeurope .tooltipText {
    border-bottom: 1px dashed;
}

.tooltip-inner {
	background-color: #1d3c7b;
	line-height:1.1;
	opacity: 1!important;
}
.footer_section {
    background: var(--color1);
    padding: 50px 0;
    color: #fff;
}



.houseofeurope strong {
    font-weight: 700;
}



.houseofeurope h1 {
    margin-bottom: 1em;
    font-size: 60px;
    line-height: 100%;
    font-family: 'stolzl_displayregular', Tahoma, sans-serif;
}

.houseofeurope h1.main_title {
   /* background: #8c68f6;
    padding: 10px 30px 30px;
    display: inline-block;
    color: #fff;*/
}
.houseofeurope h1 span {
    font-weight: 300;
}
.houseofeurope .hero {
    background: #009c97;
	font-family: 'stolzl_displayregular', Tahoma, sans-serif;

}
.houseofeurope .sub_text {
    font-size: 20px;
}
.houseofeurope .hero img {
    width: 100%;
}

.houseofeurope .modal-header h1 {
    margin: 0;
}
.houseofeurope .modal-header .btn-close {
    background-color: var(--bg3);
    width: 70px;
    height: 60px;
    border-radius: 0;
    /* padding: 0; */
    /* display: block; */
    box-sizing: border-box;
    opacity: 1;
	flex: none;
}
.feature-item {
    padding: 50px 20px 0 40px;
	font-size: 1em;
	position: relative;
	z-index: 2;
}
.feature-item span {
    font-weight: 700;
    font-size: 2.2em;
}
.feature-el {
    width: 110px;
    position: absolute;
    z-index: -1;
    inset: 10px auto auto 10px;
}

.bb {
	border-bottom:3px solid;
}
.br {
	border-right:3px solid;
}
@media(min-width:768px) {
	.br-md {
		border-right:3px solid;
	}
	.bb-md {
		border-bottom:3px solid;
	}
}
@media(max-width:767px) {
	.br-sm {
		border-right:3px solid;
	}
	.bb-sm {
		border-bottom:3px solid;
	}
}

@media(max-width:768px){
	.feature-item {
		padding: 20px 10px 0px 20px;
		font-size: 1em;
	}
}
@media(max-width:576px){
	.feature-item span {
		font-size: 1.5em;
	}
	.feature-item {
        padding: 20px 0px 0px 20px;
    }
	.feature-el {
		width: 80px;
	}
}

.feature-bg1 {
	background-color:var(--bg1);
}
.feature-bg2 {
	background-color:var(--bg2);
}
.feature-bg3 {
	background-color:var(--bg3);
}
.feature-bg4 {
	background-color:var(--bg4);
}
.feature-bg5 {
	background-color:var(--bg5);
}
.feature-bg6 {
	background-color:var(--bg6);
}



.houseofeurope section {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    font-weight: 500;
    background-position: center;
    background-size: cover;
}
.houseofeurope em {
	font-weight: 400;
}
.houseofeurope .color1 {
	color: var(--color1);
}
.houseofeurope .modal-footer, .houseofeurope .modal-header {
    background: #C4CEDB;
}
.section-bg2 {
    background: var(--bg5);
}
.section-bg3 {
    background: #019c97;
    color: #fff;
}
.houseofeurope .bgImage {
    padding: 90px 0;
	}
.dark-block {
    color: #fff;
    background-color: var(--color2);
    background: linear-gradient(180deg, #0D4BA0 -24.43%, #794E84 100%);
}
.dark-block h2 {
    color: var(--color1);
}
.light-block {
    background-color: var(--color4);
	color: #000 !important;
}


.companyNumbers {
    padding: 0;
    display: flex;
    margin-bottom: 50px;
    gap: 20px;
    text-align: center;
    font-size: 1.2em;
    flex-wrap: wrap;
    justify-content: center;
}

.companyNumbers li {
    max-width: 300px;
    border: 1px solid var(--color1);
    padding: 10px 10px 15px 10px;
    border-radius: 8px;
    width: 100%;
    line-height: 1.2;
}
.companyNumbers span {
    font-size: 2em;
    font-weight: 700;
    color: var(--color1);
}

.offset-left-lg {
    margin-left: -100px;
    max-width: calc(100% + 100px)!important;
}
.offset-right-lg {
    margin-right: -80px;
    max-width: calc(100% + 70px) !important;
}
.quote-wrap {
    border-left: 6px solid #fa0007;
    padding-left: 30px;
    margin-bottom: 50px;
}
.quote-wrap strong {
    font-size: 1.1em;
}


.houseofeurope img {
     vertical-align: top;
     border-style: none;
     max-width:100%;
}

.feedback-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    /* margin-bottom: 20px; */
}
.feedback-title {
    font-weight: 600;
}
.feedback-text {
    font-style: italic;
    line-height: 1.4;
    font-weight: 400;
}
.section_bgimage img {
    width: 100% !important;
}
.section_bgimage:after {
    content: '';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background: var(--color1);
	background: linear-gradient(180deg, rgba(62,96,124,0) 0%, rgba(62,96,124,1) 100%);
}
.houseofeurope .section-intro {
    padding: 50px 0;
}
.houseofeurope .section-intro p:last-child {
	margin-bottom:0;
}


.numbers {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 860px;
    margin: auto;
}
.number-item {
	position:relative;
	
}
.number-dev {
    width: 1px;
    margin: 0 10px 0px;
    background: #000;
    height: 90px;
}
.number-item p {
    white-space: nowrap;
}
.readmore_link {
    display: flex;
    gap: 30px;
    border: 1px dashed;
    border-radius: 10px;
    padding: 8px 10px 8px 20px;
    background: rgb(0 0 0 / 10%);
    font-weight: 600;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 align-items:center;
}
.readmore_link:hover {
    background: rgb(77 115 205 / 20%);
	/*background: rgb(0 0 0 / 20%);*/
	border-color: #ffc300;
}
.readmore_link svg {
    fill: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 transform: scale(1);
    flex: 1 0 auto;
}.readmore_link:hover svg {
    fill: #ffc300;
	transform:scale(1.2);
}

#countUp {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-align: right;
}

.img-right {
    max-width: 300px !important;
    float: right;
    margin-left: 100px;
}
.houseofeurope .lead strong {
    font-weight: 500;
}
.text-wrap {
    padding: 20px;
    background: #fff;
    border-radius: 1em;
	color:#000!important;
}
.text-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    background: #fff;
    border-radius: 1em;
	z-index:-1;
}
.text-wrap:is([data-theme=dark] *):before, .text-wrap:is([data-theme=dark] *) {
    background: #ddd;
}
.section:is([data-theme=dark] *) {
    color: #fff;
}
.list {
    margin-bottom: 20px;
}
.list li {
    background: #fff;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 8px;
}
.list li:is([data-theme=dark] *) {
    background: #666;
}
.timeline {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-bottom: 30px;
}
.timeline li {
    position:relative;
	padding:20px 0;
	opacity:0;
	transform:translateY(-20px);
		    transition: all 1s ease;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}
.timeline.aos-animate li.step2 {
	transition-delay: 1s;
}
.timeline.aos-animate li.step3 {
	transition-delay: 2s;
}
.timeline.aos-animate li.step4 {
	transition-delay: 3s;
}
.timeline.aos-animate li.step5 {
	transition-delay: 4s;
}
.timeline.aos-animate li {
	opacity:1;
	transform:translateY(0px);
}
.timeline li:before {
    position:absolute;
	content:'';
	left:-20px;
	top:0px;
	bottom:100%;
	width:3px;
	background:#f00;
			transition: all 1s ease;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}
.timeline li:after {
    position: absolute;
    content: '';
    left: -25px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f00;
    transition: all 1sease;
    -webkit-transition: all 1sease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.aos-animate.timeline li:before {
    bottom:0%;
}
.aos-animate.timeline li.step1:before {
	top:25px;
}
.aos-animate.timeline li.step2:before {
    transition-delay: 1s;
}
.aos-animate.timeline li.step3:before {
    transition-delay: 2s;
}
.aos-animate.timeline li.step4:before {
    transition-delay: 3s;
}
.aos-animate.timeline li.step5:before {
    transition-delay: 4s;
	bottom:22px;
}


.red-block {
    background: #fa0007;
    color: #fff;
    padding: 30px 30px 20px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 70px;
}
.red-block p {
    line-height: 120%!important;
}
.phonenumber {
}
.phonenumber a {
    display: flex;
    white-space: nowrap;
    background: #fff;
    width: fit-content;
    margin: 0 auto -80px;
    padding: 10px 20px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    border: none !important;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
    align-items: center;
    gap: 10px;
}
/* Lead */
.lead {
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 500;
    display: flex;
    gap: 40px;
}
.lead em {
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
}
.quote-icon {
    fill: var(--bg3);
    flex: none;
    width: 3.5rem;
}
.houseofeurope .avatar {
	text-align: center;
    flex: 0 0 auto;
}
.avatar img {
    border-radius: 50%;
	margin:0 auto 20px;
}
@media(max-width:768px) {
	/*.lead {
		flex-wrap: wrap;
	}*/
	.lead {
	font-size: 1em;
	/* font-weight: 300; */
	/* line-height: 1.2em !important; */
	padding: 0px 0px 0px;
	margin: 30px 0;
	flex-wrap: wrap;
	gap: 0;

    }

	.avatar {
		margin: auto;
	}
	.avatar img {
		width:150px;
	}
}

@media(max-width:768px) {
    .houseofeurope .avatar-right {
        float: left;
        margin: 0 30px 0 0;
		max-width: 120px;
    }
	.quote-icon {
		width: 2.5rem;
	}
}
.devider {
    border-top: 2px dashed var(--color1) !important;
}


.iframe-wrap {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 1em;
    overflow: hidden;
}
.iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* Footer */
.houseofeurope .footer-section {
    background: #efefef;
    padding: 50px 0;
}
.section.section-credits {
    font-size: .8em;
    text-align: center;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, .05);
}
@media (max-width:1400px) {


}
@media (max-width:1199px) {

}
@media (max-width:991px) {


	.houseofeurope h1 {
		margin-bottom: 1.2em;
		font-size: 40px;
	}
}
@media (max-width:768px) {
}
@media (max-width:576px){
	.houseofeurope section {
		position: relative;
		z-index: 2;
		padding: 40px 0;
		font-weight: 500;
	}

	.phone-wrap {
		font-size: 1.2em;
	}

}