#slider{
	width: 100%;
	height: 100vh;
}
   #ul 
   {
   	  width: 200px;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
   	  right: 150px;
      position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 50px;
   	 height:50px;
   	 border-radius: 20px;
     display: inline-block;
     margin-left: 5px;
     font-size: 24px;
     cursor:pointer;
     font-family: 'bpg_nino_medium_capsregular';
     font-weight: bold;
     color: #fff;
   }
   
   #ul li:first-child 
   {
   color:#fcdf7c;
   }
  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .aroow-left{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	right: 60px;
	bottom: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-left:hover{
	
	color: #fcdf7c
}
.aroow-right{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	right: 115px;
	bottom: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-right:hover{

	color: #fcdf7c;
}

.header_text{
	width: 1020px;
	height: 100vh;
	margin-left: 15%;
	display: flex;
}
.slider_address{
	font-size: 17px;
	font-weight: normal;
	color: #fcdf7c;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.sst-title-big {
	display: block;
	position: relative;
	font-size: 58px;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	margin-top: 40px;
	width: 100%;
	text-align: center;
	text-shadow: rgb(31 37 53) 0px 0px 5px;
	pointer-events: none;
	user-select: none;
	text-align: left;
font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.sst-title-big b{
	color: #f5b400;
}
.header_text_auto{
	
	height: 200px;
	width: 100%;
	margin: auto;
	position: relative;
}
.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: transparent;
	border: 2px solid #fae499;
}
@-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%);
	}
}




.container_color{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 100%;
	animation: example 5s infinite;
	animation-duration: 10s;
	animation-delay: 2s;
	transition: all 0.3s ease-in-out 0s;
	
}
.slider_box{
	width: 150px;
	height: 190px;
	position: absolute;
	z-index: 9999;
	margin-top: -140px;
	margin-left: 15%;
}
.hr{
	height: 180px;
	width: 2px;
	margin-left: 55px;
	background-color: #fff;
	animation: examples 5s infinite;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.fa-angle-down{
	color: #fff;
	position: absolute;
	margin-left: 50.8px;
	margin-top: -7px;
	font-size: 13px;
}
.slider_box ul{
	list-style: none;
	position: absolute;
	left: 35px;
}
.slider_box ul li{
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-top: -5px;
	
}
.icons{
	width: 110px;
	position: absolute;
	left: 100px;
	top: 100px;
}
.icons a{
	text-decoration: none;
}
.icons a i{
	color: #fff;
	font-size: 20px;
	margin: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icons a i:hover{
	color: #f5b400;
}
@keyframes examples {
	0%   {
		height: 60%;
	}
	25%  {
		height: 100%;
	}
	50%  {
		height: 60%;
	}
	75%  {
		height: 100%;
	}
	100% {
		height: 60%;
	}
}
.hom_title {
    width: 96%;
    margin: 100px auto;
    min-height: 50px;
    position: relative;
    border-top: 1px solid #252526;
}
.title {
    color: #e7eefe;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 10px 15px;
    font-size: 25px;
    border-radius: 30px;
    background-color:#252526;
    display: inline;
    position: absolute;
    margin-top: -25px;
}

#project{
	background-color: #f1f5fe;
	height: 500px;
	z-index: 0;
	position: relative;
}
.project_border{
	width: 1500px;
	margin: 0px auto;
	overflow: hidden;
}
.project{
    width: 460px;
    height: 500px;
    margin: 10px 20px;
    overflow: hidden;
    float: left;
    position: relative;
}

.project:hover .project_1_bg{
    background-color: #3196a3;
}
.project:hover .project_1_bg ul li{
	width: 20px;
	text-align: center;
	font-family: 'dejavu_sansbold';
    font-weight: bold;
    color:#fff;
}
.project_1 {
    width: 420px;
    height: 500px;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.project_1_tr_color {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: linear-gradient(rgba(0, 2, 18, 0.6),rgba(0, 2, 18, 0.2));
}

.Ongoing_project {
    text-align: center;
    background-color: #3196a3;
    color: #fae499;
    font-size: 14px;
    display: inline-table;
    padding: 5px 20px;
    line-height: 24px;
    height: 7px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    letter-spacing: 1.3px;
    border-radius: 50px;
    margin: 10px 7px;
}
.href_button {
    width: 200px;
    height: 80px;
    margin-left: 89px;
    margin-top: 50px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.project_title {
    position: absolute;
    color: #fff;
    font-family: "Regular2";
    font-size: 22px;
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.project_title pre{
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    font-size: 14px;
    color: #fae499;
    margin-top: 5px;
}
.About_project{
	width: 235px;
	text-align: center;
	border: 2px solid #fae499;
	box-sizing: border-box;
	color: #fae499;
	font-size: 14px;
	padding: 8px 5px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    letter-spacing: 1.3px;
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.About_project:hover{
	background-color:rgba(250,228,153,0.3);
	color: #fae499;
}
.Choose_an_apartment{
	width: 200px;
	text-align: center;
	border: 2px solid #fae499;
	box-sizing: border-box;
	color: #fae499;
	font-size: 14px;
	padding: 8px 5px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    margin-left: 19px;
    letter-spacing: 1.3px;
    border-radius: 50px;
    position: absolute;
    margin-top: 50px;
}
.Choose_an_apartment:hover{
	background-color:rgba(250,228,153,0.2);
	color: #fae499;
}
.project_1_bg {
    width: 378px;
    height: 380px;
    position: absolute;
    top: 10px;
    right: -7px;
    background-image: url(/img/icons/awea.png);
    background-color: #fae499;
    z-index: -1;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}
.project_1_bg ul{
	position: absolute;
	right: 17px;
	margin-top: 10px;
	list-style: none;
}
.project_1_bg ul li{
	width: 20px;
	font-size: 20px;
	text-align: center;
	font-family: 'dejavu_sansbold';
    font-weight: bold;
    color: #252526;
}
  

.project_1_tr_color:hover .href_button{
	margin-top: 150px;
	opacity: 1;
   
}

.project_1_tr_color:hover .sc{
	opacity: 0;
}

#Company{
    width: 96%;
    height: 770px;
    margin: auto;
    position: relative;
    margin-top:500px;
    
}
.Company-image{
    width: 80%;
    height: 600px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-image: url(/img/slider/165221271012.jpg);
    z-index: 2;
}
.Company_fontact{
	position: absolute;
	bottom: 5px;
	left: -0px;
	color: #fff;
    color: #fff;
    border-radius: 50px;
    border-left:none !important;
}
.bulet_top{
	width: 300px;
	height: 200px;
	position: absolute;
	z-index: -9999;
	right: 17%;
	top: -30px;
	background-image: url(/img/icons/awea.png);
}
.bulet_bottom{
	width: 150px;
	height: 200px;
	position: absolute;
	z-index: -2;
	left: 3%;
	margin-top: 450px;
	 background-image: url(/img/icons/awea.png);
}
.Company_fontact a{
	color: #fff;
	font-family: 'dejavu_sansbook';
    font-weight: bold;
}
.image_color {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 2, 18, 0.4);
    z-index: 9;
    width: 100%;
    height: 100%;
}
.image_color div{
	margin: 25px 30px;
	padding: 10px;
	border-left: 3px solid #37A7B7;
}
.image_color div b{
	font-size: 30px;
	color: #fae499
}
.image_color div p{
	font-size: 40px;
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}
.sst-btn-Company{
	width: 70px;
	height: 20px;
	color: #fae499;
	background-color:#3196a3;
	border: 2px solid #3196a3;
	font-weight: bold;
	margin-top: 280px;
	margin-left: 20px;
	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-Company p{
	transform: rotate(-10deg);
	margin-top:-2px;
	margin-left: -4px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    width: 100px;
    font-size: 15px;
}

.sst-btn-Company:hover{
	animation: none;
	background-color: rgba(49,150,163,0.5);
	border: 2px solid #3196a3;
}
.Projects-text_1 {
    width:600px;
    height: 350px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 380px;
    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 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;

}
.link_1 {
    width: 180px;
    height: 20px;
    position: absolute;
    color: #ecad06;
    text-align: right;
    padding: 10px 15px;
    line-height: 23px;
    font-family: "BPG Arial Caps", sans-serif;
    font-size: 14px;
    overflow: hidden;
    left: 320px;
    top: 330px;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.loader1{
    top: 345px;
    position: absolute;
    z-index: 999;
    height: 10px;
    width: 500px;
    margin-left: 30px;
}
#Partners{
	width: 1450px;
	margin: -40px auto;
	position: relative;
	
}
.Partners_border{
	border: 5px solid rgba(255,255,255,0.4);
	width: 97.3%;
	height: 88%;
	margin-left: 1%;
	margin-top:1%;
}
.Partners_border a{
    
}

.Partners_border a>img{
	margin:10px 23px;
	-webkit-box-shadow: 0 0 25px 0 rgb(6 91 102 /10%);
    box-shadow: 0 0 25px 0 rgb(6 91 102 / 10%);
    border-radius: 5px;
}
.Partners_border a>img:hover{
	-webkit-box-shadow: 0 0 25px 0 rgb(6 91 102 /20%);
    box-shadow: 0 0 25px 0 rgb(6 91 102 / 20%);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}