/*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: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:#ef7d1c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#1e6b9c;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border: 1.5px solid #ef7d1c;
  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:#ef7d1c;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	text-transform:uppercase;
	height:55px;
}
.welcome{
	float:left;
	position:relative;
	font-size:13px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:55px;
}
.welcome span{
	color:#ef7d1c;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.05);
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:54px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.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";
}
.s_contact li a:hover{
	color:#fff;
	background:#ef7d1c;
}
.social {
	float:left;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:rgba(255,255,255,0.6);
	border-left:1px solid rgba(255,255,255,0.05);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:55px;
	line-height: 55px;
}
.social li a:hover{
	color:#fff;
	background:#ef7d1c;
}
.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 {
	z-index: 12000;
	width: 100%;
	height: 100px;
	float: right;
	clear: both;
	position: absolute;
	top: 55px;
	right: 0;
}
.logo {
	float: left;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.nav {
	float:right;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	text-transform:uppercase;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#ef7d1c;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#ef7d1c;
	position:absolute;
	bottom:5px;
	left:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.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:#102e3d;
	width:225px;
	left:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#ef7d1c;
	color:#fff;
	padding-left:17px;
}
.lang{
	float: right;
	margin-top: 30px;
	margin-left:20px;
}
.lang a {
	line-height: 36px;
	color: #fff;
	position: relative;
	font-weight:400;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	padding:0px;
	height:38px;
}
.lang a:before{
	content:"";
	width:100%;
	background:#ef7d1c;
	height:1px;
	position:absolute;
	top:0;
	right:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.lang a:after{
	content:"";
	width:100%;
	background:#ef7d1c;
	height:1px;
	position:absolute;
	top:37px;
	right:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.lang a:hover{
	color:#ef7d1c;
}
.lang a:hover:before{
	top:37px;
}
.lang a:hover:after{
	top:0px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#102e3d;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#ccc;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:400;
	font-size:20px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:2px;
	background-color:#ef7d1c;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 102px;
	display: block;
	margin-bottom:20px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding:10px 0;
	color:#ccc;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#ef7d1c;
	border-radius:5px;
	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:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.1);
	color:#ccc;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-left: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #ef7d1c;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #ef7d1c;
	float: left;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-right: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg41.png);
	background-color:#102e3d;
	color:#bbb;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:left;
	line-height:65px;
}
.design{
	float:right;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#ef7d1c;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
#bottom .social {
	float:left;
	margin-left:10px;
}
#bottom .social li{
	display:block;
	position:relative;
	float:left;
}
#bottom .social li:first-child a{
	border-left:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	border-right:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	height:65px;
	padding:0px 30px;
	line-height: 65px;
}
#bottom .social li a:hover{
	background:#ef7d1c;
}
#bottom .social li:hover:after{
	top:0;
}
/*end bottom*/
/*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:#ef7d1c;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#1e6b9c;
	color:#fff;
}
/*end totop*/
/*start data*/
#data:before, #data:after {
	position: absolute;
	top:25px;
	width: 170px;
	height: 80px;
	z-index: 1500;
	content: '';
}
#data:before {
	left: -70px;
	box-shadow: 4px 1px 0 3px #fff;
	transform: skew(-58deg, 10deg);
	background-color:#ef7d1c;
}
#data:after {
	right: -70px;
	box-shadow: -4px 1px 0 3px #fff;
	transform: skew(58deg, -10deg);
	background-color:#ef7d1c;
}
#data{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	padding-top:40px;
	position:relative;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:33.33%;
	text-align:center;
	height: 100%;
	padding-top:25px;
	overflow: hidden;
	background-color:#ef7d1c;
	background-image:url(../images/bg/bg46.png);
}
.data_list li:first-child{
	background-color:#102e3d;
}
.data_list li:nth-child(2){
	background-color:#1e6b9c;
}
.data_all{
	width:100%;
	overflow:hidden;
	padding:30px 30px;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	display: inline-block;
	vertical-align:0px;
	font-size:20px;
	margin-right:10px;
	font-weight:normal;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:25px;
	font-weight:400;
	display:block;
	margin-bottom:15px;
}
.data_list li a{
	border:2px solid rgba(255,255,255,0.8);
	color:#fff;
	font-weight:400;
	display:inline-block;
	font-size:15px;
	padding:12px 40px;
}
.data_list li a:hover{
	background:rgba(255,255,255,0.8);
	color:#171a27;
}
/*end data*/
/*start slideshow*/
#slideshow_all{
	position:relative;
	width:100%;
	float:right;
	clear:both;
	height:120%;
	overflow:hidden;
	padding-bottom:100px;
}
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#102e3d;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow_all:before, #slideshow_all:after {
	position: absolute;
	bottom: 34px;
	width: 170px;
	height: 80px;
	z-index: 1500;
	content: '';
}
#slideshow_all:before {
	left: -70px;
	box-shadow: 4px 1px 0 3px #fff;
	transform: skew(-58deg, 10deg);
	background-color:#ef7d1c;
}
#slideshow_all:after {
	right: -70px;
	box-shadow: -4px 1px 0 3px #fff;
	transform: skew(58deg, -10deg);
	background-color:#ef7d1c;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#102e3d;
	opacity:0.9;
	position:absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.05;
	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;
	background:#102e3d;
	color:#fff;
	bottom:0;
	width:120px;
	height:120px;
	line-height:120px;
	right:0;
	z-index:1201;
	cursor:pointer;
}
#slideshow .next{
	background:#ef7d1c;
	color:#fff;
	right:0;
	margin-right:120px;
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#1e6b9c;
}
.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%;
	position:relative;
	padding-top:80px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:left;
	max-width:500px;
}
.slider_cont_right{
	float:left;
	text-align:left;
	max-width:500px;
}
.slider_cont_center{
	max-width:500px;
	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;
	text-transform:uppercase;
	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{
    -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: 13px;
	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_left_link a {
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	border-radius:5px;
	height:49px;
	line-height:49px;
	padding:0px 30px;
	text-transform:uppercase;
	background:#ef7d1c;
	position:relative;
	margin-right:20px;
	z-index:888;
	overflow:hidden;
}
.slider_left_link a:hover{
	color:#fff;
}
.slider_left_link a:first-child b:after{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	content:"\f178";
	font-weight:normal;
	font-family:FontAwesome;
}
.slider_left_link a b{
	position:relative;
	z-index:100;
	font-weight:400;
}
.slider_left_link a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#1e6b9c;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_left_link a:hover:before{
	left:0;
}
.slider_left_img{
	position:absolute;
	right:0;
	top:-20px;
}
.slider_left_img img{
	height:300px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.cycle-slide-active .slider_cont .slider_left_img{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:200;
	top:0px;
}
#progress{
	height:55px;
	float:left;
	background:rgba(255,255,255,0.05);
}
/*end slideshow*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	text-align:center;
	margin-top:-90px;
	margin-bottom:40px;
	float:left;
	z-index:100;
}
.data_list2 {
	width: 100%;
	position:relative;
	z-index:101;
}
.data_list2 li {
	display: inline-block;
	position:relative;
	z-index:100;
	width:25%;
	height: 100%;
	background-color:#102e3d;
}
.data_list2 li:before{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	content:"";
	z-index:-1;
	opacity:0.1;
	background-image:url(../images/bg/bg50.webp);
	background-size:cover;
	background-position:right top;	
}
.data_all2{
	width:100%;
	padding:0px 25px 35px;
	text-align:center;
	transition:all 0.4s ease;
}
.data_list2 li span {
	z-index: 101;
	margin-top:-45px;
	width: 92px;
	height:92px;
	line-height:92px;
	border-radius: 92px;
	position: relative;
	background:#1e6b9c;
	color: #fff;
	font-size:35px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list2 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list2 li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color:rgba(255,255,255,0.6);
	position: relative;
	height:180px;
}
.data_list2 li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list2 li a{
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	border:2px solid #ef7d1c;
	padding: 7px 20px;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: 700;
}
.data_list2 li a:hover{
	background:#ef7d1c;
	border:2px solid #ef7d1c;
	color:#fff;
}
/*end data*/
/*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: #ef7d1c;
	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: #ef7d1c;
	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: #171a27;
	display: block;
	margin-bottom:0px;
	text-transform:uppercase;
}
.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:#ef7d1c;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	margin-bottom:50px;
	z-index:100;
}
#aboutus .width{
	display:table;
	position:relative;
}
.aboutus_right {
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_right img{
	float:right;
	object-fit:cover;
	object-position:top;
	width:50%;
	display:block;
	clear:both;
}
.aboutus_right img:last-child{
	width:49%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	height:100%;
}
.aboutus_right_date {
	background: #ef7d1c;
	color: #fff;
	padding: 55px 50px;
	position: absolute;
	border-radius: 10px;
	min-width:49%;
	bottom: 230px;
	right:0px;
}
.aboutus_right_date.aboutus_right_date2 {
	top: auto;
	bottom: 0px;
	left: auto;
	background:#1e6b9c;
	right: 0px;
}
.aboutus_right_date:before{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	content:"";
	opacity:0.4;
	background-image:url(../images/bg/bg50.webp);
	background-size:cover;
	background-position:right top;	
}
.aboutus_right_date p {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
}
.aboutus_right_date b {
	font-weight: 400;
	font-size: 18px;
}
.aboutus_left {
	display:table-cell;
	width:50%;
	padding-left:50px;
}
.aboutus_left_title{
	clear:both;
	margin-bottom:25px;
}
.aboutus_left_title h2 {
	color: #102e3d;
	font-weight: 400;
	font-size: 35px;
	position:relative;
	line-height:1.4;
	display: block;
}
.aboutus_left_title h1 {
	font-weight: 400;
	font-size: 16px;
	color: #ef7d1c;
	display: block;
	margin-bottom:15px;
}
.aboutus_left_title h2:after{
	content:"";
	width:150px;
	height:3px;
	background:#ef7d1c;
	display:block;
	border-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
}
.aboutus_left_title h2:before {
	content: "";
	width: 25px;
	height: 25px;
	background: #ef7d1c;
	border-radius: 50%;
	position: absolute;
	bottom: -10px;
	left: 145px;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	text-align:justify;
	color: #333;
	line-height: 1.9;
	clear: both;
}
.aboutus_left_txt ol {
	margin-top: 30px;
	margin-bottom:40px;
	clear: both;
}
.aboutus_left_txt li {
	display: block;
	overflow: hidden;
	color:#010937;
	margin-bottom: 10px;
	font-size: 16px;
}
.aboutus_left_txt li b{
	width:16px;
	height:16px;
	background:#102e3d;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:10px;
}
.aboutus_left_txt li b:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #ef7d1c;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
}
/*end aboutus*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	width:100%;
	float:right;
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
	direction:rtl;
	padding-top:40px;
}
.my_top_table2{
	background-color:#102e3d;
	background-image:url(../images/bg/bg45.png);
	padding:120px 0px;
	width:100%;
	overflow:hidden;
}
.my_top_table .pages_title{
	float: left;
	width: 33.33%;
	position: relative;
	z-index: 205;
	direction:ltr;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 110px;
}
.my_top_table:before, .my_top_table:after {
	position: absolute;
	top:25px;
	width: 170px;
	height: 80px;
	z-index: 1500;
	content: '';
}
.my_top_table:before {
	left: -70px;
	box-shadow: 4px 1px 0 3px #fff;
	transform: skew(-58deg, 10deg);
	background-color:#ef7d1c;
}
.my_top_table:after {
	right: -70px;
	box-shadow: -4px 1px 0 3px #fff;
	transform: skew(58deg, -10deg);
	background-color:#ef7d1c;
}
.list_top_left_slider_arrows {
	width: 100%;
	text-align: center;
	float: left;
	padding-top:155px;
}
.list_top_left_slider_prev{
	margin-right:30px;
}
.list_top_left_slider_next, .list_top_left_slider_prev {
	width: 90px;
	height: 90px;
	background: #ef7d1c;
	display: block;
	float: left;
	line-height: 90px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 24px !important;
}
.list_top_left_slider_prev:before{
	content:"\f100";
}
.list_top_left_slider_next:before{
	content:"\f101";
}
.list_top_left_slider_next:hover,.list_top_left_slider_prev:hover{
	background:#1e6b9c;
	color:#fff;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	width:66.66%;
	overflow:hidden;
	float:right;
}
.list_top_left{
	width:100%;
	visibility:hidden;
}
.list_top_left.slick-initialized {
	visibility:visible;
}
.list_top_left li{
	display:block;
	float:left;
	height:560px;
	width:33.33%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	border-radius:4px;
	direction:ltr;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	top:30%;
	left:0;
	bottom:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.news_shape:hover .slidebg2{
	right:-100%;
}
.news_shape .slidebg2 {
	z-index: 100;
	background:#fff;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.90;
	width:70%;
	background-position: right center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.news_shape_img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.news_shape:hover .news_shape_img{
	transform:scale(1.06, 1.06);
}
.news_shape:hover .news_shape_txt{
	left:-100%;
}
.news_shape_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	padding:20px 20px 20px 20px;
	width:70%;
	text-align:left;
	color: #000;
	z-index: 600;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape_txt{
	transform:translateY(-30%);
}
.serv_main_cat{
	color: #fff;
	display:inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: 12px;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ef7d1c;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_main_cat{
	transform: scale(1, 1);
}
.serv_main_cat:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.serv_main_cat span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.news_shape_txt h2 {
	font-weight: 400;
	font-size: 27px;
	color:#171a27;
	line-height:1.5;
	display: block;
	margin-bottom:20px;
}
.serv_cats {
	clear: both;
	overflow: hidden;
	min-height:140px;
	font-size:13px;
	display: block;
}
.news_shape:hover .serv_more{
	right:-100%;
}
.serv_more{
	position: absolute;
	color: #fff;
	padding:0px;
	bottom: -50px;
	right: 0;
	left: 20px;
	z-index:653;
	font-size:13px;
	opacity: 0;
	font-weight: 400;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_more span{
	display:inline-block;
	line-height:3;
	border-bottom:2px solid #ef7d1c;
}
.serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: left;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	text-transform:uppercase;
	font-size: 50px;
	color: #020202;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: left;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#102e3d;
	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:#ef7d1c;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
	direction:rtl;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:left;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 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: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:left;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	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_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #ef7d1c;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #102e3d;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #102e3d;
	float: left;
	text-transform:uppercase;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #ef7d1c;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	width:95%;
	float:right;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #eaeaea;
	z-index: -1;
	right: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:rtl;
}
.contactus_right .pages_title h2{
	text-align:left;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:ltr;
	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:right;
}
.contactus_form label{
	display:block;
	width:49%;
	float:left;
	position:relative;
	background:#eaeaea;
	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-right: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:#eaeaea;
	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:#ef7d1c;
	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:#1e6b9c;
	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*/