/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:500;
	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:#964F25;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#D0B76F;
	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:1230px;
}
.wraps_is {
	padding:25px 0px 50px;
	overflow: hidden;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:45px;
	background:#964F25;
}
#top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
#top:after {
	border-bottom: 45px solid #964F25;
	border-left: 30px solid transparent;
	content: "";
	position: absolute;
	right: 45%;
	top: 0;
}
.welcome{
	float:right;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:rgba(255,255,255,0.8);
	line-height:45px;
}
.welcome span{
	color:#fff;
}
.s_contact{
	float:left;
	position:relative;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:rgba(255,255,255,0.8);
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	letter-spacing:1px;
	padding:0px 0px 0px 15px;
	line-height:45px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#fff;
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
	position:relative;
	font-weight:normal;
	margin-left:8px;
	padding:0px 12px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#fff;
	background:#D0B76F;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:last-child a{
	border-left:1px solid rgba(255,255,255,0.1);
}
.social li a {
	color:rgba(255,255,255,0.8);
	border-right:1px solid rgba(255,255,255,0.1);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 15px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#D0B76F;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.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.pinterest a:before{
	content:"\f231";
}
.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 top*/
/*start header*/
#header{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:right;
	background:#fff;
	height:127px;
	box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
}
#searchbox{
	position:absolute;
	top:0px;
	left:0px;
	right:0;
	overflow:hidden;
}
.search_box{
	clear:both;
	display:none;
	overflow:hidden;
	background-color:#0c8c0d;
	border-top:1px solid rgba(255,255,255,0.1);
	width:100%;
	height:100%;
	position:relative;
	z-index:700;
}
.search_box form{
	padding:50px 35px;
}
.search_box label{
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
}
.search_box input{
	display:block;
	float:right;
	width:100%;
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.05);
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-weight:600;
	font-size:13px;
	padding:8px 8px 8px 60px;
	height:48px;
}
.search_box input:focus{
	border:1px solid #5472D2;
}
.search_box button{
	width:46px;
	position:absolute;
	left:3px;
	top:3px;
	background-color:#5472D2;
	border:none;
	color:#fff;
	text-align:center;
	line-height:42px;
	cursor:pointer;
	font-size:0;
	height:42px;
}
.search_box button:before{
	content:"\f002";
	font-size:13px;
	font-family:FontAwesome;
}
.search_open{	
	display:block;
	float:left;
	position:relative;
	width:40px;
	height:40px;
	z-index:700;
	color:#fff;
	cursor:pointer;
	border-top:40px solid #555;
	border-right:40px solid transparent;
}
.search_open:after{
	content:"\f002";
	right:-17px;
	transform:rotate(-290deg);
	top:-33px;
	position:absolute;
	font-size:13px;
	font-family:FontAwesome;
}
.logo {
	position: relative;
	float: right;
}
.logo img {
	max-height: 120px;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	padding:0px 12px;
	position:relative;
}
.nav li a {
	color: #444;
	font-size: 13px;
	font-weight: 700;
	display: block;
	position: relative;
	height: 127px;
	line-height: 127px;
}
.nav li a:before{
	content:"";
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	width:100%;
	position:absolute;
	top:0px;
	right:0;
	opacity:0;
	height:5px;
	border-radius:5px;
	background:#D0B76F;
}
.nav li a:hover:before,.nav li:hover a:before,.nav li.current a:before{
	opacity:1;
}
.nav li a:hover,.nav li.current a,.nav li:hover a{
	color:#D0B76F;
}
.nav li:hover .sub{
	display:block;
}
.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;
	border-top:4px solid #D0B76F;
	width:215px;
	right:0px;
	top:127px;
	display:none;
	z-index:600;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li:hover .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li:hover .sub ul li a:before{
	display:none;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#555;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-bottom:1px solid #d8d8d8;
}
.nav li:hover .sub ul li a:hover{
	background:#e7e7e7;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#fff;
	box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	width:100%;
	height:90px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .nav_fix .logo{
	margin-top:0;
}
body.scrolled .nav_fix .logo img{
	max-height:85px;
}
body.scrolled .nav_fix .nav li a{
	height:90px;
	line-height:90px;
}
body.scrolled .nav_fix .sub{
	top:90px;
}
/*end head_fix*/
/*start footer*/
#footer{
	clear:both;
	float:right;
	width:100%;
	background:#444;
	position:relative;
	text-align:center;
	padding:70px 0px 30px;
	overflow:hidden;
}
.foot_contact {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}
.foot_contact li {
	width: 33.33%;
	height:150px;
	float: right;
	color: #ddd;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top:  1px solid rgba(255,255,255,0.1);
	padding: 10px 20px;
}
.foot_contact li:first-child{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.foot_contact span {
	font-family: FontAwesome;
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #964F25;
	margin-bottom: 5px;
}
.foot_contact h2 {
	text-transform:lowercase;
	font-size: 17px;
	font-family:Barlow,'tajawal', sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.foot_contact h1 {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.foot_contact p {
	color: #aaa;
	font-size: 13px;
	display: block;
}
.foot {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot li {
	display: inline-block;
	padding: 0px 15px;
	position:relative;
}
.foot li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #964F25;
	top: 9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.foot li a {
	display: block;
	color: #aaa;
}
.foot li a:hover{
	color: #964F25;
}
.copyrights {
	display: block;
	margin-bottom: 13px;
	color: #aaa;
	font-size: 13px;
}
.design {
	color: #aaa;
	font-size: 13px;
}
.design a{
	color:#964F25;
}
.design a:hover{
	color:#fff;
}
#footer .social {
	display: block;
	margin-top: 25px;
	float: none;
	background:none;
	margin-right: 0;
	margin-left: 0;
	height:auto;
}
#footer .social:before,#footer .social:after{
	display:none;
}
#footer .social li{
	display:inline-block;
	float:none;
	position:relative;
}
#footer .social li a {
	display: block;
	color: #fff;
	background:#964F25;
	height:30px;
	width:30px;
	z-index:11;
	text-align:center;
	border-radius:0;
	padding:0;
	margin:0px 2px;
	font-size:12px;
	position:relative;
	line-height:30px;
}
#footer .social li a:hover{
	background:#D0B76F;
	color:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	left:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	border-radius:20px;
	height:70px;
	border:1px solid #964F25;
	background:#964F25;
	color:#fff;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#D0B76F;
	border:1px solid #D0B76F;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:90%;
	display:block;
	z-index:100;
	background:#964F25;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#particles-js {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	right: 0;
	z-index: 102;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	top:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.4);
}
.slidebg{
	background-color:rgba(33,33,33,0.3);
	background-image:url(../images/bg/bg3.png);
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:rgba(255,255,255,0.1);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#fff;
	left:-100%;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:-100%;
	left:auto;
}
#slideshow:hover .prev{
	left:0;
}
#slideshow:hover .next{
	right:0;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#964F25;
}
.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%;
	z-index:inherit !important;
	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%;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:45px;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 25px;
}
.slider_cont h1 {
	z-index:888;
	color:#fff;
	border:2px solid #964F25;
	position: relative;
	display: inline-block;
	padding:8px 20px 12px;
	font-size: 16px;
	font-weight:700;
	margin-bottom:10px;
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a{
	background:#964F25;
	clear:both;
	color:#fff;
	border-radius:30px;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	margin-left:10px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:hover{
	background:#D0B76F;
	color:#fff;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:40px;
	float:left;
	z-index:100;
}
.data_list {
	position:relative;
	z-index:101;
	margin-top:-100px;
}
.data_list li {
	display: block;
	position:relative;
	background:#555;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
}
.data_all{
	width:100%;
	border-left:1px solid rgba(255,255,255,0.05);
	padding:35px 25px 35px;
	text-align:center;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	margin-top:-85px;
	width: 92px;
	height:92px;
	line-height:82px;
	border-radius: 92px;
	position: relative;
	background:#964F25;
	color: #fff;
	font-size:30px;
	margin-bottom: 25px;
	border:5px solid rgba(255,255,255,0.2);
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list li:nth-child(2n+2) span{
	background:#5472D2;
}
.data_list li:nth-child(3n+3) span{
	background:#D0B76F;
}
.data_list li:nth-child(4n+4) span{
	background:#007837;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #bbb;
	position: relative;
	height: 150px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a{
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	border:2px solid #964F25;
	padding: 7px 20px;
	border-radius:20px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li:nth-child(2n+2) a{
	border-color:#5472D2;
}
.data_list li:nth-child(3n+3) a{
	border-color:#D0B76F;
}
.data_list li:nth-child(4n+4) a{
	border-color:#007837;
}
.data_list li a:hover{
	background:#964F25;
	border:2px solid #964F25;
	color:#fff;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h1 {
	font-size: 14px;
	font-weight:600;
	display:inline-block;
	padding:5px 15px;
	color: #000;
	border:2px solid #D0B76F;
	position:relative;
	margin-bottom:2px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #007837;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	font-weight:600;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.aboutus{
	display:table;
	width:100%;
}
.aboutus_right{
	width:45%;
	height:100%;
	vertical-align:top;
	display:table-cell;
	position:relative;
}
.aboutus_right img{
	position:absolute;
	top:0;
	right:0;
	object-fit:cover;
	object-position:center top;
	width:100%;
	height:100%;
}
.aboutus_left {
	position: relative;
	height:100%;
	padding-right:30px;
	vertical-align:top;
	width:55%;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_txt {
	font-size: 14px;
	clear:both;
	overflow:hidden;
}
.aboutus_txt ul{
	clear:both;
	margin-top:20px;
}
.aboutus_txt ul li{
	width:50%;
	float:right;
	color:#0f263a;
	font-weight:600;
	display:block;
	padding:5px;
}
.aboutus_txt ul li:before{
	content:"\f00c";
	font-family:FontAwesome;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:10px;
	font-weight:normal;
	vertical-align:0px;
	margin-left:10px;
	background:#5472D2;
	color:#fff;
	line-height:20px;
	border-radius:50%;
	text-align:center;
}
/*end aboutus*/
/*start my_lines*/
.my_lines {
	position: absolute;
	top: -25px;
	right: 3%;
	height: 100%;
}
.line1{
	height:65%;
	border-radius:0px 0px 10px 10px;
	width:5px;
	float:right;
	margin-left:5px;
	background:rgba(155,189,173,0.2);
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.line2{
	height:60%;
	display:block;
	float:left;
	border-radius:0px 0px 10px 10px;
	width:5px;
	background:rgba(33,33,33,0.05);
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
/*end my_lines*/
/*start count*/
#count {
	clear: both;
	position: relative;
	width:100%;
	float:right;
	margin-bottom:40px;
}
#count ul{
	clear:both;
	overflow:hidden;
}
#count ul li{
	width:33.33%;
	float:right;
	display:block;
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px 5px;
}
.count_all {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding:10px;
	border:3px solid #eee;
}


.count_all h2 {
	font-weight: 600;
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 0;
	display:inline-block;
	background:#964F25;
	color:#fff;
	padding:5px 10px;
	line-height: normal;
}
.count_all p {
	clear: both;
	display:block;
	overflow: hidden;
	font-weight: 700;
	margin-bottom:10px;
	font-size: 45px;
	color: #D0B76F;
	vertical-align:middle;
	font-family:Barlow,'tajawal', sans-serif;
}
/*end count*/
/*start explore*/
#explore{
	clear:both;
	display:block;
	padding:70px 0px;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	background-color:#5472D2;
	overflow:hidden;
	position:relative;
	margin-bottom:50px;
	text-align:center;
}
#explore:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	opacity:0.2;
	background-color:#5472D2;
}
#explore .pages_title{
	position:relative;
}
#explore a{
	display:inline-block;
	border:1px solid #fff;
	padding:12px 40px;
	position:relative;
	margin-top:10px;
	font-weight:700;
	font-size:16px;
	color:#fff;
	border-radius:80px;
}
#explore a:hover{
	border:1px solid #964F25;
	background:#964F25;
}
/*end explore*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom:0px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_all {
	overflow: hidden;
	display: block;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 270px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_all:hover .serv_right img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.serv_all:hover .serv_right span{
	background:#964F25;
	color:#fff;
}
.serv_left {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 20px #e8e8e8;
	position: relative;
	text-align:center;
	width: 90%;
	margin: -25px auto 30px;
	border-radius: 4px;
}
.serv_left span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	background: #fff;
	width: 85px;
	height: 85px;
	display: block;
	background: #fff;
	margin: -58px auto 10px;
	position: relative;
	line-height: 85px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	color: #969696;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	margin-top:-15px;
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 45px;
	font-size: 13px;
}
.serv_left a {
	color:#5472D2;
}
.serv_left a:hover{
	color:#964F25;
}
/*end services*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:40px;
	padding:60px 0px;
	background:#eee;
	position: relative;
}
.teams_slide{
	margin-top:40px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	overflow:hidden;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	position:relative;
	padding:10px;
	overflow:hidden;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.teams_all img{
	width:200px;
	display:block;
	margin:0px auto 16px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	border:1px solid #D0B76F;
	padding:5px;
	height:200px;
}
.teams_all span {
	color: #333;
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight:700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;	
	display:block;
	font-weight:600;
	color:#964F25;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #5472D2;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#D0B76F;
}
/*end teams*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px;
}
.news_top p {
	display: block;
	width: 79px;
	float:right;
	height: 79px;
	line-height:1;
	background: #D0B76F;
	padding: 16px 10px;
	text-align: center;
	font-family: Barlow,'tajawal', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	font-weight: 600;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-right: 100px;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 185px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
	text-align:center;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-weight:600;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	text-align: center;
}
.news_more a {
	display:inline-block;
	background: #964F25;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	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: #5472D2;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_all .social {
	float: none;
	margin: 0px 0px 22px;
	overflow: hidden;
	text-align: center;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	border-radius:0px;
	background:none;
	margin: 0px 2px;
	color: #000;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #5472D2;
	color: #5472D2;
	background:none;
}
/*end news*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	background:#f8f8f8;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 150px;
	margin: 0px auto;
	border:1px solid #ddd;
	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 .slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
	position:absolute;
	bottom:60px;
	left:10px;
}
#partners .slick-dots li {
	display:block;
	float: none;
	padding: 0;
	width: auto;
}
#partners .slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #999;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
#partners .slick-dots li.slick-active button{
	background:#D0B76F;
}
/*end partners*/
/*start mymap*/
#mymap{
	clear:both;
	display:block;
	width:100%;
	float:right;
	height:65%;
	position:relative;
}
.mymap{
	width:100%;
	height:100%;
	position:relative;
}
.mymap iframe{
	width:100% !important;
	height:100% !important;
}
.map_data{
	position:absolute;
	top:0;
	padding:90px 0px 20px;
	right:0px;
	width:340px;
	height:100%;
	text-align:center;
	background:rgba(151, 81, 37, 0.4);
}
.map_data h2{
	color:#fff;
	display:inline-block;
	position:relative;
	text-align:center;
	font-size:22px;
	z-index:10;
	padding-right:5px;
	padding-bottom:20px;
	font-weight:700;
	text-transform:uppercase;
}
.map_data h2 span{
	width:40px;
	height:40px;
	background:#964F25;
	position:absolute;
	right:0px;
	border-radius:52px;
	z-index:-1;
	top:2px;
}
.map_data ol{
	clear:both;
	display:block;
}
.map_data ol li{
	display:block;
	text-align:right;
	padding-top:10px;
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding:15px;
}
.map_data ol li:last-child{
	border-bottom:none;
}
.map_data ol li span{
	display:block;
	float:right;
	color:#fff;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
}
.map_data ol li p{
	clear:both;
	margin-top:10px;
	font-size:14px;
	font-weight:600;
	color:rgba(255,255,255,0.7);
	text-transform:capitalize;
}
.map_data ol li span:before{
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
.map_data ol li.map_1 span:before{
	content:"\f041";
}
.map_data ol li.map_2 span:before{
	content:"\f041";
}
.map_data ol li.map_3 span:before{
	content:"\f017";
}
.map_data ol li.map_4 span:before{
	content:"\f095";
}
.map_data ol li.map_5 span:before{
	content:"\f003";
}
/*end mymap*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	padding:50px 10px 10px;
	font-family:droid;
	text-align:center;
	font-size:25px;
	color:#333;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#964F25;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start success and errors*/
.errors{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#fcf5f3;
	border:1px solid #ebdad5;
}
.errors li{
	display:block;
	margin-bottom:5px;
	color:#33160e;
}
.success{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#f1f5ea;
	color:#1e2d09;
	border:1px solid #d5e1c3;
}
/*end success and errors*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #ddd;
	width: 40px;
	display: inline-block;
	height: 40px;
	font-weight:600;
	line-height: 38px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #5472D2;
	color:#5472D2;
}
.pagination span.current{
	border:1px solid #964F25;
	background:#964F25;
	color:#fff;
}
.pagination #slideshow #slideshow .next:before,.pagination #slideshow .prev:before{
	display:none;
}
.pagination #slideshow #slideshow .next, .pagination #slideshow .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	font-family:droid;
	text-align:center;
	padding:80px;
	font-size:19px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background:#d7e9ee;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #333;
	font-size: 12px;
	font-weight:600;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	font-weight:normal;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #5472D2;
	border-radius:2px;
	font-weight:700;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #964F25;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #333;
	font-size: 12px;
	margin-left:10px;
	font-family:'tajawal',Barlow, sans-serif;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #964F25;
}
.post_tags {
	clear: both;
	background: #d7e9ee;
	padding:10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #333;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	color: #fff;
	background: #5472D2;
	border-radius:2px;
	font-weight:600;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.post_tags ul li a:hover {
	background: #964F25;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #d7e9ee;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #d7e9ee;
	display: block;
	padding: 15px;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
/*end single post*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img.postin_img_left {
	text-align: left;
}
.postin_img.postin_img_center {
	text-align: center;
}
.postin_img img{
	max-width:100%;
	max-height:350px;
	height:auto;
	width:auto;
}
.postin_txt{
	font-size:16px;
	display:block;
	line-height:2;
	color:#444;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start table*/
.postin_txt table{
	width:100%;
}
.postin_txt table tr th {
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 10px;
}
.postin_txt table tr td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
/*end table*/
/*start post codes*/
.postin_txt p {
	padding: 10px 0;
}
.postin_txt strong {
	font-weight: 400;
	font-size: 20px;
	font-family:droid;
}
.postin_txt ul, .postin_txt ol {
	list-style: disc;
	padding:15px;
}
.postin_txt ul li, .postin_txt ol li {
	padding:5px 0;
	list-style: square;
}
.postin_txt blockquote {
	background: #f8f8f8;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	font-family: droid;
	font-weight: 400;
	color: #555;
	line-height: 2;
}
.postin_txt h2 {
	font-family: droid;
	font-size: 25px;
	font-weight: 400;
}
.postin_txt h1 {
	font-family: droid;
	font-size: 30px;
	font-weight: 400;
}
.postin_txt h3 {
	font-family: droid;
	font-size: 20px;
	font-weight: 400;
}
.postin_txt h4 {
	font-family: droid;
	font-size: 18px;
	font-weight: 400;
}
.postin_txt h5 {
	font-family: droid;
	font-size: 17px;
	font-weight: 400;
}
.postin_txt h6 {
	font-family: droid;
	font-size: 14px;
	font-weight: 400;
}
#postin .serv_txt {
    text-align: inherit;
    border: 1px solid #f0f6ff;
}
/*end post codes*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	font-weight:500;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:700;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#964F25;
	vertical-align:middle;
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#555;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:49.8%;
	float:right;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label:nth-child(2n+2){
	float:left;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:15px;
	color:#444;
	font-weight:600;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #964F25;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#964F25;
	font-family:'tajawal',Barlow, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#5472D2;
	color:#fff;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding:13px 15px 10px;
	background-color: #555;
}
.precemp li {
	display: inline-block;
	color:#aaa;
	font-size: 13px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#aaa;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#aaa;
}
.precemp li a {
	display: inline-block;
	color:#964F25;
}
.precemp li a:hover{
	color:#fff;
}
/*end precemp*/
/*start attatchment*/
.upload_file_box {
	clear: both;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}
.upload_file_box label {
	padding: 10px;
	background: #f5f5f5;
	width:100%;
	display: block;
	margin: 0;
}
.upload_file_select {
	clear: both;
	display: block;
	overflow: hidden;
	cursor:pointer;
	padding: 15px;
}
.upload_file_select_img {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	background: #e8e8e8;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:20px;
	text-align:center;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 60px;
}
.upload_file_select_img:before{
	font-family:FontAwesome;
	content:"\f0ee";
	color:#999;
}
.upload_file_select_txt {
	display: block;
	font-size: 14px;
	color: #555;
	padding-top: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.upload_files_list {
	clear: both;
	display: block;
	overflow: hidden;
}
.upload_files_list li {
	display: block;
	border-top: 1px solid #e0e0e0;
	padding: 15px;
	overflow: hidden;
}
.ufl_top {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.ufl_top p {
	display: block;
	float: right;
	color: #555;
}
.ufl_top p i:before {
	display: inline-block;
	content: "\f05d";
	font-family: FontAwesome;
	font-style: normal;
	color: #2e8b57;
	margin-left: 2px;
	vertical-align: 0;
}
.oherror .ufl_top p i:before {
	content: "\f05c";
	color: #d65c40;
}
.ufl_top b {
	font-weight: normal;
	color: #ea6e52;
	float: left;
	cursor: pointer;
}
.ufl_top b:before {
	display: inline-block;
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 2px;
	vertical-align: 0;	
}
.progress_file {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	background: #eee;
	overflow:hidden;
	position:relative;
}
.oherror .progress_file div{
	background-color:#d65c40;
}
.progress_file div{
	position:absolute;
	top:0px;
	right:0;
	height:100%;
	width:0%;
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-color:#2e8b57;
}
.attach {
	overflow: hidden;
	clear: both;
	display: block;
	margin-top: 35px;
}
.attach span {
	border: 1px solid #e8e8e8;
	padding: 7px;
	display: block;
	margin-bottom: 5px;
	color: #555;
}
.attach span a{
	display:inline-block;
	color:#d65c40;
}
.attach span a:hover{
	text-decoration:underline;
}
.attach span a:before{
	content:"\f019";
	display:inline-block;
	color:#aaa;
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:5px;
}
/*end attatchment*/
