/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 , 2015, 8:38:32 AM
    Author     : hossam gamal
*/
@import url('http://fonts.googleapis.com/earlyaccess/droidarabickufi.css');
@import url('http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css');
@import "bootstrap-rtl.css";
@import "fontello.css";
@import "owl.carousel.css";
@import "animation.css";
@import url('font-awesome.min.css');
@font-face {
 font-family:"GE SS Two Medium";
 src:url("../fonts/GE-SS-Two-Medium.ttf");
 font-weight:normal;
 font-style:normal;
}
body, html {
	font-family: 'Droid Arabic Kufi';
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	color: #0085c0;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
a:hover, a:focus {
	text-decoration: none;
}
li:hover i, a:hover i {
	-webkit-animation: toTopFromBottom 0.5s forwards;
	-moz-animation: toTopFromBottom 0.5s forwards;
	-khtml-animation: toTopFromBottom 0.5s forwards;
	-o-animation: toTopFromBottom 0.5s forwards;
	animation: toTopFromBottom 0.5s forwards;
}
.preloader {
	width: 100%;
	height: 100%;
	background: url('../images/load.GIF') center no-repeat;
	background-size: 70px;
	background-color: #fff;
	position: fixed;
	z-index: 10000;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.p0 {
	padding:0px;
}
/*header*/
#header_bg {
	background:#fcfcfc url(../images/header.png) repeat-x top center;
}
.top-header {
	min-height: 120px;
	padding-top: 21px;
	padding-bottom: 18px;
}
.top-header .logo {
	margin-top:15px;
}
.top_nav_bg {
}
.top_nav {
	min-height:30px;
}
.top_nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.top_nav ul li {
	display:inline-block;
}
.top_nav ul li + li {
	margin-right:17px;
	padding-right:17px;
	background:url(../images/li.png) no-repeat right center;
}
.top_nav ul li a {
	display:block;
	height:30px;
	line-height:30px;
	color:#b2b2b2;
	font-family: 'Droid Arabic Kufi';
	font-size:13px;
}
.top_nav ul li a:hover, .top_nav ul li.active a {
	color:#2a2a2a;
}
.feeds_bg {
	margin-bottom:5px;
	position:relative;
}
.feeds {
	min-height:30px;
	text-align:left;
	direction:ltr;
}
.feeds a {
	display:inline-block;
	height:36px;
	line-height:36px;
	width:37px;
	text-align:center;
	background:#fff;
	border-radius:5px;
	-moz-box-shadow: 0px 2px 1px #ced1d4;
	-webkit-box-shadow: 0px 2px 1px #ced1d4;
	box-shadow-bottom: 4px #ced1d4;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ced1d4')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ced1d4');
}
.feeds a:hover {
	color:#fff;
}
.feeds a + a {
	margin-left:5px;
}
.feeds a.f i {
	color:#3155c9;
}
.feeds a.f:hover {
	background:#3155c9;
}
.feeds a.t i {
	color:#00ccff;
}
.feeds a.t:hover {
	background:#00ccff;
}
.feeds a.r i {
	color:#ffc000;
}
.feeds a.r:hover {
	background:#ffc000;
}
.feeds a:hover i {
	color:#fff;
}
.feeds a:hover {
	opacity:0.7;
}
.lang {
  display: inline-block;
  /* width: 125px; */
  padding: 0 33px;
  text-transform: uppercase;
  font-size: 13px;
  color: #0085c0;
  position: absolute;
  right: 0px;
  left: 142px;
  top: 0px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  height: 36px;
  -moz-box-shadow: 0px 2px 1px #ced1d4;
  -webkit-box-shadow: 0px 2px 1px #ced1d4;
  box-shadow-bottom: 4px #ced1d4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ced1d4')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ced1d4');
}
/*navbar*/
#main_nav {
	background: #27a8f5;
	background: -moz-linear-gradient(top, #27a8f5 9%, #1b84f1 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #27a8f5), color-stop(96%, #1b84f1));
	background: -webkit-linear-gradient(top, #27a8f5 9%, #1b84f1 96%);
	background: -o-linear-gradient(top, #27a8f5 9%, #1b84f1 96%);
	background: -ms-linear-gradient(top, #27a8f5 9%, #1b84f1 96%);
	background: linear-gradient(to bottom, #27a8f5 9%, #1b84f1 96%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27a8f5', endColorstr='#1b84f1', GradientType=0);
	padding-top:15px;
	padding-bottom:15px;
	border-radius: 7px;
}
#main_nav .navbar {
	min-height: 30px;
}
#main_nav .navbar-default {
	background: none;
	border-radius: 0px;
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 0 0px 0px;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li> a:after {
}
.navbar-default .navbar-nav>li:hover> a:after {
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
 transition: .5s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #333332;
	background:#fff;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	color:  #28a8d3;
	border-bottom: 3px #28a8d3 solid;
}
#main_nav .navbar-nav {
	width: 100%;
	float:none;
}
#main_nav .navbar-collapse {
	padding-right:0px;
}
#main_nav .navbar-nav>li {
    padding-right: 7px;
    padding-left: 7px;
}
#main_nav .navbar-nav>li + li {
	background:url(../images/li.png) no-repeat right center;
}
#main_nav .navbar-nav>li>a {
	padding:5px 20px;
	border-radius:5px;
	text-align:right;
}
.navbar-nav>li>.dropdown-menu > li.dropdown > .dropdown-menu {
	left: auto !important;
	right: 156px !important;
	top: -5px;
}
.h_search {
	position: relative;
	border-radius: 8px;
	height:35px;
	line-height:35px;
	background:#fff;
	border:1px solid #dbdbdb;
}
.h_search form {
	margin:0px;
	padding:0px;
}
.h_search input[type="text"] {
	-webkit-appearance: none;
	outline: none;
	padding: 5px;
	color: #464646;
	border: none;
	width: 84.33333%;
	height: 35px;
	line-height: 35px;
	position: relative;
	font-size: 0.8725em;
	text-transform: capitalize;
	background: none;
	display: inline-block;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
	margin-bottom:0px;
}
.h_search button {
	background: none;
	margin: 0px;
	padding: 0px;
	height: 35px;
	line-height: 35px;
	border: none;
	color:#b2b2b2;
	font-size:15px;
}
/*navbar*/
/*header*/
/*news*/
.news_bg {
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}
.news_bg .login {
	height: 35px;
	display: block;
}
.news_bg .login i {
	width: 31px;
	line-height: 35px;
	height: 35px;
	background: #535353;
	color: #fff;
	text-align: center;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.news_bg .login span {
	display: inline-block;
	background: #333332;
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0 -5px 0 0;
	padding: 0 22px;
	border-radius: 4px 0 0 4px;
	font-size: 15px;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.news_bg .login:hover i {
	background: #333332;
}
.news_bg .login:hover span {
	background: #535353;
}
.news_bg .register {
	height: 35px;
	display: block;
}
.news_bg .register i {
	width: 31px;
	line-height: 35px;
	height: 35px;
	background: #a1d961;
	color: #fff;
	text-align: center;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.news_bg .register span {
	display: inline-block;
	background: #8bc34a;
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0 -5px 0 0;
	padding: 0 8px;
	border-radius: 4px 0 0 4px;
	font-size: 15px;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.news_bg .register:hover i {
	background: #8bc34a;
}
.news_bg .register:hover span {
	background: #a1d961;
}
.fa-user-plus:before {
	content: "\f234";
}
.breaking-news {
	position:relative;
}
.breaking-news .breaking-label {
	background-color: #f44336;
	color: #fff;
	width: 100px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 9;
	border-radius: 6px;
}
.breaking-news .breaking-label {
	float:right;
}
.breaking-news .news-slider-wrapper .marquee {
	direction: ltr;
}
.news-slider-wrapper {
	position: absolute;
	right: 20px;
	overflow: hidden;
	left: 20px;
}
.breaking-news .news-slider-wrapper .post {
	display: inline-block;
	margin:0px;
	color: #ffffff;
	line-height: 30px;
}
.breaking-news .news-slider-wrapper .post {
	margin-left: 30px;
	margin-right: 0;
	direction: rtl;
}
.breaking-news .news-slider .post a {
	color: #333332;
	height: 30px;
	line-height: 30px;
	display: block;
	position:relative;
	padding-right:20px;
}
.breaking-news .news-slider .post a:hover {
	color:#f44336;
}
/*slider*/
.slider_bg {
	background:none;
}
.slider {
	height: 475px;
	width: 100%;
	overflow: hidden;
}
.slider .item {
	background-color: #00465e;
	width: 100%;
	height: 475px;
	text-align: center;
	color: #fff;
	position: relative;
}
.slider-layer2 {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 2;
}
.slider-txt {
	text-align: center;
	margin-top: 100px;
 animation: ease-in-out .7s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1s;
 -webkit-animation: ease-in-out .7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	height:50px;
	line-height:50px;
}
.slider h3 {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin-left: 20%;
	margin-right: 20%;
	background: rgba(51, 51, 50, 0.8);
	overflow: hidden;
	margin-top:130px;
	overflow:hidden;
}
.slider h3 a { color:#fff;}
.slider p {
	font-size: 14px;
}
.slider-btn {
	display: block;
	/* width: 180px; */
  height: 40px;
	line-height: 40px;
	background: rgba(51, 51, 50, 0.8);
	border: 0;
	border-radius: 0;
 transition: .5s;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
 animation: ease-in-out .7s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1.5s;
 -webkit-animation: ease-in-out .7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 1.5s;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 16px;
}
.slider-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
}
.slider img {
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 1;
	height: 473px;
}
.slider .active .slider-txt {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
.slider .active .slider-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*slider controls*/
.owl-next {
	position: absolute;
	top: 170px;
	height: 60px;
	width: 60px;
	border: 0;
	border-radius: 50%;
	color: #1c87f1;
	left: 20px;
	font-family: 'fontello';
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	opacity: 1;
 transition: .3s ease-in-out;
	background-color: #fff;
}
.owl-next:before {
	content: '\e803'
}
.owl-next:hover {
	opacity: 1;
}
.owl-prev {
	position: absolute;
	top: 170px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: #1c87f1;
	right: 20px;
	font-family: 'fontello';
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	opacity: 1;
 transition: .3s ease-in-out;
	background-color: #fff;
}
.owl-prev:hover {
	opacity: 1;
}
.owl-prev:before {
	content: '\e802';
}
.owl-dots {
	position: relative;
	width: 95px;
	bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	background: #fafafa;
	height: 25px;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 7px 7px 0 0;
}
.owl-dot {
	width: 11px;
	height: 11px;
	background:#d1d1d1;
	display: inline-block;
	margin: 0px 5px;
	border-radius: 10px;
 transition: .5s ease-in-out;
}
.owl-dots .active {
	background: #3176ac;
}
/*slider controls*/
/*slider*/

/*news section*/
.news_latest {
    background-image: url(../images/nn.png);
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #e8e8e8;
	background-color: #214690;
background-color: #add7e5;
}
.news_latest h3.main {
	height: 39px;
	line-height: 39px;
	text-align: center;
	position: relative;
	font-size: 18px;
	color: #333332;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 42px;
	background:url(../images/tit.png) repeat-x center center;
}
.news_latest h3.main span {
	padding-right:50px;
	padding-left:50px;
	background-color: #E8E8E8;
	position:relative;
	    background-color: #214690;
background-color: #add7e5;
}
.news_latest h3.main span::before {
 content: '';
 width: 16px;
 height: 16px;
 background: url(../images/circ.png) no-repeat;
 position: absolute;
 top: 10px;
 left:0;
 z-index: 10;
}
.news_latest h3.main span::after {
 content: '';
 width: 16px;
 height: 16px;
 background: url(../images/circ.png) no-repeat;
 position: absolute;
 top: 10px;
 right:0;
 z-index: 10;
}
/*section-1*/
/*main_box*/
.main_box {
	overflow:hidden;
}
.main_box_in {
	margin-bottom: 50px;
}
.main_box_in .item {
	height: 330px;
	border-bottom: none;
	border-radius: 5px;
	background: #fff;
	/* margin-bottom: 30px; */
  position: relative;
	/* overflow: hidden; */
  -webkit-box-shadow: 0px 2px 1px #ced1d4;
	box-shadow-bottom: 4px #ced1d4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ced1d4')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ced1d4');
}
.main_box_in .item img {
	width: 100%;
	height: 217px;
	border-radius: 5px 5px 0 0;
}
.main_box_in .item .caption {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 24px 10px 0;
	height: 113px;
}
.main_box_in .item .caption h3 {
	color: #333332;
	height: 43px;
	line-height: 21px;
	overflow: hidden;
	font-size: 15px;
	margin: 0px;
}
.main_box_in .item .caption .category {
	text-align:left;
	margin-top:16px;
}
.main_box_in .item .caption .category a {
	text-align:left;
	height:30px;
	display:inline-block;
	direction: ltr;
	background:#333332;
	color:#fff;
	padding:0 13px;
}
.main_box_in .item .caption .category a i {
	height:30px;
	line-height:30px;
}
.main_box_in .item .caption .category a span {
	width:0px;
	font-size:0px;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.main_box_in .item:hover .caption .category a {
	background:#f44336;
}
.main_box_in .item:hover .caption .category a span {
	font-size:13px;
	padding:0 7px;
	width:auto;
}
.cat_desc {
	height:38px;
	line-height:19px;
	overflow:hidden;
	margin: 0px 16%;
	margin-bottom:51px;
	color: #b2b2b2;
	font-size: 13px;
	text-align:center;
}
.main_more {
	display: block;
	width: 220px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	margin: 0px auto;
	background: #f44336;
	border-radius: 7px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.main_more:hover {
	background: #DD4237;
	color:#fff;
}
/*inner*/
#inner_o {
	/*background:#fff url(../images/inner.png) repeat-x top center;*/
	background:#fff;
	padding-top:66px;
	padding-bottom:50px;
}
#inner {
}
#tabs_bg {
	min-height:425px;
	margin-bottom:71px;
}
ul.icon_bg {
	margin: 0px;
	padding: 43px 0 0 0;
	list-style: none;
}
ul.icon_bg li {
	height:80px;
	padding:15px;
	background:#2196f3;
	border-radius:10px;
}
ul.icon_bg li + li{
	margin-top:20px;
	  background: transparent;
  padding: 0;
}
ul.icon_bg li + li + li {
	margin-top:20px;
	background:#f44336;
padding:15px;
}
ul.icon_bg li + li + li + li {
	background:#8bc34a;
}
ul.icon_bg li + li + li + li + li {
	background:#f3c026;
}
ul.icon_bg li a {
	font-weight:bold;
	font-size:13px;
	line-height:25px;
	display:block;
	height:50px;
	overflow:hidden;
	color:#fff;
	position:relative;
}
ul.icon_bg li a span {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  left: auto;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}
ul.icon_bg li a i {
	width:50px;
	line-height:50px;
	height:50px;
	background:#fff;
	color:#2196f3;
	margin-left:15px;
	border-radius:50%;
	text-align:center;
	font-size:17px;
}
ul.icon_bg li + li a i {
	color:#f44336;
}
ul.icon_bg li + li + li a i {
	color:#8bc34a;
}
ul.icon_bg li + li + li + li a i {
	color:#f3c026;
}
#boxs_bg {
	min-height:215px;
}
#boxs_bg .item {
	background-color: #214690;
       background-color: #add7e5;
	min-height: 215px;
	border-radius: 20px;
	padding-top:20px;
	padding-bottom:20px;
}
#boxs_bg .item h3 {
	color: #333332;
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin-bottom: 25px;
	position: relative;
	border-right: 2px solid #333332;
	margin: 0;
	padding-right: 20px;
	margin-bottom: 27px;
}
#boxs_bg .item .item_in {
	padding-right:40px;
	padding-left:28px;
}
#boxs_bg .item .item_in ul.contact_main {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color: #333332;
	text-align: right;
}
#boxs_bg .item .item_in ul.contact_main ol {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	direction: ltr;
	font-family: Verdana, Geneva, sans-serif;
	padding:0px;
	margin:0px;
}
#boxs_bg .item .item_in ul.contact_main ol i {
	color:#333332;
	margin-left:20px;
	font-size: 16px;
}
#boxs_bg .item .item_in ul.links {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color: #fff;
	text-align: right;
}
#boxs_bg .item .item_in ul.links li {
}
#boxs_bg .item .item_in ul.links li a {
	height:25px;
	line-height:25px;
	color:#333332;
	padding-right:25px;
	background:url(../images/abg.png) no-repeat right center;
}
#boxs_bg .item .item_in ul.links li a:hover {
	padding-right:27px;
	color:#000;
}
.subsc {
	overflow:hidden;
}
.subsc p {
	margin: 0 0 13px 0;
	padding: 0px;
	font-weight: lighter;
	font-size: 10pt;
	color: #333332;
}
.subsc form {
	background: #fff;
	border-radius: 10px;
	height: 40px;
	position:relative;
}
.subsc input[type="text"] {
	background: #ffffff;
	color: #333332;
	border: none;
	width: 241px;
	padding: 0 15px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border-radius: 0px 10px 10px 0px;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	border: none;
	float: right;
}
.subsc input[type="text"]:focus {
	outline:none;
}
.subsc button[type="submit"] {
	font-weight: lighter;
	color: #ffffff;
	border-radius: 10px 0px 0px 10px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	border: none;
	background: #8bc34a;
	height:40px;
	line-height:40px;
	text-align:center;
	width:50px;
	min-width:50px;
}
.subsc button[type="submit"]:hover {
	background: #66bc29;
}
/*section-3*/
.nav-tabs {
	height: 43px;
	margin-right:  auto;
	margin-left: auto;
}
.tab-pane {
	background: #fff;
	border-radius: 0px;
}
.nav-tabs > li > a {
	background: #898d90;
	border-radius: 10px 10px 0 0;
	font-size: 14px;
	border-top: 0px;
	height: 43px;
	/* line-height: 43px; */
  line-height: 43px;
	border-right:1px solid #ebeced;
	border-left:1px solid #ebeced;
	color: #fff;
	padding:0 15px;
	margin-right:0px;
	text-align:center;
}
.nav-tabs > li {
	width: 119px;
	color: #353a3d;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #fff;
	color: #333332;
}
.tab-content>.active {
	width: 100%;
	min-height: 50px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.tab-pane .news-taps {
	padding: 0px;
	padding-top: 20px;
}
.news-taps .news-list {
	padding:15px 0;
	margin-bottom: 15px;
}
.news-list {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8e8e8;
}
.news-list + .news-list {
	margin-top: 12px;
}
.news-list .date {
	height: 70px;
	width: 100%;
	padding-top: 2px;
	color: #2196f3;
	text-align: center;
	font-family: verdana;
}
.news-list .date span {
	display:block;
	font-size:15px;
}
.news-list .date span.f_size {
	font-size:30px;
}
.news-list h3 {
	font-size: 14px;
	color: #333332;
	font-weight: bold;
	height: 21px;
	line-height:21px;
	overflow:hidden;
	margin: 0px;
	margin-bottom: 10px;
}
.news-list h3 a {color: #333332;}
.news-list .desc {
	color: #898d90;
	line-height: 21px;
	font-size: 13px;
	margin: 0;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	height: 42px;
}
.tab-content {
	padding-right:15px;
	padding-left:15px;
	background-color: #fff;
	border-right:1px solid #ebeced;
	border-left:1px solid #ebeced;
	border-bottom:1px solid #ebeced;
	border-radius:0 0 10px 10px;
}
/*section-3*/
/*popup*/
.popup {
	height: 0px;
	width: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	top: 0px;
	right: 0px;
	z-index: 1000;
 transition: .5s ease-in-out;
}
.popup-container {
	position: fixed;
	top: 10px;
	width: 80%;
	overflow: hidden;
	right: 10%;
 transition: .5s ease-in-out;
 transition-delay: .5s;
	max-height: 600px;
	z-index: 1001;
	border: #fff 10px solid;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	transform: perspective(1000px) rotateX(40deg);
	-webkit-transform: perspective(1000px) rotateX(40deg);
	-ms-transform: perspective(1000px) rotateX(40deg);
	display: none;
	opacity: 0;
}
.popup-container img {
	width: 100%;
}
.pop-active {
	height: 100vh;
}
.pop-show {
	opacity: 1;
	transform: perspective(1000px) rotateX(0deg);
	-webkit-transform: perspective(1000px) rotateX(0deg);
	-ms-transform: perspective(1000px) rotateX(0deg);
}
/*popup*/
/*Album*/
/*footer*/
footer {
	background: #e8e8e8 url(../images/nn.png) repeat-x bottom center;
	background: #214690 url(../images/nn.png) repeat-x bottom center;
	width: 100%;
	min-height: 60px;
}
.footer_bottom {
	min-height: 73px;
	color: #fff;
	font-size: 14px;
	line-height: 73px;
	padding: 0 16px;
}
.footer_bottom a {
	color: #fff;
}
.footer_bottom a:hover {
	color: #989898
}
.footer_bottom .copyright {
	text-align:left;
	direction:rtl;
}
/*footer*/
/*page*/
.breadcrumb_edit {
	background: #e8e8e8;
	padding: 54px 0 55px;
	min-height: 163px;
}
.breadcrumb_in {
	min-height:58px;
}
.breadcrumb_in h3 {
	color: #4f5153;
	height: 29px;
	line-height: 29px;
	margin: 0;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
.breadcrumb_in h4 {
	color: #878787;
	height: 29px;
	line-height: 29px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: lighter;
}
.breadcrumb_in h4 a {
	color: #878787;
}
.breadcrumb_in h4 a:hover {
	color: #4f5153;
}
#page_ed {
	padding-top:50px;
	padding-bottom:56px;
	background:#f5f5f5;
}
#page_ed h3 {
	font-size: 16px;
	color: #4f5153;
	margin: 0 0px 20px 0;
	font-weight: bolder;
	height: 40px;
	line-height: 40px;
}
#page_ed h3.second_title {
	margin-top:36px;
}
#page_ed .desc {
	font-size: 14px;
	color: #555555;
	line-height: 33px;
	text-align: justify;
	overflow: hidden;
}
.widget {
	padding-top:15px;
	padding-bottom:35px;
	background:#fff;
    border-radius: 20px;}
.widget_in {
	padding-right:20px;
	padding-left:20px;}
.widget h3 {
  color: #4f5153;
  font-size: 16px;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  margin-bottom: 25px;
  position: relative;
  border-right: 2px solid #2196f3;
  margin: 0;
  padding-right: 20px;
  margin-bottom: 27px;
}
.widget_in ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color: #fff;
	text-align: right;
}
.widget_in ul li {
}
.widget_in ul li+ li {
	margin-top:7px;}
.widget_in ul li a {
	height:25px;
	line-height:25px;
	color:#878787;
	padding-right:25px;
	background:url(../images/abg1.png) no-repeat right center;
	overflow:hidden;
}
.widget_in ul li a:hover {
	padding-right:27px;
	background:url(../images/abg1h.png) no-repeat right center;
	color:#2196f3;
}
.single_img {
	max-width:100%;
	max-height:266px;}
.details {
	margin-bottom:54px;
	color:#878787;
	font-size:13px;}

.contact_side ul.contact_main {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
  color: #555555;
}
.contact_side ul.contact_main li {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  direction: ltr;
  text-align:right;
  font-weight: bold;
}
.contact_side ul.contact_main li .fa {
  color: #0085c0;
  margin-left: 14px;
  font-size: 20px;
}
.contact_side ul.contact_main li + li {
  margin-top: 12px;
}
.google-map {
  height: 315px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea, select {
  padding: 0 12px;
  outline: none;
  color: #828282;
  margin: 0;
  margin-bottom: 11px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  height: 50px;
  line-height:50px;
  font-size: 13px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus {
  border-color: #0d7abf !important;
  color: #0d7abf !important;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  position: relative;
  resize: none;
  padding-top: 9px;
  padding-bottom: 9px;
}
input[type="submit"]{
  padding: 8px 15px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  min-width: 85px;
  background-color: #0085c0;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  outline: none !important;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type="submit"]:hover {
  background-color: #333333;
}
#category_ed {
	background:#f5f5f5;
	padding-top:50px;
	padding-bottom:1px;}