/*start body*/
.wraps_is {
	overflow: hidden;
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 50px;
}
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'cairo', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
a{
	text-decoration:none;
	color:#4d86bd;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#ee3e2c;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	background:#363636;
	float:right;
	display:block;
	height:40px;
}
.top{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	color:#eee;
}
.welcome {
	display: block;
	float: right;
	line-height: 40px;
	font-size: 12px;
	border-left: 1px solid #444;
	padding-left: 10px;
	color: #aaa;
}
.welcome b {
	color: #4d86bd;
	margin-right:5px;
	font-weight: 400;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid #444;
}
.social li a {
	display: block;
	color: #aaa;
	border-left:1px solid #444;
	z-index:11;
	padding: 0px 13px;
	font-size:11px;
	position:relative;
	line-height:40px;
}
.social li a:hover{
	color:#fff;
	background:#4d86bd;
}
.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";
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a {
	display: block;
	font-size:12px;
	letter-spacing:2px;
	color: #aaa;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0px 10px;	
	border-left:1px solid #444;
	line-height:40px;
}
.s_contact li a img{
	vertical-align:0px;
	margin-left:5px;
}
.s_contact li a:before{
	vertical-align:0px;
	display:inline-block;
	margin-left:5px;
	font-family:FontAwesome;
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li a:hover,.s_contact li.phone a{
	background:#4d86bd;
	border-left:1px solid #4a81b6;
	color:#fff;
}
.my_contact {
	float: left;
	line-height: 40px;
	padding-right: 10px;
}
.my_contact a {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #4d86bd;
	color: #fff;
	font-size: 12px;
	padding: 2px 9px;
	border-radius: 2px;
}
.my_contact a:hover{
	background:#eff0eb;
	color:#333;
}
.my_contact a:before {
	content:"\f003";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
}
/*end top*/
/*start header*/
#header{
	height:110px;
	background:#4d86bd;
	width:100%;
	clear:both;
	float:right;
	position:relative;
}
#header:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg2.png);
	background-repeat:repeat;
	opacity:0.1;
	background-position:bottom center;
}
.header{
	width:1230px;
	margin:0px auto;
	position:relative;
}
.logo {
	text-align:center;
	overflow: hidden;
	padding-top: 13px;
}
.logo a{
	display:block;
}
.logo img{
	height:85px;
}
/*end header*/
/*start nav*/
.nav_h.scrolled{
	width:100%;
	float:right;
	height:50px;
	display:block;
}
#nav{
	float:right;
	width:100%;
	height:50px;
	clear:both;
	background:#3A3D42;
}
#nav.scrolled{
	position:fixed;
	top:0;
	right:0;
	z-index:2000;
}
.nav {
	width:1230px;
	margin:0px auto;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li:first-child a{
	border-right:1px solid #444;
}
.nav li a {
	display: block;
	color: #fff;
	height:50px;
	line-height:50px;
	border-left:1px solid #444;
	padding: 0px 20px;
	font-weight:600;
	position:relative;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.nav li a:hover,.nav li:hover a{
	background-color:#4d86bd;
	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 8px 14px -4px rgba(0, 0, 0, 0.15);
	display:none;
	top:50px;
	right:0px;
	z-index:200;
	background: #fff;
}
.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:#333;
	height:auto;
	text-align:right;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #f8f8f8;
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
}
.nav li:hover .sub ul li a:hover{
	color:#fff;
	background:#333;
	padding-right:13px;
}
.nav li:before{
	display:none;
}
.nav li a:before{
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
	font-weight:normal;
	display:inline-block;
}
/*end nav*/
/*start footer*/
#footer {
  background-color:#111;
  clear: both;
  width:100%;
  float:right;
  position: relative;
}
.footer{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	display:table;
}
.foot:last-child{
	border-left:none;
}
.foot {
  width:25%;
  border-left:1px solid #181818;
  display:table-cell;
  vertical-align:middle;
  padding:120px 25px 70px;
  overflow: hidden;
}
.foot.foot_about{
	width:50%;
	text-align:center;
}
.foot h2 {
  overflow:hidden;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
}
.foot p {
  clear: both;
  color: #888;
  display: block;
  font-size: 13px;
  line-height: 2;
  padding-left: 20px;
}
.foot ul li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;  
}
.foot img{
	margin-bottom:15px;
	max-height:100px;
}
.foot ul li a {
  color:#888;
  font-size:13px;
}
.foot ul li a:before {
  content: "\f100";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
  margin-left: 5px;
}
.foot ul li a:hover{
	color:#fff;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #888;
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#fff;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_time:before {
  content: "\f017";
}
.contactus li.foot_phone:before {
  content: "\f095";
}
.contactus li.foot_email:before {
  content: "\f003";
}
.contactus li.foot_address:before {
  content: "\f041";
}
.contactus li span {
  color: #fff;
}
.contactus li a {
  color: #888;
  font-size:14px;
}
.contactus li a:hover {
  color: #fff;
  text-decoration:underline;
}
.foot .social{
	float:none;
	margin:10px 0 0;
	padding:0;
	text-align:center;
}
.foot .social li{
	float:none;
	display:inline-block;
	margin:0;
	padding:0;
}
.foot .social li a:before{
	display:inline;
	margin:0;
}
.foot .social li a{
	background:#fff;
	width:30px;
	height:30px;
	text-align:center;
	padding:0px;
	margin:0;
	line-height:30px;
	font-size:12px;
	border-radius:30px;
	margin-left:3px;
	border:none;
	margin-bottom:10px;
}
.foot .social li a:hover{
	background:#4d86bd;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background-color:#000;
}
.bottom{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	color:#bbb;
	font-size:12px;
	padding:25px 0px 25px;
	overflow:hidden;
}
.copyrights{
	float:right;
}
.design{
	float:left;
}
.design a:hover{
	text-decoration:underline;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	line-height:40px;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	right:10px;
	bottom:17px;
	display:none;
	width:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:rgba(77,134,199,0.8);
}
.toTop:before{
	font-family:FontAwesome;
	content:"\f062";
}
.toTop:hover{
	background:rgba(255,255,255,0.8);
	color:#333;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:400px;
	display:block;
	z-index:100;
	background:#4d86bd;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(255,255,255,0.2);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background:rgba(22,22,22);
	opacity:0.2;
	position:absolute;
	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;
	position:relative;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:0px 15px;
}
.slider_cont_all{
	display:block;
	padding:0px 30px 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;
	text-shadow: 1px 1px 1px #000;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.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: 15px;
	font-weight: 400;
	background-color: rgba(22,22,22,0.55);
	padding: 15px;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 20px;
	top: 43%;
}
.cycle-pager .cycle-pager-active {
	background:#fff;
}
.cycle-pager span {
	margin-bottom:8px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid #fff;
	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*/
#data {
	clear: both;
	display: block;
	float:right;
	width:100%;
	overflow: hidden;
	position: relative;
	background-color: #222;
	background-image:url(../images/bg3.png);
	background-repeat:repeat;
}
.data {
	overflow:hidden;
	width:1230px;
	margin-left:auto;
	margin-right:auto;
}
.data_loop:nth-child(2),.data_loop:nth-child(3){
	background-color:#333;
	background-image:url(../images/bg3.png);
	background-repeat:repeat;
	border-left:1px solid #444;
}
.data_loop:nth-child(3){
	border-left:none;
}
.data_loop {
	width:25%;
	display:block;
	float:right;
	cursor:pointer;
	position:relative;
	padding: 15px;
}
.data_all {
	font-size: 14px;
	font-weight:600;
	color: #fff;
	padding:20px 10px;	
}
.data_all span {
	font-family: FontAwesome;
	width:50px;
	height:50px;
	font-weight:normal;
	margin:0 auto 15px;
	background:#4d86bd;
	line-height:50px;
	font-size: 20px;
	text-align:center;
	border-radius:50px;
	display: block;
	color: #fff;
}
.data_all h2 {
	display: block;
	text-align:center;
	font-size: 15px;
	font-weight: 700;
	margin-bottom:15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.data_all p {
	display: block;
	text-align: center;
	color: #aaa;
	line-height: 2;
	height: 108px;
	font-size:13px;
	overflow: hidden;
}
/*end data*/
/*start aboutus*/
#aboutus {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	margin-bottom: 50px;
	position:relative;
	background: #eee;
	padding: 50px 0px;
}
#aboutus:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg2.png);
	background-repeat:repeat;
	opacity:0.1;
	background-position:bottom center;
}
.aboutus{
	width:1230px;
	position:relative;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.aboutus_left{
	width:100%;
	float:right;
}
.aboutus_right{
	width:50%;
	float:left;
	padding-right:50px;
}
.aboutus_right div{
	float:right;
	padding:5px;
	position:relative;
	width:50%;
}
.aboutus_right div img{
	width:100%;
	display:block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:10px;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	line-height: 1;
}
.aboutus_left h2 b{
	font-weight: 700;
}
.aboutus_left h2:after{
	content:"";
	width:15%;
	clear:both;
	margin-top:15px;
	height:3px;
	background:#4d86bd;
	display:block;
}
.aboutus_left span{
	color:#333;
	font-weight:600;
	margin-bottom:20px;
	font-size:14px;
	display:block;
}
.aboutus_left p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	color:#555;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 25px;
	background: #4d86bd;
	color: #fff;
	padding: 12px;
	font-weight: 400;
}
.aboutus_left a:hover {
	background: #333;
	color: #fff;
}
.aboutus_left a:before {
	content:"\f003";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height:1.2;
	color: #000;
	margin-bottom: 30px;
}
.pages_title.pages_title_inside{
	text-align:right;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite p{
	display:none;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#000;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title.pages_title_inside span{
	max-width:100%;
}
.pages_title h2 {
	font-weight:700;
	font-size: 25px;
	margin-bottom:5px;
}
.pages_title p{
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#4d86bd;
}
.pages_title.pages_title_inside p{
	float:right;
}
/*end pages_title*/
/*start services*/
#services{
	clear:both;
	display:block;
	position:relative;
	width:100%;
	float:right;
	margin-bottom:50px;
	z-index:900;
}
.services{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.serv_loop {
	width:25%;
	float: right;
	overflow: hidden;
}
.serv_all {
	width: 100%;
	position: relative;
	padding:0px 15px;
	overflow: hidden;
}
.serv_img {
	width: 100%;
	height: 190px;
	overflow:hidden;
	border-radius:5px;
}
.serv_img img{
	width: 100%;
	height: 100%;
	display:block;
}
.serv_txt {
	background: #fff;
	box-shadow: 0px 12px 10px 0px #eee;
	width: 90%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -35px;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}
.serv_txt h2 {
	font-weight: 600;
	font-size: 15px;
	position:relative;
	display: block;
	margin-bottom: 10px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv_txt p {
	font-size: 13px;
	color: #555;
	height: 65px;
	position:relative;
	overflow: hidden;
}
.serv_more a {
	display: inline-block;
	background: #333;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	padding: 0px 15px;
}
.serv_loop:hover .serv_more a{
	color:#fff;
	background:#4d86bd;
}
.serv_more {
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 15px;
}
.serv_more a:before {
	content: "\f061";
	font-family: FontAwesome;
	margin-left:5px;
}
/*end services*/
/*start media*/
#media{
	clear:both;
	display:block;
	margin-bottom:60px;
	background-color:#4d86bd;
	position:relative;
	width:100%;
	float:right;
}
#media:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(../images/bg2.png);
	background-repeat:repeat;
	background-attachment:fixed;
	opacity:0.1;
	top:0;
	right:0;
}
.media{
	width:100%;
	margin-left:auto;
	direction:ltr;
	position:relative;
	margin-right:auto;
	display:table;
}
.media_left{
	display:table-cell;
	width:50%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	height:100%;
}
.media_right {
	direction:rtl;
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:50%;
	padding: 90px 30px;
}
.media_right h2 {
	display: block;
	position:relative;
	color:#fff;
	font-weight: 700;
	font-size: 25px;
}
.media_right h2:after{
	display:block;
	width:10%;
	margin-bottom:30px;
	margin-top:10px;
	height:4px;
	background:#fff;
	clear:both;
	content:"";
}
.media_right p{
	color:#fff;
	font-weight:600;
	font-size:13px;
}
/*end media*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 50px;
}
.news{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius:6px;
	padding:15px;
	position:relative;
}
.news_img p{
	background-color:#222;
	position:absolute;
	color:#fff;
	z-index:101;
	font-size:11px;
	text-align:center;
	padding:9px 15px;
	left:0;
	bottom:0;
}
.news_img p b{
	display:block;
	font-weight:600;
	font-size:20px;
}
.news_img {
	clear: both;
	border-radius:6px;
	margin-bottom:20px;
	display: block;
	width: 100%;
	height: 250px;
	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%;
	-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_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
}
.news_more a {
	display: block;
	background: #4d86bd;
	padding: 10px 15px;
	color: #fff;
	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: #222;
}
.news_more a:hover:after {
	margin-right: 15px;
}
/*end news*/
/*start ceo_title*/
#ceo_title{
	background:#4d86bd;
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:50px 10px;
	font-weight:700;
	clear:both;
	width:100%;
	float:right;
	margin-bottom:60px;
}
/*end ceo_title*/
/*start partners*/
#partners {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	float: right;
	margin-bottom:50px;
}
.partners{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.partners_slide.partners_slide_inside{
	direction:rtl;
	visibility:visible;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.partners_all img{
	width:150px;
	display:block;
	border-radius:150px;
	margin:0px auto 16px;
	height:150px;
}
.partners_all span {
	color: #636687;
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.partners_all p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
	display:block;
	color:#000;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 1px solid #4d86bd;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#4d86bd;
}
/*end partners*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:2px solid #333;
	padding:50px;
	margin:50px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#4d86bd;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img img{
	max-width:100%;
	height:auto;
	width:auto;
}
.postin_txt{
	font-size:14px;
	display:block;
	line-height:2;
	color:#666;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start success and errors*/
.errors{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#fcf5f3;
	border:1px solid #ebdad5;
}
.errors li{
	display:block;
	margin-bottom:5px;
	color:#33160e;
}
.success{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#f1f5ea;
	color:#1e2d09;
	border:1px solid #d5e1c3;
}
/*end success and errors*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#4d86bd;
	vertical-align:middle;
	font-size:20px;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#4d86bd;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:50%;
	float:right;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	font-family:cairo;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #4d86bd;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#4d86bd;
	font-family:cairo;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#333;
	color:#fff;
}
/*end contact_form*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #eee;
	width: 40px;
	display: inline-block;
	height: 40px;
	font-weight:600;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #4d86bd;
	color:#fff;
}
.pagination span.current{
	border:1px solid #4d86bd;
	background:#4d86bd;
	color:#fff;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	text-align:center;
	padding:80px;
	font-size:20px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #555;
	font-size: 12px;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #4d86bd;
	border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #333;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	margin-left:10px;
	font-family: droid,raleway;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #4d86bd;
}
.post_tags {
	clear: both;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #555;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #777;
	font-size: 12px;
	padding: 2px 5px;
}
.post_tags ul li a:hover {
	background: #ddd;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
.title_page_same {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 15px;
	background: #f8f8f8;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
/*end single post*/
/*start precemp*/
#precemp {
	overflow: hidden;
	margin-bottom: 50px;
	clear: both;
	width: 100%;
	background-color: #f8f8f8;
	padding: 0px;
	border-bottom: 1px solid #eee;
}
.precemp{
	width:1230px;
	margin-left:auto;
	font-size:13px;
	font-weight:600;
	margin-right:auto;
}
.precemp li {
	display: inline-block;
	color:#777;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#aaa;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#777;
}
.precemp li a {
	display: inline-block;
	font-size:13px;
	color:#4d86bd;
	padding: 10px 0px;
}
.precemp li a:hover{
	color:#ee3e2c;
}
/*end precemp*/
/*start shape*/
#slideshow2{
	clear:both;
	height:400px;
	display:block;
	z-index:100;
	background:#4d86bd;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.aboutus_right .aboutus_left_single{
	width:100%;
}
.aboutus_left.aboutus_left_singlee{
	width:50%;
}
.aboutus_right .aboutus_left_single img{
	float:left;
	width:auto;
	max-width:100%;
}
#aboutus3{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:60px;
}
.aboutus3{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
}
.aboutus3_left{
	width:100%;
	float:right;
}
.aboutus3_left h2 {
	display: block;
	margin-bottom:5px;
	font-weight:700;
	font-size: 25px;
	color: #000;
}
.aboutus3_left h2 b{
	font-weight:700;
}
.aboutus3_left span{
	color:#555;
	margin-bottom:15px;
	font-size:14px;
	font-weight:400;
	display:block;
}
.aboutus3_left span:after{
	display:block;
	content:"";
	margin-top:10px;
	width:124px;
	height:15px;
	background-image:url(../images/title.png);
	background-repeat:repeat;
	background-color:#4d86bd;
}
.aboutus3_left p {
	display:block;
	clear:both;
	padding:20px 15px;
	border:1px solid #eee;
}
.aboutus3_left h3,.aboutus3_left h1 {
	display: block;
	margin-bottom:5px;
	font-weight:700;
	font-size: 15px;
	color: #4d86bd;
}
/*end shape*/
/*start table*/
.postin_txt table{
	width:100%;
}
.postin_txt table tr th {
	border: 1px solid #eee;
	background: #f8f8f8;
	font-weight:700;
	padding: 10px;
}
.postin_txt table tr td {
	border: 1px solid #e5e5e5;
	padding: 10px;
	font-weight:600;
	text-align: center;
}
/*end table*/