/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#201940;
	margin:0;
	padding:0;
	direction:ltr;
	color:#aaa;
	font-family:TitilliumWeb,cairo, 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:#0092e8;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#27ae60;
	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:1300px;
}
/*end body*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:85px;
	float:right;
	clear:both;
	position:fixed;
	top:0;
}
.nav_fix{
	display:none;
}
#header .width{
	position:relative;
	height:100%;
}
.contactus_form label input:focus,.contactus_form label textarea:focus,.contactus_form label select:focus{
	box-shadow: none !important;
}
.contactus_form label select option{
	color:#333;
}
.logo {
	float: left;
	position: relative;
	padding-top:20px;
}
.logo img {
	height:40px;
	float: left;
}
.logo img.logo2{
	display:none;
}
.get_qoute {
	float: right;
	margin-top: 17px;
	margin-left: 25px;
}
.get_qoute a {
	background: #0092e8;
	border:1px solid #0092e8;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	margin-left:10px;
	font-weight: 600;
	position:relative;
	letter-spacing:1px;
	overflow:hidden;
	font-size: 14px;
	font-family:cairo, sans-serif;
	padding: 0px 25px;
	text-transform: uppercase;
}
.get_qoute a:first-child{
	background:none;
}
.get_qoute a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.get_qoute a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-left:10px;
	content:"\f007";
}
.get_qoute a:last-child b:after{
	content:"\f234";
}
.get_qoute a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#27ae60;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover:before{
	left:0;
}
.nav {
	float:right;
	margin-top:15px;
	margin-right:10px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:600;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#0092e8;
	margin-right:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#0092e8;
	position:absolute;
	bottom:5px;
	right:100%;
	left:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	right:35px;
	left:15px;
}
.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:#fff;
	width:235px;
	padding:20px;
	left:0px;
	border-radius:2px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-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:10px 15px;
	color:#414142;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:600;
}
.nav li .sub ul li a:hover{
	background:#201940;
	color:#fff;
	padding-left:17px;
}
.search_icon {
	display:none;
	float:right;
}
.search_icon.active span{
	color:#fff;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 10006;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin-top: 22px;
	margin-right:0px;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.95);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #1b1537;
	height: 100px;
	border-top: 2px solid #201940;
}
.searchbox label input {
	display: block;
	box-shadow:none !important;
	height:auto;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family:TitilliumWeb,cairo, sans-serif;
	padding: 0px 75px 0px 20px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start head_fix*/
body.scrolled #header{
	background:#201940;
	box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#1b1537;
	background-image:url(../images/bg/bg45.png);
	float:right;	
	width:100%;
	clear:both;
	padding:90px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#f4f9fc;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:600;
	letter-spacing:1px;
	font-size:18px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#0092e8;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	color:#aaa;
	font-size: 14px;
	font-weight:400;
}
.foot_logo img {
	height: 70px;
}
.foot_loop ul{
	clear:both;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#aaa;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	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-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#0092e8;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"\f005";
	font-family:FontAwesome;
	background:#0092e8;
	width:14px;
	height:15px;
	padding-left:1px;
	line-height:15px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;
	margin-right:5px;
	font-size:7px;
}
.foot_contact span{
	color: #fff;
	text-transform:uppercase;
	display: block;
	font-size: 14px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.7);
	text-transform:capitalize;
	border-radius:3px;
	font-size: 13px;
	font-weight:400;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p a{
	color:rgba(255,255,255,0.7);
}
.foot_contact p a:hover{
	color:#0092e8;
}
.foot_contact p b{
	font-weight:400;
	background:#0092e8;
	padding:0px 5px;
	left:-20px;
	position:relative;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: left;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#0092e8;
	border:1px solid #0092e8;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: left;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: left;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-left:3px;
	border:none;
	text-align:center;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
#footer .social li a:hover{
	background:#0092e8;
	color:#fff;
}
.contact_home {
	float:right;
}
.contact_home a {
	display: inline-block;
	font-weight: 600;
	padding: 10px 20px;
	background: #0092e8;
	border: 1px solid #0092e8;
	margin-right: 10px;
	text-align: center;
	font-size: 15px;
	text-transform:uppercase;
	color: #fff;
}
.contact_home a:last-child {
	border: 1px solid rgba(255,255,255,0.2);
	background:none;
	color:#fff;
}
.contact_home a:before {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align: 0px;
	margin-right: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f2b6";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	background:#27ae60;
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#1b1537;
	background-image:url(../images/bg/bg45.png);
	border-top:1px solid rgba(255,255,255,0.1);
	color:#aaa;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:1px;
	position:relative;
}
.copyrights{
	float:right;
	line-height:45px;
	margin-right:30px;
}
.design{
	float:left;
	line-height:45px;
}
.design img{
	vertical-align:middle;
	margin-left:5px;
	height:13px;
}
.design a{
	color:#f4f9fc;
}
.design a:hover{
	color:#85b5e5;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:0px;
	display:none;
	width:40px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#1b1537;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#0092e8;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	z-index:100;
	background-position:center;
	background-image:url(../images/bg/bg48.png);
	background-size:cover;
	margin-bottom:0px;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .width{
	overflow:hidden;
}
.slideshow{
	width:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:150px;
	direction:rtl;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:50%;
}
.slider_right img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:50%;
	direction:ltr;
	display:table-cell;
	padding-right:50px;
}
.slideshow_shape{
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 100px;
	width: 124px;
	height: 124px;
	z-index: 999;
	margin-left: -87px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.slideshow_shape2 {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 39%;
	top: 110px;
	width: 55px;
	height: 55px;
	z-index: 999;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	text-transform:capitalize;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:50px;
	margin-bottom:15px;
}
.slider_cont h2 b{
	font-weight:700;
	color:#0092e8;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #aaa;
	line-height:1.6;
	font-size: 17px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_left_link{
	margin-bottom:90px;
}
.slider_left_link a {
	clear:both;
	color:#fff;
	font-size:16px;
	display:inline-block;
	font-weight:600;
	border-radius:5px;
	height:49px;
	line-height:47px;
	border:1px solid #0092e8;
	padding:0px 30px;
	text-transform:uppercase;
	background:#0092e8;
	position:relative;
	letter-spacing:0.5px;
	margin-right:20px;
	z-index:888;
	overflow:hidden;
}
.slider_left_link a:first-child b:after{
	display:inline-block;
	vertical-align:0px;
	margin-left:10px;
	content:"\f178";
	font-weight:normal;
	font-family:FontAwesome;
}
.slider_left_link a:last-child b:before{
	display:inline-block;
	vertical-align:0px;
	margin-right:10px;
	content:"\f144";
	font-weight:normal;
	font-family:FontAwesome5;
}
.slider_left_link a b{
	position:relative;
	z-index:100;
	font-weight:600;
}
.slider_left_link a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#27ae60;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_left_link a:hover:before{
	left:0;
}
.slider_left_link a:last-child{
	background:none;
}
#social h3{
	font-weight:700;
	font-size:16px;
	color:#fff;
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
}
.social {
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 18px;
	margin-right:10px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 41px;
	height:45px;
	border:2px solid rgba(255,255,255,0.3);
	width:45px;
	border-radius:45px;
}
.social li a:hover{
	color:#fff;
	background:#0092e8;
	border:2px solid #0092e8;
}
.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 slideshow*/
/*start newsbar*/
#newsbar_all{
	overflow:hidden;
	padding-top:30px;
	float:right;
	margin-bottom:50px;
	width:100%;
}
#newsbar {
	clear:both;
	z-index:1000;
	clear:both;
	float:right;
	display:block;
	margin-bottom:80px;
	width:100%;
}
#newsbar .width{
	padding:35px 0px 35px;
	position:relative;
	height:95px;
	width:100%;
}
#newsbar .width:before {
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color:#45319E;
	border-top: 8px solid #201940;
	border-bottom: 8px solid #201940;
	z-index: 3;
	position:absolute;
}
#newsbar .width:after {
	content: "";
	left: 0;
	top: -5px;
	height: 119px;
	width: 100%;
	background: #45319E;
	transform: rotate(2deg);
	z-index: 2;
	position:absolute;
}
#news-tick{
	position:absolute;
	z-index:100;
	overflow:hidden;
	float:right;
	width:100%;
	display:block;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li span img{
	width:50px;
	height:50px;
	display:inline-block;
	vertical-align:middle;
	margin-right:2px;
}
.bn-news li span {
	display: inline-block;
	color: #fff;
	font-weight:400;
	font-size:15px;
}
.bn-news li span i{
	font-style:normal;
	vertical-align:middle;
	display:inline-block;
	color:#7F6BD7;
	margin-left:5px;
	font-size:14px;
	margin-right:5px;
	font-weight:600;
}
.bn-news li span b{
	color:#27ae60;
	font-weight:600;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}
.bn-news li span b:before{
	content:"\f062";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	font-size:10px;
	margin-right:1px;
}
/*end newsbar*/
/*start services*/
#services2{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
#services2 .width{
	display:table;
}
.services2_right {
	overflow: hidden;
	clear: both;
	display:table-cell;
	width:55%;
}
.services2_left {
	display: table-cell;
	width:45%;
	padding-left:20px;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
.services2_left img.services2_left_img1{
	animation:rotatnow 16s linear infinite;
	-webkit-animation:rotatnow 16s linear infinite;
	-moz-animation:rotatnow 16s linear infinite;
	-ms-animation:rotatnow 16s linear infinite;
	-o-animation:rotatnow 16s linear infinite;
}
.services2_left img.services2_left_img2 {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 240px;
	top: 219px;
}
.serv_img2_txt{
	position:relative;
	padding-left:40px;
	z-index:500;
}
.serv_img2_txt h2{
	font-weight:700;
	font-size:45px;
	color:#fff;
	display:block;
	margin-bottom:2px;
	text-transform:capitalize;
}
.serv_img2_txt h2 b{
	font-weight:700;
	color:#0092e8;
}
.serv_img2_txt h1{
	font-size:30px;
	color:#fff;
	display:block;
	margin-bottom:2px;
	font-weight:700;
	text-transform:capitalize;
}
.serv_img2_txt h1:before{
	background:#0092e8;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	font-family:FontAwesome;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	margin-right:15px;
	content:"\f00c";
	font-weight:normal;
	font-size:16px;
}
.serv_img2_txt p{
	display:block;
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
}
.serv_img2_tab {
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
	clear:both;
}
.serv_img2_tab_top li {
	margin-right:15px;
	display: inline-block;
}
.serv_img2_tab_bottom li{
	display:none;
}
.serv_img2_tab_top li span {
	display: block;
	padding: 10px 25px;
	border-radius:5px;
	font-size: 14px;
	letter-spacing:1px;
	font-weight: 600;
	color:#fff;
	border:1px solid rgba(255,255,255,0.2);
	text-transform: capitalize;
	cursor:pointer;
}
.serv_img2_tab_top li.active span{
	background:rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.2);
}
.serv_img2_tab_bottom {
	padding:30px 0px 10px;
	font-weight: 400;
	font-size: 17px;
}
.serv_txt2_data{
	clear:both;
}
/*end services*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	color: #aaa;
}
.pages_title h1 {
	font-weight:600;
	font-size:22px;
	position:relative;
	color: #0092e8;
	text-transform:uppercase;
	letter-spacing:1.5px;
	line-height:1.2;
	display:block;
	margin-bottom:10px;
}
.pages_title h2 {
	font-weight:700;
	font-size:45px;
	position:relative;
	margin-bottom:10px;
	color: #fff;
	text-transform:capitalize;
	letter-spacing:1.5px;
	line-height:1.2;
	display:block;
}
.pages_title h2 b{
	font-weight:700;
	color:#0092e8;
}
/*end pages title*/
/*start services*/
#services{
	float:right;
	width:100%;
	margin-bottom:60px;
	overflow:hidden;
	clear:both;
	padding:50px 0px;
	background-image:url(../images/bg/bg45.png);
}
#services .pages_title{
	padding-right:25px;
	padding-left:25px;
}
.serv_loop {
	float: left;
	width: 33.33%;
	padding: 25px;
	overflow: hidden;
}
.serv_loop.serv_loop_fade .serv_all{
	opacity:0.3;
	cursor:default;
}
.serv_loop:nth-child(4) .serv_all{
	border:2px solid #0092e8;
}
.serv_all {
	background-color: rgba(255,255,255,0.1);
	border:2px solid rgba(255,255,255,0.1);
	border: 2px solid transparent;
	border-radius: 10px;
	padding:30px;
	overflow: hidden;
	display: block;
	position: relative;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_all:hover{
	border:2px solid #0092e8;
}
.serv_loop.serv_loop_fade .serv_all:hover{
	border: 2px solid transparent;
}
.serv_img {
	clear: both;
	display: block;
	position:relative;
	z-index:100;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:30px;
	padding-bottom:30px;
}
.serv_img h2{
	font-weight:700;
	color:#fff;
	font-size:20px;
	display:block;
	letter-spacing:1px;
	text-transform:uppercase;
}
.serv_img h1{
	font-weight:700;
	display:block;
	color:#0092e8;
	font-size:30px;
}
.serv_img h1 b{
	font-weight:700;
	color:#aaa;
	font-size:20px;
}
.serv_img h1 i,.my_subscribes_list_ul_all_right_price i{
	font-style: normal;
	font-size: 16px;
}
.serv_txt {
	display: block;
	position:relative;	
	z-index:100;	
	margin-bottom:25px;
}
.serv_txt li {
	padding: 10px;
	font-size:16px;
	color: #fff;
}
.serv_txt li:before{
	content:"\f046";
	font-family:FontAwesome;
	font-weight:normal;
	font-size:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	color:#0092e8;
}
.serv_more {
	clear:both;
}
.serv_more a {
	border:1px solid #0092e8;
	color: #fff;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	line-height: 55px;
	font-weight:600;
	font-size:16px;
	text-align: center;
	border-radius: 10px;
	text-transform:uppercase;
}
.serv_loop.serv_loop_fade .serv_more a:hover{
	background:none;
}
.serv_more a:hover{
	background:#0092e8;
	color:#fff;
}
/*end services*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:80px;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 50%;
	display: block;
	float: right;
	padding-left:70px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right h2 {
	font-weight: 700;
	font-size:45px;
	line-height:1.3;
	color: #fff;
	display: block;
	text-transform:capitalize;
	margin-bottom: 20px;
}
.aboutus_right p{
	font-weight:400;
	font-size:17px;
	display:block;
	margin-bottom:30px;
}
.aboutus_right a{
	display:inline-block;
	background:#0092e8;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:1px;
	font-weight:600;
	height:52px;
	line-height:52px;
	overflow:hidden;
	padding:0px 20px;
	border-radius:5px;
	position:relative;
}
.aboutus_right a b{
	font-weight:400;
	position:relative;
	z-index:100;
}
.aboutus_right a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#27ae60;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.aboutus_right a:hover:before{
	left:0;
}
.aboutus_left{
	display:block;
	width:50%;
	float:left;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_slide{
	clear:both;
	display:block;
	overflow:hidden;
}
.aboutus_slide li img{
	width:100%;
	height:auto;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:80px;
	overflow:hidden;
	position:relative;
	background:#1b1537;
	padding:80px 0px;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:left;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:bitmex,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 70px;
	height: 70px;
	float:left;
	background: #0092e8;
	text-align: center;
	line-height: 70px;
	border-radius: 5px;
	z-index: 133;
	font-size: 40px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: #fff;
	z-index: 3;
	border-radius: 5px;
	opacity: 0.3;
	top: 4px;
	left: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	overflow: hidden;
	margin-left: 95px;
}
.count_all h2 {
	font-weight: 600;
	color:rgba(255,255,255,0.5);
	font-size: 13px;
	overflow: hidden;
	display: block;
	text-transform:uppercase;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
	color: #fff;
	position: relative;
}
.count_all p:after{
	content:"+";
	color:#27ae60;
	font-weight:400;
	font-size:30px;
	margin-left:10px;
}
/*end count*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:70px;
}
#partners .pages_title{
	padding-right:20px;
	padding-left:20px;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:left;
	padding:20px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	cursor: pointer;
	padding:30px;
	border-radius:15px;
	background-color: 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:#27ae60;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.partners_all b{
	display:block;
	overflow:hidden;
	font-weight:400;
	font-size:16px;
	margin-bottom:30px;
}
.partners_data:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	display: inline-block;
	position:absolute;
	right:0;
	top:45px;
	font-size:20px;
}
.partners_data{
	overflow:hidden;
	clear:both;
	border-top:1px solid rgba(255,255,255,0.1);
	padding-top:30px;
	position:relative;
}
.partners_data img {
	display: block;
	float:left;
	width: 56px;
	border-radius:50%;
	object-fit:cover;
	height: 56px;
	margin-right:20px;
}
.partners_all p {
	text-transform:uppercase;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	display: block;
}
.partners_all h3{
	color:#aaa;
	font-weight:600;
	font-size:14px;
}
/*end partners*/
/*start data*/
#data {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:80px;
	z-index: 600;
}
#data .width{
	padding:0px 20px;
}
.data_table{
	display: table;
}
.data_right {
	display: table-cell;
	width: 50%;
	position: relative;
	text-align:center;
	vertical-align: middle;
}
.data_left {
	display:table-cell;
}
.data_left li {
	overflow: hidden;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.data_left_txt {
	padding-bottom:30px;
	font-size:16px;
	font-weight:400;
	display:none;
}
.data_left_top {
	padding:20px 0px;
	cursor:pointer;
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_left_top h3 {
	font-weight: 600;
	font-size: 18px;
	text-transform:capitalize;
	letter-spacing:1px;
	color: #fff;
}
.data_left li.open_data .data_left_top span:after{
	content:"-";
	border:1px solid #0092e8;
	color:#0092e8;
}
.data_left_top span:after {
	position: absolute;
	content: '+';
	width: 25px;
	height: 25px;
	line-height: 22px;
	right:0px;
	top: 19px;
	color: #fff;
	text-align: center;
	border:1px solid rgba(255,255,255,0.1);
	border-radius: 50%;
	font-weight:500;
	font-size: 21px;
}
/*end data*/
/*start contactus*/
#contactus{
	clear:both;
	display:table;
	position:relative;
	background-image:url(../images/bg/bg45.png);
	background-position:center;
	width:100%;
}
.contactus_left{
	display:table-cell;
	width:80%;
	overflow:hidden;
	position:relative;
	padding:0px 20px 30px;
}
.contactus_right{
	display:table-cell;
	width:20%;
	position:relative;
	vertical-align:bottom;
	overflow:hidden;
}
.contactus_right img{
	display:block;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:before{
	font-family:FontAwesome;
	color:#aaa;
	position:absolute;
	left:20px;
	font-weight:normal;
	font-size:13px;
	top:-1px;
}
.contactus_form label{
	display:block;
	width:100%;
	position:relative;
	background:rgba(255,255,255,0.1);
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input,.contactus_form label select{
	border:none;
	background:none;
	color:#fff;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:TitilliumWeb,cairo, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_name:before{
	content:"\f007";
}
.contactus_form label.con_email:before{
	content:"\f0e0";
}
.contactus_form label.con_phone:before{
	content:"\f095";
}
.contactus_form label.con_subject:before{
	content:"\f040";
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:rgba(255,255,255,0.1);
	display:block;
	resize: none;
	color:#fff;
	border:none;
	width:100%;
	font-family:TitilliumWeb,cairo, sans-serif;
	border-radius:10px;
	padding:10px 20px;
	min-height:150px;
	margin-top:20px;
	font-weight:500;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#0092e8;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	height:50px;
	text-transform:uppercase;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
	font-family:TitilliumWeb,cairo, sans-serif;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#4d578d;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
/*end contactus*/
.login_form_check_now {
    padding: 10px 0px 20px;
}