@charset "utf-8";

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('HelveticaNeueLTPro-Hv.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Hv.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('HelveticaNeueLTPro-Lt.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: scroll; min-height:100%;}

body{
	min-height:100%;
	font-family:"Helvetica Neue LT Pro", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-image: url(../../Images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#333;
	overflow-y: hidden;
}

select, input, textarea, button{
	font-family:"Helvetica Neue LT Pro", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#000;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
}
.forbidden{background-color:#d00;}



.menu-holder{
	width: calc(100% - 60px);
	position: fixed;
	top: 15px;
	left: 30px;
	height: 60px;
	background-color: #fff;
	border-radius: 25px;
	z-index: 99;
	padding: 0 20px;
}
.menu-holder-sticky{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.menu-btn{
	display: none;
}
.logo{
	height: 20px;
	margin: 20px 0;
}
.menu{
	height: 40px;
	line-height: 40px;
	margin: 10px;
	width: 500px;
}
.menu-item{
	display: block;
	color: #000;
	background-color: #eee;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 20px;
	transition: 0.3s ease-in-out all;
	font-size: 12px;
}
.menu-item:hover{
	background-color: #35ac71;
	color: #fff;
}



.intro-holder{
	background-image: url(../../Images/intro.jpg?v=3);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100vh;
	position: relative;
}
.intro-title{
	width: 80%;
	font-size: 4vw;
	height: 4vw;
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: -10vh;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}



ul {
    list-style: none;
    padding: 0;
	padding-left: 25px;
	position: relative;
}
ul li{
/*
	background: url('../../Images/icons/leaf.png') no-repeat left center;
    padding-left: 32px; */
	line-height: 24px;
}
ul li::before {
    
	content: '•';
	color: #35ac71;
	position: absolute;
	left: 5px;
}



section{
	padding: 100px 0;
}

.about-header{
	background-image: url(../../Images/about2.jpg?v=3);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 20vw;
	position: relative;
}
.about-header-title{
	width: 100%;
	font-size: 2.4vw;
	height: 2.4vw;
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.page-line-text-box{
	width: 50%;
	height: 13vw;
	position: absolute;
	bottom: 0;
	right: 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.page-line-title{
	width: 100%;
	font-size: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	font-weight: 900;
	margin-bottom: 25px;
}
.page-line-subtitle{
	width: 100%;
	font-size: 24px;
	text-align: center;
}
.page-quote-big{
	width: 90%;
	max-width: 900px;
	margin: 75px auto 25px auto;
	font-size: 20px;
	text-align: justify;
}

.vision-invisible,.investments-invisible,.about-invisible{
	width: 100%;
	height: 0;
	overflow: hidden;
}
.vision-invisible-open,.investments-invisible-open,.about-invisible-open{
	height: auto;
}
.investments-invisible ul{
	text-align: left;
}
.investments-invisible li{
	margin-bottom: 15px;
}

.general-button{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background-color: #35ac71;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	margin: 25px auto;
	transition: 0.3s ease-in-out all;
	border-radius: 30px;
	letter-spacing: 1px;
}
.general-button-left{
	margin: 25px 0;
}
.general-button:hover{
	background-color: #17728b;
}


.page-text-box{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.page-title{
	width: 100%;
	font-size: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	font-weight: 900;
	margin-bottom: 25px;
	color: #333;
}
.page-subtitle{
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #666;
}

.full-width-image{
	max-width: 90%;
	margin: 25px auto;
	display: block;
}
.page-width-image{
	width: 1200px;
	max-width: 90%;
	margin: 25px auto;
	display: block;
	border-radius: 25px;
}


.team-container{
	margin: 75px auto 50px auto;
	width: 100%;
	max-width: 800px;
}
.team-box-2{
	width: 42%;
	background-color: #EFF9F3;
	border-radius: 25px;
	padding: 25px 15px;
}
.team-box-elements{
	width: 100%;
}
.team-image{
	width: 70%;
	display: block;
	margin: 0 auto 35px auto;
	border-radius: 50%;
}
.team-title{
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	margin: 15px auto 10px auto;
}
.team-subtitle{
	font-size: 16px;
	font-weight: 500;
	color: #666;
	text-align: center;
	font-style: italic;
}

.team-box-info{
	width: 48%;
	padding-top: 15px;
}


.projects-section{
	background-image: url(../../Images/projects.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.projects-inner{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 100px 0;
}

.projects-container{
	margin-top: 100px;
}
.projects-box-3{
	width: 31%;
	background-color: #EFF9F3;
	border-radius: 25px;
	padding: 35px 20px;
	position: relative;
}
.projects-box-2{
	width: 40%;
	background-color: #EFF9F3;
	border-radius: 25px;
	padding: 35px 20px;
	position: relative;
}
.projects-box-icon-holder{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.projects-box-icon{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.projects-box-title{
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin: 15px auto 25px auto;
}
.projects-box-desc{
	font-size: 16px;
}
.projects-box-desc li{
	margin-bottom: 10px;
}


.contact-form{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.contact-input{
	width: 100%;
	height: 50px;
	border: 1px solid #35ac71;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 25px;
}
.contact-input:focus,.contact-textarea:focus{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	color: #fff;
	cursor: pointer;
}
.contact-textarea{
	width: 100%;
	height: 130px;
	border: 1px solid #35ac71;
	font-size: 16px;
	padding: 15px;
	border-radius: 25px;
}
.input-1{
	width: 100%;
	margin-bottom: 20px;
}
.input-2{
	width: 49%;
	margin-bottom: 20px;
}
.contact-submit{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background-color: #35ac71;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	margin: 25px auto;
	transition: 0.3s ease-in-out all;
	border-radius: 30px;
	letter-spacing: 1px;
	border: none;
}
.contact-submit:hover{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	color: #fff;
	cursor: pointer;
}


.footer{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
.footer-copy{
	margin-bottom: 15px;
}
.footer a{
	color: #fff;
}



/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}
.white-text{color: #fff;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
	
.menu-holder{
	width: 100%;
	top: 0;
	left: 0;
	height: 50px;
	padding: 0;
	border-radius: 0;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logo{
	height: 16px;
	margin: 17px 10px;
}
.menu-btn{
	display: block;
	height: 40px;
	margin: 5px 10px;
}
.menu{
	height: 0;
	line-height: normal;
	margin: 0;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.menu-open{
	height: auto;

}
.menu-item{
	background-color: #eee;
	font-weight: 700;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	padding: 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.menu-item:hover{
	background-color: #eee;
	color: #000;
}



.intro-holder{
	padding: 15px;
	width: 100%;
	height: 450px;
	flex-direction: column-reverse;
	margin-top: 50px;
}


.intro-title{
	font-size: 26px;
	text-align: center;
}








section{
	padding: 35px 10px;
}
	
.about-header{
	height: 120px;
	position: relative;
}
.about-header-title{
	font-size: 18px;
	height: 20px;
}

.page-line-header{
	width: 100%;
	position: relative;
}
.vision-line{
	display: none;
}
.page-line-text-box{
	width: 100%;
	height: auto;
	position: relative;
	right: 0;
}
.page-line-title{
	width: 100%;
	font-size: 32px;
	height: auto;
	line-height: normal;
	margin-bottom: 25px;
}
.page-line-subtitle{
	width: 100%;
	font-size: 24px;
	text-align: center;
}
.page-quote-big{
	width: 94%;
	margin: 0 auto;
	font-size: 16px;
	text-align: justify;
}

.general-button{
	width: 180px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	border-radius: 25px;
	letter-spacing: 0.5px;
}

.page-text-box{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.page-title{
	width: 100%;
	font-size: 32px;
	height: 32px;
	line-height: normal;
	margin: 0;
	text-align: center;
	font-weight: 900;
	margin-bottom: 25px;
	color: #333;
}
.page-subtitle{
	font-size: 20px;
}

.full-width-image{
	max-width: 90%;
	margin: 25px auto;
	display: block;
}
.page-width-image{
	width: 1200px;
	max-width: 90%;
	margin: 25px auto;
	display: block;
	border-radius: 15px;
}


.team-container{
	margin: 75px auto 50px auto;
	width: 100%;
	max-width: 800px;
}
.team-box-2{
	width: 94%;
	border-radius: 15px;
	padding: 15px;
	margin: 15px auto;
}
.team-box-elements{
	width: 100%;
}
.team-image{
	width: 70%;
	display: block;
	margin: 0 auto 35px auto;
	border-radius: 50%;
}
.team-title{
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	margin: 15px auto 10px auto;
}
.team-subtitle{
	font-size: 16px;
	font-weight: 500;
	color: #666;
	text-align: center;
	font-style: italic;
}

.team-box-info{
	width: 48%;
	padding-top: 15px;
}


.projects-box-2{
	width: 94%;
	border-radius: 15px;
	padding: 15px;
	margin: 0 auto 50px auto;
}
.projects-box-icon-holder{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.projects-box-icon{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.projects-box-title{
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin: 40px auto 25px auto;
}
.projects-box-desc{
	font-size: 16px;
}
.projects-box-desc li{
	margin-bottom: 10px;
}
	.projects-inner{
		padding: 75px 0 0 0;
	}

.contact-form{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.contact-input{
	width: 100%;
	height: 50px;
	border: 1px solid #35ac71;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 15px;
}
.contact-input:focus,.contact-textarea:focus{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	color: #fff;
	cursor: pointer;
}
.contact-textarea{
	width: 100%;
	height: 130px;
	border: 1px solid #35ac71;
	font-size: 16px;
	padding: 15px;
	border-radius: 15px;
}
.input-1{
	width: 100%;
	margin-bottom: 20px;
}
.input-2{
	width: 49%;
	margin-bottom: 20px;
}
.contact-submit{
	width: 140px;
	height: 46px;
	line-height: 44px;
	background-color: #35ac71;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 23px;
	display: block;
	margin: 25px auto;
	font-weight: 400;
	border: 1px solid #35ac71;
}
.contact-submit:hover{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	color: #fff;
	cursor: pointer;
}


.footer{
	background-color: #35ac71;
	background-image: linear-gradient(135deg, #35ac71 0%, #17728b 100%);
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
	
	
	/* --------------------------------------------------- general styles --------------------------------------------------- */


.white-text{color: #fff;}

	
	
	
}
