/*start body*/
.shape_all_go{
	overflow:hidden;
	position:relative;
	top:-50px;
}
.width.wraps_is {
	padding: 40px 0px;
	overflow: hidden;
}
body,html{
	height:100%;
}
body{
	background-color:#092641;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'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:#1281c3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e8b249;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
#wrap{
	clear:both;
	float:right;
	min-height:100%;
	width:100%;
	background:#fff;
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start top*/
#top{
	clear:both;
	height:50px;
	display:block;
	width:100%;
	float:right;
	overflow:hidden;
	background-color:#014074;
}
.welcome{
	float:right;
	font-size:12px;
	color:#aaa;
	padding-left:15px;
	line-height:50px;
}
.welcome span{
	color:#e5b248;
}
.social{
	float:right;
}
.social li{
	display:block;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.1);
}
.social li a {
	display: block;
	color: #aaa;
	line-height:50px;
	padding:0px 17px;
	font-size:12px;
}
.social li a:hover{
	background:#e5b248;
	color:#fff;
}
.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";
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a {
	display: block;
	color: #aaa;
	line-height:50px;
	border-right: 1px solid rgba(255,255,255,0.1);
	font-size: 15px;
	direction: ltr;
	letter-spacing:1px;
	padding:0px 10px;
	font-size:12px;
	font-weight:600;
}
.s_contact li a:before{
	vertical-align:0px;
	display:inline-block;
	font-weight:normal;
	margin-right:5px;
	font-family:FontAwesome;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li a:hover{
	background:#f5b633;
	color:#fff;
}
/*end top*/
/*start header*/
#header{
	clear:both;
	display:block;
	width:100%;
	height:100px;
	position:relative;
	float:right;
	background:#fff;
	box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-ms-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-o-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
}
.logo{
	position:relative;
	z-index:100;
	float:right;
	padding:5px 0px;
}
.logo a{
	display:block;
}
.logo img{
	height:89px;
}
.nav{
	float:left;
}
.nav li {
	display: block;
	position:relative;
	float: right;
	padding: 16px 20px;
	position: relative;
	border-left: 1px solid rgba(55,55,55,0.03);
}
.nav li:first-child{
	border-right: 1px solid rgba(55,55,55,0.03);
}
.nav li a {
	color: #444;
	text-align:center;
	font-size: 13px;
	font-weight:700;
	display: block;
	position:relative;
}
.nav li a:before{
	display:none;
}
.nav li:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:0px;
	font-weight:normal;
	color:#1481c7;
	text-align:center;
	font-size:17px;
}
.nav li a span{
	display:block;
	font-weight:200;
	color:#666;
	font-size:11px;
}
.nav li:after{
	content:"";
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	width:0px;
	position:absolute;
	top:0px;
	right:0;
	opacity:0;
	height:5px;
	background:#f2b036;
}
.nav li:hover:after{
	opacity:1;
	width:100%;
}
.nav li a:hover,.nav li:hover a{
	color:#f2b036;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	position:relative;
	top:0;
	right:0;
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
}
.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:#127fc6;
	width:215px;
	right:0px;
	top:100px;
	display:none;
	z-index:600;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li:hover .sub ul li{
	display:block;
	float:none;
	border:none;
	padding:0;
}
.nav li:hover .sub ul li:after,.nav li:hover .sub ul li:before{
	display:none;
}
.nav li:hover .sub ul li a{
	text-align:right;
	display:block;
	padding:10px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.nav li:hover .sub ul li a:hover{
	background:#fff;
	color:#000;
	padding-right:15px;
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	display:inline-block;
	font-weight:normal;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
}
.nav li:hover .sub ul li a:hover:before{
	color:#999;
}
/*end header*/
/*start footer*/
#footer {
  background-color:#014074;
  padding:70px 0px 70px;
  clear: both;
  width:100%;
  float:right;
  position: relative;
}
.foot {
  width: 25%;
  float: right;
  padding:0px 15px;
  overflow: hidden;
}
.foot h2 {
  overflow:hidden;
  color: #fff;
  display: block;
  text-transform:uppercase;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.foot h2 span:after {
	content: '';
	margin-top:15px;
	display:block;
	height:2px;
	position:relative;
	width:30%;
	background:#eeb236;
}
.foot p {
  clear: both;
  color: #aaa;
  display: block;
  font-size: 13px;
  line-height: 2;
}
.foot ul li {
  display: block; 
}
.foot ul li a {
  color:#bbb;
  border-bottom:1px dashed rgba(255,255,255,0.1);
  display:block;
  padding:7px 0px;
  font-weight:600;
  font-size:13px;
  text-transform:capitalize;
}
.foot ul li a:hover{
	color:#fff;
	background:#eeb236;
	padding-right:10px;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #bbb;
  text-transform:capitalize;
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li span{
  font-weight:700;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#eeb236;
  font-weight:normal;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_time:before {
  content: "\f017";
}
.contactus li.foot_phone:before {
  content: "\f095";
}
.contactus li.foot_email:before {
  content: "\f003";
}
.contactus li.foot_address:before {
  content: "\f041";
}
.contactus li span {
  color: #eeb236;
}
.contactus li a {
  color: #bbb;
  font-weight:400;
  text-transform:uppercase;
}
.contactus li a:hover {
  color: #fff;
  text-decoration:underline;
}
#footer .social li a:after{
	display:none;
}
#footer .social li a:hover{
	color:#fff;
	background:#edb442;
}
#footer .social li a {
	width: 32px;
	height: 32px;
	border: none;
	margin-bottom:5px;
	font-weight:normal;
	background: #0f82c4;
	color: #fff;
	border-radius: 32px;
	font-size:12px;
	margin-right: 5px;
	line-height: 32px;
	padding: 0px;
	text-align: center;
}
#footer .social {
	float: none;
	clear: both;
	display: block;
	border: none;
	height: auto;
	margin-top: 12px;
	overflow: hidden;
}
.foot_url{
	clear:both;
	display:block;
	overflow:hidden;
	margin-top:25px;
}
.foot_url a{
	display:inline-block;
	font-size:13px;
	padding:6px 20px;
	border:1px solid #999;
	color:#999;
	margin-left:5px;
}
.foot_url a:last-child{
	border:1px solid #edb442;
	background:#edb442;
	color:#fff;
}
.foot_url a:hover{
	opacity:0.8;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:50px;
	background-color:#fff;
	color:#777;
	font-size:12px;
}
.copyrights{
	float:right;
	line-height:50px;
}
.design{
	float:left;
	line-height:50px;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:60px;
	background:rgba(16,128,193,0.8);
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:rgba(246,179,50,0.8);
}
/*end totop*/
/*start slideshow*/
#slideshow,#slideshow2{
	clear:both;
	height:450px;
	display:block;
	z-index:100;
	background:#edb442;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
	right:0;
}
#slideshow2{
	margin-bottom:40px;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(33,33,33,0.3);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background:linear-gradient(to right, #333 0%, #333 100%);
	position:absolute;
	opacity:0.3;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:50px;
	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_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.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:1002;
	font-family:droid;
	text-shadow:1px 1px 1px #000;
	font-weight:400;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom:20px;
}
.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:1002;
	position: relative;
	display: inline-block;
	max-width:700px;
	margin:0px auto;
	color: #fff;
	font-size:15px;
	font-weight:600;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	right: 2.5%;
	top: 50%;
}
.cycle-pager .cycle-pager-active {
	background:#1181c9;
}
.cycle-pager span {
	margin-bottom:8px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px 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 data*/
#goals{
	clear:both;
	display:block;
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	background-color:#014074;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
	margin-bottom:40px;
}
.goals_bg{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center top;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	opacity:0.05;
}
.goals_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.goals_list li span{
	width:60px;
	z-index:101;
	position:relative;
	height:60px;
	line-height:60px;
	color:#fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:center;
}
.goals_list li span:before{
	font-family:FontAwesome;
	font-size:30px;
}
.goals_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#aaa;
	position:relative;
	height:101px;
}
.goals_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.goals_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding: 80px 20px 80px;
	border-left:1px solid rgba(255,255,255,0.03);
	overflow: hidden;
}
/*end goals*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-top:20px;
	margin-bottom:50px;
}
#aboutus4 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.aboutus_right{
	width:50%;
	float:left;
	padding-right:50px;
}
.aboutus_right img{
	float:left;
	width:49%;
	margin-bottom:2%;
}
.aboutus_right img:nth-child(2n+2){
	float:right;
}
.aboutus_left{
	width:50%;
	float:right;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:10px;
	font-weight: 400;
	font-family:droid;
	font-size: 25px;
	color: #023f74;
	line-height: 1;
}
.aboutus_left h2 b{
	font-weight: 700;
}
.aboutus_left h2:after{
	content:"";
	width:15%;
	clear:both;
	margin-top:20px;
	height:3px;
	background:#ebb739;
	display:block;
}
.aboutus_left span{
	color:#000;
	font-weight:600;
	margin-bottom:20px;
	font-size:18px;
	display:block;
}
.aboutus_left p {
	line-height: 2;
	font-size:14px;
	color:#666;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height:1.2;
	color: #024073;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite p{
	display:none;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#777;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight:400;
	font-size:27px;
	font-family:droid;
	margin-bottom:10px;
}
.pages_title p{
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#e6b24c;
}
/*end pages_title*/
/*start services*/
#partners{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	display:block;
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	background-color:#162d41;
	margin-bottom:40px;
	position:relative;
	padding:70px 0px;
}
.part_bg{
	position:absolute;
	top:0;
	right:0;
	opacity:0.04;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;
	width:100%;
	height:100%;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
}
.partners_slide_slider{
	visibility:hidden;
	margin-top:30px;
}
.partners_slide_slider.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_slide.partners_slide_in li {
	width: 25%;
	padding: 20px;
	float: none;
	display: inline-block;
}
.partners_slide.partners_slide_in {
	text-align: center;
}
.partners_slide.partners_slide_in li .partners_all img {
	border: 5px solid #eee;
}
.partners_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.partners_all img{
	width:150px;
	display:block;
	border:5px solid rgba(255,255,255,0.1);
	border-radius:150px;
	margin:0px auto 16px;
	height:150px;
}
.partners_all span {
	color: #f7b42f;
	font-family:droid;
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.partners_all p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
	display:block;
	color:#aaa;
}
.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: 5px solid rgba(255,255,255,0.5);
	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:#f7b42f;
}
/*end services*/
/*start services*/
#services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom:50px;
}
.serv_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.serv_all {
	width: 100%;
	display: block;
	position:relative;
}
.serv_img {
	clear: both;
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.serv_all:hover .serv_img a:after {
	left: -50%;
}
.serv_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;
}
.serv_img img{
	width:100%;
	height:100%;
	-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.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.serv_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.serv_cat{
	clear:both;
	display:block;
	padding:12px 0px;
	border-bottom:1px solid #f0f0f0;
	font-size:12px;
	font-weight:600;
	color:#777;
	margin-bottom:15px;
}
.serv_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.serv_txt h2 {
	font-family:droid;
	font-weight:400;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serv_txt p {
	display: block;
	clear: both;
	color: #777;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f8f8f8;
	padding: 10px;
}
.serv_txt p span {
	display: block;
	overflow: hidden;
	height: 65px;
}
.serv_more {
	clear: both;
	overflow: hidden;
	display:block;
}
.serv_more a:after{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f060";
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_more a{
	display:block;
	background:#0e81cc;
	padding:10px 15px;
	color:#fff;
	float:right;
	font-size:12px;
	font-weight:700;
}
.serv_more a:hover{
	background:#ebc970;
	color:#000;
}
.serv_more a:hover:after{
	margin-right:15px;
}
/*end services*/
/*start media*/
#media{
	clear:both;
	display:block;
	margin-bottom:60px;
	background-color:#162d41;
	position:relative;
	width:100%;
	float:right;
}
#media:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(../images/bg/bg5.png);
	background-repeat:repeat;
	background-attachment:fixed;
	opacity:0.5;
	top:0;
	right:0;
}
.media{
	width:100%;
	margin-left:auto;
	direction:ltr;
	position:relative;
	margin-right:auto;
	display:table;
}
.media_left{
	display:table-cell;
	width:50%;
	background-repeat:no-repeat;
	background-position:right;
	background-size:cover;
	background-attachment:fixed;
	height:100%;
}
.media_right {
	direction:rtl;
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:50%;
	padding: 90px 30px;
}
.media_right h2 {
	display: block;
	position:relative;
	color:#fff;
	font-family:droid;
	font-weight: 400;
	font-size: 25px;
}
.media_right h2:after{
	display:block;
	width:10%;
	margin-bottom:30px;
	margin-top:20px;
	height:4px;
	background:#eeb236;
	clear:both;
	content:"";
}
.media_right p{
	color:#bbb;
	line-height:1.9;
	font-weight:600;
	font-size:14px;
}
/*end media*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	overflow:hidden;
	margin-bottom: 40px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
}
.news_img {
	clear: both;
	margin-bottom:10px;
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden;
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	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%;
	display:block;	
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.date{
	clear:both;
	font-size:12px;
	color:#777;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 17px;
	font-family:droid;
	display: block;
	margin-bottom: 10px;
	color: #023f77;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
}
.news_more a {
	display:inline-block;
	border:2px solid #777;
	padding: 10px 15px;
	font-weight:700;
	color: #333;
	text-align:center;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #0e7cc5;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
/*end news*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	padding:50px 10px 10px;
	font-family:droid;
	text-align:center;
	font-size:25px;
	color:#000;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#1281c3;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 0px;
	background-color: #eee;
}
.precemp li {
	display: inline-block;
	color: #777;
	font-size: 12px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#777;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#777;
}
.precemp li a {
	display: inline-block;
	font-size:13px;
	font-size: 12px;
	font-weight: 600;
	color:#1281c3;
}
.precemp li a:hover{
	color:#eeb236;
}
/*end precemp*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #eee;
	width: 40px;
	display: inline-block;
	height: 40px;
	font-weight:600;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #eeb236;
	color:#333;
}
.pagination span.current{
	border:1px solid #1281c3;
	background:#1281c3;
	color:#fff;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	font-family:droid;
	text-align:center;
	padding:80px;
	font-size:19px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight:700;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	font-weight:normal;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #eeb236;
	border-radius:2px;
	font-weight:700;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #1281c3;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	margin-left:10px;
	font-family:cairo;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #1281c3;
}
.post_tags {
	clear: both;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #555;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #777;
	font-size: 12px;
	padding: 2px 5px;
}
.post_tags ul li a:hover {
	background: #ddd;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
.title_page_same {
	font-size: 17px;
	font-weight: 900;
	color: #000;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 15px;
	background: #f8f8f8;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
/*end single post*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img img{
	max-width:100%;
	height:auto;
	width:auto;
}
.postin_txt{
	font-size:16px;
	display:block;
	line-height:2;
	color:#444;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start table*/
.postin_txt table{
	width:100%;
}
.postin_txt table tr th {
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 10px;
}
.postin_txt table tr td {
	border: 1px solid #f8f8f8;
	padding: 10px;
	text-align: center;
}
/*end table*/
/*start post codes*/
.postin_txt p {
	padding: 10px 0;
}
.postin_txt strong {
	font-weight: 400;
	font-size: 20px;
	font-family:droid;
}
.postin_txt ul, .postin_txt ol {
	list-style: disc;
	padding:15px;
}
.postin_txt ul li, .postin_txt ol li {
	padding:5px 0;
	list-style: square;
}
.postin_txt blockquote {
	background: #f8f8f8;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	font-family: droid;
	font-weight: 400;
	color: #555;
	line-height: 2;
}
.postin_txt h2 {
	font-family: droid;
	font-size: 25px;
	font-weight: 400;
}
.postin_txt h1 {
	font-family: droid;
	font-size: 30px;
	font-weight: 400;
}
.postin_txt h3 {
	font-family: droid;
	font-size: 20px;
	font-weight: 400;
}
.postin_txt h4 {
	font-family: droid;
	font-size: 18px;
	font-weight: 400;
}
.postin_txt h5 {
	font-family: droid;
	font-size: 17px;
	font-weight: 400;
}
.postin_txt h6 {
	font-family: droid;
	font-size: 14px;
	font-weight: 400;
}
/*end post codes*/
/*start aboutus2*/
#aboutus2{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.aboutus2_right {
	width: 50%;
	float: right;
	display: block;
	overflow: hidden;
	padding: 20px 0px 0px 25px;
}
.aboutus2_right h2 {
	font-weight: normal;
	font-size: 25px;
	color: #333;
	display: block;
	margin-bottom: 10px;
	font-family: droid;
}
.aboutus2_right span{
	clear:both;
	display:block;
	font-size:14px;
	margin-bottom:20px;
	color:#777;
	font-weight:600;
	border-bottom:1px solid rgba(0,0,0,.04);
	padding-bottom:20px;
}
.aboutus2_right p{
	font-size:15px;
}
.aboutus2_left {
	width: 50%;
	float: left;
	display: block;
	overflow: hidden;
}
.aboutus2_left img{
	width:50%;
	padding:5px;
	display:block;
	float:right;
	border-radius:20px;
}
/*end aboutus2*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	font-weight:500;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:700;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#eeb236;
	vertical-align:middle;
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#1281c3;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:49.8%;
	float:right;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label:nth-child(2n+2){
	float:left;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	font-family:cairo;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #eeb236;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#1281c3;
	font-family:cairo;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#eeb236;
}
/*end contact_form*/
.pdfemb-viewer {
	width: 100% !important;
}