/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	background-image:url(../images/bg/bg14.png);
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, 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:#f08a3e;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#5581b6;
	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;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border: 1.5px solid #f08a3e;
  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:#f08a3e;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start header*/
#header{
	height:115px;
	top:0;
	clear:both;
	z-index:1000;
	position:absolute;
	width:100%;
	right:0;
}
.logo {
	float: right;
	position: relative;
}
.logo a {
	margin-top:10px;
	display: block;
}
.logo a img {
	height:95px;
}
.lang{
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.lang a {
	background: #f08a3e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 12px;
	display: block;
	border-radius: 0px 60px 60px 0px;
	margin-top: 33px;
}
.lang a:hover{
	padding-right:15px;
	padding-left:15px;
	background:#5581b6;
}
#nav{
	position:relative;
	float:left;
}
.ordernow{
	float:left;
	margin-top: 33px;
}
.ordernow a {
	background: #5581b6;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 8px 23px;
	border-radius: 46px;
	font-size: 14px;
}
.ordernow a:hover{
	background:#f08a3e;
}
.nav {
	float: left;
	margin-top: 44px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #fff;
	padding:0 21px;
	position: relative;
	font-size: 15px;
	font-weight: 400;
}
.nav li:last-child a{
	border-left:none;
}
.nav li a:after{
	height:4px;
	content:"";
	width:0;
	background:#f08a3e;
	margin:5px auto 0px;
	border-radius:5px;
	clear:both;
	display:block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li a:hover:after,.nav li:hover a:after{
	width:100%;
}
.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: 210px;
	display: none;
	top: 36px;
	right: 0px;
	z-index: 999;
	background: #5581b6;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 0 1px 40px 0 rgba(0,0,0,.1);
}
.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-size:13px;
	font-weight:400;
	height:auto;
	border-right:none;
	border-left:none;
	color:#fff;
	text-align:right;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:before{
	font-family: FontAwesome;
	content: "\f0a8";
	vertical-align: middle;
	font-weight: normal;
	margin-left: 10px;
}
.nav li:hover .sub ul li a:hover{
	background:#f08a3e;
	padding-right:13px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg41.png);
	background-color:#403c51;
	color:#bbb;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#f08a3e;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
#social {
	position: absolute;
	top: 200px;
	z-index:1000;
	left: 20px;
}
#social .social{
	margin:0;
	float:none;
}
#social .social li{
	float:none;
}
#social .social li a {
	border: none;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:#5581b6;
	color:#fff;
	margin-bottom: 10px;
	border-radius: 4px;
}
#social .social li a:hover{
	background:#f08a3e;
	color:#fff;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	line-height: 65px;
}
.social li a:hover{
	color:#f08a3e;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f1d6";
}
.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.whatsapp a:before{
	content:"\f232";
}
.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 bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:50px;
	line-height:50px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:50px;
	background:#f08a3e;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#5581b6;
	color:#fff;
}
/*end totop*/
/*start newsbar*/
#newsbar {
	position:relative;
	float:right;
	width:100%;
	z-index:1000;
	clear:both;
	display:block;
	margin-bottom:60px;
	overflow:hidden;
	background-image:url(../images/bg/bg46.png);
	background-color:#403c51;
	border:1px solid rgba(0,0,0,0.1);
	height:66px;
}
#news-tick{
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	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{
	color:#f08a3e;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #f08a3e;
}
/*end newsbar*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	overflow:hidden;
	background-image:url(../images/bg/bg46.png);
	background-color:#403c51;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:105px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	height:100%;
	width:45%;
}
.slider_right img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	border-radius:20px 0px 0px 20px;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:55%;
	display:table-cell;
	padding-right:50px;
	padding-left:100px;
}
.cycle-slide-active .slider_cont .slider_right{
    -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;
}
.cycle-slide-active .slider_cont .slider_left{
    -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 h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.5;
	display: inline-block;
	color: #fff;
	font-size: 50px;
	margin-bottom: 35px;
}
.slider_cont h2 b{
	font-weight:400;
	color:#f08a3e;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	background:rgba(0,0,0,0.1);
	color: #fff;
	line-height:2;
	padding:15px;
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -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 a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	border-radius:2px;
	padding:12px 40px;
	border-radius:50px;
	background:#f08a3e;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#5581b6;
}
@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 pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #f08a3e;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #f08a3e;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #284358;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#f08a3e;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 50%;
	vertical-align: top;
	background-image: url(../images/bg/bg40.png);
	background-position: 40px 70px;
	background-size: 39% auto;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding:20px;
}
.aboutus_right_img img{
	width:90%;
	object-fit:cover;
	object-position:center;
}
.aboutus_right_img img.aboutus_right_small {
	position:relative;
	float:left;
	margin-top:-120px;
	border: 10px solid #fff;
	width: 60%;
}
.aboutus_right_txt {
	background-color: #f08a3e;
	background-image: url(../images/bg/bg45.png);
	background-repeat: repeat;
	padding: 25px;
	box-shadow: 7px 15px 15px 0px rgba(0, 0, 0, 0.12);
	display: inline-block;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	max-width: 340px;
	background-position: left top;
	position: absolute;
}
.aboutus_right_txt span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flatico;
	width: 60px;
	height: 60px;
	background: #fff;
	display: block;
	color: #f08a3e;
	text-align: center;
	line-height: 60px;
	font-weight: normal;
	border-radius: 50%;
	float: right;
	font-size: 25px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}
.aboutus_right_txt h2 {
	margin-right: 90px;
	font-size: 20px;
	font-weight:400;
	line-height: 1.4;
	padding-left: ;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:80px;
	padding-bottom:25px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.data_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list li span {
	display: block;
	float: right;
	font-size: 38px;
	width: 80px;
	height: 80px;
	box-shadow:0px 0px 10px 4px rgba(72,73,121,0.15);
	background: #f08a3e;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius:5px;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:hover span{
	background:#5581b6;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #666;
	position: relative;
	font-weight:400;
}
.data_list li p b {
	display: block;
	color: #284358;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start orders*/
#orders {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
#orders ul{
	clear:both;
	position:relative;
}
#orders ul li{
	width:25%;
	padding:45px 0px;
	float:right;
	display:block;
}
.orders_all {
	width: 100%;
	width: 200px;
	height: 200px;
	background:#5581b6;
	padding: 20px;
	position:relative;
	border-radius: 16px;
	margin: 0px auto;
}
.orders_all:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 100%;
	height: 100%;
	background-color: #5581b6;
	z-index: -1;
	border-radius: 16px;
}
.orders_all span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #f08a3e;
	border-radius: 10px;
	margin: 0px auto 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.orders_all div {
	overflow: hidden;
	text-align: center;
}
.orders_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.orders_all p {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	position: relative;
}
/*end orders*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#count ul{
	clear:both;
	margin:0px -40px;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
#count ul li:last-child{
	border-right:none;
}
.count_all {
	width: 100%;
	padding:20px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 90px;
	height: 90px;
	background: #f08a3e;
	text-align: center;
	line-height: 90px;
	border-radius:4px;
	margin:0px auto 15px;
	z-index: 133;
	font-size:45px;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display:block;
}
.count_all:hover span,#count ul li:last-child .count_all span{
	color:#fff;
	background:#5581b6;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	background: #000;
	z-index: 3;
	border-radius: 4px;
	opacity: 0.2;
	top: -8px;
	right: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	overflow: hidden;
	text-transform:uppercase;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	font-size: 55px;
	line-height: 1;
	color: #202a36;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:70px;
	overflow:hidden;
	overflow:hidden;
}
.my_top_table .pages_title,#news .pages_title{
	text-align:right;
	max-width:none;
	padding-right:25px;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	clear:both;
	display:block;
	overflow:hidden;
}
.list_top_left{
	width:100%;
	overflow:hidden;
}
.list_top_left li{
	display:block;
	float:right;
	height:420px;
	width:25%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	top:30%;
	left:0;
	bottom:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.news_shape_img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.news_shape:hover .news_shape_img{
	transform:scale(1.06, 1.06);
}
.news_shape_txt {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding:20px;
	color: #fff;
	z-index: 600;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .news_shape_txt{
	transform:translateY(-30%);
}
.serv_main_cat{
	color: #333;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .serv_main_cat{
	transform: scale(1, 1);
}
.news_shape:hover .serv_main_cat:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.news_shape:hover .serv_main_cat span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.news_shape_txt h2 {
	font-weight: 400;
	font-size: 16px;
	line-height:1.5;
	display: block;
}
.news_shape_txt p {
	font-size:21px;
	font-weight:700;
	line-height:1.5;
	display: block;
}
.serv_cats {
	clear: both;
	overflow: hidden;
	display: block;
}
.serv_cats span {
	display: inline-block;
	color: #fff;
	opacity: 0.7;
	font-weight: 400;
	font-size: 13px;
	padding-right: ;
	padding-left: 5px;
}
.serv_cats span:after{
	content:"|";
	vertical-align:middle;
	opacity:0.5;
	margin-right:5px;
}
.serv_cats span:last-child:after{
	display:none;
}
.serv_more{
	position: absolute;
	color: #fff;
	padding:0px 20px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:653;
	font-size:13px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_more span{
	display:inline-block;
	border-bottom:2px solid #f08a3e;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start partners*/
#partners {
	clear: both;
	float: left;
	width: 95%;
	position:relative;
	background-image:url(../images/bg/bg46.png);
	background-color:#403c51;
	border-radius:0px 350px 350px 0px;
	padding:50px 0px;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 20%;
	padding-right:50px;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 45px;
	color: #fff;
}
.partners_arrow {
	width: 5%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#f08a3e;
	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:#5581b6;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:73%;
	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*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #a4a8ab;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#c1c6c7;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:Changa, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#c1c6c7;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Changa, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#f08a3e;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:Changa, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#887650;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul{
	float:left;
	width:100%;
}
body.bodyin .news_ul{
	width:100%;
}
body.bodyin .news_ul .news_loop{
	width:33.33%;
}
.news_loop{
	width:50%;
	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: #403c51;
	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: 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: #403c51;
	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: #5581b6;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/