/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.7;
}
.body_img {
	z-index:-1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/bg/back.jpg.jpeg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	opacity:0.5;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#ab0421;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#761170;
	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: 36px;
  height: 36px;
  border:2px solid rgba(0,0,0,0.3);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle.circle_link:before{
	width:55px;
	height:55px;
	background:rgba(31,52,73,0.2);
	border:2px solid transparent;
}
.circle.circle_link .circles{
	display:none;
}
.circles{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#ab0421;
	position:absolute;
	top:-3px;
	left:-3px;
}
.circlesd {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.08;
	z-index:1100;
}
.style_border {
	float: right;
	width: 100%;
	height: 38px;
	background: url(../images/bg/line.png);
	position: relative;
	background-position: right;
	top: 15px;
	z-index: 1000;
}
.style_border.style_border2{
	top:-15px;
}
/*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: 600;
	height: 50px;
	top:0;
	line-height: 50px;
	border-radius:8px;
	position: relative;
	text-transform: uppercase;
	background: #ab0421;
	z-index: 888;
	padding: 0px 35px;
}
.play_more a svg {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align:middle;
	fill: #fff;
	margin-right: 10px;
	transform:rotate(-180deg);
}
.play_more a:hover{
	box-shadow:7px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
	background:#761170;
	color:#fff;
	top:-2px;
}
.play_more a:hover svg{
	fill:#fff;
}
.play_more:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 6px;
	right: 6px;
	background:rgba(255,255,255,0.2);
	border-radius: 8px;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	background:linear-gradient(270deg, #761170 0%, #1f3449 78.9%);
	height:65px;
}
#top:before {
	content: "";
	background-image: url(../images/bg/bg53.png);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-position: center;
	opacity: 0.1;
	animation: movescale 5s linear infinite;
	-webkit-animation: movescale 5s linear infinite;
}
.s_contact.s_contact2{
	float:right;
}
.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,1);
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:65px;
}
.s_contact li span{
	letter-spacing:normal;
}
.s_contact li svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	strock:#fff;
	vertical-align: -4px;
	margin-left: 10px;
}
.s_contact li svg path {
	stroke: #fff;
}
.s_contact li a:hover{
	color:rgba(255,255,255,0.7);
}
.social {
	float:right;
}
.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:65px;
	line-height: 71px;
}
.social li a svg{
	fill:rgba(255,255,255,1);
	width:20px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.social li a:hover svg{
	fill:rgba(255,255,255,0.7);
}
/*end top*/
/*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: 65px;
	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:600;
	text-transform:uppercase;
	font-size:15px;
	position:relative;
}
.nav li.menu-item-has-children a:after{
	content:"\f107";
	font-family:FontAwesome;
	font-weight:400;
	font-size:18px;
	color:#c73236;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:before{
	content:"";
	height:3px;
	border-radius:4px;
	background:#c73236;
	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:#1f3449;
	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-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#ab0421;
	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;
	right: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #c73236;
	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: #c73236;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-weight:600;
	font-size: 14px;
	font-family:'tajawal', 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-color:#fff;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);
	width:100%;
	height:95px;
	position: fixed;
	right: 0px;
	padding:0px 30px;
	z-index:7500;
	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 li a{
	color:#333;
}
/*end head_fix*/
/*start footer*/
#footer{
	background:linear-gradient(270deg, #111111 0%, #1f3449 78.9%);
	float:right;
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
}
#footer:after {
	content: "";
	z-index: 100;
	position: absolute;
	left: -26.04%;
	right: 75.94%;
	top: -50px;
	bottom: 70px;
	opacity: .50;
	filter: blur(120px);
	background: radial-gradient(50% 50% at 50% 50%, #ab0421 0%, rgba(7, 12, 20, 0) 100%);
}
#footer:before {
	content: "";
	background-image: url(../images/bg/bg53.png);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-position: center;
	opacity: 0.05;
	animation: movescale 5s linear infinite;
	-webkit-animation: movescale 5s linear infinite;
}
#footer .width{
	position:relative;
	height:100%;
	z-index:1000;
	padding:80px 0px 25px;
	overflow:hidden;
}
.border_fix{
	position:absolute;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
.border_fix2{
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
#footer .width,#bottom .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:nth-child(2){
	width:50%;
	padding-right:40px;
	padding-left:40px;
	text-align:center;
}
.foot_loop:last-child {
	padding-right:20px;
}
.foot_loop{
	width:25%;
	float:right;
	padding:20px;
}
.foot_loop h2{
	font-weight:600;
	font-size:22px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:12%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#ab0421;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#fff;
	font-size:14px;
	line-height:2;
}
.foot_logo{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.foot_logo img{
	height:115px;
}
.foot_loop ul{
	clear:both;
	position:relative;
	z-index:200;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255,255,255,.08);
	padding: 8px 0 8px;
	color:#eee;
	text-transform:uppercase;
	font-size:15px;
	font-weight:600;
}
.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;
	color:#ab0421;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#ab0421;
	padding-right:10px;
}
.foot_contact{
	clear:both;
	font-size:15px;
	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;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color: #fff;
	border-radius:3px;
	font-size: 14px;
	display:block;
	margin-bottom: 15px;
	font-weight:600;
	padding: 10px;
}
.foot_contact b{
	font-weight:600;
	position:relative;
	display:block;
	padding-right:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #ab0421;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	font-weight:normal;
	text-align: center;
	right: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
.foot_contact b.foot_email:before{
	content:"\f2b6";
}
#footer .social{
	text-align:center;
	margin-top:50px;
	margin-right:0;
	margin-left:0;
	float:none;
}
.foot_loop .social li{
	display:inline-block;
	float:none;
	position:relative;
	padding:0;
}
.foot_loop .social li a {
	display: block;
	z-index: 11;
	font-size: 13px;
	position: relative;
	border: none;
	width: 48px;
	height: 48px;
	line-height: 61px;
	padding: 0px !important;
	text-align: center !important;
	border-radius: 50%;
	margin: 0px 3px;
	color: #eee;
	background: #000;
}
.foot_loop .social li.facebook a {
	background: #3B5998;
}
.foot_loop .social li.twitter a {
	background: #000000;
}
.foot_loop .social li.tiktok a {
	background: #000000;
}
.foot_loop .social li.instagram a {
	background:#FF1152;
}
.foot_loop .social li.linkedin a {
	background:#0077B5;
}
.foot_loop .social li a:hover {
	transform: rotate(-360deg) scale(1.2);
}
.foot_loop .social li a:before{
	display:none;
}
.foot_loop_contact {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.foot_loop_contact a {
	background: #ab0421;
	border:1px solid #ab0421;
	color: #fff;
	height: 52px;
	display: block;
	line-height: 50px;
	font-weight:600;
	text-align: center;
	border-radius:50px;
}
.foot_loop_contact a:before{
	content:"\f11f";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
.foot_loop_contact a:hover{
	background:transparent;
	border:1px solid #ab0421;
}
.foot_loop_contact2 {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top:0px;
}
.foot_loop_contact2 a {
	background: #ab0421;
	border:1px solid #ab0421;
	color: #fff;
	height: 52px;
	font-weight:600;
	display: block;
	line-height: 50px;
	text-align: center;
	border-radius:50px;
}
.foot_loop_contact2 a:before{
	content:"\f232";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
.foot_loop_contact2 a:hover{
	background:transparent;
	border:1px solid #ab0421;
}
/*end footer*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	float: right;
	color:#fff;
	padding:20px 0px 0px;
	width: 100%;
	position:relative;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:15px;
}
.design a{
	border-bottom:2px solid #ab0421;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#ab0421;
	border-bottom:2px solid #ab0421;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#bbb;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:55px;
	font-weight:700;
	text-transform:uppercase;	
	height:55px;
	border-radius:50%;
}
.toTop b {
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.toTop b svg {
	height: 100%;
	width:100%;
	fill:transparent;
}
.toTop b path{
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	stroke:#ab0421;
	stroke-width:4;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
/*end totop*/
/*start pages_title*/
.pages_title,.pages_title_slide{
	width:100%;
	float:right;
	margin-bottom:50px;
	position:relative;
}
.pages_title.pages_title_center{
	text-align:center;
}
.pages_title h1{
	font-weight:600;
	font-size:16px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#333;
}
.pages_title.withwhite h1{
	color:#bbb;
}
.pages_title h1 svg{
	width:10px;
	margin:0px 10px;
	display:inline-block;
	vertical-align:middle;
	fill:#ab0421;
}
.pages_title h2,.pages_title_slide h2{
	font-weight:600;
	font-size:35px;
	display:block;
	line-height:1.3;
	color:#111;
}
.pages_title.withwhite h2,.pages_title_slide.withwhite h2{
	color:#fff;
}
.pages_title_slide h2{
	float:right;
}
.pages_title_slide_arrow {
	float: left;
	margin-top: 25px;
	direction:ltr;
}
.pages_title_slide_arrow span{
	cursor:pointer;
}
.pages_title_slide_arrow svg {
	width: 15px;
	fill: #333;
}
.page_title_prev {
	margin-right: 30px;
}
/*end pages_title*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#2a3447;
	overflow:hidden;
	width:100%;
	position:relative;
	margin-bottom:50px;
	top:0;
	right:0;
}
#slideshow .width{
	height:100%;
	position:relative;
	z-index:1000;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	opacity:1;
	left:0px;
	right:0px;
	height:100%;
	z-index:100;
	overflow:hidden;
}
.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;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	z-index:300;
	left:0;
	bottom:0;
	background:linear-gradient(270deg, rgba(8, 17, 31, 0) 0%, rgba(8, 17, 31, 0.75) 58.9%);
}
.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;
}
.my_logo {
  position: absolute;
  left: 70px;
  top: 177px;
  display:none;
  z-index: 1000;
  height: 100px;
  width: 100px;
  opacity: 0.3;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	padding-top:20px;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:center;
	max-width:650px;
}
.slider_cont_right{
	float:left;
	text-align:center;
	max-width:650px;
}
.slider_cont_center{
	max-width:950px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2,.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 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(199,50,54,0.1);
	font-weight:600;
	font-size:14px;
}
.slider_cont h1:before {
	content: "";
	width: 25px;
	height: 27px;
	background: url(../images/favicon.png);
	background-size: 100% 100%;
	vertical-align: 0px;
	display: inline-block;
	position: relative;
	vertical-align:middle;
	margin-right: 10px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:50px;
	margin-bottom:15px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	font-size: 15px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_cont .play_more{
	display:inline-block;
	margin-right:15px;
	position:relative;
}
.slider_cont .play_more:last-child a{
	background:#2a3447;
}
.slider_info {
	height: 170px;
	margin-right: 40px;
	margin-left: 40px;
	position: relative;
	top: -90px;
	z-index: 1001;
}
.slider_info_left{
	float:left;
	overflow:hidden;
	width:75%;
	height:100%;
	background-image:url(../images/bg/bg46.png);
	background-color:#fff;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);
}
.slider_info_right{
	background:linear-gradient(270deg, #761170 0%, #ab0421 78.9%);
	height:100%;
	width:20%;
	float:right;
	text-align: center;
	padding-top: 60px;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);
}
.slider_info_left_img {
	float: left;
	width: 40%;
	opacity:0;
	height: 100%;
}
.slider_info_left_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.slider_info_left_title {
	width: 60%;
	float: left;
	opacity:0;
	padding: 50px 90px 0px;
}
.slider_info_left_title h2 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 23px;
	color:#220c10;
	line-height: 1.3;
}
.slider_info_right{
	direction:ltr;
}
.slider_info_right span {
	display: inline-block;
	margin: 0px 20px;
	cursor:pointer;
}
.slider_info_right svg {
	width: 20px;
	fill: #fff;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slider_info_right span:hover svg{
	fill:#000;
}
/*end slideshow*/
/*start data*/
#data{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.data_right{
	position:relative;
	padding:20px 0px 50px 0px;
}
.data_right_left, .data_right_right {
	width: 40%;
	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%);
}
.data_right_right{
	padding-right:50px;
	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%);
}
#data .width.scroll .data_right_right,#data .width.scroll .data_right_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_right_left{
	padding-left:50px;
	float:right;
	width:60%;
}
.data_list li{
	float:right;
	width:100%;
	padding:0px 0px 50px;
}
.data_list_all span {
	display: block;
	width: 90px;
	height: 90px;
	float: right;
	line-height: 99px;
	text-align: center;
	font-size: 35px;
	background: linear-gradient(270deg, #761170 0%, #ab0421 78.9%);
	color: #fff;
	border-radius: 5px;
}
.data_list_all span svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}
.data_list_text {
	padding-top: 12px;
	margin-right: 117px;
	text-align: justify;
	padding: 5px;
}
.data_list_text h4 {
	font-weight: 700;
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	line-height: 1.2;
}
.data_list_text p {
	font-size: 14px;
	overflow: hidden;
	height: 70px;
}
.data_right_left p {
	text-align: justify;
	line-height: 2.3;
	margin-bottom:50px;
}
.aboutus_hotline {
	float: left;
}
.aboutus_hotline svg {
	width: 50px;
	height: 50px;
	float: left;
}
.aboutus_hotline p {
	margin-left: 70px;
	text-align: right;
	padding-top: 7px;
}
.aboutus_hotline p i {
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #666;
	line-height: 1;
}
.aboutus_hotline p b {
	font-weight: 700;
	font-size: 20px;
	color: #ab0421;
	line-height: 1;
}
/*end data*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:linear-gradient(270deg, #761170 0%, #1f3449 78.9%);
	z-index:800;
	position:relative;
	padding:90px 0px;
	overflow:hidden;
}
#count:before{
	content:"";
	right:0;
	left:0;
	bottom:0;
	top:0;
	position:absolute;
	background-image:url(../images/bg/bg53.png);
	background-repeat:no-repeat;
	background-position:center;
	opacity:0.1;
	animation:movescale 5s linear infinite;
	-webkit-animation:movescale 5s linear infinite;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
.count_all {
	width: 100%;
	padding: 0px 10px;
}
.count_all b{
	float:right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display:block;	
	position: relative;
	border-radius: 100%;
	background:linear-gradient(270deg, rgba(250, 86, 116, 0.2) 0%, rgba(96, 101, 213, 0.2) 100%);
}
.count_all span {
	background: linear-gradient(270deg,#ab0421 0%, rgba(199, 50, 54, 0.2) 100%);
	color: #fff;
	text-align: center;
	border-radius: 100%;
	z-index: 133;
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 5px;
	margin-top: 5px;
	line-height:92px;
}
.count_all span svg{
	fill:#fff;
	width:35px;
}
.count_all div {
	overflow: hidden;
	margin-right:120px;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:40px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
/*end count*/

/*start inside title*/
.page_inside_title{
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
}
.page_inside_title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ab0421;
	width: 5px;
	border-radius: 10px;
}
.page_inside_title h1{
	margin-right:30px;
	color:#ab0421;
	font-weight:600;
	font-size:16px;
	margin-bottom:15px;
	letter-spacing:0px;
}
.page_inside_title h2{
	margin-right:30px;
	color:#1f3449;
	line-height:1.2;
	text-transform:capitalize;
	font-weight:700;
	font-size:25px;
}
/*end inside title*/
/*start aboutus3*/
#aboutus3{
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:50px 0px;
	margin-top:-30px;
	background:#fff;
}
.aboutus3{
	display:table;
	width:100%;
}
.aboutus2_right{
	position:relative;
}
.aboutus2_right {
	display:table-cell;
	position:relative;
	width: 25%;
	height:100%;
	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%);
}
#aboutus3 .aboutus3.scroll .aboutus2_right,#aboutus3 .aboutus3.scroll .aboutus2_left,#aboutus3 .aboutus3.scroll .aboutus2_left2{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus2_left2 {
	display:table-cell;
	position:relative;
	width: 25%;
	vertical-align:bottom;
	height:100%;
	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%);
}
.aboutus2_right img{
	width:100%;
	height:100%;
}
.aboutus2_left {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 25px 30px 80px 30px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
.aboutus2_left p{
	font-size:16px;
	text-align:justify;
	color:#666;
	margin-bottom:25px;
}
.aboutus3_list {
	clear: both;
}
.aboutus3_list li a {
	display: block;
	padding: 20px 0px;
	font-size: 15px;
	color: #333;
	border-top: 1px dashed #ccc;
	font-weight: 600;
	position: relative;
}
.aboutus3_list li:last-child a{
	border-bottom: 1px dashed #ccc;
}
.aboutus3_list li a:after {
	content: "\f177";
	font-family: FontAwesome;
	color: #ab0421;
	position: absolute;
	left: 10px;
	top: 20px;
}
.aboutus3_list li a:hover{
	color:#ab0421;
}
/*end aboutus3*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	background-color:#fff;
	padding:80px 0px;
	margin-top:-38px;
	float:left;
	z-index:100;
}
.data2_list {
	position:relative;
}
.data2_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	padding:20px;
}
.data2_list li a {
	width: 100%;
	height:600px;
	display:block;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.data2_list li a:before {
	position: absolute;
	width: 100%;
	right: 0;
	top: 30%;
	left: 0;
	bottom: 0;
	content: "";
	opacity: 1;
	z-index: 500;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 50%);
}
.data2_all img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_list li:hover .data2_all img{
	transform:scale(1.5);
}
.data2_list li p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index:1000;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_list li:hover .data2_all p{
	padding:50px 20px;
}
.data2_list li p b {
	display: block;
	color: #fff;
	z-index: 101;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 22px;
	margin-bottom: 20px;
}
/*end data2*/
/*start partners*/
#partners{
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	padding:80px 0px;
	background:linear-gradient(270deg, #761170 0%, #1f3449 78.9%);
	margin-top:-38px;
}
#partners:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:60;
	background-image:url(../images/bg/bg46.png);
}
.partners_title {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.partners_title h2 {
	float: right;
	width: 10%;
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
}
.partners_title p {
	text-align: center;
	color: #fff;
	padding-top: 30px;
	font-size: 13px;
	max-width: 1000px;
	float: left;
}
.partners{
	display:block;
	position:relative;
	z-index:101;
	overflow:hidden;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 114px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:85px;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	position:relative;
	padding:50px 0px 80px;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	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;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 60px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #ab0421;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	position: absolute;
	bottom: 0;
	background: #fff;
	z-index: 1000;
	right: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 21px;
	display: block;
	margin-bottom: 6px;
	color: #29241c;
	overflow: hidden;
	height: 80px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #25645d;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #25645d;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#1f3449;
	z-index:55550000;
}
.go_page_load_table{
	width:100%;
	height:100%;
	display:table;
}
.go_page_load_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/*end load*/
#social_fix {
	position: fixed;
	direction:ltr;
	bottom: 50%;
	left: 0;
	z-index: 99000;
	margin-bottom: -120px;
}
.social_fix li {
	position: relative;
	margin-bottom: 2px;
	width:53px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social_fix li:hover{
	width:140px;
}
.social_fix li a {
	display: block;
	position: relative;
	padding: 0px 17px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	overflow:hidden;
	background: #26D367;
	border-radius: 0 25px 25px 0;
	direction: ltr;
	text-align: center;
	font-size: 19px;
}
.social_fix li a span {
	overflow: hidden;
	font-size: 15px;
	text-transform: capitalize;
	display: inline-block;
	float: left;
}
.social_fix li.whatsapp a{
	background:#26D367;
}
.social_fix li.whatsapp2 a{
	background:#18BC41;
}
.social_fix li.whatsapp a{
	background:#7761DF;
}
.social_fix li.whatsapp a{
	background:#26D37C;
}
.social_fix li.phone a{
	background:#7761DF;
}
.social_fix li.mail a{
	background:#DC483C;
}
.social_fix li a:before{
	font-family:FontAwesome;
}
.social_fix li.whatsapp a:before,.social_fix li.whatsapp2 a:before{
	content:"\f232";
}
.social_fix li.phone a:before,.social_fix li.phone2 a:before{
	content:"\f095";
}
.social_fix li.mail a:before{
	content:"\f003";
}