/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#EBD7C7;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:TheYearofTheCamel, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#621117;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#a47bdc;
	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.1);
	-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:45px;
	height:45px;
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#bfafd5;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start box_popup*/
#box_popup{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	background:#EBD7C7;
	z-index:50000;
}
.box_popup{
	display:table;
	height:100%;
	width:100%;
}
.box_popup_left,.box_popup_center,.box_popup_right{
	display:table-cell;
	vertical-align:top;
	height:100%;
}
.box_popup_left{
	width:20%;
}
.logo_box img{
	height:70px;
}
.logo_box {
	padding: 20px;
	margin-bottom:50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box_follow {
	padding: 20px;
	clear: both;
}
.box_follow h2 {
	font-weight: 700;
	font-size:20px;
	margin-bottom:10px;
	text-transform: uppercase;
	display: block;
}
.box_follow li a {
	display: block;
	padding: 4px 0px;
	color: #333;
	text-transform: capitalize;
}
.box_follow li a:hover{
	color:#621117;
}
.box_popup_center{
	width:60%;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}
.box_nav_up,.box_popup_close{
	width:100%;
	float:right;
	height:118px;
	margin-bottom:30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box_nav li{
	display:block;
	position:relative;
}
.box_nav li a {
	display: block;
	color: #333;
	font-weight: 400;
	padding:13px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
.box_nav li:hover a{
	padding-left:30px;
	color:#621117;
}
.box_popup_right{
	width:20%;
}
.searchbox {
	float:right;
	width:100%;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:20px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:none;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius:50px;
}
.searchbox svg {
	margin-top: 0px;
	height: 60px;
	width: 20px;
	position: absolute;
	right: 20px;
	fill: #bfafd5;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 15px;
	font-family:TheYearofTheCamel, sans-serif;
	padding: 0px 58px 0px 25px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
.box_contact{
	float:right;
	width:100%;
	padding-right:20px;
	padding-left:30px;
	margin-bottom:25px;
}
.box_contact h2{
	font-weight: 700;
	font-size: 22px;
	margin-bottom:10px;
	text-transform: uppercase;
	display: block;
}
.box_contact li a,.box_contact li span {
	display: block;
	padding: 4px 0px;
	font-size:16px;
	color: #333;
	text-transform: capitalize;
}
.box_contact li a:hover{
	color:#621117;
}
.box_contact_logo{
	float:right;
	padding-right:20px;
	padding-left:20px;
	width:100%;
	text-align:center;
}
.box_contact_logo img{
	height:150px;
}
.box_popup_close_icon {
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
	margin-top: 60px;
	cursor: pointer;
	margin-right: 20px;
	float: right;
}
.box_popup_close_icon span{
	width: 100%;
	height: 1px;
	border: 1px solid rgba(0,0,0,0.9);
	display: block;
	transform: rotate(45deg);
	position:absolute;
	top:0;
	right:0;
}
.box_popup_close_icon b{
	width: 100%;
	height: 1px;
	border: 1px solid rgba(0,0,0,0.9);
	display: block;
	transform: rotate(-45deg);
	top:0;
	right:0;
}
/*end box_popup*/
/*start more*/
.play_more,.play_more_all{
	display:inline-block;
	position:relative;
}
.play_more_all{
	overflow:hidden;
	position:relative;
	width:170px;
	height:170px;
	border-radius:50%;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:15px;
	letter-spacing:1px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:30px;
	text-transform:uppercase;
	background:#621117;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more_all a{
	width:170px;
	height:170px;
	border-radius:50%;
	line-height:170px;
	position:relative;
	color:#621117;
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	text-transform:capitalize;
	border:1px solid rgba(0,0,0,0.1);
}
.play_more_all.play_more_all_fight a{
	color:#333;
	border:1px solid rgba(0,0,0,0.1);
}
.play_more_all.play_more_all_fight a:hover{
	color:#fff;
}
.play_more_all a:hover{
	color:#fff;
}
.play_more_all .su_button_circle{
	position:absolute;
	background:#621117;
	border-radius:50%;
	width:0;
	height:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more_all a:after{
	content:"\f1e1";
	vertical-align:middle;
	margin-left:5px;
	font-family:MaterialSymbolsOutlined;
}
.play_more_all:hover{
   animation: movetopbounce 1s forwards;
}
.explode-circle {
   animation: explode 1s forwards;
}
.desplode-circle{
   animation: desplode 1s forwards;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #bb979a;
	height: 55px;
	left: 10px;
	right: -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 a:after {
	content: "\f41f";
	font-family: MaterialSymbolsOutlined;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: right;
	text-align: center;
	margin-left: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-right: 10px;
}
.play_more a:before{
	background:#bfafd5;
	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 header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: fixed;
	top:0px;
	right: 0;
	background:#EBD7C7;
}
#header .header{
	position:relative;
	padding:0px 30px;
}
.logo {
	float: right;
	position: relative;
	padding:15px 0px 0px 0px;
	overflow: hidden;
	z-index:100;
}
.logo a img {
	height: 60px;
}
.head_menu {
	font-family: MaterialSymbolsOutlined;
	color: #621117;
	float: left;
	position:relative;
	z-index:100;
	font-size: 30px;
	cursor:pointer;
	font-weight: normal;
	line-height: 88px;
}
.head_menu:before{
	content:"\e5c3";
}
.nav {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.nav li{
	display:inline-block;
	position:relative;
	padding:0px 13px;
}
.nav li a {
	display: block;
	color: #333;
	line-height: 95px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	top:0;
	position: relative;
}
.nav li.has_sub a:before{
	content:"\e0b2";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#621117;
	top:-5px;
}
.nav li:hover .sub{
	top:95px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	background:#fff;
	width:245px;
	text-align:left;
	left: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:"\f197";
	font-family:MaterialSymbolsOutlined;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-right:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:14px 15px;
	color:#333;
	font-size:15px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	top:0;
	border-left:none;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background-color:#621117;
	background-position:center;
	background-repeat:repeat;
	background-size:170px;
	border-bottom:1px dashed #53b99b;
	color:#fff;
	top:0;
	padding-left:17px;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start footer*/
#footer{
	float:right;	
	width:100%;
	clear:both;
	padding:100px 0px 0px;
	overflow:hidden;
	position:relative;
	border-bottom:10px solid #621117;
}
#footer .width{
	position:relative;
}
#footer .play_more{
	margin:0px 5px;
}
#footer .play_more:last-child a{
	background:#bfafd5;
}
#footer .play_more:last-child a:before{
	background:#621117;
}
.foot{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	margin-bottom:30px;
	color:#333;
	position:relative;
	z-index:700;
	overflow:hidden;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:14px;
	line-height:2;
}
.foot_logo img {
	height: 80px;
	display: block;
	margin-bottom:20px;
}
.foot_loop h2{
	font-weight:700;
	font-size:19px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#333;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:4px;
	background-color:#621117;
	display:block;
	margin-top:15px;
}
.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(0,0,0,0.1);
	padding:10px 0;
	color:#333;
	position:relative;
	text-transform:capitalize;
	font-size:16px;
	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:MaterialSymbolsOutlined;
	content:"\eac9";
}
.foot_loop ul li a:hover{
	color:#621117;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color:#333;
	display: block;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 16px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color:#333;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-left: 13px;
}
.foot_contact p b:before {
	font-family:MaterialSymbolsOutlined;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #bfafd5;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\e0c8";
}
.foot_contact p b.foot_phone:before{
	content:"\f5d1";
}
.foot_contact p b.foot_mail:before{
	content:"\e6c2";
}
.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(0,0,0,0.1);
	color:#621117;
	font-size:16px;
	margin-top:50px;
	text-transform:uppercase;
	font-weight:600;
}
.copyrights{
	float:left;
	line-height:80px;
}
.design{
	float:right;
	position:relative;
	z-index:600;
	line-height:80px;
}
#bottom .social{
	float:right;
	margin-left:90px;
}
#bottom .social li{
	float:left;
	display:block;
}
#bottom .social li a {
	display: block;
	width: 40px;
	text-align: center;
	height: 80px;
	line-height: 90px;
}
#bottom .social li a svg {
	fill: #621117;
	width: 20px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
#bottom .social li a:hover svg{
	fill:#bfafd5;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#3e395f;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#bfafd5;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
.toTop:hover{
	background:#bfafd5;
	border:5px solid #bfafd5;
	color:#fff;
}
/*end totop*/
/*start box_slider*/
#box_slider{
	clear:both;
	display:block;
	z-index:100;
	overflow:hidden;
	width:100%;
	padding-top:80px;
	padding-bottom:100px;
	min-height:650px;
	position:relative;
	top:0;
	right:0;
}
.top_slice{
	position: absolute;
	top: 150px;
	right: -50px;
	width: 50%;
	height: 100%;
	background: url(../images/bg/bg90.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:50% 50%;
	opacity:0.2;
}
.top_slice2{
	position: absolute;
	top: 150px;
	left: -50px;
	width: 50%;
	height: 100%;
	background: url(../images/bg/bg91.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:50% 50%;
	opacity:0.2;
}
.box_slider_social {
	clear: both;
	float: right;
	position: absolute;
	z-index:1000;
	right: 30px;
	bottom: 80px;
}
.box_slider_social li{
	float:left;
	display:block;
}
.box_slider_social li a {
	display: block;
	width: 36px;
	text-align: center;
	background:#bfafd5;
	border-radius:50%;
	margin:0px 4px;
	height: 36px;
	line-height: 46px;
}
.box_slider_social li a svg {
	fill: #fff;
	width: 18px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.box_slider_social li a:hover{
	background:#621117;
}
.box_slider_social li a:hover svg{
	fill:#fff;
}
.box_slider_left{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	text-align:center;
}
.box_slider_left_all{
	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:0px;
}
.box_slider_left_all_cont{
	width:100%;
	float:left;
}
.box_slider_left_all_cont h2 {
	font-weight: 700;
	font-size: 85px;
	color: #621117;
	letter-spacing: 5px;
	line-height:1.3;
	display: block;
}
.box_slider_left_all_cont p {
	font-size:32px;
	line-height: 1;
	display: block;
	text-transform:capitalize;
	margin-bottom:10px;
	color: #222;
}
.box_slider_left_all_cont span{
	display:block;
	margin-bottom:25px;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
}
.box_slider_left_all_cont span i,.box_slider_left_all_cont span b{
	font-style:normal;
	letter-spacing:2px;
	color:#621117;
}
.box_slider_left_all_cont span i{
	display:none;
}
/*end box_slider*/
/*start whatsapp*/
.slider_quest_all{
	position:fixed;
	z-index:50000000;
	left:10px;
	bottom:20px;
}
.slider_quest_all a{
	width:50px;
	height:50px;
	background:#312d14;
	line-height:62px;
	border-radius:5px;
  -webkit-animation: movetopbounce 5s linear infinite;
  animation: movetopbounce 5s linear infinite;
  display:block;
  text-align:center;
  color:#fff;
}
.slider_quest_all a:hover{
	opacity:0.8;
}
/*end whatsapp*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: left;
	width: 25%;
	display: block;
	padding-top: 5px;
	letter-spacing: 2px;
	line-height: 1.4;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 31px;
	color: #333;
}
.partners{
	float:left;
	width:75%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:left;
	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: 80px;
}
.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;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start aboutus*/
#aboutus{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
}
#aboutus .width{
	display:table;
}
.aboutus_right{
	display:table-cell;
	width:40%;
	vertical-align:middle;
	text-align:left;
}
.aboutus_right img{
	height:400px;
}
.aboutus_left{
	display:table-cell;
	width:60%;
	text-align:center;
	padding:0px 20px;
	vertical-align:middle;
}
.aboutus_left h2{
	font-weight:700;
	font-size:50px;
	text-transform:capitalize;
	color:#222;
	display:block;
	margin-bottom:15px;
}
.aboutus_left p{
	font-size:16px;
	display:block;
	margin-bottom:25px;
}
.aboutus_left i{
	font-style:normal;
	display:block;
	color:#666;
	font-size:16px;
	font-weight:700;
}
.aboutus_left b{
	font-style:normal;
	display:block;
	color:#222;
	font-size:16px;
	font-weight:600;
}
/*end aboutus*/
/*start count*/
#count{
	float:right;
	width:100%;
	clear:both;
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
}
#count:before {
	content:"";
	background: #621117;
	border-radius: 50%;
	width: 617px;
	height: 217px;
	filter: blur(100px);
	position: absolute;
	z-index: -12;
	bottom: -240px;
	right: 50%;
	margin-right: -310px;
}
#count ul{
	text-align:center;
}
#count ul li{
	display:inline-block;
	width:25%;
}
#count ul li:last-child .count_all{
	border-right:none;
}
.count_all{
	padding:25px;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.count_all p{
	display:block;
	color:#621117;
	font-weight:700;
	font-size:48px;
}
.count_all p b{
	display:inline-block;
	font-weight:600;
}
.count_all p i {
	display: inline-block;
	font-style: normal;
	margin-left: 5px;
}
.count_all h2 {
	font-weight: 600;
	font-size: 18px;
}
/*end count*/
/*start progress*/
#progress{
	float:left;
	clear:both;
	margin-bottom:70px;
	background:#f3e7dd;
	padding:100px 0px;
	width:100%;
	position:relative;
	z-index:1000;
}
.progress_right{
	float:left;
	width:50%;
	padding-right:60px;
}
.progress_right h1{
	color:#621117;
	font-weight:700;
	font-size:17px;
	display:block;
}
.progress_right h1:before{
	font-family:MaterialSymbolsOutlined;
	content:"\e8d3";
	font-size:22px;
	font-weight:normal;
	vertical-align:-4px;
	margin-right:8px;
}
.progress_right h2{
	color:#000;
	font-weight:700;
	font-size:50px;
	display:block;
}
.progress_right p{
	color:#333;
	font-size:17px;
}
.progress_right ul{
	margin-top:50px;
	width:100%;
	float:left;
}
.progress_right ul li{
	display:block;
	margin-bottom:25px;
}
.progress_right ul li span{
	color:#000;
	position:relative;
	padding:20px 25px;
	overflow:hidden;
	cursor:pointer;
	font-size:22px;
	border-radius:50px;
	display:block;
	border:1px solid rgba(0,0,0,0.1);
	-moz-transition: all 900ms;
	-webkit-transition:all 900ms;
	-ms-transition: all 900ms;
	-o-transition: all 900ms;
}
.progress_right ul li span:before {
	font-family: MaterialSymbolsOutlined;
	content: "\f81c";
	position: absolute;
	top: 23px;
	right: 20px;
	font-size: 18px;
	font-weight: normal;
}
.progress_right ul li span:after{
	content:"";
	width:0px;
	height:100%;
	border-radius:50px;
	position:absolute;
	top:0;
	left:0;
	-moz-transition: all 900ms;
	-webkit-transition:all 900ms;
	-ms-transition: all 900ms;
	-o-transition: all 900ms;
	z-index:-1;
}
.progress_right ul li:hover span:after,.progress_right ul li.progress_right_active span:after{
	width:100%;
	background:#621117;
}
.progress_right ul li:hover span,.progress_right ul li.progress_right_active span{
	color:#fff;
}
.progress_left_txt{
	clear:both;
	width:100%;
}
.progress_left{
	float:right;
	width:50%;
	padding-left:50px;
	overflow:hidden;
	position:sticky;
	top:130px;
}
.progress_left_txt ul li{
	float:left;
	width:50%;
	padding:15px;
}
.progress_left_box{
	border-radius:5px;
	overflow:hidden;
	display:block;
	padding:15px;
	border:1px solid rgba(0,0,0,0.1);
}
.progress_left_box i{
	font-style:normal;
	border:1px solid rgba(0,0,0,0.1);
	display:block;
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-right:10px;
	color:#333;
	font-size:13px;
}
.progress_left_box h2 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	padding-top:3px;
	text-overflow: ellipsis;
	display: block;
	vertical-align: middle;
	margin-left: 45px;
	color: #000;
}
.progress_left_box:hover{
	background:#621117;
	border:1px solid #621117;
}
.progress_left_box:hover h2{
	color:#fff;
}
.progress_left_box:hover i{
	color:#fff;
	border:1px solid rgba(255,255,255,0.1);
}
.progress_left_txt_all{
	display:none;
}
/*end progress*/
/*start works*/
#works{
	float:right;
	width:100%;
	contain: paint;
	position:relative;
}
#works .width{
	position:relative;
	padding-bottom:350px;
}
#works h2{
	font-weight:700;
	font-size:110px;
	text-align:center;
	display:block;
	color:#000;
	letter-spacing:15px;
	text-transform:uppercase;
	overflow:hidden;
	width:100%;
	position:sticky;
	top:160px;
}
#works h2.goclass{
	color:#bfafd5;
}
.works {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 30px;
	position: relative;
	z-index:1000;
}
.works li{
	padding-bottom: 30px;
	top: 0;
	left: 0;
	z-index: 999;
	position:relative;
}
.works li:nth-child(2n+2){
	top:400px;
}
.works_all img{
	object-fit:cover;
}
.works li h1{
	background:#621117;
	position:absolute;
	display:inline-block;
	padding:20px 40px;
	left:-430px;
	bottom:50px;
	color:#fff;
	font-size:17px;
	border-radius:0px 20px 20px 0px;
	font-weight:400;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.works li:hover h1{
	left:0px;
}
.works li a{
	display:block;
	position:relative;
}
.works li:last-child{
	padding-bottom:0;
}
/*end works*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	background:#621117;
	padding:100px 0px 100px;
}
#data h3 {
	color: #fff;
	font-weight: 700;
	display: block;
	font-size: 35px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
#data ul{
	margin:0px -20px;
}
#data ul li{
	float:left;
	width:33.33%;
}
#data ul li:nth-child(3) .data_all,#data ul li:nth-child(6) .data_all{
	border-right:none;
}
#data ul li:nth-child(4) .data_all,#data ul li:nth-child(5) .data_all,#data ul li:nth-child(6) .data_all{
	border-bottom:none;
}
.data_all{
	padding:70px 20px;
	border-right:1px solid rgba(255,255,255,0.08);
	border-bottom:1px solid rgba(255,255,255,0.08);
}
.data_all img{
	float:left;
	height:35px;
	margin-top:13px;
	filter: brightness(0) invert(1);
}
.data_all h2{
	margin-left:60px;
	font-weight:400;
	font-size:19px;
	color:#fff;
}
/*end data*/
/*start partners2*/
#partners2_title{
	float:right;
	width:100%;
	background:#621117;
	text-align:center;
	padding:0px 0px 80px;
}
#partners2_title h2{
	color:#fff;
	font-weight:600;
	font-size:35px;
	letter-spacing:2px;
	display:inline-block;
	margin-right:100px;
	vertical-align:middle;
}
#partners2_title .play_more_all{
	display:inline-block;
	vertical-align:middle;
}
#partners2_title .play_more_all a{
	border-color:rgba(255,255,255,0.1);
	color:#fff;
}
#partners2_title .play_more_all .su_button_circle{
	background:#bfafd5;
}
#partners2{
	padding:50px 0px;
	float:right;
	width:100%;
	overflow:hidden;
}
.partners_two{
	direction:rtl;
}
#partners2 ul li{
	float:left;
	width:16.66%;
}
.partners2_all{
	padding:20px;
}
.partners2_all img{
	height:80px;
	-moz-transition: all 400ms;
	-webkit-transition:all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}
#partners2 ul li:hover .partners2_all img{
	transform:scale(1.3);
}
/*end partners2*/
/*start media*/
#media{
	float:right;
	width:100%;
	clear:both;
	background:#621117;
	padding:100px 0px;
	position:relative;
	overflow:hidden;
	text-align:center;
}
#media h2{
	font-weight:700;
	font-size:45px;
	color:#fff;
	text-transform:capitalize;
	display:block;
	margin-bottom:15px;
	letter-spacing:2px;
}
#media p{
	color:#eee;
	font-size:20px;
	display:block;
	margin:0px auto 50px;
	max-width:1000px;
}
#media:before {
	content: "";
	background: #bfafd5;
	border-radius: 50%;
	width: 617px;
	height: 217px;
	filter: blur(100px);
	position: absolute;
	bottom: 0px;
	right: 50%;
	opacity:0.6;
	margin-right: -310px;
}
#media .play_more_all a{
	color:#fff;
	border:1px solid rgba(255,255,255,0.1);
}
#media .play_more_all .su_button_circle{
	background:#bfafd5;
}
/*end media*/