@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  box-sizing: border-box;
  
}
body{
	
	font-family: 'Cairo', sans-serif !important;
	overflow-x:hidden !important;
	position:relative;	
}

.wrapper{	
	min-height:100%;
	position:relative;
	
}
marquee{
	width:100%;
	color:#fff;
	direction:ltr;
	
}
marquee a{
	
	color:#fff;
	
}
marquee img {
	
	width:25px;
	height:auto;
	
}
marquee a:hover{
	
	color:#000;
	
}
.loader{
	position: absolute;
	width: 100%;	
	background-color: #000;
	opacity: 0.8;
	z-index: 1041;
	display:none;
	
}
.loader-popup{
	position: absolute;
	width: 100%;	
	background-color: #000;
	opacity: 0.8;
	z-index: 1041;
	display:none;
	
}
.loader-image{
	background-image: url("../images/gif/loading-news.gif");
	background-size:cover;
	height: 50px;
	width: 50px;
	position: fixed;
	top: calc(50% - 50px);
	right: calc(50% - 50px);
	z-index:100000000000000;
}
.news-letter-popup{
	background-color:rgba(0,119,161,.72) !important;
	background-size:cover;
	height: 400px;
	width: 400px;
	position: fixed;
	top: calc(50% - 50px);
	right: calc(50% - 50px);
	z-index:100000000000000;
}
.left{
	float:left;
}
.right{
	float:right;
}
a,a:hover{
	text-decoration:none !important;
}
p,div{
	margin:0px;
	padding:0px;
}
ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
button:focus,button:active,button.active,input:focus,input:active,select,textarea:focus,textarea.active{
background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cover-img{
	display:table-cell;
	vertical-align:middle;
	height: inherit;
}
.message-input{
	width: 100%;
	height: 44px;
	padding-right: 12px;
	color: #929292;
	font-size: 18px;
	border: 1px solid #919191;
	display:inline-block;
	margin-bottom:10px;
}
  .message-text-area{
	width:100%;
	height:157px;
	padding-right:11px;
	padding-top:11px;
	font-size:18px;
	border: 1px solid #919191;
	margin-bottom:10px;
	color:#959595;
}
select{
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	border: 1px solid #e4e4e4;
	background: #fff url(../images/png/shape.png) no-repeat;
	background-position: 96% 14px;
	background-size: 17px auto;
	width: 100%;
	height: 46px;
	padding-left: 12px;
	padding-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	cursor: pointer;
	color: #929292;
	font-size: 18px;
}
  .submit{
	font-size:16px;
	color:#ffffff;
	width:auto;
	height:44px;
	background-color:#de1c4a;
	border:1px solid #de1c4a;
	text-align:center;
	padding:0px 12px;
	text-transform:uppercase;
	line-height:42px;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
  .submit:hover{
	color:#de1c4a;
  	background-color:#fff;
	border:1px solid #de1c4a;
}
  .cancel{
	font-size:14px;
	color:#929292;
	width:auto;
	height:44px;
	line-height:44px;
	border:1px solid #d7d7d7;
	text-align:center;
	background-color:#fff;
	text-transform:uppercase;
	margin:0;
	margin-left:9px;
	padding:0px 12px;
  	
	/* Firefox */
-moz-transition: all 1s ease;
/* WebKit */
-webkit-transition: all 1.5s ease;
/* Opera */
-o-transition: all 1s ease;
/* Standard */
transition: all 1s ease;
}

 .cancel:hover{
    color:#fff;
  	background-color:#929292;
}
.scale{
    transform:scale(1.1) !important;	
}
/*pop up*/

.form-section{
	margin:30px 0px;
}
.header{
	position:relative;
	width:100%;
	height:auto;
	background-color:#262b6b;
	z-index:3;
}
.header .container-logo{
	margin-top:15px;
	width:100%;
	position:absolute;
	top:0;
	right:0;
}
.header .top-section{
	padding:8px 0px;
}
.header .top-section .flag-menu{
	float:left;
}
.header .top-section .flag-menu li{
	float:left;
	
}

.header .top-section .flag-menu li a{
	margin-right:10px;
	opacity:.5;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.header .top-section .flag-menu li.active a,.header .top-section .flag-menu li a:hover{
	opacity:1;
}
.header .top-section .socialmedia-menu{
	float:right;
}
.header .top-section .socialmedia-menu li{
	float:right;
	height:28px;
}

.header .top-section .socialmedia-menu li a{
	margin-left:3px;
	margin-top: 0px;
	/* Firefox */
	-moz-transition: all .5s ease;
	/* WebKit */
	-webkit-transition: all .5s ease;
	/* Opera */
	-o-transition: all .5s ease;
	/* Standard */
	transition: all .5s ease;
	display:inline-block;
}
.header .top-section .socialmedia-menu li a:hover{
	
	margin-top: -2px;
	
}
.header .middle-section{
	height:36px;
}
.header .middle-section .register-box{
	float:left;
	width:12%;
	height:36px;
	line-height:36px;
	background-color:rgba(198,0,9,1);
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	margin-right:6px;
	text-align:center;
	cursor:pointer;
	/* Firefox */
	-moz-transition: all .5s ease;
	/* WebKit */
	-webkit-transition: all .5s ease;
	/* Opera */
	-o-transition: all .5s ease;
	/* Standard */
	transition: all .5s ease;
}
.header .middle-section .register-box:hover{
	background-color:rgba(198,0,9,.5);
}
.header .middle-section .research-box{
	float:left;
	width:25%;
	margin-right:6px;
}
.header .middle-section .research-box .input-search{
	
	width:100%;
	height:36px;
	font-size:16px;
	border:none;
	border-radius:4px;
	color:#fff !important;
	background: #5e6291 url(../images/png/search-icon.png) no-repeat;
	background-position: 4% 7px;
	background-size: 23px 22px;
	padding-right:12px;
	text-align:right;

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.header .middle-section .second-menu{
	float:left;
	width:calc(63% - 12px);
	padding-bottom:4px;
	border-bottom:1px solid rgba(255,255,255,.42);
	margin-top:10px;
}
.header .middle-section .second-menu ul{
	float:left;
}
.header .middle-section .second-menu ul li{
	float:left;
}
.header .middle-section .second-menu ul li a{
	margin-right:12px;
	color:#fff;
	font-size:14px;
	padding:0px 7px;
	
}
.header .middle-section .second-menu ul li a:hover,.header .middle-section .second-menu ul li.active a{
	background-color:#005596 !important;
	
}

.header .middle-section .second-menu ul li:first-child a{
	padding-left:2px;
	
}

.header .middle-section .second-menu ul li a:hover,.header .middle-section .second-menu ul li a.active,.header .middle-section .second-menu ul li a:focus{
	background-color:#005596;
	
}
.header .middle-section .second-menu span.date{
	display:inline-block;
	float:right;
	color:#8a8989;
	font-size:14px;
}
/*bootstrap menu*/
.header .bottom-section{
	height:35px;
}
.container-fluid {
  padding:0px;
  
}
.navbar-default {
    background-color:transparent !important;
    border:none;
}
.navbar {
    height:35px;
	margin:0px !important;
	padding:0px 0px 0px 0px;
		
}
.navbar .navbar-nav{
   
	position:relative;
	z-index:10;
	 height:35px;
	
		
}
.navbar-collapse {
    padding:0px;
	
}
.navbar-default .navbar-nav>li {	
	height:30px; 
}

.navbar-default .navbar-nav>li>a {	
	font-size:16px;
	color:#fff !important;	
	display:inline;
	padding:0px 13px;
	line-height:37px;
	background-color:transparent !important;
	text-align:right;
	position:relative;	
	margin:0px 3px 0px 3px ;
		
}



.navbar-default .navbar-nav>li>a:hover {
	background-color:#005596 !important;
	color:#fff !important;
    
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color:#005596 !important;
	color:#fff !important;
	
}
 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,  .navbar-default .navbar-nav>.active>a:focus {
    background-color:#005596 !important;
	color:#fff !important;
	
		
}

.dropdown-menu{
	height:auto;
	background-color:#005596;
	border:none !important;
	margin:0px;
	width:auto;
	z-index:10000;
	padding:0px 12px;
	top:121%;
	left:3px;
	right:inherit;
	-webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.27);
	-o-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.27);
			
}

.dropdown-menu li a{
	width:100%;
	padding:5px 0px;
	padding-left:0px;
	font-size:16px;
	display:inline-block;
	height:auto;
	border-bottom:1px solid #fff;	
	color:#fff;
			
}
.dropdown-menu li:last-child a{
	
	border-bottom:none;	
	
			
}
.dropdown-menu li a:hover,.dropdown-menu li a:focus{
	background-color:transparent;
	color:#8a8989 !important;
			
}
.dropdown-submenu{	
	width:100%;
	position:relative;
	height:30px;
	
}
.dropdown-submenu .dropdown-menu{
	position:absolute;
	top:6px;
	left:108% !important;	
	height:auto;
	background-color:#005596;
	border:none !important;
	padding:10px !important;
	width:auto;
	white-space: nowrap;
	font-size:16px;

}
.dropdown-submenu .dropdown-menu li a{
	color:#fff;
    border-bottom:1px solid #fff ;
}
.dropdown-submenu .dropdown-menu li:last-child a{
	color:#fff;
    border-bottom:none;
}
.dropdown-submenu .dropdown-menu li a:hover{
	background-color:transparent;
	color:#8a8989 !important;

}
.dropdown-submenu .dropdown-menu-style{
	left:104% !important;
	padding:5px 10px !important;
}
.dropdown-submenu .dropdown-menu-style li a{
	color:#fff;
    border-bottom:1px solid #fff !important;
}
.dropdown-submenu .dropdown-menu-style li:last-child a{
	
    border-bottom:none !important;
}
.dropdown-submenu .dropdown-menu-style li a:hover{
	background-color:transparent;
	color:#8a8989 !important;
}
.boxes-submenu{
	width:398px !important;
	padding:12px;
	height:auto !important;
	right:inherit;
	left:3px;
	
}
.boxes-submenu li{
	float:left;
	margin-right:8px;
	width:182px;
	text-align:center;
	
}
.boxes-submenu li:last-child{
	margin-right:0px;
	
}
.boxes-submenu li img{
	width:182px;
	height:136px;
	cursor:pointer;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
}
.boxes-submenu li img:hover{
   opacity:.5;
}
.boxes-submenu li a{
   display:inline-block;
   margin-top:7px;
   border:none;
   
   
}
.main-slide{
	width:100%;
	height:490px;
	position:relative;
	z-index:1;
}

/*owl carousel*/
.owl-main-news {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	direction: rtl;
	z-index: 1;
}


.owl-main-news .item {
	width: 100%;
	position: relative;
	height: 490px;
}

.owl-main-news .item img {
	height: 100%;
	width: 100%;
}
.owl-main-news .item .caption {
	width: 100%;
	position: absolute;
	height: auto;
	right:0;
	bottom:100px;
	text-align:center;
}
.owl-main-news .item .caption .line{
	width:102px;
	height:1px;
	background-color:#fff;
	margin:0px auto;
}
.owl-main-news .item .caption p{
	color:#fff;
	font-size:33px;
	padding:12px 0px;
	cursor:pointer;
	width:90%;
	margin:0px auto;
}
 .owl-main-news .owl-controls{ 
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 10000000;
	width: 100%;
	height:20px;
	text-align:center;
}
 .owl-main-news .owl-controls .owl-dot {
    display: inline-block;
}
 .owl-main-news .owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}
 .owl-main-news .owl-controls .owl-dot.active span, .owl-main-news .owl-controls .owl-dot:hover span {
    background: none repeat scroll 0 0 #282d70;
   
}
.alert-news {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background-color: #005596;
	font-size: 16px;
	color: #fff;
}
.last-news .item{
	height:235px;
	
	width:100%;
	margin-top:5px;
	margin-bottom:12px;
}
.last-news .item .container-img{
	width:100%;
	height:160px;
	overflow:hidden;
	cursor:pointer;
}
.last-news .item .container-img img{
	width:100%;
	height:100%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
    opacity:1;
    transform:scale(1);
}
.last-news .item .container-img img:hover{
    opacity:.5;
    transform:scale(1.1);
}
.last-news .item .title a{
    color:#000;
	font-size:16px;
	margin-top:7px;
	display:inline-block;
}
.last-video .main-item {
	margin-bottom:20px;
	margin-top:5px;
}
.last-video .main-item .container-img{
	width:100%;
	height:171px;
	overflow:hidden;
	cursor:pointer;
}
.last-video .main-item .container-img img{
	width:100%;
	height:100%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    transform:scale(1);
}
.last-video .main-item .container-img img:hover{
   opacity:.5;
    transform:scale(1.1);
}
.last-video .main-item .title a{
   margin-top:8px;
   color:#000;
   font-size:16px;
}
.last-video .main-item .show-video a{
   margin-top:8px;
   color:#005596;
   font-size:12px;
   margin-right:4px;
   text-decoration:underline !important;
}
.last-video .item {
	width:100%;
	height:75px;
	position:relative;
	margin-bottom:12px;
	
}
.last-video .item img{
	width:116px;
	height:auto;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
   float:right;
   margin-left:5px;
   cursor:pointer;
    
}
.last-video .item img:hover{
   opacity:.5;
}
.last-video .item  a{
   margin-top:4px;
   color:#000;
   font-size:14px;
   
}
.last-video .item .caption{
   position:absolute;
   width:18px;
   height:18px;
   top:4px;
   right:4px;
}
.last-video .item .caption img{
   width:18px;
   height:18px;
}
.activities-branchs{
	margin-top:20px;
}
.activities-branchs .activities{
	margin-top:12px;
}
.activities-branchs .main-activities{
	border-left:1px solid #e1e1e1;
	
}
.activities-branchs .main-activities .container-img{
	width:100%;
	height:219px;
	overflow:hidden;
	cursor:pointer;
}
.activities-branchs .main-activities .container-img img{
	width:100%;
	height:100%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    transform:scale(1);
}
.activities-branchs .main-activities .container-img img:hover{
	
   opacity:.5;
    transform:scale(1.1);
}
.activities-branchs .date{
	margin-top:10px;
	color:#484848;
	font-size:12px;
}
.activities-branchs  .date img{
	margin-left:4px;
}
.activities-branchs  .title a{
	margin-top:10px;
	color:#000;
	font-size:18px;
}
.activities-branchs .other-activities ul{
	width:100%;
}
.activities-branchs .other-activities ul li{
	padding-bottom:12px;
	border-bottom:1px solid #e1e1e1;
	width:100%;
}
.activities-branchs .other-activities ul li:last-child{
	
	border-bottom:none;
	
}
.activities-branchs .other-activities ul li:first-child .date{
	margin-top:0px;
}
.activities-branchs .map-branch{
	margin-top:12px;
}
.banner{
	width:100%;
	height:490px;

}
.container-banner{
	height:400px !important;
}
.banner img{
	width:100%;
	height:490px;
}
.filter span{
	font-size:22px;
	color:#000;
	margin-left:5px;
}
select{
	
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	border: 1px solid #919191;
	background: #fff url(../images/png/shape.png) no-repeat;
	background-position: 4% 14px;
	background-size: 22px auto;
	width: 283px;
	height: 46px;
	padding-right: 12px;
	padding-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	cursor: pointer;
	color: #919191;
	font-size: 17px;

}
.news-slide{
	width:100%;
	padding:22px 0px;
	background-color:#ececec;
}
/*owl carousel*/
.owl-news {
	
	position: relative;
	width: 100%;
	display: block;
	direction: rtl;
	z-index: 1;
}

.owl-news .owl-controls {
	position: absolute;
	top: 130px;
	left: 0px;
	z-index: 10;
	width: 100%;
}

.owl-news .item {
	width: 100%;
	position: relative;
	height: auto;
}

.owl-news .item .container-img {
	height: 315px;
	width: 100%;
	margin-bottom: 0px;
	cursor:pointer;
	overflow:hidden;
}

.owl-news .item .container-img img {
	height: 100%;
	width: 100%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    transform:scale(1);
}
.owl-news .item .container-img img:hover {
	
   opacity:.5;
    transform:scale(1.1);
}
.owl-news .item .container-info{
	margin-top:22px;
}
.owl-news .item .date{
	margin-top:10px;
	color:#484848;
	font-size:12px;
}
.owl-news .item  .date img{
	margin-left:4px;
	width:18px;
	height:18px;
	display:inline-block;
	margin-top:-3px;
}
.owl-news .item .author{
	color: #545aab;
	font-size: 16px;
	margin-top: 5px;
}
.owl-news .item .title a{
	color: #000;
	font-size: 22px;
	margin-top: 10px;
	font-weight: bold;
}

.owl-news .item .details a {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}
.owl-news .item .details a:hover {
	color: #005596;
	
}

.owl-news  .owl-nav {
	position: relative;
	z-index: 10;
}

.owl-news .owl-next,.owl-news .owl-prev {
	width: 20px;
	height: 40px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	
}

.owl-news .owl-next:hover {
	background: url(../images/png/next-arrow-active.png) 
		no-repeat center center;
}
.owl-news .owl-prev:hover {
	
	background:   url(../images/png/prev-arrow-active.png)
		no-repeat center center;
}

.owl-news .owl-prev {
	background:  url(../images/png/next-arrow.png), url(../images/png/prev-arrow-active.png)
		no-repeat center center;
	right: -50px;
}

.owl-news .owl-next {
	background:  url(../images/png/prev-arrow.png),url(../images/png/next-arrow-active.png)
		no-repeat center center;
	left: -50px;
}
.read-more {
	width:auto;
	height:34px;
	display:inline-block;
	line-height:34px;
	background-color:#545aab;
	color:#fff;
	border:1px solid #545aab;
	padding:0px 12px;
	margin-top:15px;
	cursor:pointer;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.read-more:hover {

	background-color:#fff;
	color:#545aab;
	border:1px solid #545aab;
	
}
.other-news{
	margin-top:20px;
}
.other-news .item{
	height:auto;
	max-height:365px;
	margin-bottom:15px;
}
.other-news .container-img{
	width:100%;
	height:240px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.other-news .container-img img{
	width:100%;
	height:100%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    transform:scale(1);
}
.other-news .container-img img:hover{
	
   opacity:.5;
    transform:scale(1.1);
}
.other-news .container-img .caption{
	position:absolute;
	bottom:0;
	right:0;
	width:auto;
	display:inline-block;
	padding:0px 12px;
	height:33px;
	line-height:33px;
	background-color:rgba(0,85,150,.69);
	color:#fff;
	font-size:16px;
}
.other-news .container-img .caption img{
	width:15px;
	height:17px;
	display:inline-block;
	margin-top:-3px;
	margin-left:3px;
}
.other-news  .title a{
	margin-top:6px;
	color:#000;
	font-size:22px;
	display:inline-block;
}
.other-news  .title a:hover{
	color:rgb(0,85,150);
}
.news-details{
	background-color:#ececec;
	padding:12px 0px;
	height:auto;
}
 ul.top-url{
	width:100%;
	
}
 ul.top-url li{
	float:right;	
}
 ul.top-url li a{
	color:#434343;
	font-size:18px;
	padding:0px 5px;	
}
ul.top-url li:first-child a{
	padding-right:0px;	
}
 ul.top-url li a:hover{
	color:#9d9d9d;		
}
 ul.top-url li.active a{
	color:#9d9d9d;		
}
.article-info{
	width:100%;
	margin-top:15px;
}
.article-info img,.box-details img{
	width:40%;
	height:auto;
	float:right;
	margin-left:12px;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
   cursor:pointer;
}
.article-info img:hover,.box-details img:hover{	
   opacity:.5;
}
.article-info .date img{
	width:18px;
	height:18px;
}
.article-info .container-info{
	padding-top:22px;
}
.article-info .date{
	margin-top:10px;
	color:#484848;
	font-size:12px;
}
.article-info  .date img{
	margin-left:4px;
	width:18px;
	height:18px;
	display:inline-block;
	margin-top:-3px;
}
.article-info .author{
	color: #545aab;
	font-size: 16px;
	margin-top: 5px;
}
.article-info .title a{
	color: #000;
	font-size: 22px;
	margin-top: 10px;
	font-weight: bold;
}

.article-info .details a {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}
.article-info .details a:hover {
	color: #005596;
	
}
.owl-subjects {
	
	position: relative;
	width: 100%;
	display: block;
	direction: rtl;
	z-index: 1;
	
}
.other-subjects{
	margin-top:25px;
}
.other-subjects .item{
	height:auto;
	max-height:365px;
	margin-bottom:15px;
}
.other-subjects .container-img{
	width:100%;
	height:155px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.other-subjects .container-img img{
	width:100%;
	height:100%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    transform:scale(1);
}
.other-subjects .container-img img:hover{
	
   opacity:.5;
    transform:scale(1.1);
}
.other-subjects .container-img .caption{
	position:absolute;
	bottom:0;
	right:0;
	width:auto;
	display:inline-block;
	padding:0px 12px;
	height:33px;
	line-height:33px;
	background-color:rgba(0,85,150,.69);
	color:#fff;
	font-size:13px;
}
.other-subjects .container-img .caption img{
	width:15px;
	height:17px;
	display:inline-block;
	margin-top:-3px;
	margin-left:3px;
}
.other-subjects  .title a{
	margin-top:6px;
	color:#000;
	font-size:16px;
	display:inline-block;
}
.other-subjects  .title a:hover{
	color:rgb(0,85,150);
}
#law{
    background-color:#ececec;
	padding:12px 0px;
	height:auto;
}
#law .items{
    margin-top:40px;
}
#law .item{
    width:100%;
	height:164px;
	margin-bottom:22px;
	text-align:center;
	background-color:#fff;
	padding-top:15px;
	cursor:pointer;
}
#law .item .name-law{
	width:100%;
	text-align:center;
	padding:10px;
	color:#000;
	font-size:18px;
}
#law .item .name-law:hover{
	color:#005596;
}

#members{
	background-color:#ececec;
	padding:20px 0px;
	height:auto;
}
#members .item{
	margin-bottom:20px;
	height:350px;
}
#members .item .container-img{
	width:218px;
	height:218px;
	border-radius:50%;
	background-color:#005596;
	margin:0px auto;
	text-align:center;
	display:table;
	overflow:hidden;
}
#members .item .container-img img{
	width:95%;
	height:95%;
	border-radius:50%;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    transform:scale(1);	
}
#members .item .container-img img:hover{

   opacity:.5;
    transform:scale(1.1);	
}
#members .item .name{
	margin-top:12px;
	color:#000;
	font-size:22px;
	font-weight:bold;
	width:100%;
	text-align:center;	
}
#members .item .function{
	margin-top:6px;
	color:#000;
	font-size:22px;
	width:100%;
	text-align:center;	
}
#boxes{
	background-color:#ececec;
	padding:20px 0px;
	height:auto;
}
#boxes .box-details{
	margin-top:20px;
	width:100%;
	color:#000;
	font-size:18px;
}
#about{
	background-color:#ececec;
	padding:20px 0px 0px 0px;
	height:auto;
}
#about .item{
	margin-bottom:20px;
	height:290px;
	
}
#about .history .year{
	width:140px;
	height:140px;
	border-radius:50%;
	margin:0px auto;
	background-color:#262b6c;
	color:#fff;
	font-size:47px;
	display:table;
	text-align:center;
}
#about .history .description{
	width:100%;
	text-align:center;
	margin-top:12px;
	color:#000;
	font-size:16px;
}
.message-boss{
	width:100%;
	height:420px;
	position:relative;
	margin-top:25px;
}
.message-boss img{
	width:100%;
	height:100%;
}
.message-boss .container-message{
	width:100%;
	height:420px;
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(0,0,0,.56);
	color:#fff;
	display:table;
	text-align:center;
}
.message-boss .container-message .title{
	font-size:59px;	
}
.message-boss .container-message .details{
	font-size:20px;
	margin-top:15px;
	padding:0px 20px;
}
.message-boss .container-message .read-more-message{	
	margin-top:15px;
	background-color:transparent;
	border:1px solid #fff;
}
.message-boss .container-message .read-more-message:hover{	
	
	background-color:#005596;
	color:#fff;
	
}
#branch{
	background-color:#ececec;
	padding:20px 0px;
	height:auto;
}
#branch .container-map{
	width:100%;
	height:auto;
}
#branch .container-map img{
	width:100%;
	height:auto;
}
#branch .branch-box{
	width:100%;
	height:153px;
	border-radius:5px;
	margin-bottom:20px;
	padding:12px;
	color:#fff;
	font-size:16px;
	overflow:hidden;
}
#branch .beirut {
	background-color:#94a079;
}
#branch .north {
	background-color:#f44640;
}
#branch .bikaa {
	background-color:#4bc0c2;
}
#branch .month-lebanon {
	background-color:#0d504f;
}
#branch .nabatieh {
	background-color:#f4990e;
}
#branch .south {
	background-color:#53b89d;
}
#branch .branch-box img{
	float:right;
	margin-left:10px;
	display:inline-block;
	margin-top:12px;
	width:46px;
}
#branch .branch-box .location{
	float:right;
	width:calc(100% - 100px);
}
#contact{
	background-color:#ececec;
	padding:20px 0px;
	height:auto;
}
#contact .message-input,#register .message-input{
	height:39px;
	padding-right:12px;
	margin-right:-17px;
}
.message-text-area{
	padding-right:12px;
	margin-right:-17px;
}
.cancel{
	background-color:#9d9d9d;
	color:#fff;
	margin-right:4px !important;
	border:1px solid #9d9d9d;
}
.cancel:hover{
	background-color:#fff;
	color:#9d9d9d;
	
}
#contact .read-more,#register .read-more{
	margin-top:0px;
	margin-right:-17px;
}
#register {
	background-color:#ececec;
	padding:20px 0px;
	height:auto;
}
#register select{
	width:100%;
	margin-right:-17px;
}
.datepicker{
	background: #fff url(../images/png/calender-icon.png) no-repeat;
	background-size: 24px auto;
	background-position: 4% 5px;
	cursor:pointer;
}
#contact span,#register span{
	display:inline-block;
	margin-top:10px;
}
#videos .main-video{
	background-color:#ececec;
	padding:20px 0px;
	height:auto;
}
#videos .main-video .container-img{
	width:100%;
	height:307px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	background:url(../images/png/play-icon.png) no-repeat center center;
	
}
#videos .main-video .container-img img{
	width:100%;
	height:100%;
	position:relative;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    
}
#videos .main-video .container-img:hover img{
	
   opacity:.5;
    
}
#videos .main-video .container-img .caption{
	
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   left:0;
   text-align:center;
   display:table;
    
}
#videos .main-video .container-img .caption img{
	
   width:88px;
   height:88px;
  
    
}
#videos .main-video .container-info{
	padding-top:20px;
}
#videos .main-video .container-info .title a{
	color:#000;
	font-weight:bold;
	font-size:30px;
}
#videos .other-media{
	margin-top:20px;
}
.item-video,.item-pictures{
	margin-bottom:20px;
	max-height:300px;
	height:auto;
}
#videos .other-media .container-img{
	width:100%;
	height:230px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	
	
}
#videos .other-media .container-img img{
	width:100%;
	height:100%;
	position:relative;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    
}
#videos .other-media .container-img:hover img{
	
   opacity:.5;
    
}

#videos .other-media .item-pictures .container-img .caption{
	
   width:100%;
   height:100%;
   position:absolute;
   top:5px;
   left:10px;
   text-align:left;
   
    
}
#videos .other-media .container-img .caption img{
	
   width:50px;
   height:auto;
  
    
}

#videos .other-media  .title a{
	color:#000;
	font-size:16px;
	margin-top:10px;
	display:inline-block;
}
#jobs{
	margin-top:20px;
}
#jobs .item {
	
	margin-bottom: 20px;
}

#jobs .item .jobs-box {
	width: 100% height:184px;
	background-color: #f6f6f6;
	box-shadow: 1px 5px 13px 0px rgba(18, 20, 23, 0.13);
	-moz-box-shadow: all 1s ease;
	/* WebKit */
	-webkit-box-shadow: all 1s ease;
	/* Opera */
	-o-box-shadow: all 1s ease;
	padding: 20px 15px;
	color: #2d2d6f;
	
}

#jobs .item .jobs-box .major {
	width: 100%;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #b1963e;
}

#jobs .item .jobs-box .year-experience {
	width: 100%;
	font-size: 20px;
	margin-bottom: 4px;
}

 iframe {
	height: 350px;	
	width:90%;
 	margin:0px auto;
}
 video {
	height: 350px;
	margin:0px auto;
	width:90%;
}
 .modal-dialog {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width:50%;
  
}
/*owl carousel*/
.owl-photo {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	direction: rtl;
	z-index: 1;
}


.owl-photo .item {
	width: 100%;
	position: relative;
	height: 300px;
}

.owl-photo .item img {
	height: 100%;
	width: 100%;
}


.article-info iframe{
	float:right;
	width:40%;
	height:300px;
	margin-left:15px;
}

.article-info .container-img{
	width:40%;
	height:300px;
	overflow:hidden;
	cursor:pointer;
	position:relative;	
	float:right;
	margin-left:15px;
	text-align: center;
}
.article-info .container-img img{
	width:100%;
	height:100%;
	position:relative;
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
   opacity:1;
    
}
.article-info .container-img:hover img{
	
   opacity:.5;
    
}
.article-info .container-img .caption{
	
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   left:0;
   text-align:center;
   display:table;
    
}
.article-info .container-img .caption .icon{
	
   width:88px ;
   height:88px ;
  margin:0px auto ;
 float:none !important;
    
}








.files {
	padding-top:20px;
}
.files img{
	float:right;
	margin-left:5px;
	display:inline-block;
	margin-bottom:10px;
	width:auto !important;
}
.files a{
	padding-top:8px;
	display:inline-block;
	color:#000;
	border-bottom:1px solid #000;
}





.rotation180deg{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.rotation0deg{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.shape{
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.box-head {
	width: 100%;
	height: 48px;
	overflow-x: hidden;
	z-index: 1;
	position: relative;
	text-align:right;
}

.box-head-title {
	margin-bottom: 15px;
}

.box-head span {
	font-size: 24px;
	color: #262b6b;
	margin-left: 4px;
	bottom: -7px;
	position: relative;
	font-weight: bold;
}



.box-head:after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: bottom;
	width: 100%;
	margin-left: -100%;
	border-top: 4px solid #262b6b;
	
}
.box-head2 {
	height:48px;
	padding-top:17px;
}
.box-head2 .vert-line{
	display:inline-block;
	width:6px;
	height:21px;
	background-color:#262b6b;
	margin-left:5px;
}
.box-head2 span{
	font-size: 24px;
	color: #262b6b;
	font-weight: bold;
	line-height:24px;
}
.main-top-margin{
	margin-top:20px;
}
.circle-sections{
	margin-top:35px;
}
.circle-sections .item{
	width:162px;
	height:162px;
	margin:0px auto;
	border-radius:50%;
	cursor:pointer;
	opacity:1;
	transform: rotate(0deg);
	/* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
	background-position: center center;
}
.circle-sections .item:hover{
	background-position: center 30px;
	opacity:.5;
	transform: rotate(360deg);
	
}
.circle-sections .item .title-page{
	display:none;
	text-align:center;
	color:#fff;
	font-size:25px;
	line-height:230px;
}
.circle-sections .item:hover .title-page{
	display:block;
}
.circle-sections .news{
	background:#17a991 url(../images/png/news-paper-icon.png) no-repeat center center;
}
.circle-sections .law{
	background:#349018 url(../images/png/law-icon.png) no-repeat center center;
}
.circle-sections .branch{
	background:#ea9517 url(../images/png/branch-icon.png) no-repeat center center;
}
.circle-sections .event{
	background:#276b95 url(../images/png/event-calendar-icon.png) no-repeat center center;
}
.circle-sections .ievent{
	background:#c33827 url(../images/png/i-icon.png) no-repeat center center;
}
.circle-sections .users{
	background:#3f4f61 url(../images/png/user-icon.png) no-repeat center center;
}
.footer{
	height:auto;
	width:100%;
	padding:22px 0px;
	background-color:#262b6b;
	margin-top:25px;
	direction:ltr;
}
.footer  .socialmedia-menu li{
	float:left;
	height:60px;
}

.footer .socialmedia-menu li a{
	margin-left:3px;
	margin-top: 0px;
	/* Firefox */
	-moz-transition: all .5s ease;
	/* WebKit */
	-webkit-transition: all .5s ease;
	/* Opera */
	-o-transition: all .5s ease;
	/* Standard */
	transition: all .5s ease;
	display:inline-block;
}
.footer .socialmedia-menu li a:hover{
	
	margin-top: -2px;
	
}
.footer .poweredby{
	font-size:16px;
	color:#fff;
	margin-top:12px;
}
.footer .poweredby a{
	font-size:16px;
	color:#fff;
}
.footer .container-logo{
	width:100%;
}
.footer .container-logo img{
	width:100%;
	height:auto;
}

.news-letter{
	position:relative;
	z-index:1000;
}
.news-letter a{
	position:relative;
	z-index:25;
}
.newsletter-section{
	width:270px;
	height:auto;
	padding:12px;
	display:none;
	position:absolute;
	left:0;
	top:120%;
	background-color:#005596;
}
.newsletter-section .read-more{
	margin-top:0px;
	background-color:#262b6b !important;
	border:1px solid #262b6b !important;
}
.newsletter-section .read-more:hover{
	margin-top:0px;
	background-color:#fff !important;
	border:1px solid #262b6b !important;
	color:#262b6b !important;
}
.newsletter-section .message-input{
	height:34px;
	line-height:34px;
}
.newsletter-section .message-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #858585;
}
.newsletter-section .message-input::-moz-placeholder { /* Firefox 19+ */
  color: #858585;
}
.newsletter-section .message-input:-ms-input-placeholder { /* IE 10+ */
  color: #858585;
}
.newsletter-section .message-input:-moz-placeholder { /* Firefox 18- */
  color: #858585;
}
.ui-datepicker .ui-datepicker-title select{
	height:33px;
	width:50%;
	background-size: 15px auto;
	background-position: 4% 11px;
}
@charset "utf-8";
/* CSS Document */
 @media (min-width: 992px) and (max-width: 1500px) {

 .padding-left-0{
	padding-left:0px; 
 }
  .padding-right-0{
	padding-right:0px; 
 }
 .padding-0{
	 padding-left:0px;
	 padding-right:0px;
 }
 .border-right{
	border-right:1px solid #c2c2c2;
 }
 }
@media (min-width: 768px) and (max-width: 992px) {
   .padding-left-0{
	padding-left:0px; 
 }
  .padding-right-0{
	padding-right:0px; 
 }
 .padding-0{
	 padding-left:0px;
	 padding-right:0px;
 }
.border-right{
	border-right:1px solid #c2c2c2;
 }
    
    
}

@media (max-width: 767px) {
	.container-xs{
		width:90%;
	}
	.col-xs-6{
		padding-left:4px;
		padding-right:4px;
	}
.wrapper {
		min-height: 100%;
		position: relative;
		overflow-x:hidden;
	}
	.container {
		width: 99%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.container-xs{
		width:90%;
	}
	.header {
		height: auto;
	}
	.header .submenu a{
	padding-right:8px !important;
	}
	.header .top-section{
	height:auto;
	}
	.header .top-section .top-menu {
		margin-bottom: 14px;
		padding-top: 3px;
		margin-left: 15px;
	}
	.header .top-section .top-menu li a {
		font-size: 12px;
	}
	.header .top-section .top-menu li:first-child a {
		margin-left: 0px;
	}
.main-section-header{
	width:100%;
	padding:8px 10px;
	margin-bottom:10px;
	background-color:rgb(247,247,247);
	-webkit-box-shadow :4px 7px 24px 0px rgba(15, 20, 23, 0.23);
	-moz-box-shadow :4px 7px 24px 0px rgba(15, 20, 23, 0.23);
	box-shadow :4px 7px 24px 0px rgba(15, 20, 23, 0.23);
	}
	.header  .flag-menu{
	float:left;
}
.header  .flag-menu li{
	float:left;
}
.header  .flag-menu li a{
	margin-right:8px;
}
	.header  .container-logo {
		width: 40%;
		height: auto;
		margin:0px auto;
		position:relative;
		top:inherit;
		right:inherit;
	}
	.header  .container-logo img {
		width: 100%;
		height: auto;
	}
	.header .top-section .socialmedia-menu {
		position: relative;
		margin-left: 0px;
		left: inherit;
		right:inherit;
		bottom: inherit;
		padding-left:8px;
		float:left;
	}
	.header .top-section .socialmedia-menu li .item {
		margin-left: 4px;
	}
	nav:not(.mm-menu)
{
	display: none;
}
	.mm-menu_offcanvas{
	z-index:100;
		
	}
.mm-menu{
	left:inherit !important;
	}
	.header-menu-master a{
	right:0;
	left:inherit !important;
		
	}
	.mm-page__blocker{
	right:0;
	left:inherit !important;
	}
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
		transform: translate3d(-80vw,0,0);
}
.mm-listitem::after {
    right: 5px !important;
	
	
}
.mm-menu_rtl .mm-listitem > a:not(.mm-btn_next){
	padding-right:10px !important;
}
.alert-news a{
	font-size: 14px;
	color: #fff;
}
.main-slide{
	width:100%;
	height:200px;
	position:relative;
	z-index:1;
	margin-top:15px;
}

/*owl carousel*/
.owl-main-news {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	direction: rtl;
	z-index: 1;
}

.owl-main-news .owl-controls{
	bottom:5px;
}
.owl-main-news .item {
	width: 100%;
	position: relative;
	height: 200px;
}
.owl-main-news .item .caption {
	width: 100%;
	position: absolute;
	height: auto;
	right:0;
	bottom:30px;
	text-align:center;
}
.owl-main-news .item .caption .line{
	width:80px;
	height:1px;
	background-color:#fff;
	margin:0px auto;
}
.owl-main-news .item .caption p{
	color:#fff;
	font-size:16px;
	padding:12px 0px;
	cursor:pointer;
	width:90%;
	margin:0px auto;
}
.last-news .item .container-img{
	height:140px;
}
.last-news .item .title a{
	font-size:14px;

}
.last-news .item{
	max-height:inherit;
}
.last-video .main-item .container-img{
	margin-top:12px;
}
.activities-branchs .other-activities ul li:first-child{
	border-top: 1px solid #e1e1e1;
	padding-top:12px;
	
}
.activities-branchs .main-activities{
	border-left:none;
	
}
.activities-branchs .main-activities .title a{
	display:inline-block;
	margin-bottom:12px;
	
}
.circle-sections .item{
	margin-bottom:20px;
}
.footer {
		height: auto;
		padding: 10px 0px;
		margin-top:15px;
		text-align:center;
	}
	.footer .socialmedia-menu{
	display:inline-block;
	text-align:center;
	}
	.footer .poweredby{
		font-size:14px;
		text-align:center;
	}
	.banner{
		margin-top:20px;
		height:auto !important;
	}
.banner img{
		
		height:auto !important;
	}
	.message-boss {
		height:300px;
	}
	.message-boss .container-message{
		height:300px;
	}
	.message-boss .container-message .title{
		font-size:30px;
	}
	.message-boss .container-message .details{
		font-size:11px;
	}
	ul.top-url li a{
		font-size:14px;
	}
	#branch .container-map{
		margin-bottom:20px;
	}
	#contact .col-xs-12,#register .col-xs-12{
		text-align:right !important;
	}
	#contact span,#register span{
		padding-bottom:8px;
	}
	#members .item{
		margin-bottom:35px;
	}
	.owl-news .item .container-img{
		height:auto;
	}
	.other-news .container-img{
		height:auto;
	}
	.other-news .title a{
		font-size:16px;
		
	}
	.filter span{
		display:inline-block;
		margin-bottom:8px;
	}
	.article-info img,.box-details img{
		width:100%;
		display:inline-block;
		margin-bottom:10px;
	}
.article-info .container-img{
	width:100%;
	
}
.article-info iframe{
		width:100%;
		display:inline-block;
		margin-bottom:10px;
	}
	.other-subjects .container-img{
		height:140px;
	}
	.other-subjects .container-img .caption{
		font-size:10px;
	}
	.other-subjects .title a{
		font-size:14px;
	}
	#videos .main-video .container-img{
		height:auto;
	}
	#videos .main-video .container-info{
		padding-top:10px;
	}
	#videos .main-video .container-info .title a{
		font-size:20px;
	}
	#videos .other-media .container-img{
		height:auto;
	}
#contact .message-input,#register .message-input{
	margin-right:0px;
	}
.message-text-area{
	
	margin-right:0px;
}
#contact .read-more,#register .read-more{
	margin-right:0px;
}
.other-news .item{
	max-height:none !important;
	margin-bottom:20px;
}
}