#Services{
    width: 1100px;
    margin: -120px auto;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    min-height: 500px;
    background-color: #f7f9fb;
}
#Services img{
   width: 100%;
}
#Services h1 {
    font-size: 25px;
    color: #000100;
    font-family: 'dejavu_sansbold';
    margin-left: 10px;
    margin-top: 20px;
}
#Services h1::before {
    content: "";
    position: absolute;
    margin-top: 45px;
    margin-left: 0px;
    background-color: #ca924a;
    border-radius: 10px;
    height: 6px;
    width: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Services_text{
	margin-top: 30px;
	margin-left: 10px;
}

.Our-team{
	max-width: 1300px;
    margin:  auto;
}
.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%;
	top: 60px;
}
 .team{
	width: 300px;
    height: 385px;
    position: relative;
    background-color: #616568;
    margin: 10px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.team-rgba{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
}
.Services_text ul{
	margin-left: 20px;
}
.team-rgba img{
	position: absolute;
	width:60px;
	margin: 10px 0px;
	
}
.team-rgba:hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.team-rgba h3 {
    color: #fff;
    margin-top: 280px;
    padding: 10px;
    font-family: 'dejavu_sansbold';
}
.team-rgba h3:hover{
	text-decoration: underline;
}
.team-rgba div {
    color: #f4d22a;
    margin-top: -10px;
    padding: 10px;
    font-family: 'bpg_nino_medium_capsregular';
}
@media only screen and (max-width:1220px) {
#Services{
	width: 98%;
}
.Project_title{
	width: 96%;
}
}
@media only screen and (max-width: 1050px) {

.interior-image-2{
	
    left: 40%;
}
.Services_text{
	width: 90%;
}
}

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


#Services{
	width: 96%;
}

.interior-image-2{
	
    left: 30%;
}
#servise{
	max-width: 500px;
}
}

@media only screen and (max-width: 800px) {
	#slider {
    height: 500px;
 
}
.interior-image-2,.interior-color{
	display: none;
}
.interior_right {
   
    margin-top: 250px;
}
.interior-image-1{
	width: 95%;
}
.slider_text_content h1{
	font-size: 23px;
	margin-top: 30px;
	line-height: 40px;
}
.slider_text{
	left:5%;
	width: 330px;
}
.slider_text_content a{
	margin-top: 20px;
}
.Our_team_top{
	background-color:#fff; 
}
#Our_team{
	margin-top:50px;
}
}
@media only screen and (max-width:600px) {
.team_text {
    
    margin-left: 10%;
}
.aroow-right{
	left: 10px;
}
.aroow-left{
	left: 90px;
}
}
@media only screen and (max-width:600px) {
.Our_team_bg_color{
	display: none;
}
.title_border h2{
	width: 380px;
	font-size: 25px !important;
}
}
@media only screen and (max-width:500px) {
.Our_team_slider{
	    margin-right: 5%;
}
.servise {
  
    margin: 20px 20px;
}
}

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

.team_text {
   
    margin-left: 5%;
}
.team_text p{
	 width: 350px;
}
.Our_team_slider{
	    margin-right:3%;
}
.Our_team_slider{
	width: 370px;
}
}