
#baner{
	height: 420px;
	background-size: cover;
	background-position: center center;
}
#Projects{
    width:1400px;
    height: 700px;
    margin: auto;
    position: relative;
    margin-top:50px;
  
}
.Projects_image_left{
	position: absolute;
	width: 600px;
	height: 750px;;
	margin-top: 0px;
}
.Projects_image_left ul{
	list-style: none
}
.Projects_image_left ul li{
	border: 7px solid #e5e8fb;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 05%);
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 700px;
	background-size: cover;
	background-position: center center;
}
.Projects_image_left ul li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 15, 39, 0.5);
}

.Projects_image_left ul li:nth-child(2){
	margin-left: 220px;
	position: absolute;
	top: 140px;
}
.Projects_image_left ul li:nth-child(3){
	margin-left: 444px;
	position: absolute;
	top: 50px;
}
.Projects_fontact{
	position: absolute;
	bottom: 5px;
	left: -0px;
	color: #fff;
    color: #fff;
    border-radius: 50px;
    border-left:none !important;
}


.image_color {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 2, 18, 0.2);
    width: 100%;
    height: 100%;
}

.Address{
	font-size: 30px;
	color: #fff;
	position: absolute;
	font-family: "Regular2";
	bottom: 0;
}
.Address i{
	font-size: 60px;
	padding: 10px;
	color: #eee77f;
}
.sst-btn-Projects{
	width: 220px;
	height: 15px;
	color: var(--primary-color);
	font-weight: bold;
	margin-top: -10px;
	margin-left:0px;
	position: absolute;
	font-size: 18px;
	padding: 8px;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sst-btn-Projects img{
	position: absolute;
	left: 0px;
	top: -25px;
}
.sst-btn-Projects:hover{
	text-decoration: underline;
}

.Projects-text_1 {
    width:700px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 140px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 5px;
}
.color-white_1 {
    width: 90%;
    margin-left: 20px;
    font-family: "Regular";
    line-height: 23px;
}
.color-white_1 p{
	font-family: "Regular";
}
.color-white_1 ul{
	margin-left: 0px;
	margin-top: 10px;
	list-style: none;
}
.color-white_1 ul li{
	padding: 10px 30px;
	background-image: url(../img/icons/circle.png);
	background-repeat: no-repeat;
	background-position-y: 12px;
}
.color-white_1 pre {
    font-size: 25px;
    color: #222;
    margin-left: 0px;
    margin-top: 20px;
    width: 300px;
    position: relative;
    font-family: "Regular2"
}
.color-white_1 pre::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
      background-color: var(--primary-color);
    height: 4px;
    width: 50px;
    border-radius: 10px;

}

.color-white_1 h2{
	color: var(--primary-color);
}
#location{
	width: 1400px;
	margin: auto;
	margin-top: 400px;
	position: relative;
}
#location::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top:350px;
     background-image: url(/img/icons/awea.png);
    background-color: rgba(1, 15, 39, 0.3);
    z-index: -9;
    border-radius: 5px;
}
#map {
    width: 70%;
    height: 600px;
    float: right;
    position: relative;
    border-radius: 50px;
    border: 8px solid  #e6e9fc;
    box-shadow: 0pc 0pc 8px rgba(0,0,0,0.2);
    z-index: -1;
}
#location>.Projects-text_1 {
    width: 580px;
    height: 350px;
    float: right;
    position: absolute;
    z-index: 1;
    margin-top: 170px;
    margin-left: 20px;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

#location>.Projects-text_1>.color-white_1 {
    width: 500px;
    height: 250px;
    position: absolute;
    left: 20px;
}
.color-white_1 h1 {
    font-size: 30px;
    color: #222;
    font-family: "Regular2";
    margin-left: 0px;
    margin-top: 20px;
    padding: 5px 0px;
    width: 300px;
}
.color-white_1 h1::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: var(--primary-color);
    height: 4px;
    width: 50px;
    border-radius: 10px;
}
.color-white_1 p {
    font-size: 14px;
    line-height: 25px;
    color: #565656;
    padding: 5px;
    margin-left: -5px;
}
.leaflet-shadow-pane{
			display: none;
		}
		.icon_header{
			display: none;
		}
		.title {
    color: #343536;
    font-family: "Regular2";
    text-align: center;
    font-size: 35px;
    border-radius: 30px;
    width: 1400px;
    text-align: left;
    margin: 100px auto;
    position: relative;
}
.title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 200px;
    background-color: var(--primary-color);
    height: 4px;
    width: 50px;
    border-radius: 10px;
}


@media only screen and (max-width: 1600px) {
	#Projects{
		width: 1300px;
	}
	.Projects-image {
		width: 85%
	}
	.Projects-text_1 {
		width: 592px;
	}
}
@media only screen and (max-width: 1450px) {
	.title{
		width: 96%
	}
	.Project_title{
		width: 90% !important;
		margin-left: 5% !important;
	}
	#location{
		width: 1300px;
	}
}
@media only screen and (max-width: 1350px) {
	
	#map{
		width: 70%;
	}
	#Projects{
		width: 1200px;
	}
	.Projects-image {
		width: 85%
	}
	.Projects-text_1 {
		width: 530px;
	}
	.Projects_image_left {
    width: 423px;
	}
	#location{
		width: 1200px;
	}
}
@media only screen and (max-width: 1250px) {
.Description_image{
	width: 1000px;
	height: 583px
}

.Gallery_button{
	width: 96%;
}
.Project_title{
		margin-left:80px !important;
	}
	.Projects_image_left ul li{
		    width: 280px;
	}
	.Projects_image_left ul li:nth-child(3){
		display: none;
	}
	.Projects_image_left ul li:nth-child(2){
		display: none;
	}
	#location{
		width: 1100px;
	}
	#location>.Projects-text_1 {
    width: 510px;
	}
	#location>.Projects-text_1>.color-white_1{
		width: 420px;
	}
}

@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;
	}
	#Projects{
		width: 900px;
	}
	.Projects-image {
		width: 85%
	}
	.Projects-text_1 {
		width: 592px;
	}
	.Projects_image_left {
    width: 423px;
	}
	#location{
    width: 900px;
	}
	    #map {
        width: 60%;
    }
}

	@media only screen and (max-width: 1050px) {
		.header-auto{
			width: 600px;
			
		}
		.Projects_image_left ul li:nth-child(1){
		display: none;
	}
		.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;
}
#Projects{
		width: 600px;
		height: 400px;
	}
	.Projects-text_1 {
    width: 600px;
        margin-top: 0px;
    margin-right: 0px;
}

#location{
    width:800px;
    height: 600px;
	}
	    #map {
       height: 300px;
       width: 98%;
       margin-top: 300px;
    }
    #location>.Projects-text_1{
		    margin-top: 10px;
	}
	#galery{
		margin-top: 200px !important;
	}
	.leaflet-popup{
		display: none;
	}
	}
@media only screen and (max-width: 820px) {

#maps{
	width: 98%;
}
.Gallery_button{
	width: 90%;
}
.Project_title{
	font-size: 26px;
	width: 80% !important;
	margin-left: 10% !important;
}
.Project_title i{
	    font-size: 40px;
	        margin-left: -30px;
    margin-top: -20px;
}
#location{
    width:96% !important;
    height: 600px;
	}
	    #map {
       height: 300px;
       width: 98%;
       margin-top: 300px;
    }
    #location>.Projects-text_1{
		    margin-top: 10px;
	}
	#galery{
		margin-top: 100px !important;
	}
	.leaflet-popup{
		display: none;
	}
}
@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%;
}
#location>.Projects-text_1{
	width: 350px;
}
.color-white_1{
	width: 310px !important;
	    left:5px  !important;
}
.color-white_1 p{
	font-size: 12px;
	line-height: 22px;
}
.color-white_1 h1{
	    font-size: 22px;
	        margin-top: 0px;
}
.color-white_1 h1::before{
	top: 60px;
}
	}
@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;
		
	}
	
#Projects{
		width: 380px;
	}
	.Projects-image {
    width:100%;
        margin-left: 1px;
}
.color-white_1 {
    width: 322px;
}
.Projects_image_left{
	display: none;
}
	.Projects-text_1 {
    width: 381px;
    margin-right: 0px;
}
#map{
	    margin: 300px auto;
}

}
@media only screen and (max-width: 550px) {
	.Description_image{
	width: 400px;
	height: 233px
}
.floor_R {
    
    font-size: 11px;
	}
	

.color-white_1 {
    width: 317px;
    
	}
	.meps_icon {
    margin-top: 320px;
	}

.title {
    
    margin: 23px auto;
}
@media only screen and (max-width: 450px) {
	.Description_image{
	width: 350px;
	height: 222px
}
.Project_title{
	font-size: 20px;
}
    .Project_title {
        margin: 260px auto !important;
    }
.Projects-text_1 {
    width: 96%;
    margin-left: 2%;
    float: left;
}
.color-white_1 pre {
    font-size: 21px;
	}
	
footer{
	margin-top: 200px;
}
}