/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:TitilliumWeb,cairo, 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:#2b3d5b;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#7b8594;
	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 header*/
#header{
	z-index:5000;
	width:100%;
	height:125px;
	float:right;
	clear:both;
	position:fixed;
	top:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: left;
	position: relative;
	padding-top:1px;
}
.logo a img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	height: 120px;
}
.get_qoute {
	float: right;
	margin-top: 45px;
	margin-left: 25px;
}
.get_qoute a {
	background: #2b3d5b;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	font-family:cairo, sans-serif;
	padding: 0px 25px;
	text-transform: uppercase;
}
.get_qoute a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.get_qoute a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#2b3d5b;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover:before{
	left:0;
}
.nav {
	float:right;
	margin-top:45px;
	margin-right:10px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:600;
	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:#7b8594;
	margin-right:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#7b8594;
	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 a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:235px;
	padding:20px;
	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:#414142;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:600;
}
.nav li .sub ul li a:hover{
	background:#2b3d5b;
	color:#fff;
	padding-left:17px;
}
.search_icon {
	float:right;
}
.search_icon.active span{
	color:#fff;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 10006;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin-top: 52px;
	margin-right:0px;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #222;
	height: 100px;
	border-top: 2px solid #555;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family:TitilliumWeb,cairo, sans-serif;
	padding: 0px 75px 0px 20px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start head_fix*/
body.scrolled #header{
	background:#2b3d5b;
}
body.scrolled #header .nav li a:before{
	background:#7b8594;
}
body.scrolled #header .get_qoute a{
	background:#7b8594;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg45.png);
	background-color:#2b3d5b;
	color:#aaa;
	text-align:center;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	display:inline-block;
	line-height:65px;
}
.design{
	display:inline-block;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#2b3d5b;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
.social {
	margin-bottom:20px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 16px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 15px;
}
.social li a:hover{
	color:#7b8594;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f1d6";
}
.social li.twitter a:before {
	content: "\e61b";
	font-family: FontAwesome6;
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:0px;
	display:none;
	width:40px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#2b3d5b;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#7b8594;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background-color:#2b3d5b;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center bottom;
}
.slidebg{
	background-color:#2b3d5b;
	position:absolute;
	z-index:777;
	width:100%;
	opacity:0.3;
	top:0px;
	right:0;
	height:100%;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
	padding:15px;
}
.slider_cont_all{
	width:100%;
	position:relative;
	text-align:center;
	font-family:tajawal;
	z-index:800;
	display:block;
}
.slider_cont h2 {
	position: relative;
	z-index: 888;
	font-weight:600;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size:40px;
}
.slider_cont p{
	font-size:14px;
	color:#fff;
}
/*end slideshow*/
/*start slideshow*/
#slideshow2{
	clear:both;
	display:block;
	background:#2a2a2a;
	margin-bottom:60px;
	overflow:hidden;
	width:100%;
	position:relative;
	top:-2px;
	right:0;
}
#slideshow2 .slidebg{
	opacity:0.6;
}
.slideshow2{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider2{
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100% !important;
	padding:120px 0px 70px;
	background-position:center top;
}
.slider_cont2{
	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_all2 {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left2{
	float:left;
	text-align:left;
	max-width:550px;
}
.slider_cont_right2{
	float:right;
	text-align:left;
	max-width:550px;
}
.slider_cont2 h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-transform:uppercase;
	font-size:35px;
	margin-bottom: 25px;
}
.slider_cont2 p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_cont2 a,.slider_cont2 a:last-child:hover{
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:600;
	text-transform:uppercase;
	padding:12px 30px;
	margin-right:10px;
	border:1px solid rgba(255,255,255,0.1);
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont2 a:hover{
	background:#7b8594;
	border:1px solid #7b8594;
	color:#fff;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start count*/
#count {
	clear:both;
	float:right;
	margin-bottom:50px;
	width:100%;
}
#count ul{
	clear:both;
	position:relative;
	margin:0px -20px;
}
#count ul li{
	width:33.33%;
	padding:20px;
	float:left;
	display:block;
}
#count ul li:last-child{
	border-left:none;
}
.count_all {
	width: 100%;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	text-transform:uppercase;
	font-size: 13px;
	overflow: hidden;
	display: block;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	margin-bottom:10px;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #2b3d5b;
	position: relative;
}
/*end count*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:60px;
	float:right;
	width:100%;
	position:relative;
	overflow:hidden;
	direction:rtl;
}
.my_top_table .width{
	overflow:hidden;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	margin:0px -20px;
}
.list_top_left_slider{
}
.list_top_left{
	width:100%;
}
.list_top_left.slick-initialized {
	visibility:visible;
}
.list_top_left li {
	display: inline-block;
	width: 25%;
	overflow: hidden;
	padding: 20px;
}
.news_shape{
	height:100%;
	display:block;
	position:relative;
	direction:ltr;
	text-align:left;
	overflow:hidden;
	width:100%;
}
.news_shape_img {
	background: #fff;
	text-align: center;
}
.news_shape_img img {
	height: 150px;
	display: inline-block;
	vertical-align: middle;
}
.news_shape_txt h2 {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5;
	display: block;
	margin-bottom:15px;
}
.news_shape_txt {
	clear: both;
	text-align: center;
	padding:0px 0px 20px;
}
.news_shape_txt p {
	color: #555;
	font-size: 13px;
	height: 95px;
	overflow: hidden;
}
/*end news shapes slide*/
/*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.withwhite{
	color:#63839c;
}
.pages_title h1 {
	font-size: 15px;
	font-weight:600;
	display:inline-block;
	padding:0px 20px;
	color: #7b8594;
	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: #7b8594;
	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: #7b8594;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 40px;
	color: #2b3d5b;
	text-transform:capitalize;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	color:#333;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#2b3d5b;
	display:block;
}
/*end pages title*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	direction:rtl;
	margin:40px -10px 0px;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:left;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
}
.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;
	max-width:90px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #7b8594;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#7b8594;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:50px 80px 40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:left;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	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;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 59px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #2b3d5b;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	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;
	position: absolute;
	bottom: 49px;
	background: #fff;
	z-index: 1000;
	left: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 23px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	text-transform:uppercase;
	overflow: hidden;
	height: 85px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	background: #fff;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	text-transform:uppercase;
	color: #7b8594;
	float: left;
	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: #7b8594;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start footer*/
#footer{
	float:right;	
	border-bottom:1px solid rgba(255,255,255,0.1);
	background-image:url(../images/bg/bg45.png);
	background-color:#2b3d5b;
	background-repeat:repeat;
	width:100%;
	padding:40px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.foot{
	width:50%;
	float:left;
	padding:0px 20px;
	color:#ddd;
	font-size: 13px;
	line-height:2;
	overflow:hidden;
}
.foot h2 {
	font-weight: 700;
	font-size: 14px;
	z-index: 1;
	text-transform:uppercase;
	position: relative;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	padding: 8px 0px;
}
.foot h2:after{
	background:#7b8594;
	height:5px;
	width:50px;
	margin-top:8px;
	display:block;
	content:"";
	border-radius:50px;
}
.foot ul{
	clear:both;
	overflow:hidden;
}
.foot ul li{
	display:block;
}
.contactus li {
  color: #ddd;
  display: block;
	font-size:12px;
	font-weight:600;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
	vertical-align: 0;
	font-weight: normal;
	font-family: FontAwesome;
	border: 1px solid rgba(255,255,255,0.5);
	display: inline-block;
	width: 25px;
	float:left;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}
.contactus li.phone:before{
	content:"\f095";
}
.contactus li.phoneg:before{
	content:"\f095";
}
.contactus li.email:before{
	content:"\f003";
}
.contactus li.worktime:before{
	content:"\f017";
}
.contactus li span{
  color: #bfbfbf;
}
.contactus li a{
	color:#ddd;
}
.contactus li a:hover{
	color:#fff;
	text-decoration:underline;
}
.contactus li.homepage, .contactus li.contus {
	width: 130px;
	float: left;
	text-transform:capitalize;
	margin-right:10px;
}
p.after_contactus {
	text-align: center;
	color: #ff0000;
	clear:both;
	background:rgba(255,255,255,0.8);
	padding: 5px;
	margin-top: 4px;
	font-size: 13px;
}
.contactus li.homepage a, .contactus li.contus a {
	border: 1px solid rgba(255,255,255,0.3);
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 9px 0px;
}
.contactus li.contus a{
	background:#7b8594;
	color:#fff;
}
.contactus li.contus a:hover,.contactus li.homepage a:hover{
	text-decoration:none;
	background:#fff;
	color:#333;
}
/*end footer*/
.go_phone {
	position: absolute;
	top: 32px;
	z-index: 1;
	left: 95px;
}
.go_phone a {
	color: #fff;
	font-weight: 200;
	letter-spacing: 2px;
	font-size: 20px;
}
.whatsapp-btn a {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 1000;
	background: 0 0;
	padding: 0;
}
.whatsapp-btn.whatsapp-btn5 a {
	position: fixed;
	bottom: 90px;
	left: 10px;
	z-index: 1000;
	background: 0 0;
	padding: 0;
}
.whatsapp-btn a img {
	width: 65px;
	height: 65px;
	margin: 0;
}
.whatsapp-btn.whatsapp-btn4 a {
	bottom: 161px;
	left: 14px;
}
.whatsapp-btn.whatsapp-btn4 a img {
	width: 55px;
	height: 55px;
}
.count_all b {
	display: inline-block;
	vertical-align: 21px;
	font-weight: normal;
	font-size: 35px;
	color: #2b3d5b;
}
.list_top_left {
	text-align: center;
}