.designers{
	position:relative;
	
}
.designers .page-breadcrumbs{
	padding-top:50px;
}
.des-bg{
height:100vh;
left:0;
right:0;
top:0;
position:fixed;
z-index:-1;
background-image:url(/designers/images/bg.jpg);
background-repeat:no-repeat;
background-size:100% auto;
background-position:fixed;
opacity:0.1;
}
.b1{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:50px;
}

.b1-col{
	flex:0 0 30%;
	text-align:center;
}

.designers h1{
	text-align:Center;
	margin-bottom:50px;
}
.center{
	margin:50px 0;
	text-align:Center;
}
.b1-col img{
	vertical-align:middle;
	margin-right:20px;
}
.b2{
	background-color:rgba(0,0,0,0.6);
	padding:40px;
	border-radius:10px;
	display:flex;
	justify-content:space-between;
}
.b3{
	flex:0 0 (calc(100% - 90px)/4);
	text-align:center;
	color:#fff;
}
.des-tablinks
{
	margin-bottom:30px;
}
.des-tablinks a{
	display:inline-block;
	margin:0 50px;
}

.des-tab{
	display:none;
}
.des-tab.active{
	display:block;
}
.b4{
	display:flex;
	align-items:center;
	margin-bottom:100px;
}
.u1 li{
	font-size:20px;
	margin-bottom:30px;
}
.b4-left{
	flex:0 0 calc(45% - 50px);
	padding-right:50px;
}
.b4-right{
	flex:0 0 50%;
	position:relative;
	min-height:600px;
	max-width:50%;
}
.des-slider{
	width:100%;
	max-width:100%;
	height:100%;
}
.des-slider .swiper-slide{
	width:100%;
	max-width:100%;
	height:100%;
	min-height:500px;
	background-size:cover;
	background-position:center;
}

.prem2{
	background-color:rgba(0,0,0,0.2);
	padding:40px;
	border-radius:10px;
	
	justify-content:space-between;	
	display:flex;
	width:70%;
	margin:100px auto;
}
.pitem{
	flex:0 0 calc((100% - 90px)/3);
	text-align:center;
}
h2{
	text-align:Center;
}

@media (max-width: 767px){
.b1{
	flex-wrap:wrap;
}
.b2{
	flex-wrap:wrap;
}	
.b4{
	flex-wrap:wrap;
	margin-bottom:40px;
}
.b1-col{
	flex:0 0 100%;
	padding:0;
	margin-bottom:20px;
}
.b3{
	flex:0 0 100%;
	padding:0;
	margin-bottom:20px;
}
.b4-left,.b4-right{
	flex:0 0 100%;
	padding:0;
	margin-bottom:20px;
	max-width:100%;
}
.des-tablinks a{
	margin:0 10px;
}
}