/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'Alexandria', sans-serif;
	font-size:14px;
	font-weight:400;
	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:#003366;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#007fd6;
	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*/
.social{
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #333;
	z-index:11;
	padding: 0px 13px;
	font-size:12px;
	position:relative;
	line-height:45px;
}
.social li a:hover{
	color:#ce973c;
}
.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";
}
.lang{
	float:left;
}
.lang a{
	display:block;
	line-height:45px;
	padding:0px 20px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#333;
}
.lang a:hover{
	background:#ce973c;
}
/*end top*/
/*start header*/
body.scrolled .header_h{
	width:100%;
	background:#fff;
	height:110px;
	float:right;
	clear:both;
}
body.scrolled #header{
	position:fixed;
	height:110px;
	top:0;
	right:0;
}
#header{
	height:110px;
	clear:both;
	float:right;
	z-index:4999;
	position:relative;
	width:100%;
	background-color:#fff;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
}
#header .width{
	position:relative;
}
#header:before{
	content:"";
	position:absolute;
	bottom:-16px;
	right:0;
	width:100%;
	height:16px;
	background-image:url(../images/bg/bg31.png);
	background-repeat:repeat-x;
}
.logo {
	float: right;
	margin-top:2px;
}
.logo a {
	display: block;
}
.logo a img {
	height: 110px;
}
.nav {
	float: left;
	margin-top: 24px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #333;
	line-height:54px;
	padding: 10px 15px;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	z-index: 105;
	text-align: center;
}
.nav li a:hover,.nav li:hover a{
	color:#007fd6;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	border:none;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	box-shadow:none;
	right:0;
}
.sub {
	position: absolute;
	width: 230px;
	display:none;
	top: 68px;
	right:0px;
	z-index:999;
	background: #fff;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.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:12px 10px;
	background:none;
	line-height:normal;
	font-size:12px;
	font-weight:400;
	color:#333;
	text-align:right;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#f8f8f8;
	padding-right:13px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background:#003366;
	color:#fff;
	font-size:13px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
}
.social {
	float:left;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	border-right:1px solid rgba(33,33,33,0.2);
	padding:0px 16px;
	line-height: 45px;
}
.social li:last-child a{
	border-left:1px solid rgba(33,33,33,0.2);
}
.social li a:hover{
	color:#fff;
	background:#007fd6;
}
.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";
}
#bottom .social{
	margin-left:20px;
	float:left;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:2500;
	cursor:pointer;
	font-size:14px;
	right:10px;
	bottom:2px;
	display:none;
	width:40px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	line-height:40px;
	border-radius:50%;
	background:#007fd6;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#003366;
}
/*end totop*/
/*start newsbar*/
#newsbar {
	clear: both;
	position: relative;
	height: 60px;
	background: #003366;
	float: right;
	margin-top:0px;
	width: 100%;
}
#newsbar .width {
	height: 100%;
	position:relative;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	font-size:13px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 60px;
	overflow:hidden;
	background: #007fd6;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:60px;
	height:60px;
	padding:0;
	border:none;
	width:33.33%;
	color:#fff;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	background:#003366;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 60px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #bbb;
	font-weight: 600;
	line-height: 60px;
	font-size:12px;
	height: 60px;
}
.bn-news li a:hover{
	color: #007fd6;
}
/*end newsbar*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	width:100%;
}
.gallery li{
	float:right;
	overflow:hidden;
	width:50%;
	height:450px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px 1px;
}
.gallery li div{
	width:100%;
	height:100%;
	position:relative;
}
.gallery li div:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	cursor:grab;
	opacity:0.2;
	background:#20409a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.gallery li:hover div:before{
	opacity:0;
}
.gallery li img{
	width:100%;
	height:100%;
	cursor:grab;
	object-fit:cover;
	object-position:center;
	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: -100px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	border-radius:5px;
	background:#fff;
	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:-100px;
	left:auto;
}
#gallery:hover .gallery_next{
	right:10px;
}
#gallery:hover .gallery_prev{
	left:10px;
}
.gallery_next:hover,.gallery_prev:hover{
	background:#20409a;
	color:#fff;
}
.gallery li div p {
  position: absolute;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	bottom:0;
  right: 0;
  left: 0;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-weight:700;
  text-shadow:1px 1px 1px #000;
  font-size:18px;
}
/*end gallery*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:50px;
	background-color:#003366;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	border-left:1px solid rgba(255,255,255,0.05);
	float: right;
	width:25%;
	height: 100%;
	padding:50px 30px;
	overflow: hidden;
}
.data_list li span {
	z-index: 101;
	position: relative;
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:before{
	font-family:FontAwesome;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	font-weight:400;
	z-index:101;
	color:#bbb;
	position:relative;
	height:120px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight:600;
	font-size: 14px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	border:2px solid #007fd6;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 600;
}
.data_list li a:hover {
	background:#007fd6;
	color:#fff;
}
/*end data*/
/*start count*/
#count {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:50px;
	position: relative;
}
#count ul{
	clear:both;
	overflow:hidden;
}
#count ul li{
	width:25%;
	float:right;
	display:block;
	padding:40px 20px;
}
.count_all {
	width: 100%;
	border-radius: 2px;
	position:relative;
	text-align: center;
}
.count_all h2 {
	font-weight:700;
	color: #333;
	font-size: 14px;
	overflow: hidden;
}
.count_all p{
	clear:both;
	display:block;
	overflow:hidden;
	font-weight:700;
	font-size:31px;
	color:#333;
	width:140px;
	height:140px;
	border-radius:50%;
	background:#e9ecf4;
	margin:0px auto 25px;
	box-shadow:5px solid rgba(0, 0, 0, 0.07);
	line-height:140px;
}
.count_all span:after{
	content:"";
	-webkit-animation-name: bullets;
	animation-name: bullets;
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #344d8d;
	border-radius: 50%;
	bottom: -5px;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 2;
}
.count_all span {
	font-family: FontAwesome;
	color: #fff;
	background: #007fd6;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight:normal;
	border-radius: 50%;
	display: block;
	font-size: 26px;
	margin-bottom: 10px;
	position: absolute;
	left:55px;
	top: 0px;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	border-top:5px solid #eee;
	padding-top:30px;
	margin-bottom:40px;
}
.aboutus{
	width:100%;
	display:table;
}
.aboutus_left {
	width: 100%;
	vertical-align: top;
	display: table-cell;
	position: relative;
}
.aboutus_left1{
	min-height:550px;
}
.aboutus_left h1 {
	font-size: 13px;
	color: #333;
	font-weight:600;
	display: block;
	margin-bottom:8px;
}
.aboutus_left h2 {
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 30px;
	color: #333;
	line-height: 1.3;
}
.aboutus_left p {
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:5px;
	margin-bottom:15px;
	display:block;
	height:22px;
}
.aboutus_txt {
	font-size: 14px;
	margin-bottom:25px;
	clear:both;
	overflow:hidden;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 25px;
	background: #007fd6;
	color: #fff;
	padding: 12px;
	font-weight: 500;
}
.aboutus_left a:hover {
	background: #003366;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #007fd6;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	overflow:hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float:right;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 400;
	margin-right: 40px;
	display: block;
}
/*end aboutus*/
/*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;
	padding: 0px 20px;
}
.pages_title:before {
	content: "";
	background-image: url(../images/bg/bg32.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
	display: block;
	margin: 0px auto 10px;
}
.pages_title h1 {
	color: #79766d;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 5px;
}
.pages_title span {
	line-height: 2;
	font-size: 13px;
	color: #79766d;
	display: block;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}
/*end pages_title*/
/*start services*/
#services{
	clear:both;
	position:relative;
	z-index:100;
	float:right;
	width:100%;
	margin-bottom:50px;
}
.serv_ol {
	overflow: hidden;
	clear: both;
	display: block;
}
.serv_ol li {
	display: block;
	float:right;
	position:relative;
	width:100%;
	border-radius:15px;
	padding:25px;
	background-color:rgba(255,255,255,0.5);
	background-image:url(../images/bg/bg46.png);
	margin-bottom:15px;
}
.serv_ol li:nth-child(2n+2){
	background-color:#fff;
}
.serv_all {
	width: 100%;
}
.serv_img{
	display:block;
	float:right;
	margin-top:30px;
	width:30%;
	height:350px;
	position:relative;
}
.serv_ol li:nth-child(2n+2) .serv_img{
	float:left;
}
.serv_img img{
	border-radius:10px;
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.serv_ol li:nth-child(2n+2) .serv_txt{
	float:right;
	padding-left:40px;
	padding-right:0;
}
.serv_txt {
	display:block;
	width:70%;
	padding:20px 40px 20px 0px;
	float:left;
	position: relative;
}
.serv_txt b {
	font-weight: 700;
	font-size:20px;
	text-transform:uppercase;
	display: block;
	margin-bottom:15px;
	padding-top:25px;
	color: #333;
}
.serv_txt p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:400;
	text-align:justify;
	overflow:hidden;
	color: #555;
}
.serv_txt a {
	background: #007fd6;
	color: #fff;
	width:170px;
	height:55px;
	text-align:center;
	line-height:55px;
	border-radius:60px;
	float:right;
	display:block;
	font-size:14px;
	margin-top:20px;
	text-transform:uppercase;
	z-index:500;
	font-weight:600;
}
.serv_txt a:hover {
	background: #003366;
	color: #fff;
}
/*end services*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:0px 80px 40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.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: 300px;
	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: #007fd6;
	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: 16px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.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: #007fd6;
	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: #007fd6;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/