/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:RobotoCondensed,BalooBhaijaan2, 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:#c09c4e;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e46041;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	padding:0px 0px 0px 120px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border:1px 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:40px;
	height:40px;
}
.circle:after{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#c09c4e;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start head*/
.phone_logo{
	right:20px;
	position:absolute;
	z-index:1000;
	display:none;
	top:5px;
}
.phone_logo img{
	height:100px;
}
#sidebar_head{
	z-index: 1000;
	width: 120px;
	height: 100%;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	left:0px;
	bottom: 0;
	background-color: #000;
}
#sidebar_head:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image:url(../images/bg/bg90.png);
	background-position:center;
	background-size:cover;
	opacity:0.2;
}
.body_left {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 55px;
	background-image: url(../images/bg/bg91.png);
	background-position: right center;
	opacity: 0.4;
	width: 259px;
	z-index: 999;
	background-size: cover;
}
.body_right {
	position: fixed;
	top: 0;
	bottom: 0;
	right:-60px;
	background-image: url(../images/bg/bg92.png);
	background-position: left center;
	opacity: 0.4;
	width: 259px;
	z-index: 999;
	background-size: cover;
}
.sidebar_tools{
	position:absolute;
	top:0px;
	bottom:0px;
	right:6px;
}
.sidebar_tools.sidebar_tools_left{
	right:auto;
	left:6px;
}
.sidebar_tools span{
	background:rgba(253,211,121,0.08);
	display:block;
	width:2px;
	margin-bottom:5px;
	height:5%;
}
.sidebar_tools span:nth-child(8),.sidebar_tools span:nth-child(16),.sidebar_tools span:nth-child(2){
	background:#c09c4e;
}
.logos {
	position: relative;
	text-align:center;
	padding:20px 15px;
	margin-bottom:60px;
	overflow: hidden;
}
/*end head*/
/*start social*/
.social{
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:1001;
	width:80px;
}
.social li{
	float:right;
	width:100%;
	direction:ltr;
}
.social li a{
	color:#bbb;
	font-size:13px;
	border:1px solid rgba(255,255,255,0.05);
	display:block;
	border-radius:5px;
	text-transform:capitalize;
	text-align:left;
	padding:7px 10px;
	overflow:hidden;
	position:relative;
	margin-bottom:8px;
}
.social li a svg {
	fill: #bbb;
	display:block;
	margin:0px 0px 8px;
	width: 20px;
	vertical-align:middle;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.social li a.social_hover svg{
	fill:#c09c4e;
}
.social li a:before {
	background-color: #c09c4e;
	content: "";
	height: 150px;
	right: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li a.social_hover:before{
	right: 120%;
	opacity: 0.45;
}
/*end social*/
/*start more*/
.play_more,.play_more_all{
	display:inline-block;
	position:relative;
}
.play_more_all{
	overflow:hidden;
	position:relative;
	border-radius: 50px;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:30px;
	text-transform:uppercase;
	background:#c09c4e;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #e4ca92;
	height: 55px;
	left: 10px;
	right: -6px;
	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:hover{
	color:#fff;
}
.play_more a b {
	background-color: #000000;
	height: 150px;
	left: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.play_more a:hover b{
	left: 120%;
	opacity: 0.45;
}
.play_more_all a {
	border-radius: 50px;
	position: relative;
	color: #000;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 17px;
	text-transform: capitalize;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px 40px;
}
.play_more_all a:hover{
	color:#fff;
}
.play_more_all .su_button_circle{
	background:#c09c4e;
	position:absolute;
	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-right:5px;
	font-family:MaterialSymbolsOutlined;
}
.explode-circle {
   animation: explode 1s forwards;
	border-radius:50px;
}
.desplode-circle{
   animation: desplode 1s forwards;
	border-radius:50px;
}
/*end more*/
/*start box_popup*/
#box_popup{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	background:#000;
	z-index:50000;
}
#box_popup:before{
	content:"";
	left:0;
	top:0;
	right:0;
	bottom:0;
	position:absolute;
	background-image:url(../images/bg/bg90.png);
	background-position:center;
	background-size:cover;
	opacity:0.05;
}
.box_popup{
	display:table;
	height:100%;
	width:100%;
	position:relative;
}
.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:180px;
}
.logo_box {
	padding: 20px;
	margin-bottom:50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box_follow {
	padding: 20px;
	clear: both;
	position:relative;
}
.box_follow h2 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom:10px;
	color:#666;
	text-transform: uppercase;
	display: block;
}
.box_follow li a {
	display: block;
	padding: 7px 0px;
	color: #bbb;
	text-transform: capitalize;
}
.box_follow li a:hover{
	color:#c09c4e;
}
.box_popup_center{
	width:60%;
	border-left: 1px solid rgba(255,255,255,0.07);
	border-right: 1px solid rgba(255,255,255,0.07);
}
.box_nav_up,.box_popup_close{
	width:100%;
	float:left;
	height:118px;
	margin-bottom:30px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}
.box_nav li{
	display:block;
	position:relative;
}
.box_nav li a {
	display: block;
	color: #bbb;
	font-weight: 600;
	padding:13px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
.box_nav li:hover a{
	padding-left:30px;
	color:#c09c4e;
}
.box_popup_right{
	width:20%;
}
.searchbox {
	float:left;
	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(255,255,255,0.07);
	border-radius:50px;
}
.searchbox svg {
	margin-top: 0px;
	height: 60px;
	width: 20px;
	position: absolute;
	left: 20px;
	fill: #bfafd5;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #bbb;
	font-size: 16px;
	font-family:RobotoCondensed,BalooBhaijaan2, sans-serif;
	padding: 0px 25px 0px 58px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
.box_contact{
	float:left;
	width:100%;
	padding-left:20px;
	padding-right:30px;
	margin-bottom:25px;
}
.box_contact h2{
	font-weight: 700;
	font-size: 18px;
	color:#666;
	margin-bottom:10px;
	text-transform: uppercase;
	display: block;
}
.box_contact li a,.box_contact li span {
	display: block;
	padding: 4px 0px;
	font-size:14px;
	color: #bbb;
	text-transform: capitalize;
}
.box_contact li a:hover{
	color:#c09c4e;
}
.box_contact_logo{
	float:left;
	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-left: 20px;
	float: left;
}
.box_popup_close_icon span{
	width: 100%;
	height: 1px;
	border: 1px solid rgba(255,255,255,0.7);
	display: block;
	transform: rotate(45deg);
	position:absolute;
	top:0;
	right:0;
}
.box_popup_close_icon b{
	width: 100%;
	height: 1px;
	border: 1px solid rgba(255,255,255,0.7);
	display: block;
	transform: rotate(-45deg);
	top:0;
	right:0;
}
/*end box_popup*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	float:right;
	display:block;
	z-index:2000;
	height:65px;
}
#top .width{
	padding-left:220px;
	padding-right:110px;
}
.head_menu {
	font-family: MaterialSymbolsOutlined;
	color: #bbb;
	float: left;
	margin-right:20px;
	margin-left:40px;
	position:relative;
	z-index:100;
	font-size: 25px;
	cursor:pointer;
	font-weight: normal;
	line-height: 65px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.head_menu:before{
	content:"\e5c3";
}
.head_menu:hover{
	color:#c09c4e;
}
.s_contact.s_contact2{
	float:right;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;	
	padding:0px 10px;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#bbb;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	line-height:65px;
}
.s_contact li e {
	position: absolute;
	bottom: 20px;
	right:25px;
	height: 1px;
	left:100%;
	background: #c09c4e;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.s_contact li:hover e{
	left:0;
}
.s_contact li span{
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:middle;
	display:inline-block;
	font-size:16px;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:MaterialSymbolsOutlined;
}
.s_contact li.phone a:before{
	content:"\f5d1";
}
.s_contact li.mail a:before{
	content:"\e6c2";
}
.s_contact li.mapi span:before{
	content:"\e0c8";
}
.s_contact li a:hover{
	color:#fff;
}
/*end top*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: absolute;
	top: 65px;
	right: 0;
}
#header .width{
	position:relative;
	padding-left:220px;
	padding-right:110px;
}
.header{
	background:rgba(0,0,0,0.4);
	border-radius:100px;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
.nav {
	position: relative;
	margin-right:40px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 20px;
}
.nav li a {
	display: block;
	color: #fff;
	line-height: 95px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
}
.nav li.has_sub a:before{
	content:"\e0b2";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin-left:12px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#c09c4e;
	position:absolute;
	top:-1px;
	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:after,.nav li:hover a:after,.nav li.current a:after{
	width:100%;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#c09c4e;
	line-height:85px;
}
.nav li:hover .sub{
	top:105px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	border-radius:25px;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	background:#fff;
	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:"\f197";
	font-family:MaterialSymbolsOutlined;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:14px 15px;
	color:#333;
	font-size:14px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background-color:#c09c4e;
	border-bottom:1px dashed #c09c4e;
	border-radius:50px;
	color:#fff;
	padding-right:17px;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start footer*/
#footer{
	float:right;	
	width:100%;
	clear:both;
	padding:250px 0px 0px;
	background:#000;
	overflow:hidden;
	position:relative;
	border-bottom:10px solid #c09c4e;
}
#footer:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url(../images/bg/bg58.png);
	opacity: 1;
	z-index: 100;
	background-size: 100% 100%;
}
#footer .width{
	position:relative;
	padding-right:50px;
	padding-left:180px;
}
.bottom_slice2 {
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	background: url(../images/bg/bg93.png);
	background-position:center;
	background-size:cover;
	animation:movescale 5s linear infinite;
	opacity:0.5;
}
#footer .play_more{
	margin:0px 15px;
}
#footer .play_more:first-child{
	margin-right:0;
}
#footer .play_more:last-child a{
	background:#262222;
}
.foot{
	clear:both;
	overflow:hidden;
}
.foot_loop{
	width:50%;
	float:right;
	padding:0px 20px;
	margin-bottom:30px;
	color:#bbb;
	position:relative;
	z-index:1000;
	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:40px;
}
.foot_loop h2{
	font-weight:700;
	font-size:19px;
	margin-bottom:25px;
	letter-spacing:0px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.07);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:4px;
	background-color:#c09c4e;
	display:block;
	margin-top:15px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	width:50%;
	float:right;
	padding-left:40px;
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	padding:10px 0;
	color:#bbb;
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:MaterialSymbolsOutlined;
	content:"\eac3";
}
.foot_loop ul li a:hover{
	color:#c09c4e;
	padding-right:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#bbb;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color:#bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-right: 13px;
}
.foot_contact p b:before {
	font-family:MaterialSymbolsOutlined;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #c09c4e;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: -5px;
	right: -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;
}
.foot_maps{
	overflow: hidden;
	display: block;
	width: 100%;
	border-radius: 20px;
	border: 10px solid rgba(255,255,255,0.1);
}
.foot_maps iframe {
	width: 100% !important;
	display:block;
	height: 295px !important;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	border-top:1px solid rgba(255,255,255,0.05);
	color:#bbb;
	font-size:14px;
	margin-top:0px;
	position:relative;
	text-transform:uppercase;
	z-index:1000;
}
#bottom .width{
	padding-left:110px;
	padding-right:0px;
}
.copyrights{
	float:right;
	line-height:80px;
	margin-right:90px;
}
.design{
	float:left;
	margin-left:90px;
	position:relative;
	z-index:500;
	line-height:80px;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#aaa;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	right:60px;
	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:#c09c4e;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
.toTop:hover{
	color:#c09c4e;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	width:100%;
	background-color:#000;
	float:right;
	position:relative;
}
.slider_blocks{
	position:absolute;
	top:0;
	right:0;
	left:120px;
	bottom:0;
}
.slider_blocks_loop{
	display:block;
	float:left;
	width:25%;
	height:33%;
	border:5px solid #000;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.img_slider{
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-size: cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;	
}
.img_slider{
	-webkit-animation: movescale 15s linear infinite;
	animation: movescale 15s linear infinite;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
	padding-top:20px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_center{
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	border-bottom:1px solid #c09c4e;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:50px;
	margin-bottom: 25px;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	bottom:0px;
	right:0;
	clear:both;
	border:none !important;
	z-index:2000;
	display:block;
	overflow:hidden;
	width:100%;
}
#news-tick {
	border: none !important;
	overflow: hidden;
	height: 80px !important;
	position: relative;
	display: block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 600;
	text-transform:uppercase;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 80px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:80px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#c09c4e;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	height: 80px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #bbb;
	font-weight:400;
	line-height: 80px;
	height: 80px;
}
.bn-news li a:hover{
	color: #c09c4e;
}
/*end newsbar*/
/*start pages title*/
.pages_title{
	clear:both;
	text-align:center;
	margin-bottom:80px;
}
.pages_title h2,.pages_title h1{
	position: relative;
	display:block;
	z-index: 888;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight: 700;
	color: #111;
	font-size:70px;
	line-height:1;
}
.pages_title h1 img {
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
  -webkit-animation: rotateme 5s linear infinite;
  animation: rotateme 5s linear infinite;
}
.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#eee;
}
/*end pages title*/
/*start blur*/
.blur_image{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	-moz-transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
}
.blur_image img{
	-moz-transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/*end blur*/
/*start info*/
#info{
	clear:both;
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:50px;
	position:relative;
	contain: paint;
}
#info .pages_title.pages_title_info{
	overflow:visible;
	width:100%;
	margin-bottom:0;
	position:sticky;
	top:110px;
}
.info_list{
	margin:0px 60px;
	overflow:hidden;
	padding:60px 0px 120px;
}
.info_list li{
	float:left;
	width:25%;
	padding:15px;
	position:relative;
	overflow:hidden;
}
.info_all:before {
	background-color: #c09c4e;
	content: "";
	height: 450px;
	right: -75px;
	position: absolute;
	top: 0px;
	transform: rotate(35deg);
	width: 80px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.info_list li.itshover .info_all:before{
	right: 120%;
	opacity: 0.45;
}
.info_all {
	padding: 65px 40px 40px 40px;
	border: 1px solid #ccc8c7;
	border-radius: 30px;
	background:#fff;
	overflow:hidden;
}
.info_all_img{
	margin-bottom:20px;
	width:150px;
	height:150px;
	position:relative;
	border-radius:50%;
	overflow:hidden;
}
.info_all_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.info_all_img .blur_image img:first-child{
	transform:translateX(50%) scaleX(2);
	opacity:0;
	filter:blur(10px);
}
.info_list li:hover .blur_image img:first-child {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}
.info_list li:hover .blur_image img:last-child {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}
.info_all h2 {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.2;
	display: block;
	margin-bottom: 25px;
}
.info_all p {
	font-size: 16px;
	padding-bottom:30px;
	display: block;
	color: #555;
}
.info_list li b{
	width:61px;
	height:61px;
	background:#fff;
	position:absolute;
	bottom:15px;
	left:15px;
}
.info_list li b:before, .info_list li b:after {
	content: "";
	position: absolute;
	top: -32px;
	left: 0px;
	height: 46px;
	width: 48px;
	border-radius: 0 0 0px 20px;
	background-color: transparent;
	border: 1px solid #ccc8c7;
	border-top: 0;
	border-right: 0;
}
.info_list li b:after {
	top: inherit;
	bottom: 0px;
	right: -36px;
	left: 0;
}
.info_list li b i {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background: #eee;
	border-radius: 50%;
	font-weight: 200;
	font-size: 17px;
	font-style: normal;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*end info*/
/*start progress*/
#progress{
	float:left;
	clear:both;
	margin-bottom:70px;
	width:100%;
	padding-top:80px;
	position:relative;
	z-index:1000;
}
.progress_right{
	float:left;
	width:50%;
	padding-left:110px;
	padding-right:60px;
}
.progress_right h1{
	color:#c09c4e;
	font-weight:400;
	font-size:17px;
	display:block;
}
.progress_right h1:before{
	font-family:MaterialSymbolsOutlined;
	content:"\e8d3";
	font-size:22px;
	font-weight:normal;
	vertical-align:-4px;
	margin-left:8px;
}
.progress_right h2{
	color:#333;
	font-weight:700;
	font-size:40px;
	line-height:1.2;
	text-transform:capitalize;
	display:block;
	margin-bottom:20px;
}
.progress_right p{
	color:#555;
	font-size:15px;
}
.progress_right ul{
	margin-top:50px;
	width:100%;
	float:right;
}
.progress_right ul li{
	display:block;
	margin-bottom:25px;
}
.progress_right ul li span{
	color:#333;
	position:relative;
	padding:20px 25px;
	overflow:hidden;
	cursor:pointer;
	font-size:16px;
	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: "\ef7d";
	position: absolute;
	top: 20px;
	left: 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;
	right: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:#c09c4e;
	border:1px solid #c09c4e;
}
.progress_left_txt{
	clear:both;
	width:100%;
}
.progress_left{
	float:right;
	width:50%;
	padding-left:10px;
	padding-right:80px;
}
.progress_left_txt_all{
	display:none;
}
.progress_left_txt_all img{
	width:100%;
	border-radius:20px;
	margin-bottom:15px;
}
.progress_left_txt_all p{
	font-size:16px;
	line-height:2.2;
}
/*end progress*/
/*start My_Slider*/
#gallery{
	float:right;
	width:100%;
	height:200%;
	position:relative;
	overflow:hidden;
	padding:70px 0px 70px;
}
#gallery:before{
	content:"";
	position:absolute;
	top:0;
	z-index:500;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-image:url(../images/bg/bg56.png);
}
#my_slider{
	float:right;
	width:100%;
	height:100%;
	clear:both;
	z-index:888;
	position:relative;
	overflow:hidden;
}
#my_slider .width{
	height:100%;
	position:relative;
	margin-right:70px;
	margin-left:170px;
}
.my_slider {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
.slider_col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}
.slider_col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}
.slider_img {
  width: 100%;
  padding: 1rem;
}
/*end My_Slider*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:0px;
	margin-top:-219px;
	position: relative;
	background-color:#7b6330;
	background-size:cover;
	background-position:left top;
	background-repeat:repeat;
	padding:290px 0px;
	z-index:777;
	overflow:hidden;
}
.partners_bg{
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	bottom:0;
	background-repeat: no-repeat;
	background-image: url(../images/bg/bg90.png);
	opacity: 0.07;
	z-index: 100;
	background-size:cover;
}
#partners:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height:210px;
	background-repeat: no-repeat;
	background-image: url(../images/bg/bg58.png);
	opacity: 1;
	z-index: 100;
	background-size: 100% 100%;
}
#partners:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	height:210px;
	background-repeat: no-repeat;
	background-image: url(../images/bg/bg57.png);
	opacity: 1;
	z-index: 100;
	background-size: 100% 100%;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:rtl;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:left;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:160px;
	height:160px;
	border-radius:10px;
	margin: 0px auto;
}
.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%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start post_box*/
#post_box{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
}
.post_box{
	margin:0px 70px;
}
.post_box li{
	width:50%;
	float:left;
	padding:50px 25px;
	margin-bottom:150px;
}
.post_box_all {
	position: relative;
}
.post_box_img{
	height:500px;
	width:80%;
	float:left;
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
.post_box li:nth-child(2n+2) .post_box_img{
	float:right;
	transition-duration:1.2s;
}
#post_box .width.scroll .post_box_img{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.post_box li:nth-child(3),.post_box li:nth-child(4){
	margin-bottom:0;
}
.post_box_img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.post_box_txt {
	background: #2a3447;
	position: absolute;
	left: 35%;
	top: 60px;
	padding: 50px 30px 50px;
	color: #fff;
}
.post_box li:nth-child(2) .post_box_txt{
	background:#97a3a3;
}
.post_box li:nth-child(3) .post_box_txt{
	background:#a7905f;
}
.post_box li:nth-child(4) .post_box_txt{
	background:#9d9991;
}
.post_box li:nth-child(2n+2) .post_box_txt{
	right:35%;
	left:auto;
}
.post_box li:nth-child(3) .post_box_txt{
	top:-60px;
}
.post_box li:nth-child(4) .post_box_txt{
	top:-60px;
}
.post_box_txt h2 {
	font-weight: 600;
	font-size: 25px;
	letter-spacing:0px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 75px;
}
.post_box_txt p:before{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	display:block;
	margin-bottom:10px;
}
.post_box_txt p {
	font-size: 13px;
	clear: both;
	display: block;
	margin-bottom: 30px;
}
.post_box_txt a{
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
}
.post_box_txt a:before{
	content:"";
	width:15px;
	height:2px;
	vertical-align:middle;
	background:#fff;
	display:inline-block;
	margin-left:15px;
}
.post_box_txt a:hover{
	color:#000;
}
/*end post_box*/
/*start aboutus_background*/
#aboutus_background{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
}
.aboutus_background{
	margin:0px 70px;
}
.aboutus_background li{
	width:50%;
	float:right;
	padding:0px 20px;
	position:relative;
}
.aboutus_background2 .aboutus_background li{
	padding:20px;
}
.aboutus_background_all {
	border-radius: 10px;
	padding: 25px 100px 25px 25px;
	overflow:hidden;
	background:#fff;
	position: relative;
	border: 2px solid #eee;
}
.aboutus_background_all:before {
	background-color: #c09c4e;
	content: "";
	height: 500px;
	left: -75px;
	position: absolute;
	top: 0px;
	transform: rotate(-35deg);
	width: 80px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.aboutus_background li.itshover .aboutus_background_all:before{
	left: 120%;
	opacity: 0.45;
}
.aboutus_background_all h2{
	font-weight:700;
	color:#000;
	font-size:19px;
	letter-spacing:0px;
	margin-bottom:10px;
	text-transform:capitalize;
}
.aboutus_background_all p{
	color:#555;
	padding-left:100px;
}
.aboutus_background_all span {
	width: 93px;
	height: 99px;
	display: block;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #c09c4e;
	text-align: center;
	position: absolute;
	right: -1px;
	top: -2px;
	border-radius: 0px 20px 0px 200px;
}
/*end aboutus_background*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
	z-index:50000;
}
.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*/