/*team*/
.sl_pteam{padding:50px 0;position:relative;overflow:hidden;}
.sl_pteam .slpt_ul{}
.sl_pteam .slpt_ul .slpt_li{padding:50px;border-radius:12px;background:#222;width:calc(50% - 30px);margin-left:60px;border:1px solid rgba(255,255,255,.15);}
.sl_pteam .slpt_ul .slpt_li:nth-child(odd){margin-left:0;}
.sl_pteam .slpt_ul .slpt_li .slpt_img{width:100%;padding-bottom:133.8%;position:relative;overflow:hidden;border-radius:12px;}
.sl_pteam .slpt_ul .slpt_li .slpt_txt{margin-top:20px;text-align:center;}
.sl_pteam .slpt_ul .slpt_li .slpt_txt p{font-size:30px;font-family:'Roboto-Bold';color:#FFF;}
.sl_pteam .slpt_ul .slpt_li .slpt_txt span{font-size:16px;margin-top:10px;color:var(--logoColor);}
html[lang='ar'] .sl_pteam .slpt_ul .slpt_li{margin-left:0;margin-right:60px;}
html[lang='ar'] .sl_pteam .slpt_ul .slpt_li:nth-child(odd){margin-right:0;}

@media screen and (max-width:1699px){
	.sl_pteam{padding:40px 0;}
	.sl_pteam .slpt_ul .slpt_li{padding:40px;border-radius:10px;width:calc(50% - 22px);margin-left:44px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_img{border-radius:10px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt{margin-top:16px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt p{font-size:26px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt span{font-size:15px;margin-top:9px;}
	html[lang='ar'] .sl_pteam .slpt_ul .slpt_li{margin-left:0;margin-right:44px;}
}

@media screen and (max-width:1359px){
	.sl_pteam{padding:30px 0;}
	.sl_pteam .slpt_ul .slpt_li{padding:30px;border-radius:8px;width:calc(50% - 15px);margin-left:30px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_img{border-radius:8px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt{margin-top:13px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt p{font-size:22px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt span{font-size:14px;margin-top:8px;}
	html[lang='ar'] .sl_pteam .slpt_ul .slpt_li{margin-left:0;margin-right:30px;}
}

@media screen and (max-width:1023px){
	.sl_pteam{padding:20px 0;}
	.sl_pteam .slpt_ul .slpt_li{padding:20px;border-radius:7px;width:calc(50% - 10px);margin-left:20px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_img{border-radius:7px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt{margin-top:11px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_txt p{font-size:20px;}
	html[lang='ar'] .sl_pteam .slpt_ul .slpt_li{margin-left:0;margin-right:20px;}
}

@media screen and (max-width:767px){
	.sl_pteam{padding:10px 0 20px;}
	.sl_pteam .slpt_ul .slpt_li{padding:15px;border-radius:6px;width:100%;margin-left:0;margin-top:15px;}
	.sl_pteam .slpt_ul .slpt_li .slpt_img{border-radius:6px;}
	html[lang='ar'] .sl_pteam .slpt_ul .slpt_li{margin-left:0;margin-right:0;}
}