/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	background-image:url(../images/bg/back.jpeg);
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:din-next, sans-serif;
	font-size:15px;
	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:#a59c64;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d54242;
	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:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:#fff;
  opacity:0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#a59c64;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:700;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#0b4859;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #a59c64;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	background:#a59c64;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#a59c64;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0px;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.05);
	float:right;
	display:block;
	z-index:2000;
	font-size:12px;
	font-weight:600;
	height:65px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:last-child span{
	border-left:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	color:#555;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:65px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#0b4859;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#0b4859;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:none;
}
.social li a {
	color:#555;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:65px;
	line-height: 65px;
}
.social li a:after{
	content:"";
	color:#fff;
	background:#0b4859;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
#footer .social li a img{
    filter: brightness(0) invert(1);
}
.social li a img {
	height: 13px;
	vertical-align: middle;
}
.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";
}
/*end top*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	float:right;
	position:relative;
	clear:both;
	height:110px;
	padding:0px 30px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding-top: 5px;
}
.logo img {
	height: 100px;
	float: right;
}
.get_qoute {
	float: left;
	margin-top: 33px;
	margin-right:0px;
}
a.link_anim {
	background: #0b4859;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius:5px;
	color: #fff;
	font-weight: 700;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 20px;
	text-transform: uppercase;
}
a.link_anim c{
	position:relative;
}
a.link_anim:hover b{
	right:0;
}
a.link_anim:hover e{
	left:0;
}
a.link_anim b{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#a59c64;
	top:0;
	right:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
a.link_anim e{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#a59c64;
	bottom:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover{
	color:#fff;
}
.get_qoute a c:before{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-left:10px;
	position:relative;
	content:"\f2b6";
}
#nav{
	margin:0px auto;
	text-align:center;
}
.nav {
	display:inline-block;
	padding-top:4px;
	padding-top:17px;
}
.nav li{
	display:inline-block;
	padding:0px 6px 15px;
}
.nav li a{
	display:block;
	color:#555;
	overflow:hidden;
	height:75px;
	text-transform:uppercase;
	line-height:75px;
	font-weight:700;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#a59c64;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#a59c64;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-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{
	left:35px;
	right:15px;
}
.nav li:hover .sub{
	top:115px;
	opacity:1;
	visibility:visible;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	padding:20px;
	right:20px;
	left:20px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:55600;
}
.sub ul{
	float:none;
	width:auto;
	text-align:center;
	height:auto;
}
.nav li .sub ul li{
	display:inline-block;
	float:none;
	width:25%;
	text-align:center;
	padding:0;
}
.nav li .sub ul li a:after,.nav li .sub ul li a:before{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#010937;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:700;
}
.nav li i {
	font-style:normal;
	margin-left:7px;
	font-weight:normal;
}
.nav li .sub i{
	margin:0px 0px 10px;
	display:block;
	font-size:30px;
}
.nav li .sub ul li a:hover{
	background:#0b4859;
	border-radius:10px;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #333;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top:45px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	display: none;
	z-index: 10002;
	left: 20px;
	right:20px;
	top: 115px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #bbb;
	font-size: 21px;
	left: 10px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background: #fff;
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius: 32px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #0b4859;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 15px;
	font-family:din-next, sans-serif;
	padding: 0px 48px 0px 75px;
	line-height: 60px;
	width: 100%;
	font-weight:600;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background-color:#fff;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);
	width:100%;
	height:110px;
	position: fixed;
	right: 0px;
	padding:0px 30px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.nav_fix .nav li:hover .sub{
	top:115px;
}
.nav_fix .searchbox{
	top:115px;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
	width:100%;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#0b4859;
	float:right;
	background-repeat:repeat;
	background-position:center;
	width:100%;
	margin-top:50px;
	clear:both;
	padding:80px 0px 0px;
	position:relative;
}
#footer:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.3;
	background-image:url(../images/bg/bg52.webp);
}
#footer .width{
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:33.33%;
	float:right;
	padding:0px 20px;
	color:#333;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:20px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#a59c64;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#bbb;
	font-size: 15px;
	line-height:2;
}
.foot_logo img {
	height: 90px;
}
.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:#bbb;
	font-size:15px;
	font-weight:600;
}
.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;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#a59c64;
	border-radius:5px;
	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: #bbb;
	display: block;
	font-size: 15px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color: #bbb;
	text-transform:capitalize;
	border-radius:3px;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 12px 0 0;
	overflow:hidden;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:5px;
	border:none;
	text-align:center;
	background: rgba(255,255,255,0.1);
	color: #fff;
}
#footer .social li a:hover{
	background:#a59c64;
	color:#fff;
}
.contact_home {
	float: left;
}
.contact_home .play_more {
	display: inline-block;
	margin:0px 10px;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:95%;
	margin-right:auto;
	margin-left:auto;
	color:#bbb;
	margin-top:40px;
	font-weight:600;
	position:relative;
	font-size:14px;
	height:55px;
}
#bottom .width {
	background: #a59c64;
	border-radius: 20px 20px 0px 0px;
	padding: 0px 20px;
	color: #fff;
	height: 100%;
}
.copyrights{
	float:right;
	line-height:55px;
}
.design{
	float:left;
	line-height:55px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
	color:#000;
}
/*end bottom*/
/*start newsbar_foot*/
#newsbar_foot {
	position:absolute;
	z-index:1000;
	clear:both;
	border:none !important;
	display:block;
	overflow:hidden;
	top:-125px;
	right:30px;
	left:30px;
}
#news_tick_foot{
	background:#a59c64;
	border:none !important;
	border-radius:100px !important;
	overflow:hidden;
	height:90px !important;
	position:relative;
	display:block;
}
.bn-news.bn_news_foot {
	border:none !important;
	margin-right:20px;
	margin-left:20px;
	height: 90px;
	overflow: hidden;
}
.bn_news_foot li {
	display: inline-block;
	padding-left:30px;
}
.bn-news.bn_news_foot li a {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size:14px;
	line-height: 90px;
	height: 90px;
}
.bn-news.bn_news_foot li a:hover{
	color: #fff;
}
/*end newsbar_foot*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#000;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#a59c64;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before {
	font-family: FontAwesome;
	display: block;
	font-weight: normal;
	content: "\f062";
}
.toTop:hover{
	background:#0b4859;
	border:5px solid #0b4859;
	color:#fff;
}
/*end totop*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	text-align: center;
	max-width: 700px;
}
.pages_title h2 {
	font-weight: 400;
	background-image: url(../images/title.png);
	font-size: 40px;
	color: #fff;
	display: block;
	margin-bottom: 3px;
	background-size: 100% 100%;
	line-height: 105px;
}
.pages_title span{
	display:block;
	font-size:15px;
	color:#555;
	font-weight:700;
}
/*end pages title*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:512px;
	display:block;
	background:#0b4859;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:rgba(255,255,255,0.2);
	top:50%;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	margin-top:-25px;
	color:#fff;
	left:15px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:15px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#a59c64;
}
.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% !important;
	background-position:center top;
}
/*end slideshow*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	padding:140px 0px 210px;
	position:relative;
	z-index:500;
}
#aboutus .width {
	position: relative;
	width: 1000px;
}
.aboutus_right {
	width: 250px;
	display: block;
	position: relative;
	float: right;
}
.aboutus_right img{
	height:200px;
}
.aboutus_left {
	margin-right: 250px;
	padding-top: 30px;
}
.aboutus_left h2 {
	font-weight: 700;
	color: #0b4859;
	font-size: 40px;
	display: block;
	margin-bottom: 10px;
}
.aboutus_left h2 b{
	color:#a59c64;
}
.aboutus_left p {
	display: block;
	font-size: 20px;
	line-height: 1.3;
}
/*end aboutus*/
/*start data*/
#data2 {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	background-color:#0b4859;
	float: right;
	z-index: 100;
}
.data_list2 {
	width: 100%;
	position:relative;
	z-index:101;
	height: 100%;
}
.data_list2 li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	width: 33.33%;
	padding: 80px 35px;
}
.data_all3 {
	position:relative;
	text-align: center;
}
.data_list2 li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background:#a59c64;
	position: relative;
	font-weight:normal;
	font-size: 40px;
	display: block;
	text-align: center;
	border-radius: 50%;
	margin-bottom:20px;
	color: #fff;
	margin-right: auto;
	margin-top:-140px;
	margin-left: auto;
}
.data_list2 li p {
	overflow: hidden;
	font-size: 15px;
	z-index: 101;
	color: #fff;
	position: relative;
	height: 139px;
	margin-top: 20px;
	font-weight: 400;
}
.data_list2 li p b {
	display: block;
	color: #a59c64;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	padding:73px 0px;
	background-image:url(../images/bg/bg46.png);
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
	z-index:105;
}
#count ul li{
	width:25%;
	float:right;
	display:block;
	padding: 0px 20px;
}
.count_all {
	width: 100%;
	border-radius:40px;
	background:rgba(255,255,255,0.8);
}
.count_all span{
	color: #a59c64;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	text-align: center;
	line-height: 120px;
	z-index: 133;
	font-size: 60px;
	position: relative;
	display:block;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #0b4859;
	font-size:17px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:55px;
	letter-spacing: 2px;
	line-height: 1;
	color: #0b4859;
	position: relative;
	margin-top:2px;
}
/*end count*/
/*start post*/
#post{
	clear:both;
	float:right;
	width:100%;
	background-image:url(../images/bg/bg53.webp);
	background-attachment:fixed;
	background-position:left bottom;
	padding:100px 0px 50px;
	overflow:hidden;
}
.post li{
	display:black;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:3%;
}
.post li:nth-child(2n+2) img{
	float:left;
}
.post li:nth-child(2n+2) .post_txt{
	float:right;
}
.post li img{
	float:right;
	object-fit:cover;
	margin-bottom:25px;
	width:45%;
}
.post_txt{
	float:left;
	width:48%;
	padding:160px 0.9375rem 0px;
}
.post_txt p {
	display: block;
	font-weight: 700;
	font-size: 40px;
	color: #222;
	line-height: 1;
	color:#0b4859;
	margin-bottom: 35px;
}
.post_txt b {
	display: block;
	font-weight: 200;
	font-size: 21px;
	line-height:1.4;
	text-align: justify;
}
.post a {
	clear: both;
	display: block;
	width: 53%;
	margin-right: 23.5%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	font-size: 22px;
	color: #555;
	float: right;
}
.post a:hover{
	color:#a59c64;
}
.post a img {
	vertical-align: middle;
	height: 14px;
	float: none !important;
	width: 35px;
	padding: 0;
	margin: 0 20px 0px 0px;
	-webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.post a:hover img {
	-webkit-animation: bounce 2s linear -0.4s;
	animation: bounce 2s linear -0.4s;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes bounceReverse {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-10px) rotate(180deg);
            transform: translateX(-10px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-5px) rotate(180deg);
            transform: translateX(-5px) rotate(180deg);
  }
}
/*end post*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:90px;
	overflow:hidden;
}
.servicess{
	clear:both;
	margin:0px -20px;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width: 33.33%;
	overflow: hidden;
}
.serv_alls {
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background:#fff;
	padding:50px;
}
.servicess li:nth-child(2) .serv_alls,.servicess li:nth-child(5) .serv_alls{
	background:#f6ecd8;
}
.serv_alls:hover .serv_lefts span{
	background:#0b4859;
	color:#fff;
}
.serv_lefts span {
	background: #f7fcfd;
	width: 90px;
	height: 99px;
	position: absolute;
	left: 15px;
	top: 0px;
	border-radius: 0px 0px 90px 90px;
	line-height: 99px;
	text-align: center;
	font-size: 44px;
	color: #0b4859;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size:21px;
	display: block;
	margin-bottom: 12px;
	color: #0b4859;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 140px;
	margin-bottom:5px;
	font-size: 16px;
	padding-left: 90px;
}
.serv_lefts a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #333;
	padding-top:20px;
}
.serv_lefts a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#a59c64;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_lefts a:hover:before{
	transform:rotate(0deg);
}
/*end services2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	padding:60px 0px;
	margin-bottom:80px;
}
.partners{
	display:block;
	position:relative;
	z-index:101;
	overflow:hidden;
}
.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: 114px;
	border-radius:20px;
	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;
	height:85px;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	position:relative;
	z-index:100;
}
.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: 220px;
	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: #a59c64;
	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: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #1B442F;
	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: #a59c64;
	float: right;
	font-size: 15px;
}
.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: #a59c64;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#0b4859;
	z-index:50000;
}
.go_page_load_table{
	width:100%;
	height:100%;
	display:table;
}
.go_page_load_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/*end load*/