/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:BalooBhaijaan2, sans-serif;
	font-size:16px;
	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:#ed1b24;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#ed921b;
	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: 31px;
  height: 31px;
  background:rgba(219,218,215,0.3);
  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:#ed1b24;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start borderis*/
#borderis {
	height: 10px;
	clear: both;
	float: right;
	width: 100%;
}
.borderis {
	height: 100%;
	width: 100%;
	display: block;
}
.borderisloop {
	width: 100%;
	float: right;
	height: 100%;
	background: #ed1b24;
}
/*end borderis*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#ed1b24;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #d74047;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.2;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	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:#ed921b;
	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 pattern*/
.pattern-layer {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	height: 166px;
	z-index:999;
}
.pattern-layer:before,.pattern-layer:after{
	background: #2e2828;
}
.pattern-layer:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 166px;
	left: 0px;
	bottom: 0px;
	clip-path: polygon(0% 40%, 100% 0%, 100% 0%, 0% 100%, 0% 0%);
}
.pattern-layer:after {
	position: absolute;
	content: '';
	width: 20%;
	height: 166px;
	right: 0px;
	bottom: -49px;
	clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 175% 100%, 0% 0%);
	transform: rotate(0deg);
}
/*end pattern*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	background-color:#2e2828;
	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;
	font-size:13px;
	color:#aaa;
	border-left:1px solid rgba(255,255,255,0.05);
	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:#ed1b24;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#ed1b24;
	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:130px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:none;
}
.social li a {
	color:#aaa;
	border-right:1px solid rgba(255,255,255,0.05);
	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:last-child a{
	border-left:1px solid rgba(0,0,0,0.05);
}
.social li a:after{
	content:"";
	color:#fff;
	background:#ed1b24;
	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";
}
.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";
}
/*end top*/
/*start header*/
#header {
	background-color:#2e2828;
	z-index: 12000;
	width: 100%;
	height: 120px;
	float: right;
	clear: both;
	position: relative;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 100;
	text-align: center;
	width: 130px;
	padding:15px 0;
	margin-top: -45px;
}
.logo:after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	bottom: -19px;
	background: #ed1b24;
	border-radius: 0 0 12px 10px;
	-webkit-transform: skewY(15.5deg);
	-ms-transform: skewY(15.5deg);
	transform: skewY(15.5deg);
	box-shadow:0 10px 20px 0 rgba(0,0,0,.1);
	z-index: -1;
}
.logo img {
	height:110px;
}
.get_qoute {
	float: left;
	margin-top: 32px;
	margin-right:30px;
}
.nav {
	float:left;
	margin-top:38px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#bbb;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:16px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:400;
	font-size:16px;
	background:#ed1b24;
	width:7px;
	height:7px;
	opacity:0.5;
	border-radius:50%;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#ed1b24;
	position:absolute;
	top:0px;
	right:15px;
	width:0px;
	-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{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.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:#211d1d;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:12px 15px;
	color:#bbb;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.02);
}
.nav li .sub ul li a:hover{
	background:#ed1b24;
	color:#fff;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background-color:#2e2828;
	width:100%;
	height:120px;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
body.scrolled .nav_fix .logo{
	margin-top:0;
}
.nav_fix .pattern-layer {
	top:39px;
	z-index: -1;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#2e2828;
	float:right;	
	width:100%;
	clear:both;
	position:relative;
}
#footer .width{
	position:relative;
}
#bottom .social {
	float:right;
	margin-right:120px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	margin:0;
	float:right;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.02);
}
#bottom .social li a {
	color:#aaa;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	text-align:center;
	width:auto;
	height:80px;
	line-height: 80px;
}
#bottom .social li a:hover{
	color:#fff;
}
#footer .pattern-layer {
	top: -85px;
	transform: rotate(-180deg);
	z-index: -1;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	color:#aaa;
	font-size:15px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	position:relative;
	z-index:500;
	line-height:80px;
}
.design a{
	color:#ed1b24;
}
.design a:hover{
	color:#ed921b;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#ed1b24;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:125px;
	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;
	background:#fff;
	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:#ed1b24;
	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:#2e2828;
	border:5px solid #2e2828;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:600px;
	display:block;
	background:#2e2828;
	width:100%;
	position:relative;
	float:right;
	margin-bottom:20px;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#2e2828;
	opacity:0.85;
	position:absolute;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	left:35px;
	top:210px;
	margin-top:0;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #ed1b24;
}
.cycle-pager span {
	margin:9px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	display: block;
	width:100%;
	height:100%;
	padding-top:120px;
	position:relative;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:600px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:600px;
}
.slider_cont_center{
	max-width:600px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.5;
	display: inline-block;
	color: #fff;
	font-size:45px;
	margin-bottom: 25px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	font-weight:400;
	max-width:500px;
	margin-bottom:50px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont .play_more{
	display:inline-block;
}
.slider_cont a{
	margin-left:10px;
	display:inline-block;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.slider_cont .play_more a:after{
	content:"\f02c";
}
.slider_cont .play_more:last-child a:after{
	content:"\f04b";
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:200;
	top:0px;
}
#progress{
	height:55px;
	float:left;
	background:rgba(255,255,255,0.05);
}
#slideshow .pattern-layer {
	top:auto;
	bottom:0px;
	z-index:1000;
}
#slideshow .pattern-layer:before,#slideshow .pattern-layer:after{
	background: #ed1b24;
}
#slideshow:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 50%;
	height: 166px;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
#slideshow:after {
	position: absolute;
	content: '';
	background: #fff;
	width: calc(50% + 1px);
	height: 166px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	clip-path: polygon(0% 0%, 200% 100%, 100% 100%, 0% 100%, 0% 0%);
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:center;
	padding-bottom:10px;
	color: #666;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 500;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:5px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #ed1b24;
	top:10.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: #ed1b24;
	top:10.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title.withwhite h2,.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #2e2828;
	display: block;
	line-height:1.2;
	margin-bottom:5px;
}
.pages_title span {
	font-size: 15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#ed1b24;
	display:block;
}
.pages_title p:before{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:15px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title p:after{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:45px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title.withwhite p:after,.pages_title.withwhite p:before{
	background:#ed1b24;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	margin-bottom:50px;
	position:relative;
}
#aboutus .pages_title {
	text-align: right;
	background: #fff;
	position: relative;
	right: -195px;
	padding: 30px 25px;
}
#aboutus .pages_title p{
	margin-right:0;
	margin-left:0;
}
#aboutus .width{
	display:table;
}
.aboutus_right {
	width: 40%;
	display:table-cell;
	position:relative;
	height:100%;
}
.aboutus_right img {
	width: 100%;
	border-radius: 10px;
	background: #f5f0f0;
	padding: 10px;
}
.aboutus_left {
	width: 55%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 60px 0px 40px;
}
.aboutus_text{
	overflow:hidden;
	margin-bottom:25px;
}
.aboutus_text_img{
	float:left;
}
.aboutus_text_img img{
	width:150px;
	height:150px;
	border-radius:5px;
}
.aboutus_text_c{
	margin-left:190px;
	padding-top:20px;
	font-size:15px;
	margin-bottom:20px;
}
.data_list5 {
	width: 100%;
	position: relative;
	margin-bottom:40px;
}
.data_list5 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:50px;
	width: 100%;
}
.data_all5 {
	position:relative;
}
.data_all65 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list5 li span {
	display: block;
	float: right;
	font-size: 40px;
	width: 80px;
	height: 90px;
	background-color: #ed1b24;
	position:relative;
	border-radius:4px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list5 span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -10px;
	top: 10px;
	background: #f5f0f0;
	border-radius: 5px;
	z-index: -1;
	opacity:1;
}
.data_list5 li:hover span{
	background-color:#2e2828;
}
.data_list5 li p {
	overflow: hidden;
	font-size: 15px;
	z-index: 101;
	color: #555;
	position: relative;
	font-weight:400;
}
.data_list5 li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start services*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}
.servicess{
	clear:both;
	margin:0px -25px;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width: 25%;
	padding:25px 25px 40px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
	text-align:center;
}
.serv_alls:before {
	content: "";
	position: absolute;
	background: #f5f0f0;
	right: -30px;
	left: 148px;
	top: -22px;
	bottom: -25px;
	z-index: -11;
}
.serv_rights {
	position:relative;
	width: 100%;
	overflow:hidden;
}
.serv_rights a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_rights:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.serv_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_rights img {
	display: block;
}
.serv_lefts {
	position: relative;
	background: #fff;
	padding:15px;
	overflow: hidden;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 12px;
}
.serv_lefts p {
	display: block;
	color: #666;
	overflow: hidden;
	height: 42px;
	margin-bottom: 5px;
	font-size: 14px;
}
/*end sevices*/
/*start contactus*/
#contactus{
	clear:both;
	float:right;
	position:relative;
	padding:80px 0px 250px;
	background-size:cover;
	background-position:center;
	width:100%;
	margin-top:60px;
	margin-bottom:0px;
}
#contactus .pattern-layer {
	top:auto;
	bottom:0px;
	z-index:1000;
}
#contactus .pattern-layer:before{
	background: #ed1b24;
}
#contactus .pattern-layer:after{
	background:#fff;
}
#contactus:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 50%;
	height: 166px;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
#contactus:after {
	position: absolute;
	content: '';
	background: #fff;
	width: calc(50% + 1px);
	height: 166px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
#contactus .width{
	position:relative;
}
.contactus_right {
	width: 50%;
	float: left;
	color: #bbb;
	max-width: 520px;
}
.contactus_right h1 {
	color: #ed1b24;
	font-weight: 400;
	font-size: 19px;
	display: block;
	margin-bottom: 10px;
}
.contactus_right h2 {
	color: #fff;
	font-weight: 700;
	line-height:1.2;
	font-size: 45px;
	display: block;
	margin-bottom: 10px;
}
.contactus_left {
	background:#ed1b24;
	color: #fff;
	position: absolute;
	right: 0;
	text-align:center;
	top: -130px;
	width: 45%;
	bottom: -357px;
	padding:130px 50px 50px;
	z-index: 1000;
}
.contactus_left img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.2;
	bottom:0;
	object-fit:cover;
}
.contactus_left h1 {
	position: relative;
	font-weight: 700;
	font-size: 30px;
	display: block;
	margin-bottom: 25px;
}
.contactus_left span {
	display: block;
	border-bottom: 3px dotted #eee;
	position: relative;
	width: 204px;
	margin: 0px auto 35px;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.contactus_left span:before {
	content: "\f11f";
	background: #ed1b24;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	top: -19px;
	right: 41%;
}
.contactus_left p {
	color: #fff;
	position: relative;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 10px;
	line-height: 1.2;
	display: block;
	margin-bottom: 29px;
}
.contactus_left b {
	font-weight: 700;
	font-size: 18px;
	display: block;
}
/*end contactus*/
/*start count*/
#count{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:80px;
}
.count_right{
	width:55%;
	float:right;
	position:relative;
}
.count_right .pages_title{
	text-align:right;
}
.count_right .pages_title p{
	margin-right:0px;
	margin-left:0;
}
.count_desc{
	font-size:16px;
	display:block;
	margin-bottom:40px;
	color:#555;
}
.count_right img{
	display:block;
	width:100%;
	height:300px;
	object-fit:cover;
}
.count_right_join {
	background: #2e2828;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0px;
}
.count_right_join p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 25px;
	float: right;
}
.count_right_join .play_more {
	float: left;
	margin-left: 23px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.count_left{
	width:40%;
	float:left;
	overflow:hidden;
	padding:50px;
	background:#f5f0f0;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li {
	width: 100%;
	padding: 30px 0px;
	float: right;
	display: block;
	position: relative;
	overflow:hidden;
	border-bottom: 1px solid #fff;
}
#count ul li:last-child{
	border-bottom:none;
}
.count_all {
	width: 100%;
	overflow:hidden;
}
.count_all span {
	background: #ed1b24;
	color: #fff;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	border-radius: 100%;
	z-index: 133;
	font-size: 40px;
	position: relative;
	display: block;
	float: right;
}
.count_all div {
	overflow: hidden;
	margin-right: 150px;
	margin-top: 4px;
}
.count_all h2 {
	font-weight: 400;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 900;
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 1;
	color: #333;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start slideshow*/
#slideshow2{
	clear:both;
	height:80%;
	display:block;
	z-index:100;
	background-color:#2e2828;
	overflow:hidden;
	width:100%;
	position:relative;
	margin-bottom:80px;
}
.slideshow2{
	width:100%;
	height:100%;
	overflow:hidden;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow2 video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slideshow2{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider2{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center bottom;
}
/*end slideshow2*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	background:#fff;
	position:relative;
	z-index:1000;
	margin-bottom:120px;
	display: block;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px 15px 15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px;
}
.news_top p {
	display: block;
	width: 79px;
	float:right;
	height: 79px;
	line-height:1;
	background: #ed1b24;
	padding: 16px 10px;
	border-radius:15px;
	text-align: center;
	font-weight:400;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	margin-top:3px;
	font-weight: 400;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 700;
	font-size: 17px;
	margin-right: 100px;
	text-transform:capitalize;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height:215px;
	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_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-weight:400;
	font-size: 15px;
	text-align:justify;
	height: 85px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	float:right;
}
.news_more a {
	display:inline-block;
	background: #ed1b24;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	border-radius:7px;
	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: #ed921b;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_all .social {
	float: left;
	margin: 4px 0px 22px 20px;
	overflow: hidden;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	border-radius:0px;
	background:none;
	margin: 0px 2px;
	color: #000;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #ed1b24;
	color: #ed1b24;
	background:none;
}
/*end news*/