body {
    color: #8c8c8c;
    font-family: sans-serif;
}
.wrapper {
	max-width: 1226px;
	margin: 0 auto;
}
.main__topcontainer {
	background-size:cover !important;
    /* width: 100%;  */
    height: 70vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center center;
    color: #fff;
}
.main__topcontainer--background1{
	background-image: url('../img/topbackground.png');
}
.global-innerwrapper{
    max-width: 1080px;
    width:100%; 
    margin: 0 auto;
}

.topc__h1--padding{
	padding-top: 8%;
}

.topc__h1{
	letter-spacing: 0;
    text-transform: uppercase;
	line-height: 1.1;
	font-weight: bold; 
	font-size: 39px;
	margin-bottom: 0;
	padding-bottom: 20px;
	max-width: 610px;
}
.home-services__list{
	padding-top:40px;
	padding-bottom: 70px;
}


.home-services__item{
	display: flex;
	justify-content: space-between;	
}

.home-services__text-holder{
	width: 75%;
}

.home-services__image-holder{
	width: 25%;
	text-align:center;
}

.home-services__title{
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 0; 
	color: #189cd0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.home-services__text{
	font-weight:bold; 
	padding-bottom:0;
	color:#727272;
}

.home-services__sublist{
	padding-left:18px;
	list-style-image: url('../img/ularrow.png');
}

@media screen and (max-width: 1140px) {
	.container--main-padding{
		padding-right: 1em;
		padding-left: 1em;
	}
	.main__h2--padding-left{
		padding-left: 1.0em; 
	}
}

.header--top-size{
	height: 37px;
	background-color: #e6e6e6;
}
.headersize {
    height: 94px;
    max-height: 94px;
}

.padding--top-10{
	padding-top:10px;
}

.menu-container{
    padding-top: 10px;
}

.toph__decoration:hover{
	text-decoration: underline;
}

.toph__icon--padding{
	padding-bottom: 2px;
}

.menu--letters{
	letter-spacing: 0.001em;
}

.active--page{
	color: #8bcde7 !important;
}

.language-dropdown{
	display: none;	
	position: absolute;
	top:90%;
	padding: 19px;
	padding-top: 10px;
	margin-left:0px;
	margin-top:10px;
	text-align: left;
	list-style: none;
	background-color: white; 
	box-shadow: 1px 2px #189cd0;
}

#language-select{
	display: inline-block;
	position: relative;
}
.language-dropdown:hover{
	display: block;
}

.menu-item:hover ul{
	display: block;
}
#language-select:hover ul il{
	display: block;
}  

.header--logo-paddingleft{
	padding-left: 15px;
}


