
#baner{
	height: 420px;
	background-size: cover;
	background-position: center center;
}
.header-overlay_x {
    background-image: linear-gradient(rgba(0, 2, 18, 0.6),rgba(0, 2, 18, 0.3));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 90;
}
.bg{
	width: 100%;
	background-color: #ebf0fc;
	
}
#Project{
	min-height: 10px;
	margin:140px auto;
	width: 1300px;
	position: relative;
}
.Project_title{
	width: 1230px;
	margin: 300px auto;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	padding: 10px;
	border-left: 5px solid #37A7B7;
	color: #fff;
	position: relative;
	height: 70px;
	
}
.Project_title  b {
    font-size: 20px;
    color: #fae499;
    position: absolute;
    top: 57px;
}
.Project_title  p {
    font-size: 35px;
    color: #fff;
    margin-top: 0px;
   font-family: "Regular2";
}
.Project_image_before_rgba{
	background-color: rgba(49, 150, 163, 0.7);
	background-image: url(../axs/img/icons/awea.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.Project_image{
	width: 600px;
	height: 730px;
	margin-left: 70px;
	background-size: cover;
    position: relative;
    z-index: 9;
   
}
.sst-btn-test{
	width: 110px;
	height: 60px;
	color: #fae499;
	background-color:#3196a3;
	border: 2px solid #3196a3;
	font-weight: bold;
	margin-top: 10px;
	position: absolute;
	font-size: 16px;
	line-height: 25px;
	padding: 10px;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pulse 2s infinite;
	transform: rotate(10deg)
}
.sst-btn-test>img{
	transform: rotate(-10deg)
}
.sst-btn-test p{
	transform: rotate(-10deg);
	margin-top: -10px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.sst-btn-test i{
	color: #f5b400;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sst-btn-test:hover{
	animation: none;
	background-color: rgba(49,150,163,0.6);
	
}
.Project_image_before{
	top: -50px;
    position: absolute;
    width: 600px;
	height: 700px;
    background-color: #ffbb00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project_left{
	width: 600px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.Project_left h1{
	color: #000;
	margin-left: 10px;
	margin-top: 180px;
	font-family: 'dejavu_sansbold';
	font-size: 30px;
}
.Project_left h1::before {
    content: "";
    position: absolute;
    margin-top:52px;
    left: 10px;
    background-color: #3196a3;
    border-radius: 10px;
     height: 1px;
    width: 110px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project_left h1::after {
    content: "";
    position: absolute;
    margin-top:57px;
    left: 10px;
    background-color: #f5c930;
    border-radius: 10px;
     height: 1px;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project_text{
    width: 600px;
    color: #3a3a3a;
    font-size: 15px;
    margin-top: 30px;
    font-family: 'dejavu_sansbook';
    margin-left: 10px;
}

.text_b{
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@-webkit-keyframes pulse{
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(245,180,0,0.5);
		box-shadow: 0 0 0 0 rgb(245 180 0 / 50%);
	}
	70%{
		-moz-box-shadow: 0 0 0 10px rgba(245,180,0,0);
		box-shadow: 0 0 0 10px rgb(245 180 0 / 0%);
		}
	}
	100%{
		-moz-box-shadow: 0 0 0 0 rgba(245,180,0,0);
		box-shadow: 0 0 0 0 rgb(245 180 0/ 0%);
	}
}
@keyframes pulses{
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(245,180,0,0.5);
		box-shadow: 0 0 0 0 rgb(245 180 0 / 50%);
	}
	70%{
		-moz-box-shadow: 0 0 0 10px rgba(245,180,0,0);
		box-shadow: 0 0 0 10px rgb(245 180 0 / 0%);
	}
	
	100%{
		-moz-box-shadow: 0 0 0 0 rgba(245,180,0,0);
		box-shadow: 0 0 0 0 rgb(245 180 0/ 0%);
	}
}
#Gallery{
	width: 100%;
	height: 400px;
	margin-top: 200px;
	position: relative;
    background-size: cover;
    background-position: center center;
}
.Gallery_button{
	width: 1200px;
	margin:240px auto;
	height: 100px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 10px;
    border-left: 5px solid #37A7B7;
}
.Gallery_button p{
    font-size: 45px;
    color: #fae499;
    margin-top: -10px;
    font-family: 'dejavu_sansbold';
}
.sst-btn-Company {
    width: 70px;
    height: 20px;
    background-color: transparent;
    font-weight: bold;
    margin-top:0px;
    margin-left: 0px;
    position: absolute;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    cursor: pointer;
    
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sst-btn-Company:hover{
	text-decoration: underline;
	color: #fae499;
}
.sst-btn-Company p {
	 
    color: #fff;
    margin-top: -2px;
    margin-left: -4px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    width: 100px;
    font-size: 15px;
}
#Project2{
	margin:200px auto;
	width: 1300px;
	position: relative;
	height: 600px;
}
.Project2_image{
	width: 600px;
	height: 600px;
	right: 70px;
    background-image: url(../img/diena_hamakas.jpg);
    position: absolute;
    z-index: 9;
   
}
.Project2_image_before{
	top: -60px;
	right: 0px;
    position: absolute;
    width: 600px;
	height: 720px;
    background-color: #f5b200;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_left{
	width: 600px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.Project2_left h1{
	color: #000;
	margin-left: 10px;
	margin-top: 120px;
	font-family: 'dejavu_sansbold';
	font-size: 30px;
}
.Project2_left h1::before {
    content: "";
    position: absolute;
    margin-top: 55px;
    left: 10px;
    background-color: #3196a3;
    border-radius: 10px;
    height: 1px;
    width: 110px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_left h1::after {
    content: "";
    position: absolute;
    margin-top: 60px;
    left: 10px;
     background-color: #f5c930;
    border-radius: 10px;
    height: 1px;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.Project2_text{
    width: 600px;
    color: #3a3a3a;
    font-size: 15px;
    margin-top: 50px;
    font-family: 'dejavu_sansbook';
    margin-left: 10px;
}
.Project2_text ul{
	list-style:none;
	
}
.Project2_text ul li{
	margin-top: 20px;
	background-image: url(../img/icons/circle.png);
	background-position-y: -2px;
	background-repeat: no-repeat;
	padding:3px 50px;
	font-family: "Regular2";
	height: 30px;
}
.Project2_text ul li{
	position: relative;
}
.button{
	background-color:#f5b200;
	border:7px solid #ecf3fd;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	position: absolute;
	left: -40px;
}
.Project2_text a {
    margin-top: 100px;
    color: #000;
    margin-left: -8px;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.Project2_text a::before {
    content: "";
    background-color: #ffbb00;
    border-radius: 10px;
    height: 1px;
    width: 0px;
    top:30px;
    left: 15px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.text_b{
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_text a:hover{
	padding: 5px 15px;
	color: #ffbb00;
}
.Project2_text a:hover::before{
	 width: 120px;
}
.Project2_text a:hover .text_b{
	margin-left: 10px;
}
#meps_border{
	width: 100%;
	height: 900px;
	background-color: #fff;
}
#maps{
	width: 1300px;
	margin: auto;
}
.Projects-text_1{
    width: 600px;
    height: 350px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: -180px;
    margin-right: 10px;
    background-color: #e7eefe;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}
.color-white_1 {
    width: 500px;
    height: 250px;
    position: absolute;
    left: 20px;
}
.color-white_1 p{
   color: #818183;
   font-size: 15px;
   margin-top: 10px;
}
.color-white_1 h1 {
    font-size: 30px;
    color: #222;
    margin-left: 0px;
    margin-top: 0px;
    width: 300px;
}
.color-white_1 h1::before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0px;
    background-color: #3196a3;
    border-radius: 10px;
    height: 1px;
    width: 110px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-white_1 h1::after{
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #f5c930;
    border-radius: 10px;
    height: 1px;
    width: 70px;

}

.meps_icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	margin-top: 250px;
	left: 20px;
	background-color: #3196a3;
	border: 2px solid #3196a3;
	display: flex;
}
.meps_icon i{
	margin: auto;
	color: #fae499;
	font-size: 20px;
}
.meps_icon:hover{
	background-color: rgba(49, 150, 163, 0.7);
	border: 2px solid #3196a3;
}
#map {
    width: 1000px;
    height: 500px;
    mix-blend-mode: luminosity;
    position: relative;
    border-radius: 5px;
    border: 4px solid #dce5fc;
}

.leaflet-shadow-pane{
			display: none;
		}
		.icon_header{
			display: none;
		}
		

@media only screen and (max-width: 1400px) {
	#Project2{
		width: 1200px;
	}
	.Project2_image,.Project2_image_before{
		    width: 550px;
	}
	#Project{
		width: 1200px;
	}
	.Project_image,.Project_image_before{
		    width: 550px;
	}
	.Project_left,.Project_text{
		width: 540px;
	}
}
@media only screen and (max-width: 1350px) {
	#maps{
		width: 90%;
		
	}
	#map{
		width: 90%;
	}
}
@media only screen and (max-width: 1250px) {
.Description_image{
	width: 1000px;
	height: 583px
}
.Project_title{
	width: 96%;
}
.Gallery_button{
	width: 96%;
}
}

@media only screen and (max-width: 1220px) {
	#Project2{
		width: 800px;
	}
	.Project2_image,.Project2_image_before{
		    width: 350px;
	}
	.Project2_image{
		right: 30px;
	}
	.Project2_text{
		width:430px;
	}
	.Project2_left h1{
		margin-top: 80px;
	}
	#Project{
		width: 800px;
		
	}
	.Project_image,.Project_image_before{
		    width: 360px;
	}
	.Project_left,.Project_text{
		width: 360px;
	}
	.Project_left h1::before {
    margin-top: 46px;
	}
	.Project_left h1{
		    font-size: 25px;
	}
	.Project_left h1::after {
    margin-top: 51px;
	}
}

	@media only screen and (max-width: 1050px) {
		.header-auto{
			width: 600px;
			
		}
		.header-auto_title li::before{
			display: none;
		}
		.header-auto_title li::after{
			display: none;
		}
		.header-auto_text{
			margin-top: 56%;
		}
		.header-auto_title{
			
    margin-top: -12%;
		}
		.header-auto_ul{
			margin-left: 137px;
		}
		.header-auto_ul li{
			width: 300px;
			line-height: 34px;
			font-size: 17px;
			margin: 5px;
    height: 30px;
		}
		.Description_image{
	width: 800px;
	height: 467px
}
.header-auto_text div{
	font-size: 14px;
}
	}
@media only screen and (max-width: 820px) {
	#Project2{
		width: 600px;
		margin: auto;
		position: relative;
	}
	.Project2_image,.Project2_image_before{
		    width: 350px;
		    display: none;
	}
	.Project2_image{
		right: 30px;
	}
	.Project2_text{
		width: 600px;
	}
	.Project2_text ul li{
		width: 450px;
	}
	.Project2_left h1{
		margin-top: 10px;
	}
	#Project{
		width: 600px;
		height: 500px;
	}
	.Project_image,.Project_image_before{
		    width: 260px;
		    display: none;
	}
	.Project_image{
		    margin-left: 30px;
	}
	.Project_left,.Project_text{
		width:100%;
	}
	.Project_left h1::before{
		width: 50px;
	}
	.Project_left h1{
		margin-top: 70px;
	}
	.Description_image{
	width: 600px;
	height: 350px
}
#maps{
	width: 98%;
}
.Gallery_button{
	width: 90%;
}
.Projects-text_1{
    width: 458px;
}
.color-white_1 {
    width: 417px;
	}
	.meps_icon {
    margin-top: 276px;
	}
}
@media only screen and (max-width: 650px) {
		.header-auto{
			width: 370px;
		}
		.header-auto_text div p{
	font-size: 12px !important;
}
.header-auto_text div ul li{
	font-size: 12px !important;
}
		.header-auto_title li::before{
			display: none;
		}
		.header-auto_title li::after{
			display: none;
		}
		
		.header-auto_title{
			
    margin-top: -12%;
		}
		.header-auto_ul{
			margin-left: 37px;
		}
		.header-auto_ul li{
			width: 300px;
			line-height: 34px;
			font-size: 17px;
			margin: 5px;
    height: 30px;
		}
		.header-auto_text li{
			line-height: 25px;
			font-size: 14px;
		}
		.Description_image{
	width: 500px;
	height: 292px
}
.Description_image_ul li:nth-child(2){
	left: 14.1%;
}
	}
@media only screen and (max-width: 620px) {
	#Project2{
		width: 380px;
		margin: 50px auto;
		overflow: hidden;
		position: relative;
		
	}
	.Project2_image,.Project2_image_before{
		    width: 350px;
		    display: none;
		    
	}
	.Project2_image{
		right: 30px;
	}
	.Project2_text{
		width: 380px;
		
	}
	.Project2_text ul li{
		width: 330px;
		
	}
	.Project2_left h1{
		margin-top: 10px;
	}
	.Gallery_button a{
		font-size: 30px;
	}
	.Gallery_button::before{
		    width: 50px;
		    margin-top: 25px;
		    left: 260px;
	}
	.Gallery_button::after{
		    width: 50px;
		    margin-top: 25px;
		    right: 260px;
	}
	#Project{
		width:96%;
		margin: auto;
		
	}
	.Project_title p {
    font-size: 21px;
	}
	.Project_title {
    width: 86%;
}
}
@media only screen and (max-width: 550px) {
	.Description_image{
	width: 400px;
	height: 233px
}
.floor_R {
    
    font-size: 11px;
	}
	.Projects-text_1{
    width: 358px;
    height: 382px;
}

.color-white_1 {
    width: 317px;
    
	}
	.meps_icon {
    margin-top: 320px;
	}
}
@media only screen and (max-width: 450px) {
	.Description_image{
	width: 350px;
	height: 222px
}
}