/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#eee;
	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:#2bd96a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e95239;
	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: 28px;
  height: 28px;
  border:1px solid rgba(0,0,0,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle.circle_link:before{
	background:rgba(219,218,215,0.3);
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#2bd96a;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	background:#2bd96a;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #2ec264;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:hover:after{
	background:#2bd96a;
}
.play_more a:after {
	content: "\f100";
	font-family: FontAwesome;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: left;
	text-align: center;
	margin-right:20px;
	font-size: 18px;
	font-weight: normal;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	margin-top: 8px;
	margin-left: 10px;
}
.play_more a:before{
	background:#2ec264;
	content:"";
	width:100%;
	height:100%;
	right:-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{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float: right;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:10px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 76px;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-right:0px;
}
.nav {
	float:left;
	position:relative;
}
.nav:before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	width: ;
	height: 4px;
	background: #546990;
	border-radius: 50px;
	opacity: 0.6;
	display: ;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:95px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:15px;
	position:relative;
}
.nav li.has_sub a:after{
	content:"\f107";
	font-family:FontAwesome;
	font-weight:400;
	font-size:18px;
	color:#2bd96a;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:before{
	content:"";
	height:2px;
	border-radius:4px;
	background:#2bd96a;
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:before,.nav li:hover a:before,.nav li.current a:before{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:95px;
	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:#39465d;
	width:245px;
	right:0px;
	overflow:hidden;
	top:70px;
	padding:15px;
	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:before{
	position:relative;
	background:none;
	width:auto;
	height:auto;
	content:"\f100";
	font-family:FontAwesome;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-right:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#2bd96a;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #bbb;
	width: 20px;
	margin-left: 30px;
	margin-right:30px;
	height: auto;
	margin-top: 36px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #2bd96a;
	font-size: 21px;
	left:5px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius:12px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #2bd96a;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 75px 0px 48px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*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 slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#000324;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .width{
	height:100%;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;	
	transform:rotate(180deg);
	background:linear-gradient(270deg, rgba(8, 17, 31, 0) 0%, rgba(8, 17, 31, 0.9) 78.9%);
}
.slidebg2{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/bg/bg51.png);
	background-repeat:no-repeat;
	background-position:right center;
	opacity:0.08;
	animation:movetopbounce 5s linear infinite;
	-webkit-animation:movetopbounce 5s linear infinite;
}
.slidebg3{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/bg/bg52.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	opacity:0.08;
	animation:moveleftbounce 5s linear infinite;
	-webkit-animation:moveleftbounce 5s linear infinite;
}
.slidebg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.80;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
	padding-top:70px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:right;
	max-width:850px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:850px;
}
.slider_cont_center{
	max-width:850px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h1{
	display:inline-block;
	color:#fff;
	margin-bottom:20px;
	padding:5px 15px;
	border-radius:50px;
	background:rgba(255,255,255,0.04);
	border:1px solid rgba(43,217,106,0.1);
	font-weight:400;
	font-size:14px;
}
.slider_cont h1:before{
	content:url(../images/face.png);
	vertical-align:0px;
	display:inline-block;
	position:relative;
	top:3px;
	margin-left:10px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:40px;
	margin-bottom:15px;
}
.slider_cont h2 b{
	font-weight:400;
	color:#2bd96a;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.5);
	font-size: 15px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_cont .play_more{
	display:inline-block;
	position:relative;
}
/*end slideshow*/
/*start newsbar*/
#newsbar{
	clear:both;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
	position:absolute;
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	text-transform:uppercase;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #2bd96a;
}
.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:#2bd96a;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	direction:rtl;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #bbb;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #2bd96a;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	padding:0px 55px 0px 30px;
	color: #333;
	margin-bottom:15px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 4px;
	background: #2bd96a;
	top:16px;
	left: 0;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #2bd96a;
	top:16px;
	right: 0;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 40px;
	color: #000324;
	line-height:1.2;
	display: block;
	text-transform:capitalize;
	margin-bottom:0px;
}
.pages_title h2 b{
	color:#2bd96a;
	font-weight:400;
}
/*end pages title*/
/*start signup_pop*/
#signup_pop{
	position:fixed;
	z-index:20000;
	top:0;
	visibility:hidden;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,3,36,0.4);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#signup_pop.signup_pop_open{
	visibility:visible;
}
#signup_pop .width{
	position:relative;
	display:table;
	height:100%;
}
.signup_pop {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
.signup_pop_open .signup_pop_txt{
	top:0;
}
.signup_pop_txt {
	top:-100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	max-width: 500px;
	margin: 0px auto;
	background: #000324;
	border-radius: 20px;
	padding: 75px 45px 50px;
	position: relative;
	box-shadow: 0px 0px 10px 0px #000;
}
.signup_pop_txt span{
	width:50px;
	height:50px;
	line-height:50px;
	position:absolute;
	top:15px;
	left:15px;
	cursor:pointer;
}
.signup_pop_txt span:before {
	content: "";
	width: 25px;
	height: 1px;
	background: #bbb;
	position: absolute;
	left: 0;
	top: 25px;
	transform: rotate(45deg);
}
.signup_pop_txt span:after {
	content: "";
	width: 25px;
	height: 1px;
	background: #bbb;
	position: absolute;
	left: -1px;
	top: 25px;
	transform: rotate(-45deg);
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:100%;
	float:right;
	position:relative;
	margin-bottom:10px;
}
.contactus_form label input,.contactus_form label select{
	border:1px solid transparent;
	background:rgba(255,255,255,0.1);
	color:#fff;
	text-transform:capitalize;
	font-size:12px;
	font-weight:400;
	font-family:Changa, sans-serif;
	width:100%;
	display:block;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.third_step label,.fourth_step label{
	float:right;
	width: 49%;
}
.third_step label:nth-child(2n+2),.fourth_step label:nth-child(2n+2){
	float:left;
}
.third_step label:last-child{
	width:100%;
}
.contactus_form label p {
	display: block;
	padding: 10px 0px 0;
	color: #e74c3c;
	font-size: 12px;
}
.contactus_form label.pwrong input, .contactus_form label.pwrong select {
	border:1px solid rgba(244,70,77,0.8);
}
.contactus_form_success {
	text-align: center;
	color: #83f446;
	font-size: 15px;
	display: block;
}
.contactus_form label p:before {
	content: "*";
	vertical-align: middle;
	margin-left: 6px;
	display: inline-block;
}
.contactus_form label select option{
	background:#000324;
	border-radius:0;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#2bd96a;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:15px;
	font-family:Changa, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	opacity:0.8;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
/*end signup_pop*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	padding-bottom:50px;
	overflow:hidden;
	margin-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:25%;
	float:right;
	padding:20px;
}
.news_loop:nth-child(3n+3){
	width: 50%;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
	overflow:hidden;
}
.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;	
	border-radius:10px;
}
.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_loop p {
	position: absolute;
	right: -27px;
	top: -27px;
	background: #2bd96a;
	color: #fff;
	font-size: 12px;
	width: 80px;
	height: 80px;
	line-height: 1.2;
	text-align: center;
	z-index:500;
	padding-top: 19px;
	border-radius: 5px;
}
.news_loop p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	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;
	padding:0px 25px 25px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start footer*/
#footer{
	background-color:#000324;
	float:right;	
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
}
#footer:before {
	content:"";
	z-index:100;
	position: absolute;
	left: -26.04%;
	right: 75.94%;
	top: 12.69%;
	bottom: -4.15%;
	opacity: .50;
	filter: blur(120px);
	background: radial-gradient(50% 50% at 50% 50%, #2bd96a 0%, rgba(7, 12, 20, 0) 100%);
}
/*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:#bbb;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	position:relative;
	z-index:500;
	line-height:80px;
}
/*end bottom*/