/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#b49878;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#887650;
	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;
}
.circled {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circled:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border: 1.5px solid #b49878;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circled:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#b49878;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:125px;
	float:right;
	clear:both;
	position:absolute;
	top:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	position: relative;
	padding-top:10px;
}
.logo a img {
	height: 200px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.get_qoute {
	float: left;
	margin-top:94px;
	margin-right: 25px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.get_qoute a {
	background: #b49878;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 25px;
	text-transform: uppercase;
}
.get_qoute a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.get_qoute a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#887650;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover:before{
	left:0;
}
.nav {
	float:left;
	margin-top:90px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	margin-left:10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#b49878;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#b49878;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	left:35px;
	right:15px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:235px;
	padding:20px;
	right:0px;
	border-radius:2px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li .sub ul li a:hover{
	background:#887650;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon.active span{
	color:#fff;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 10006;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin-top: 100px;
	margin-right:0px;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #31363f;
	height: 100px;
	border-top: 2px solid #555;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family:Changa, sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start newsbar*/
#newsbar {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 100;
	right: 360px;
	height: 40px;
	border-radius: 4px;
	background: rgba(0,0,0,0.2);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#newsbar .width {
	height: 100%;
	position:relative;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 40px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:40px;
	padding:0;
	border:none;
	width:33.33%;
	color:#fff;
	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:#00929e;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 40px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
}
.bn-news li a:hover{
	color: #b49878;
}
/*end newsbar*/
/*start head_fix*/
body.scrolled #header{
	background:#201c1b;
	position:fixed;
}
body.scrolled #header .logo img{
	height:105px;
}
body.scrolled #header .nav{
	margin-top:60px;
}
body.scrolled #header .get_qoute{
	margin-top:64px;
}
body.scrolled #header .search_icon span {
	margin-top: 68px;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-color:#201c1b;
	color:#fff;
	font-size:13px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}
.copyrights{
	line-height:65px;
	display:inline-block;
}
.design{
	line-height:65px;
	display:inline-block;
}
.design a{
	color:#fff;
	background:#b49878;
	padding:1px 3px;
	margin-left:5px;
	border-radius:4px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start footer*/
#footer{
	float:right;
	clear:both;
	width:100%;
	text-align:center;
}
#footer img{
	height:200px;
}
.social {
	margin:20px 0px;
}
.social li{
	display:inline-block;
	position:relative;
	margin:0px 2px;
}
.social li a {
	color: #333;
	background: #eae5df;
	border-radius: 4px;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#b49878;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f1d6";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:50px;
	line-height:50px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:50px;
	background:#b49878;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#887650;
	color:#fff;
}
/*end totop*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:20px;
	left:10px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #b49878;
	color: #fff;
	display: block;
	width: 70px;
	position:relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
	border-radius: 50%;
}
.whats_fix a em {
	-webkit-animation-name: bullets1;
	animation-name: bullets1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #887650;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	background:#887650;
}
/*end whats_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#201c1b;
	float:right;
	margin-bottom:60px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg {
	background-color: #333;
	position: absolute;
	z-index: 777;
	width: 100%;
	opacity: 0.58;
	top: 0px;
	right: 0;
	height: 100%;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:28px;
	text-align:center;
	position:absolute;
	border:1px solid rgba(255,255,255,0.1);
	bottom:0;
	width:120px;
	height:120px;
	line-height:120px;
	color:#fff;
	right:120px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#58595b;
	background:rgba(255,255,255,0.95);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.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;
	width:100%;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:800px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:800px;
}
.slider_cont_center{
	max-width:800px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -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 h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	margin-bottom: 25px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p{
    -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 p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -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;
}
.slide_all{
	position:absolute;
	height:120px;
	line-height:120px;
	border:1px solid rgba(255,255,255,0.2);
	width:100%;
	z-index:2000;
	left:0;
	padding:0px 290px 0px 50px;
	bottom:0;
}
.slide_all h2{
	float:right;
	color:#fff;
	font-weight:400;
	font-size:18px;
}
.slide_all a{
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:400;
	position:relative;
}
.slide_all a:before{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	float:left;
	margin-right:10px;
	margin-top:66px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slide_all a:hover:before{
	width:60px;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:1000;
	bottom:0px;
}
#progress{
	height:120px;
	float:left;
	background:rgba(255,255,255,0.1);
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #b49878;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #b49878;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #201c1b;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#b49878;
	display:block;
}
/*end pages title*/
/*start data*/
#goals{
	clear:both;
	display:block;
	background-image:url(../images/bg3.png);
	background-repeat:repeat;
	background-color:#191514;
	width:95%;
	position:relative;
	float:left;
	margin-top:-80px;
	z-index:100;
	margin-bottom:50px;
}
.goals_bg{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center top;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	opacity:0.1;
}
.goals{
	width:100%;
	color:#fff;
	position:relative;
	z-index:101;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.goals_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.goals_list li span{
	width:60px;
	z-index:101;
	position:relative;
	height:60px;
	line-height:60px;
	color:#fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	text-align:center;
}
.goals_list li span:before{
	font-family:FontAwesome;
	font-size:60px;
}
.goals_list li p {
	font-size: 13px;
	z-index:101;
	color:#bbb;
	position:relative;
}
.goals_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.goals_list li p:before {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 15px;
}
.goals_list li p:after {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left:0px;
	bottom:-20px;
}
.goals_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding: 80px 20px 80px;
	border-left:1px solid rgba(255,255,255,0.03);
	overflow: hidden;
}
.goals_list li:first-child{
	background:#b49878;
}
.goals_list li:first-child p{
	color:#fff;
}
/*end goals*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:left;
	width:95%;
	position:relative;
	margin-bottom:20px;
	z-index:500;
	overflow:hidden;
}
#aboutus .aboutus{
	position:relative;
}
.aboutus_right {
	width:50%;
	vertical-align:top;
	display:table-cell;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-left:80px;
	padding-bottom:25px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:700;
	border-radius:2px;
	padding:10px 30px;
	box-shadow:-3px 9px 19px -2px rgb(0 0 0 / 26%);
	background:#2782f9;
	position:relative;
	z-index:888;
	float: right;
}
.aboutus_left a:hover{
	background:#14985b;
}
.aboutus_left a:after{
	content:"\f0a8";
	font-weight:normal;
	margin-right:8px;
	vertical-align:-1px;
	font-family:FontAwesome;
	animation:blinker 1s linear infinite;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list li span {
	display: block;
	float: right;
	font-size: 38px;
	width: 80px;
	height: 80px;
	box-shadow:0px 0px 10px 4px rgba(72,73,121,0.15);
	background: #b49878;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius:5px;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:hover span{
	background:#887650;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: #444;
	position: relative;
	font-weight:400;
}
.data_list li p b {
	display: block;
	color: #201c1b;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sliderd{
	clear:both;
	width:380px;
	margin:0px auto;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	width:100%;
}
.slider_ul li img{
	height:560px;
	width:100%;
	display:block;
	border-radius:1.4rem;
	object-fit:cover;
	object-position:top center;
}
.slider_ul .slick-center {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.slider_ul .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}
.slider_ul .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slider_ul .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slider_ul .slick-snext {
  opacity: 0.5;
  transform: translate3d(20%, 0, -20px);
  z-index: 1;
  perspective: 1000px;
}
.slider_ul .slick-snext2 {
  opacity: 0.5;
  transform: translate3d(30%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}
.slider_ul .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-20%, 0, -20px);
}
.slider_ul .slick-sprev2 {
  opacity: 0.5;
  transform: translate3d(-30%, 0, -20px);
}
/*end aboutus*/
/*start data*/
#data2{
	clear:both;
	display:block;
	float:left;
	width:95%;
	margin-bottom:60px;
}
.data2_table{
	display:table;
	width:100%;
}
.data2_right{
	display:table-cell;
	width:60%;
	vertical-align:top;
}
.data2_left{
	display:table-cell;
	width:40%;
	vertical-align:top;
	padding-right:40px;
	padding-left:50px;
}
.data2_left h2 {
	font-weight: 600;
	color: #201c1b;
	font-size: 35px;
	display: block;
	margin-bottom: 22px;
	line-height: 1.5;
}
.data2_left p {
	font-size: 17px;
	line-height: 2;
}
.data2{
	margin:0px -10px;
}
.data2_loop{
	float:right;
	width:33.33%;
	padding:10px;
	display:block;
}
.data2_all:hover{
	transform:scale(1.1);
}
.data2_all {
	width: 100%;
	cursor:pointer;
	background:#eae9e8;
	border-radius:4px;	
	padding:20px 10px;
	text-align:center;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_loop:nth-child(2) .data2_all{
	background:#dcd4ca;
}
.data2_loop:nth-child(3) .data2_all{
	background:#ebebe3;
}
.data2_loop:nth-child(4) .data2_all{
	background:#e3ebe4;
}
.data2_loop:nth-child(5) .data2_all{
	background:#e3e7eb;
}
.data2_loop:nth-child(6) .data2_all{
	background:#f9edee;
}
.data2_loop:nth-child(7) .data2_all{
	background:#ebe3e3;
}
.data2_loop:nth-child(8) .data2_all{
	background:#ebe3e7;
}
.data2_loop:nth-child(9) .data2_all{
	background:#f9edee;
}
.data2_icon {
	font-size:50px;
	color: #37474f;
	height:100px;
}
.data2_txt h2 {
	font-weight: 400;
	font-size:15px;
	color: #2e3228;
	letter-spacing: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.my_projects {
	clear: both;
	display: block;
	overflow: hidden;
	margin:60px -10px 0px;
}
.my_projects li {
	display: block;
	float: right;
	overflow:hidden;
	width: 50%;
	padding:10px;
}
.p_thumb {
	border-radius:10px;
	width: 100%;
	height:198px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.p_thumb img{
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.p_thumb a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.p_thumb a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background-color:#202a36;
	opacity:0.1;
}
.p_thumb a:hover:before{
	opacity:0.4;
}
.p_thumb a:after{
	content:"\f002";
	font-family:FontAwesome;
	background:#b49878;
	width:40px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:17px;
	opacity:0;
	position:absolute;
	top:50%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	margin-top:-20px;
	right:50%;
	margin-right:-20px;
}
.p_thumb a:hover:after{
	opacity:1;
}
/*end data*/
/*start partners*/
#partners {
	clear: both;
	float: left;
	width: 95%;
	position:relative;
	background:#d9cbbb;
	padding:50px 0px;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 20%;
	padding-right:50px;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 45px;
	color: #201c1b;
}
.partners_arrow {
	width: 5%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#b49878;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#887650;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:73%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.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: 140px;
	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;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start news*/
#news {
	float: left;
	width: 95%;
	clear: both;
	display: block;
	position:relative;
	margin-bottom:70px;
	padding-left:40px;
	z-index:100;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	float:right;
	width:50%;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	padding: 25px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	margin-bottom:9px;
}
.news_img p{
	font-size:14px;
	color:#555;
}
.news_img p:before{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:8px;
	display:inline-block;
	font-weight:normal;
	content:"\f133";
}
.news_txt {
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #201c1b;
	overflow: hidden;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 15px;
	overflow: hidden;
	margin-bottom:15px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
}
.news_more a {
	display: block;
	font-weight:400;
	color: #b49878;
	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: #b49878;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #eee;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#eeebe7;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:Changa, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#eeebe7;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Changa, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#b49878;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:Changa, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#887650;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/