/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#3893ca;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#bd4f49;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	float:right;
	position:absolute;
	z-index:1000;
	display:block;
	top:0;
	right:0;
	height:50px;
}
.top_bg{
	width:47%;
	position:absolute;
	top:0;
	right:0;
	height:50px;
	background:rgba(0,0,0,0.1);
}
.top_bg:before {
	content: "";
	position: absolute;
	right:100%;
	top: 0;
	border-left: 50px solid transparent;
	border-top: 50px solid rgba(0,0,0,0.1);
}
.width{
	z-index:101;
	color:#fff;
	position:relative;
}
.s_contact,.s_user{
	float:right;
}
.s_contact li,.s_user li{
	display:block;
	float:left;
}
.s_contact li a,.s_user li a {
	display: block;
	font-size:12px;
	color: #fff;
	height:50px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:50px;
	font-weight:600;
}
.s_user li a{
	letter-spacing:0px;
}
.s_contact li a:before,.s_user li a:before{
	vertical-align:0px;
	display:inline-block;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome;
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_user li.signin a:before{
	content:"\f02b";
}
.s_user li.signup a:before{
	content:"\f024";
}
.s_contact li a:hover,.s_user li a:hover{
	color:rgba(255,255,255,0.7);
}
.s_contact li a:hover:before,.s_user li a:hover:before{
	color:rgba(255,255,255,0.7);
}
.social {
	float: left;
	position:relative;
	z-index:100;
	margin:10px 0px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	display: block;
	color: #fff;
	z-index: 11;
	padding: 0px 10px;
	font-size: 12px;
	position: relative;
	line-height: 29px;
	height: 30px;
	width: 35px;
	margin-left: 4px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid #3893ca;
}
.social li a:hover{
	color:#fff;
	background:#3893ca;
	border:none;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.welcome {
	float: left;
	line-height: 50px;
	height:50px;
	font-size: 12px;
	color: #fff;
	padding-right: 25px;
	text-transform:uppercase;
}
.welcome span {
	background: #e95047;
	color: #fff;
	padding: 3px 10px;
	margin-left: 10px;
	border-radius: 2px;
}
/*end top*/
/*start header*/
#header{
	height:85px;
	width:100%;
	float:right;
	clear:both;
	background:rgba(0,0,0,0.3);
	z-index:1001;
	position:absolute;
	top:50px;
	right:0;
}
.header_bg{
	width:47%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:rgba(255,255,255,0.1);
}
.header_bg:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 85px solid transparent;
	border-bottom: 85px solid rgba(255,255,255,0.1);
}
.header{
	width:1230px;
	position:relative;
	margin:0px auto;
}
.logo {
	float: left;
	margin-top:8px;
	position: relative;
}
.logo a img {
	height: 70px;
	display: block;
}
.search_icon span:hover,.search_icon.active span{
	border:1px solid #fff;
	color:#e95047;
	background:#fff;
}
.search_icon {
	float: right;
	margin-top: 24px;
	margin-left: 10px;
}
.search_icon span{
	display:block;
	line-height:38px;
	width:40px;
	height:40px;
	font-size:18px;
	cursor:pointer;
	border:1px solid #e95047;
	background:#e95047;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align:center;
	color: #fff;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: #333;
	right: 0px;
	top: 85px;
	position: absolute;
	width: 100%;
	display:none;
	text-align: left;
	z-index: 1000;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 13px;
	font-family:'tajawal',Barlow, sans-serif;
	padding:0px 45px 0px 20px;
	line-height: 42px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 30px;
	border: none;
	background: #bd4f49;
	cursor:pointer;
	position: absolute;
	right: 7px;
	top: 7px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
.nav {
	float: right;
	margin-top:24px;
}
.nav li{
	display:block;
	float:left;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	font-weight:normal;
	margin-right: 5px;
}
.nav li a {
	display: block;
	color: #fff;
	line-height:40px;
	padding: 0px 13px;
	font-weight:700;
	position:relative;
	text-transform:uppercase;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.nav li a:hover,.nav li:hover a{
	background-color:#3893ca;
	color:#fff;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
	display:none;
	top: 40px;
	left:0px;
	border-top:1px solid #3893ca;
	z-index:1500;
	background: #3893ca;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a9";
	vertical-align:middle;
	margin-right:10px;
}
.nav li:hover .sub ul li a:hover{
	color:#000;
	background:#f8f8f8;
	padding-left:13px;
}
.logo a {
	display: block;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background:#3893ca;
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	height:45px;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#fff;
	text-decoration:underline;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:20px;
	bottom:10px;
	display:none;
	line-height:45px;
	width:45px;
	border-radius:50%;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	background:#bd4f49;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#3893ca;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	height:100%;
	display:block;
	z-index:100;
	background:#3893ca;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
	right:0;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(255,255,255,0.1);
}
#particles-js {
    position: absolute;
    top: 0;
	width:100%;
	height:100%;
    right: 0;
    z-index: 102;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background:linear-gradient(to right, #3893ca 0%, #000 100%);
	position:absolute;
	opacity:0.7;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:0px 15px;
}
.slider_cont_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:1002;
	font-weight:700;
	display: inline-block;
	text-transform:uppercase;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom:20px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:1002;
	position: relative;
	display: inline-block;
	max-width:700px;
	margin:0px auto;
	color: #fff;
	font-size:14px;
	font-weight:400;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	right: 20px;
	top: 43%;
}
.cycle-pager .cycle-pager-active {
	background:#3893ca;
}
.cycle-pager span {
	margin-bottom:8px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#goals{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	z-index:200;
	float:right;
	margin-top:-195px;
	margin-bottom:80px;
}
#goals:before{
	content:"";
	width:100%;
	height:100%;
	background-image:url(../images/bg2.png);
	background-repeat:repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	opacity:0.08;
}
.goals{
	width:100%;
	color:#979797;
	position:relative;
	z-index:101;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.goals_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.goals_list li span{
	width:60px;
	z-index:101;
	position:relative;
	height:60px;
	line-height:60px;
	border-radius:60px;
	background:#3893ca;
	color:#fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:center;
}
.goals_list li:first-child span{
	background:#bd4f49;
}
.goals_list li span:before{
	font-family:FontAwesome;
	font-size:30px;
}
.goals_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:rgba(255,255,255,0.7);
	position:relative;
	height:85px;
}
.goals_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.goals_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:25%;
	height: 100%;
	padding:0px 20px 0px;
	overflow: hidden;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.aboutus{
	width:100%;
}
.aboutus_left {
	position: relative;
}
.aboutus_txt {
	font-size: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-left:1px solid #c7c8c9;
	padding-left:20px;
	margin-left:150px;
	padding-top: 10px;
	color:#333;
}
.aboutus_img {
	display: block;
	float: left;
	font-size:20px;
	font-weight:normal;
	line-height:1.1;
	text-align:center;
	padding:5px;
}
.aboutus_img b{
	font-weight:700;
	color:#bd4f49;
	font-size:50px;
	display:block;
}
/*end aboutus*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
	width:100%;
}
#gallery .width{
	height:100%;
	position:relative;
}
.gallery_slider{
	direction:rtl;
}
.gallery li{
	float:left;
	overflow:hidden;
	width:100%;
	position:relative;
	height:490px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 3px;
}
.gallery li .gallery_alls{
	width:100%;
	height:100%;
	position:relative;
}
.gallery li .gallery_alls:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1000;
	bottom:0;
	cursor:grab;
	opacity:0.2;
	background:#3893ca;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.gallery li:hover .gallery_alls:before{
	opacity:0;
}
.gallery li img{
	width:100%;
	height:100%;
	cursor:grab;
	object-fit:cover;
	object-position:bottom;
	display:block;
}
.gallery_slider{
	visibility:hidden;
}
.gallery_slider.slick-initialized {
	visibility:visible;
}
.gallery_next, .gallery_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 40px;
	color: #333;
	left: 10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	border-radius:50%;
	background: rgba(255,255,255,0.8);
	line-height: 40px;
}
.gallery_next:before,.gallery_prev:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.gallery_next:before{
	content:"\f054";
}
.gallery_prev:before{
	content:"\f053";
}
.gallery_next{
	right:10px;
	left:auto;
}
.gallery_next:hover,.gallery_prev:hover{
	opacity:0.5;
	background:#3893ca;
	color:#fff;
}
.gallery li div .gallery_all {
  position: absolute;
  top:0;
  bottom:0;
  left:80px;
  width:290px;
  padding: 40px;
  color: #fff;
  direction:ltr;
  text-align:left;
  font-weight: 600;
  z-index:2000;
  font-size:13px;
  background:#3893ca;
}
.gallery_cont {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px;
}
.gallery li div b {
	font-size:25px;
	display: block;
	color:#fff;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
	font-weight: 700;
}
/*end gallery*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	background:#e1ecf7;
	color: #3893ca;
	margin-bottom:3px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #bd4f49;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #bd4f49;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	text-transform:uppercase;
	display: block;
	margin-bottom: 3px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services*/
#services{
	clear:both;
	margin-bottom:40px;
	float:right;
	width:100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: left;
	width:25%;
	padding:20px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0px 0px 15px -7px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 250px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right a:before{
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	opacity:0;
	position:absolute;
	background:rgba(0,0,0,0.6);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover .serv_right a:before{
	opacity:1;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_left {
	position: relative;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	color: #333;
	text-transform:uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: -25px;
	display: inline-block;
	padding: 10px 20px;
	margin-right: 15px;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 49px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0px 20px;
}
.serv_left a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-radius: 35px;
	background: #3893ca;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	margin-left: 20px;
	float: left;
	margin-bottom: 15px;
}
.serv_left a:before{
	content:"\f061";
	display:inline-block;
	transform:rotate(-50deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-family:FontAwesome;	
}
.serv_left a:hover{
	color:#fff;
	background:#3893ca;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start quote*/
#quote{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:40px;
	overflow:hidden;
	background:#373435;
	padding:80px 0px 80px;
	position:relative;
}
#quote:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #3893ca;
	z-index: 100;
	opacity: 0.8;
}
.quote_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-attachment:fixed;
	background-size: cover;
}
#quote h2{
	position:relative;
	z-index:200;
	text-align:center;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:30px;
}
#quote h2:after{
	content:"";
	display:block;
	width:50px;
	height:4px;
	background:#fff;
	border-radius:50px;
	margin:10px auto 0px;
}
/*end quote*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:40px;
}
#partners .pages_title {
	float: left;
	width: 35%;
	padding-right:30px;
	padding-top: 80px;
}
.partners{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners li{
	float:left;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/