.whats_fix{
	position:fixed;
	bottom:20px;
	left:10px;
	z-index:3000;
}
/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#1c0b14;
	margin:0;
	padding:0;
	direction:rtl;
	color:#bbb;
	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:#c93f24;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e84c11;
	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.2);
  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:#e84c11;
	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:13px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#c93f24;
	border-radius:40px;
	text-transform:uppercase;
	overflow:hidden;
	z-index:888;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	width:45px;
	height:45px;
	line-height:45px;
	color:#fff;
	float:left;
	text-align:center;
	margin-left:5px;
	margin-right:20px;
	margin-top:5px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	background:rgba(0,0,0,0.3);
	border-radius:50%;
}
.play_more a:hover:after{
	transform:rotate(-180deg);
}
.play_more a:before{
	background:#e84c11;
	content:"";
	width:100%;
	height:100%;
	left:-100%;
	top:0;
	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{
	left:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:100px;
	right:0;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	height:55px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:rgba(255,255,255,0.6);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:54px;
}
.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:#c93f24;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:rgba(255,255,255,0.6);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:55px;
	line-height: 55px;
}
.social li:hover a{
	color:#c93f24;
}
.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 {
	z-index: 12000;
	width: 100%;
	height:100px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float: right;
	clear: both;
	position: absolute;
	top:0px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 90px;
}
.get_qoute {
	float: left;
	margin-top: 23px;
	margin-right:39px;
}
.nav {
	float:left;
	margin-top:27px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 14px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	position:relative;
}
.nav li a i{
	font-style:normal;
	vertical-align:0px;
	margin-left:7px;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#e84c11;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#e84c11;
	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:#2b0a1b;
	width:245px;
	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:8px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-right:none;
	border-bottom:1px solid rgba(255,255,255,0.03);
}
.nav li .sub ul li a:hover{
	background:#c93f24;
	color:#fff;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	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;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#2b0a1b;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	padding:100px 0px 0px;
	position:relative;
	border-bottom:10px solid #c93f24;
}
#footer .width{
	position:relative;
}
.bottom_slice {
	position: absolute;
	z-index: 200;
	border-right: 200px solid transparent;
	border-bottom: 200px solid #c93f24;
	bottom: 0px;
	left: 0px;
}
.foot_bg{
	background-image:url(../images/bg/bg91.png);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:1;
	background-size:cover;
	background-position:center;
}
#footer .play_more{
	margin:0px 5px;
}
.foot{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	margin-bottom:30px;
	color:#aaa;
	position:relative;
	z-index:700;
	overflow:hidden;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 80px;
	display: block;
	margin-bottom:20px;
}
.foot_loop h2{
	font-weight:600;
	font-size:17px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:4px;
	background-color:#c93f24;
	display:block;
	margin-top:15px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	padding:10px 0;
	color:#bbb;
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}
.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:#c93f24;
	border-radius:5px;
	padding-right:10px;
}
.foot_loop ul li a:after{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-100px;
	right:0;
	content:"";
	background:url(../images/bg/bg39.png);
	background-size:cover;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.foot_loop ul li a:hover:after{
	bottom:0;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #eee;
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	padding-right:10px;
	color:#fff;
}
#bottom .social {
	float:right;
	margin-right:10px;
	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.05);	
}
#bottom .social li a {
	color:#eee;
	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;
	text-align:center;
	width:auto;
	height:80px;
	line-height: 80px;
}
#bottom .social li a:hover{
	color:#c93f24;
}
.foot_contact{
	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:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color:#bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-right: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #c93f24;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	border-top:1px solid rgba(255,255,255,0.1);
	color:#fff;
	font-size:13px;
	margin-top:50px;
	text-transform:uppercase;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	padding-left:150px;
	position:relative;
	z-index:500;
	line-height:80px;
}
.design a{
	color:#c93f24;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start newsbar_foot*/
#newsbar_foot {
	position:absolute;
	z-index:1000;
	clear:both;
	border:none !important;
	display:block;
	overflow:hidden;
	top:-145px;
	right:0px;
	left:0px;
}
#news_tick_foot{
	background:#c93f24;
	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;
	direction:rtl;
	height: 90px;
	overflow: hidden;
}
.bn_news_foot li {
	display: inline-block;
}
.bn-news.bn_news_foot li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size:17px;
	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:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:55px;
	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:#c93f24;
	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:#fff;
	border-radius:50%;
	opacity:0.5;
	content:"";
	position:absolute;
	top:4px;
	right:4px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#e84c11;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	background-color:#2b0a1b;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#2b0a1b;
	background-image:url(../images/bg/bg91.png);
	background-position:center;
	background-size:cover;
	opacity:0.9;
	z-index:300;
	position: absolute;
}
.slidebg2 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image:url(../images/bg/bg92.png);
	background-position:center;
	background-size:cover;
	opacity:0.9;
	z-index:300;
	position: absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slideshow 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;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider img{
	position:absolute;
	bottom:-40px;
	left:20px;
	height:520px;
	z-index:900;
}
.slider_cont{
	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%;
	padding-top:150px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 80px;
	position: relative;
	display: block;
	text-align:right;
}
.slider_cont_left{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	max-width:400px;
	text-transform:uppercase;
	font-size:40px;
	margin-bottom: 25px;
}
.slider_cont d{
	z-index:888;
	display:inline-block;
	font-size:15px;
	position:relative;
	text-align:justify;
	max-width:400px;
	padding-right:20px;
	color:#bbb;
}
.slider_cont d:before{
	content:"";
	width:4px;
	background:#e84c11;
	top:0;
	bottom:0;
	right:0;
	border-radius:10px;
	position:absolute;
}
.slider_cont h2 i{
	font-style:normal;
	color:#e84c11;
}
.slider_cont h2 b {
	font-weight: 600;
	display: inline-block;
}
.slider_cont h2 b:after {
	content: "";
	background-image: url(../images/under.png);
	width: 107px;
	height: 10px;
	display: block;
	background-size: 100%;
	margin-top:0px;
}
/*end slideshow*/
/*start counts*/
.counts_right ul {
	clear: both;
	position:relative;
	z-index:888;
	direction:rtl;
	text-align:right;
	display: block;
	overflow: hidden;
}
.counts_right ul li {
	display: block;
	float: right;
	padding:25px 4px;
	color:#fff;
}
.counts_right ul li h3 {
	font-size: 15px;
	font-weight: 400;
}
.count_all {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 10px 15px;
}
.counts_right p {
	font-size: 27px;
	font-weight: 400;
	margin-bottom:8px;
	text-transform:capitalize;
	display: block;
}
.counts_right p:before{
	content:"+";
	margin-left:10px;
}
/*end counts*/
/*start newsbar*/
#newsbar_section{
	clear:both;
	float:right;
	width:100%;
	background:#c93f24;
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:86px !important;
	position:relative;
	display:block;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 20px;
	direction:rtl;
	height: 86px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
}
.bn-news li a {
	display: block;
	color: #fff;
	font-size:18px;
	font-weight: 400;
	line-height: 86px;
	height: 86px;
}
.bn-news li a:after{
	content:"";
	width:30px;
	height:25px;
	margin:0px 10px;
	vertical-align:-6px;
	background-image:url(../images/fasel.svg);
	display:inline-block;
}
.bn-news li a:hover{
	color: #fff;
}
/*end newsbar*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:50px;
	background-image:url(../images/bg/bg91.png);
	background-size:cover;
	background-position:bottom;
	position:relative;
}
.aboutus_bg{
	background:url(../images/bg/bg46.png);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-position:center;
	background-repeat:no-repeat;
}
.aboutus{
	margin:0 auto;
	width:1230px;
}
.aboutus_right{
	width:33.33%;
	float:right;
	padding-right:40px;
}
.aboutus_left{
	width:33.33%;
	padding-right:40px;
	float:right;
}
.aboutus_center {
	width: 33.33%;
	text-align: center;
	float: right;
	padding-top: 30px;
	padding-right:40px;
	padding-left: 40px;
	position:relative;
}
.aboutus_center img:first-child {
	position: absolute;
	top: -50px;
	right: 132px;
	height: 80px;
}
.aboutus_loop {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
.aboutus_right .aboutus_loop span{
	float:left;
}
.aboutus_loop span {
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	line-height: 80px;
	text-align: center;
	background: #c93f24;
	color: #fff;
	font-size: 50px;
	border-radius: 5px;
	position: relative;
}
.aboutus_loop span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -10px;
	top: 10px;
	background: #4e0b2d;
	border-radius: 5px;
	z-index: -1;
	opacity: 0.3;
}
.aboutus_loop_txt {
	margin-right: 110px;
}
.aboutus_right .aboutus_loop_txt{
	margin-left: 110px;
	text-align:left;
	margin-right:0;
}
.aboutus_loop_txt h2 {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-transform:uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.aboutus_loop_txt p {
	height: 90px;
	font-weight:200;
	overflow:hidden;
	font-size:13px;
	display:block;
}
/*end aboutus*/
/*start aboutus_section*/
#aboutus_section{
	clear:both;
	width:100%;
	float:right;
	padding-bottom:80px;
}
.aboutus_section{
	display:table;
	width:100%;
}
.aboutus_section_right{
	display:table-cell;
	height:100%;
	width:33.33%;
	vertical-align:top;
	opacity:0.5;
	position:relative;
}
.aboutus_section_left{
	width:33.33%;
	opacity:0.5;
	display:table-cell;
	height:100%;
	vertical-align:top;
	position:relative;
}
.aboutus_section_center{
	width:33.33%;
	display:table-cell;
	height:100%;
	vertical-align:top;
	padding:0px 30px;
}
.aboutus_section_left img, .aboutus_section_right img {
	border-radius: 40px;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	object-position:center;
}
.aboutus_section_left img{
	width:94%;
}
.aboutus_section_center_title {
	border:3px solid rgba(255,255,255,0.05);
	border-radius: 20px;
	padding: 25px;
	margin-bottom:25px;
	text-align: center;
}
.aboutus_section_center_title h1 {
	color: #c93f24;
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
}
.aboutus_section_center_title h2 {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}
.aboutus_section_center_desc {
	border-radius: 20px;
	font-size:15px;
	border:3px solid rgba(255,255,255,0.05);
	padding: 30px 25px;
	text-align: justify;
}
/*end aboutus_section*/
/*start event*/
#count_date {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #2b0a1b;
	background-image:url(../images/bg/bg91.png);
	background-size:cover;
	background-position:center;
	padding: 70px 0px 50px;
}
#count_date h2 {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 30px;
	margin: 0px 0px 40px;
	text-transform:capitalize;
}
#count_date h2 b{
	font-weight:400;
	color:#c93f24;
}
#countdown{
  clear: both;
  display: block;
  margin-top: 15px;
  overflow: hidden;
}
#countdown li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
#countdown li b {
  font-weight: normal;
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #bbb;
  text-transform:uppercase;
}
#countdown li span {
  color: #fff;
  display: block;
  font-size: 25px;
  opacity:0.6;
	background:#c93f24;
	margin-bottom:15px;
  font-weight: normal;
  padding: 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*end event*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	text-align:center;
	color: #bbb;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #bbb;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #c93f24;
	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: #c93f24;
	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: #fff;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#c93f24;
	display:block;
}
.pages_title p:before{
	content:"";
	width:2px;
	height:15px;
	background:#2b0a1b;
	position:absolute;
	left:15px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title p:after{
	content:"";
	width:2px;
	height:15px;
	background:#2b0a1b;
	position:absolute;
	left:45px;
	top:-4px;
	transform:rotate(-45deg);
}
/*end pages title*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	background-image:url(../images/bg/bg91.png);
	background-position:center;
	background-size:cover;
	padding:50px 0px 0px;
	margin-bottom:50px;
}
.servicess{
	clear:both;
	margin:0px -20px;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width:100%;
	padding:40px 20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.servicess li:nth-child(2n+2) .serv_rights{
	float:left;
}
.servicess li:nth-child(2n+2) .serv_lefts{
	float:right;
}
.serv_rights {
	position:relative;
	width: 50%;
	float:right;
	overflow:hidden;
	height:270px;
}
.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 {
	width: 100%;
	height:100%;
	border-radius:15px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts {
	padding: 30px 60px 0px;
	position: relative;
	overflow: hidden;
	width: 50%;
	float:left;
}
.serv_lefts h2 {
	font-weight: 400;
	font-size: 25px;
	display: block;
	margin-bottom: 20px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #bbb;
	overflow: hidden;
	max-width:400px;
	height: 70px;
	margin-bottom:25px;
	font-size: 13px;
}
/*end services2*/
/*start partners*/
#partners2 {
	clear: both;
	float: right;
	width: 100%;
	background-color: #2b0a1b;
	margin-bottom:50px;
	background-image:url(../images/bg/bg91.png);
	background-size:cover;
	background-position:center;
	padding: 70px 0px 50px;
	position: relative;
}
.partners_slide2{
	clear:both;
	display:block;
	direction:rtl;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide2.slick-initialized {
	visibility:visible;
}
.partners_slide2 li {
	float: right;
	padding: 60px 10px 20px;
}
.partners_all2 {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:60px 30px;
	margin: 0px auto;
	border-radius:6px;
	border:1px solid rgba(255,255,255,0.1);
}
.my_star{
	clear:both;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.my_star span{
	font-family:FontAWesome;
	font-size:15px;
	font-weight:normal;
	color:#c93f24;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.partners_all2 b {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 25px;
}
.partners_all2 b:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.partners_all2 b:after {
	font-family: FontAwesome;
	content: "\f10d";
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}
.partners_all2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	margin-top: -110px;
}
.partners_all2 p {
	font-weight: 600;
	font-size: 16px;
	color: #bbb;
	display: block;
}
.partners_right {
	position: absolute;
	top: 50%;
	right:20px;
	z-index: 1000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.partners_right b {
	background: rgba(255,255,255,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.partners_right b:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.partners_right b:after {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.partners_left {
	position: absolute;
	top: 50%;
	left:20px;
	z-index: 1000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.partners_left b {
	background: rgba(255,255,255,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.partners_left b:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.partners_left b:after {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
/*end partners2*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:90px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background:rgba(255,255,255,0.1);
	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:rgba(0,0,0,0.2);
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#bbb;
	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:rgba(0,0,0,0.2);
	display:block;
	resize: none;
	color:#bbb;
	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:#c93f24;
	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:#e84c11;
	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:#bbb;
	font-size:15px;
	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: #fff;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #bbb;
}
/*end contactus*/