/*start body*/
body,html{
	height:100%;
}
.serv_title p {
	display: block;
	height: 100px;
	overflow: hidden;
}
.social li.tiktok a:before{
	content:"\e90c";
	font-family:iconmoon2;
}
.whats_fix a i {
	font-style: normal;
	font-size: 11px;
	position: absolute;
	top: -23px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.whats_fix.whats_fix2 {
	bottom: 100px;
}
.whats_fix.whats_fix3 {
	bottom: 180px;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	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:#344d8d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d75e3f;
	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 header*/
#header{
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	z-index:1000;
	width:100%;
	height:120px;
	float:right;
	clear:both;
	position:absolute;
	top:0px;
	right:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	margin-top: 5px;
	position: relative;
	z-index: 100;
	text-align: center;
	width: 150px;
}
.logo img {
	height: 100px;
	float:right;
/* 	filter:brightness(0) invert(1);
	-webkit-filter:brightness(0) invert(1);
	-moz-filter:brightness(0) invert(1);
	-o-filter:brightness(0) invert(1);
	-ms-filter:brightness(0) invert(1);	 */
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	text-transform:uppercase;
	font-weight:700;
	font-size:13px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-family:Barlow;
	font-weight:600;
	font-size:16px;
	display:inline-block;
	vertical-align:0px;
	color:#5572ba;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#344d8d;
	position:absolute;
	bottom:5px;
	right:100%;
	left:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	right:15px;
	left:0px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub,.nav li:hover .sub ul li:hover .sub{
	display:block;
}
.nav li:hover .sub .sub{
	display:none;
	right:230px;
	top:0;
}
.nav li:last-child .sub{
	right:auto;
	left:15px;
}
.sub {
	position: absolute;
	width: 230px;
	display: none;
	top: 50px;
	right: 15px;
	z-index:5000;
	background-color: #fff;
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
	padding:0;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a,.nav li:hover .sub ul li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	font-weight:600;
	color:#333;
	text-align:right;
	border-bottom:1px solid rgba(33,33,33,0.05);
}
.nav li:hover .sub ul li a:hover,.nav li:hover .sub ul li:hover a,.nav li:hover .sub ul li:hover .sub ul li a:hover{
	background:#344d8d;
	color:#fff;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before {
	content: "\f038";
	font-family: FontAwesome;
	color:#333;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
.social {
	position: absolute;
	left:35px;
	bottom:4px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#fff;
	background:#5572ba;
	display: block;
	font-size: 12px;
	z-index: 11;
	margin:0px 4px;
	border-radius:3px;
	font-weight: normal;
	position: relative;
	min-width: 30px;
	height:30px;
	text-align: center;
	line-height: 30px;
}
.social li a:hover{
	color:#fff;
	background:#d75e3f;
}
.social li:hover:after{
	top:0;
}
.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";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.search_icon {
	position:absolute;
	left:0px;
	bottom:4px;
}
.search_icon.active span{
	background:#d75e3f;
	color:#fff;
}
.search_icon span{
	display:block;
	font-weight:normal;
	border-radius:3px;
	line-height:30px;
	width:30px;
	height:30px;
	font-size:13px;
	cursor:pointer;
	position:relative;
	z-index:10006;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align:center;
	background:#d75e3f;
	color: #fff;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #222;
	height: 100px;
	border-top: 2px solid #555;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: 'tajawal', sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	text-transform:uppercase;
	background-color:#344d8d;
	color:#fff;
	font-size:13px;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
	color:#fff;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#344d8d;
	float:right;	
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.05);
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer .social{
	clear:both;
	overflow:hidden;
	position:relative;
	top:0;
	bottom:0;
	left:0;
	float:none;
	padding-top:5px;
	text-align:center;
}
#footer .social li{
	display:inline-block;
	float:none;
}
#footer .social li a{
	border:3px solid rgba(255,255,255,.1);
	background:none;
	border-radius:0px;
	width:45px;
	height:45px;
	margin-right:2px;
	margin-left:2px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#cedfd0;
	text-align:center;
	z-index:100;
	line-height:40px;
	display:block;
	position:relative;
}
#footer .social li a:hover{
	color:#fff;
	border-color:transparent;
}
#footer .social li a span{
	transform:scale(0,0);
	position:absolute;
	width:45px;
	height:45px;
	top:-3px;
	right:-3px;
	z-index:-1;
	border:3px solid #d75e3f;
	background:#d75e3f;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
#footer .social li a:hover span{
	transform:scale(1,1);
}
#footer .social li a:after{
	display:none;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#b1c2c8;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:25%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#d75e3f;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#cedfd0;
	font-size: 13px;
	font-weight:600;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#fff;
	font-weight:600;
	font-size:13px;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	color:#d75e3f;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover:before{
	color:#fff;
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#d75e3f;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#d75e3f;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#5572ba;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#d75e3f;
}
/*end totop*/
/*start head_fix*/
.head_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .head_fix{
	top:0;
}
/*end head_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	z-index:100;
	background:#c4996c;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#progress_a{
	width:70%;
	left:0px;
	position:absolute;
	z-index:101;
	top:0;
}
#progress{
	height:5px;
	float:left;
	background:rgba(255,255,255,0.3);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:35px;
	text-align:center;
	position:absolute;
	top:50%;
	width:30px;
	color:#fff;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.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:15px;
}
.slider_cont_all{
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
	position:relative;
	z-index:800;
	display:block;
	padding:0px 50px 0px;
}
.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:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #d75e3f;
	text-shadow:1px 1px 1px #212121;
	font-size: 30px;
	margin-bottom: 35px;
}
.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:888;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 40px;
	top: 50%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#d75e3f;
}
.cycle-pager span {
	margin-bottom:2px;
	width:9px;
	height:25px;
	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 count*/
#count {
	clear: both;
	float: right;
	width: 100%;
	background-color: #5572ba;
	padding: 50px 0px 50px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg/bg45.png);
	background-position: center;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
#count ul li:nth-child(2n+2) {
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
	text-align: center;
}
.count_all span{
	font-family:Flaticond3,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color:#fff;
	display:block;
	font-weight:normal;
	font-size:50px;
}
.count_all h2 {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position:relative;
	margin-bottom: 20px;
	padding-bottom:20px;
	margin-top: 22px;
}
.count_all p:after{
	content:"";
	clear:both;
	height:4px;
	width:30px;
	margin:10px auto 0px;
	display:block;
	background:#fff;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.aboutus{
	display:table;
	width:100%;
}
.aboutus_right{
	width:45%;
	height:100%;
	vertical-align:top;
	display:table-cell;
	position:relative;
}
.aboutus_right iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.aboutus_left {
	position: relative;
	height: 100%;
	padding: 0px 30px 50px;
	vertical-align: top;
	width: 55%;
	display: table-cell;
	vertical-align: middle;
}
.aboutus_txt {
	font-size: 14px;
	clear:both;
	text-align:center;
	overflow:hidden;
}
.aboutus_txt ul{
	clear:both;
	margin-top:20px;
}
.aboutus_txt ul li{
	width:50%;
	float:right;
	color:#333;
	font-weight:600;
	display:block;
	padding:5px;
}
.aboutus_txt ul li:before{
	content:"\f00c";
	font-family:FontAwesome;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:10px;
	font-weight:normal;
	vertical-align:0px;
	margin-left:10px;
	background:#344d8d;
	color:#fff;
	line-height:20px;
	border-radius:50%;
	text-align:center;
}
.aboutus_right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
/*end aboutus*/
/*start data*/
#data {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:40px;
	z-index: 600;
}
.data_list {
	display: block;
	clear: both;
}
.data_list li {
	display: block;
	float: right;
	width: 33.33%;
	padding:0px;
	overflow: hidden;
	background:#344d8d;
	padding:40px 25px;
	color:#fff;
	position:relative;
}
.data_list li:nth-child(2){
	background:#344d8d;
}.data_list li:nth-child(1){
	background:#5572ba;
}
.data_all {
	position: relative;
	border: 2px dashed rgba(255,255,255,0.4);
	padding: 25px 30px;
}
.data_all span {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	display: block;
	font-size:30px;
	color: #fff;
	margin-bottom:15px;
	position: relative;
}
.data_all i{
	position:absolute;
	color:#fff;
	top:20px;
	left:20px;
	opacity:0.2;
	font-style:normal;
	line-height:1;
	font-size:80px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_text {
	position:relative;
	clear: both;
}
.data_text h2 {
	font-weight: 700;
	font-size: 17px;
	display:block;
	position:relative;
	margin-bottom:15px;
	z-index:2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.data_text p {
	font-size: 14px;
	display: block;
	clear: both;
	line-height:2;
	color:#d8ecda;
	overflow: hidden;
	height: 140px;
	margin-bottom: 25px;
}
.data_text a {
	display:inline-block;
	background: #fff;
	color: #344d8d;
	padding:10px 15px;
	margin: 15px auto;
	text-align:center;
	font-weight:700;
	font-size:13px;
	border-radius: 2px;
}
.data_text a:hover{
	background: #d75e3f;
	color:#fff;
}
/*end data*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	color:#333;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
}
.pages_title h1 {
	color: #344d8d;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}
.pages_title span {
	line-height: 2;
	font-size: 14px;
	color: #79766d;
	display: block;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
}
.pages_title p{
	background:url(../images/title.png);
	background-color:#c4ab3b;
	background-repeat:no-repeat;
	width:125px;
	height:13px;
	display:block;
	margin:0px auto;
}
/*end pages_title*/
/*start services*/
#services{
	clear:both;
	margin-bottom:50px;
	position:relative;
	z-index:100;
	float:right;
	width:100%;
}
.serv_ol {
	overflow: hidden;
	clear: both;
	padding-top:20px;
	display: block;
	padding-bottom:20px;
}
.serv_ol li {
	display: block;
	float:right;
	position:relative;
	padding:15px;
	margin-bottom:15px;
	width:33.33%;
}
.serv_all {
	width: 100%;
}
.serv_txt {
	display: block;
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 16px -13px rgba(0, 0, 0, 0.75);
	position: relative;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	left:0;
	top:0;
}
.serv_ol li:hover .serv_txt{
	background:#333;
	top:-10px;
}
.serv_ol li:hover .serv_txt b,.serv_ol li:hover .serv_txt p{
	color:#fff;
}
.serv_txt b {
	font-weight: 600;
	font-size: 23px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.serv_txt p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:600;
	height:100px;
	overflow:hidden;
	color: #555;
}
.serv_txt span {
	background: #fcfbf8;
	color: #000;
	font-weight: 600;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 12px;
}
.serv_txt a {
	background: #344d8d;
	color: #fff;
	width:100px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:20px;
	display:block;
	font-size:13px;
	margin-top: 10px;
	position:absolute;
	bottom:-20px;
	left:20px;
	z-index:500;
	font-weight:600;
}
.serv_txt a:hover {
	background: #d75e3f;
	color: #fff;
}
/*end services*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:40px;
	overflow:hidden;
	position: relative;	
}
#teams iframe{
	width:100% !important;
	height:600px !important;
}
/*end teams*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:0px 0px 30px;
	display: block;
	margin-bottom:40px;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #5572ba;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 30px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #5572ba;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #5572ba;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
.my_media {
	margin-bottom: 50px;
}
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	background-color:#eee;
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	padding:50px 0px;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	color: #333;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#5572ba;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#333;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:right;
	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*/