/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#2b5397;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#46bdab;
	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 slideshow*/
#slideshow{
	clear:both;
	height:80%;
	display:block;
	z-index:100;
	background:#2b5397;
	overflow:hidden;
	margin-bottom:40px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background-color:rgba(33,33,33,0.5);
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0;
}
#progress{
	height:7px;
	float:left;
	background:rgba(255,255,255,0.3);
}
#slideshow .next, #slideshow .prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display: block;
	text-transform: uppercase;
	transform: rotate(-90deg);
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top:0;
	width: 30px;
	color: #aaa;
	left: 10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
}
#slideshow .next{
	right:10px;
	left:auto;
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.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;
	z-index:inherit !important;
	width:100%;
	height:100%;
	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 img {
	position:absolute;
	max-height: 70px;
	transform: rotate(-10deg);
	display: block;
	top: 50%;
	margin-top:-20px;
	left:90px;
	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);	
}
.slider_cont_all{
	width:100%;
	max-width:800px;
	margin:0px auto;
	position:relative;
	z-index:800;
	text-align:center;
	display:block;
	padding:100px 50px 0px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.5;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #231f20;
	font-size: 35px;
	margin-bottom:15px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	border-radius:50px;
	text-transform:uppercase;
	background:#2b5397;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#46bdab;
	color:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	z-index:1002;
	left: 45px;
	top: 50%;
	margin-top:-20px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#2b5397;
}
.cycle-pager span {
	margin-bottom:2px;
	width:9px;
	height:25px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
@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 top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	z-index:1000;
	text-transform:uppercase;
	top:0;
	right:0;
	display:block;
}
#top .width{
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	height:45px;
}
.s_contact{
	float:right;
}
.s_contact.s_contact1{
	float:left;
}
.s_contact.s_contact2{
	float:left;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	margin-right:8px;
	color:#eee;
	font-family:FontAwesome;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right:8px;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.mapi span:before{
	content:"\f017";
}
.s_contact li a:hover{
	color:#46bdab;
}
.s_contact li a:hover:before{
	color:#46bdab;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	display: block;
	color: #eee;
	z-index:11;
	padding: 0px 13px;
	font-size:12px;
	position:relative;
	line-height:45px;
}
.social li a:hover{
	color:#46bdab;
}
.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";
}
.lang{
	float:right;
}
.lang a{
	display:block;
	line-height:45px;
	padding:0px 20px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	background:#46bdab;
}
.lang a:hover{
	background:#2b5397;
}
/*end top*/
/*start header*/
body.scrolled #header{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
	background-color:#fff;
	right:0;
}
#header{
	height:115px;
	width:100%;
	clear:both;
	position:absolute;
	right:0;
	top:45px;
	z-index:1000;
}
.logo {
	float: left;
	padding: 8px 0px;
	overflow:hidden;
}
.logo a img{
	height:100px;
}
body.scrolled #header .logo a img{
	filter:none;
	-webkit-filter:none;
	-ms-filter:none;
	-o-filter:none;
	-moz-filter:none;
}
.nav {
	float:right;
	margin-top:42px;
}
.nav li{
	display:block;
	float:left;
	position:relative;
	padding-bottom:15px;
}
.nav li:before{
	display:none;
}
.nav li a {
	display: block;
	color: #fff;
	line-height:40px;
	padding: 0px 15px;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	font-size:14px;
	z-index:105;
	text-align: center;
}
body.scrolled .nav li a{
	color:#333;
}
.nav li a:hover,.nav li:hover a,body.scrolled #header .nav li a:hover,body.scrolled #header .nav li:hover a{
	background-color:#2b5397;
	border-radius:50px;
	color:#fff;
}
.nav li.current_page_item a,body.scrolled #header .nav li.current_page_item a{
	background:#46bdab;
	border-radius:50px;
	color:#fff;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
	display:none;
	top: 45px;
	overflow:hidden;
	left:0px;
	border-radius:15px;
	z-index:200;
	background: #fff;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
	padding:0;
}
.nav li:hover .sub ul li a,body.scrolled #header .nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:12px;
	color:#333;
	text-align:left;
	border-radius:0px;
	border-bottom:1px solid rgba(33,33,33,0.05);
}
.nav li:hover .sub ul li a:before,body.scrolled #header .nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a9";
	vertical-align:middle;
	font-weight:normal;
	margin-right:10px;
}
body.scrolled #header .sub{
	background-color:#2b5397;
}
body.scrolled #header .nav li:hover .sub ul li a{
	color:#fff;
	border-bottom:1px solid rgba(33,33,33,0.08);
}
body.scrolled #header .nav li:hover .sub ul li a:hover{
	color:#fff;
	background:#46bdab;
	padding-left:13px;
}
.nav li:hover .sub ul li a:hover{
	color:#fff;
	background:#46bdab;
	padding-left:13px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#333;
	border-top:1px dashed rgba(255,255,255,0.1);
	color:#ddd;
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#46bdab;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:2500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:0px;
	display:none;
	width:40px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	line-height:40px;
	background:#46bdab;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#2b5397;
}
/*end totop*/
/*start footer*/
#footer{
	float:right;	
	background-color:#333;
	width:100%;
	padding:40px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.foot{
	width:25%;
	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;
	position: relative;
	margin-bottom: 25px;
	text-transform:uppercase;
	color: #fff;
	display: inline-block;
	padding: 8px 0px;
}
.foot h2:after{
	background:#46bdab;
	height:5px;
	width:70%;
	margin-top:8px;
	display:block;
	content:"";
	border-radius:50px;
}
.foot ul{
	clear:both;
	overflow:hidden;
}
.foot ul li{
	display:block;
}
.foot ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding: 8px 0 8px;
	position:relative;
	text-transform:uppercase;
	color:#ddd;
	font-size:13px;
	font-weight:600;
}
.foot ul li:last-child a{
	border-bottom:none;
}
.foot ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot ul li a:hover{
	color:#fff;
	background:#2b5397;
	border-radius:50px;
	padding-left:10px;
}
.contactus li {
  color: #ddd;
  display: block;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
  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: 48%;
	float: left;
}
.contactus li.contus {
	float: right;
}
.contactus li.homepage a, .contactus li.contus a {
	border: 1px solid rgba(255,255,255,0.3);
	display: block;
	text-align: center;
	text-transform:uppercase;
	font-size: 13px;
	padding: 5px 0px;
}
.contactus li.contus a{
	background:#46bdab;
	color:#fff;
}
.contactus li.contus a:hover,.contactus li.homepage a:hover{
	text-decoration:none;
	background:#2b5397;
	color:#fff;
}
/*end footer*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:40px;
}
.aboutus_right{
	width:100%;
	float:right;
}
.aboutus_left{
	width:100%;
	margin-bottom:20px;
	float:left;
	padding-top:20px;
	text-align:center;
}
.aboutus_title{
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.aboutus_title h2{
	font-weight:700;
	font-size:21px;
	text-transform:uppercase;
	color:#2b5397;
	display:block;
}
.aboutus_title h2 b{
	color:#3f617f;
}
.aboutus_title span{
	color:#666;
	display:block;
}
.aboutus_left p {
	line-height: 2;
}
.aboutus_buttons {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.aboutus_buttons a {
	display: inline-block;
	border:2px solid #2b5397;
	color: #333;
	font-weight:600;
	padding: 10px 30px;
	text-transform:uppercase;
	margin-right: 15px;
}
.aboutus_buttons a:last-child {
	background: #2b5397;
	color:#fff;
	border:2px solid #2b5397;
}
.aboutus_buttons a:hover{
	background:#46bdab;
	border:2px solid #46bdab;
	color:#fff;
}
.aboutus_right ol{
	margin:0px -8px;	
}
.aboutus_right ol li{
	float:left;
	width:33.33%;
	padding:8px;
	overflow:hidden;
}
.aboutus_all{
	border:1px solid #eee;
	padding:15px;
	overflow:hidden;
}
.aboutus_all span:before{
	font-family:FontAwesome;
}
.aboutus_all span{
	border:2px solid #2b5397;
	float:left;
	text-align:center;
	font-size:20px;
	margin-right:20px;
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
}
.aboutus_all h2 {
	font-weight: 600;
	font-size: 17px;
	color: #333;
	padding-top: 5px;
	overflow: hidden;
	text-transform:uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aboutus_all p {
	color: #777;
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
}
/*end aboutus*/
/*start services*/
#services{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:right;
	margin-bottom:40px;
	z-index:900;
}
.services_slider{
	visibility:hidden;
	direction:rtl;
	overflow:hidden;
}
.services_slider.slick-initialized {
	visibility:visible;
}
.services{
	margin:0px -15px;
}
.serv_loop {
	width: 33.33%;
	float: left;
	overflow: hidden;
	padding:0px 15px;
}
.serv_all {
	width: 100%;
	position: relative;
	border:1px solid rgba(255,255,255,0.2);
	padding:5px;
	border-radius:5px;
	overflow: hidden;
}
.serv_img {
	width: 100%;
	height:310px;
	overflow:hidden;
	border-radius:5px;
}
.serv_img img{
	width: 100%;
	height: 100%;
	display:block;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv_all:hover .serv_img img{
	transform:scale(1.2) rotate(-10deg);
}
.serv_loop:hover .serv_txt:before{
	top:0;
}
.serv_txt:before{
	content:"";
	background:#eee;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	top:-100%;
	position:absolute;
	right:0;
	width:100%;
	height:100%;
}
.serv_txt {
	background: #fff;
	box-shadow: 0px 12px 10px 0px #eee;
	width: 95%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -35px;
	border-radius: 5px;
	padding: 25px 25px 35px;
	text-align: center;
}
.serv_txt h2 {
	font-weight: 700;
	font-size: 14px;
	position:relative;
	display: block;
	margin-bottom: 10px;
	color: #2b5397;
	white-space: nowrap;
	text-transform:uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv_txt p {
	font-size: 13px;
	color: #555;
	height: 50px;
	position:relative;
	overflow: hidden;
}
.serv_more a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #2b5397;
	border-radius: 50px;
	text-align: center;
	line-height: 33px;
	color: #fff;
}
.serv_loop:hover .serv_more a{
	background:#46bdab;
}
.serv_more {
	width: 100%;
	position: absolute;
	bottom: 17px;
	right: 0px;
	text-align: center;
}
.serv_more a:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 14px;
}
.services_slider{
	visibility:hidden;
}
.services_slider.slick-initialized {
	visibility:visible;
}
/*end services*/

/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title span{
	font-size:13px;
	color:#777;
	font-weight:600;
	margin-bottom:15px;
	display:block;
}
.pages_title h2 {
	font-weight: 700;
	font-size:25px;
	text-transform:uppercase;
}
.pages_title h1 {
	font-weight: 700;
	font-size:19px;
	text-transform:uppercase;
	color:#555;
}
.pages_title.withwhite h1{
	color:#c2e1ff;
}
.pages_title h2 b{
	color:#3f617f;
	font-weight: 700;
}
.pages_title h2:before{
	content:"";
	width:3%;
	clear:both;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	height:5px;
	border-radius:5px;
	background:#2b5397;
	display:block;
}
/*end pages_title*/
/*start services*/
#services2{
	clear:both;
	background:#fff;
	padding:40px 0px 40px;
	float:right;
	margin-bottom:40px;
	width:100%;
}
.serv_ol2 {
	overflow: hidden;
	clear: both;
	display: block;
}
.serv_ol2 li {
	display: block;
	overflow: hidden;
	width: 100%;
}
.serv_ol2 li:nth-child(2n+2){
	direction:rtl;
}
.serv_all2 {
	display: table;
	width: 100%;
	min-height:500px;
}
.serv_img2 {
	display: table-cell;
	width: 50%;
	padding-left:50px;
	vertical-align: top;
	overflow:hidden;
	position: relative;
}
.serv_img2:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 80%;
	top: 10%;
	background: #eee;
	left: 0;
	z-index: 1;
}
.serv_ol2 li:nth-child(2n+2) .serv_img2:after{
	left:auto;
	right:0;
}
.serv_ol2 li:nth-child(2n+2) .serv_img2 img{
	left:auto;
	right:50px;
}
.serv_img2 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50px;
	object-fit: cover;
	object-position: center top;
	z-index: 10;
}
.serv_txt2 {
	display: table-cell;
	padding:25px 50px;
	vertical-align:middle;
	position:relative;
	text-align: left;
}
.serv_txt2 b {
	font-weight:700;
	font-size: 25px;
	display: block;
	margin-bottom: 25px;
	text-transform:uppercase;
	color: #333;
}
.serv_txt2 p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #555;
}
.serv_txt2 span {
	background: #46bdab;
	color: #fff;
	font-weight: 500;
	padding: 7px 15px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 13px;
}
.serv_txt2 a {
	background: #2b5397;
	color: #fff;
	padding: 5px 15px;
	text-transform:uppercase;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}
.serv_txt2 a:hover {
	background: #46bdab;
	color: #fff;
}
/*end services*/
/*start contactus*/
#contactus{
	clear:both;
	background-color:#fff;
	display:table;
	border-top:1px solid #eee;
	width:100%;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	padding:40px;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	overflow:hidden;
}
.contactus_left h1{
	font-size:13px;
	text-transform:uppercase;
	color:#406080;
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.contactus_left h2{
	display:block;
	margin-bottom:50px;
	text-align:center;
	color:#000;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
.contactus_left h2:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	background:#ccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
.contactus_left b{
	display:block;
	width:50px;
	height:1px;
	background:#ccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:before{
	font-family:FontAwesome;
	color:#666;
	position:absolute;
	left:20px;
	font-size:13px;
	top:0px;
}
.contactus_form label{
	display:block;
	width:100%;
	position:relative;
	background:#f8f8f8;
	margin-bottom:10px;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#000;
	text-transform:capitalize;
	font-size:13px;
	font-family:'tajawal', sans-serif;
	width:100%;
	padding-left:20px;
	font-weight:600;
	display:block;
	height:100%;
}
.contactus_form label.con_name:before{
	content:"\f007";
}
.contactus_form label.con_email:before{
	content:"\f0e0";
}
.contactus_form label.con_phone:before{
	content:"\f095";
}
.contactus_form label.con_subject:before{
	content:"\f040";
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:none;
	display:block;
	resize: none;
	color:#333;
	font-weight:600;
	border:none;
	width:100%;
	font-family:'tajawal', sans-serif;
	padding:0px 20px;
	margin-top:30px;
	font-size:13px;
}
.contactus_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#46bdab;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	font-weight:600;
	font-family:'tajawal', sans-serif;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	opacity:0.8;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right iframe {
	width: 100% !important;
	position:absolute;
	top:0;
	right:0;
	height: 100% !important;
}
/*end contactus*/