/*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:#e91500;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#1c0aad;
	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;
}
/*end body*/
/*start top*/
.social {
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#eee;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 45px;
	width:60px;
	text-align:center;
}
.social li a:hover,.social li:first-child a{
	color:#fff;
	background:#e91500;
}
.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.linkedin a:before{
	content:"\f0e1";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header {
	background-color: #fff;
	width: 100%;
	float: right;
	clear: both;
	height: 100px;
	padding-top: 5px;
	position: relative;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.2);
	z-index: 1000;
}
.logo {
	position: relative;
	z-index: 100;
	float:left;
}
.logo img {
	height:95px;
}
.nav {
	float: right;
	margin-top:30px;
}
.nav li{
	float:left;
	position:relative;
	display:block;
}
.nav li a{
	height:40px;
	display:block;
	color:#333;
	position:relative;
	text-transform:uppercase;
	padding:0px 25px;
	line-height:40px;
	font-size:14px;
	font-weight:400;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#e91500;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:0;
	top:17px;
}
.nav li a:after{
	content:"";
	height:5px;
	display:block;
	background:#ddd;
	position:absolute;
	border-radius:5px;
	bottom:0px;
	left:200px;
	right:200px;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.nav li a:hover,.nav li:hover a{
	color:#000;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub{
	position: absolute;
	width: 210px;
	display:none;
	top:40px;
	left:0px;
	z-index:200;
	padding:5px 0px;
}
.sub ul{
	background-color:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 10px -1px rgba(0,0,0,0.1);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding: 10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#000;
	height:auto;
	font-weight:400;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#e91500;
	color:#fff;
	padding-left:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f036";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-right: 10px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #fff;
	width: 100%;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top: -1000px;
	background-color: #fff;
	height: 100px;
	padding-top: 5px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.2);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:left;
	background:#302c4d;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
	height:45px;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
}
#bottom .social {
	margin-left: 30px;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:10px;
	display:none;
	line-height:45px;
	width:45px;
	border-radius:5px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	background:#e91500;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#302c4d;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:550px;
	display:block;
	background:#020202;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	position:absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
.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 center;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:2000;
	top:0px;
}
#progress{
	height:20px;
	float:left;
	background:rgba(255,255,255,0.1);
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:0px;
	left:0;
	text-align:center;
	bottom:20px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #e91500;
}
.cycle-pager span {
	margin:0px 5px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.4);
	cursor:pointer;
	display:inline-block;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title h1 {
	font-size: 15px;
	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: #e91500;
	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: #e91500;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 31px;
	color: #333;
	display: block;
	text-transform:uppercase;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	font-weight:400;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#e91500;
	display:block;
}
/*end pages title*/
/*start data*/
#data {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	z-index: 600;
}
.data_list {
	display: block;
	clear: both;
}
.data_list li {
	display: block;
	float: left;
	width: 33.33%;
	padding:0px;
	overflow: hidden;
	background:#302c4d;
	padding:40px 25px;
	color:#fff;
	position:relative;
}
.data_list li:nth-child(2){
	background:#201f2f;
}.data_list li:nth-child(1){
	background:#302c4d;
}
.data_all {
	position: relative;
	border: 2px dashed rgba(255,255,255,0.4);
	padding: 25px 30px;
}
.data_all span {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	display: block;
	font-size:30px;
	color: #fff;
	margin-bottom:15px;
	position: relative;
}
.data_all i{
	position:absolute;
	color:#fff;
	top:20px;
	right:20px;
	opacity:0.2;
	font-style:normal;
	line-height:1;
	font-size:80px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_text {
	position:relative;
	clear: both;
}
.data_text h2 {
	font-weight: 600;
	font-size: 17px;
	display:block;
	position:relative;
	margin-bottom:15px;
	text-transform:uppercase;
	z-index:2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.data_text p {
	font-size: 14px;
	display: block;
	clear: both;
	line-height:2;
	color:#d8ecda;
	font-weight:400;
	overflow: hidden;
	height: 140px;
	margin-bottom: 25px;
}
.data_text a {
	display:inline-block;
	background: #fff;
	color: #e91500;
	padding:10px 35px;
	margin: 15px auto;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	font-size:13px;
	border-radius: 2px;
}
.data_text a:hover{
	background: #e91500;
	color:#fff;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	position:relative;
	padding:60px 0px;
	width:100%;
	overflow:hidden;
}
.aboutus_left{
	width:100%;
	display:block;
	text-align:center;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:45px;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 40px;
	color: #e91500;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 50px;
	color:#333;
	clear:both;
}
/*end aboutus*/
/*start data*/
.data2_list {
	position:relative;
	padding-top:20px;
	z-index:101;
	clear:both;
	width:100%;
	float:right;
}
.data2_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	margin-bottom:25px;
	width:25%;
	height: 100%;
	padding:0px 20px;
}
.data2_list li span {
	z-index: 101;
	width: 74px;
	height: 74px;
	border-radius:50%;
	line-height: 74px;
	position: relative;
	color: #333;
	background: #eee;
	font-size: 38px;
	font-weight:normal;
	margin:0px auto 20px;
	display: block;
	text-align: center;
}
.data2_list li span:before{
	font-family:Flaticond,Flaticond2,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	font-weight:400;
	padding-right:20px;
	color:#555;
	position: relative;
}
.data2_list li p b {
	display: block;
	color: #e91500;
	z-index: 101;
	position: relative;
	text-transform: capitalize;
	font-weight: 400;
	font-size:18px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data2_list li p a {
	height: 60px;
	width: 60px;
	display:block;
	font-size: 20px;
	margin-top:15px;
	border-radius: 50%;
	color:#fff;
	text-align:center;
	line-height:60px;
	border:1px solid rgba(255,255,255,0.2);
}
.data2_list li p a:before{
	content:"\f105";
	font-family:FontAwesome;
}
.data2_list li p a:hover{
	background:#3498db;
	border:1px solid #3498db;
	color:#fff;
}
/*end data*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	overflow:hidden;
	border-bottom:50px solid #302c4d;
	width:100%;
}
.aboutus2_title h1{
	background:#302c4d;
	color:#fff;
	display:block;
	font-weight:600;
	font-size:33px;
	text-align:center;
	height:70px;
	text-transform:uppercase;
	line-height:70px;
}
#aboutus2 ol{
	clear:both;
	display:block;
	margin:0px -20px;
}
#aboutus2 ol li{
	width:33.33%;
	float:left;
}
#aboutus2 ol li b{
	background:#ff1635;
	border-left:20px solid #575756;
	color:#fff;
	font-size:16px;
	display:block;
	font-weight:400;
	text-align:center;
	height:60px;
	text-transform:uppercase;
	line-height:60px;
}
.aboutus_all2 {
	background: #fff;
	box-shadow:0 5px 70px rgba(38,42,76,.1);
	padding:40px;
	overflow:hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus_all2 p {
	font-size: 16px;
	color: #777;
	font-weight:500;
	height:140px;
	text-transform:uppercase;
	padding:0px 30px;
	text-align:justify;
	overflow: hidden;
}
.aboutus_all2 img{
	width:100px;
	height:100px;
	margin:0px auto 15px;
	display:block;
}
/*end aboutus2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	background-position:center;
	padding:50px 0px;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: left;
	width: 35%;
	display: block;
}
.partners_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #333;
	text-transform:uppercase;
	padding-top: 50px;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: left;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#e91500;
	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:#333;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
	direction:rtl;
}
.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 services*/
#map_go {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
	float: right;
	width: 100%;
}
#map_go .map_go {
	display: table;
	padding:0px 20px;
}
.services_data {
	background: #302c4d;
	color: #fff;
	width: 35%;
	padding: 55px;
	border-radius: 10px;
	display: table-cell;
	vertical-align: top;
}
.services_data_txt h2 {
	font-weight: 700;
	display: block;
	font-size: 40px;
	text-transform:uppercase;
	line-height: 1.1;
	margin-bottom: 30px;
}
.services_data_txt h3{
	color:#fff;
}
.services_data_txt ul {
	clear: both;
	display: block;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.services_data_txt ul li {
	display: block;
	padding-right: 45px;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 10px;
}
.services_data_txt ul li:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:0px;
	display:inline-block;
	margin-right:10px;
}
.services_data_txt ul li.phone:before{
	content:"\f11f";
	top:-1px;
}
.services_data_txt ul li.mail:before{
	content:"\f2b6";
	top:-1px;
}
.services_data_txt ul li.mapi:before{
	content:"\f041";
}
.services_data_txt_left{
	display: table-cell;
	height: 100%;
	position:relative;
}
#map_go iframe {
	width: 95% !important;
	height:100% !important;
	position:absolute;
	top:0;
	right:0;
}
/*end services*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	padding-top:60px;
	padding-bottom:60px;
	background:#fff;
	position:relative;
	z-index:100;
}
#news .pages_title {
	float: left;
	width: 33.33%;
	position: relative;
	z-index: 205;
	background: #fff;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 110px;
}
.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: 220px;
	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: #302c4d;
	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: #000;
	text-transform:capitalize;
	overflow: hidden;
	height: 40px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #302c4d;
	float: left;
	text-transform:uppercase;
	font-size: 14px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	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: #1c0aad;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/