/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#ed5d26;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#efa82a;
	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;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:#fff;
  opacity:0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#ed5d26;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
.border_fix{
	position:fixed;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#aaa;
	opacity:0.3;
	z-index:5000;
}
.border_fix2{
	position:fixed;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#aaa;
	opacity:0.3;
	z-index:5000;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	display:block;
	z-index:6000;
	background:linear-gradient(to right,#211f1a,#444037);
	height:45px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	text-transform:uppercase;
}
#top:before{
	content:"";
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background:#ed5d26;
}
#top:after {
	content: "";
	position: absolute;
	border-left: 45px solid transparent;
	border-top: 45px solid #ed5d26;
	left: 50%;
	border-right: 45px solid transparent;
	margin-left: -45px;
}
.welcome{
	float:left;
	position:relative;
	background:#ed5d26;
	padding:0px 40px 0px 20px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	line-height:45px;
}
.s_contact{
	float:right;
	margin-right:20px;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#eee;
	text-transform:uppercase;
	padding:0px 6px;
	line-height:45px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-right:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	color:#efa82a;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticond;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right: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";
}
.social {
	float: left;
	position:relative;
	margin-left: 70px;
	margin-top: 5px;
}
.social li{
	display:block;
	position:relative;
	float:left;
	margin:0px 4px;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:35px;
	height:35px;
	border-radius:4px;
	line-height: 35px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li a:hover{
	background:#fff;
	color:#efa82a;
	transform:rotate(-360deg);
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter: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,.my_products_share a.pinterest: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";
}
.lang{
	position:absolute;
	right:0;
	top:0;
	height:100%;
}
.lang a {
	background: #ed5d26;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 12px;
	height:45px;
	line-height:45px;
	display: block;
	position:relative;
}
.lang a:after {
	content: "";
	position: absolute;
	border-left: 45px solid transparent;
	border-top: 45px solid #ed5d26;
	z-index:-1;
	left:-45px;
	top:0;
	border-right: 45px solid transparent;
}
.lang a:hover{
	color:#bbb;
}
/*end top*/
/*start header*/
#header{
	z-index:6000;
	width:100%;
	height:120px;
	float:right;
	background:linear-gradient(to right,#211f1a,#444037);
	clear:both;
	position:relative;
}
#header .width{
	position:relative;
}
.logo {
	float: left;
	position: relative;
	padding-top: 10px;
}
.logo img {
	height: 100px;
	float: left;
}
.logo img.logo2{
	display:none;
}
.get_qoute {
	float: right;
	margin-top: 42px;
	margin-left:0px;
}
a.link_anim {
	background: #ed5d26;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 20px;
	text-transform: uppercase;
}
a.link_anim c{
	position:relative;
}
a.link_anim:hover b{
	right:0;
}
a.link_anim:hover e{
	left:0;
}
a.link_anim b{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#efa82a;
	top:0;
	right:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
a.link_anim e{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#efa82a;
	bottom:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover{
	color:#fff;
}
.get_qoute a c:before{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-right:10px;
	position:relative;
	content:"\f2b6";
}
.nav {
	float:right;
	margin-top:42px;
	margin-right:10px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#efa82a;
	margin-right:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#ed5d26;
	position:absolute;
	bottom:5px;
	right:100%;
	left:-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{
	right:35px;
	left:15px;
}
.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:245px;
	padding:20px;
	left: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:#010937;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li i {
	position: absolute;
	top: -18px;
	left: 30px;
	color:#fff;
	background: #ed5d26;
	line-height: normal;
	padding: 2px 10px;
	border-radius: 3px;
	font-style: normal;
	font-size: 12px;
}
.nav li .sub ul li a:hover{
	background:#444037;
	color:#fff;
	padding-left:17px;
}
.search_icon {
	float:right;
}
.search_icon svg {
	fill: #fff;
	width: 20px;
	margin-left: 0px;
	margin-right:20px;
	height: auto;
	margin-top: 58px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	left:0;
	display: none;
	z-index: 10002;
	right: 0px;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight:400;
	font-size: 21px;
	right: 10px;
	top: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:#444037;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	left: 20px;
	fill: #ed5d26;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 15px;
	font-family:Changa, sans-serif;
	padding: 0px 75px 0px 48px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:linear-gradient(to left,#211f1a,#444037);
	width: 100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index: 6000;
	top: -1000px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.6);
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom {
	background:linear-gradient(to left,#211f1a,#444037);
	clear: both;
	display: block;
	float: right;
	color:#eee;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
.bottom_owner{
	position:absolute;
	right:0;
	bottom:0px;
}
.bottom_owner img{
	height:275px;
	position:relative;
	bottom:-28px;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #ed5d26;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#fff;
	border-bottom:2px solid #fff;
}
/*end bottom*/
/*start footer*/
#footer{
	background:linear-gradient(to left,#211f1a,#444037);
	float:right;
	width:100%;
	padding:30px 0px;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width,#bottom .width{
	margin:0px 85px;
	width:auto;
	position:relative;
}
#footer:before{
	content:"";
	background-image:url(../images/bg/bg39.png);
	background-position:top;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.1;
	background-attachment:fixed;
}
#footer .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:first-child{
	margin-left:25%;
	width:50%;
}
.foot_loop:nth-child(2){
	padding-left:60px;
}
.foot_loop:last-child{
	width:50%;
}
.foot_loop{
	width:25%;
	float:left;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:15%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#ed5d26;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#eee;
	padding-right:50px;
	text-align:justify;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.foot_logo img{
	height:65px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	padding: 8px 0 8px;
	color:#eee;
	text-transform:uppercase;
	font-size:13px;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	color:#efa82a;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#ed5d26;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color: #eee;
	display: block;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact b{
	font-weight:400;
	position:relative;
	padding-left:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #efa82a;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	left: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
.social.social2{
	position:absolute;
	top:150px;
	margin-left:0;
	margin-top:0;
	z-index:2600;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	right:15px;
}
.social2 li{
	display:block;
	position:relative;
	float:none;
}
.social2 li a {
	color:#fff;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:45px;
	height:45px;
	margin-right:5px;
	border-radius:3px;
	margin-bottom:5px;
	background:rgba(0,0,0,0.1);
	line-height: 45px;
}
.social2 li a:hover{
	background:#ed5d26;
	color:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:6500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:50px;
	display:none;
	width:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	line-height:45px;
	border-radius:50%;
	background:#ed5d26;
	-webkit-animation-name: hvr-hang;
	animation-name: hvr-hang;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction:alternate;
	animation-direction:alternate;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#efa82a;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:1000;
	width:100%;
	background:linear-gradient(to right,#211f1a,#444037);
	float:right;
	position:relative;
}
.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:25px;
	text-align:center;
	position:absolute;
	border:2px solid rgba(255,255,255,0.4);
	top:50%;
	width:50px;
	height:50px;
	line-height:46px;
	margin-top:-25px;
	color:#fff;
	left:15px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:15px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#ed5d26;
	background:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:35px;
	top:50%;
	margin-top:-110px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #ed5d26;
}
.cycle-pager span {
	margin:6px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
.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%;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:left;
	max-width:850px;
}
.slider_cont_right{
	float:left;
	text-align:left;
	max-width:850px;
}
.slider_cont_center{
	max-width:850px;
	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 h1 {
	z-index:888;
	position: relative;
	display: inline-block;
	background:rgba(255,255,255,0.1);
	padding:3px 20px;
	color: rgba(255,255,255,0.9);
	font-size: 19px;
	font-weight:400;
	position:relative;
	margin-bottom:10px;
	-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;	
}
.slider_cont h1:before{
	content:"";
	background:#ed5d26;
	width:2px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
}
.slider_cont h1:after{
	content:"";
	background:#ed5d26;
	width:2px;
	height:15px;
	position:absolute;
	bottom:0;
	right:0;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:50px;
	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,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont 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;
}
.slider_cont a{
	background:#ed5d26;
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	padding:16px 60px;
	border-radius:50px;
	margin-left:10px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	z-index:888;
	-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;
}
.slider_cont a.slider_href{
	background:#444037;
}
.slider_cont a:hover{
	background:#fff;
	color:#ed5d26;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:linear-gradient(to right,#211f1a,#444037);
	opacity:0.7;
}
#progress_a{
	width:100%;
	right:0px;
	position:absolute;
	z-index:1010;
	top:0px;
}
#progress{
	height:15px;
	float:right;
	background:rgba(255,255,255,0.1);
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	bottom:-40px;
	right:0;
	clear:both;
	border:none !important;
	z-index:2000;
	display:block;
	overflow:hidden;
	width:100%;
}
#news-tick {
	border: none !important;
	background:#ed5d26;
	overflow: hidden;
	height: 80px !important;
	position: relative;
	box-shadow:0 9px 16px rgba(41, 38, 50, 0.06);
	display: block;
}
.newsbar_title {
	float: left;
	width: 120px;
	font-weight: 400;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 80px;
	overflow:hidden;
	position: absolute;
	right: 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:#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:#eee;
}
.bn-news {
	border:none !important;
	margin-left: 20px;
	margin-right: 115px;
	height: 80px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li a {
	display: block;
	color: #fff;
	font-weight:400;
	line-height: 80px;
	height: 80px;
}
.bn-news li a:hover{
	color: #eee;
}
/*end newsbar*/
/*start data*/
#data {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: right;
	background:linear-gradient(to right,#211f1a,#444037);
	overflow:hidden;
	z-index: 100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:101;
	height: 100%;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	float: left;
	border-bottom:1px solid rgba(255,255,255,0.1);
	width: 25%;
	padding: 60px 40px;
}
.data_all{
	text-align:center;
}
.data_list li span {
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color:#ed5d26;
	font-size:60px;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #bbb;
	position: relative;
	height: 135px;
	margin-top: 20px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 20px;
	text-transform:uppercase;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-top:-40px;
	padding-top:40px;
	position:relative;
	direction:ltr;
	background:linear-gradient(to right,#211f1a,#444037);
	z-index:100;
}
#aboutus .width{
	padding:60px 0px 90px 0px;
	position:relative;
}
#aboutus:before{
	position:absolute;
	top:0;
	right:0;
	bottom:20px;
	content:"";
	width:65%;
	background:#fff;
}
.aboutus_right{
	width:45%;
	display:table-cell;
	direction:rtl;
	vertical-align:top;
	z-index:10000;
	position:relative;
}
.aboutus_left {
	width: 55%;
	display: table-cell;
	vertical-align: top;
	background:#fff;
	height:100%;
	padding-left:40px;
	padding-top: 50px;
}
.aboutus_right .aboutus_img_class_box {
	width: 100%;
	position: absolute;
	display: block;
	right: 0;
	padding: 15px 0px 55px;
}
.aboutus_right .aboutus_img_class_box img.aboutus_img_class {
	width: 500px;
	height:500px;
	margin-bottom:100px;
	animation:movetopbounce2 1s linear infinite;
	-webkit-animation:movetopbounce2 1s linear infinite;
	position:relative;
	opacity:0.8;
	display: block;
	object-fit: cover;
	object-position:center;
}
.aboutus_left_txt {
	font-weight: 400;
	line-height:1.9;
	font-size:14px;
	color:#555;
	text-align:justify;
	clear:both;
}
hr{
	border-color:rgba(0,0,0,0.1);
	margin:16px 0px;
}
.aboutus_owner {
	position: absolute;
	bottom: 40px;
	direction:ltr;
	left:40px;
}
.aboutus_owner_txt {
	margin-right: 130px;
	padding-top: 38px;
}
.aboutus_owner_txt h3 {
	font-weight: 400;
	color: #ed5d26;
	display: block;
	margin-bottom: 2px;
	font-size: 18px;
}
.aboutus_owner_txt p {
	font-size: 14px;
	color: #666;
}
.aboutus_owner_img img{
	position:absolute;
	bottom:0;
	left:0;
	height:150px;
}
#aboutus .go_more{
	position:absolute;
	bottom:20px;
	z-index:900;
	margin-left:-150px;
	left:40%;
}
/*end aboutus*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	padding-bottom:50px;
	position:relative;
	background:linear-gradient(to right,#211f1a,#444037);
	direction:rtl;
	z-index:100;
}
#aboutus2 .width{
	position:relative;
}
#aboutus2:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 65%;
	background: #fff;
}
.aboutus_right2{
	width:50%;
	display:table-cell;
	vertical-align:top;
	direction:ltr;
	position:relative;
}
.aboutus_left2 {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-right:40px;
	padding-left:10px;
	direction:ltr;
	padding-top: 50px;
}
.aboutus_right2 div {
	width: 100%;
	position: sticky;
	display: block;
	right: 0;
	top:10px;
	padding:15px 0px 0px;
	background-size: 100% 100%;
}
.aboutus_right2 div img {
	width: 550px;
	height:550px;
	display: block;
	border-radius:10px;
	border:10px solid #ed5d26;
	object-fit: cover;
	object-position:center;
}
.aboutus_right2 div p img{
	width:auto;
	height:65px;
	display:inline-block;
	border:none;
	position:absolute;
	background:#fff;
	border-radius:10px;
	bottom:20px;
	left:20px;
	padding:8px;
}
.aboutus_left_txt2 {
	font-size: 15px;
	font-weight: 400;
	color:#555;
	line-height:1.9;
	clear:both;
}
.aboutus_txt12{
	clear:both;
	padding:20px 0px;
}
.aboutus_txt12 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt12 li span {
	background: #ed5d26;
	color: #fff;
	font-weight:400;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-right: 5px;
	width: 35px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt12 li b {
	font-weight: 400;
	margin-left: 40px;
	display: block;
	background:rgba(33,33,33,0.08);
	padding: 5px 11px;
	color:#555;
}
.aboutus_left_txt2 h3{
	padding:20px 0px 0px;
	font-weight: 600;
  font-size:25px;
  color: #545547;
  text-transform: uppercase;
  display: block;
}
/*end aboutus2*/
/*start more*/
.go_more a{
	display:inline-block;
	background:#444037;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:0px;
	font-weight:600;
	height:52px;
	line-height:52px;
	overflow:hidden;
	padding:0px 20px;
	border-radius:5px;
	position:relative;
}
.go_more a b{
	font-weight:400;
	position:relative;
	z-index:100;
}
.go_more a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#ed5d26;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.go_more a:hover:before{
	left:0;
}
/*end more*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #666;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #ed5d26;
	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: #ed5d26;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #ed5d26;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px 0px 0px;
	background:#efa82a;
	display:block;
}
.pages_title p:before{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:15px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title p:after{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:45px;
	top:-4px;
	transform:rotate(-45deg);
}
/*end pages title*/
/*start downpdf*/
#downpdf{
	float:right;
	width:100%;
	clear:both;
	background:linear-gradient(to left,#211f1a,#444037);
	overflow:hidden;
	margin-bottom:50px;
}
#downpdf .width{
	position:relative;
}
.downpdf{
	padding:90px 0px;
	position:relative;
	overflow:hidden;
}
.downpdf_right {
	float: left;
	overflow: hidden;
	width: 80%;
}
.downpdf_right h2 {
	font-weight: 400;
	font-size:40px;
	display: block;
	line-height:1.3;
	color: #ed5d26;
	margin-bottom: 11px;
}
.downpdf_right p {
	font-size: 16px;
	color:#bbb;
}
.downpdf_left {
	float: right;
	padding-top:40px;
}
/*end downpdf*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
}
.gallerys {
	clear: both;
	display: block;
}
.gallerys.gallerys_slide{
	visibility:hidden;
	direction:rtl;
}
.gallerys_slide.slick-initialized {
	visibility:visible;
}
.gallerys li {
	display: block;
	float: left;
	overflow:hidden;
	width: 50%;
	padding: 15px;
}
.gallerys_all{
	width:100%;
	background:#1e573d;
	height:400px;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
.gallerys_all a:hover{
	opacity:0.9;
}
.gallerys_all img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gallerys_all h2 {
	position: absolute;
	background: #ed5d26;
	bottom: -220px;
	left: 20px;
	color: #fff;
	opacity:0;
	font-weight: 400;
	font-size: 14px;
	padding: 20px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	border-radius: 5px;
}
.gallerys_all:hover h2{
	bottom:20px;
	opacity:1;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:20px;
	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 #444037;
	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;
}
#gallery .slick-dots li.slick-active button{
	background:#ed5d26;
}
/*end gallery*/
/*start post*/
#post{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.post li{
	display:black;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:3%;
}
.post li:nth-child(2) img{
	float:right;
}
.post li:nth-child(2) .post_txt{
	float:left;
}
.post li img{
	float:left;
	border-radius:10px;
	object-fit:cover;
	height:433px;
	margin-bottom:25px;
	width:50%;
}
.post_txt{
	float:right;
	width:48%;
	padding:90px 0.9375rem 0px;
}
.post_txt span {
	color: #444037;
	margin-bottom:12px;
	display: block;
	font-size: 17px;
}
.post_txt p {
	display: block;
	font-weight: 200;
	font-size: 50px;
	color: #555;
	line-height:1;
	margin-bottom: 35px;
}
.post_txt b {
	margin-left: 80px;
	max-width: 60%;
	display: block;
	font-weight: 200;
	font-size: 20px;
}
.post a {
	clear: both;
	display: block;
	width: 53%;
	margin-left: 23.5%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	font-size: 17px;
	color: #555;
	float: left;
}
.post a:hover{
	color:#000;
}
.post a img {
	vertical-align: middle;
	height: 14px;
	float: none !important;
	width: 35px;
	padding: 0;
	margin: 0 0px 0px 20px;
	-webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.post a:hover img {
	-webkit-animation: bounce 2s linear -0.4s;
	animation: bounce 2s linear -0.4s;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes bounceReverse {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-10px) rotate(180deg);
            transform: translateX(-10px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-5px) rotate(180deg);
            transform: translateX(-5px) rotate(180deg);
  }
}
/*end post*/
/*start services*/
#services{
	clear:both;
	padding:50px 0px;
	position:relative;
	z-index:100;
	float:right;
	width:100%;
}
.serv_ol {
	overflow: hidden;
	clear: both;
	padding-top:20px;
	display: block;
	padding-bottom:20px;
}
.serv_ol li {
	display: block;
	float:left;
	position:relative;
	padding:15px;
	margin-bottom:15px;
	width:33.33%;
}
.serv_all {
	width: 100%;
}
.serv_txt {
	display: block;
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 16px -13px rgba(0, 0, 0, 0.75);
	position: relative;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	left:0;
	top:0;
}
.serv_ol li:hover .serv_txt,.serv_ol li:nth-child(2) .serv_txt,.serv_ol li:nth-child(5) .serv_txt{
	background:linear-gradient(to left,#211f1a,#444037);
	top:-10px;
}
.serv_ol li:hover .serv_txt p,.serv_ol li:nth-child(2) .serv_txt p,.serv_ol li:nth-child(5) .serv_txt p{
	color:#ddd;
}
.serv_ol li:hover .serv_txt b,.serv_ol li:nth-child(2) .serv_txt b,.serv_ol li:nth-child(5) .serv_txt b{
	color:#fff;
}
.serv_txt b {
	font-weight: 400;
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
	color: #232331;
}
.serv_txt p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:400;
	height:100px;
	overflow:hidden;
	color: #333;
}
.serv_txt span {
	background: #efa82a;
	color: #fff;
	font-weight: 400;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 12px;
}
.serv_txt a {
	background: #ed5d26;
	color: #fff;
	width:100px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:20px;
	display:block;
	font-size:13px;
	margin-top: 10px;
	position:absolute;
	bottom:-20px;
	right:20px;
	z-index:500;
	font-weight:400;
}
.serv_txt a:hover {
	background: #efa82a;
	color: #fff;
}
/*end services*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	background-image:url(../images/slide.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	position:relative;
	padding:60px 0px;
	width:100%;
}
.contactus_img img{
	position:absolute;
	right:0;
	bottom:50px;
	height:180px;
}
#contactus .width{
	display:table;
	direction:rtl;
}
.contactus_right .pages_title h2{
	text-align:left;
	font-size:45px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	vertical-align:top;
	padding:40px;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:40px 20px 40px;
	direction:ltr;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	background:#fff;
	padding:40px 40px 24px 40px;
	border-radius:8px 8px 8px 8px;
	box-shadow:0px 24px 80px -24px rgba(0, 0, 0, 0.16);
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:right;
}
.contactus_form label{
	display:block;
	width:49%;
	float:left;
	position:relative;
	background:#f4f4f4;
	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:#f8f8f8;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Changa, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:150px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#ed5d26;
	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:600;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#f8f8f8;
	color:#ed5d26;
	-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*/